GDB: Work around D;PID handling bug in older GDBservers (PR gdb/23377)
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
16ff70dd
SDJ
12018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 PR c++/23373
4 * gdb.base/ptype-offsets.cc (struct static_member): New
5 struct.
6 (main) <stmember>: New variable.
7 * gdb.base/ptype-offsets.exp: Add test for printing a struct
8 with a static member in it.
9
3541979f
AB
102018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
13 watchpoints enabled and disabled.
14
c8ad9b9a
AB
152018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.base/examine-backward.exp: Still run tests around address
18 0x0, even if address 0x0 is not readable. Update the pattern for
19 matching address 0x0 in expected output.
20
e0e5e971
AB
212018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * gdb.base/share-env-with-gdbserver.c (main): Add call to
24 malloc/free.
25
1ea5da02
TV
262018-07-04 Tom de Vries <tdevries@suse.de>
27
28 * gdb.dwarf2/dw2-error.exp: Update expected error message.
29
471b9d15
MR
302018-07-02 Maciej W. Rozycki <macro@mips.com>
31
32 PR tdep/8282
33 * gdb.arch/mips-disassembler-options.exp: New test.
34 * gdb.arch/mips-disassembler-options.s: New test source.
35
75acb486
PA
362018-06-29 Pedro Alves <palves@redhat.com>
37
38 * gdb.threads/names.exp: Adjust expected "info threads" output.
39
cd2bb709
PA
402018-06-29 Pedro Alves <palves@redhat.com>
41
42 * gdb.opt/inline-break.exp (line number, address): Add "info
43 break" tests.
44
991ff292
PA
452018-06-29 Pedro Alves <palves@redhat.com>
46
47 * gdb.opt/inline-break.c (func1): Add "break here" marker.
48 * gdb.opt/inline-break.exp: Test setting breakpoints by line
49 number and address and running to them.
50
356819b6 512018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
52
53 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
54
2512d7ef
JK
552018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
56
57 * lib/compiler.c: Remove executable permission flag.
58
be1b6474
RB
592018-06-28 Richard Bunt <richard.bunt@arm.com>
60
61 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
62 code.
63 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
64
291f9a96
PT
652018-06-28 Petr Tesarik <ptesarik@suse.cz>
66
67 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
68
ed6dfe51
PT
692018-06-28 Petr Tesarik <ptesarik@suse.cz>
70
71 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
72 address argument is omitted.
73
d4d429d5
PT
742018-06-28 Petr Tesarik <ptesarik@suse.cz>
75
76 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
77
7ab6656f
OJ
782018-06-27 Omair Javaid <omair.javaid@linaro.org>
79
80 PR gdb/21695
81 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
82 * gdb.base/infoline-reloc-main-from-zero.c: New file.
83
a33ccfc7
TT
842018-06-26 Tom Tromey <tom@tromey.com>
85
86 PR rust/22574:
87 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
88 * gdb.rust/simple.rs (struct SimpleLayout): New.
89
6d72d289
SM
902018-06-22 Simon Marchi <simon.marchi@ericsson.com>
91
92 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
93 "info registers" output.
94
8363f9d5
RB
952018-06-21 Richard Bunt <richard.bunt@arm.com>
96
97 * gdb.base/watchpoint-hw-attach.c: New test.
98 * gdb.base/watchpoint-hw-attach.exp: New file.
99
f00674fe
SM
1002018-06-20 Simon Marchi <simon.marchi@ericsson.com>
101
102 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
103 through /bin/sh.
104 * boards/dwarf4-gdb-index.exp: Likewise.
105 * boards/fission-dwp.exp: Likewise.
106
1d554008
UW
1072018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
108
109 * gdb.base/float128.exp: Add comment and improved fail message
110 to the failure case of "print large128" test.
111
d0ac1c44
SM
1122018-06-19 Simon Marchi <simon.marchi@ericsson.com>
113
114 * configure.ac: Remove AC_PREREQ.
115 * configure: Re-generate.
116
61b04dd0
PA
1172018-06-19 Pedro Alves <palves@redhat.com>
118
119 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
120 (func_extern_caller): New.
121 (main): Call func_extern_caller.
122 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
123 logic change.
124
f63b508a
SM
1252018-06-18 Weimin Pan <weimin.pan@oracle.com>
126
127 PR gdb/16841
128 * gdb.cp/typedef-base.cc: New file.
129 * gdb.cp/typedef-base.exp: New file.
130
0fe3a558
TV
1312018-06-18 Tom de Vries <tdevries@suse.de>
132
133 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
134
7010835a
AB
1352018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
136 Richard Bunt <Richard.Bunt@arm.com>
137
138 * gdb.threads/attach-slow-waitpid.c: New file.
139 * gdb.threads/attach-slow-waitpid.exp: New file.
140 * gdb.threads/slow-waitpid.c: New file.
141
14897d65
PA
1422018-06-14 Pedro Alves <palves@redhat.com>
143
144 * gdb.base/fork-running-state.c: Include <errno.h>.
145 (exit_if_relative_exits): New.
146 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
147 exits.
148 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
149 child exits.
150
5d9a0608
TV
1512018-06-14 Tom de Vries <tdevries@suse.de>
152
153 PR cli/22573
154 * gdb.base/finish-pretty.c: New test.
155 * gdb.base/finish-pretty.exp: New file.
156
11ae5818
PA
1572018-06-14 Pedro Alves <palves@redhat.com>
158
159 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
160 gdb's expected startup output.
161
1d39de44
PA
1622018-06-14 Pedro Alves <palves@redhat.com>
163
164 * lib/selftest-support.exp (selftest_setup): Remove inlined
165 function handling.
166
70ee0000
TV
1672018-06-14 Tom de Vries <tdevries@suse.de>
168
169 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
170 matching of breakpoint printing.
171
11f4b608
TV
1722018-06-13 Tom de Vries <tdevries@suse.de>
173
174 PR testsuite/23269
175 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
176 (fork_child): ... here, and ...
177 (fork_parent): ... here.
178
1792018-06-12 Tom de Vries <tdevries@suse.de>
180
181 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
182
9516f85a
AB
1832018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
184 Stephen Roberts <stephen.roberts@arm.com>
185
186 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
187 rewrite test to describe action performed, rather than possible
188 failure.
189
5045b3d7
GB
1902018-06-08 Gary Benson <gbenson@redhat.com>
191
192 * gdb.threads/check-libthread-db.exp: New file.
193 * gdb.threads/check-libthread-db.c: Likewise.
194
c61b06a1
TT
1952018-06-05 Tom Tromey <tom@tromey.com>
196
197 * gdb.base/default.exp: Update expected "show version" output.
198
eb6af809
TT
1992018-06-05 Tom Tromey <tom@tromey.com>
200
201 PR cli/12326:
202 * gdb.cp/static-print-quit.exp: Update.
203 * lib/gdb.exp (pagination_prompt): Update.
204 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
205 * gdb.python/python.exp: Update.
206
178d6a63
JB
2072018-06-04 Joel Brobecker <brobecker@adacore.com>
208
209 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
210
8e817061
JB
2112018-06-01 Joel Brobecker <brobecker@adacore.com>
212
213 * gdb.ada/bp_fun_addr: New testcase.
214
e86ca25f
TT
2152018-06-01 Tom Tromey <tom@tromey.com>
216
217 * gdb.xml/tdesc-regs.exp (load_description): Update expected
218 results.
219 * gdb.dwarf2/method-ptr.exp: Set language to C++.
220 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
221 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
222 * gdb.base/maint.exp (maint_pass_if): Update.
223
4b2dfa9d
MR
2242018-05-31 Maciej W. Rozycki <macro@mips.com>
225
226 * gdb.base/endian.exp: New test.
227 * gdb.base/endian.c: New test source.
228
45f25d6c
AB
2292018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 PR gdb/23203
232 * gdb.base/bt-selected-frame.c: New file.
233 * gdb.base/bt-selected-frame.exp: New file.
234 * lib/gdb.exp (get_current_frame_number): New function.
235
d9f6d7f8
MR
2362018-05-24 Maciej W. Rozycki <macro@mips.com>
237 Pedro Alves <palves@redhat.com>
238
239 * gdb.threads/tls-core.c: Include <stdlib.h>
240 (thread_proc): Call `abort'.
241 * gdb.threads/tls-core.exp: Generate a core with core_find too.
242 (tls_core_test): New procedure, bits factored out from ...
243 (top level): ... here. Test both native cores and gcore cores.
244
ff1cf532
TT
2452018-05-23 Tom Tromey <tom@tromey.com>
246
247 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
248
b98664d3
TT
2492018-05-23 Tom Tromey <tom@tromey.com>
250
251 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
252 symfile_complaints.
253 (test_short_complaints): Likewise.
254 (test_empty_complaints): Likewise.
255 (test_initial_complaints): Update.
256
4e9668d0
TT
2572018-05-23 Tom Tromey <tom@tromey.com>
258
259 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
260
43ba33c7
TT
2612018-05-23 Tom Tromey <tom@tromey.com>
262
263 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
264 (test_short_complaints): Update.
265
035522c0
PA
2662018-05-22 Pedro Alves <palves@redhat.com>
267
268 * gdb.base/remote.exp: Only gdb_start after compiling the
269 testcase. Issue "disconnect" before testing "set remote" command
270 defaults. Issue clean_restart before running to main.
271
cc0be08f
PA
2722018-05-22 Pedro Alves <palves@redhat.com>
273
274 * gdb.base/remote.exp: Adjust expected output of "show remote
275 memory-write-packet-size". Add tests for "set remote
276 memory-write-packet-size 0" and "set remote
277 memory-write-packet-size fixed/limit".
278
b1b60145
PA
2792018-05-22 Pedro Alves <palves@redhat.com>
280
281 PR gdb/22973
282 * gdb.base/utf8-identifiers.c: New file.
283 * gdb.base/utf8-identifiers.exp: New file.
284
0ec848ad
PFC
2852018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
286
287 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
288
2c3305f6
PFC
2892018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
290
291 * gdb.arch/powerpc-vsx-gcore.exp: New file.
292
ce1e8424
TT
2932018-05-18 Tom Tromey <tom@tromey.com>
294
295 * gdb.base/ptype-offsets.exp: Update.
296
ddfe970e
KS
2972018-05-17 Keith Seitz <keiths@redhat.com>
298
299 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
300 in expected breakpoint stop locations.
301 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
302 move to proper scope to test variable values.
303 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
304 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
305 New functions.
306 (main): Call not_inline_func3.
307 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
308 inline_func1, inline_func2, and inline_func3. Test that when each
309 breakpoint is hit, GDB properly reports both the stop location
310 and the backtrace. Repeat tests for temporary breakpoints.
311
0726fcc6
MR
3122018-05-15 Maciej W. Rozycki <macro@mips.com>
313
314 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
315 rather then trying to access it in determining whether the PID
316 of `gdbserver' could have been retrieved.
317
8ee22052
AB
3182018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
319
320 * gdb.arch/amd64-init-x87-values.S: New file.
321 * gdb.arch/amd64-init-x87-values.exp: New file.
322
7785df48
JK
3232018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
324
325 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
326
56bcdbea
TT
3272018-05-04 Tom Tromey <tom@tromey.com>
328
329 PR python/22730:
330 * gdb.python/python.exp: Test multi-line execute.
331
a913fffb
TT
3322018-05-04 Tom Tromey <tom@tromey.com>
333
334 PR python/22731:
335 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
336
7a2c85f2
TT
3372018-05-04 Tom Tromey <tom@tromey.com>
338
339 PR gdb/11750:
340 * gdb.base/define.exp: Test defining a user command inside a user
341 command.
342 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
343
a3b60e45
JK
3442018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
345 Pedro Alves <palves@redhat.com>
346
347 PR breakpoints/19806 and support for PR external/20207.
348 * gdb.base/watchpoint-unaligned.c: New file.
349 * gdb.base/watchpoint-unaligned.exp: New file.
350
45fe4a03
AB
3512018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
352
353 * gdb.base/maint.exp: Make test names unique, use
354 test_prefix_command_help to test 'help maint info', and remove
355 repeated test of 'help maint'.
356
9be2ae8f
TT
3572018-05-04 Tom Tromey <tom@tromey.com>
358
359 PR gdb/22619:
360 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
361 behavior.
362
11859c31
AB
3632018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
364
365 * gdb.base/maint.exp: Process output from 'maint print registers'
366 line at a time.
367
089a9490
AB
3682018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
371 timeout.
372
9b0797e2
AB
3732018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
376 filter pattern.
377
f6ac5f3d
PA
3782018-05-02 Pedro Alves <palves@redhat.com>
379
380 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
381 to_log_command renames.
382 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
383
77d3c63b
TT
3842018-05-02 Tom Tromey <tom@tromey.com>
385
386 * gdb.python/py-parameter.exp: Set test message.
387
0489430a
TT
3882018-05-02 Tom Tromey <tom@tromey.com>
389
390 PR python/20084:
391 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
392 PARAM_ZUINTEGER_UNLIMITED tests.
393
1632f8ba
DR
3942018-04-28 Dan Robertson <danlrobertson89@gmail.com>
395
396 PR rust/23124
397 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
398 when casting.
399
6d7bb824
TT
4002018-04-30 Tom Tromey <tom@tromey.com>
401
402 * gdb.python/py-type.exp: Check align attribute.
403 * gdb.python/py-type.c: New "aligncheck" global.
404
007e1530
TT
4052018-04-30 Tom Tromey <tom@tromey.com>
406
407 PR exp/17095:
408 * gdb.dwarf2/dw2-align.exp: New file.
409 * gdb.cp/align.exp: New file.
410 * gdb.base/align.exp: New file.
411 * lib/gdb.exp (gdb_int128_helper): New proc.
412 (has_int128_c, has_int128_cxx): New caching procs.
413
6873858b
TT
4142018-04-27 Tom Tromey <tom@tromey.com>
415
416 PR rust/22545:
417 * gdb.rust/simple.exp: Add inclusive range tests.
418
79188d8d
PA
4192018-04-26 Pedro Alves <palves@redhat.com>
420
421 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
422 ifunc breakpoint locations correctly of ifunc breakpoints set
423 while the program resolves the ifunc.
424
c7075ad5
PA
4252018-04-26 Pedro Alves <palves@redhat.com>
426
427 * gdb.base/gnu-ifunc-final.c: New file.
428 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
429 * gdb.base/gnu-ifunc.exp (executable): Delete.
430 (staticexecutable): Adjust.
431 (lib_opts, exec_opts): Delete.
432 (make_binsuffix, build, set-break): New procedures.
433 (misc_tests): New, with tests factored out from the top level.
434 (top level): Test different combinations of ifunc resolver name,
435 resolver with and with debug info, and ifunc target with and
436 without debug info. Wrap static tests with with_target_prefix.
437
8388016d
PA
4382018-04-26 Pedro Alves <palves@redhat.com>
439
440 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
441 return type" warnings.
442
249b5733
PA
4432018-04-25 Pedro Alves <palves@redhat.com>
444
445 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
446 killed".
447 * gdb.base/kill-after-signal.exp: Likewise.
448 * gdb.threads/kill.exp: Likewise.
449
f67c0c91
SDJ
4502018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
451 Sergio Durigan Junior <sergiodj@redhat.com>
452 Pedro Alves <palves@redhat.com>
453
454 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
455 regexps to expect for '[Inferior ... detached]' as well.
456 * gdb.base/attach.exp: Likewise.
457 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
458 "gdb_continue_to_end".
459 (test_catch_syscall_with_wrong_args): Likewise.
460 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
461 ']'. Don't set 'verbose' on.
462 * gdb.base/foll-vfork.exp: Likewise.
463 * gdb.base/fork-print-inferior-events.c: New file.
464 * gdb.base/fork-print-inferior-events.exp: New file.
465 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
466 '[Inferior ... has been killed]' message.
467 * gdb.base/kill-after-signal.exp: Likewise.
468 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
469 detach message.
470 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
471 message.
472 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
473 regexps to expect for '[Inferior ... detached]' as well.
474 * gdb.threads/process-dies-while-detaching.exp: Likewise.
475
0a8ddac4
SM
4762018-04-24 Simon Marchi <simon.marchi@ericsson.com>
477
478 PR gdb/23104
479 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
480
d27d16bf
RB
4812018-04-19 Richard Bunt <richard.bunt@arm.com>
482
483 * gdb.threads/multiple-successive-infcall.c: New test.
484 * gdb.threads/multiple-successive-infcall.exp: New file.
485
a037790e
TT
4862018-04-17 Tom Tromey <tom@tromey.com>
487
488 * gdb.rust/simple.rs (Union): New type.
489 (main): New local "u".
490 * gdb.rust/simple.exp (test_one_slice): Add new test case.
491
e3a91079
AA
4922018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
493
494 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
495 number information in output of "whereis" command.
496 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
497
b744723f
AA
4982018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
499
500 * gdb.ada/info_types.exp: Adjust expected output to the line
501 numbers now printed by "info var/func/type".
502 * gdb.base/completion.exp: Likewise.
503 * gdb.base/included.exp: Likewise.
504 * gdb.cp/cp-relocate.exp: Likewise.
505 * gdb.cp/cplusfuncs.exp: Likewise.
506 * gdb.cp/namespace.exp: Likewise.
507 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
508
4a4495d6
MM
5092018-04-13 Markus Metzger <markus.t.metzger@intel.com>
510
511 * gdb.btrace/cpu.exp: New.
512
1d509aa6
MM
5132018-04-13 Markus Metzger <markus.t.metzger@intel.com>
514
515 * gdb.base/step-indirect-call-thunk.exp: New.
516 * gdb.base/step-indirect-call-thunk.c: New.
517 * gdb.reverse/step-indirect-call-thunk.exp: New.
518 * gdb.reverse/step-indirect-call-thunk.c: New.
519
6295b6da
SM
5202018-04-11 Simon Marchi <simon.marchi@ericsson.com>
521
522 * gdb.base/pie-fork.c: New file.
523 * gdb.base/pie-fork.exp: New file.
524
50146e70
TT
5252018-04-11 Tom Tromey <tom@tromey.com>
526
527 * gdb.rust/simple.exp: Add test for ".." struct initializer.
528
f50d8a2e
PA
5292018-04-10 Pedro Alves <palves@redhat.com>
530
531 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
532 exits. Instead loop running forever.
533 (fork_parent): Run forever too.
534
a0be7a36
SM
5352018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
536
537 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
538 mi_continue_to_line.
539 * gdb.mi/mi-stack.c (callee4): Add comment.
540
9b73db36
SM
5412018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
542
543 * gdb.mi/mi-stack.exp: Fix indentation.
544
c912f608
SM
5452018-04-07 Simon Marchi <simon.marchi@ericsson.com>
546
547 PR gdb/22979
548 * gdb.arch/amd64-osabi.exp: New file.
549
26540402
SM
5502018-04-07 Simon Marchi <simon.marchi@ericsson.com>
551
552 PR gdb/22980
553 * gdb.base/osabi.exp: New file.
554
121ad66c 5552018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
556
557 * gdb.cp/static-typedef-print.exp: New file.
558 * gdb.cp/static-typedef-print.cc: New file.
559
3fcded8f
JB
5602018-03-27 Joel Brobecker <brobecker@adacore.com>
561
562 * gdb.ada/varsize_limit: New testcase.
563
59cc4834
JB
5642018-03-27 Joel Brobecker <brobecker@adacore.com>
565
566 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
567
568 * gdb.ada/notcplusplus: New testcase.
569
570 * gdb.base/c-linkage-name.c: New file.
571 * gdb.base/c-linkage-name.exp: New testcase.
572
4ca59a9f
TT
5732018-03-26 Tom Tromey <tom@tromey.com>
574
575 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
576 * gdb.python/py-framefilter.py (name_error): New global.
577 (ErrorInName.function): Use name_error.
578
978d6c75
TT
5792018-03-26 Tom Tromey <tom@tromey.com>
580
581 PR backtrace/15582:
582 * gdb.python/py-framefilter.exp: Add "bt hide" test.
583
b7fee5a3
KS
5842018-03-23 Keith Seitz <keiths@redhat.com>
585
586 PR c++/22968
587 * gdb.cp/subtypes.exp: New file.
588 * gdb.cp/subtypes.h: New file.
589 * gdb.cp/subtypes.cc: New file.
590 * gdb.cp/subtypes-2.cc: New file.
591
376be529
AB
5922018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
593
594 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
595 (done): Call '_exit' not 'exit' to avoid atexit handlers.
596 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
597 -nostartfiles when compiling the test. Confirm that all registers
598 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
599
066cfa98
AB
6002018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
603 option, syntax was wrong anyway.
604 * gdb.arch/arm-disp-step.exp: Likewise.
605 * gdb.arch/sparc64-regs.exp: Likewise.
606 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
607 option, syntax was wrong anyway, switch to use
608 prepare_for_testing.
609 * gdb.arch/i386-disp-step.exp: Likewise.
610
079670b9
AA
6112018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
612
613 * gdb.ada/exec_changed.exp: Replace "target_info exists
614 use_gdb_stub" by "use_gdb_stub".
615 * gdb.ada/start.exp: Likewise.
616 * gdb.base/async-shell.exp: Likewise.
617 * gdb.base/attach-pie-misread.exp: Likewise.
618 * gdb.base/attach-wait-input.exp: Likewise.
619 * gdb.base/break-entry.exp: Likewise.
620 * gdb.base/break-interp.exp: Likewise.
621 * gdb.base/dprintf-detach.exp: Likewise.
622 * gdb.base/nostdlib.exp: Likewise.
623 * gdb.base/solib-nodir.exp: Likewise.
624 * gdb.base/statistics.exp: Likewise.
625 * gdb.base/testenv.exp: Likewise.
626 * gdb.mi/mi-exec-run.exp: Likewise.
627 * gdb.mi/mi-start.exp: Likewise.
628 * gdb.multi/dummy-frame-restore.exp: Likewise.
629 * gdb.multi/multi-arch-exec.exp: Likewise.
630 * gdb.multi/multi-arch.exp: Likewise.
631 * gdb.multi/tids.exp: Likewise.
632 * gdb.multi/watchpoint-multi.exp: Likewise.
633 * gdb.python/py-events.exp: Likewise.
634 * gdb.threads/attach-into-signal.exp: Likewise.
635 * gdb.threads/attach-stopped.exp: Likewise.
636 * gdb.threads/threadapply.exp: Likewise.
637 * lib/selftest-support.exp: Likewise.
638
26d6cec4
AA
6392018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
640
641 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
642
4ee89e90
SR
6432018-03-20 Stephen Roberts <stephen.roberts@arm.com>
644
645 * gdb.perf/template-breakpoints.cc: New file.
646 * gdb.perf/template-breakpoints.exp: New file.
647 * gdb.perf/template-breakpoints.py: New file.
648
92630041
TT
6492018-03-19 Tom Tromey <tom@tromey.com>
650
651 * gdb.rust/simple.rs (main): Add local variables field1, field2,
652 y0.
653 * gdb.rust/simple.exp: Test bare identifier form of struct
654 initializer.
655
76727919
TT
6562018-03-19 Tom Tromey <tom@tromey.com>
657
658 * gdb.gdb/observer.exp: Remove.
659
194ed413
AA
6602018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
661
662 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
663 "qualified" option when setting breakpoints.
664 * gdb.trace/backtrace.exp: Likewise.
665 * gdb.trace/circ.exp: Likewise.
666 * gdb.trace/collection.exp: Likewise.
667 * gdb.trace/disconnected-tracing.exp: Likewise.
668 * gdb.trace/ftrace-lock.exp: Likewise.
669 * gdb.trace/ftrace.exp: Likewise.
670 * gdb.trace/infotrace.exp: Likewise.
671 * gdb.trace/packetlen.exp: Likewise.
672 * gdb.trace/passc-dyn.exp: Likewise.
673 * gdb.trace/qtro.exp: Likewise.
674 * gdb.trace/read-memory.exp: Likewise.
675 * gdb.trace/report.exp: Likewise.
676 * gdb.trace/signal.exp: Likewise.
677 * gdb.trace/status-stop.exp: Likewise.
678 * gdb.trace/strace.exp: Likewise.
679 * gdb.trace/tfind.exp: Likewise.
680 * gdb.trace/trace-break.exp: Likewise.
681 * gdb.trace/trace-condition.exp: Likewise.
682 * gdb.trace/trace-mt.exp: Likewise.
683 * gdb.trace/tstatus.exp: Likewise.
684 * gdb.trace/tsv.exp: Likewise.
685 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
686 * gdb.trace/unavailable.exp: Likewise.
687 * gdb.trace/while-dyn.exp: Likewise.
688
8b067d2c
AA
6892018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
690
691 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
692 that libinproctrace is copied to the target.
693
3ae9ce5d
TT
6942018-03-14 Tom Tromey <tom@tromey.com>
695
696 PR cli/14977:
697 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
698 a null pointer.
699 * gdb.base/wchar.exp: Likewise.
700
b8c2339b
TT
7012018-03-14 Tom Tromey <tom@tromey.com>
702
703 PR cli/19918:
704 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
705 flag.
706
4872dc46
SM
7072018-03-08 Simon Marchi <simon.marchi@ericsson.com>
708
709 PR gdb/22841
710 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
711 "target" to remote_exec.
712
e4fe3756
SM
7132018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
714
715 PR gdb/22841
716 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
717 ${board}_upload): Remove.
718
e95a97d4
AA
7192018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
720
721 * gdb.cp/watch-cp.cc: New test.
722 * gdb.cp/watch-cp.exp: New file.
723
dbbb1059
AB
7242018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * gdb.base/infcall-nested-structs.exp: New file.
727 * gdb.base/infcall-nested-structs.c: New file.
728 * gdb.base/float.exp: Add riscv support.
729
ecc054c0
TP
7302018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
731
732 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
733 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
734
25e3c82c
SDJ
7352018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
736
737 * gdb.server/abspath.exp: New file.
738 * lib/gdb.exp (with_cwd): New procedure.
739
3083294d
SM
7402018-02-28 Simon Marchi <simon.marchi@ericsson.com>
741
742 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
743 use it.
744 (gdb_is_target_remote_prompt): New proc.
745 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
746 (gdb_is_target_native): Pass prompt parameter to
747 gdb_is_target_1.
748
3275ef47
SM
7492018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
750
751 * gdb.base/load-command.c: New file.
752 * gdb.base/load-command.exp: New file.
753 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
754 (gdb_is_target_1): ...this, and generalize for other targets
755 than just remote.
756 (gdb_is_target_remote): Use gdb_is_target_1.
757 (gdb_is_target_native): use gdb_is_target_1.
758
6893c19a
TT
7592018-02-26 Tom Tromey <tom@tromey.com>
760
761 PR python/16497:
762 * gdb.python/py-framefilter.exp: Update test.
763
2ddeaf8a
TT
7642018-02-26 Tom Tromey <tom@tromey.com>
765
766 * gdb.dwarf2/variant.c: New file.
767 * gdb.dwarf2/variant.exp: New file.
768
c9317f21
TT
7692018-02-26 Tom Tromey <tom@tromey.com>
770
771 * gdb.rust/simple.exp: Accept more possible results in enum test.
772
6f6d0c26
SM
7732018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
774
775 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
776 parentheses.
777
11b03145
MR
7782018-02-23 Maciej W. Rozycki <macro@mips.com>
779
780 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
781 name of a variable: $actual_linejj -> $actual_line.
782
54a27fe5
JB
7832018-02-21 John Baldwin <jhb@FreeBSD.org>
784
785 * gdb.arch/amd64-i386-address.exp: Fix a typo.
786
de65820c
MM
7872018-02-20 Markus Metzger <markus.t.metzger@intel.com>
788
789 * gdb.btrace/buffer-size.exp: Do not force BTS.
790
980548fd
PA
7912018-02-14 Pedro Alves <palves@redhat.com>
792
793 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
794 getting a "Quit".
795
c4e12631
MM
7962018-02-09 Markus Metzger <markus.t.metzger@intel.com>
797
798 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
799 Fix test name.
800
c2e0e465
SM
8012018-02-07 Simon Marchi <simon.marchi@ericsson.com>
802
803 * gdb.cp/m-static.exp: Check type of optimized out static
804 member.
805
f7216783
AB
8062018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
807
808 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
809 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
810
0625771b
LS
8112018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
812 Leszek Swirski <leszeks@google.com>
813
814 * gdb.python/py-prettyprint.c
815 (struct to_string_returns_value_inner,
816 struct to_string_returns_value_wrapper): New.
817 (main): Add tsrvw variable.
818 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
819 ToStringReturnsValueWrapper): New classes.
820 (register_pretty_printers): Register new pretty-printers.
821 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
822 recursive pretty printer.
823 * gdb.python/py-mi.exp: Likewise.
824
59498c30
LS
8252018-02-01 Leszek Swirski <leszeks@google.com>
826
827 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
828 functions with the same name as an include file are parsed
829 correctly.
830
d4d38844
YQ
8312018-02-01 Yao Qi <yao.qi@linaro.org>
832
833 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
834 "\[^\r\n\]*".
835
07e5f5cf
NP
8362018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
837
838 * gdb.arch/powerpc-prologue-frame.s: New file.
839 * gdb.arch/powerpc-prologue-frame.c: Likewise.
840 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
841
929b5ad4
JB
8422018-01-31 Joel Brobecker <brobecker@adacore.com>
843
844 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
845
e671cd59
PA
8462018-01-30 Pedro Alves <palves@redhat.com>
847
848 PR gdb/13211
849 * gdb.base/interrupt-daemon.c: New.
850 * gdb.base/interrupt-daemon.exp: New.
851 * gdb.multi/multi-term-settings.c: New.
852 * gdb.multi/multi-term-settings.exp: New.
853
fc413dc4
JB
8542018-01-30 Joel Brobecker <brobecker@adacore.com>
855
856 * gdb.base/break.exp: Save the location where the breakpoint
857 on break.c:47 was actually inserted when debugging the version
858 compiled at -O2 and use it in the expected output of the "info
859 break" test performed soon after.
860
5c319bb2
PA
8612018-01-22 Pedro Alves <palves@redhat.com>
862 Sergio Durigan Junior <sergiodj@redhat.com>
863
864 * gdb.base/whatis.exp: Add tests for 'set print object on' +
865 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
866
a9e40818
JB
8672018-01-22 Joel Brobecker <brobecker@adacore.com>
868
869 * gdb.base/break-include.c, gdb.base/break-include.inc,
870 gdb.base/break-include.exp: New files.
871 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
872 line number now being the actual line number where the breakpoint
873 was inserted.
874 * gdb.mi/mi-break.exp: Likewise.
875 * gdb.mi/mi-reverse.exp: Likewise.
876 * gdb.mi/mi-simplerun.exp: Ditto.
877
e707fc44
AB
8782018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
879
880 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
881 varobj.
882 * gdb.mi/mi-var-create-rtti.exp: Likewise.
883
ae451627
AB
8842018-01-21 Don Breazeal <donb@codesourcery.com>
885 Andrew Burgess <andrew.burgess@embecosm.com>
886
887 * gdb.mi/basics.c: Add new global.
888 * gdb.mi/mi-frame-regs.exp: New file.
889 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
890 case.
891
b1b189e0
AB
8922018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
893
894 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
895 non-parameter, and on an unknown symbol.
896
fcfcc376
TT
8972018-01-19 Tom Tromey <tom@tromey.com>
898
899 * gdb.rust/modules.rs (TWENTY_THREE): New global.
900 * gdb.rust/modules.exp: Add ::-qualified lookup test.
901
634c1c31
AA
9022018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
903
904 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
905 setrlimit and chdir to int.
906
d6ad07fd
AA
9072018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
908
909 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
910 function.
911 (my_tend): Likewise.
912 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
913 rationale of avoiding FP- and vector instructions.
914
adf8243b
RK
9152018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
916
917 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
918 "info reg" with "\[ \t\]*".
919 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
920 "\[ \t\]+".
921 * gdb.arch/s390-multiarch.exp: Ditto.
922 * gdb.base/pc-fp.exp: Ditto.
923 * gdb.reverse/i386-precsave.exp: Ditto.
924 * gdb.reverse/i386-reverse.exp: Ditto.
925 * gdb.reverse/i387-env-reverse.exp: Ditto.
926 * gdb.reverse/i387-stack-reverse.exp: Ditto.
927
dcc06925
AA
9282018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
929
930 * lib/gdb.exp (gdb_compile): Re-enable use of
931 universal_compile_options for languages other than Rust.
932
25d4fd80
AA
9332018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
934
935 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
936
ee7f689e 9372018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
938
939 PR gdb/16577
940 * gdb.base/solib-vanish.exp: New.
941 * gdb.base/solib-vanish-main.c: New.
942 * gdb.base/solib-vanish-lib1.c: New.
943 * gdb.base/solib-vanish-lib2.c: New.
944
d8447b6b
YQ
9452018-01-17 Yao Qi <yao.qi@linaro.org>
946
947 * gdb.compile/compile.exp: Match the address printed for
948 frame in the output of command "bt".
949
86d6a90c
TT
9502018-01-15 Tom Tromey <tom@tromey.com>
951
952 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
953 compute sp_reg.
954
cbcdb1aa
AB
9552018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
956
957 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
958 to prepare.
959 (prepare): Return 0 on error, 1 on success.
960
eea61984
PA
9612018-01-12 Pedro Alves <palves@redhat.com>
962
963 * gdb.base/continue-after-aborted-step-over.c: New.
964 * gdb.base/continue-after-aborted-step-over.exp: New.
965
6181e9c2
SM
9662018-01-11 Simon Marchi <simon.marchi@ericsson.com>
967
968 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
969 options when not creating an executable.
970
3cada740
PA
9712018-01-11 Pedro Alves <palves@redhat.com>
972
973 PR remote/22597
974 * gdb.server/stop-reply-no-thread.c: New file.
975 * gdb.server/stop-reply-no-thread.exp: New file.
976
c63d3e8d
PA
9772018-01-10 Pedro Alves <palves@redhat.com>
978
979 PR gdb/22670
980 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
981 functions too. Test setting breakpoints and printing C functions
982 with no debug info too.
983 * gdb.ada/bp_c_mixed_case/qux.c: New file.
984
d4c2a405
PA
9852018-01-10 Pedro Alves <palves@redhat.com>
986
987 PR gdb/22670
988 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
989 a fail.
990
8825213e
PA
9912018-01-10 Pedro Alves <palves@redhat.com>
992
993 PR gdb/22670
994 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
995
605fd3c6
YQ
9962018-01-08 Simon Marchi <simon.marchi@ericsson.com>
997
998 * gdb.server/unittest.exp: Match the output in non-development
999 mode.
1000
1e5ded6c
YQ
10012018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1002
1003 * gdb.gdb/unittest.exp: Match output in non-development mode.
1004
30066b0b
JB
10052018-01-08 Joel Brobecker <brobecker@adacore.com>
1006
1007 * gdb.ada/access_tagged_param.exp: Relax expected output
1008 for value of "ObjL" in "continue" to pck.inspect breakpoint
1009 test.
1010
04bafb1e
XR
10112018-01-08 Joel Brobecker <brobecker@adacore.com>
1012
9f86398b
JB
1013 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1014 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 1015
e379cee6
PA
10162018-01-05 Pedro Alves <palves@redhat.com>
1017
1018 PR gdb/18653
1019 * gdb.base/libsegfault.exp: New.
1020
de63c46b
PA
10212018-01-05 Joel Brobecker <brobecker@adacore.com>
1022
1023 PR gdb/22670
1024 * gdb.ada/access_tagged_param.exp: New file.
1025 * gdb.ada/access_tagged_param/foo.adb: New file.
1026
f98fc17b
PA
10272018-01-05 Pedro Alves <palves@redhat.com>
1028
1029 PR gdb/22670
1030 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1031 exercise lower case too, and to exercise both full matching and
1032 wild matching.
1033
342f8240
JB
10342018-01-05 Joel Brobecker <brobecker@adacore.com>
1035
1036 * gdb.ada/rename_subscript_param: New testcase.
1037
7150d33c
JG
10382018-01-05 Jerome Guitton <guitton@adacore.com>
1039
1040 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1041
cc0e770c
JB
10422018-01-05 Joel Brobecker <brobecker@adacore.com>
1043
1044 * gdb.ada/convvar_comp: New testcase.
1045
672a41aa 10462018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
1047
1048 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1049 (My_Table): New global variable.
1050 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1051
7365ec2f
JB
10522018-01-04 Joel Brobecker <brobecker@adacore.com>
1053
1054 PR gdb/22670
1055 * gdb.ada/maint_with_ada: New testcase.
1056
289483b6
JB
10572018-01-04 Joel Brobecker <brobecker@adacore.com>
1058
1059 PR gdb/22670
1060 * gdb.ada/bp_c_mixed_case: New testcase.
1061
344420da
JB
10622018-01-04 Joel Brobecker <brobecker@adacore.com>
1063
1064 PR gdb/22670
1065 * gdb.ada/complete.exp: Add "complete break ada" test.
1066
66fc87a0
JB
10672018-01-04 Joel Brobecker <brobecker@adacore.com>
1068
1069 PR gdb/22670
1070 * gdb.ada/info_addr_mixed_case: New testcase.
1071
9f757bf7
XR
10722018-01-03 Xavier Roirand <roirand@adacore.com>
1073
1074 * gdb.ada/excep_handle.exp: New testcase.
1075 * gdb.ada/excep_handle/foo.adb: New file.
1076 * gdb.ada/excep_handle/pck.ads: New file.
1077
bd570f80
JB
10782018-01-03 Joel Brobecker <brobecker@adacore.com>
1079
1080 * gdb.base/step-line.c: Add extra empty line in copyright header.
1081 * gdb.base/step-line.inp: Likewise.
1082
9fe561ab
JB
10832018-01-02 Joel Brobecker <brobecker@adacore.com>
1084
1085 * gdb.ada/dyn_stride.exp: Add slice test.
1086
a405673c
JB
10872018-01-02 Joel Brobecker <brobecker@adacore.com>
1088
1089 * gdb.ada/dyn_stride: New testcase.
1090
cef0f868
SH
10912017-12-27 Stafford Horne <shorne@gmail.com>
1092
1093 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1094 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1095
b67d92b0
SH
10962017-12-27 Stafford Horne <shorne@gmail.com>
1097
1098 * gdb.base/reggroups.c: New file.
1099 * gdb.base/reggroups.exp: New file.
1100
eccab96d
JB
11012017-12-18 Joel Brobecker <brobecker@adacore.com>
1102
1103 * gdb.dwarf2/ada-valprint-error.c: New file.
1104 * gdb.dwarf2/ada-valprint-error.exp: New file.
1105
0e2da9f0
JB
11062017-12-18 Joel Brobecker <brobecker@adacore.com>
1107
1108 * gdb.ada/assign_arr: New testcase.
1109
cb923fcc
XR
11102017-12-18 Xavier Roirand <roirand@adacore.com>
1111
1112 * gdb.ada/funcall_ptr: New testcase.
1113
7c161838
SDJ
11142017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1115
1116 PR cli/16224
1117 * gdb.base/ptype-offsets.cc: New file.
1118 * gdb.base/ptype-offsets.exp: New file.
1119
1af17fd9
YQ
11202017-12-15 Yao Qi <yao.qi@linaro.org>
1121
1122 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1123 if XML is disabled.
1124
828d5846
XR
11252017-12-15 Xavier Roirand <roirand@adacore.com>
1126
1127 * gdb.ada/same_component_name: New testcase.
1128
79e8fcaa
JB
11292017-12-14 Joel Brobecker <brobecker@adacore.com>
1130
1131 * gdb.ada/str_binop_equal: New testcase.
1132
e05fa6f9
JB
11332017-12-14 Joel Brobecker <brobecker@adacore.com>
1134
1135 * gdb.ada/task_switch_in_core: New testcase.
1136
b89641ba
SM
11372017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1138
1139 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1140 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1141 call test_bkpt_qualified.
1142 (test_bkpt_qualified): New proc.
1143
6892d2e4
PA
11442017-12-13 Pedro Alves <palves@redhat.com>
1145
1146 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1147 Tighten regexp by matching with an anchor.
1148
a22ecf70
PA
11492017-12-13 Pedro Alves <palves@redhat.com>
1150
1151 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1152 ("expression with namespace"): New set of tests.
1153 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1154 (Nested::Test_NS::qux): New.
1155 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1156 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1157
9937536c
JB
11582017-12-13 Joel Brobecker <brobecker@adacore.com>
1159
1160 * gdb.base/server-del-break.c: New file.
1161 * gdb.base/server-del-break.exp: New file.
1162
fe49c6f5
SH
11632017-12-12 Stafford Horne <shorne@gmail.com>
1164
1165 * gdb.xml/tdesc-regs.exp: Add or1k support.
1166
c3d18620
SH
11672017-12-12 Stafford Horne <shorne@gmail.com>
1168
1169 * gdb.base/bp-permanent.c: Define nop of or1k.
1170
c5f9cfc8
JB
11712017-12-11 Joel Brobecker <brobecker@adacore.com>
1172
1173 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1174 output with components being reordered.
1175
a9c135fc
JB
11762017-12-11 Joel Brobecker <brobecker@adacore.com>
1177
1178 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1179 output with components being reordered.
1180
927aa2e7
JK
11812017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1182 Pedro Alves <palves@redhat.com>
1183
1184 * gdb.base/maint.exp (check for .gdb_index): Check also for
1185 .debug_names.
1186 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1187 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1188 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1189 (.gdb_index used after symbol reloading): Support also .debug_names.
1190 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1191
f17d9474
YQ
11922017-12-08 Yao Qi <yao.qi@linaro.org>
1193
1194 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1195 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1196
a0de8c21
YQ
11972017-12-08 Yao Qi <yao.qi@linaro.org>
1198
1199 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1200 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1201
a738ea1d
YQ
12022017-12-08 Yao Qi <yao.qi@linaro.org>
1203
1204 * gdb.arch/aarch64-tagged-pointer.c: New file.
1205 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1206
1cd9a73b
SDJ
12072017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1208
1209 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1210 "int".
1211
fa6eb693
KS
12122017-12-07 Keith Seitz <keiths@redhat.com>
1213
1214 PR breakpoints/22569
1215 * gdb.linespec/ls-errs.exp: Change expected result of "break
1216 -source this file has spaces.c -line 3".
1217 Check that an explicit source file followed by whitespace is
1218 identified as an invalid explicit location.
1219
883fd55a
KS
12202017-12-07 Keith Seitz <keiths@redhat.com>
1221
1222 * gdb.cp/nested-types.cc: New file.
1223 * gdb.cp/nested-types.exp: New file.
1224 * lib/cp-support.exp: Load data-structures.exp library.
1225 (debug_cp_test_ptype_class): New global.
1226 (cp_ptype_class_verbose, next_line): New procedures.
1227 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1228 Add and document new return value.
1229 Switch the list of lines to a queue.
1230 Add support for new `type' key for nested type definitions.
1231 Add debugging/troubleshooting messages.
1232 * lib/data-structures.exp: New file.
1233
ec72db3e
SM
12342017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1235
1236 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1237 with proc_with_prefix, don't use with_test_prefix.
1238
99598d71
TT
12392017-12-07 Tom Tromey <tom@tromey.com>
1240
1241 * gdb.base/break.exp: Add test for empty "commands".
1242
a8806230
YQ
12432017-12-07 Yao Qi <yao.qi@linaro.org>
1244
1245 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1246 malloc and catch syscall.
1247
824cc835
PM
12482017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1249
1250 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1251 tests for explicit locations.
1252
7cc244de
PA
12532017-12-06 Pedro Alves <palves@redhat.com>
1254
1255 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1256 force-disabling XML descriptions.
1257
50a1fdd5
PA
12582017-12-04 Pedro Alves <palves@redhat.com>
1259
1260 PR gdb/22499
1261 * gdb.arch/amd64-disp-step-avx.S: New file.
1262 * gdb.arch/amd64-disp-step-avx.exp: New file.
1263
f0fb2488
PA
12642017-12-03 Pedro Alves <palves@redhat.com>
1265
1266 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1267 and <string.h>.
1268 (parent_function): Print distinct messages when waitpid fails, or
1269 the child exits with a signal, or the child exits for an unhandled
1270 reason.
1271 * gdb.threads/process-dies-while-detaching.exp
1272 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1273 it. Wait for both inferior output and GDB's prompt. Use an
1274 indirect spawn id list.
1275 (do_detach): New parameter 'child_exit'. Use it to compute
1276 expected inferior output.
1277 (test_detach, test_detach_watch, test_detach_killed_outside):
1278 Adjust to pass down the expected child exit kind.
1279
97cbe998
SDJ
12802017-12-01 Joel Brobecker <brobecker@adacore.com>
1281 Sergio Durigan Junior <sergiodj@redhat.com>
1282 Pedro Alves <palves@redhat.com>
1283
1284 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1285
40fc416f
SDJ
12862017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1287
1288 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1289 to 'symbol-file' and 'add-symbol-file' can be
1290 position-independent.
1291
1cc75e92
YQ
12922017-12-01 Yao Qi <yao.qi@linaro.org>
1293
1294 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1295 the URL in copyright header.
1296 * gdb.arch/aarch64-fp.exp: Likewise.
1297 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1298 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1299 * gdb.base/expand-psymtabs.exp: Likewise.
1300 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1301 * gdb.fortran/common-block.exp: Likewise.
1302 * gdb.fortran/common-block.f90: Likewise.
1303 * gdb.fortran/logical.exp: Likewise.
1304 * gdb.fortran/vla-datatypes.f90: Likewise.
1305 * gdb.fortran/vla-sub.f90: Likewise.
1306
875fb7a7
JB
13072017-11-30 Joel Brobecker <brobecker@adacore.com>
1308
1309 * gdb.ada/repeat_dyn: New testcase.
1310
6f14765f
UW
13112017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1312
1313 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1314 Update for changed thread numbering.
1315 * gdb.cell/bt.exp: Update for changed GDB output.
1316
f1af7b94
SM
13172017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1318
1319 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1320 setting isremote by hand.
1321 * boards/dwarf4-gdb-index.exp: Likewise.
1322 * boards/fission.exp: Likewise.
1323 * boards/stabs.exp: Likewise.
1324
e3919f3e
PA
13252017-11-30 Pedro Alves <palves@redhat.com>
1326
1327 * gdb.linespec/cpls-ops.exp
1328 (check_explicit_skips_function_argument): Extract the underlying
1329 type of size_t instead of hardcoding it.
1330
bd69330d
PA
13312017-11-29 Pedro Alves <palves@redhat.com>
1332
1333 PR c++/19436
1334 * gdb.linespec/cpls-abi-tag.cc: New file.
1335 * gdb.linespec/cpls-abi-tag.exp: New file.
1336
a20714ff
PA
13372017-11-29 Pedro Alves <palves@redhat.com>
1338
1339 * gdb.base/langs.exp: Use -qualified.
1340 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1341 it.
1342 * gdb.cp/namespace.exp: Use -qualified.
1343 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1344 (overload-3, template-overload, template-ret-type, const-overload)
1345 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1346 procedures.
1347 (test_driver): Call them.
1348 * gdb.cp/save-bp-qualified.cc: New.
1349 * gdb.cp/save-bp-qualified.exp: New.
1350 * gdb.linespec/explicit.exp: Test -qualified.
1351 * lib/completion-support.exp (completion::explicit_opts_list): Add
1352 "-qualified".
1353 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1354
f6f1d339
PM
13552017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1356
1357 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1358
02ca603a
TT
13592017-11-29 Tom Tromey <tom@tromey.com>
1360
1361 * gdb.base/relocate.exp: Update invalid argument test.
1362 Add new tests for invalid arguments.
1363
ed6c0bfb
TP
13642017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1365
1366 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1367 Return 0 as a long.
1368 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1369
f106e10e
TP
13702017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1371
1372 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1373 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1374 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1375 func ().
1376 * gdb.cp/shadow.cc (B.func): Return 0.
1377
10329bb2
JB
13782017-11-27 Joel Brobecker <brobecker@adacore.com>
1379
1380 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1381 expected output in gdb_expect call to allow the exception
1382 message to be present as well. Fix syntax confusion to avoid
1383 TCL thinking that exception_name is an array.
1384
617cd4bc
UW
13852017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1386
1387 * gdb.arch/spu-info.c: Include <unistd.h>.
1388 (do_signal_test): Fix broken calls to write.
1389 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1390 Fix checks for empty mailboxes. Update signal tests for corrected
1391 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1392 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1393 * gdb.cell/arch.exp: Use standard_output_file.
1394 * gdb.cell/break.exp: Likewise.
1395 * gdb.cell/bt.exp: Likewise.
1396 * gdb.cell/core.exp: Likewise.
1397 * gdb.cell/dwarfaddr.exp: Likewise.
1398 * gdb.cell/ea-cache.exp: Likewise.
1399 * gdb.cell/ea-standalone.exp: Likewise.
1400 * gdb.cell/f-regs.exp: Likewise.
1401 * gdb.cell/fork.exp: Likewise.
1402 * gdb.cell/gcore.exp: Likewise.
1403 * gdb.cell/mem-access.exp: Likewise.
1404 * gdb.cell/ptype.exp: Likewise.
1405 * gdb.cell/registers.exp: Likewise.
1406 * gdb.cell/sizeof.exp: Likewise.
1407 * gdb.cell/solib-symbol.exp: Likewise.
1408 * gdb.cell/solib.exp: Likewise.
617cd4bc 1409
a81aaca0
PA
14102017-11-25 Pedro Alves <palves@redhat.com>
1411
1412 * gdb.base/complete-empty.exp: New file.
1413 * gdb.base/completion.exp: Adjust.
1414
6a3c6ee4
PA
14152017-11-25 Pedro Alves <palves@redhat.com>
1416
1417 * gdb.linespec/cpls-ops.cc: New file.
1418 * gdb.linespec/cpls-ops.exp: New file.
1419 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1420 factored out from ...
1421 (test_complete_prefix_range): ... this.
1422
8955eb2d
PA
14232017-11-24 Pedro Alves <palves@redhat.com>
1424
1425 * gdb.linespec/cpcompletion.exp: New file.
1426 * gdb.linespec/cpls-hyphen.cc: New file.
1427 * gdb.linespec/cpls.cc: New file.
1428 * gdb.linespec/cpls2.cc: New file.
1429 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1430 test to use test_gdb_complete_unique. Add label completion,
1431 keyword completion and explicit location completion tests.
1432 * lib/completion-support.exp: New file.
1433
e547c119
JB
14342017-11-24 Joel Brobecker <brobecker@adacore.com>
1435
1436 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1437 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1438 when hitting an exception catchpoint.
1439
7c3c1aa8
YQ
14402017-11-22 Yao Qi <yao.qi@linaro.org>
1441
1442 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1443
41bd68f5
SM
14442017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1445
1446 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1447 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1448 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1449
1daad298
YQ
14502017-11-22 Yao Qi <yao.qi@linaro.org>
1451
1452 * gdb.base/info-os.exp: Pass pthreads.
1453 * gdb.multi/multi-attach.exp: Likewise.
1454
88465e87
YQ
14552017-11-22 Yao Qi <yao.qi@linaro.org>
1456
1457 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1458 compiler.
1459
dc196b23
YQ
14602017-11-22 Yao Qi <yao.qi@linaro.org>
1461
1462 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1463 * gdb.base/break-interp.exp: Likewise.
1464 * gdb.base/jit-attach-pie.exp: Likewise.
1465
2400729e
UW
14662017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1467
1468 * gdb.base/float128.c (large128): New variable.
1469 * gdb.base/float128.exp: Add test to print largest __float128 value.
1470
7a26362d
UW
14712017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1472
1473 * gdb.arch/vsx-regs.exp: Update register content checks.
1474
ed0f4273
UW
14752017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1476
1477 * gdb.arch/ppc-longdouble.exp: New file.
1478 * gdb.arch/ppc-longdouble.c: Likewise.
1479
a25d69c6
PA
14802017-11-21 Pedro Alves <palves@redhat.com>
1481
1482 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1483
73fcf641
PA
14842017-11-20 Pedro Alves <palves@redhat.com>
1485
1486 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1487 (long_double_typedef): New typedefs.
1488 Use DEF on double and long double.
1489 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1490 cases.
1491 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1492 and 'long_double_ptr_same_size' locals. Use them to decide
1493 whether cast from array/function to float is valid/invalid.
1494
71a3c369
TT
14952017-11-17 Tom Tromey <tom@tromey.com>
1496
1497 * gdb.rust/traits.rs: New file.
1498 * gdb.rust/traits.exp: New file.
1499
ced9779b
JB
15002017-11-17 Joel Brobecker <brobecker@adacore.com>
1501
1502 * gdb.ada/minsyms: New testcase.
1503
a0922d80
PA
15042017-11-16 Pedro Alves <palves@redhat.com>
1505
1506 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1507 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1508
ea04e54c
PA
15092017-11-16 Pedro Alves <palves@redhat.com>
1510
1511 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1512 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1513
e849ea89
PA
15142017-11-16 Pedro Alves <palves@redhat.com>
1515
1516 * gdb.server/reconnect-ctrl-c.c: New file.
1517 * gdb.server/reconnect-ctrl-c.exp: New file.
1518
d8ae99a7
PM
15192017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1520
1521 * gdb.python/py-rbreak.exp: New file.
1522 * gdb.python/py-rbreak.c: New file.
1523 * gdb.python/py-rbreak-func2.c: New file.
1524
968a13f8
PA
15252017-11-16 Pedro Alves <palves@redhat.com>
1526
1527 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1528 pattern.
1529 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1530 GDB.
1531
71774bc9
SM
15322017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1533
1534 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1535 regex.
1536
ddbb44cf
SM
15372017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1538
1539 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1540 test names.
1541
584a564f
PA
15422017-11-09 Pedro Alves <palves@redhat.com>
1543
1544 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1545 factored out from ...
1546 (top level): ... here, and adjusted to avoid expecting beyond the
1547 prompt in a single gdb_test_multiple.
1548
5ed7a928
PA
15492017-11-09 Pedro Alves <palves@redhat.com>
1550
1551 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1552 output.
1553 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1554 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1555 * gdb.server/ext-run.exp ("kill" test): Likewise.
1556 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1557
a60e0738
PA
15582017-11-09 Pedro Alves <palves@redhat.com>
1559
1560 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1561 match till end of line.
1562
2c88253f
PA
15632017-11-09 Pedro Alves <palves@redhat.com>
1564
1565 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1566
c7a38517
PA
15672017-11-09 Pedro Alves <palves@redhat.com>
1568
1569 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1570 New procedures, factored out from ...
1571 (top level): ... here, and adjusted to avoid expecting beyond the
1572 prompt in one go.
1573
f29f4b6b
PA
15742017-11-09 Pedro Alves <palves@redhat.com>
1575
1576 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1577 output. Fix '?' match.
1578
286acbb5
JB
15792017-11-08 Joel Brobecker <brobecker@adacore.com>
1580
1581 * gdb.ada/scoped_watch: New testcase.
1582 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1583 which is actually correct.
1584 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1585 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1586
62d7ae92
PA
15872017-11-08 Pedro Alves <palves@redhat.com>
1588
1589 * gdb.gdb/complaints.exp (test_initial_complaints)
1590 (test_serial_complaints, test_short_complaints): Call
1591 complaint_internal instead of complaint.
1592
280ca31f
DT
15932017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1594
1595 * gdb.threads/tls-core.c: New file.
1596 * gdb.threads/tls-core.exp: Likewise.
1597
b5ec771e
PA
15982017-11-08 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1601 (p Exported_Capitalized): New test.
1602 (p exported_capitalized): New test.
1603
a02b41a7
PA
16042017-11-07 Pedro Alves <palves@redhat.com>
1605
1606 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1607
95e95a6d
PA
16082017-11-07 Pedro Alves <palves@redhat.com>
1609
1610 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1611 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1612 (disable_invalid, disable_inverted, disable_negative): New
1613 procedures.
1614 ("bad numbers"): New set of tests.
1615
cee62dbd
PA
16162017-11-07 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.cp/ena-dis-br-range.exp: Add tests.
1619
cc638e86
PA
16202017-11-07 Pedro Alves <palves@redhat.com>
1621
1622 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1623
d0fe4701
XR
16242017-11-07 Xavier Roirand <roirand@adacore.com>
1625 Pedro Alves <palves@redhat.com>
1626
1627 * gdb.base/ena-dis-br.exp: Add reference to
1628 gdb.cp/ena-dis-br-range.exp.
1629 * gdb.cp/ena-dis-br-range.exp: New file.
1630 * gdb.cp/ena-dis-br-range.cc: New file.
1631
46f67f80
PA
16322017-11-06 Pedro Alves <palves@redhat.com>
1633
1634 * gdb.base/attach-non-pgrp-leader.c: New.
1635 * gdb.base/attach-non-pgrp-leader.exp: New.
1636
726e1356
PA
16372017-11-06 Pedro Alves <palves@redhat.com>
1638
1639 * configure.ac: No longer check for termio.h and sgtty.h.
1640 * configure: Regenerate.
1641 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1642 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1643 Remove termio and sgtty code.
1644
50ab6ace
YQ
16452017-11-03 Yao Qi <yao.qi@linaro.org>
1646
1647 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1648 in GDB is disabled.
1649
8e68731c
YQ
16502017-11-03 Yao Qi <yao.qi@linaro.org>
1651
1652 * gdb.python/py-thrhandle.exp: Skip it if python is not
1653 enabled.
1654
3a87ae65
SM
16552017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1656
1657 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1658 as a breakpoint command.
1659
484d8d36
MD
16602017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1661
1662 PR python/21213
1663 * gdb.python/py-infthread.exp: Test calling
1664 InferiorThread.inferior () multiple times in a row.
1665
4a27f119
KS
16662017-10-27 Keith Seitz <keiths@redhat.com>
1667
1668 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1669 Test "info break" for every inlined function breakpoint.
1670
bb11dd58
YQ
16712017-10-27 Yao Qi <yao.qi@linaro.org>
1672
1673 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1674
a43f3893
PF
16752017-10-26 Patrick Frants <osscontribute@gmail.com>
1676
1677 * gdb.cp/classes.exp (test_static_members): Test printing
1678 Outer::instance.
1679 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1680 (Inner::instance, Outer::instance): New.
1681
792ccf00
PA
16822017-10-24 Pedro Alves <palves@redhat.com>
1683
1684 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1685 extra console" test in two stages.
1686
eb2bfbad
PA
16872017-10-24 Pedro Alves <palves@redhat.com>
1688
1689 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1690
1f75a651
PA
16912017-10-24 Pedro Alves <palves@redhat.com>
1692
1693 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1694 loop.
1695
779990d9
PA
16962017-10-24 Pedro Alves <palves@redhat.com>
1697
1698 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1699 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1700
ad9b8f5d
PA
17012017-10-24 Pedro Alves <palves@redhat.com>
1702
1703 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1704 parameter and handle it. Don't output read value in test name.
1705
fee6da6e
PA
17062017-10-24 Pedro Alves <palves@redhat.com>
1707
1708 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1709 custom test name.
1710
10389c2c
PA
17112017-10-24 Pedro Alves <palves@redhat.com>
1712
1713 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1714 include the unstable output directory name in the test's name.
1715 (initial_setup_simple) <'set args'>: Use custom test name.
1716
a80e65a9
PA
17172017-10-24 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1720 with explicit test name.
1721
15763a09
PA
17222017-10-20 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1725 'wait -i'. Use gdb_assert and remote_close.
1726
49a4ce2e
AB
17272017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1728
1729 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1730 number from variable rather than hard-coded.
1731
a75868f5
PA
17322017-10-19 Pedro Alves <palves@redhat.com>
1733
1734 * gdb.base/long-inferior-output.c: New file.
1735 * gdb.base/long-inferior-output.exp: New file.
1736
c8ba13ad
KS
17372017-11-18 Keith Seitz <keiths@redhat.com>
1738
1739 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1740 method.
1741 (main): Call it.
1742 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1743 Add additional user-defined conversion operator tests.
1744
b27de576
PA
17452017-10-17 Pedro Alves <palves@redhat.com>
1746
1747 * boards/native-stdio-gdbserver.exp: Load "local-board".
1748
8484c955
PA
17492017-10-17 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.base/quit-live.c: New file.
1752 * gdb.base/quit-live.exp: New file.
1753
83d5a34d
KS
17542017-10-16 Keith Seitz <keiths@redhat.com>
1755
1756 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1757 (class_with_protected_typedef, class_with_private_typedef)
1758 (struct_with_public_typedef, struct_with_protected_typedef)
1759 (struct_with_private_typedef): New classes/structs.
1760 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1761 typedefs and access specifiers.
1762
739b3f1d
PA
17632017-10-16 Pedro Alves <palves@redhat.com>
1764 Simon Marchi <simon.marchi@polymtl.ca>
1765
1766 * README (Local vs Remote vs Native): New section.
1767 * boards/local-board.exp: New file, with bits factored out from
1768 ...
1769 * boards/native-extended-gdbserver.exp: ... here. Load
1770 "local-board".
1771 * boards/native-gdbserver.exp: Load "local-board".
1772 (${board}_spawn, ${board}_exec): Delete.
1773 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1774 ...
1775 * boards/stdio-gdbserver-base.exp: ... this new file.
1776 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1777 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1778 procedure.
1779 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1780 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1781 stdio_gdbserver_command.
1782 (${board}_get_remote_address, ${board}_get_comm_port)
1783 (${board}_download, ${board}_upload): Delete.
1784 (get_target_remote_pipe_cmd): New.
1785
fe68b953
SM
17862017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1787
1788 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1789 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1790 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1791 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1792 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1793 remove with_test_prefix.
1794
300b6685
PA
17952017-10-13 Pedro Alves <palves@redhat.com>
1796
1797 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1798 * gdb.base/annota1.exp: Use it instead of is_remote.
1799 * gdb.base/annota3.exp: Use it instead of is_remote.
1800 * gdb.cp/annota2.exp: Use it instead of is_remote.
1801 * gdb.cp/annota3.exp: Use it instead of is_remote.
1802 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1803
50500caf
PA
18042017-10-13 Pedro Alves <palves@redhat.com>
1805
1806 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1807 (test_num_test_vars, run_and_count_vars, find_env)
1808 (test_set_unset_env, test_inherit_env_var): New procedures.
1809 (top level): Use them.
1810
dad0c6d2
PA
18112017-10-13 Pedro Alves <palves@redhat.com>
1812
1813 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1814 also skip on stub-like targets.
1815
8b0553c1
PA
18162017-10-13 Pedro Alves <palves@redhat.com>
1817
1818 PR gdb/22293
1819 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1820 (top level): Move some tests to ...
1821 (test_not_found): ... this new procedure.
1822 (top level): Call it.
1823
7594f623
PA
18242017-10-13 Pedro Alves <palves@redhat.com>
1825
1826 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1827 expect different "info terminal" output if testing with a
1828 non-native target.
1829
ebe3b402
PA
18302017-10-13 Pedro Alves <palves@redhat.com>
1831 Simon Marchi <simon.marchi@polymtl.ca>
1832
1833 PR python/12966
1834 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1835
42f1b161
PA
18362017-10-13 Pedro Alves <palves@redhat.com>
1837
1838 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1839 already.
1840
8d6ef72b
PA
18412017-10-13 Pedro Alves <palves@redhat.com>
1842
1843 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1844 is_remote.
1845
d7bcd5b8
PA
18462017-10-13 Pedro Alves <palves@redhat.com>
1847
1848 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1849 is_remote.
1850
df479dc6
PA
18512017-10-13 Pedro Alves <palves@redhat.com>
1852
1853 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1854 is set.
1855 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1856 instead of is_remote.
1857
23fb630a
PA
18582017-10-13 Pedro Alves <palves@redhat.com>
1859
1860 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1861 (top level): Add comment.
1862
cc77b1dc
PA
18632017-10-13 Pedro Alves <palves@redhat.com>
1864
1865 * gdb.base/remote.exp (top level): Fix comment typo and add
1866 missing return.
1867
27c9e813
PA
18682017-10-13 Pedro Alves <palves@redhat.com>
1869 Simon Marchi <simon.marchi@polymtl.ca>
1870
1871 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1872 calls and add comments. Skip test if use_gdb_stub is set.
1873 (top level): Use "set cwd" command instead of "cd" command.
1874
5e830d98
PA
18752017-10-13 Pedro Alves <palves@redhat.com>
1876
1877 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1878 is_remote target check.
1879
f5ca0032
PA
18802017-10-13 Pedro Alves <palves@redhat.com>
1881
1882 * gdb.base/scope.exp: Use build_executable + clean_restart +
1883 gdb_file_cmd instead of prepare_for_testing and no longer skip
1884 "before run" tests on is_remote target boards. Update comments.
1885 * boards/native-extended-gdbserver.exp
1886 (extended_gdbserver_load_last_file): New, factored out from ...
1887 (gdb_load): ... this. Move further below and add comment.
1888 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1889
8aed1c0d
PA
18902017-10-12 Pedro Alves <palves@redhat.com>
1891
1892 * gdb.base/attach.exp: Remove references to gdb64.
1893 * gdb.base/dbx.exp: Remove references to gdb64.
1894
cfa34c87
SM
18952017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1896 Pedro Alves <palves@redhat.com>
1897
1898 * gdb.base/label.exp: Remove is_remote target check.
1899
9192b7de
PA
19002017-10-12 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.base/auvx.exp (coredir): Update comment.
1903 (top level) <core_works>: Use "set cwd" command instead of "cd"
1904 command.
1905
6bf0052d
PA
19062017-10-12 Pedro Alves <palves@redhat.com>
1907 Simon Marchi <simon.marchi@polymtl.ca>
1908
1909 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1910 target boards.
1911
e48ef82d
PA
19122017-10-12 Pedro Alves <palves@redhat.com>
1913 Simon Marchi <simon.marchi@polymtl.ca>
1914
1915 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1916 Instead skip if there's any gdb_protocol set.
1917
8d7aea57
SM
19182017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1919 Pedro Alves <palves@redhat.com>
1920
1921 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1922
30440677
PA
19232017-10-12 Pedro Alves <palves@redhat.com>
1924 Simon Marchi <simon.marchi@polymtl.ca>
1925
1926 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1927 instead of on dejagnu remote boards.
1928
4e04f045 19292017-10-12 Pedro Alves <palves@redhat.com>
175654b9 1930 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
1931
1932 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1933 checks. Use build_executable + clean_restart instead of
1934 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1935 of enabling non-stop after starting gdb.
1936
871a186e
PA
19372017-10-12 Pedro Alves <palves@redhat.com>
1938
1939 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1940 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1941 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1942 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1943
56d704da
AK
19442017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1945
1946 * gdb.arch/arc-tdesc-cpu.exp: New file.
1947 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1948
2f20e312
SM
19492017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1950
1951 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1952
65630365
PA
19532017-10-10 Pedro Alves <palves@redhat.com>
1954
1955 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1956 expect CLI output.
1957
bf469271
PA
19582017-10-10 Pedro Alves <palves@redhat.com>
1959
1960 * lib/selftest-support.exp (selftest_setup): Update for
1961 captured_command_loop's prototype change.
1962
777a42f1
PA
19632017-10-09 Pedro Alves <palves@redhat.com>
1964
1965 Test both arch1=>arch2 and arch2=>arch1.
1966
1967 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1968 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1969 factored out to...
1970 (append_arch1_options, append_arch2_options, append_arch_options)
1971 (build_executables): New procedures.
1972 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1973 local.
1974 (top level): Add new 'first_arch' testing axis.
1975
cbd2b4e3
PA
19762017-10-09 Pedro Alves <palves@redhat.com>
1977
1978 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1979 (barrier): New.
1980 (thread_start, all_started): New functions.
1981 (main): Spawn new thread and wait until it is scheduled.
1982 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1983 option.
1984 (do_test): Add 'selected_thread' parameter. Run to all_started
1985 instead of main. Explicitly set the breakpoint at main. Switch
1986 to the SELECTED_THREAD thread.
1987 (top level): Test handling the exec event with either the main
1988 thread or the second thread selected.
1989
5c9e4427
PA
19902017-10-09 Pedro Alves <palves@redhat.com>
1991
1992 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1993 logic. Move STOP marker after the value checks.
1994 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1995 regexp.
1996
b3b7c423
SL
19972017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1998
1999 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2000
3b4b2f16
UW
20012017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2002
2003 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2004 integer-to-dfp conversion.
2005 * gdb.base/dfp-test.exp: Likewise.
2006
5cd63fda
PA
20072017-10-04 Pedro Alves <palves@redhat.com>
2008
2009 * gdb.multi/hangout.c: Include <unistd.h>.
2010 (hangout_loop): New function.
2011 (main): Call alarm. Call hangout_loop in a loop.
2012 * gdb.multi/hello.c: Include <unistd.h>.
2013 (hello_loop): New function.
2014 (main): Call alarm. Call hangout_loop in a loop.
2015 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2016 inferior with the other selected.
2017
4c71c105
SM
20182017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2019
2020 * gdb.mi/list-thread-groups-available.exp: New file.
2021 * gdb.mi/list-thread-groups-available.c: New file.
2022
bc3b087d
SDJ
20232017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2024
2025 * gdb.base/set-cwd.exp: Make it available on
2026 native-extended-gdbserver.
2027
d092c5a2
SDJ
20282017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2029
2030 * gdb.base/set-cwd.c: New file.
2031 * gdb.base/set-cwd.exp: Likewise.
2032
45320ffa
TT
20332017-10-02 Tom Tromey <tom@tromey.com>
2034
2035 PR rust/22236:
2036 * gdb.rust/simple.rs (main): New variable "fslice".
2037 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2038
b3e3859b
TT
20392017-10-02 Tom Tromey <tom@tromey.com>
2040
2041 * gdb.rust/simple.exp: Test ptype of a slice.
2042
01af5e0d
TT
20432017-10-02 Tom Tromey <tom@tromey.com>
2044
2045 * gdb.rust/simple.exp: Test index of slice.
2046
a9bbfbd8
TT
20472017-09-27 Tom Tromey <tom@tromey.com>
2048
2049 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2050
df8899e5
TP
20512017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2052 Pedro Alves <palves@redhat.com>
2053
2054 * gdb.base/compare-sections.exp (get value of read-only section): Read
2055 as unsigned value.
2056 (corrupt read-only section): Likewise and don't set written if patching
2057 failed.
2058
757bf54b
KB
20592017-09-21 Kevin Buettner <kevinb@redhat.com>
2060
2061 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2062 files.
2063
06871ae8
PA
20642017-09-20 Pedro Alves <palves@redhat.com>
2065
2066 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2067 symbol names in gdb's output.
2068 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2069
e5f25bc5
PA
20702017-09-20 Pedro Alves <palves@redhat.com>
2071
2072 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2073 Rename to ...
2074 (test_list_ambiguous_symbol): ... this and add a symbol name
2075 parameter. Adjust.
2076 (test_list_ambiguous_function): Reimplement on top of
2077 test_list_ambiguous_symbol and also test listing ambiguous
2078 variables.
2079 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2080 (ambiguous_fun): ... this.
2081 (ambiguous_var): New.
2082 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2083 (ambiguous_fun): ... this.
2084 (ambiguous_var): New.
2085
4e5a4f58
JB
20862017-09-19 John Baldwin <jhb@FreeBSD.org>
2087
2088 * gdb.base/starti.c: New file.
2089 * gdb.base/starti.exp: New file.
2090 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2091
26e53f3e
PA
20922017-09-14 Pedro Alves <palves@redhat.com>
2093
2094 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2095 (top level): Use it instead of runto.
2096
cb791d59
TT
20972017-09-11 Tom Tromey <tom@tromey.com>
2098
2099 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2100
7c96f8c1
TT
21012017-09-11 Tom Tromey <tom@tromey.com>
2102
2103 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2104 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2105
469412dd
CW
21062017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2107
2108 * gdb.fortran/printing-types.exp: New file.
2109 * gdb.fortran/printing-types.exp: New file.
2110
e0f86435
BH
21112017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2112
2113 * gdb.fortran/vla-ptype.exp: Fix typos.
2114 * gdb.fortran/vla-value.exp: Same.
2115
9e9af4be
BH
21162017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2117
2118 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2119 * gdb.mi/mi-var-child-f.exp: Likewise.
2120 * gdb.mi/mi-vla-fortran.exp: Likewise.
2121
a5ad232b
FP
21222017-09-08 Frank Penczek <frank.penczek@intel.com>
2123 Christoph Weinmann <christoph.t.weinmann@intel.com>
2124 Bernhard Heckel <bernhard.heckel@intel.com>
2125
2126 * gdb.fortran/ptr-indentation.f90: New file.
2127 * gdb.fortran/ptr-indentation.exp: New file.
2128
5aec60eb
TT
21292017-09-05 Tom Tromey <tom@tromey.com>
2130
2131 PR gdb/22010:
2132 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2133
8f8f8152
TP
21342017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2135
2136 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2137
fbd1b771
JK
21382017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2139
2140 * gdb.threads/tls-nodebug-pie.c: New file.
2141 * gdb.threads/tls-nodebug-pie.exp: New file.
2142
5eb5f850
TT
21432017-09-05 Tom Tromey <tom@tromey.com>
2144
2145 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2146 for rust.
2147
ae780a21
SM
21482017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2149
2150 * gdb.multi/multi-arch-exec.exp: Test with different
2151 "follow-exec-mode" settings.
2152 (do_test): New procedure.
2153
3693fdb3
PA
21542017-09-04 Pedro Alves <palves@redhat.com>
2155
2156 * gdb.base/func-static.c (S::method const, S::method volatile)
2157 (S::method volatile const): New methods.
2158 (c_s, v_s, cv_s): New instances.
2159 (main): Call method() on them.
2160 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2161 (cannot_resolve): New procedure.
2162 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2163 print-quote-unquoted columns.
2164 (do_test): Test printing each scope too.
2165
e68cb8e0
PA
21662017-09-04 Pedro Alves <palves@redhat.com>
2167
2168 * gdb.base/local-static.exp: Also test with
2169 class::method::variable wholly quoted.
2170 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2171
858be34c
PA
21722017-09-04 Pedro Alves <palves@redhat.com>
2173
2174 * gdb.base/local-static.c: New.
2175 * gdb.base/local-static.cc: New.
2176 * gdb.base/local-static.exp: New.
2177
46a4882b
PA
21782017-09-04 Pedro Alves <palves@redhat.com>
2179
2180 * gdb.asm/asm-source.exp: Add casts to int.
2181 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2182 (dataglobal64_1, dataglobal64_2): New globals.
2183 * gdb.base/nodebug.exp: Test different expressions involving the
2184 new globals, with print, whatis and ptype. Add casts to int.
2185 * gdb.base/solib-display.exp: Add casts to int.
2186 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2187 * gdb.cp/m-static.exp: Add cast to int.
2188 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2189 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2190 tls variable with no debug info without a cast. Test with a cast
2191 to int too.
2192 * gdb.trace/entry-values.exp: Add casts.
2193
2c5a2be1
PA
21942017-09-04 Pedro Alves <palves@redhat.com>
2195
2196 * gdb.base/nodebug.exp: Test that ptype's error about functions
2197 with unknown return type includes the function name too.
2198
7022349d
PA
21992017-09-04 Pedro Alves <palves@redhat.com>
2200
2201 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2202 return type of munmap in infcall.
2203 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2204 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2205 type of ftell in infcall.
2206 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2207 type of getpid in infcall.
2208 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2209 infcall.
2210 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2211 Bail on failure to extract the pid.
2212 * gdb.base/nodebug.c: #include <stdint.h>.
2213 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2214 New functions.
2215 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2216 Change expected output of print/whatis/ptype with functions with
2217 no debug info. Test all supported languages. Call
2218 test_call_promotion.
2219 * gdb.compile/compile.exp: Adjust expected output to expect
2220 warning.
2221 * gdb.threads/siginfo-threads.exp: Likewise.
2222
54990598
PA
22232017-09-04 Pedro Alves <palves@redhat.com>
2224
2225 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2226 "prototypes". Test calling float functions via prototyped and
2227 unprototyped function pointers.
2228 (perform_all_tests): New parameter "prototypes". Pass it down.
2229 (top level): Pass down "prototypes" parameter to
2230 perform_all_tests.
2231
34d16ea2
SM
22322017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2233
2234 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2235 Test with nested loops.
2236
9521ecda
SM
22372017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2238
2239 * gdb.base/commands.exp: Call the new procedures.
2240 (loop_break_test, loop_continue_test): New procedures.
2241
80a65e9b
SM
22422017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2243
2244 * gdb.base/commands.exp: Call new procedure.
2245 (define_if_without_arg_test): New procedure.
2246
e439fa14
PA
22472017-09-04 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.base/list-ambiguous.exp: New file.
2250 * gdb.base/list-ambiguous0.c: New file.
2251 * gdb.base/list-ambiguous1.c: New file.
2252 * gdb.base/list.exp (test_list_range): Adjust expected output.
2253
0a2dde4a
SDJ
22542017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2255
2256 * gdb.base/share-env-with-gdbserver.c: New file.
2257 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2258
5e89eb3a
SM
22592017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2260
2261 * gdb.base/commands.exp (gdbvar_simple_if_test,
2262 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2263 progvar_simple_if_test, progvar_simple_while_test,
2264 progvar_complex_if_while_test, user_defined_command_test,
2265 user_defined_command_args_eval,
2266 user_defined_command_args_stack_test,
2267 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2268 temporary_breakpoint_commands,
2269 gdb_test_no_prompt, redefine_hook_test,
2270 redefine_backtrace_test): Remove "global gdb_prompt".
2271
fd437cbc
SM
22722017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2273
2274 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2275 New proc, call it from toplevel.
2276
87215ad1
SDJ
22772017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2278
2279 PR remote/21852
2280 * gdb.server/normal.c: New file, copied from gdb.base.
2281 * gdb.server/run-without-local-binary.exp: New file.
2282
58afddc6
WP
22832017-08-07 Weimin Pan <weimin.pan@oracle.com>
2284
2285 * gdb.arch/sparc64-adi.exp: New file.
2286 * gdb.arch/sparc64-adi.c: New file.
2287
5277199a
PA
22882017-08-22 Pedro Alves <palves@redhat.com>
2289
2290 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2291 (top level): Add "list all overloads" tests.
2292
14278e1f
TT
22932017-08-22 Tom Tromey <tom@tromey.com>
2294
2295 * gdb.gdb/xfullpath.exp: Remove.
2296
bf223d3e
PA
22972017-08-21 Pedro Alves <palves@redhat.com>
2298
2299 PR gdb/19487
2300 * gdb.base/symbol-alias.c: New.
2301 * gdb.base/symbol-alias2.c: New.
2302 * gdb.base/symbol-alias.exp: New.
2303
c973d0aa
PA
23042017-08-21 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.base/dfp-test.c
2307 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2308 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2309 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2310 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2311 * gdb.base/whatis-ptype-typedefs.c: New.
2312 * gdb.base/whatis-ptype-typedefs.exp: New.
2313 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2314 (an_int, an_int_type, an_int_type2): New globals.
2315 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2316 involving typedefs and cast expressions.
2317 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2318 (lookup_typedefs_function): New.
2319 (typedefs_pretty_printers_dict): New.
2320 (top level): Register lookup_typedefs_function in
2321 gdb.pretty_printers.
2322
6d580b63
YQ
23232017-08-18 Yao Qi <yao.qi@linaro.org>
2324
2325 * gdb.server/unittest.exp: New.
2326
206726fb
SDJ
23272017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2328
2329 PR gdb/21954
2330 * gdb.base/environ.exp: Add test to check if 'unset environment'
2331 works.
2332
bf0ec4c2
AA
23332017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2334
2335 * lib/gdb.exp (universal_compile_options): New caching proc.
2336 (gdb_compile): Suppress GCC's coloring of messages.
2337
d6382fff
TT
23382017-08-14 Tom Tromey <tom@tromey.com>
2339
2340 PR gdb/21675:
2341 * gdb.base/printcmds.exp (test_radices): New function.
2342 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2343 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2344 * lib/gdb.exp (get_integer_valueof): Use p/d.
2345
c2c2dd9f
SM
23462017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2347
2348 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2349 characters.
2350
fdffd6f4
TT
23512017-08-05 Tom Tromey <tom@tromey.com>
2352
2353 * gdb.rust/simple.exp: Allow String to appear in a different
2354 namespace.
2355
27d41eac
YQ
23562017-07-26 Yao Qi <yao.qi@linaro.org>
2357
2358 * gdb.gdb/unittest.exp: Invoke command
2359 "maintenance check xml-descriptions".
2360
031ed05d
AA
23612017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2362
2363 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2364 calling context.
2365 (hex128): Drop erroneous calculation of parameters.
2366
dcd27ddf
SM
23672017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2368
2369 * gdb.python/py-unwind.exp: Disable stack protection when
2370 building test file.
2371
47e77640
PA
23722017-07-20 Pedro Alves <palves@redhat.com>
2373
2374 * gdb.base/default.exp (set language): Adjust expected output.
2375
62d2a18a
PA
23762017-07-20 Pedro Alves <palves@redhat.com>
2377
2378 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2379 (test_minsym): ... this, and make static.
2380 (get_pck__foo__bar__minsym): Rename to ...
2381 (get_test_minsym): ... this.
2382 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2383 symbol names and comments.
2384 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2385 (get_test_minsym): ... this.
2386 (pck__foo__bar__minsym__2): Rename to ...
2387 (test_minsym): ... this.
2388 (main): Adjust.
2389
c45ec17c
PA
23902017-07-17 Pedro Alves <palves@redhat.com>
2391
2392 * gdb.base/completion.exp: Adjust expected output.
2393 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2394 the completer works.
2395
c6756f62
PA
23962017-07-17 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2399
5bd68487
AB
24002017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2403
8880f2a9
TT
24042017-07-14 Tom Tromey <tom@tromey.com>
2405
2406 PR rust/21764:
2407 * gdb.rust/simple.exp: Add tests.
2408
65547233
TT
24092017-07-14 Tom Tromey <tom@tromey.com>
2410
2411 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2412
8f14146e
PA
24132017-07-14 Pedro Alves <palves@redhat.com>
2414
2415 * gdb.linespec/base/one/thefile.cc (z1): New function.
2416 * gdb.linespec/base/two/thefile.cc (z2): New function.
2417 * gdb.linespec/linespec.exp: Add tests.
2418
b4365d02
AB
24192017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2420
2421 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2422 to mi_create_breakpoint.
2423
5d2cbaa5
AB
24242017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2425
2426 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2427 mi_create_breakpoint.
2428
11cb5716
IB
24292017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2430
2431 * gdb.dlang/demangle.exp: Update for demangling changes.
2432
03278692
TT
24332017-07-09 Tom Tromey <tom@tromey.com>
2434
2435 * gdb.dwarf2/shortpiece.exp: New file.
2436
33c5cd75
DB
24372017-07-06 David Blaikie <dblaikie@gmail.com>
2438
2439 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2440 built from fissiont-multi-cu{1,2}.c.
2441 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2442 except putting 'main' and 'func' in separate CUs in the same DWO file.
2443 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2444 test.
2445 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2446 test.
2447
8455d262
PA
24482017-07-06 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.python/py-unwind.exp: Test flushregs.
2451
dc4bde35
SDJ
24522017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2453
2454 PR cli/21688
2455 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2456 tests for alias commands and trailing whitespace.
2457
51ed89aa
SDJ
24582017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2459
2460 PR cli/21688
2461 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2462 procedure. Call it.
2463
eb17d413
PA
24642017-06-29 Pedro Alves <palves@redhat.com>
2465
2466 * gdb.base/printcmds.exp: Add tests.
2467
41664b45
DG
24682017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2469
2470 PR gdb/21337
2471 * gdb.base/reread-readsym.exp: New file.
2472 * gdb.base/reread-readsym.c: New file.
2473
75312ae3
KB
24742017-06-21 Kevin Buettner <kevinb@redhat.com>
2475
2476 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2477 subpattern.
2478
66953522
PB
24792017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2480
2481 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2482 extended mnemonic.
2483 * gdb.arch/powerpc-power9.s: Likewise.
2484
5524b525
AA
24852017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2486
2487 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2488 on 32-bit x86 targets. Exploit is_*_target macros where
2489 appropriate.
2490
03c8af18
AA
24912017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2492
2493 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2494 register pieces.
2495
3bf31011
AA
24962017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2497
2498 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2499 located in one or more DWARF pieces.
2500
805acca0
AA
25012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2502
2503 * lib/gdb.exp (get_endianness): New proc.
2504 * gdb.arch/aarch64-fp.exp: Use it.
2505 * gdb.arch/altivec-regs.exp: Likewise.
2506 * gdb.arch/e500-regs.exp: Likewise.
2507 * gdb.arch/vsx-regs.exp: Likewise.
2508 * gdb.base/dump.exp: Likewise.
2509 * gdb.base/funcargs.exp: Likewise.
2510 * gdb.base/gnu_vector.exp: Likewise.
2511 * gdb.dwarf2/formdata16.exp: Likewise.
2512 * gdb.dwarf2/implptrpiece.exp: Likewise.
2513 * gdb.dwarf2/nonvar-access.exp: Likewise.
2514 * gdb.python/py-inferior.exp: Likewise.
2515 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2516
e9352324
AA
25172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2518
2519 PR gdb/21226
2520 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2521 stack value pieces are taken from the LSB end.
2522
d5d1163e
AA
25232017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2524
2525 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2526 variable at nonzero offset.
2527
0567c986
AA
25282017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2529
2530 * gdb.dwarf2/var-access.c: New file.
2531 * gdb.dwarf2/var-access.exp: New test.
2532 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2533
973e9aab
TT
25342017-06-12 Tom Tromey <tom@tromey.com>
2535
2536 * gdb.dwarf2/formdata16.exp: Add tests.
2537
d9109c80
TT
25382017-06-12 Tom Tromey <tom@tromey.com>
2539
2540 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2541
30a25466
TT
25422017-06-12 Tom Tromey <tom@tromey.com>
2543
2544 PR exp/16225:
2545 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2546 * gdb.arch/vsx-regs.exp: Update tests.
2547 * gdb.arch/s390-vregs.exp (hex128): New proc.
2548 Update test.
2549 * gdb.arch/altivec-regs.exp: Update tests.
2550
aefd8b33
SDJ
25512017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2552
2553 * gdb.base/startup-with-shell.c: New file.
2554 * gdb.base/startup-with-shell.exp: Likewise.
2555
2090129c
SDJ
25562017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2557
2558 * gdb.server/non-existing-program.exp: Update regex in order to
2559 reflect the fact that gdbserver is now using fork_inferior (with a
2560 shell) to startup the inferior.
2561
8e86a419
SM
25622017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2563
2564 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2565 support function calls from GDB.
2566
e6cf65f2
TT
25672017-05-21 Tom Tromey <tom@tromey.com>
2568
2569 PR rust/21466:
2570 * gdb.rust/unsized.exp: New file.
2571 * gdb.rust/unsized.rs: New file.
2572
43cc5389
TT
25732017-05-19 Tom Tromey <tom@tromey.com>
2574
2575 PR rust/21484:
2576 * gdb.rust/watch.exp: New file.
2577 * gdb.rust/watch.rs: New file.
2578
ec8df234
TT
25792017-05-18 Tom Tromey <tom@tromey.com>
2580
2581 * gdb.rust/simple.exp: Allow Box to be qualified.
2582
3e3e7fae
TP
25832017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2584
2585 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2586
59cc050d
PA
25872017-05-18 Pedro Alves <palves@redhat.com>
2588
2589 * gdb.base/fileio.c (test_write, test_read, test_close)
2590 (test_fstat): Don't print 'ret' in the fail path.
2591
c8f6abd1
PA
25922017-05-18 Pedro Alves <palves@redhat.com>
2593
2594 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2595 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2596 (test_system, test_rename, test_unlink, test_time): Change
2597 prototypes.
2598 * gdb.base/fileio.exp (stop_msg): Adjust.
2599
d2a03b77
PA
26002017-05-18 Pedro Alves <palves@redhat.com>
2601
2602 * gdb.base/fileio.c (null_str): New global.
2603 (test_stat): Use it.
2604 * gdb.base/fileio.exp: Remove nowarnings.
2605
0d5c6999
YQ
26062017-05-17 Yao Qi <yao.qi@linaro.org>
2607
2608 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2609
21873064
YQ
26102017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2611
2612 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2613 argument command.
2614 (top-level): Invoke test_set_inferior_tty.
2615
d512d31c
PA
26162017-05-04 Pedro Alves <palves@redhat.com>
2617
2618 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2619 Add parens to print call for Python 3.
2620
90cef2ed
KS
26212017-05-03 Keith Seitz <keiths@redhat.com>
2622
2623 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2624 (main): Call it.
2625
14f819c8
TW
26262017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2627
2628 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2629 to prev and next.
2630
913aeadd
TW
26312017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2632
2633 * gdb.python/py-record-btrace.exp: Remove test for
2634 gdb.BtraceInstruction.error.
2635
a3be24ad
TW
26362017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2637
2638 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2639
ae20e79a
TW
26402017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2641
2642 * gdb.python/py-record-btrace-threads.c: New file.
2643 * gdb.python/py-record-btrace-threads.exp: New file.
2644
45ce1b47
SDJ
26452017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2646
2647 PR testsuite/8595
2648 * gdb.base/environ.exp: Make test available in all architectures.
2649 Move bits related to "info program" testing to
2650 gdb.base/info-program.exp. Rewrite tests to use the two new
2651 procedures mentione below.
2652 (test_set_show_env_var) New procedure.
2653 (test_set_show_env_var_equal): Likewise.
2654 * gdb.base/info-program.exp: New file.
2655
e15c3eb4
KS
26562017-04-27 Keith Seitz <keiths@redhat.com>
2657
2658 * gdb.cp/oranking.cc (test15): New function.
2659 (main): Call test15 and declare additional variables for testing.
2660 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2661 "p foo101('abc')" tests.
2662 Add tests for cv qualifier overloads.
2663 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2664 "lvalue reference overload" test.
2665 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2666 "print value of f1 on Child&& in f2" test.
2667
3a3fd0fd
PA
26682017-04-19 Pedro Alves <palves@redhat.com>
2669
2670 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2671 procedure.
2672 (top level): Call it.
2673 * lib/gdb.exp (gdb_define_cmd): New procedure.
2674
53375380
PA
26752017-04-12 Pedro Alves <palves@redhat.com>
2676
2677 PR gdb/21323
2678 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2679 (wchar): New global.
2680 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2681 (do_test_wide_char, wide_char_types_no_program, top level): Add
2682 wchar_t testing.
2683
53e710ac
PA
26842017-04-12 Pedro Alves <palves@redhat.com>
2685
2686 PR c++/21323
2687 * gdb.cp/wide_char_types.c: New file.
2688 * gdb.cp/wide_char_types.exp: New file.
2689
0ad9d8c7
SDJ
26902017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2691
2692 PR gdb/21352
2693 * gdb.trace/tsv.exp: Add test for "tsave -r".
2694
b1b45502
IB
26952017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2696
2697 * gdb.dlang/watch-loc.c: New file.
2698 * gdb.dlang/watch-loc.exp: New file.
2699
ec13808e
JK
27002017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2701
2702 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2703
fe5f7374
AK
27042017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2705
2706 * gdb.arch/arc-analyze-prologue.S: New file.
2707 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2708
eea78757
AK
27092017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2710
2711 * gdb.arch/arc-decode-insn.S: New file.
2712 * gdb.arch/arc-decode-insn.exp: Likewise.
2713
5badf10a
IR
27142017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2715
2716 PR tdep/20928
2717 * gdb.arch/sparc64-regs.exp: New file.
2718 * gdb.arch/sparc64-regs.S: Likewise.
2719
cee59b3f
TW
27202017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2721
2722 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2723 and memory view on Python 3.
2724
c0f55cc6
AV
27252017-03-20 Artemiy Volkov <artemiyv@acm.org>
2726 Keith Seitz <keiths@redhat.com>
2727
2728 PR gdb/14441
2729 * gdb.cp/demangle.exp: Add rvalue reference tests.
2730 * gdb.cp/rvalue-ref-casts.cc: New file.
2731 * gdb.cp/rvalue-ref-casts.exp: New file.
2732 * gdb.cp/rvalue-ref-overload.cc: New file.
2733 * gdb.cp/rvalue-ref-overload.exp: New file.
2734 * gdb.cp/rvalue-ref-params.cc: New file.
2735 * gdb.cp/rvalue-ref-params.exp: New file.
2736 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2737 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2738 * gdb.cp/rvalue-ref-types.cc: New file.
2739 * gdb.cp/rvalue-ref-types.exp: New file.
2740 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2741 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2742
51457a05
MAL
27432017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2744
2745 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2746 New procedure.
2747
5b291c04
MAL
27482017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2749
2750 * lib/mi-support.exp (mi_gdb_test): Add additional message
2751 for unexpected output.
2752
59a56148
AA
27532017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2754
2755 * gdb.base/examine-backward.c (Barrier): New character array
2756 constant, to ensure that TestStrings is preceded by a string
2757 terminator.
2758
7942e96e
AA
27592017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2760
2761 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2762 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2763 and implicit pointer into such a location.
2764
6ebac3fb
DE
27652017-03-16 Doug Evans <dje@google.com>
2766
2767 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2768
ec3b243d
TP
27692017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2770
2771 * gdb.cp/m-static.exp: Fix expectation for prototype of
2772 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
2773
27742017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
2775
2776 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2777 * gdb.guile/scm-lazy-string.c: New file.
2778 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2779 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2780 for pointer, array, typedef lazy strings.
2781
2cc36e25 27822017-03-16 Doug Evans <dje@google.com>
34b43320
DE
2783
2784 PR python/17728, python/18439, python/18779
2785 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2786 * gdb.python/py-lazy-string.c (pointer): New typedef.
2787 (main): New locals ptr, array, typedef_ptr.
2788 * gdb.python/py-value.exp: Move lazy string tests to ...
2789 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2790 array, typedef lazy strings.
ec3b243d 2791
0efcde63
AK
27922017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2793
2794 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2795 Add optional 'test' parameter.
2796
7978d7c3
SM
27972017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2798
2799 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2800 Skip for versions of DejaGnu < 1.5.
2801
896c0c1e
SM
28022017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2803
2804 * lib/gdb.exp (dejagnu_version): New proc.
2805 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2806 Use dejagnu_version.
2807
5f4d1085
KS
28082017-03-10 Keith Seitz <keiths@redhat.com>
2809
2810 PR c++/8128
2811 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2812 type from destructor regexps.
2813 Add a branch which actually passes the test.
2814 Adjust "ptype t5i" test names.
2815
1de05205
PA
28162017-03-08 Pedro Alves <palves@redhat.com>
2817
2818 * gdb.base/step-over-exit.exp: Add explicit test message.
2819
c65d6b55
PA
28202017-03-08 Pedro Alves <palves@redhat.com>
2821
2822 PR gdb/18360
2823 * gdb.threads/interrupt-while-step-over.c: New file.
2824 * gdb.threads/interrupt-while-step-over.exp: New file.
2825
2e86a283
PA
28262017-03-08 Pedro Alves <palves@redhat.com>
2827
2828 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2829 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2830
25dcbff6
PA
28312017-03-08 Pedro Alves <palves@redhat.com>
2832
2833 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2834 PKRU as not supported as a PASS.
2835
dc9366eb
PA
28362017-03-08 Pedro Alves <palves@redhat.com>
2837
2838 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2839 prefix instead of $binfile1/$binfile2.
2840 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2841 in test message.
2842 * gdb.python/py-completion.exp: Use "load python file" as test
2843 messages instead of unstable path names.
2844
6e5d74e7
PA
28452017-03-08 Pedro Alves <palves@redhat.com>
2846 Jan Kratochvil <jan.kratochvil@redhat.com>
2847
2848 PR cli/21218
2849 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2850 New proc.
2851 (top level): Call it.
2852
9753a2f6
PA
28532017-03-08 Pedro Alves <palves@redhat.com>
2854
2855 PR tui/21216
2856 * gdb.tui/tui-nl-filtered-output.exp: New file.
2857
1a4dd9dd
PA
28582017-03-08 Pedro Alves <palves@redhat.com>
2859
2860 * gdb.base/completion.exp: Move TUI completion tests to ...
2861 * gdb.tui/completion.exp: ... this new file.
2862
7cbbff33
PA
28632017-03-08 Pedro Alves <palves@redhat.com>
2864
2865 * gdb.base/tui-disasm-long-lines.c,
2866 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2867 gdb.base/tui-layout.exp: Move to ...
2868 * gdb.tui/: ... this new directory.
2869
5f6fd321
PA
28702017-03-07 Pedro Alves <palves@redhat.com>
2871
2872 * gdb.base/tui-layout.c: New file.
2873 * gdb.base/tui-layout.exp: New file.
2874
44959fa8
PA
28752017-03-07 Pedro Alves <palves@redhat.com>
2876
2877 * gdb.base/tui-layout.c: Rename to ...
2878 * gdb.base/tui-disasm-long-lines.c: ... this.
2879 * gdb.base/tui-layout.exp: Rename to ...
2880 * gdb.base/tui-disasm-long-lines.exp: ... this.
2881
f8c4e718
PA
28822017-03-07 Pedro Alves <palves@redhat.com>
2883
2884 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2885
6dbb839a 28862017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
2887
2888 * i386-mpx-call.c: New file.
2889 * i386-mpx-call.exp: New file.
2890
65b48a81
PB
28912017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2892
2893 * gdb.arch/powerpc-power.exp: Delete test.
2894 * gdb.arch/powerpc-power.s: Likewise.
2895 * gdb.disasm/disassembler-options.exp: New test.
2896 * gdb.arch/powerpc-altivec.exp: Likewise.
2897 * gdb.arch/powerpc-altivec.s: Likewise.
2898 * gdb.arch/powerpc-altivec2.exp: Likewise.
2899 * gdb.arch/powerpc-altivec2.s: Likewise.
2900 * gdb.arch/powerpc-altivec3.exp: Likewise.
2901 * gdb.arch/powerpc-altivec3.s: Likewise.
2902 * gdb.arch/powerpc-power7.exp: Likewise.
2903 * gdb.arch/powerpc-power7.s: Likewise.
2904 * gdb.arch/powerpc-power8.exp: Likewise.
2905 * gdb.arch/powerpc-power8.s: Likewise.
2906 * gdb.arch/powerpc-power9.exp: Likewise.
2907 * gdb.arch/powerpc-power9.s: Likewise.
2908 * gdb.arch/powerpc-vsx.exp: Likewise.
2909 * gdb.arch/powerpc-vsx.s: Likewise.
2910 * gdb.arch/powerpc-vsx2.exp: Likewise.
2911 * gdb.arch/powerpc-vsx2.s: Likewise.
2912 * gdb.arch/powerpc-vsx3.exp: Likewise.
2913 * gdb.arch/powerpc-vsx3.s: Likewise.
2914 * gdb.arch/arm-disassembler-options.exp: Likewise.
2915 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2916 * gdb.arch/s390-disassembler-options.exp: Likewise.
2917
17cd4947
LM
29182017-02-23 Luis Machado <lgustavo@codesourcery.com>
2919
2920 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2921 (check_supported_features): ... this. Changed return type to void.
2922 (supports_rdseed): New static global.
2923 (rdseed): Check supports_rdseed.
2924 (initialize): Call check_supported_features.
2925
2039d74e
EBM
29262017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2927
2928 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2929 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2930 and lqarx/stqcx.
2931 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2932 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2933
a51d7ecf
EBM
29342017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2935
2936 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2937 uppercase.
2938
0224619f
JK
29392017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2940
2941 * gdb.dwarf2/formdata16.c: New file.
2942 * gdb.dwarf2/formdata16.exp: New file.
2943 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2944
216f72a1
JK
29452017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2946
2947 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2948 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2949 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2950 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2951 DW_AT_GNU_*.
2952
43988095
JK
29532017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2954
2955 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2956
99e8a4f9
SDJ
29572017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2958
2959 PR gdb/21164
2960 * gdb.base/maint.exp: Add testcases for when the commands do
2961 not have arguments.
2962
b58a8c0c
TP
29632017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2964
2965 * gdb.cp/chained-calls.exp: Use p instead of P.
2966
4e746bb6
TW
29672017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2968
2969 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2970 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2971
3f77c769
TT
29722017-02-14 Tom Tromey <tom@tromey.com>
2973
2974 PR python/13598:
2975 * gdb.python/py-events.exp: Add before_prompt event tests.
2976
075beec0
AA
29772017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2978
2979 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2980
bf5f525c
LM
29812017-02-13 Luis Machado <lgustavo@codesourcery.com>
2982
2983 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2984 (main): Call my_unique_function_name.
2985 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2986 completion of patterns with a single match.
2987 Add missing -re switches to gdb_test_multiple calls.
2988
13a66184
LM
29892017-02-13 Luis Machado <lgustavo@codesourcery.com>
2990
2991 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2992 return if core file is not recognized.
2993
26a06916
SM
29942017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2995
2996 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2997 and extra UIs.
2998
b761ca9e
SM
29992017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3000
3001 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3002 proc_with_prefix.
3003
b964bee0
TT
30042017-02-10 Tom Tromey <tom@tromey.com>
3005
3006 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3007
18da0c51
MG
30082017-02-10 Martin Galvan <martingalvan@sourceware.org>
3009
3010 PR gdb/21122
3011 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3012
604c4576
JG
30132017-02-08 Jerome Guitton <guitton@adacore.com>
3014
3015 * gdb.base/define.exp: Add test for command abbreviations
3016 in define.
3017
20b477a7
LM
30182017-02-06 Luis Machado <lgustavo@codesourcery.com>
3019
3020 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3021 * gdb.reverse/insn-reverse-x86.c: New file.
3022
3f7b46f2
IR
30232017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3024
3025 PR tdep/20936
3026 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3027
f0fd41c1
TT
30282017-02-03 Tom Tromey <tom@tromey.com>
3029
3030 PR rust/21097:
3031 * gdb.rust/simple.exp: Add new tests.
3032
5be5dbf0
PA
30332017-02-02 Pedro Alves <palves@redhat.com>
3034
3035 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3036 tests.
3037
7346ef59
AA
30382017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3039
3040 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3041 taking a 2-byte value out of a 4-byte DWARF implicit value on
3042 big-endian targets.
3043 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3044 logic. Add test cases for DW_OP_implicit.
3045
787f0025
MM
30462017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3047
3048 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3049
68777c29
MM
30502017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3051
3052 * gdb.btrace/enable.exp: Call gdb_exit before
3053 skip_gdbserver_tests.
3054
0a1c7e28
MM
30552017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3056
3057 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3058 GDBFLAGS.
3059
b5ac99b0
MM
30602017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3061
3062 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3063 the test is skipped.
3064 * gdb.btrace/data.exp: Likewise.
3065 * gdb.btrace/delta.exp: Likewise.
3066 * gdb.btrace/dlopen.exp: Likewise.
3067 * gdb.btrace/enable-running.exp: Likewise.
3068 * gdb.btrace/enable.exp: Likewise.
3069 * gdb.btrace/exception.exp: Likewise.
3070 * gdb.btrace/function_call_history.exp: Likewise.
3071 * gdb.btrace/gcore.exp: Likewise.
3072 * gdb.btrace/instruction_history.exp: Likewise.
3073 * gdb.btrace/multi-thread-step.exp: Likewise.
3074 * gdb.btrace/nohist.exp: Likewise.
3075 * gdb.btrace/non-stop.exp: Likewise.
3076 * gdb.btrace/reconnect.exp: Likewise.
3077 * gdb.btrace/record_goto-step.exp: Likewise.
3078 * gdb.btrace/record_goto.exp: Likewise.
3079 * gdb.btrace/rn-dl-bind.exp: Likewise.
3080 * gdb.btrace/segv.exp: Likewise.
3081 * gdb.btrace/step.exp: Likewise.
3082 * gdb.btrace/stepi.exp: Likewise.
3083 * gdb.btrace/tailcall-only.exp: Likewise.
3084 * gdb.btrace/tailcall.exp: Likewise.
3085 * gdb.btrace/tsx.exp: Likewise.
3086 * gdb.btrace/unknown_functions.exp: Likewise.
3087 * gdb.btrace/vdso.exp: Likewise.
3088
cd4007e4
MM
30892017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3090
3091 * gdb.btrace/enable-running.c: New.
3092 * gdb.btrace/enable-running.exp: New.
3093
2735833d
WT
30942017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3095
3096 * gdb.arch/amd64-gs_base.c: New file.
3097 * gdb.arch/amd64-gs_base.exp: New file.
3098
b51e1e94
LM
30992017-01-26 Luis Machado <lgustavo@codesourcery.com>
3100
3101 * lib/memory.exp: Remove spurious empty newlines.
3102
72ca0410
SM
31032017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3104
3105 * gdb.python/py-bad-printers.exp: Load python file using "source".
3106 * gdb.python/py-events.exp: Likewise.
3107 * gdb.python/py-evsignal.exp: Likewise.
3108 * gdb.python/py-evthreads.exp: Likewise.
3109 * gdb.python/py-frame-args.exp: Likewise.
3110 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3111 * gdb.python/py-framefilter-mi.exp: Likewise.
3112 * gdb.python/py-framefilter.exp: Likewise.
3113 * gdb.python/py-mi.exp: Likewise.
3114 * gdb.python/py-pp-maint.exp: Likewise.
3115 * gdb.python/py-pp-registration.exp: Likewise.
3116 * gdb.python/py-prettyprint.exp: Likewise.
3117 (run_lang_tests): Likewise.
3118 * gdb.python/py-typeprint.exp: Likewise.
3119
e309aa65
LM
31202017-01-26 Luis Machado <lgustavo@codesourcery.com>
3121
3122 * lib/memory.exp: New file.
3123 * lib/gdb.exp: Load memory.exp.
3124 * gdb.base/memattr.exp (delete_memory): Move proc to
3125 lib/memory.exp and rename to delete_memory_regions.
3126 Replace delete_memory with delete_memory_regions.
3127 Cleanup memory regions before tests.
3128 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3129 before tests.
3130
515aff23
LM
31312017-01-26 Luis Machado <lgustavo@codesourcery.com>
3132
3133 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3134 files.
3135 (initialize): New function conditionally defined.
3136 (testcases): Move within conditional block.
3137 (main): Call initialize.
3138 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3139 of gdb.reverse/insn-reverse.c.
3140 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3141 gdb.reverse/insn-reverse.c.
3142
d8b49cf0
YQ
31432017-01-26 Yao Qi <yao.qi@linaro.org>
3144
3145 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3146 disassemble on address 0.
3147
f13a9a0c
YQ
31482017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3149 Yao Qi <yao.qi@linaro.org>
3150
3151 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3152 * gdb.dwarf2/implptr-64bit.S: Remove.
3153 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3154 variables in caller's context. Add DW_OP_implicit_value.
3155
5ac95241
YQ
31562017-01-25 Yao Qi <yao.qi@linaro.org>
3157
3158 * lib/dwarf.exp (Dwarf::_location): Handle
3159 DW_OP_GNU_implicit_pointer with proper size.
3160
23e82930
LM
31612017-01-20 Luis Machado <lgustavo@codesourcery.com>
3162
3163 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3164 and add untested calls.
3165
d334ae25
LM
31662017-01-20 Luis Machado <lgustavo@codesourcery.com>
3167
3168 * gdb.python/python.exp: Check line number against what GDB thinks
3169 the line number is for func1.
3170
f5e6296e
IB
31712017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3172
3173 * gdb.dlang/debug-expr.exp: New file.
3174
5b362f04
LM
31752016-12-23 Luis Machado <lgustavo@codesourcery.com>
3176
3177 Fix test names for the following files:
3178
3179 * gdb.ada/exec_changed.exp
3180 * gdb.ada/info_types.exp
3181 * gdb.arch/aarch64-atomic-inst.exp
3182 * gdb.arch/aarch64-fp.exp
3183 * gdb.arch/altivec-abi.exp
3184 * gdb.arch/altivec-regs.exp
3185 * gdb.arch/amd64-byte.exp
3186 * gdb.arch/amd64-disp-step.exp
3187 * gdb.arch/amd64-dword.exp
3188 * gdb.arch/amd64-entry-value-inline.exp
3189 * gdb.arch/amd64-entry-value-param.exp
3190 * gdb.arch/amd64-entry-value-paramref.exp
3191 * gdb.arch/amd64-entry-value.exp
3192 * gdb.arch/amd64-i386-address.exp
3193 * gdb.arch/amd64-invalid-stack-middle.exp
3194 * gdb.arch/amd64-invalid-stack-top.exp
3195 * gdb.arch/amd64-optimout-repeat.exp
3196 * gdb.arch/amd64-prologue-skip.exp
3197 * gdb.arch/amd64-prologue-xmm.exp
3198 * gdb.arch/amd64-stap-special-operands.exp
3199 * gdb.arch/amd64-stap-wrong-subexp.exp
3200 * gdb.arch/amd64-tailcall-cxx.exp
3201 * gdb.arch/amd64-tailcall-noret.exp
3202 * gdb.arch/amd64-tailcall-ret.exp
3203 * gdb.arch/amd64-tailcall-self.exp
3204 * gdb.arch/amd64-word.exp
3205 * gdb.arch/arm-bl-branch-dest.exp
3206 * gdb.arch/arm-disp-step.exp
3207 * gdb.arch/arm-neon.exp
3208 * gdb.arch/arm-single-step-kernel-helper.exp
3209 * gdb.arch/avr-flash-qualifier.exp
3210 * gdb.arch/disp-step-insn-reloc.exp
3211 * gdb.arch/e500-abi.exp
3212 * gdb.arch/e500-regs.exp
3213 * gdb.arch/ftrace-insn-reloc.exp
3214 * gdb.arch/i386-avx512.exp
3215 * gdb.arch/i386-bp_permanent.exp
3216 * gdb.arch/i386-byte.exp
3217 * gdb.arch/i386-cfi-notcurrent.exp
3218 * gdb.arch/i386-disp-step.exp
3219 * gdb.arch/i386-dr3-watch.exp
3220 * gdb.arch/i386-float.exp
3221 * gdb.arch/i386-gnu-cfi.exp
3222 * gdb.arch/i386-mpx-map.exp
3223 * gdb.arch/i386-mpx-sigsegv.exp
3224 * gdb.arch/i386-mpx-simple_segv.exp
3225 * gdb.arch/i386-mpx.exp
3226 * gdb.arch/i386-permbkpt.exp
3227 * gdb.arch/i386-prologue.exp
3228 * gdb.arch/i386-signal.exp
3229 * gdb.arch/i386-size-overlap.exp
3230 * gdb.arch/i386-unwind.exp
3231 * gdb.arch/i386-word.exp
3232 * gdb.arch/mips-fcr.exp
3233 * gdb.arch/powerpc-d128-regs.exp
3234 * gdb.arch/powerpc-stackless.exp
3235 * gdb.arch/ppc64-atomic-inst.exp
3236 * gdb.arch/s390-stackless.exp
3237 * gdb.arch/s390-tdbregs.exp
3238 * gdb.arch/s390-vregs.exp
3239 * gdb.arch/sparc-sysstep.exp
3240 * gdb.arch/thumb-bx-pc.exp
3241 * gdb.arch/thumb-singlestep.exp
3242 * gdb.arch/thumb2-it.exp
3243 * gdb.arch/vsx-regs.exp
3244 * gdb.asm/asm-source.exp
3245 * gdb.base/a2-run.exp
3246 * gdb.base/advance.exp
3247 * gdb.base/all-bin.exp
3248 * gdb.base/anon.exp
3249 * gdb.base/args.exp
3250 * gdb.base/arithmet.exp
3251 * gdb.base/async-shell.exp
3252 * gdb.base/async.exp
3253 * gdb.base/attach-pie-noexec.exp
3254 * gdb.base/attach-twice.exp
3255 * gdb.base/auto-load.exp
3256 * gdb.base/bang.exp
3257 * gdb.base/bitfields.exp
3258 * gdb.base/break-always.exp
3259 * gdb.base/break-caller-line.exp
3260 * gdb.base/break-entry.exp
3261 * gdb.base/break-inline.exp
3262 * gdb.base/break-on-linker-gcd-function.exp
3263 * gdb.base/break-probes.exp
3264 * gdb.base/break.exp
3265 * gdb.base/breakpoint-shadow.exp
3266 * gdb.base/call-ar-st.exp
3267 * gdb.base/call-sc.exp
3268 * gdb.base/call-signal-resume.exp
3269 * gdb.base/call-strs.exp
3270 * gdb.base/callfuncs.exp
3271 * gdb.base/catch-fork-static.exp
3272 * gdb.base/catch-gdb-caused-signals.exp
3273 * gdb.base/catch-load.exp
3274 * gdb.base/catch-signal-fork.exp
3275 * gdb.base/catch-signal.exp
3276 * gdb.base/catch-syscall.exp
3277 * gdb.base/charset.exp
3278 * gdb.base/checkpoint.exp
3279 * gdb.base/chng-syms.exp
3280 * gdb.base/code-expr.exp
3281 * gdb.base/code_elim.exp
3282 * gdb.base/commands.exp
3283 * gdb.base/completion.exp
3284 * gdb.base/complex.exp
3285 * gdb.base/cond-expr.exp
3286 * gdb.base/condbreak.exp
3287 * gdb.base/consecutive.exp
3288 * gdb.base/continue-all-already-running.exp
3289 * gdb.base/coredump-filter.exp
3290 * gdb.base/corefile.exp
3291 * gdb.base/dbx.exp
3292 * gdb.base/debug-expr.exp
3293 * gdb.base/define.exp
3294 * gdb.base/del.exp
3295 * gdb.base/disabled-location.exp
3296 * gdb.base/disasm-end-cu.exp
3297 * gdb.base/disasm-optim.exp
3298 * gdb.base/display.exp
3299 * gdb.base/duplicate-bp.exp
3300 * gdb.base/ena-dis-br.exp
3301 * gdb.base/ending-run.exp
3302 * gdb.base/enumval.exp
3303 * gdb.base/environ.exp
3304 * gdb.base/eu-strip-infcall.exp
3305 * gdb.base/eval-avoid-side-effects.exp
3306 * gdb.base/eval-skip.exp
3307 * gdb.base/exitsignal.exp
3308 * gdb.base/expand-psymtabs.exp
3309 * gdb.base/filesym.exp
3310 * gdb.base/find-unmapped.exp
3311 * gdb.base/finish.exp
3312 * gdb.base/float.exp
3313 * gdb.base/foll-exec-mode.exp
3314 * gdb.base/foll-exec.exp
3315 * gdb.base/foll-fork.exp
3316 * gdb.base/fortran-sym-case.exp
3317 * gdb.base/freebpcmd.exp
3318 * gdb.base/func-ptr.exp
3319 * gdb.base/func-ptrs.exp
3320 * gdb.base/funcargs.exp
3321 * gdb.base/gcore-buffer-overflow.exp
3322 * gdb.base/gcore-relro-pie.exp
3323 * gdb.base/gcore-relro.exp
3324 * gdb.base/gcore.exp
3325 * gdb.base/gdb1090.exp
3326 * gdb.base/gdb11530.exp
3327 * gdb.base/gdb11531.exp
3328 * gdb.base/gdb1821.exp
3329 * gdb.base/gdbindex-stabs.exp
3330 * gdb.base/gdbvars.exp
3331 * gdb.base/hbreak.exp
3332 * gdb.base/hbreak2.exp
3333 * gdb.base/included.exp
3334 * gdb.base/infcall-input.exp
3335 * gdb.base/inferior-died.exp
3336 * gdb.base/infnan.exp
3337 * gdb.base/info-macros.exp
3338 * gdb.base/info-os.exp
3339 * gdb.base/info-proc.exp
3340 * gdb.base/info-shared.exp
3341 * gdb.base/info-target.exp
3342 * gdb.base/infoline.exp
3343 * gdb.base/interp.exp
3344 * gdb.base/interrupt.exp
3345 * gdb.base/jit-reader.exp
3346 * gdb.base/jit-simple.exp
3347 * gdb.base/kill-after-signal.exp
3348 * gdb.base/kill-detach-inferiors-cmd.exp
3349 * gdb.base/label.exp
3350 * gdb.base/langs.exp
3351 * gdb.base/ldbl_e308.exp
3352 * gdb.base/line-symtabs.exp
3353 * gdb.base/linespecs.exp
3354 * gdb.base/list.exp
3355 * gdb.base/long_long.exp
3356 * gdb.base/longest-types.exp
3357 * gdb.base/maint.exp
3358 * gdb.base/max-value-size.exp
3359 * gdb.base/memattr.exp
3360 * gdb.base/mips_pro.exp
3361 * gdb.base/morestack.exp
3362 * gdb.base/moribund-step.exp
3363 * gdb.base/multi-forks.exp
3364 * gdb.base/nested-addr.exp
3365 * gdb.base/nextoverexit.exp
3366 * gdb.base/noreturn-finish.exp
3367 * gdb.base/noreturn-return.exp
3368 * gdb.base/nostdlib.exp
3369 * gdb.base/offsets.exp
3370 * gdb.base/opaque.exp
3371 * gdb.base/pc-fp.exp
3372 * gdb.base/permissions.exp
3373 * gdb.base/print-symbol-loading.exp
3374 * gdb.base/prologue-include.exp
3375 * gdb.base/psymtab.exp
3376 * gdb.base/ptype.exp
3377 * gdb.base/random-signal.exp
3378 * gdb.base/randomize.exp
3379 * gdb.base/range-stepping.exp
3380 * gdb.base/readline-ask.exp
3381 * gdb.base/recpar.exp
3382 * gdb.base/recurse.exp
3383 * gdb.base/relational.exp
3384 * gdb.base/restore.exp
3385 * gdb.base/return-nodebug.exp
3386 * gdb.base/return.exp
3387 * gdb.base/run-after-attach.exp
3388 * gdb.base/save-bp.exp
3389 * gdb.base/scope.exp
3390 * gdb.base/sect-cmd.exp
3391 * gdb.base/set-lang-auto.exp
3392 * gdb.base/set-noassign.exp
3393 * gdb.base/setvar.exp
3394 * gdb.base/sigall.exp
3395 * gdb.base/sigbpt.exp
3396 * gdb.base/siginfo-addr.exp
3397 * gdb.base/siginfo-infcall.exp
3398 * gdb.base/siginfo-obj.exp
3399 * gdb.base/siginfo.exp
3400 * gdb.base/signals-state-child.exp
3401 * gdb.base/signest.exp
3402 * gdb.base/sigstep.exp
3403 * gdb.base/sizeof.exp
3404 * gdb.base/skip.exp
3405 * gdb.base/solib-corrupted.exp
3406 * gdb.base/solib-nodir.exp
3407 * gdb.base/solib-search.exp
3408 * gdb.base/stack-checking.exp
3409 * gdb.base/stale-infcall.exp
3410 * gdb.base/stap-probe.exp
3411 * gdb.base/start.exp
3412 * gdb.base/step-break.exp
3413 * gdb.base/step-bt.exp
3414 * gdb.base/step-line.exp
3415 * gdb.base/step-over-exit.exp
3416 * gdb.base/step-over-syscall.exp
3417 * gdb.base/step-resume-infcall.exp
3418 * gdb.base/step-test.exp
3419 * gdb.base/store.exp
3420 * gdb.base/structs3.exp
3421 * gdb.base/sym-file.exp
3422 * gdb.base/symbol-without-target_section.exp
3423 * gdb.base/term.exp
3424 * gdb.base/testenv.exp
3425 * gdb.base/ui-redirect.exp
3426 * gdb.base/until.exp
3427 * gdb.base/unwindonsignal.exp
3428 * gdb.base/value-double-free.exp
3429 * gdb.base/vla-datatypes.exp
3430 * gdb.base/vla-ptr.exp
3431 * gdb.base/vla-sideeffect.exp
3432 * gdb.base/volatile.exp
3433 * gdb.base/watch-cond-infcall.exp
3434 * gdb.base/watch-cond.exp
3435 * gdb.base/watch-non-mem.exp
3436 * gdb.base/watch-read.exp
3437 * gdb.base/watch-vfork.exp
3438 * gdb.base/watchpoint-cond-gone.exp
3439 * gdb.base/watchpoint-delete.exp
3440 * gdb.base/watchpoint-hw-hit-once.exp
3441 * gdb.base/watchpoint-hw.exp
3442 * gdb.base/watchpoint-stops-at-right-insn.exp
3443 * gdb.base/watchpoints.exp
3444 * gdb.base/wchar.exp
3445 * gdb.base/whatis-exp.exp
3446 * gdb.btrace/buffer-size.exp
3447 * gdb.btrace/data.exp
3448 * gdb.btrace/delta.exp
3449 * gdb.btrace/dlopen.exp
3450 * gdb.btrace/enable.exp
3451 * gdb.btrace/exception.exp
3452 * gdb.btrace/function_call_history.exp
3453 * gdb.btrace/gcore.exp
3454 * gdb.btrace/instruction_history.exp
3455 * gdb.btrace/nohist.exp
3456 * gdb.btrace/reconnect.exp
3457 * gdb.btrace/record_goto-step.exp
3458 * gdb.btrace/record_goto.exp
3459 * gdb.btrace/rn-dl-bind.exp
3460 * gdb.btrace/segv.exp
3461 * gdb.btrace/step.exp
3462 * gdb.btrace/stepi.exp
3463 * gdb.btrace/tailcall-only.exp
3464 * gdb.btrace/tailcall.exp
3465 * gdb.btrace/tsx.exp
3466 * gdb.btrace/unknown_functions.exp
3467 * gdb.btrace/vdso.exp
3468 * gdb.compile/compile-ifunc.exp
3469 * gdb.compile/compile-ops.exp
3470 * gdb.compile/compile-print.exp
3471 * gdb.compile/compile-setjmp.exp
3472 * gdb.cp/abstract-origin.exp
3473 * gdb.cp/ambiguous.exp
3474 * gdb.cp/annota2.exp
3475 * gdb.cp/annota3.exp
3476 * gdb.cp/anon-ns.exp
3477 * gdb.cp/anon-struct.exp
3478 * gdb.cp/anon-union.exp
3479 * gdb.cp/arg-reference.exp
3480 * gdb.cp/baseenum.exp
3481 * gdb.cp/bool.exp
3482 * gdb.cp/breakpoint.exp
3483 * gdb.cp/bs15503.exp
3484 * gdb.cp/call-c.exp
3485 * gdb.cp/casts.exp
3486 * gdb.cp/chained-calls.exp
3487 * gdb.cp/class2.exp
3488 * gdb.cp/classes.exp
3489 * gdb.cp/cmpd-minsyms.exp
3490 * gdb.cp/converts.exp
3491 * gdb.cp/cp-relocate.exp
3492 * gdb.cp/cpcompletion.exp
3493 * gdb.cp/cpexprs.exp
3494 * gdb.cp/cplabel.exp
3495 * gdb.cp/cplusfuncs.exp
3496 * gdb.cp/cpsizeof.exp
3497 * gdb.cp/ctti.exp
3498 * gdb.cp/derivation.exp
3499 * gdb.cp/destrprint.exp
3500 * gdb.cp/dispcxx.exp
3501 * gdb.cp/enum-class.exp
3502 * gdb.cp/exception.exp
3503 * gdb.cp/exceptprint.exp
3504 * gdb.cp/expand-psymtabs-cxx.exp
3505 * gdb.cp/expand-sals.exp
3506 * gdb.cp/extern-c.exp
3507 * gdb.cp/filename.exp
3508 * gdb.cp/formatted-ref.exp
3509 * gdb.cp/fpointer.exp
3510 * gdb.cp/gdb1355.exp
3511 * gdb.cp/gdb2495.exp
3512 * gdb.cp/hang.exp
3513 * gdb.cp/impl-this.exp
3514 * gdb.cp/infcall-dlopen.exp
3515 * gdb.cp/inherit.exp
3516 * gdb.cp/iostream.exp
3517 * gdb.cp/koenig.exp
3518 * gdb.cp/local.exp
3519 * gdb.cp/m-data.exp
3520 * gdb.cp/m-static.exp
3521 * gdb.cp/mb-ctor.exp
3522 * gdb.cp/mb-inline.exp
3523 * gdb.cp/mb-templates.exp
3524 * gdb.cp/member-name.exp
3525 * gdb.cp/member-ptr.exp
3526 * gdb.cp/meth-typedefs.exp
3527 * gdb.cp/method.exp
3528 * gdb.cp/method2.exp
3529 * gdb.cp/minsym-fallback.exp
3530 * gdb.cp/misc.exp
3531 * gdb.cp/namelessclass.exp
3532 * gdb.cp/namespace-enum.exp
3533 * gdb.cp/namespace-nested-import.exp
3534 * gdb.cp/namespace.exp
3535 * gdb.cp/nextoverthrow.exp
3536 * gdb.cp/no-dmgl-verbose.exp
3537 * gdb.cp/non-trivial-retval.exp
3538 * gdb.cp/noparam.exp
3539 * gdb.cp/nsdecl.exp
3540 * gdb.cp/nsimport.exp
3541 * gdb.cp/nsnested.exp
3542 * gdb.cp/nsnoimports.exp
3543 * gdb.cp/nsrecurs.exp
3544 * gdb.cp/nsstress.exp
3545 * gdb.cp/nsusing.exp
3546 * gdb.cp/operator.exp
3547 * gdb.cp/oranking.exp
3548 * gdb.cp/overload-const.exp
3549 * gdb.cp/overload.exp
3550 * gdb.cp/ovldbreak.exp
3551 * gdb.cp/ovsrch.exp
3552 * gdb.cp/paren-type.exp
3553 * gdb.cp/parse-lang.exp
3554 * gdb.cp/pass-by-ref.exp
3555 * gdb.cp/pr-1023.exp
3556 * gdb.cp/pr-1210.exp
3557 * gdb.cp/pr-574.exp
3558 * gdb.cp/pr10687.exp
3559 * gdb.cp/pr12028.exp
3560 * gdb.cp/pr17132.exp
3561 * gdb.cp/pr17494.exp
3562 * gdb.cp/pr9067.exp
3563 * gdb.cp/pr9167.exp
3564 * gdb.cp/pr9631.exp
3565 * gdb.cp/printmethod.exp
3566 * gdb.cp/psmang.exp
3567 * gdb.cp/psymtab-parameter.exp
3568 * gdb.cp/ptype-cv-cp.exp
3569 * gdb.cp/ptype-flags.exp
3570 * gdb.cp/re-set-overloaded.exp
3571 * gdb.cp/ref-types.exp
3572 * gdb.cp/rtti.exp
3573 * gdb.cp/scope-err.exp
3574 * gdb.cp/shadow.exp
3575 * gdb.cp/smartp.exp
3576 * gdb.cp/static-method.exp
3577 * gdb.cp/static-print-quit.exp
3578 * gdb.cp/temargs.exp
3579 * gdb.cp/templates.exp
3580 * gdb.cp/try_catch.exp
3581 * gdb.cp/typedef-operator.exp
3582 * gdb.cp/typeid.exp
3583 * gdb.cp/userdef.exp
3584 * gdb.cp/using-crash.exp
3585 * gdb.cp/var-tag.exp
3586 * gdb.cp/virtbase.exp
3587 * gdb.cp/virtfunc.exp
3588 * gdb.cp/virtfunc2.exp
3589 * gdb.cp/vla-cxx.exp
3590 * gdb.disasm/t01_mov.exp
3591 * gdb.disasm/t02_mova.exp
3592 * gdb.disasm/t03_add.exp
3593 * gdb.disasm/t04_sub.exp
3594 * gdb.disasm/t05_cmp.exp
3595 * gdb.disasm/t06_ari2.exp
3596 * gdb.disasm/t07_ari3.exp
3597 * gdb.disasm/t08_or.exp
3598 * gdb.disasm/t09_xor.exp
3599 * gdb.disasm/t10_and.exp
3600 * gdb.disasm/t11_logs.exp
3601 * gdb.disasm/t12_bit.exp
3602 * gdb.disasm/t13_otr.exp
3603 * gdb.dlang/circular.exp
3604 * gdb.dwarf2/arr-stride.exp
3605 * gdb.dwarf2/arr-subrange.exp
3606 * gdb.dwarf2/atomic-type.exp
3607 * gdb.dwarf2/bad-regnum.exp
3608 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3609 * gdb.dwarf2/callframecfa.exp
3610 * gdb.dwarf2/clztest.exp
3611 * gdb.dwarf2/corrupt.exp
3612 * gdb.dwarf2/data-loc.exp
3613 * gdb.dwarf2/dup-psym.exp
3614 * gdb.dwarf2/dw2-anon-mptr.exp
3615 * gdb.dwarf2/dw2-anonymous-func.exp
3616 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3617 * gdb.dwarf2/dw2-bad-unresolved.exp
3618 * gdb.dwarf2/dw2-basic.exp
3619 * gdb.dwarf2/dw2-canonicalize-type.exp
3620 * gdb.dwarf2/dw2-case-insensitive.exp
3621 * gdb.dwarf2/dw2-common-block.exp
3622 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3623 * gdb.dwarf2/dw2-compressed.exp
3624 * gdb.dwarf2/dw2-const.exp
3625 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3626 * gdb.dwarf2/dw2-cu-size.exp
3627 * gdb.dwarf2/dw2-dup-frame.exp
3628 * gdb.dwarf2/dw2-entry-value.exp
3629 * gdb.dwarf2/dw2-icycle.exp
3630 * gdb.dwarf2/dw2-ifort-parameter.exp
3631 * gdb.dwarf2/dw2-inline-break.exp
3632 * gdb.dwarf2/dw2-inline-param.exp
3633 * gdb.dwarf2/dw2-intercu.exp
3634 * gdb.dwarf2/dw2-intermix.exp
3635 * gdb.dwarf2/dw2-lexical-block-bare.exp
3636 * gdb.dwarf2/dw2-linkage-name-trust.exp
3637 * gdb.dwarf2/dw2-minsym-in-cu.exp
3638 * gdb.dwarf2/dw2-noloc.exp
3639 * gdb.dwarf2/dw2-op-call.exp
3640 * gdb.dwarf2/dw2-op-out-param.exp
3641 * gdb.dwarf2/dw2-opt-structptr.exp
3642 * gdb.dwarf2/dw2-param-error.exp
3643 * gdb.dwarf2/dw2-producer.exp
3644 * gdb.dwarf2/dw2-ranges-base.exp
3645 * gdb.dwarf2/dw2-ref-missing-frame.exp
3646 * gdb.dwarf2/dw2-reg-undefined.exp
3647 * gdb.dwarf2/dw2-regno-invalid.exp
3648 * gdb.dwarf2/dw2-restore.exp
3649 * gdb.dwarf2/dw2-restrict.exp
3650 * gdb.dwarf2/dw2-single-line-discriminators.exp
3651 * gdb.dwarf2/dw2-strp.exp
3652 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3653 * gdb.dwarf2/dw2-unresolved.exp
3654 * gdb.dwarf2/dw2-var-zero-addr.exp
3655 * gdb.dwarf2/dw4-sig-types.exp
3656 * gdb.dwarf2/dwz.exp
3657 * gdb.dwarf2/dynarr-ptr.exp
3658 * gdb.dwarf2/enum-type.exp
3659 * gdb.dwarf2/gdb-index.exp
3660 * gdb.dwarf2/implptr-64bit.exp
3661 * gdb.dwarf2/implptr-optimized-out.exp
3662 * gdb.dwarf2/implptr.exp
3663 * gdb.dwarf2/implref-array.exp
3664 * gdb.dwarf2/implref-const.exp
3665 * gdb.dwarf2/implref-global.exp
3666 * gdb.dwarf2/implref-struct.exp
3667 * gdb.dwarf2/mac-fileno.exp
3668 * gdb.dwarf2/main-subprogram.exp
3669 * gdb.dwarf2/member-ptr-forwardref.exp
3670 * gdb.dwarf2/method-ptr.exp
3671 * gdb.dwarf2/missing-sig-type.exp
3672 * gdb.dwarf2/nonvar-access.exp
3673 * gdb.dwarf2/opaque-type-lookup.exp
3674 * gdb.dwarf2/pieces-optimized-out.exp
3675 * gdb.dwarf2/pieces.exp
3676 * gdb.dwarf2/pr10770.exp
3677 * gdb.dwarf2/pr13961.exp
3678 * gdb.dwarf2/staticvirtual.exp
3679 * gdb.dwarf2/subrange.exp
3680 * gdb.dwarf2/symtab-producer.exp
3681 * gdb.dwarf2/trace-crash.exp
3682 * gdb.dwarf2/typeddwarf.exp
3683 * gdb.dwarf2/valop.exp
3684 * gdb.dwarf2/watch-notconst.exp
3685 * gdb.fortran/array-element.exp
3686 * gdb.fortran/charset.exp
3687 * gdb.fortran/common-block.exp
3688 * gdb.fortran/complex.exp
3689 * gdb.fortran/derived-type-function.exp
3690 * gdb.fortran/derived-type.exp
3691 * gdb.fortran/logical.exp
3692 * gdb.fortran/module.exp
3693 * gdb.fortran/multi-dim.exp
3694 * gdb.fortran/nested-funcs.exp
3695 * gdb.fortran/print-formatted.exp
3696 * gdb.fortran/subarray.exp
3697 * gdb.fortran/vla-alloc-assoc.exp
3698 * gdb.fortran/vla-datatypes.exp
3699 * gdb.fortran/vla-history.exp
3700 * gdb.fortran/vla-ptr-info.exp
3701 * gdb.fortran/vla-ptype-sub.exp
3702 * gdb.fortran/vla-ptype.exp
3703 * gdb.fortran/vla-sizeof.exp
3704 * gdb.fortran/vla-type.exp
3705 * gdb.fortran/vla-value-sub-arbitrary.exp
3706 * gdb.fortran/vla-value-sub-finish.exp
3707 * gdb.fortran/vla-value-sub.exp
3708 * gdb.fortran/vla-value.exp
3709 * gdb.fortran/whatis_type.exp
3710 * gdb.go/chan.exp
3711 * gdb.go/handcall.exp
3712 * gdb.go/hello.exp
3713 * gdb.go/integers.exp
3714 * gdb.go/methods.exp
3715 * gdb.go/package.exp
3716 * gdb.go/strings.exp
3717 * gdb.go/types.exp
3718 * gdb.go/unsafe.exp
3719 * gdb.guile/scm-arch.exp
3720 * gdb.guile/scm-block.exp
3721 * gdb.guile/scm-breakpoint.exp
3722 * gdb.guile/scm-cmd.exp
3723 * gdb.guile/scm-disasm.exp
3724 * gdb.guile/scm-equal.exp
3725 * gdb.guile/scm-frame-args.exp
3726 * gdb.guile/scm-frame-inline.exp
3727 * gdb.guile/scm-frame.exp
3728 * gdb.guile/scm-iterator.exp
3729 * gdb.guile/scm-math.exp
3730 * gdb.guile/scm-objfile.exp
3731 * gdb.guile/scm-ports.exp
3732 * gdb.guile/scm-symbol.exp
3733 * gdb.guile/scm-symtab.exp
3734 * gdb.guile/scm-value-cc.exp
3735 * gdb.guile/types-module.exp
3736 * gdb.linespec/break-ask.exp
3737 * gdb.linespec/cpexplicit.exp
3738 * gdb.linespec/explicit.exp
3739 * gdb.linespec/keywords.exp
3740 * gdb.linespec/linespec.exp
3741 * gdb.linespec/ls-dollar.exp
3742 * gdb.linespec/ls-errs.exp
3743 * gdb.linespec/skip-two.exp
3744 * gdb.linespec/thread.exp
3745 * gdb.mi/mi-async.exp
3746 * gdb.mi/mi-basics.exp
3747 * gdb.mi/mi-break.exp
3748 * gdb.mi/mi-catch-load.exp
3749 * gdb.mi/mi-cli.exp
3750 * gdb.mi/mi-cmd-param-changed.exp
3751 * gdb.mi/mi-console.exp
3752 * gdb.mi/mi-detach.exp
3753 * gdb.mi/mi-disassemble.exp
3754 * gdb.mi/mi-eval.exp
3755 * gdb.mi/mi-file-transfer.exp
3756 * gdb.mi/mi-file.exp
3757 * gdb.mi/mi-fill-memory.exp
3758 * gdb.mi/mi-inheritance-syntax-error.exp
3759 * gdb.mi/mi-linespec-err-cp.exp
3760 * gdb.mi/mi-logging.exp
3761 * gdb.mi/mi-memory-changed.exp
3762 * gdb.mi/mi-read-memory.exp
3763 * gdb.mi/mi-record-changed.exp
3764 * gdb.mi/mi-reg-undefined.exp
3765 * gdb.mi/mi-regs.exp
3766 * gdb.mi/mi-return.exp
3767 * gdb.mi/mi-reverse.exp
3768 * gdb.mi/mi-simplerun.exp
3769 * gdb.mi/mi-solib.exp
3770 * gdb.mi/mi-stack.exp
3771 * gdb.mi/mi-stepi.exp
3772 * gdb.mi/mi-syn-frame.exp
3773 * gdb.mi/mi-until.exp
3774 * gdb.mi/mi-var-block.exp
3775 * gdb.mi/mi-var-child.exp
3776 * gdb.mi/mi-var-cmd.exp
3777 * gdb.mi/mi-var-cp.exp
3778 * gdb.mi/mi-var-display.exp
3779 * gdb.mi/mi-var-invalidate.exp
3780 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3781 * gdb.mi/mi-vla-fortran.exp
3782 * gdb.mi/mi-watch.exp
3783 * gdb.mi/mi2-var-child.exp
3784 * gdb.mi/user-selected-context-sync.exp
3785 * gdb.modula2/unbounded-array.exp
3786 * gdb.multi/dummy-frame-restore.exp
3787 * gdb.multi/multi-arch-exec.exp
3788 * gdb.multi/multi-arch.exp
3789 * gdb.multi/tids.exp
3790 * gdb.multi/watchpoint-multi.exp
3791 * gdb.opencl/callfuncs.exp
3792 * gdb.opencl/convs_casts.exp
3793 * gdb.opencl/datatypes.exp
3794 * gdb.opencl/operators.exp
3795 * gdb.opencl/vec_comps.exp
3796 * gdb.opt/clobbered-registers-O2.exp
3797 * gdb.opt/inline-break.exp
3798 * gdb.opt/inline-bt.exp
3799 * gdb.opt/inline-cmds.exp
3800 * gdb.opt/inline-locals.exp
3801 * gdb.pascal/case-insensitive-symbols.exp
3802 * gdb.pascal/floats.exp
3803 * gdb.pascal/gdb11492.exp
3804 * gdb.python/lib-types.exp
3805 * gdb.python/py-arch.exp
3806 * gdb.python/py-as-string.exp
3807 * gdb.python/py-bad-printers.exp
3808 * gdb.python/py-block.exp
3809 * gdb.python/py-breakpoint-create-fail.exp
3810 * gdb.python/py-breakpoint.exp
3811 * gdb.python/py-caller-is.exp
3812 * gdb.python/py-cmd.exp
3813 * gdb.python/py-explore-cc.exp
3814 * gdb.python/py-explore.exp
3815 * gdb.python/py-finish-breakpoint.exp
3816 * gdb.python/py-finish-breakpoint2.exp
3817 * gdb.python/py-frame-args.exp
3818 * gdb.python/py-frame-inline.exp
3819 * gdb.python/py-frame.exp
3820 * gdb.python/py-framefilter-mi.exp
3821 * gdb.python/py-infthread.exp
3822 * gdb.python/py-lazy-string.exp
3823 * gdb.python/py-linetable.exp
3824 * gdb.python/py-mi-events.exp
3825 * gdb.python/py-mi-objfile.exp
3826 * gdb.python/py-mi.exp
3827 * gdb.python/py-objfile.exp
3828 * gdb.python/py-pp-integral.exp
3829 * gdb.python/py-pp-maint.exp
3830 * gdb.python/py-pp-re-notag.exp
3831 * gdb.python/py-pp-registration.exp
3832 * gdb.python/py-recurse-unwind.exp
3833 * gdb.python/py-strfns.exp
3834 * gdb.python/py-symbol.exp
3835 * gdb.python/py-symtab.exp
3836 * gdb.python/py-sync-interp.exp
3837 * gdb.python/py-typeprint.exp
3838 * gdb.python/py-unwind-maint.exp
3839 * gdb.python/py-unwind.exp
3840 * gdb.python/py-value-cc.exp
3841 * gdb.python/py-xmethods.exp
3842 * gdb.reverse/amd64-tailcall-reverse.exp
3843 * gdb.reverse/break-precsave.exp
3844 * gdb.reverse/break-reverse.exp
3845 * gdb.reverse/consecutive-precsave.exp
3846 * gdb.reverse/consecutive-reverse.exp
3847 * gdb.reverse/finish-precsave.exp
3848 * gdb.reverse/finish-reverse-bkpt.exp
3849 * gdb.reverse/finish-reverse.exp
3850 * gdb.reverse/fstatat-reverse.exp
3851 * gdb.reverse/getresuid-reverse.exp
3852 * gdb.reverse/i386-precsave.exp
3853 * gdb.reverse/i386-reverse.exp
3854 * gdb.reverse/i386-sse-reverse.exp
3855 * gdb.reverse/i387-env-reverse.exp
3856 * gdb.reverse/i387-stack-reverse.exp
3857 * gdb.reverse/insn-reverse.exp
3858 * gdb.reverse/machinestate-precsave.exp
3859 * gdb.reverse/machinestate.exp
3860 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3861 * gdb.reverse/pipe-reverse.exp
3862 * gdb.reverse/readv-reverse.exp
3863 * gdb.reverse/recvmsg-reverse.exp
3864 * gdb.reverse/rerun-prec.exp
3865 * gdb.reverse/s390-mvcle.exp
3866 * gdb.reverse/step-precsave.exp
3867 * gdb.reverse/step-reverse.exp
3868 * gdb.reverse/time-reverse.exp
3869 * gdb.reverse/until-precsave.exp
3870 * gdb.reverse/until-reverse.exp
3871 * gdb.reverse/waitpid-reverse.exp
3872 * gdb.reverse/watch-precsave.exp
3873 * gdb.reverse/watch-reverse.exp
3874 * gdb.rust/generics.exp
3875 * gdb.rust/methods.exp
3876 * gdb.rust/modules.exp
3877 * gdb.rust/simple.exp
3878 * gdb.server/connect-with-no-symbol-file.exp
3879 * gdb.server/ext-attach.exp
3880 * gdb.server/ext-restart.exp
3881 * gdb.server/ext-wrapper.exp
3882 * gdb.server/file-transfer.exp
3883 * gdb.server/server-exec-info.exp
3884 * gdb.server/server-kill.exp
3885 * gdb.server/server-mon.exp
3886 * gdb.server/wrapper.exp
3887 * gdb.stabs/exclfwd.exp
3888 * gdb.stabs/gdb11479.exp
3889 * gdb.threads/clone-new-thread-event.exp
3890 * gdb.threads/corethreads.exp
3891 * gdb.threads/current-lwp-dead.exp
3892 * gdb.threads/dlopen-libpthread.exp
3893 * gdb.threads/gcore-thread.exp
3894 * gdb.threads/sigstep-threads.exp
3895 * gdb.threads/watchpoint-fork.exp
3896 * gdb.trace/actions-changed.exp
3897 * gdb.trace/backtrace.exp
3898 * gdb.trace/change-loc.exp
3899 * gdb.trace/circ.exp
3900 * gdb.trace/collection.exp
3901 * gdb.trace/disconnected-tracing.exp
3902 * gdb.trace/ftrace.exp
3903 * gdb.trace/mi-trace-frame-collected.exp
3904 * gdb.trace/mi-trace-unavailable.exp
3905 * gdb.trace/mi-traceframe-changed.exp
3906 * gdb.trace/mi-tsv-changed.exp
3907 * gdb.trace/no-attach-trace.exp
3908 * gdb.trace/passc-dyn.exp
3909 * gdb.trace/qtro.exp
3910 * gdb.trace/range-stepping.exp
3911 * gdb.trace/read-memory.exp
3912 * gdb.trace/save-trace.exp
3913 * gdb.trace/signal.exp
3914 * gdb.trace/status-stop.exp
3915 * gdb.trace/tfile.exp
3916 * gdb.trace/trace-break.exp
3917 * gdb.trace/trace-buffer-size.exp
3918 * gdb.trace/trace-condition.exp
3919 * gdb.trace/tracefile-pseudo-reg.exp
3920 * gdb.trace/tstatus.exp
3921 * gdb.trace/unavailable.exp
3922 * gdb.trace/while-dyn.exp
3923 * gdb.trace/while-stepping.exp
3924
34c41c68
DE
39252016-12-22 Doug Evans <xdje42@gmail.com>
3926
3927 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3928 and msymbols.
3929
16e69324
YQ
39302016-12-19 Yao Qi <yao.qi@linaro.org>
3931
3932 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3933 (test_with_self): Don't call do_steps_and_nexts, and remove
3934 code about stepping into xmalloc.
3935
f94f411b
YQ
39362016-12-09 Yao Qi <yao.qi@linaro.org>
3937
3938 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3939
39402016-12-09 Yao Qi <yao.qi@linaro.org>
3941
3942 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3943
f1b5deee
PA
39442016-12-09 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.base/all-architectures-0.exp: New file.
3947 * gdb.base/all-architectures-1.exp: New file.
3948 * gdb.base/all-architectures-2.exp: New file.
3949 * gdb.base/all-architectures-3.exp: New file.
3950 * gdb.base/all-architectures-4.exp: New file.
3951 * gdb.base/all-architectures-5.exp: New file.
3952 * gdb.base/all-architectures-6.exp: New file.
3953 * gdb.base/all-architectures-7.exp: New file.
3954 * gdb.base/all-architectures.exp.in: New file.
3955
364ca42e
YQ
39562016-12-09 Yao Qi <yao.qi@linaro.org>
3957
3958 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3959
107c2d62
LM
39602016-12-02 Luis Machado <lgustavo@codesourcery.com>
3961
3962 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3963 possible.
3964 Remove useless pattern-matching code.
3965
df3ee9ca
PA
39662016-12-02 Pedro Alves <palves@redhat.com>
3967
3968 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3969 procedure.
3970 (top level): Call it.
3971
ec835369
PA
39722016-12-02 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3975 New procedure.
3976 (top level): Call it.
3977
01770bbd
PA
39782016-12-02 Pedro Alves <palves@redhat.com>
3979
3980 PR cli/20559
3981 * gdb.base/commands.exp (user_defined_command_args_eval): New
3982 procedure.
3983 (top level): Call it.
3984
008459ea
LM
39852016-12-02 Luis Machado <lgustavo@codesourcery.com>
3986
3987 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3988 timeout handling.
3989
0c1b455e
TT
39902016-12-02 Tom Tromey <tom@tromey.com>
3991
3992 * gdb.dwarf2/main-subprogram.c: New file.
3993 * gdb.dwarf2/main-subprogram.exp: New file.
3994
018572b8
LM
39952016-12-01 Luis Machado <lgustavo@codesourcery.com>
3996
3997 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3998 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3999 gdb_test_no_output for a couple of cases.
4000 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4001
84c93cd5
LM
40022016-12-01 Luis Machado <lgustavo@codesourcery.com>
4003
4004 Fix test names and standardize compilation error messages throughout
4005 the following files:
4006
4007 * gdb.ada/start.exp
4008 * gdb.arch/alpha-step.exp
4009 * gdb.arch/e500-prologue.exp
4010 * gdb.arch/ftrace-insn-reloc.exp
4011 * gdb.arch/gdb1291.exp
4012 * gdb.arch/gdb1431.exp
4013 * gdb.arch/gdb1558.exp
4014 * gdb.arch/i386-dr3-watch.exp
4015 * gdb.arch/i386-sse-stack-align.exp
4016 * gdb.arch/ia64-breakpoint-shadow.exp
4017 * gdb.arch/pa-nullify.exp
4018 * gdb.arch/powerpc-aix-prologue.exp
4019 * gdb.arch/thumb-bx-pc.exp
4020 * gdb.base/annota1.exp
4021 * gdb.base/annota3.exp
4022 * gdb.base/arrayidx.exp
4023 * gdb.base/assign.exp
4024 * gdb.base/attach.exp
4025 * gdb.base/auxv.exp
4026 * gdb.base/bang.exp
4027 * gdb.base/bfp-test.exp
4028 * gdb.base/bigcore.exp
4029 * gdb.base/bitfields2.exp
4030 * gdb.base/break-fun-addr.exp
4031 * gdb.base/break-probes.exp
4032 * gdb.base/call-rt-st.exp
4033 * gdb.base/callexit.exp
4034 * gdb.base/catch-fork-kill.exp
4035 * gdb.base/charset.exp
4036 * gdb.base/checkpoint.exp
4037 * gdb.base/comprdebug.exp
4038 * gdb.base/constvars.exp
4039 * gdb.base/coredump-filter.exp
4040 * gdb.base/cursal.exp
4041 * gdb.base/cvexpr.exp
4042 * gdb.base/detach.exp
4043 * gdb.base/display.exp
4044 * gdb.base/dmsym.exp
4045 * gdb.base/dprintf-pending.exp
4046 * gdb.base/dso2dso.exp
4047 * gdb.base/dtrace-probe.exp
4048 * gdb.base/dump.exp
4049 * gdb.base/enum_cond.exp
4050 * gdb.base/exe-lock.exp
4051 * gdb.base/exec-invalid-sysroot.exp
4052 * gdb.base/execl-update-breakpoints.exp
4053 * gdb.base/exprs.exp
4054 * gdb.base/fileio.exp
4055 * gdb.base/find.exp
4056 * gdb.base/finish.exp
4057 * gdb.base/fixsection.exp
4058 * gdb.base/foll-vfork.exp
4059 * gdb.base/frame-args.exp
4060 * gdb.base/gcore.exp
4061 * gdb.base/gdb1250.exp
4062 * gdb.base/global-var-nested-by-dso.exp
4063 * gdb.base/gnu-ifunc.exp
4064 * gdb.base/hashline1.exp
4065 * gdb.base/hashline2.exp
4066 * gdb.base/hashline3.exp
4067 * gdb.base/hbreak-in-shr-unsupported.exp
4068 * gdb.base/huge.exp
4069 * gdb.base/infcall-input.exp
4070 * gdb.base/info-fun.exp
4071 * gdb.base/info-shared.exp
4072 * gdb.base/jit-simple.exp
4073 * gdb.base/jit-so.exp
4074 * gdb.base/jit.exp
4075 * gdb.base/jump.exp
4076 * gdb.base/label.exp
4077 * gdb.base/lineinc.exp
4078 * gdb.base/logical.exp
4079 * gdb.base/longjmp.exp
4080 * gdb.base/macscp.exp
4081 * gdb.base/miscexprs.exp
4082 * gdb.base/new-ui-echo.exp
4083 * gdb.base/new-ui-pending-input.exp
4084 * gdb.base/new-ui.exp
4085 * gdb.base/nodebug.exp
4086 * gdb.base/nofield.exp
4087 * gdb.base/offsets.exp
4088 * gdb.base/overlays.exp
4089 * gdb.base/pending.exp
4090 * gdb.base/pointers.exp
4091 * gdb.base/pr11022.exp
4092 * gdb.base/printcmds.exp
4093 * gdb.base/prologue.exp
4094 * gdb.base/ptr-typedef.exp
4095 * gdb.base/realname-expand.exp
4096 * gdb.base/relativedebug.exp
4097 * gdb.base/relocate.exp
4098 * gdb.base/remote.exp
4099 * gdb.base/reread.exp
4100 * gdb.base/return2.exp
4101 * gdb.base/savedregs.exp
4102 * gdb.base/sep.exp
4103 * gdb.base/sepdebug.exp
4104 * gdb.base/sepsymtab.exp
4105 * gdb.base/set-inferior-tty.exp
4106 * gdb.base/setshow.exp
4107 * gdb.base/shlib-call.exp
4108 * gdb.base/sigaltstack.exp
4109 * gdb.base/siginfo-addr.exp
4110 * gdb.base/signals.exp
4111 * gdb.base/signull.exp
4112 * gdb.base/sigrepeat.exp
4113 * gdb.base/so-impl-ld.exp
4114 * gdb.base/solib-display.exp
4115 * gdb.base/solib-overlap.exp
4116 * gdb.base/solib-search.exp
4117 * gdb.base/solib-symbol.exp
4118 * gdb.base/structs.exp
4119 * gdb.base/structs2.exp
4120 * gdb.base/symtab-search-order.exp
4121 * gdb.base/twice.exp
4122 * gdb.base/unload.exp
4123 * gdb.base/varargs.exp
4124 * gdb.base/watchpoint-solib.exp
4125 * gdb.base/watchpoint.exp
4126 * gdb.base/whatis.exp
4127 * gdb.base/wrong_frame_bt_full.exp
4128 * gdb.btrace/dlopen.exp
4129 * gdb.cell/ea-standalone.exp
4130 * gdb.cell/ea-test.exp
4131 * gdb.cp/dispcxx.exp
4132 * gdb.cp/gdb2384.exp
4133 * gdb.cp/method2.exp
4134 * gdb.cp/nextoverthrow.exp
4135 * gdb.cp/pr10728.exp
4136 * gdb.disasm/am33.exp
4137 * gdb.disasm/h8300s.exp
4138 * gdb.disasm/mn10300.exp
4139 * gdb.disasm/sh3.exp
4140 * gdb.dwarf2/dw2-dir-file-name.exp
4141 * gdb.fortran/complex.exp
4142 * gdb.fortran/library-module.exp
4143 * gdb.guile/scm-pretty-print.exp
4144 * gdb.guile/scm-symbol.exp
4145 * gdb.guile/scm-type.exp
4146 * gdb.guile/scm-value.exp
4147 * gdb.linespec/linespec.exp
4148 * gdb.mi/gdb701.exp
4149 * gdb.mi/gdb792.exp
4150 * gdb.mi/mi-breakpoint-changed.exp
4151 * gdb.mi/mi-dprintf-pending.exp
4152 * gdb.mi/mi-dprintf.exp
4153 * gdb.mi/mi-exit-code.exp
4154 * gdb.mi/mi-pending.exp
4155 * gdb.mi/mi-solib.exp
4156 * gdb.mi/new-ui-mi-sync.exp
4157 * gdb.mi/pr11022.exp
4158 * gdb.mi/user-selected-context-sync.exp
4159 * gdb.opt/solib-intra-step.exp
4160 * gdb.python/py-events.exp
4161 * gdb.python/py-finish-breakpoint.exp
4162 * gdb.python/py-mi.exp
4163 * gdb.python/py-prettyprint.exp
4164 * gdb.python/py-shared.exp
4165 * gdb.python/py-symbol.exp
4166 * gdb.python/py-template.exp
4167 * gdb.python/py-type.exp
4168 * gdb.python/py-value.exp
4169 * gdb.reverse/solib-precsave.exp
4170 * gdb.reverse/solib-reverse.exp
4171 * gdb.server/solib-list.exp
4172 * gdb.stabs/weird.exp
4173 * gdb.threads/reconnect-signal.exp
4174 * gdb.threads/stepi-random-signal.exp
4175 * gdb.trace/actions.exp
4176 * gdb.trace/ax.exp
4177 * gdb.trace/backtrace.exp
4178 * gdb.trace/change-loc.exp
4179 * gdb.trace/deltrace.exp
4180 * gdb.trace/ftrace-lock.exp
4181 * gdb.trace/ftrace.exp
4182 * gdb.trace/infotrace.exp
4183 * gdb.trace/mi-tracepoint-changed.exp
4184 * gdb.trace/packetlen.exp
4185 * gdb.trace/passcount.exp
4186 * gdb.trace/pending.exp
4187 * gdb.trace/range-stepping.exp
4188 * gdb.trace/report.exp
4189 * gdb.trace/stap-trace.exp
4190 * gdb.trace/tfind.exp
4191 * gdb.trace/trace-break.exp
4192 * gdb.trace/trace-condition.exp
4193 * gdb.trace/trace-enable-disable.exp
4194 * gdb.trace/trace-mt.exp
4195 * gdb.trace/tracecmd.exp
4196 * gdb.trace/tspeed.exp
4197 * gdb.trace/tsv.exp
4198 * lib/perftest.exp
4199
fb9feb35
LM
42002016-12-01 Luis Machado <lgustavo@codesourcery.com>
4201
4202 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4203 with gdb_test_no_output.
4204 Use command as test name.
4205
cd2ddb6c
LM
42062016-12-01 Luis Machado <lgustavo@codesourcery.com>
4207
4208 Fix test names starting with uppercase throughout the files.
4209
4210 * gdb.ada/assign_1.exp
4211 * gdb.ada/boolean_expr.exp
4212 * gdb.base/arrayidx.exp
4213 * gdb.base/del.exp
4214 * gdb.base/gcore-buffer-overflow.exp
4215 * gdb.base/testenv.exp
4216 * gdb.compile/compile.exp
4217 * gdb.python/py-framefilter-invalidarg.exp
4218 * gdb.python/py-framefilter.exp
4219
bb95117e
LM
42202016-12-01 Luis Machado <lgustavo@codesourcery.com>
4221
4222 Fix test names starting with uppercase throughout the files.
4223
4224 * gdb.ada/array_return.exp
4225 * gdb.ada/expr_delims.exp
4226 * gdb.ada/mi_dyn_arr.exp
4227 * gdb.ada/mi_interface.exp
4228 * gdb.ada/mi_var_array.exp
4229 * gdb.ada/watch_arg.exp
4230 * gdb.arch/alpha-step.exp
4231 * gdb.arch/altivec-regs.exp
4232 * gdb.arch/e500-regs.exp
4233 * gdb.arch/powerpc-d128-regs.exp
4234 * gdb.base/arrayidx.exp
4235 * gdb.base/break.exp
4236 * gdb.base/checkpoint.exp
4237 * gdb.base/debug-expr.exp
4238 * gdb.base/dmsym.exp
4239 * gdb.base/radix.exp
4240 * gdb.base/sepdebug.exp
4241 * gdb.base/testenv.exp
4242 * gdb.base/watch_thread_num.exp
4243 * gdb.base/watchpoint-cond-gone.exp
4244 * gdb.cell/break.exp
4245 * gdb.cell/ea-cache.exp
4246 * gdb.compile/compile.exp
4247 * gdb.cp/gdb2495.exp
4248 * gdb.gdb/selftest.exp
4249 * gdb.gdb/xfullpath.exp
4250 * gdb.go/hello.exp
4251 * gdb.go/integers.exp
4252 * gdb.objc/basicclass.exp
4253 * gdb.pascal/hello.exp
4254 * gdb.pascal/integers.exp
4255 * gdb.python/py-breakpoint.exp
4256 * gdb.python/py-cmd.exp
4257 * gdb.python/py-linetable.exp
4258 * gdb.python/py-xmethods.exp
4259 * gdb.python/python.exp
4260 * gdb.reverse/consecutive-precsave.exp
4261 * gdb.reverse/finish-precsave.exp
4262 * gdb.reverse/i386-precsave.exp
4263 * gdb.reverse/machinestate-precsave.exp
4264 * gdb.reverse/sigall-precsave.exp
4265 * gdb.reverse/solib-precsave.exp
4266 * gdb.reverse/step-precsave.exp
4267 * gdb.reverse/until-precsave.exp
4268 * gdb.reverse/watch-precsave.exp
4269 * gdb.threads/leader-exit.exp
4270 * gdb.threads/pthreads.exp
4271 * gdb.threads/wp-replication.exp
4272 * gdb.trace/actions.exp
4273 * gdb.trace/mi-tsv-changed.exp
4274 * gdb.trace/tsv.exp
4275
de97fdd4
LM
42762016-12-01 Luis Machado <lgustavo@codesourcery.com>
4277
4278 Fix test names starting with uppercase throughout the files.
4279
4280 * gdb.arch/i386-bp_permanent.exp
4281 * gdb.arch/i386-gnu-cfi.exp
4282 * gdb.base/disasm-end-cu.exp
4283 * gdb.base/macscp.exp
4284 * gdb.base/pending.exp
4285 * gdb.base/watch_thread_num.exp
4286 * gdb.cp/exception.exp
4287 * gdb.cp/gdb2495.exp
4288 * gdb.cp/local.exp
4289 * gdb.python/py-evsignal.exp
4290 * gdb.python/python.exp
4291 * gdb.trace/tracecmd.exp
4292
9f058c10
LM
42932016-12-01 Luis Machado <lgustavo@codesourcery.com>
4294
4295 Fix test names starting with uppercase throughout the files.
4296
4297 * gdb.base/charset.exp
4298 * gdb.base/eval.exp
4299 * gdb.base/multi-forks.exp
4300 * gdb.guile/scm-progspace.exp
4301 * gdb.opencl/datatypes.exp
4302 * gdb.python/py-block.exp
4303 * gdb.python/py-function.exp
4304 * gdb.python/py-symbol.exp
4305 * gdb.python/py-symtab.exp
4306 * gdb.python/py-xmethods.exp
4307 * gdb.reverse/break-precsave.exp
4308 * gdb.reverse/break-reverse.exp
4309 * gdb.reverse/consecutive-precsave.exp
4310 * gdb.reverse/consecutive-reverse.exp
4311 * gdb.reverse/finish-precsave.exp
4312 * gdb.reverse/finish-reverse-bkpt.exp
4313 * gdb.reverse/finish-reverse.exp
4314 * gdb.reverse/fstatat-reverse.exp
4315 * gdb.reverse/getresuid-reverse.exp
4316 * gdb.reverse/i386-precsave.exp
4317 * gdb.reverse/i386-reverse.exp
4318 * gdb.reverse/i386-sse-reverse.exp
4319 * gdb.reverse/i387-stack-reverse.exp
4320 * gdb.reverse/insn-reverse.exp
4321 * gdb.reverse/machinestate-precsave.exp
4322 * gdb.reverse/machinestate.exp
4323 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4324 * gdb.reverse/pipe-reverse.exp
4325 * gdb.reverse/readv-reverse.exp
4326 * gdb.reverse/recvmsg-reverse.exp
4327 * gdb.reverse/rerun-prec.exp
4328 * gdb.reverse/s390-mvcle.exp
4329 * gdb.reverse/sigall-precsave.exp
4330 * gdb.reverse/sigall-reverse.exp
4331 * gdb.reverse/solib-precsave.exp
4332 * gdb.reverse/solib-reverse.exp
4333 * gdb.reverse/step-precsave.exp
4334 * gdb.reverse/step-reverse.exp
4335 * gdb.reverse/time-reverse.exp
4336 * gdb.reverse/until-precsave.exp
4337 * gdb.reverse/until-reverse.exp
4338 * gdb.reverse/waitpid-reverse.exp
4339 * gdb.reverse/watch-precsave.exp
4340 * gdb.reverse/watch-reverse.exp
4341
cdc7edd7
LM
43422016-12-01 Luis Machado <lgustavo@codesourcery.com>
4343
4344 Fix test names starting with uppercase throughout the files.
4345
4346 * gdb.arch/i386-mpx-simple_segv.exp
4347 * gdb.arch/i386-mpx.exp
4348 * gdb.arch/i386-permbkpt.exp
4349 * gdb.arch/pa-nullify.exp
4350 * gdb.arch/powerpc-d128-regs.exp
4351 * gdb.arch/vsx-regs.exp
4352 * gdb.base/bfp-test.exp
4353 * gdb.base/break.exp
4354 * gdb.base/breakpoint-shadow.exp
4355 * gdb.base/callfuncs.exp
4356 * gdb.base/charset.exp
4357 * gdb.base/commands.exp
4358 * gdb.base/completion.exp
4359 * gdb.base/dfp-test.exp
4360 * gdb.base/echo.exp
4361 * gdb.base/ending-run.exp
4362 * gdb.base/eval.exp
4363 * gdb.base/expand-psymtabs.exp
4364 * gdb.base/float128.exp
4365 * gdb.base/floatn.exp
4366 * gdb.base/foll-exec-mode.exp
4367 * gdb.base/gdb1056.exp
4368 * gdb.base/gdb11531.exp
4369 * gdb.base/kill-after-signal.exp
4370 * gdb.base/multi-forks.exp
4371 * gdb.base/overlays.exp
4372 * gdb.base/pending.exp
4373 * gdb.base/sepdebug.exp
4374 * gdb.base/testenv.exp
4375 * gdb.base/valgrind-db-attach.exp
4376 * gdb.base/watch_thread_num.exp
4377 * gdb.base/watchpoint-cond-gone.exp
4378 * gdb.base/watchpoint.exp
4379 * gdb.base/watchpoints.exp
4380 * gdb.cp/arg-reference.exp
4381 * gdb.cp/baseenum.exp
4382 * gdb.cp/operator.exp
4383 * gdb.cp/shadow.exp
4384 * gdb.dwarf2/dw2-op-out-param.exp
4385 * gdb.dwarf2/dw2-reg-undefined.exp
4386 * gdb.go/chan.exp
4387 * gdb.go/hello.exp
4388 * gdb.go/integers.exp
4389 * gdb.go/methods.exp
4390 * gdb.go/package.exp
4391 * gdb.guile/scm-parameter.exp
4392 * gdb.guile/scm-progspace.exp
4393 * gdb.guile/scm-value.exp
4394 * gdb.mi/mi-pending.exp
4395 * gdb.mi/user-selected-context-sync.exp
4396 * gdb.multi/multi-attach.exp
4397 * gdb.multi/tids.exp
4398 * gdb.opt/clobbered-registers-O2.exp
4399 * gdb.pascal/floats.exp
4400 * gdb.pascal/integers.exp
4401 * gdb.python/py-block.exp
4402 * gdb.python/py-events.exp
4403 * gdb.python/py-parameter.exp
4404 * gdb.python/py-symbol.exp
4405 * gdb.python/py-symtab.exp
4406 * gdb.python/py-type.exp
4407 * gdb.python/py-value.exp
4408 * gdb.python/py-xmethods.exp
4409 * gdb.python/python.exp
4410 * gdb.reverse/break-precsave.exp
4411 * gdb.reverse/consecutive-precsave.exp
4412 * gdb.reverse/finish-precsave.exp
4413 * gdb.reverse/i386-precsave.exp
4414 * gdb.reverse/machinestate-precsave.exp
4415 * gdb.reverse/sigall-precsave.exp
4416 * gdb.reverse/solib-precsave.exp
4417 * gdb.reverse/step-precsave.exp
4418 * gdb.reverse/until-precsave.exp
4419 * gdb.reverse/watch-precsave.exp
4420 * gdb.server/ext-attach.exp
4421 * gdb.server/ext-restart.exp
4422 * gdb.server/ext-run.exp
4423 * gdb.server/ext-wrapper.exp
4424 * gdb.stabs/gdb11479.exp
4425 * gdb.stabs/weird.exp
4426 * gdb.threads/attach-many-short-lived-threads.exp
4427 * gdb.threads/kill.exp
4428 * gdb.threads/watchpoint-fork.exp
4429
bc6c7af4
LM
44302016-12-01 Luis Machado <lgustavo@codesourcery.com>
4431
4432 Fix test names starting with uppercase throughout all the files below.
4433
4434 * gdb.ada/array_return.exp
4435 * gdb.ada/catch_ex.exp
4436 * gdb.ada/info_exc.exp
4437 * gdb.ada/mi_catch_ex.exp
4438 * gdb.ada/mi_dyn_arr.exp
4439 * gdb.ada/mi_ex_cond.exp
4440 * gdb.ada/mi_exc_info.exp
4441 * gdb.ada/mi_interface.exp
4442 * gdb.ada/mi_task_arg.exp
4443 * gdb.ada/mi_task_info.exp
4444 * gdb.ada/mi_var_array.exp
4445 * gdb.arch/alpha-step.exp
4446 * gdb.arch/amd64-disp-step.exp
4447 * gdb.arch/arm-disp-step.exp
4448 * gdb.arch/disp-step-insn-reloc.exp
4449 * gdb.arch/e500-prologue.exp
4450 * gdb.arch/ftrace-insn-reloc.exp
4451 * gdb.arch/gdb1558.exp
4452 * gdb.arch/i386-bp_permanent.exp
4453 * gdb.arch/i386-disp-step.exp
4454 * gdb.arch/i386-float.exp
4455 * gdb.arch/i386-gnu-cfi.exp
4456 * gdb.arch/ia64-breakpoint-shadow.exp
4457 * gdb.arch/mips16-thunks.exp
4458 * gdb.arch/pa-nullify.exp
4459 * gdb.arch/powerpc-aix-prologue.exp
4460 * gdb.arch/powerpc-power.exp
4461 * gdb.arch/ppc-dfp.exp
4462 * gdb.arch/s390-tdbregs.exp
4463 * gdb.arch/spu-info.exp
4464 * gdb.arch/spu-ls.exp
4465 * gdb.arch/thumb-bx-pc.exp
4466 * gdb.base/advance.exp
4467 * gdb.base/annota-input-while-running.exp
4468 * gdb.base/arrayidx.exp
4469 * gdb.base/asmlabel.exp
4470 * gdb.base/async.exp
4471 * gdb.base/attach-wait-input.exp
4472 * gdb.base/auto-connect-native-target.exp
4473 * gdb.base/batch-preserve-term-settings.exp
4474 * gdb.base/bfp-test.exp
4475 * gdb.base/bigcore.exp
4476 * gdb.base/bp-permanent.exp
4477 * gdb.base/break-always.exp
4478 * gdb.base/break-fun-addr.exp
4479 * gdb.base/break-idempotent.exp
4480 * gdb.base/break-main-file-remove-fail.exp
4481 * gdb.base/break-probes.exp
4482 * gdb.base/break-unload-file.exp
4483 * gdb.base/break.exp
4484 * gdb.base/call-ar-st.exp
4485 * gdb.base/call-rt-st.exp
4486 * gdb.base/call-sc.exp
4487 * gdb.base/call-signal-resume.exp
4488 * gdb.base/call-strs.exp
4489 * gdb.base/callexit.exp
4490 * gdb.base/callfuncs.exp
4491 * gdb.base/catch-gdb-caused-signals.exp
4492 * gdb.base/catch-signal-siginfo-cond.exp
4493 * gdb.base/catch-syscall.exp
4494 * gdb.base/compare-sections.exp
4495 * gdb.base/cond-eval-mode.exp
4496 * gdb.base/condbreak-call-false.exp
4497 * gdb.base/consecutive-step-over.exp
4498 * gdb.base/cursal.exp
4499 * gdb.base/disabled-location.exp
4500 * gdb.base/disasm-end-cu.exp
4501 * gdb.base/display.exp
4502 * gdb.base/double-prompt-target-event-error.exp
4503 * gdb.base/dprintf-bp-same-addr.exp
4504 * gdb.base/dprintf-detach.exp
4505 * gdb.base/dprintf-next.exp
4506 * gdb.base/dprintf-non-stop.exp
4507 * gdb.base/dprintf-pending.exp
4508 * gdb.base/dso2dso.exp
4509 * gdb.base/ending-run.exp
4510 * gdb.base/enum_cond.exp
4511 * gdb.base/examine-backward.exp
4512 * gdb.base/exe-lock.exp
4513 * gdb.base/exec-invalid-sysroot.exp
4514 * gdb.base/execl-update-breakpoints.exp
4515 * gdb.base/execution-termios.exp
4516 * gdb.base/fileio.exp
4517 * gdb.base/fixsection.exp
4518 * gdb.base/foll-exec-mode.exp
4519 * gdb.base/foll-exec.exp
4520 * gdb.base/fork-running-state.exp
4521 * gdb.base/frame-args.exp
4522 * gdb.base/fullpath-expand.exp
4523 * gdb.base/func-ptr.exp
4524 * gdb.base/gcore-relro-pie.exp
4525 * gdb.base/gdb1090.exp
4526 * gdb.base/gdb1555.exp
4527 * gdb.base/global-var-nested-by-dso.exp
4528 * gdb.base/gnu-ifunc.exp
4529 * gdb.base/hbreak-in-shr-unsupported.exp
4530 * gdb.base/hbreak-unmapped.exp
4531 * gdb.base/hook-stop.exp
4532 * gdb.base/infcall-input.exp
4533 * gdb.base/info-fun.exp
4534 * gdb.base/info-shared.exp
4535 * gdb.base/interrupt-noterm.exp
4536 * gdb.base/jit-so.exp
4537 * gdb.base/jit.exp
4538 * gdb.base/line-symtabs.exp
4539 * gdb.base/list.exp
4540 * gdb.base/longjmp.exp
4541 * gdb.base/macscp.exp
4542 * gdb.base/max-value-size.exp
4543 * gdb.base/nodebug.exp
4544 * gdb.base/nofield.exp
4545 * gdb.base/overlays.exp
4546 * gdb.base/paginate-after-ctrl-c-running.exp
4547 * gdb.base/paginate-bg-execution.exp
4548 * gdb.base/paginate-inferior-exit.exp
4549 * gdb.base/pending.exp
4550 * gdb.base/pr11022.exp
4551 * gdb.base/printcmds.exp
4552 * gdb.base/ptr-typedef.exp
4553 * gdb.base/ptype.exp
4554 * gdb.base/randomize.exp
4555 * gdb.base/range-stepping.exp
4556 * gdb.base/realname-expand.exp
4557 * gdb.base/relativedebug.exp
4558 * gdb.base/remote.exp
4559 * gdb.base/savedregs.exp
4560 * gdb.base/sepdebug.exp
4561 * gdb.base/set-noassign.exp
4562 * gdb.base/shlib-call.exp
4563 * gdb.base/shreloc.exp
4564 * gdb.base/sigaltstack.exp
4565 * gdb.base/sigbpt.exp
4566 * gdb.base/siginfo-addr.exp
4567 * gdb.base/siginfo-obj.exp
4568 * gdb.base/siginfo-thread.exp
4569 * gdb.base/signest.exp
4570 * gdb.base/signull.exp
4571 * gdb.base/sigrepeat.exp
4572 * gdb.base/skip.exp
4573 * gdb.base/so-impl-ld.exp
4574 * gdb.base/solib-corrupted.exp
4575 * gdb.base/solib-disc.exp
4576 * gdb.base/solib-display.exp
4577 * gdb.base/solib-overlap.exp
4578 * gdb.base/solib-search.exp
4579 * gdb.base/solib-symbol.exp
4580 * gdb.base/source-execution.exp
4581 * gdb.base/sss-bp-on-user-bp-2.exp
4582 * gdb.base/sss-bp-on-user-bp.exp
4583 * gdb.base/stack-checking.exp
4584 * gdb.base/stale-infcall.exp
4585 * gdb.base/step-break.exp
4586 * gdb.base/step-line.exp
4587 * gdb.base/step-over-exit.exp
4588 * gdb.base/step-test.exp
4589 * gdb.base/structs.exp
4590 * gdb.base/sym-file.exp
4591 * gdb.base/symtab-search-order.exp
4592 * gdb.base/term.exp
4593 * gdb.base/type-opaque.exp
4594 * gdb.base/unload.exp
4595 * gdb.base/until-nodebug.exp
4596 * gdb.base/until.exp
4597 * gdb.base/unwindonsignal.exp
4598 * gdb.base/watch-cond.exp
4599 * gdb.base/watch-non-mem.exp
4600 * gdb.base/watch_thread_num.exp
4601 * gdb.base/watchpoint-reuse-slot.exp
4602 * gdb.base/watchpoint-solib.exp
4603 * gdb.base/watchpoint.exp
4604 * gdb.btrace/dlopen.exp
4605 * gdb.cell/arch.exp
4606 * gdb.cell/break.exp
4607 * gdb.cell/bt.exp
4608 * gdb.cell/core.exp
4609 * gdb.cell/data.exp
4610 * gdb.cell/dwarfaddr.exp
4611 * gdb.cell/ea-cache.exp
4612 * gdb.cell/ea-standalone.exp
4613 * gdb.cell/ea-test.exp
4614 * gdb.cell/f-regs.exp
4615 * gdb.cell/fork.exp
4616 * gdb.cell/gcore.exp
4617 * gdb.cell/mem-access.exp
4618 * gdb.cell/ptype.exp
4619 * gdb.cell/registers.exp
4620 * gdb.cell/sizeof.exp
4621 * gdb.cell/solib-symbol.exp
4622 * gdb.cell/solib.exp
4623 * gdb.compile/compile-tls.exp
4624 * gdb.cp/exception.exp
4625 * gdb.cp/gdb2495.exp
4626 * gdb.cp/local.exp
4627 * gdb.cp/mb-inline.exp
4628 * gdb.cp/mb-templates.exp
4629 * gdb.cp/pr10687.exp
4630 * gdb.cp/pr9167.exp
4631 * gdb.cp/scope-err.exp
4632 * gdb.cp/templates.exp
4633 * gdb.cp/virtfunc.exp
4634 * gdb.dwarf2/dw2-dir-file-name.exp
4635 * gdb.dwarf2/dw2-single-line-discriminators.exp
4636 * gdb.fortran/complex.exp
4637 * gdb.fortran/library-module.exp
4638 * gdb.guile/guile.exp
4639 * gdb.guile/scm-cmd.exp
4640 * gdb.guile/scm-frame-inline.exp
4641 * gdb.guile/scm-objfile.exp
4642 * gdb.guile/scm-pretty-print.exp
4643 * gdb.guile/scm-symbol.exp
4644 * gdb.guile/scm-type.exp
4645 * gdb.guile/scm-value.exp
4646 * gdb.linespec/keywords.exp
4647 * gdb.linespec/ls-errs.exp
4648 * gdb.linespec/macro-relative.exp
4649 * gdb.linespec/thread.exp
4650 * gdb.mi/mi-breakpoint-changed.exp
4651 * gdb.mi/mi-dprintf-pending.exp
4652 * gdb.mi/mi-fullname-deleted.exp
4653 * gdb.mi/mi-logging.exp
4654 * gdb.mi/mi-pending.exp
4655 * gdb.mi/mi-solib.exp
4656 * gdb.mi/new-ui-mi-sync.exp
4657 * gdb.mi/user-selected-context-sync.exp
4658 * gdb.multi/dummy-frame-restore.exp
4659 * gdb.multi/multi-arch-exec.exp
4660 * gdb.multi/remove-inferiors.exp
4661 * gdb.multi/watchpoint-multi-exit.exp
4662 * gdb.opt/solib-intra-step.exp
4663 * gdb.perf/backtrace.exp
4664 * gdb.perf/single-step.exp
4665 * gdb.perf/skip-command.exp
4666 * gdb.perf/skip-prologue.exp
4667 * gdb.perf/solib.exp
4668 * gdb.python/lib-types.exp
4669 * gdb.python/py-as-string.exp
4670 * gdb.python/py-bad-printers.exp
4671 * gdb.python/py-block.exp
4672 * gdb.python/py-breakpoint.exp
4673 * gdb.python/py-cmd.exp
4674 * gdb.python/py-events.exp
4675 * gdb.python/py-evthreads.exp
4676 * gdb.python/py-finish-breakpoint.exp
4677 * gdb.python/py-finish-breakpoint2.exp
4678 * gdb.python/py-frame-inline.exp
4679 * gdb.python/py-frame.exp
4680 * gdb.python/py-inferior.exp
4681 * gdb.python/py-infthread.exp
4682 * gdb.python/py-mi.exp
4683 * gdb.python/py-objfile.exp
4684 * gdb.python/py-pp-maint.exp
4685 * gdb.python/py-pp-registration.exp
4686 * gdb.python/py-prettyprint.exp
4687 * gdb.python/py-recurse-unwind.exp
4688 * gdb.python/py-shared.exp
4689 * gdb.python/py-symbol.exp
4690 * gdb.python/py-symtab.exp
4691 * gdb.python/py-template.exp
4692 * gdb.python/py-type.exp
4693 * gdb.python/py-unwind-maint.exp
4694 * gdb.python/py-unwind.exp
4695 * gdb.python/py-value.exp
4696 * gdb.python/python.exp
4697 * gdb.reverse/finish-reverse-bkpt.exp
4698 * gdb.reverse/insn-reverse.exp
4699 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4700 * gdb.reverse/solib-precsave.exp
4701 * gdb.reverse/solib-reverse.exp
4702 * gdb.stabs/gdb11479.exp
4703 * gdb.stabs/weird.exp
4704 * gdb.threads/fork-child-threads.exp
4705 * gdb.threads/fork-plus-threads.exp
4706 * gdb.threads/fork-thread-pending.exp
4707 * gdb.threads/forking-threads-plus-breakpoint.exp
4708 * gdb.threads/hand-call-in-threads.exp
4709 * gdb.threads/interrupted-hand-call.exp
4710 * gdb.threads/linux-dp.exp
4711 * gdb.threads/local-watch-wrong-thread.exp
4712 * gdb.threads/next-while-other-thread-longjmps.exp
4713 * gdb.threads/non-ldr-exit.exp
4714 * gdb.threads/pending-step.exp
4715 * gdb.threads/print-threads.exp
4716 * gdb.threads/process-dies-while-detaching.exp
4717 * gdb.threads/process-dies-while-handling-bp.exp
4718 * gdb.threads/pthreads.exp
4719 * gdb.threads/queue-signal.exp
4720 * gdb.threads/reconnect-signal.exp
4721 * gdb.threads/signal-command-handle-nopass.exp
4722 * gdb.threads/signal-command-multiple-signals-pending.exp
4723 * gdb.threads/signal-delivered-right-thread.exp
4724 * gdb.threads/signal-sigtrap.exp
4725 * gdb.threads/sigthread.exp
4726 * gdb.threads/staticthreads.exp
4727 * gdb.threads/stepi-random-signal.exp
4728 * gdb.threads/thread-unwindonsignal.exp
4729 * gdb.threads/thread_check.exp
4730 * gdb.threads/thread_events.exp
4731 * gdb.threads/tid-reuse.exp
4732 * gdb.threads/tls-nodebug.exp
4733 * gdb.threads/tls-shared.exp
4734 * gdb.threads/tls-so_extern.exp
4735 * gdb.threads/tls.exp
4736 * gdb.threads/wp-replication.exp
4737 * gdb.trace/actions-changed.exp
4738 * gdb.trace/actions.exp
4739 * gdb.trace/backtrace.exp
4740 * gdb.trace/change-loc.exp
4741 * gdb.trace/collection.exp
4742 * gdb.trace/deltrace.exp
4743 * gdb.trace/disconnected-tracing.exp
4744 * gdb.trace/entry-values.exp
4745 * gdb.trace/ftrace-lock.exp
4746 * gdb.trace/ftrace.exp
4747 * gdb.trace/infotrace.exp
4748 * gdb.trace/mi-trace-frame-collected.exp
4749 * gdb.trace/mi-trace-unavailable.exp
4750 * gdb.trace/mi-traceframe-changed.exp
4751 * gdb.trace/mi-tracepoint-changed.exp
4752 * gdb.trace/mi-tsv-changed.exp
4753 * gdb.trace/no-attach-trace.exp
4754 * gdb.trace/packetlen.exp
4755 * gdb.trace/passc-dyn.exp
4756 * gdb.trace/passcount.exp
4757 * gdb.trace/pending.exp
4758 * gdb.trace/pr16508.exp
4759 * gdb.trace/qtro.exp
4760 * gdb.trace/range-stepping.exp
4761 * gdb.trace/read-memory.exp
4762 * gdb.trace/report.exp
4763 * gdb.trace/save-trace.exp
4764 * gdb.trace/signal.exp
4765 * gdb.trace/stap-trace.exp
4766 * gdb.trace/status-stop.exp
4767 * gdb.trace/strace.exp
4768 * gdb.trace/tfile.exp
4769 * gdb.trace/tfind.exp
4770 * gdb.trace/trace-break.exp
4771 * gdb.trace/trace-condition.exp
4772 * gdb.trace/trace-enable-disable.exp
4773 * gdb.trace/trace-mt.exp
4774 * gdb.trace/tracecmd.exp
4775 * gdb.trace/tracefile-pseudo-reg.exp
4776 * gdb.trace/tspeed.exp
4777 * gdb.trace/tstatus.exp
4778 * gdb.trace/tsv.exp
4779 * gdb.trace/unavailable.exp
4780 * gdb.trace/while-dyn.exp
4781 * gdb.trace/while-stepping.exp
4782 * lib/gdb-guile.exp
4783 * lib/gdb.exp
4784 * lib/mi-support.exp
4785 * lib/pascal.exp
4786 * lib/perftest.exp
4787 * lib/prelink-support.exp
4788 * lib/selftest-support.exp
4789
ad02e4fe
SM
47902016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4791
4792 * Makefile.in: Include disable-implicit-rules.mk.
4793
22347e55
AA
47942016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4795
4796 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4797 non-byte-aligned bit fields.
4798
da5b30da
AA
47992016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4800
4801 PR gdb/12616
4802 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4803 respects the DW_AT_data_bit_offset attribute.
4804
b593ecca
SM
48052016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4806
4807 * gdb.base/default.exp: Fix output of "set language".
4808
3b165252
SM
48092016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4810
4811 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4812 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4813 make.
4814 * configure.ac: Remove checks for the make program.
4815 * configure: Re-generate.
4816
1a2f3d7f
KB
48172016-11-16 Kevin Buettner <kevinb@redhat.com>
4818
4819 * gdb.python/py-recurse-unwind.c (main): Add loop.
4820 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4821 to read_register() and gdb.parse_and_eval(). Make each code
4822 call a separate case that can be individually tested.
4823 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4824 proc. Call cont_and_backtrace for each of the code paths that
4825 we want to test in the unwinder.
4826
b7f38fda
AA
48272016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4828
4829 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4830 the definition of struct S.
4831
1f8db343
CM
48322016-11-11 Catherine Moore <clm@codesourcery.com>
4833
4834 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4835
fad0c9fb
PA
48362016-11-09 Pedro Alves <palves@redhat.com>
4837
4838 * gdb.base/commands.exp (runto_or_return): New procedure.
4839 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4840 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4841 (progvar_simple_while_test, progvar_complex_if_while_test)
4842 (if_while_breakpoint_command_test)
4843 (infrun_breakpoint_command_test, breakpoint_command_test)
4844 (user_defined_command_test, watchpoint_command_test)
4845 (test_command_prompt_position, redefine_hook_test)
4846 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4847 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4848 multi_line_input and multi_line. Remove gdb_expect and
4849 gdb_stop_suppressing_tests uses.
4850 * lib/gdb.exp (valnum_re): New global.
4851 (multi_line_input): New procedure.
4852
8354c62c
SM
48532016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4854
4855 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4856 Remove.
4857 (test_setup): Define with proc_with_prefix.
4858 (test_cli_inferior): Likewise.
4859 (test_cli_thread): Likewise.
4860 (test_cli_frame): Likewise.
4861 (test_cli_select_frame): Likewise.
4862 (test_cli_up_down): Likewise.
4863 (test_mi_thread_select): Likewise.
4864 (test_mi_stack_select_frame): Likewise.
4865 (test_cli_in_mi_inferior): Likewise.
4866 (test_cli_in_mi_thread): Likewise.
4867 (test_cli_in_mi_frame): Likewise.
4868 (top level): Do not use with_test_prefix_procname.
4869
64f367a2
PA
48702016-11-09 Pedro Alves <palves@redhat.com>
4871
4872 * gdb.base/commands.exp (gdbvar_simple_if_test)
4873 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4874 (progvar_simple_if_test, progvar_simple_while_test)
4875 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4876 (infrun_breakpoint_command_test, breakpoint_command_test)
4877 (user_defined_command_test, watchpoint_command_test)
4878 (test_command_prompt_position, deprecated_command_test)
4879 (bp_deleted_in_command, temporary_breakpoint_commands)
4880 (stray_arg0_test, source_file_with_indented_comment)
4881 (recursive_source_test, if_commands_test)
4882 (error_clears_commands_left, redefine_hook_test)
4883 (redefine_backtrace_test): Use proc_with_prefix.
4884 * lib/gdb.exp (proc_with_prefix): New proc.
4885
0bb65f1e
AA
48862016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4887
4888 * gdb.base/tui-layout.c: New file.
4889 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4890 disassembly window contains very long lines.
4891
7353f247
TT
48922016-11-08 Tom Tromey <tom@tromey.com>
4893
4894 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4895 depend on Python 2.
4896
30a7bb83
TT
48972016-11-08 Tom Tromey <tom@tromey.com>
4898
4899 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4900 New method.
4901
cdf5a07c
MG
49022016-10-29 Manish Goregaokar <manish@mozilla.com>
4903
2806dc7e 4904 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 4905
51a789c3
MG
49062016-10-27 Manish Goregaokar <manish@mozilla.com>
4907
2806dc7e
PA
4908 * gdb.rust/simple.rs: Add test for univariant enums without
4909 discriminants and for encoded struct-like enums.
51a789c3 4910
f610ab6d
PA
49112016-10-28 Pedro Alves <palves@redhat.com>
4912
4913 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4914 gdb_test_multiple, tighten regexps and match symtabs and line
4915 tables incrementally.
4916
b129b0ca
LM
49172016-10-28 Luis Machado <lgustavo@codesourcery.com>
4918
4919 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4920 general.
4921
ecf45d2c
SL
49222016-10-25 Luis Machado <lgustavo@codesourcery.com>
4923
4924 * gdb.base/exec-invalid-sysroot.exp: New file.
4925
b8d38ee4
JK
49262016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4927
4928 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4929
f90fd8c2
JK
49302016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4931
4932 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4933
2d2476aa
MR
49342016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4935
2806dc7e
PA
4936 * gdb.base/killed-outside.exp: Remove $options from a call to
4937 `prepare_for_testing'.
2d2476aa 4938
e42b25a0
SM
49392016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4940
4941 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4942 Change test message.
4943
3ccdb432
SM
49442016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4945
4946 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4947 Update comment.
4948
5bad3170
SM
49492016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4950
4951 * gdb.trace/mi-trace-save.exp: New file.
4952
5ad9dba7
YQ
49532016-10-13 Yao Qi <yao.qi@linaro.org>
4954
4955 * gdb.base/code_elim.exp (get_var_address): Remove.
4956 * gdb.base/relocate.exp: Likewise.
4957 * gdb.base/shreloc.exp: Likewise.
4958 * lib/gdb.exp (get_var_address): New.
4959
62df7e21
YQ
49602016-10-13 Yao Qi <yao.qi@linaro.org>
4961
4962 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4963 floating point tests if $skip_float_test is false.
4964
4dac951e
LM
49652016-10-12 Luis Machado <lgustavo@codesourcery.com>
4966
4967 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4968 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4969 argc values.
4970 Add 1 to argc so we guarantee distinct initial/modified argc values.
4971
8f1a8fc4
JK
49722016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4973
4974 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4975
16c85b5d
JK
49762016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4977
4978 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4979 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4980 * gdb.arch/vsx-regs.exp: Likewise.
4981
1d0e042a
YQ
49822016-10-07 Yao Qi <yao.qi@linaro.org>
4983
4984 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4985
68dadef5
MM
49862016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4987
4988 * gdb.python/python.exp: Test decode_line("*0").
4989
33fa2c6e
DE
49902016-10-06 Doug Evans <dje@google.com>
4991
4992 * gdb.python/py-value.exp (test_value_creation): Add test for large
4993 unsigned 64-bit value.
4994
9c37b5ae
TT
49952016-10-06 Tom Tromey <tom@tromey.com>
4996
4997 * gdb.compile/compile.exp: Change java tests to rust.
4998 * gdb.base/setshow.exp: Change java tests to rust.
4999 * gdb.base/default.exp: Remove java from language list.
5000 * README (Examples): Update language example.
5001 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5002 test.
5003 * lib/gdb.exp (skip_java_tests): Remove.
5004 * lib/java.exp: Remove.
5005 * gdb.java: Remove.
5006
78b86327
MR
50072016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5008
5009 * gdb.arch/mips-fcr.exp: New test.
5010 * gdb.arch/mips-fcr.c: Source for the new test.
5011
7470adbb
MR
50122016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5013
5014 * gdb.base/solib-disc.exp: Use `standard_output_file'
5015 throughout.
5016
4a556533
PA
50172016-10-06 Pedro Alves <palves@redhat.com>
5018
5019 * gdb.base/jit-simple-dl.c: New file.
5020 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5021 * gdb.base/jit-simple.c: ... this.
5022 * gdb.base/jit-simple.exp (jit_run): Delete.
5023 (build_jit): New proc.
5024 (jit_test_reread): Recompile either the main program or the shared
5025 library, depending on what is being tested. Skip changing address
5026 if caller wants to. Compare before/after addresses. If testing
5027 standalone, explicitly load the binary. Test "maint info
5028 breakpoints".
5029 (top level): Add "standalone vs shared lib" and "change address"
5030 vs "same address" axes.
5031
5a122fbc
PA
50322016-10-06 Pedro Alves <palves@redhat.com>
5033
5034 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5035 call.
5036 (jit_run): Delete.
5037 (jit_test_reread): Use with_test_prefix. Reload the main binary
5038 explicitly. Compare the before/after addresses of the JIT
5039 descriptor.
5040
ee8da4b8
DE
50412016-08-15 Doug Evans <dje@google.com>
5042
5043 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5044 for single bitfields is bool.
5045 * gdb.xml/tdesc-regs.exp: Ditto.
5046
f389f6fe
JK
50472016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5048
5049 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5050
fdebf1a4
YQ
50512016-10-05 Yao Qi <yao.qi@linaro.org>
5052
5053 * lib/gdb.exp (support_complex_tests): Return zero if
5054 gdb_skip_float_test return true.
5055
9c36d954 50562016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5057 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
5058
5059 PR gdb/20487
5060 * gdb.mi/user-selected-context-sync.exp: New file.
5061 * gdb.mi/user-selected-context-sync.c: New file.
5062
4034d0ff 50632016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5064 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
5065
5066 PR gdb/20487
5067 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5068 =thread-select-event check.
5069
a4297203
PB
50702016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5071
5072 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5073 the compulsory L operand changes.
5074 * gdb.arch/powerpc-power.s: Likewise.
5075
bb805577
JK
50762016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5077
5078 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5079 * gdb.base/jit-attach-pie.c: New file.
5080 * gdb.base/jit-attach-pie.exp: New file.
5081
6d61dee5
PA
50822016-09-28 Pedro Alves <palves@redhat.com>
5083
5084 * gdb.base/infcall-input.c: New file.
5085 * gdb.base/infcall-input.exp: New file.
5086
f73842fc
YQ
50872016-09-22 Yao Qi <yao.qi@linaro.org>
5088
5089 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5090 (gdb_exit): Rename it to ...
5091 (gdbserver_gdb_exit): ... Close GDBserver.
5092 (gdb_exit): New proc, call gdbserver_gdb_exit.
5093 (mi_gdb_exit): Likewise.
5094
90681dab
YQ
50952016-09-22 Yao Qi <yao.qi@linaro.org>
5096
5097 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5098 path.
5099 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5100 Remove duplication.
5101
9c211fd8
YQ
51022016-09-22 Yao Qi <yao.qi@linaro.org>
5103
5104 * lib/gdbserver-support.exp: Check the existence of
5105 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5106
ad0a504f
AK
51072016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5108
5109 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5110
36cf1806
TT
51112016-09-21 Tom Tromey <tom@tromey.com>
5112
5113 PR gdb/20604:
5114 * gdb.base/quit.exp: New file.
5115
74172ecf
SM
51162016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5117
5118 * .gitignore: New file.
5119
3d0ec882
MR
51202016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5121
5122 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5123 throughout.
5124
8193adea
AA
51252016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5126
5127 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5128
d41a5c09
JK
51292016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5130
5131 * gdb.cp/casts.cc (decltype): Move it ...
5132 (main): ... with its call to ...
5133 * gdb.cp/casts03.cc: ... a new file.
5134 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5135
d2dfe700
JK
51362016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5137
5138 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5139
e2a92b16
PB
51402016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5141
5142 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5143 and sync up the test with tests in gas/testsuite/gas/ppc.
5144 * gdb.arch/powerpc-power.exp: Likewise.
5145
49b4de64
JK
51462016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5147
5148 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5149
2c29df25
SDJ
51502016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5151 Jan Kratochvil <jan.kratochvil@redhat.com>
5152
5153 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5154 make m1's definition to be different from m2's. Use 'dummy' as an
5155 argument for probe 'two'.
5156
cc3c2846
JB
51572016-09-10 Jon Beniston <jon@beniston.com>
5158
5159 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5160 for sim target.
5161
e1b2624a
AA
51622016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5163
5164 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5165 variable declaration.
5166 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5167 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5168 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5169 received HWCAP as its argument.
5170
4295e285
PA
51712016-09-06 Pedro Alves <palves@redhat.com>
5172
5173 * gdb.base/new-ui-pending-input.c: New file.
5174 * gdb.base/new-ui-pending-input.exp: New file.
5175 * gdb.exp (clear_gdb_spawn_id): New procedure.
5176 (with_spawn_id): Check whether gdb_spawn_id exists before
5177 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5178 on exit.
5179
00d5215e
UW
51802016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5181
5182 * gdb.base/float128.c: New file.
5183 * gdb.base/float128.exp: Likewise.
5184 * gdb.base/floatn.c: Likewise.
5185 * gdb.base/floatn.exp: Likewise.
5186
a9ff5f12
UW
51872016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5188
5189 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5190
f245535c
PA
51912016-09-05 Pedro Alves <palves@redhat.com>
5192
5193 PR backtrace/19927
5194 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5195 unwinders are immediately called as side effect of "source" or
5196 "disable unwinder" commands.
5197 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5198
ae9cf263
YQ
51992016-09-02 Yao Qi <yao.qi@linaro.org>
5200
5201 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5202 is true and $type is "float" or "double".
5203
27aba047
YQ
52042016-09-02 Yao Qi <yao.qi@linaro.org>
5205
5206 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5207 true.
5208 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5209 * gdb.base/call-rt-st.exp: Likewise.
5210 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5211 return value instead of gdb,skip_float_test.
5212 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5213 (do_function_calls): Use its return value instead of
5214 gdb,skip_float_test.
5215 * gdb.base/finish.exp: Likewise.
5216 * gdb.base/funcargs.exp: Likewise.
5217 * gdb.base/return.exp: Likewise.
5218 * gdb.base/return2.exp: Likewise.
5219 * gdb.base/varargs.exp: Likewise.
5220 * lib/gdb.exp (gdb_skip_float_test): Change it to
5221 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5222
5af962df
AA
52232016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5224
5225 * gdb.multi/tids.exp: Test "thread apply all".
5226
7fac6910
JK
52272016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5228
5229 * gdb.base/default.exp (tty): Remove.
5230
bb1fe4ac
KB
52312016-08-24 Kevin Buettner <kevinb@redhat.com>
5232
2806dc7e
PA
5233 * gdb.python/py-recurse-unwind.c: New file.
5234 * gdb.python/py-recurse-unwind.py: New file.
5235 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5236
0a1ddfa6
SM
52372016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5238
5239 * gdb.base/set-inferior-tty.exp: New file.
5240 * gdb.base/set-inferior-tty.c: New file.
5241
d9de1fe3
PA
52422016-08-23 Pedro Alves <palves@redhat.com>
5243
5244 PR gdb/20494
5245 * gdb.base/new-ui-echo.c: New file.
5246 * gdb.base/new-ui-echo.exp: New file.
5247
e9d9abd7
YQ
52482016-08-23 Yao Qi <yao.qi@linaro.org>
5249
5250 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5251 gdbserver_spawn.
5252 * gdb.server/connect-without-multi-process.exp (do_test):
5253 Likewise.
5254
3589529e
YQ
52552016-08-23 Yao Qi <yao.qi@linaro.org>
5256
5257 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5258 standalone_txt. Delete gdb_txt and standalone_txt on host
5259 and target. Spawn the binary on target. Copy files from
5260 target to host.
5261
6bb90213
PA
52622016-08-22 Pedro Alves <palves@redhat.com>
5263
5264 PR gdb/20505
5265 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5266 with_test_prefix. Factor out bits to ...
5267 (test_no_vdso): ... this new procedure.
5268
20c2c024
CL
52692016-08-19 Carl Love <cel@us.ibm.com>
5270
5271 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5272 maintaining separate logic for constructing the output path.
5273 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5274 * gdb.arch/ppc-dfp.exp: Likewise.
5275 * gdb.arch/ppc-fp.exp: Likewise.
5276 * gdb.arch/vsx-regs.exp: Likewise.
5277 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5278 binprefix for generating the additional binary files.
5279
0646e07d
PA
52802016-08-19 Pedro Alves <palves@redhat.com>
5281
5282 * gdb.trace/mi-trace-frame-collected.exp
5283 (test_trace_frame_collected): On x32, expect two registers.
5284
46da9242
CL
52852016-08-18 Carl Love <cel@us.ibm.com>
5286
5287 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5288 and sync up the test with tests in gas/testsuite/gas/ppc.
5289 * gdb.arch/powerpc-power.exp: Likewise.
5290
eb2332d7
SM
52912016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5292
5293 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5294 expected error message.
5295
63c61e04
SM
52962016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5297
5298 * gdb.multi/remove-inferiors.exp: New file.
5299 * gdb.multi/remove-inferiors.c: New file.
5300
7b17065f
YQ
53012016-08-12 Yao Qi <yao.qi@linaro.org>
5302
5303 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5304 argument list.
5305
01d3dedf
PA
53062016-08-10 Pedro Alves <palves@redhat.com>
5307
5308 PR gdb/19187
5309 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5310 setup_kfails.
5311
3eb7562a
PA
53122016-08-09 Pedro Alves <palves@redhat.com>
5313 Simon Marchi <simon.marchi@ericsson.com>
5314
5315 PR gdb/20418
5316 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5317 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5318
80614914
PA
53192016-08-09 Pedro Alves <palves@redhat.com>
5320
5321 PR mi/20431
5322 * gdb.mi/mi-cmd-error.exp: New file.
5323
f348d89a
PA
53242016-08-09 Pedro Alves <palves@redhat.com>
5325
5326 PR gdb/18653
5327 * gdb.base/signals-state-child.c: New file.
5328 * gdb.base/signals-state-child.exp: New file.
5329 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5330
e5ca03b4
PA
53312016-08-09 Pedro Alves <palves@redhat.com>
5332
5333 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5334
282a0691
TT
53352016-08-03 Tom Tromey <tom@tromey.com>
5336
5337 PR python/18565:
5338 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5339
41bfcd63
YQ
53402016-08-01 Yao Qi <yao.qi@linaro.org>
5341
5342 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5343 variable mode to "multi-process" if $multi_process is 1, otherwise
5344 set it to "single-process".
5345
e3465b24
YQ
53462016-08-01 Yao Qi <yao.qi@linaro.org>
5347
5348 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5349 * gdb.cp/cpexprs.exp: Likewise.
5350 * gdb.cp/m-static.exp: Likewise.
5351
0b31a4bc
TT
53522016-07-26 Tom Tromey <tom@tromey.com>
5353
5354 PR python/20190:
5355 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5356 test.
5357
e0461dbb
MM
53582016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5359
5360 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5361 selecting assembly source files.
5362 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5363 assembly source files.
5364 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5365 assembly source files.
5366 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5367 selecting assembly source files.
5368
8194e927
SM
53692016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5370
5371 * gdb.base/new-ui.exp (do_test_invalid_args): New
5372 procedure.
5373
c0272db5
TW
53742016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5375
5376 * gdb.btrace/reconnect.c: New file.
5377 * gdb.btrace/reconnect.exp: New file.
5378
e3487908
GKB
53792016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5380
5381 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5382 to test_catch_syscall_group.
5383 (test_catch_syscall_group): New.
5384
12df5c00
TT
53852016-07-21 Tom Tromey <tom@tromey.com>
5386
5387 * gdb.rust/simple.rs (main): Use empty struct expression.
5388 * gdb.rust/simple.exp: Add tests for empty struct expression.
5389
bae62ee2
YQ
53902016-07-21 Yao Qi <yao.qi@linaro.org>
5391
5392 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5393 if gdb_skip_xml_test is true on some targets.
5394
b1b53fb3
YQ
53952016-07-21 Yao Qi <yao.qi@linaro.org>
5396
5397 * gdb.server/solib-list.exp: Unset last_loaded_file.
5398
027d97f8
JK
53992016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5400
5401 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5402 "step into captured_main (args)".
5403
7674d381
JK
54042016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5405
5406 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5407
72b5d099
JK
54082016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5409
5410 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5411
1f960ced
PA
54122016-07-19 Pedro Alves <palves@redhat.com>
5413
5414 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5415 * gdb.opt/inline-bt.exp: Likewise.
5416 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5417 additional_flags=-Winline.
5418 * gdb.opt/inline-locals.exp: Likewise.
5419 * gdb.opt/inline-markers.c (ATTR): Define.
5420 (inlined_fn): Use it.
5421
f25827c1
YQ
54222016-07-19 Yao Qi <yao.qi@linaro.org>
5423
5424 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5425 (test_with_self): Remove some code. Remove argument executable.
5426 (top-level): Use do_self_tests.
5427
37539ebe
DB
54282016-07-15 Zachary Welch <zwelch@codesourcery.com>
5429 Don Breazeal <donb@codesourcery.com>
5430
5431 * gdb.base/maint.exp: Escape paths used in regular expressions.
5432 * gdb.stabs/weird.exp: Likewise.
5433
dac790e1
TT
54342016-07-13 Tom Tromey <tom@tromey.com>
5435
5436 PR python/15620, PR python/18620:
5437 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5438 (test_bkpt_events): New procs.
5439
93daf339
TT
54402016-07-13 Tom Tromey <tom@tromey.com>
5441
5442 PR python/17698:
5443 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5444 test.
5445 (test_watchpoints): Likewise.
5446 (test_bkpt_pending): New proc.
5447
6571a381
TT
54482016-07-13 Tom Tromey <tom@tromey.com>
5449
5450 PR cli/18053:
5451 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5452 completion test.
5453
e8732474
JK
54542016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5455
5456 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5457 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5458 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5459 f_label.
5460 (g): Rename g_end_lbl to g_label.
5461 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5462 low_pc and high_pc.
5463 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5464
e0f3fd7c
TT
54652016-07-12 Tom Tromey <tom@tromey.com>
5466
5467 PR python/19293:
5468 * gdb.python/py-unwind-maint.exp: Update tests.
5469
3cfe46b6
YQ
54702016-07-12 Yao Qi <yao.qi@linaro.org>
5471
5472 * lib/selftest-support.exp (selftest_setup): Match the output
5473 when captured_main is inlined.
5474
4f19a0e6
WT
54752016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5476
5477 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5478 New variables.
5479 (print this%a, print this%b, print this): New tests.
5480 * gdb.fortran/derived-types.f90 (this): New object and
5481 initialization.
5482
986cf455
SM
54832016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5484
5485 * gdb.ada/arraydim.exp: Remove extra directory level in build
5486 directory.
5487
f0464b23
SM
54882016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5489
5490 * lib/ada.exp: Remove extra directory level in build directory.
5491 * gdb.ada/cond_lang.exp: Likewise.
5492 * gdb.ada/exec_changed.exp: Likewise.
5493 * gdb.ada/lang_switch.exp: Likewise.
5494
42d94011
MG
54952016-07-06 Manish Goregaokar <manish@mozilla.com>
5496
2806dc7e
PA
5497 * simple.rs: Add test for raw pointer subscripting.
5498 * simple.exp: Add test expectations.
42d94011 5499
647c264c
YQ
55002016-07-05 Yao Qi <yao.qi@linaro.org>
5501
5502 * gdb.mi/mi-reverse.exp: Match =record-started output.
5503
20aa2c60
PA
55042016-07-01 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5507 procedure.
5508 (jit_reader_test): Test the jit reader's unwinder.
5509 * gdb.base/jithost.c (jit_function_00_code): New global.
5510 (main): Use memcpy to fill in the mmapped code, instead of poking
5511 bytes manually here.
5512 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5513 value.
5514 (read_debug_info): Save the function's range.
5515 (read_sp): New function.
5516 (unwind_frame): Use it. Also unwind RBP.
5517 (get_frame_id): Use read_sp.
5518 (gdb_init_reader): Use calloc instead of malloc.
5519 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5520 parameter. Use gdb_test_multiple.
5521
ced2dffb
PA
55222016-07-01 Pedro Alves <palves@redhat.com>
5523 Antoine Tremblay <antoine.tremblay@ericsson.com>
5524
5525 * gdb.threads/process-dies-while-detaching.c: New file.
5526 * gdb.threads/process-dies-while-detaching.exp: New file.
5527
63000888
PA
55282016-07-01 Pedro Alves <palves@redhat.com>
5529
5530 * gdb.multi/watchpoint-multi-exit.c: New file.
5531 * gdb.multi/watchpoint-multi-exit.exp: New file.
5532
038d4868
PA
55332016-06-30 Pedro Alves <palves@redhat.com>
5534
5535 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5536 unset inferior_spawn_id.
5537
994e9c83
PA
55382016-06-30 Pedro Alves <palves@redhat.com>
5539
5540 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5541 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5542
e5653468
YQ
55432016-06-29 Yao Qi <yao.qi@linaro.org>
5544
5545 * gdb.base/return.c: Add copyright header.
5546
803b47e5
TT
55472016-06-29 Tom Tromey <tom@tromey.com>
5548
5549 PR python/20129:
5550 * gdb.python/py-framefilter.exp: Add tests for setting priority
5551 and disabling of non-existent frame filter.
5552
28244707
YQ
55532016-06-29 Yao Qi <yao.qi@linaro.org>
5554
5555 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5556 0x0f07ff.
5557
a31d2f06
YQ
55582016-06-28 Yao Qi <yao.qi@linaro.org>
5559
5560 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5561 triplets. Start gdb, execute catch syscall, and continue. Check
5562 gdb's output to determine catch syscall is supported.
5563
921d8f54
MG
55642016-06-27 Manish Goregaokar <manish@mozilla.com>
5565
25d49b86
PA
5566 * gdb.rust/simple.rs: Add test for returning unit in a function.
5567 * gdb.rust/simple.exp: Add expectation for functions returning
5568 unit.
921d8f54 5569
f4952523
PMR
55702016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5571
5572 * gdb.python/py-breakpoint-create-fail.c,
5573 gdb.python/py-breakpoint-create-fail.exp,
5574 gdb.python/py-breakpoint-create-fail.py: New testcase.
5575
fccb08f8
MG
55762016-06-25 Manish Goregaokar <manish@mozilla.com>
5577
5578 PR gdb/20239
5579 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
5580 * gdb.rust/simple.exp: Add test expectations for new NonZero
5581 tests.
fccb08f8 5582
6b850546
DT
55832016-06-24 David Taylor <dtaylor@emc.com>
5584
5585 * gdb.base/offsets.exp: New file.
5586 * gdb.base/offsets.c: New file.
5587
17621150
TT
55882016-06-23 Tom Tromey <tom@tromey.com>
5589
5590 PR gdb/16483:
5591 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5592 before any filters are loaded.
5593
04d59df6
WT
55942016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5595
5596 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5597 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5598 structs.
5599 * gdb.fortran/derived-type-function.exp: New file.
5600 * gdb.fortran/derived-type-function.f90: New file.
5601
5602
ac69f786
PA
56032016-06-21 Pedro Alves <palves@redhat.com>
5604
5605 * gdb.base/new-ui.exp: New file.
5606 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5607 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5608 (with_spawn_id): New procedure.
5609
49940788
PA
56102016-06-21 Pedro Alves <palves@redhat.com>
5611
5612 * gdb.mi/mi-exec-run.exp: New file.
5613
ef274d26
PA
56142016-06-21 Pedro Alves <palves@redhat.com>
5615
5616 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5617 breakpoint command's output on the main UI.
5618 (test_break): New procedure, factored out from calls in the top
5619 level.
5620 (top level): Use foreach_with_prefix to test MI as main UI and as
5621 separate UI.
5622
468afe6c
PA
56232016-06-21 Pedro Alves <palves@redhat.com>
5624
5625 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5626 (test_awatch_creation_and_listing)
5627 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5628 Remove 'type' parameter.
5629 (test_watchpoint_all): New parameter mi_mode. Remove
5630 with_test_prefix.
5631 (top level): Use foreach_with_prefix, and add main/separate UI MI
5632 testing axis.
5633
51f77c37
PA
56342016-06-21 Pedro Alves <palves@redhat.com>
5635
5636 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5637 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5638 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5639 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5640 (gdb_main_spawn_id, mi_spawn_id): Declare and
5641 comment.
5642 (mi_create_inferior_pty): New procedure,
5643 factored out from default_mi_gdb_start.
5644 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5645 procedures.
5646 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5647 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5648 Use mi_create_inferior_pty.
5649 (mi_gdb_start): Use eval to pass down args list.
5650
8980e177
PA
56512016-06-21 Pedro Alves <palves@redhat.com>
5652
5653 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5654 * gdb.opt/inline-cmds.exp: Add MI tests.
5655
f38d3ad1
PA
56562016-06-21 Pedro Alves <palves@redhat.com>
5657
5658 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5659
45db7c09
PA
56602016-06-21 Pedro Alves <palves@redhat.com>
5661
5662 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5663 (top level): Use it instead of mi_execute_to.
5664
5a069ab3
PA
56652016-06-21 Pedro Alves <palves@redhat.com>
5666
5667 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5668 (cont_handler_str): New.
5669 (signal_stop_handler): Set stop_handler_str instead of printing to
5670 stdout.
5671 (continue_handler): Set cont_handler_str instead of printing to
5672 stdout.
5673 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5674 mi_send_resuming_command. Print stop_handler_str and
5675 cont_handler_str instead of expecting the python events print
5676 directly.
5677
2838cc1d
SD
56782016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5679
5680 * gdb.base/jit-reader.exp: New file.
5681 * gdb.base/jithost.c: New file.
5682 * gdb.base/jithost.h: New file.
5683 * gdb.base/jitreader.c : New file.
5684 * gdb.base/jit-protocol.h: New file.
5685
21a77091
YQ
56862016-06-17 Yao Qi <yao.qi@linaro.org>
5687
5688 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5689 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5690 and detach-on-fork. Adjust tests.
5691 (top level): Invoke break_cond_on_syscall with combinations of
5692 syscall, follow-fork-mode and detach-on-fork.
5693
f50bf8e5
YQ
56942016-06-17 Yao Qi <yao.qi@linaro.org>
5695
5696 * gdb.base/step-over-exit.c: New.
5697 * gdb.base/step-over-exit.exp: New.
5698
a28d8e50
YTL
56992016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5700
5701 * gdb.base/float.exp: Add target check for nds32*-*-*.
5702 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5703
cad8e26d
AB
57042016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5705
5706 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5707 for unsupported target features.
5708 * gdb.base/call-rt-st.exp: Likewise.
5709 * gdb.base/call-sc.exp: Likewise.
5710 * gdb.base/call-signal-resume.exp: Likewise.
5711 * gdb.base/call-strs.exp: Likewise.
5712 * gdb.base/callexit.exp: Likewise.
5713 * gdb.base/callfuncs.exp: Likewise.
5714 * gdb.base/nodebug.exp: Likewise.
5715 * gdb.base/printcmds.exp: Likewise.
5716 * gdb.base/ptype.exp: Likewise.
5717 * gdb.base/structs.exp: Likewise.
5718 * gdb.base/unwindonsignal.exp: Likewise.
5719 * gdb.cp/gdb2495.exp: Likewise.
5720 * gdb.cp/templates.exp: Likewise.
5721 * gdb.cp/virtfunc.exp: Likewise.
5722 * gdb.threads/hand-call-in-threads.exp: Likewise.
5723 * gdb.threads/interrupted-hand-call.exp: Likewise.
5724 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5725
347dc102
TT
57262016-06-10 Tom Tromey <tom@tromey.com>
5727
5728 PR rust/20110:
5729 * gdb.rust/expr.exp: Add test for integer constant larger than
5730 i32.
5731
5e13cf25
BH
57322016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5733
5734 * gdb.fortran/nested-funcs.exp: New.
5735 * gdb.fortran/nested-funcs.f90: New.
5736
bb556f1f
TK
57372016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5738
5739 * gdb.base/examine-backward.c: New file.
5740 * gdb.base/examine-backward.exp: New file.
5741
38b022b4
SM
57422016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5743
5744 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5745 matching.
5746
1b40ec05
TT
57472016-06-02 Tom Tromey <tom@tromey.com>
5748
5749 PR python/18984:
5750 * gdb.python/py-shared.exp: Add solib_name test.
5751
193bd378
SM
57522016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5753
5754 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5755
3326303b
MG
57562016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5757
5758 PR c++/19893
5759 * gdb.dwarf2/implref.exp: Rename to...
5760 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5761 * gdb.dwarf2/implref-array.c: New file.
5762 * gdb.dwarf2/implref-array.exp: Likewise.
5763 * gdb.dwarf2/implref-global.c: Likewise.
5764 * gdb.dwarf2/implref-global.exp: Likewise.
5765 * gdb.dwarf2/implref-struct.c: Likewise.
5766 * gdb.dwarf2/implref-struct.exp: Likewise.
5767
825c8ef2
AT
57682016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5769
5770 * gdb.trace/trace-condition.exp: Add 64bit tests.
5771
2320162a
AT
57722016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5773
5774 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5775 bits types.
5776 (main): Adapt to 8 to 64 bits types.
5777 * gdb.trace/trace-condition.exp: Add new tests.
5778
a7818233
AT
57792016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5780
5781 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5782
0d336466
AT
57832016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5784
5785 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5786 Move condition tests...
5787 * gdb.trace/trace-condition.exp: Here.
5788
7faeb45a
AT
57892016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5790
5791 * gdb.trace/trace-condition.exp: Add counter-case tests.
5792
e385593e
JK
57932016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5794
5795 PR c++/15231
5796 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5797 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5798
744608cc
PA
57992016-05-27 Pedro Alves <palves@redhat.com>
5800
5801 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5802 New procedure.
5803 (top level): Call it, and bail out of DejaGnu is known to be bad.
5804
ac775bf4
AB
58052016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5806
5807 * gdb.base/whatis.c: Extend the test case.
5808 * gdb.base/whatis.exp: Add additional tests.
5809
2bbad2ea
BH
58102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5811
5812* gdb.fortran/type.f90: Add pointer variable.
5813* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5814
8b70175d
BH
58152016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5816
5817 * gdb.fortran/vla-type.exp: Fix testcase name.
5818
86d8a848
BH
58192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5820
5821 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5822
e188eb36
BH
58232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5824
5825 * gdb.fortran/type.f90: Add nested structures.
5826 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5827 * gdb.fortran/derived-type.exp: Adapt expected output.
5828 * gdb.fortran/vla-type.exp: Adapt expected output.
5829
9b2db1fd
BH
58302016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5831
5832 * gdb.fortran/whatis_type.exp: Adapt expected output.
5833
72b17055
BH
58342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5835
5836 * gdb.fortran/print_type.exp: Fix expected output.
5837 * gdb.fortran/whatis_type.exp: Fix expected output.
5838
3cd81d8d
BH
58392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5840
5841 * gdb.fortran/whatis_type.exp: Use multi_line.
5842
ddae9462
TT
58432016-05-24 Tom Tromey <tom@tromey.com>
5844
5845 PR python/17386:
5846 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5847 use value as an index.
5848
1957f6b8
TT
58492016-05-23 Tom Tromey <tom@tromey.com>
5850
5851 PR python/17981:
5852 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5853 no-breakpoint case.
5854
026a9174
PA
58552016-05-24 Pedro Alves <palves@redhat.com>
5856
5857 PR gdb/19828
5858 * gdb.threads/clone-attach-detach.c: New file.
5859 * gdb.threads/clone-attach-detach.exp: New file.
5860
e70a7231
FR
58612016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5862
5863 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5864
0f6ed0e0
TT
58652016-05-23 Tom Tromey <tom@tromey.com>
5866
5867 PR python/19438, PR python/18393:
5868 * gdb.python/py-progspace.exp: Add "dir" test.
5869 * gdb.python/py-objfile.exp: Add "dir" test.
5870
ffd19d61
YQ
58712016-05-23 Yao Qi <yao.qi@linaro.org>
5872
5873 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5874 * gdb.arch/thumb2-it.exp: Likewise.
5875
9e8f9b05
SM
58762016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5877
5878 * gdb.mi/mi-threads-interrupt.c: New file.
5879 * gdb.mi/mi-threads-interrupt.exp: New file.
5880
61c6156d
SM
58812016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5882
5883 PR gdb/18077
5884 * gdb.mi/mi-async-run.exp: New file.
5885 * gdb.mi/mi-async-run.c: New file.
5886
67218854
TT
58872016-05-17 Tom Tromey <tom@tromey.com>
5888 Manish Goregaokar <manishsmail@gmail.com>
5889
5890 * lib/rust-support.exp: New file.
5891 * lib/gdb.exp (skip_rust_tests): New proc.
5892 (build_executable_from_specs): Handle rust.
5893 * lib/future.exp (gdb_find_rustc): New proc.
5894 (gdb_default_target_compile): Handle rust.
5895 * gdb.rust/expr.exp: New file.
5896 * gdb.rust/generics.exp: New file.
5897 * gdb.rust/generics.rs: New file.
5898 * gdb.rust/methods.exp: New file.
5899 * gdb.rust/methods.rs: New file.
5900 * gdb.rust/modules.exp: New file.
5901 * gdb.rust/modules.rs: New file.
5902 * gdb.rust/simple.exp: New file.
5903 * gdb.rust/simple.rs: New file.
5904
c44af4eb
TT
59052016-05-17 Tom Tromey <tom@tromey.com>
5906
5907 * gdb.base/default.exp (set language): Add rust.
5908
dcd1f979
TT
59092016-05-17 Tom Tromey <tom@tromey.com>
5910
5911 * gdb.gdb/unittest.exp: New file.
5912
155b7f57
YQ
59132016-05-16 Yao Qi <yao.qi@linaro.org>
5914
5915 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5916 shell_prompt. Update shell_prompt_re.
5917
8ddd5a6c
DE
59182016-05-12 Doug Evans <dje@google.com>
5919
5920 PR symtab/19999
5921 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5922 $options when building executable.
5923 * gdb.dwarf2/fission-loclists-pie.S: New file.
5924 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5925
02e370d9
SM
59262016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5927
5928 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5929 of [is_remote target],
5930
8929ad8b
SM
59312016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5932
5933 * lib/gdb.exp (use_gdb_stub): New procedure.
5934
6c447423
DE
59352016-05-03 Yunlian Jiang <yunlian@google.com>
5936 Doug Evans <dje@google.com>
5937
5938 PR symtab/19914
5939 * gdb.dwarf2/dwp-sepdebug.c: New file.
5940 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5941
444e826c
SM
59422016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5943
5944 * gdb.base/detach.exp: Remove is_remote check.
5945
740feeaa
SM
59462016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5947
5948 * gdb.base/annota-input-while-running.exp: Don't check for
5949 [is_remote target]. Enable annotations after running to main.
5950 Remove unused "set test..." line.
5951
9080ac9d
SM
59522016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5953
5954 * gdb.trace/trace-enable-disable.exp: New file.
5955 * gdb.trace/trace-enable-disable.c: New file.
5956
952ebca5
SM
59572016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5958
5959 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5960 use it in info sharedlibrary test.
5961 * gdb.trace/ftrace-lock.exp: Likewise.
5962 * gdb.trace/ftrace.exp: Likewise.
5963 * gdb.trace/range-stepping.exp: Likewise.
5964 * gdb.trace/trace-break.exp: Likewise.
5965 * gdb.trace/trace-condition.exp: Likewise.
5966 * gdb.trace/trace-mt.exp: Likewise.
5967
d9019901
SM
59682016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5969
5970 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5971 (gdb_load_shlib): ... this.
5972 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5973 gdb_load_shlib.
5974 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5975 * gdb.base/ctxobj.exp: Likewise.
5976 * gdb.base/dprintf-pending.exp: Likewise.
5977 * gdb.base/dso2dso.exp: Likewise.
5978 * gdb.base/fixsection.exp: Likewise.
5979 * gdb.base/gcore-relro.exp: Likewise.
5980 * gdb.base/gdb1555.exp: Likewise.
5981 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5982 * gdb.base/gnu-ifunc.exp: Likewise.
5983 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5984 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5985 * gdb.base/pending.exp: Likewise.
5986 * gdb.base/print-file-var.exp: Likewise.
5987 * gdb.base/print-symbol-loading.exp: Likewise.
5988 * gdb.base/shlib-call.exp: Likewise.
5989 * gdb.base/shreloc.exp: Likewise.
5990 * gdb.base/so-impl-ld.exp: Likewise.
5991 * gdb.base/solib-disc.exp: Likewise.
5992 * gdb.base/solib-nodir.exp: Likewise.
5993 * gdb.base/solib-overlap.exp: Likewise.
5994 * gdb.base/solib-symbol.exp: Likewise.
5995 * gdb.base/solib-weak.exp (do_test): Likewise.
5996 * gdb.base/sym-file.exp: Likewise.
5997 * gdb.base/symtab-search-order.exp: Likewise.
5998 * gdb.base/type-opaque.exp: Likewise.
5999 * gdb.base/unload.exp: Likewise.
6000 * gdb.base/watchpoint-solib.exp: Likewise.
6001 * gdb.compile/compile.exp: Likewise.
6002 * gdb.cp/gdb2384.exp: Likewise.
6003 * gdb.cp/infcall-dlopen.exp: Likewise.
6004 * gdb.cp/re-set-overloaded.exp: Likewise.
6005 * gdb.fortran/library-module.exp: Likewise.
6006 * gdb.opt/solib-intra-step.exp: Likewise.
6007 * gdb.python/py-finish-breakpoint.exp: Likewise.
6008 * gdb.python/py-shared.exp: Likewise.
6009 * gdb.reverse/solib-precsave.exp: Likewise.
6010 * gdb.reverse/solib-reverse.exp: Likewise.
6011 * gdb.server/solib-list.exp: Likewise.
6012 * gdb.threads/dlopen-libpthread.exp: Likewise.
6013 * gdb.threads/tls-shared.exp: Likewise.
6014 * gdb.threads/tls-so_extern.exp: Likewise.
6015 * gdb.trace/change-loc.exp: Likewise.
6016 * gdb.trace/ftrace-lock.exp: Likewise.
6017 * gdb.trace/ftrace.exp: Likewise.
6018 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6019 * gdb.trace/pending.exp: Likewise.
6020 * gdb.trace/range-stepping.exp: Likewise.
6021 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6022 (strace_info_marker): Likewise.
6023 (strace_probe_marker): Likewise.
6024 (strace_trace_on_same_addr): Likewise.
6025 (strace_trace_on_diff_addr): Likewise.
6026 * gdb.trace/trace-break.exp: Likewise.
6027 * gdb.trace/trace-condition.exp: Likewise.
6028 * gdb.trace/trace-mt.exp: Likewise.
6029
fca4cfd9
SM
60302016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6031
6032 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6033 result of gdb_remote_download.
6034 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6035 * gdb.base/dso2dso.exp: Likewise.
6036 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6037 * gdb.base/print-file-var.exp: Likewise.
6038 * gdb.base/shlib-call.exp: Likewise.
6039 * gdb.base/shreloc.exp: Likewise.
6040 * gdb.base/solib-overlap.exp: Likewise.
6041 * gdb.base/solib-weak.exp (do_test): Likewise.
6042 * gdb.base/unload.exp: Likewise.
6043
11cf4ffb
YQ
60442016-04-27 Yao Qi <yao.qi@linaro.org>
6045
6046 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6047 exists.
6048
3e2e34f8
KB
60492016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6050
6051 * vla-type.exp: Print structure from toplevel.
6052
8f07e298
BH
60532016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6054
6055 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6056 of dynamic types.
6057 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6058 of dynamic types.
6059
9920b434
BH
60602016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6061
6062 * gdb.fortran/vla-type.f90: New file.
6063 * gdb.fortran/vla-type.exp: New file.
6064
f3abeff5
YQ
60652016-04-25 Yao Qi <yao.qi@linaro.org>
6066
6067 * gdb.base/branch-to-self.c: New file.
6068 * gdb.base/branch-to-self.exp: New file.
6069
0a5d52f0
YQ
60702016-04-22 Yao Qi <yao.qi@linaro.org>
6071
6072 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6073 more after $hex.
6074
495346f6
YQ
60752016-04-22 Yao Qi <yao.qi@linaro.org>
6076
6077 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6078 * gdb.base/annota3.exp: Likewise.
6079
4a7e075c
YQ
60802016-04-22 Yao Qi <yao.qi@linaro.org>
6081
6082 * gdb.reverse/step-precsave.exp: Do one step and test program
6083 stops in "callee" and do multiple steps until program goes out
6084 of "callee".
6085 * gdb.reverse/step-reverse.exp: Likewise.
6086
5b061e98
YQ
60872016-04-22 Yao Qi <yao.qi@linaro.org>
6088
6089 * gdb.trace/signal.exp: Also pass if
6090 $tracepoint_hits($i) > $iterations.
6091
5c5dc57f
YQ
60922016-04-22 Yao Qi <yao.qi@linaro.org>
6093
6094 * gdb.trace/signal.c: New file.
6095 * gdb.trace/signal.exp: New file.
6096
a55411b9
DE
60972016-04-19 Doug Evans <xdje42@gmail.com>
6098
6099 * gdb.base/bad-file.exp: New file.
6100
a22df60a
MG
61012016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6102
6103 * gdb.dwarf2/implref.exp: New file.
6104
0c13f7e5
BH
61052016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6106
6107 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6108 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6109 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6110 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6111 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6112 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6113 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6114 * lib/fortran.exp (fortran_int4): New procedure.
6115 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6116 (fortran_logical4): Likewise.
6117
9b9b09e9
BH
61182016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6119
6120 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6121
a14d1f4d
BH
61222016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6123
6124 * lib/compiler.c: Add Intel specific preprocessor macros.
6125 * lib/compiler.cc: Likewise.
25d49b86 6126
7d49b1d0
LM
61272016-04-13 Luis Machado <lgustavo@codesourcery.com>
6128
6129 * gdb.server/connect-with-no-symbol-file.c: New file.
6130 * gdb.server/connect-with-no-symbol-file.exp: New file.
6131
8392fa22
SM
61322016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6133
6134 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6135
8c4c4aeb
SM
61362016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6137
6138 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6139 standard output directory.
6140
45e3745e
AT
61412016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6142
6143 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6144
e26b7e41
MM
61452016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6146
6147 * gdb.btrace/instruction_history.c (loop): Add declaration.
6148
8ce09462
AT
61492016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6150
6151 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6152
2e88a1ea
SM
61532016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6154
6155 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6156 parentheses to print.
6157 (continue_handler): Likewise.
6158
f48e22e3
SM
61592016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6160
6161 * gdb.server/solib-list.exp: Remove is_remote check.
6162 Pass shlib= to gdb_compile. Don't link shared library with
6163 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6164 Run binary filename through "readlink -f" on the target.
6165
096be756
PA
61662016-04-08 Pedro Alves <palves@redhat.com>
6167
6168 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6169 interpreter filename as argument to gdbserver_spawn.
6170 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6171 Return empty if $last_loaded_file does not exist.
6172
06500533
JK
61732016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6174
6175 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6176 * gdb.base/jit-main.c: Use exit after usage.
6177
2d35e871
JK
61782016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6179
6180 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6181 GDBHISTSIZE prior to the tests.
6182 * gdb.base/gdbinit-history.exp: Likewise.
6183
61842016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6185
6186 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6187 instead of build_executable. Use gdb_load_shlibs.
6188
c8064e7e
YQ
61892016-04-07 Yao Qi <yao.qi@linaro.org>
6190
6191 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6192 Execute "si" command.
6193
bde47561
YQ
61942016-04-07 Yao Qi <yao.qi@linaro.org>
6195
6196 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6197 number instead of the comments on some line.
6198
b16f8a3b
DB
61992016-04-06 Don Breazeal <donb@codesourcery.com>
6200
6201 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6202 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6203
c2f901df
SM
62042016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6205
6206 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6207 standard_output_file. Remove unused binfile variable.
6208
ac17fda0
CU
62092016-04-05 Catalin Udma <catalin.udma@freescale.com>
6210
6211 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6212 * gdb.python/py-mi-objfile.exp: Match "list main" output
6213 in console format.
6214
03a8c4df
SM
62152016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6216
6217 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6218 absolute.
6219
6e774b13
SM
62202016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6221
6222 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6223 absolute.
6224 * gdb.trace/ftrace.exp: Likewise.
6225 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6226 targets as well.
6227 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6228 (gdb_load_shlibs): Copy libraries to test directory when testing
6229 natively. Only set solib-search-path if testing remotely.
6230 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6231
7817ea46
SM
62322016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6233
6234 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6235 gdb_download. Use it even if the target is not remote.
6236 * gdb.base/jit.exp (compile_jit_test): Likewise.
6237 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6238 output directory if the destination board is local, otherwise use
6239 the standard remote_download from DejaGnu.
6240 (gdb_download): Remove.
6241 (gdb_load_shlibs): Use gdb_remote_download instead of
6242 gdb_download.
6243 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6244 Use gdb_remote_download instead of gdb_download. Use it even if
6245 the target is not remote.
6246 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6247 instead of gdb_download.
6248
7beb7f68
SM
62492016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6250
6251 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6252 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6253 run.
6254
cc63428a
AV
62552016-04-01 Artemiy Volkov <artemiyv@acm.org>
6256
6257 PR gdb/19820
6258 * gdb.base/printcmds.exp: Add artificial arrays tests.
6259
64cdf930
PA
62602016-03-31 Pedro Alves <palves@redhat.com>
6261
6262 PR gdb/19858
6263 * gdb.base/jit-main.c: Include unistd.h.
6264 (ATTACH): Define to 0 if not already defined.
6265 (wait_for_gdb, mypid): New globals.
6266 (WAIT_FOR_GDB): New macro.
6267 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6268 some breakpoint locations.
6269 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6270 New procedures.
6271 (one_jit_test): Add REATTACH parameter, and handle it. Use
6272 continue_to_test_location.
6273 (top level): Test attach, and adjusts calls to one_jit_test.
6274
40dea8cb
PA
62752016-03-31 Pedro Alves <palves@redhat.com>
6276
6277 PR gdb/19858
6278 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6279 BINSUFFIX parameter, and handle it.
6280 (top level): Adjust calls compile_jit_test.
6281
e7ea3ec7
CU
62822016-03-31 Catalin Udma <catalin.udma@freescale.com>
6283
6284 PR python/19743
6285 * gdb.python/py-mi-events-gdb.py: New file.
6286 * gdb.python/py-mi-events.c: New file.
6287 * gdb.python/py-mi-events.exp: New file.
6288
e6359af3
YQ
62892016-03-30 Yao Qi <yao.qi@linaro.org>
6290
6291 * gdb.reverse/until-precsave.exp: Match function name only.
6292 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6293 Move malloc to a condition block.
6294 * gdb.reverse/until-reverse.exp: Match function name only.
6295
a4105d04
MK
62962016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6297
6298 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6299 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6300 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6301 variable for GPR 0 instead of assuming it is register 0.
6302 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6303 * lib/trace-support.exp: Add s390 registers.
6304
bfa6adb9
YQ
63052016-03-29 Yao Qi <yao.qi@linaro.org>
6306
6307 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6308
1e6697ea
YQ
63092016-03-24 Yao Qi <yao.qi@linaro.org>
6310
6311 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6312 test message.
6313
64bcd522
AA
63142016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6315
6316 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6317 maintaining separate logic for constructing the output path.
6318
7868401b
DB
63192016-03-16 Don Breazeal <donb@codesourcery.com>
6320
6321 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6322 Retry fork and waitpid on interrupted system call errors.
6323 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6324 Use with_timeout_factor to increase timeout by factor of 10.
6325
1cafadb4
DB
63262016-03-15 Don Breazeal <donb@codesourcery.com>
6327
6328 * gdb.cp/scope-err.cc: New test program.
6329 * gdb.cp/scope-err.exp: New test script.
6330 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6331 lines and "set breakpoint here" comment.
6332 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6333 Fixed some whitespace and format issues.
6334 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6335 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6336
81516450
DE
63372016-03-15 Doug Evans <dje@google.com>
6338
6339 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6340 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6341 All callers updated. Add tests for enums, mixed flags register.
6342
aa52b601
DE
63432016-03-15 Doug Evans <dje@google.com>
6344
6345 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6346 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6347
fa4ff313
SM
63482016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6349
6350 * gdb.base/default.exp: Add $_as_string to the list of expected
6351 convenience functions.
6352
f2403c39
AB
63532016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6354
6355 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6356
f2f3ccb9
SM
63572016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6358
6359 * gdb.python/py-as-string.exp: New file.
6360 * gdb.python/py-as-string.c: New file.
6361
00dbd492
PA
63622016-03-09 Pedro Alves <palves@redhat.com>
6363
6364 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6365 signal" -> "Thread NN received signal" output change.
6366 * gdb.threads/ia64-sigill.exp: Likewise.
6367 * gdb.threads/linux-dp.exp: Likewise.
6368 * gdb.threads/manythreads.exp: Likewise.
6369 * gdb.threads/pending-step.exp: Likewise.
6370 * gdb.threads/print-threads.exp: Likewise.
6371 * gdb.threads/sigstep-threads.exp: Likewise.
6372 * gdb.threads/staticthreads.exp: Likewise.
6373 * gdb.threads/tls.exp: Likewise.
6374
1e6697ea
YQ
63752016-03-09 Pedro Alves <palves@redhat.com>
6376
6377 * gdb.base/command-line-input.exp: New file.
6378
b04fd3be
MK
63792016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6380
6381 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6382 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6383 * gdb.trace/pending.exp: Accept leading dot before function name.
6384 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6385 * lib/trace-support.exp: Set registers for ppc.
6386
98fa59e9
MK
63872016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6388
6389 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6390 use it for disassembly; accept .main in addition to main in backtrace.
6391
f77198c8
MK
63922016-03-09 Wei-cheng Wang <cole945@gmail.com>
6393 Marcin Kościelnicki <koriakin@0x04.net>
6394
6395 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6396 (gdb_recursion_test_ptr): New global variable.
6397 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6398 gdb_recursion_test.
6399 (gdb_c_test): Ditto.
6400
ba84e0da
MK
64012016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6402
6403 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6404 ordering.
6405
4366d36e
MK
64062016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6407
6408 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6409 (bar): Add bar_start_lbl label.
6410 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6411 of foo/bar for emitting DWARF and tracing.
6412
5eb264df
SDJ
64132016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6414
6415 * analyze-racy-logs.py: Set executable bit.
6416
fb6a751f
SDJ
64172016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6418
6419 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6420 (CHECK_TARGET_TMP): Likewise.
6421 (check-single-racy): New rule.
6422 (check-parallel-racy): Likewise.
6423 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6424 (do-check-parallel-racy): New rule.
6425 (check-racy/%.exp): Likewise.
6426 * README (Racy testcases): New section.
6427 * analyze-racy-logs.py: New file.
6428
bdf7e230
DE
64292016-03-03 Doug Evans <dje@google.com>
6430
6431 * gdb.base/skip.exp: Use with_test_prefix.
6432
4719d415
YQ
64332016-03-03 Yao Qi <yao.qi@linaro.org>
6434
6435 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6436 Invoke step_over_syscall "clone" and break_cond_on_syscall
6437 "clone".
6438 * gdb.base/step-over-clone.c: New file.
6439
ea507862
YQ
64402016-03-03 Yao Qi <yao.qi@linaro.org>
6441
6442 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6443 code format.
6444
8fc8cbda
YQ
64452016-03-03 Yao Qi <yao.qi@linaro.org>
6446
6447 * gdb.base/disp-step-fork.c: Rename to ...
6448 * gdb.base/step-over-fork.c: ... it. New file.
6449 * gdb.base/disp-step-vfork.c: Rename to ...
6450 * gdb.base/step-over-vfork.c: ... it. New file.
6451 * gdb.base/disp-step-syscall.exp: Rename to ...
6452 * gdb.base/step-over-syscall.exp: ... it. New file.
6453 (disp_step_cross_syscall): Rename to ...
6454 (step_over_syscall): ... it.
6455
92fa70b0
YQ
64562016-03-03 Yao Qi <yao.qi@linaro.org>
6457
6458 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6459 If target supports condition evaluation on target, invoke
6460 break_cond_on_syscall for fork and vfork.
6461
e197ad3c
YQ
64622016-03-03 Yao Qi <yao.qi@linaro.org>
6463
6464 * gdb.base/disp-step-syscall.exp: Don't invoke
6465 support_displaced_stepping.
6466 (disp_step_cross_syscall): Test with displaced stepping off and
6467 on if supported.
6468
0b47da9f
YQ
64692016-03-03 Yao Qi <yao.qi@linaro.org>
6470
6471 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6472 proc.
6473 (setup): New proc.
6474 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6475 and setup.
6476
065ab6dc
BH
64772016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6478
6479 * gdb.fortran/vla-history.exp: Remove breakpoint.
6480
07e448ad 64812016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6482
25d49b86
PA
6483 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6484 exceeds timeout.
07e448ad 6485
9ac2d526 64862016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6487
25d49b86
PA
6488 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6489 breakpoint.
9ac2d526 6490
17807369
BH
64912016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6492
6493 * gdb.mi/vla.f90: Nullify pointer after declaration.
6494
86e501af
PA
64952016-03-01 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6498
1e903e32
PA
64992016-03-01 Pedro Alves <palves@redhat.com>
6500
6501 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6502 before anything else.
6503 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6504 _GNU_SOURCE here.
6505 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6506 before anything else.
6507 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6508
6ccb54e2
PA
65092016-03-01 Pedro Alves <palves@redhat.com>
6510
6511 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6512
30ca9da1
YQ
65132016-03-01 Yao Qi <yao.qi@linaro.org>
6514
6515 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6516 prepare_for_testing.
6517
dc856b38
YQ
65182016-03-01 Yao Qi <yao.qi@linaro.org>
6519
6520 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6521
4a932159
AA
65222016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6523
6524 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6525 manually constructing the output path.
6526
f2489477
AA
65272016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6528
6529 * gdb.arch/s390-stackless.S: New.
6530 * gdb.arch/s390-stackless.exp: New.
6531
38899f16
IB
65322016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6533
6534 * gdb.dlang/circular.c: New file.
6535 * gdb.dlang/circular.exp: New file.
6536
9fde51ed
YQ
65372016-02-26 Yao Qi <yao.qi@linaro.org>
6538
6539 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6540 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6541 (testcases): Update.
6542
ce90fefe
YQ
65432016-02-26 Yao Qi <yao.qi@linaro.org>
6544
6545 * gdb.reverse/aarch64.c: Rename to ...
6546 * gdb.reverse/insn-reverse.c: ... it.
6547 * gdb.reverse/aarch64.exp: Rename to ...
6548 * gdb.reverse/insn-reverse.exp: ... it.
6549
3263bceb
YQ
65502016-02-26 Yao Qi <yao.qi@linaro.org>
6551
6552 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6553 (testcase_ftype): New.
6554 (testcases): New array.
6555 (n_testcases): New.
6556 (main): Call each element in testcases.
6557 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6558 (read_testcase): New.
6559 Do the tests in a loop.
6560
6cb59ff1
YQ
65612016-02-25 Yao Qi <yao.qi@linaro.org>
6562
6563 * gdb.base/branches.c: Remove.
6564
ae91f625
MK
65652016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6566
6567 PR gdb/13808
6568 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6569
678b48b7
MK
65702016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6571
6572 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6573
7337a6f2
MK
65742016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6575
6576 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6577 change x86_64 call_insn to 'callq'.
6578
861ca91f
AT
65792016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6580
6581 * gdb.trace/tfile-avx.c: Move to...
6582 * gdb.trace/tracefile-pseudo-reg.c: Here.
6583 * gdb.trace/tfile-avx.exp: Move to...
6584 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6585
bf74e428
GB
65862016-02-24 Gary Benson <gbenson@redhat.com>
6587
6588 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6589 message on attach.
6590
cce0e923
DE
65912016-02-23 Doug Evans <dje@google.com>
6592
6593 * gdb.base/skip.c (test_skip): New function.
6594 (end_test_skip_file_and_function): New function.
6595 (test_skip_file_and_function): New function.
6596 * gdb.base/skip1.c (test_skip): New function.
6597 (skip1_test_skip_file_and_function): New function.
6598 * gdb.base/skip.exp: Add tests for new skip options.
6599 * gdb.base/skip-solib.exp: Update expected output.
6600 * gdb.perf/skip-command.cc: New file.
6601 * gdb.perf/skip-command.exp: New file.
6602 * gdb.perf/skip-command.py: New file.
6603
4000e47e
MK
66042016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6605
6606 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6607 info registers pattern.
6608
24f75ead
IB
66092016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6610
6611 * lib/future.exp: Add D support.
6612 (gdb_find_gdc): New proc.
6613 (gdb_default_target_compile): Add D support.
6614
fbb7bcbe
WW
66152016-02-18 Wei-cheng Wang <cole945@gmail.com>
6616
6617 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6618 user+system time.
6619 (trace_speed_test): Determine the iteration count for a time
6620 between 15..30 seconds.
6621
012b3a21
WT
66222016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6623
6624 * gdb.arch/i386-mpx-sigsegv.c: New file.
6625 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6626 * gdb.arch/i386-mpx-simple_segv.c: New file.
6627 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6628
2d5189bd
YQ
66292016-02-18 Yao Qi <yao.qi@linaro.org>
6630
6631 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6632 Don't call setup_kfail.
6633
40fb20d0
YQ
66342016-02-18 Yao Qi <yao.qi@linaro.org>
6635
6636 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6637 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6638
21b1f8d2
DE
66392016-02-16 Doug Evans <dje@google.com>
6640
6641 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6642 * gdb.base/skip1.c: Ditto.
6643 * gdb.base/skip.exp: Whitespace cleanup.
6644
4041ed77
DB
66452016-02-16 Don Breazeal <donb@codesourcery.com>
6646
6647 PR remote/19496
6648 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6649 Remove kfail for PR remote/19496.
6650
c4ef31bf
SM
66512016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6652
6653 * lib/gdb.exp (standard_temp_file): Return a path specific to
6654 the runtest invocation.
6655
266b65b3
SM
66562016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6657
6658 * gdb.trace/save-trace.exp: Change relative path to be in the
6659 standard output directory.
6660
a7a0a6a9
JK
66612016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6662
6663 * gdb.arch/i386-prologue.c: Add missing prototypes.
6664
c99dbb42
JK
66652016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6666
6667 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6668 * gdb.arch/i386-prologue.exp: Likewise.
6669 * gdb.arch/i386-size.exp: Likewise.
6670
aa480355
SM
66712016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6672
6673 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6674 define object file path.
6675 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6676 file path.
6677 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6678 standard_output_file to define binfile.
6679
ba881f50
JK
66802016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6681
6682 Fix compatibility with recent gfortran-5.3.1.
6683 * gdb.fortran/vla-history.exp (print vla1 allocated)
6684 (print vla2 allocated, print $2, print $3): Remove
6685 (print $4): Rename to ...
6686 (print $2): ... here.
6687 (print $9): Rename to ...
6688 (print $5): ... here.
6689 (print $10): Rename to ...
6690 (print $6): ... here.
6691 * gdb.fortran/vla.f90: Add pvla initialization.
6692
e9fb005c
JK
66932016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6694
6695 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6696 New test.
6697 * gdb.fortran/vla-value-sub.exp: Likewise.
6698
e44e00ff
MK
66992016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6700
6701 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6702
97e94151
SM
67032016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6704
6705 * i386-biarch-core.exp: Define corefile using
6706 standard_output_file.
6707
01113bc1
YQ
67082016-02-12 Yao Qi <yao.qi@linaro.org>
6709
6710 * gdb.arch/arm-single-step-kernel-helper.c: New.
6711 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6712
33b4777c
MM
67132016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6714
6715 * gdb.btrace/tailcall-only.exp: New.
6716 * gdb.btrace/tailcall-only.c: New.
6717 * gdb.btrace/x86_64-tailcall-only.S: New.
6718 * gdb.btrace/i686-tailcall-only.S: New.
6719
acc23c11
PA
67202016-02-11 Pedro Alves <palves@redhat.com>
6721
6722 * README (Parallel testing): Add missing double quotes.
6723
e352bf0a
PA
67242016-02-11 Pedro Alves <palves@redhat.com>
6725
6726 * README (Parallel testing): New section.
6727 (GDB_PARALLEL): Rewrite.
6728 (FORCE_PARALLEL): Document.
6729
9f5fed78
MK
67302016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6731
6732 * gdb.trace/tfile-avx.c: New test.
6733 * gdb.trace/tfile-avx.exp: New test.
6734
9ef9e6a6
KS
67352016-02-09 Keith Seitz <keiths@redhat.com>
6736
6737 PR breakpoints/19546
6738 * gdb.base/infcall-exec.c: New file.
6739 * gdb.base/infcall-exec2.c: New file.
6740 * gdb.base/infcall-exec.exp: New file.
6741
a96e36da
KS
67422016-02-09 Keith Seitz <keiths@redhat.com>
6743
6744 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6745 (toplevel): Call test_bkpt_address.
6746
9f61929f
KS
67472016-02-09 Keith Seitz <keiths@redhat.com>
6748
6749 PR python/19506
6750 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6751 (toplevel): Call test_bkpt_address.
6752
1e94266c
SM
67532016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6754
6755 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6756 to AC_OUTPUT.
6757 * configure: Regenerate.
6758
2a7f3dff
PA
67592016-02-09 Pedro Alves <palves@redhat.com>
6760
6761 PR breakpoints/19548
6762 * gdb.base/execl-update-breakpoints.c (some_function): New
6763 function.
6764 (main): Call it.
6765 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6766 Tighten expected GDB output.
6767
2151ccc5
SM
67682016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6769
6770 * Makefile.in (ALL_SUBDIRS): Remove.
6771 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6772 (distclean maintainer-clean realclean): Likewise.
6773 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6774 * configure: Regenerate.
6775 * gdb.ada/Makefile.in: Delete.
6776 * gdb.arch/Makefile.in: Likewise.
6777 * gdb.asm/Makefile.in: Likewise.
6778 * gdb.base/Makefile.in: Likewise.
6779 * gdb.btrace/Makefile.in: Likewise.
6780 * gdb.cell/Makefile.in: Likewise.
6781 * gdb.compile/Makefile.in: Likewise.
6782 * gdb.cp/Makefile.in: Likewise.
6783 * gdb.disasm/Makefile.in: Likewise.
6784 * gdb.dlang/Makefile.in: Likewise.
6785 * gdb.dwarf2/Makefile.in: Likewise.
6786 * gdb.fortran/Makefile.in: Likewise.
6787 * gdb.gdb/Makefile.in: Likewise.
6788 * gdb.go/Makefile.in: Likewise.
6789 * gdb.guile/Makefile.in: Likewise.
6790 * gdb.java/Makefile.in: Likewise.
6791 * gdb.linespec/Makefile.in: Likewise.
6792 * gdb.mi/Makefile.in: Likewise.
6793 * gdb.modula2/Makefile.in: Likewise.
6794 * gdb.multi/Makefile.in: Likewise.
6795 * gdb.objc/Makefile.in: Likewise.
6796 * gdb.opencl/Makefile.in: Likewise.
6797 * gdb.opt/Makefile.in: Likewise.
6798 * gdb.pascal/Makefile.in: Likewise.
6799 * gdb.perf/Makefile.in: Likewise.
6800 * gdb.python/Makefile.in: Likewise.
6801 * gdb.reverse/Makefile.in: Likewise.
6802 * gdb.server/Makefile.in: Likewise.
6803 * gdb.stabs/Makefile.in: Likewise.
6804 * gdb.threads/Makefile.in: Likewise.
6805 * gdb.trace/Makefile.in: Likewise.
6806 * gdb.xml/Makefile.in: Likewise.
6807 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6808 GDB_PARALLEL.
6809 (standard_output_file): Remove check for GDB_PARALLEL, always
6810 return path in outputs/$subdir/$testname.
6811
437277d4
SM
68122016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6813
6814 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6815 (site.exp): Assign abs_srcdir to tcl's srcdir.
6816
31d913c7
YQ
68172016-02-04 Yao Qi <yao.qi@linaro.org>
6818
6819 * gdb.base/foll-exec-mode.c: Include limits.h.
6820 (main): Add parameters argc and argv. Get directory from
6821 argv[0].
6822 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6823 compilation.
6824 * gdb.base/foll-exec.c: Include limits.h.
6825 (main): Add parameters argc and argv.
6826 Get directory from argv[0].
6827 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6828 Adjust tests on the number of lines as source code changed.
6829 * gdb.base/foll-vfork-exit.c: Include limits.h.
6830 (main): Add one line of statement before vfork.
6831 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6832 (main): Add parameters argc and argv. Get directory from
6833 argv[0].
6834 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6835 (setup_gdb): Set tbreak to skip some source lines.
6836 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6837 (main): Add parameters argc and argv. Get directory from
6838 argv[0].
6839 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6840 compilation.
6841 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6842 (main): Add parameters argc and argv. Get directory from
6843 argv[0].
6844 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6845 compilation.
6846
9482b9fb
DE
68472016-02-01 Doug Evans <dje@google.com>
6848
6849 * gdb.base/skip.exp: Clean up multiple references to same test name.
6850
6b2e4f10
PA
68512016-02-01 Pedro Alves <palves@redhat.com>
6852
ccb6afd6 6853 PR remote/19496
6b2e4f10
PA
6854 * gdb.threads/forking-threads-plus-breakpoint.exp
6855 (displaced_stepping_supported): New global.
6856 (probe_displaced_stepping_support): New procedure.
6857 (do_test): Add 'displaced' parameter, and use it.
6858 (top level): Check for displaced stepping support. Add displaced
6859 stepping on/off testing axis.
6860
37a8db1a
AB
68612016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6862
6863 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6864 pointer. Don't perform further tests on the unassociated pointer
6865 if the first test fails.
6866
5fdf6324
AB
68672016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6868
6869 * gdb.base/max-value-size.c: New file.
6870 * gdb.base/max-value-size.exp: New file.
6871 * gdb.base/huge.exp: Disable max-value-size for this test.
6872
935c6144
IB
68732016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6874
6875 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6876
7fe8399d
YQ
68772016-01-28 Yao Qi <yao.qi@linaro.org>
6878
6879 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6880
a2077e25
PA
68812016-01-25 Pedro Alves <palves@redhat.com>
6882
6883 PR threads/19461
6884 * gdb.base/fork-running-state.c: New file.
6885 * gdb.base/fork-running-state.exp: New file.
6886
1d2736d4
PA
68872016-01-25 Pedro Alves <palves@redhat.com>
6888
6889 PR gdb/19494
6890 * gdb.base/catch-fork-kill.c: New file.
6891 * gdb.base/catch-fork-kill.exp: New file.
6892
f1da4b11
PA
68932016-01-25 Pedro Alves <palves@redhat.com>
6894
6895 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6896 Delete, moved to lib/gdb.exp.
6897 * gdb.threads/forking-threads-plus-breakpoint.exp
6898 (foreach_with_prefix): Likewise.
6899 * gdb.threads/process-dies-while-handling-bp.exp
6900 (foreach_with_prefix): Likewise.
6901 * lib/gdb.exp (foreach_with_prefix): New procedure.
6902
45f38546
MK
69032016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6904
6905 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6906 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6907
dc29a1ce
MK
69082016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6909
6910 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6911 endian targets.
6912
092127d7
JK
69132016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6914 Pedro Alves <palves@redhat.com>
6915
6916 Fix testsuite compatibility with Guile.
6917 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6918 number.
6919
31d765d3
JK
69202016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6921
6922 Fix testsuite compatibility with Guile.
6923 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6924 (thread 1): New test for backtrace through signal handler.
6925
1ac78c04
YQ
69262016-01-22 Yao Qi <yao.qi@linaro.org>
6927
6928 PR testsuite/19491
6929 * gdb.base/multi-forks.c: Include
6930 ../lib/unbuffer_output.c
6931 (main): Call gdb_unbuffer_output.
6932
4f5946a8
DE
69332016-01-21 Doug Evans <dje@google.com>
6934
6935 * lib/ada.exp (gdb_compile_ada): Fix typo.
6936
305e13e6
JB
69372016-01-21 Joel Brobecker <brobecker@adacore.com>
6938
6939 * gdb.base/break-fun-addr.exp: New file.
6940 * gdb.base/break-fun-addr1.c: New file.
6941 * gdb.base/break-fun-addr2.c: New file.
6942
5f5dfff6
SM
69432016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6944
6945 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6946 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6947 enum flag values.
6948
fd356fa2
AA
69492016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6950
6951 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6952 when GDB can not set the vector return value. Add more comments
6953 for clarification.
6954
9df22175
AT
69552016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6956
6957 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6958 command.
6959
41d1845e
SM
69602016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6961
6962 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6963
01ac6840
SM
69642016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6965
6966 * Makefile.in (check-single): Pass --status to runtest.
6967 (check/%.exp): Likewise.
6968
69692016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6970
6971 * Makefile.in (check-parallel): Propagate return code from make
6972 do-check-parallel.
6973
bd0a71fa
MK
69742016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6975
6976 * gdb.trace/ftrace.exp: Fix expected message on continue.
6977 * gdb.trace/pending.exp: Fix expected message on continue.
6978 * gdb.trace/trace-break.exp: Fix expected message on continue.
6979
8bcbad33
SM
69802016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6981
6982 * lib/gdb.exp (gdb_test): Remove unused global references.
6983
f303dbd6
PA
69842016-01-18 Pedro Alves <palves@redhat.com>
6985
6986 * gdb.base/async-shell.exp: Adjust expected output.
6987 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6988 * gdb.base/siginfo-thread.exp: Adjust expected output.
6989 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6990 * gdb.java/jnpe.exp: Adjust expected output.
6991 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6992 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6993 * gdb.threads/leader-exit.exp: Adjust expected output.
6994 * gdb.threads/manythreads.exp: Adjust expected output.
6995 * gdb.threads/pthreads.exp: Adjust expected output.
6996 * gdb.threads/schedlock.exp: Adjust expected output.
6997 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6998 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6999 expected output.
7000 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7001 output.
7002 * gdb.threads/sigthread.exp: Adjust expected output.
7003 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7004
b2789696
YQ
70052016-01-18 Yao Qi <yao.qi@linaro.org>
7006
7007 * gdb.guile/scm-section-script.c: Replace @progbits with
7008 %progbits.
7009 * gdb.python/py-section-script.c: Likewise.
7010
71ef29a8
PA
70112016-01-15 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.multi/tids.exp: Test star wildcard ranges.
7014
3f5b7598
PA
70152016-01-15 Pedro Alves <palves@redhat.com>
7016
7017 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7018 command from "thread apply" invocation.
7019 (thr_apply_info_thr_invalid): Default the expected output to the
7020 input tid list.
7021 (top level): Add tests that use convenience variables. Add tests
7022 for "thread apply" with a valid TID list, but missing the command.
7023
663f6d42
PA
70242016-01-13 Pedro Alves <palves@redhat.com>
7025
7026 * gdb.base/default.exp: Expect $_gthread as well.
7027 * gdb.multi/tids.exp: Test $_gthread.
7028 * gdb.threads/thread-specific.exp: Test $_gthread.
7029
c84f6bbf
PA
70302016-01-13 Pedro Alves <palves@redhat.com>
7031
7032 * gdb.multi/tids.exp: Test "info threads -gid".
7033
22a02324
PA
70342016-01-13 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7037 Breakpoint.thread.
7038 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7039
5d5658a1
PA
70402016-01-07 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.base/break.exp: Adjust to output changes.
7043 * gdb.base/hbreak2.exp: Likewise.
7044 * gdb.base/sepdebug.exp: Likewise.
7045 * gdb.base/watch_thread_num.exp: Likewise.
7046 * gdb.linespec/keywords.exp: Likewise.
7047 * gdb.multi/info-threads.exp: Likewise.
7048 * gdb.threads/thread-find.exp: Likewise.
7049 * gdb.multi/tids.c: New file.
7050 * gdb.multi/tids.exp: New file.
7051
84654457
PA
70522016-01-13 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7055
e3940304
PA
70562016-01-13 Pedro Alves <palves@redhat.com>
7057
7058 * gdb.base/default.exp: Expect $_inferior as well.
7059 * gdb.multi/base.exp: Test $_inferior.
7060
a911d87a
PA
70612016-01-13 Pedro Alves <palves@redhat.com>
7062
7063 PR breakpoints/19388
7064 * gdb.base/catch-signal-siginfo-cond.c: New file.
7065 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7066
82075af2
JS
70672016-01-12 Josh Stone <jistone@redhat.com>
7068 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7069
7070 * gdb.base/catch-syscall.c (do_execve): New variable.
7071 (main): Conditionally trigger an execve.
7072 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7073 (test_catch_syscall_execve): New, check entry/return across execve.
7074 (do_syscall_tests): Call test_catch_syscall_execve.
7075
e46eeedd
PA
70762016-01-12 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.base/random-signal.exp (do_test): New procedure, with body
7079 of testcase moved in.
7080
01d8c27e
JK
70812016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7082 Pedro Alves <palves@redhat.com>
7083
7084 * gdb.base/funcargs.exp (finish from indirectly called function):
7085 Reintroduce the case for 'First'.
7086
9a706302
JK
70872016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7088 Pedro Alves <palves@redhat.com>
7089
7090 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7091 (tcatch_vfork_then_child_follow_exec)
7092 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7093 identification.
7094
c0ecb95f
JK
70952016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7096
7097 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7098 and repeats to unlimited.
7099 * gdb.python/py-value.exp: Likewise.
7100 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7101 and repeats to unlimited.
7102
6cfc1fcb
JK
71032016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7104
7105 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7106 and reordering the functions.
7107 * gdb.multi/hangout.c: Likewise.
7108 * gdb.multi/hello.c: Likewise.
7109
582a1b00
SM
71102016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7111
7112 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7113 absolute.
7114 (SingleStatisticTestResult.report): Use dict.keys instead of
7115 dict.iterkeys.
7116
79bc59cb
PA
71172016-01-06 Pedro Alves <palves@redhat.com>
7118
7119 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7120
43368e1d
MM
71212016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7122
7123 * gdb.btrace/dlopen.exp: New.
7124 * gdb.btrace/dlopen.c: New.
7125 * gdb.btrace/dlopen-dso.c: New.
7126
79fad5b8
SL
71272015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7128
7129 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7130 PATTERN argument is optional.
7131
ab8314b3
JB
71322015-12-24 Joel Brobecker <brobecker@adacore.com>
7133
7134 * lib/ada.exp (target_compile_ada_from_dir): New function.
7135 (gdb_compile_ada): Reimplement avoiding the use of project files.
7136 * gdb.ada/gnat_ada.gpr: Delete.
7137 * gdb.ada/cond_lang.exp: Adjust test to make path before
7138 filename optional.
7139 * gdb.ada/small_reg_param.exp: Likewise.
7140
fe33faff
SM
71412015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7142
7143 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7144
6d265cb4
TP
71452015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7146
7147 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7148 case.
7149
10125099
SM
71502015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7151
7152 * gdb.base/break.exp: Remove dead code.
7153 * gdb.base/sepdebug.exp: Likewise.
7154
3ca22649
SM
71552015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7156
7157 * gdb.asm/asm-source.exp: Remove HP-UX references.
7158 * gdb.base/annota1.exp: Likewise.
7159 * gdb.base/annota3.exp: Likewise.
7160 * gdb.base/attach.exp: Likewise.
7161 * gdb.base/bigcore.exp: Likewise.
7162 * gdb.base/break.exp: Likewise.
7163 * gdb.base/call-ar-st.exp: Likewise.
7164 * gdb.base/callfuncs.exp: Likewise.
7165 * gdb.base/catch-fork-static.exp: Likewise.
7166 * gdb.base/display.exp: Likewise.
7167 * gdb.base/foll-exec-mode.exp: Likewise.
7168 * gdb.base/foll-exec.exp: Likewise.
7169 * gdb.base/foll-fork.exp: Likewise.
7170 * gdb.base/foll-vfork.exp: Likewise.
7171 * gdb.base/funcargs.exp: Likewise.
7172 * gdb.base/hbreak2.exp: Likewise.
7173 * gdb.base/inferior-died.exp: Likewise.
7174 * gdb.base/interrupt.exp: Likewise.
7175 * gdb.base/multi-forks.exp: Likewise.
7176 * gdb.base/nodebug.exp: Likewise.
7177 * gdb.base/sepdebug.exp: Likewise.
7178 * gdb.base/solib1.c: Likewise.
7179 * gdb.base/step-test.exp: Likewise.
7180 * gdb.mi/non-stop.c: Likewise.
7181 * gdb.mi/pthreads.c: Likewise.
7182 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7183 * gdb.threads/pthreads.c: Likewise.
7184 * gdb.threads/staticthreads.exp: Likewise.
7185 * lib/future.exp: Likewise.
7186 * lib/gdb.exp: Likewise.
7187 * gdb.base/so-indr-cl.c: Remove.
7188 * gdb.base/so-indr-cl.exp: Likewise.
7189 * gdb.base/solib.c: Likewise.
7190 * gdb.base/solib.exp: Likewise.
7191 * gdb.base/solib2.c: Likewise.
7192
b6304613
SM
71932015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7194
7195 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7196 * gdb.base/call-ar-st.exp: Likewise.
7197 * gdb.base/callfuncs.exp: Likewise.
7198 * gdb.base/condbreak.exp: Likewise.
7199 * gdb.base/constvars.exp: Likewise.
7200 * gdb.base/hbreak2.exp: Likewise.
7201 * gdb.base/langs.exp: Likewise.
7202 * gdb.base/list.exp: Likewise.
7203 * gdb.base/long_long.exp: Likewise.
7204 * gdb.base/ptype.exp: Likewise.
7205 * gdb.base/scope.exp: Likewise.
7206 * gdb.base/signals.exp: Likewise.
7207 * gdb.base/so-impl-ld.exp: Likewise.
7208 * gdb.base/varargs.exp: Likewise.
7209 * gdb.base/volatile.exp: Likewise.
7210 * gdb.base/whatis.exp: Likewise.
7211 * gdb.cp/cplusfuncs.exp: Likewise.
7212 * gdb.cp/inherit.exp: Likewise.
7213 * gdb.cp/local.exp: Likewise.
7214 * gdb.cp/member-ptr.exp: Likewise.
7215 * gdb.cp/method.exp: Likewise.
7216 * gdb.cp/overload.exp: Likewise.
7217 * gdb.cp/templates.exp: Likewise.
7218 * gdb.stabs/weird.exp: Likewise.
7219 * lib/compiler.c: Likewise.
7220 * lib/compiler.cc: Likewise.
7221 * lib/cp-support.exp: Likewise.
7222 * lib/gdb.exp: Likewise.
7223
bf401b07
SM
72242015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7225
7226 * configure.ac: Remove HP-UX case.
7227 * configure: Regenerate.
7228
aff9c0f8
SM
72292015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7230
7231 * lib/gdb.exp (gdb_compile): Add function doc.
7232
a6904d5a
PA
72332015-12-17 Pedro Alves <palves@redhat.com>
7234
7235 PR threads/19354
7236 * gdb.multi/info-threads.exp: New file.
7237
a22279dd
YQ
72382015-12-15 Yao Qi <yao.qi@linaro.org>
7239
7240 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7241 is aarch64*-*-*.
7242
0588c796
SL
72432015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7244
7245 * gdb.base/history-duplicates.exp: Skip if no readline support.
7246
5d978e17
SL
72472015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7248
7249 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7250
7e763b86
SL
72512015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7252
7253 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7254
87a3a92c
SL
72552015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7256
7257 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7258 ctrl-C if nointerrupts target property is set.
7259 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7260 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7261 * gdb.base/paginate-bg-execution.exp: Likewise.
7262 * gdb.base/paginate-execution-startup.exp: Likewise.
7263 * gdb.base/random-signal.exp: Likewise.
7264 * gdb.base/range-stepping.exp: Likewise.
7265 * gdb.cp/annota2.exp: Likewise.
7266 * gdb.cp/annota3.exp: Likewise.
7267 * gdb.gdb/selftest.exp: Likewise.
7268 * gdb.threads/continue-pending-status.exp: Likewise.
7269 * gdb.threads/leader-exit.exp: Likewise.
7270 * gdb.threads/manythreads.exp: Likewise.
7271 * gdb.threads/pthreads.exp: Likewise.
7272 * gdb.threads/schedlock.exp: Likewise.
7273 * gdb.threads/sigthread.exp: Likewise.
7274
a8f077dc
DB
72752015-12-11 Don Breazeal <donb@codesourcery.com>
7276
7277 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7278 remote.
7279 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7280 * gdb.base/foll-exec.exp (main): Enable for target remote.
7281 * gdb.base/foll-fork.exp (main): Likewise.
7282 * gdb.base/foll-vfork.exp (main): Likewise.
7283 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7284 (proc continue_to_exit_bp_loc): Use clean_restart.
7285 * gdb.base/pie-execl.exp (main): Disable for target remote.
7286 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7287 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7288 * gdb.threads/execl.exp (main): Likewise.
7289 * gdb.threads/fork-child-threads.exp (main): Likewise.
7290 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7291 remote.
7292 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7293 remote.
7294 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7295 pid.tid style ptids, instead of just tid.
7296 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7297 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7298 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7299 ptids, instead of just tid.
7300
3b2464a8
AB
73012015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7302
7303 * gdb.base/list.exp (test_list_forward): Add end of file error
7304 test.
7305 (test_repeat_list_command): Add end of file error test.
7306 (test_list_backwards): Add beginning of file error test.
7307
a0def019
AB
73082015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7309
7310 * gdb.base/list.exp (test_list_invalid_args): New function,
7311 defined, and called.
7312
5c000dff
AB
73132015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7314
7315 * gdb.base/list.exp (test_list): Make test names unique.
7316
f1637ebe
YQ
73172015-12-11 Yao Qi <yao.qi@linaro.org>
7318
7319 * gdb.base/coremaker2.c: Remove.
7320
36d6fc0a
PA
73212015-12-10 Pedro Alves <palves@redhat.com>
7322
7323 * gdb.multi/base.exp: Remove stale "spaces" references.
7324
762f7747
PA
73252015-12-10 Pedro Alves <palves@redhat.com>
7326
7327 * gdb.multi/base.exp: Don't use nowarnings.
7328 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7329 * gdb.multi/hangout.c: Include stdio.h.
7330 * gdb.multi/hello.c: Include stdlib.h.
7331 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7332 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7333 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7334
28d2bfb9
AB
73352015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7336
7337 * gdb.dwarf2/dw2-ranges-base.c: New file.
7338 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7339 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7340 support additional line table, and debug ranges generation.
7341 (Dwarf::ranges): New function, generate .debug_ranges.
7342 (Dwarf::lines): Support generating simple line table programs.
7343 (Dwarf::assemble): Initialise new namespace variables.
7344
5fc2beac
KB
73452015-12-09 Kevin Buettner <kevinb@redhat.com>
7346
7347 * gdb.base/async.exp (proc test_background): Add case for
7348 asynchronous execution not supported.
7349
1c35a88f
LM
73502015-12-09 Luis Machado <lgustavo@codesourcery.com>
7351
7352 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7353 format and change test names to make them unique.
7354
b593e3d9
RK
73552015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7356 Pedro Alves <pedro@redhat.com>
7357
7358 PR gdb/18702
7359 Add checking of floatformats setup on x86_64 hosts.
7360 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7361 (smallval, bigval): New labels/constants.
7362 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7363 float" after loading bigval and smallval.
7364
d72413e6
PMR
73652015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7366
7367 * gdb.ada/fun_overload_menu.exp: New testcase.
7368 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7369
ece66d65
JS
73702015-12-04 Josh Stone <jistone@redhat.com>
7371
7372 * gdb.base/catch-fork-static.exp: New.
7373
41d0efca
YQ
73742015-12-03 Yao Qi <yao.qi@linaro.org>
7375
7376 * gdb.base/sizeof.c: Don't include stdio.h and
7377 ../lib/unbuffer_output.c.
7378 (main): New variable 'size' and 'value'. Remove printf and
7379 gdb_unbuffer_output. Assign return value to size and value.
7380 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7381 at the beginning.
7382 (check_sizeof): Check the result by printing variable 'size'.
7383 (check_valueof): Check the result by printing variable 'value'.
7384
99fd02d9
YQ
73852015-12-01 Yao Qi <yao.qi@linaro.org>
7386
7387 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7388 for aarch64*-*-linux* target.
7389
f2faf941
PA
73902015-11-30 Pedro Alves <palves@redhat.com>
7391
7392 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7393
04bf20c5
PA
73942015-11-30 Pedro Alves <palves@redhat.com>
7395
7396 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7397 Handle non-stop mode vCont replies.
7398
09df4675
PA
73992015-11-30 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7402 prepare_for_testing. Start gdb with "set non-stop on" appended to
7403 GDBFLAGS. Lax expected stop output.
7404
58b584af
YQ
74052015-11-27 Yao Qi <yao.qi@linaro.org>
7406
7407 * gdb.arch/arm-neon.exp: New.
7408 * gdb.arch/arm-neon.c: New.
7409
dfcb77a8
YQ
74102015-11-27 Yao Qi <yao.qi@linaro.org>
7411
7412 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7413
88e8ec1b
YQ
74142015-11-27 Yao Qi <yao.qi@linaro.org>
7415
7416 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7417 frames-invalid annotation.
7418
bfde72c2
YQ
74192015-11-27 Yao Qi <yao.qi@linaro.org>
7420
7421 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7422
f6512a69
SM
74232015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7424
7425 * gdb.threads/names.exp: New file.
7426 * gdb.threads/names.c: New file.
7427 * README: Mention gdb,no_thread_names.
7428
46a3515b
MM
74292015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7430
7431 PR 19297
7432 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7433 support" error.
7434
62147a22
PA
74352015-11-24 Pedro Alves <palves@redhat.com>
7436
7437 PR 17539
7438 * gdb.base/display.exp: Expect displays to be sorted in ascending
7439 order. Use multi_line.
7440 * gdb.base/solib-display.exp: Likewise.
7441
2f341b6e
PA
74422015-11-24 Pedro Alves <palves@redhat.com>
7443
7444 PR 17539
25d49b86
PA
7445 * gdb.base/display.exp: Expect displays to be sorted in ascending
7446 order. Use multi_line.
7447 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7448
7e0aa6aa
PA
74492015-11-24 Pedro Alves <palves@redhat.com>
7450
7451 PR 17539
7452 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7453 threads in ascending order.
7454 * gdb.base/foll-fork.exp: Likewise.
7455 * gdb.base/foll-vfork.exp: Likewise.
7456 * gdb.base/multi-forks.exp: Likewise.
7457 * gdb.mi/mi-nonstop.exp: Likewise.
7458 * gdb.mi/mi-nsintrall.exp: Likewise.
7459 * gdb.multi/base.exp: Likewise.
7460 * gdb.multi/multi-arch.exp: Likewise.
7461 * gdb.python/py-inferior.exp: Likewise.
7462 * gdb.threads/break-while-running.exp: Likewise.
7463 * gdb.threads/execl.exp: Likewise.
7464 * gdb.threads/gcore-thread.exp: Likewise.
7465 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7466 * gdb.threads/kill.exp: Likewise.
7467 * gdb.threads/linux-dp.exp: Likewise.
7468 * gdb.threads/multiple-step-overs.exp: Likewise.
7469 * gdb.threads/next-bp-other-thread.exp: Likewise.
7470 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7471 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7472 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7473 * gdb.threads/thread-find.exp: Likewise.
7474 * gdb.threads/tls.exp: Likewise.
7475 * lib/mi-support.exp (mi_reverse_list): Delete.
7476 (mi_check_thread_states): No longer reverse list.
7477
2cc57ad8
PA
74782015-11-24 Pedro Alves <palves@redhat.com>
7479
7480 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7481 use lowercase.
7482
c93e8391
SM
74832015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7484
7485 * gdb.trace/actions.c: Include trace-common.h.
7486 (main): Add a location for a fast tracepoint.
7487 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7488 the normal tracepoints.
7489 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7490
045ccf91
SM
74912015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7492
7493 * save-trace.exp: Factor out code to these...
7494 (gdb_save_tracepoints): New.
7495 (gdb_load_tracepoints): New.
7496 (do_save_load_test): New.
7497
5506f9f6
KB
74982015-11-23 Kevin Buettner <kevinb@redhat.com>
7499
7500 * gdb.base/asmlabel.exp: New test.
7501 * gdb.base/asmlabel.c: New test case.
7502
16c3b12f
JB
75032015-11-23 Joel Brobecker <brobecker@adacore.com>
7504
7505 * gdb.base/wrong_frame_bt_full-main.c: New file.
7506 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7507 * gdb.base/wrong_frame_bt_full.exp: New file.
7508
155bfbd3
JB
75092015-11-23 Joel Brobecker <brobecker@adacore.com>
7510
7511 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7512
bb097445
JM
75132015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7514
206853a0 7515 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7516 pstate register when comparing registers values in
7517 sparc64-*-linux-gnu targets to avoid spurious differences.
7518
9c88ed8f
JM
75192015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7520
206853a0 7521 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7522
96161e25
SL
75232015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7524
7525 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7526 as type argument to gdb_compile.
7527 * gdb.base/nested-subp2.exp: Likewise.
7528 * gdb.base/nested-subp3.exp: Likewise.
7529
340c2830
DV
75302015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7531
7532 * lib/dwarf.exp (_note): Fix left shift of negative value.
7533 * gdb.trace/trace-condition.exp: Likewise.
7534
c1862d0f
YQ
75352015-11-13 Yao Qi <yao.qi@linaro.org>
7536
7537 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7538 comments about d10v.
7539 (test_scalar_returns): Likewise.
7540 * gdb.base/d10v.ld: Remove.
7541 * gdb.base/overlays.exp: Remove the target triplet checking for
7542 d10v-*-*.
7543 * gdb.base/structs.exp (test_struct_returns): Remove the
7544 comments about d10v.
7545 (test_struct_calls): Likewise.
7546
77ae9c19
YQ
75472015-11-13 Yao Qi <yao.qi@linaro.org>
7548
7549 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7550 * gdb.base/gnu_vector.c: Don't include stdio.h.
7551 (main): Don't print res and call add_some_intvecs.
7552
430e004e
MK
75532015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7554
7555 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7556 macro.
7557 (func5): Removed.
7558 (func4): Use FAST_TRACEPOINT_LABEL.
7559 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7560 macro.
7561 (func): Removed.
7562 (thread_function): Use FAST_TRACEPOINT_LABEL.
7563 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7564 (func): Remove.
7565 (marker): Use FAST_TRACEPOINT_LABEL.
7566 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7567 (pendfunc1): Remove.
7568 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7569 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7570 (foo): Remove.
7571 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7572 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7573 macro.
7574 (func): Remove.
7575 (marker): Use FAST_TRACEPOINT_LABEL.
7576 * gdb.trace/trace-common.h: New header.
7577 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7578 macro.
7579 (func): Remove.
7580 (marker): Use FAST_TRACEPOINT_LABEL.
7581 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7582 (func): Remove.
7583 (thread_function): Use FAST_TRACEPOINT_LABEL.
7584
6e7675a7
MK
75852015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7586
7587 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7588 in front.
7589 * gdb.trace/change-loc.exp: Use global pcreg definition.
7590 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7591 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7592 in front.
7593 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7594 * gdb.trace/pending.exp: Likewise.
7595 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7596 * gdb.trace/trace-break.exp: Likewise.
7597 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7598 in front.
7599 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7600 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7601 in front.
7602 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7603
dddc0e16
JB
76042015-11-09 Joel Brobecker <brobecker@adacore.com>
7605
7606 * gdb.ada/fin_fun_out: New testcase.
7607
c6f0b406
KB
76082015-11-07 Kevin Buettner <kevinb@redhat.com>
7609
7610 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7611 value associated with DW_AT_byte_size.
7612 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7613 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7614 DW_AT_upper_bound.
7615
f01dcfd9
KB
76162015-11-07 Kevin Buettner <kevinb@redhat.com>
7617
7618 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7619 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7620 version.
7621 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7622 gdb.dwarf2/dw2-canonicalize-type.exp,
7623 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7624 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7625 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7626 provided by gdb_target_symbol_prefix_flags_asm.
7627 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7628 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7629 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7630 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7631 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7632 macros where needed). Use this macro for symbols which require
7633 the prefix provided by SYMBOL_PREFIX.
7634
2223449a
KB
76352015-11-05 Kevin Buettner <kevinb@redhat.com>
7636
7637 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7638 New procs.
7639 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7640 representing expressions, of more than one list element.
7641 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7642 to prepend linker symbol prefix to f.
7643 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7644 table_1 and table_2.
7645 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7646 Likewise, for f and g.
7647 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7648 for ptr.
7649 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7650 for main.
7651 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7652 table_1_ptr and table_2_ptr.
7653
6f2f1a3a
JK
76542015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7655 Joel Brobecker <brobecker@adacore.com>
7656
7657 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7658
566c56c9
MK
76592015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7660
7661 * gdb.reverse/s390-mvcle.c: New test.
7662 * gdb.reverse/s390-mvcle.exp: New file.
7663 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7664
d5f0636b
MK
76652015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7666
7667 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7668
7ad8b86c
MK
76692015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7670
7671 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7672 reaching marker2.
7673 * gdb.reverse/getresuid-reverse.exp: Likewise.
7674 * gdb.reverse/pipe-reverse.exp: Likewise.
7675 * gdb.reverse/readv-reverse.exp: Likewise.
7676 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7677 * gdb.reverse/time-reverse.exp: Likewise.
7678 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7679
4081c0f1
YQ
76802015-10-30 Yao Qi <yao.qi@linaro.org>
7681
7682 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7683 (empty_cycle): Remove.
7684 (main): Don't call empty_cycle. Don't use watch_count_done.
7685 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7686 empty_cycle. Rewrite the code counting HW watchpoints.
7687
452b4ba5
MK
76882015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7689
7690 * gdb.reverse/fstatat-reverse.c: New test.
7691 * gdb.reverse/fstatat-reverse.exp: New file.
7692 * gdb.reverse/getresuid-reverse.c: New test.
7693 * gdb.reverse/getresuid-reverse.exp: New file.
7694 * gdb.reverse/pipe-reverse.c: New test.
7695 * gdb.reverse/pipe-reverse.exp: New file.
7696 * gdb.reverse/readv-reverse.c: New test.
7697 * gdb.reverse/readv-reverse.exp: New file.
7698 * gdb.reverse/recvmsg-reverse.c: New test.
7699 * gdb.reverse/recvmsg-reverse.exp: New file.
7700 * gdb.reverse/time-reverse.c: New test.
7701 * gdb.reverse/time-reverse.exp: New file.
7702 * gdb.reverse/waitpid-reverse.c: New test.
7703 * gdb.reverse/waitpid-reverse.exp: New file.
7704
5e2e7507
JK
77052015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7706
7707 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7708
0fde2c53
DE
77092015-10-26 Doug Evans <dje@google.com>
7710
7711 PR symtab/17391
7712 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7713 * gdb.dwarf2/bad-regnum.c: New file.
7714 * gdb.dwarf2/bad-regnum.exp: New file.
7715
1a70ae97
DE
77162015-10-26 Doug Evans <dje@google.com>
7717
7718 PR python/18938
7719 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7720 file.
7721
27dc26ab
JK
77222015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7723
7724 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7725 for a change by "Mention language in compile error message".
7726
bed91f4d
SM
77272015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7728
7729 PR python/18073
7730 * gdb.python/py-type.c (C::a_method): New.
7731 (C::a_const_method): New.
7732 (C::a_static_method): New.
7733 (a_function): New.
7734 * gdb.python/py-type.exp (test_fields): Test getting fields
7735 from function and method.
7736
3f2f83dd
KB
77372015-10-21 Keven Boell <keven.boell@intel.com>
7738
7739 * gdb.fortran/vla-alloc-assoc.exp: New file.
7740 * gdb.fortran/vla-datatypes.exp: New file.
7741 * gdb.fortran/vla-datatypes.f90: New file.
7742 * gdb.fortran/vla-history.exp: New file.
7743 * gdb.fortran/vla-ptype-sub.exp: New file.
7744 * gdb.fortran/vla-ptype.exp: New file.
7745 * gdb.fortran/vla-sizeof.exp: New file.
7746 * gdb.fortran/vla-sub.f90: New file.
7747 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7748 * gdb.fortran/vla-value-sub-finish.exp: New file.
7749 * gdb.fortran/vla-value-sub.exp: New file.
7750 * gdb.fortran/vla-value.exp: New file.
7751 * gdb.fortran/vla-ptr-info.exp: New file.
7752 * gdb.mi/mi-vla-fortran.exp: New file.
7753 * gdb.mi/vla.f90: New file.
7754
27145d50
SL
77552015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7756
7757 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7758 of hardwired timeout value.
7759
5f3ff4f8
JK
77602015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7761 Pedro Alves <palves@redhat.com>
7762
7763 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7764 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7765
bfd09d20
JS
77662015-10-19 Josh Stone <jistone@redhat.com>
7767
7768 * gdb.base/catch-syscall.c: Include <sched.h>.
7769 (unknown_syscall): New variable.
7770 (main): Trigger a vfork and an unknown syscall.
7771 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7772 (unknown_syscall_number): Likewise.
7773 (check_call_to_syscall): Accept an optional syscall pattern.
7774 (check_return_from_syscall): Likewise.
7775 (check_continue): Likewise.
7776 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7777 (test_catch_syscall_skipping_return): New test toggling off 'catch
7778 syscall' to step over the syscall return, then toggling back on.
7779 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7780 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7781 (do_syscall_tests): Call test_catch_syscall_without_args and
7782 test_catch_syscall_mid_vfork.
7783 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7784 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7785
b32b93c6
AS
77862015-10-19 Andrew Stubbs <ams@codesourcery.com>
7787
7788 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7789 print g_vE): Add new pass patterns.
7790 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7791 print various symbol names for vptr fields.
7792
9d622bda
AB
77932015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7794
7795 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7796 results.
7797
0fd8ac1c
YQ
77982015-10-12 Yao Qi <yao.qi@linaro.org>
7799
7800 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7801
34240514
YQ
78022015-10-12 Yao Qi <yao.qi@linaro.org>
7803
7804 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7805 is aarch64*-*-linux*.
7806
8240f442
YQ
78072015-10-12 Yao Qi <yao.qi@linaro.org>
7808
7809 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7810 (can_relocate_bcond_true): ... it.
7811 (can_relocate_bcond_false): New function.
7812 (foo): Likewise.
7813 (can_relocate_bl): Likewise.
7814 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7815 can_relocate_bl.
7816
2520f728
PMR
78172015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7818
7819 * gdb.base/nested-addr.c: New file.
7820 * gdb.base/nested-addr.exp: New testcase.
7821
abcef95a
MM
78222015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7823
7824 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7825 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7826 its output. Ignore the output of "record goto begin" and instead
7827 check that GDB is replaying.
7828
145e3ddb
PA
78292015-10-09 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7832 (top level): Use it in the run with no args test.
7833
d5d8c4e1
IB
78342015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7835
7836 * gdb.dlang/properties.exp: New file.
7837
06e635ef
SL
78382015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7839
7840 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7841 whether or not address 0x1000 is mapped on the target.
7842
e019fd1d
SM
78432015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7844
7845 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7846 build.
7847
77ba2a67
MM
78482015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7849
7850 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7851 instruction-history test.
7852
c60eb31f
DE
78532015-09-28 Doug Evans <dje@google.com>
7854
7855 * gdb.base/gcore.c (array_func): Add reference to static_array.
7856
9a3c8263
SM
78572015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7858
7859 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7860 source line.
7861
9720e656
SL
78622015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7863
7864 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7865 short or char as base type.
7866
938d3bf2
SL
78672015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7868
7869 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7870 to allow any size enum.
7871
e6c2c623
PMR
78722015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7873
7874 * gdb.ada/array_ptr_renaming.exp: New testcase.
7875 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7876 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7877
06da0f77
PL
78782015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7879
7880 * gdb.trace/ftrace-lock.c: New file.
7881 * gdb.trace/ftrace-lock.exp: New file.
7882
4f51c22a
PL
78832015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7884
7885 * gdb.arch/insn-reloc.c: New file.
7886 * gdb.arch/ftrace-insn-reloc.exp: New file.
7887
7041adf4
PL
78882015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7889
7890 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7891 instruction.
7892 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7893 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7894 * gdb.trace/range-stepping.c: Likewise.
7895 * gdb.trace/trace-break.c: Likewise.
7896 * gdb.trace/trace-mt.c (thread_function): Likewise.
7897 * gdb.trace/ftrace.c (marker): Likewise.
7898 * gdb.trace/trace-condition.c (marker): Likewise.
7899 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7900 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7901 is_aarch64_target.
7902
015d2e7e
DE
79032015-09-18 Doug Evans <xdje42@gmail.com>
7904
7905 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7906 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7907
26b188a2
SL
79082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7909
7910 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7911 the breakpoint.
7912
79dc332b
SL
79132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7914
7915 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7916 the pending breakpoint. Remove timeout override for "Run till
7917 MI pending breakpoint on pendfunc3 on thread 2" test.
7918
f57929f2
SL
79192015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7920
7921 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7922 filename pattern.
7923
3f469b17
SL
79242015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7925
7926 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7927 in breakpoint filename pattern.
7928
515b89b3
SL
79292015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7930
7800dbe4
SL
7931 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7932
79332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7934
515b89b3
SL
7935 * gdb.linespec/explicit.exp: Check for readline support for
7936 tab-completion tests. Fix obvious typo.
7937
d2939ba2
MM
79382015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7939
7940 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7941 and replay.
7942
cbb55fa7
MM
79432015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7944
7945 * gdb.btrace/non-stop.c: New.
7946 * gdb.btrace/non-stop.exp: New.
7947
43691ca1
PL
79482015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7949 Yao Qi <yao.qi@linaro.org>
7950
7951 * gdb.trace/trace-condition.c: New file.
7952 * gdb.trace/trace-condition.exp: New file.
7953
d78908cf
WW
79542015-09-16 Wei-cheng Wang <cole945@gmail.com>
7955
7956 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7957 for testing bytecode compilation.
7958
1ed415e2
PA
79592015-09-16 Pedro Alves <palves@redhat.com>
7960 Sandra Loosemore <sandra@codesourcery.com>
7961
7962 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7963 (SECONDS): Redefine.
7964 (main): Call pthread_kill and alarm early.
7965 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7966 support.
7967 (test): If the target can't hardware step and doesn't support
7968 displaced stepping, increase the timeout.
7969
d136eff5
PA
79702015-09-16 Pedro Alves <palves@redhat.com>
7971
7972 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7973 (enable_debug): New procedures.
7974 (test): Use them. Bail out if waiting for threads fails.
7975 (top level): Bail out if a test fails.
7976
991f019c
YQ
79772015-09-16 Yao Qi <yao.qi@linaro.org>
7978
7979 * gdb.asm/asm-source.exp: Set asm-arch for
7980 aarch64*-*-* target.
7981 * gdb.asm/aarch64.inc: New file.
7982
bfca584f
PMR
79832015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7984
7985 * gdb.ada/array_of_variable_length.exp: New testcase.
7986 * gdb.ada/array_of_variable_length/foo.adb: New file.
7987 * gdb.ada/array_of_variable_length/pck.adb: New file.
7988 * gdb.ada/array_of_variable_length/pck.ads: New file.
7989
b326e587
DE
79902015-09-15 Doug Evans <dje@google.com>
7991
7992 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7993 of function static local variable.
7994
5382cfab
PW
79952015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7996
7997 * gdb.threads/tls-so_extern.exp: New test file.
7998 * gdb.threads/tls-so_extern.c: New test file.
7999 * gdb.threads/tls-so_extern_main.c: New test file.
8000
141c5cc4
JK
80012015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8002
8003 * gdb.opt/solib-intra-step-lib.c: New file.
8004 * gdb.opt/solib-intra-step-main.c: New file.
8005 * gdb.opt/solib-intra-step.exp: New file.
8006
d15dcecd
PA
80072015-09-15 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8010 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8011
4c2f2a79
PA
80122015-09-14 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.base/hook-stop-continue.c: Delete.
8015 * gdb.base/hook-stop-continue.exp: Delete.
8016 * gdb.base/hook-stop-frame.c: Delete.
8017 * gdb.base/hook-stop-frame.exp: Delete.
8018 * gdb.base/hook-stop.c: New file.
8019 * gdb.base/hook-stop.exp: New file.
8020
919e6dbe
PMR
80212015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8022
8023 * gdb.ada/access_to_packed_array.exp: New testcase.
8024 * gdb.ada/access_to_packed_array/foo.adb: New file.
8025 * gdb.ada/access_to_packed_array/pack.adb: New file.
8026 * gdb.ada/access_to_packed_array/pack.ads: New file.
8027
157280a4
MM
80282015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8029
8030 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8031 buffer size test.
8032
2fd33e94
DB
80332015-09-11 Don Breazeal <donb@codesourcery.com>
8034
8035 * gdb.base/foll-exec.c: Add copyright header. Fix
8036 formatting issues.
8037 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8038 (do_exec_tests): Use clean_restart in place of zap_session,
8039 and for test initialization. Fix formatting issues. Use
8040 fail in place of perror.
8041 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8042 an expect statement to match an expression with output from
8043 the program under debug.
8044 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8045 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8046 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8047 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8048 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8049
e70b6e8e
DE
80502015-09-09 Doug Evans <dje@google.com>
8051
8052 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8053
7a551a51
DE
80542015-09-09 Doug Evans <dje@google.com>
8055
8056 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8057
4c666f84
DE
80582015-09-09 Doug Evans <dje@google.com>
8059
8060 * gdb.base/savedregs.exp: Fix typo.
8061
243a9253
PA
80622015-09-09 Pedro Alves <palves@redhat.com>
8063
8064 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8065
c0fa8fbd
SL
80662015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8067
8068 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8069 command actually switches threads. Give up on remaining
8070 tests if target fails to stop at breakpoint.
8071
cd7c1778
PMR
80722015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8073
8074 * gdb.ada/funcall_char.exp: New testcase.
8075 * gdb.ada/funcall_char/foo.adb: New file.
8076
dc5c8746
PMR
80772015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8078
8079 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8080 expected outputs. Add two testcases for completing ambiguous
8081 functions.
8082 * gdb.ada/complete/aux_pck.adb: New file.
8083 * gdb.ada/complete/aux_pck.ads: New file.
8084 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8085 Ambiguous_Func functions.
8086 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8087 * gdb.ada/complete/pck.adb: Likewise.
8088
4e83a1e7
UW
80892015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8090
8091 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8092 failures to run the test program under GDB.
8093
8ce74153
LM
80942015-08-26 Luis Machado <lgustavo@codesourcery.com>
8095
8096 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8097 to C.
8098
e9756d52
PP
80992015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8100
8101 * gdb.base/run-after-attach.exp: New test file.
8102 * gdb.base/run-after-attach.c: New test file.
8103
8d37573b
DB
81042015-08-26 Don Breazeal <donb@codesourcery.com>
8105
8106 * gdb.base/foll-exec-2.c: New test program.
8107 * gdb.base/foll-exec-2.exp: New test.
8108
63e43d3a
PMR
81092015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8110
8111 * gdb.base/nested-subp1.exp: New file.
8112 * gdb.base/nested-subp1.c: New file.
8113 * gdb.base/nested-subp2.exp: New file.
8114 * gdb.base/nested-subp2.c: New file.
8115 * gdb.base/nested-subp3.exp: New file.
8116 * gdb.base/nested-subp3.c: New file.
8117
3d40fbb5
PA
81182015-08-24 Pedro Alves <palves@redhat.com>
8119
8120 * gdb.server/connect-without-multi-process.c: New file.
8121 * gdb.server/connect-without-multi-process.exp: New file.
8122
4422ac93
LM
81232015-08-24 Luis Machado <lgustavo@codesourcery.com>
8124
8125 * gdb.opt/inline-markers.c: Make z int.
8126
91dddb86
LM
81272015-08-24 Luis Machado <lgustavo@codesourcery.com>
8128
8129 * gdb.opt/inline-markers.c: Make z volatile.
8130
a48847ee
LM
81312015-08-24 Luis Machado <lgustavo@codesourcery.com>
8132
8133 * gdb.opt/inline-bt.c: New volatile global z.
8134 * gdb.opt/inline-cmds.c: Likewise.
8135 * gdb.opt/inline-locals.c: Likewise.
8136 * gdb.opt/inline-markers.c: New extern global z.
8137 (marker): Use z.
8138 (inline_fn): Likewise.
8139
0ebbc52b
PA
81402015-08-24 Pedro Alves <palves@redhat.com>
8141
8142 * config/m32r-stub.exp: Remove file.
8143 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8144 * gdb.base/call-rt-st.exp: Likewise.
8145 * gdb.base/call-strs.exp: Likewise.
8146 * gdb.base/default.exp: Remove references to h8300-*-hms and
8147 *-*-udi*.
8148 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8149
77c365df
AA
81502015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8151
8152 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8153 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8154 and "return" use KFAIL when GDB can not read/write the vector
8155 return value.
8156
4313b8c0
GB
81572015-08-21 Gary Benson <gbenson@redhat.com>
8158
8159 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8160
0e433b32
PA
81612015-08-20 Pedro Alves <palves@redhat.com>
8162
8163 * gdb.server/solib-list.exp: No longer expect an interior stop in
8164 non-stop mode.
8165
221e1a37
PA
81662015-08-20 Pedro Alves <palves@redhat.com>
8167
8168 * gdb.server/connect-stopped-target.c: New file.
8169 * gdb.server/connect-stopped-target.exp: New file.
8170
40e3ad0e
PA
81712015-08-20 Pedro Alves <palves@redhat.com>
8172
8173 * gdb.dwarf2/comp-unit-lang.exp: New file.
8174 * gdb.dwarf2/comp-unit-lang.c: New file.
8175
af39b327
PMR
81762015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8177
8178 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8179 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8180
7d45c7c3 81812015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8182
7d45c7c3
KB
8183 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8184 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8185
4d6cceb4
DE
81862015-08-18 Doug Evans <dje@google.com>
8187 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8188
8189 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8190 skip_python_tests. New arg prompt_regexp.
8191 (skip_python_tests): New function.
8192 * lib/mi-support.exp (mi_skip_python_tests): New function.
8193 * gdb.python/py-mi-objfile-gdb.py: New file.
8194 * gdb.python/py-mi-objfile.c: New file.
8195 * gdb.python/py-mi-objfile.exp: New file.
8196
ad89c2aa
KS
81972015-08-17 Keith Seitz <keiths@redhat.com>
8198
8199 * gdb.linespec/explicit.exp: Move strace test from here ...
8200 * gdb.trace/strace.exp: ... to here.
8201
e3ae3c43
PP
82022015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8203
8204 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8205 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8206
604b2636
DE
82072015-08-14 Doug Evans <xdje42@gmail.com>
8208
8209 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8210 inferior before selecting a new file.
8211
6ff0ba5f
DE
82122015-08-14 Doug Evans <xdje42@gmail.com>
8213
8214 * gdb.mi/mi-disassemble.exp: Update.
8215 * gdb.base/disasm-optim.S: New file.
8216 * gdb.base/disasm-optim.c: New file.
8217 * gdb.base/disasm-optim.h: New file.
8218 * gdb.base/disasm-optim.exp: New file.
8219
9ca98f92
KS
82202015-08-14 Keith Seitz <keiths@redhat.com>
8221
8222 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8223 "evaluated-by".
8224
52bbc560
JB
82252015-08-13 Joel Brobecker <brobecker@adacore.com>
8226
8227 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8228
5d8c3ed3
PMR
82292015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8230
8231 * gdb.ada/fun_renaming.exp: New testcase.
8232 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8233 * gdb.ada/fun_renaming/pack.adb: New file.
8234 * gdb.ada/fun_renaming/pack.ads: New file.
8235
ea8812bc
KS
82362015-08-12 Keith Seitz <keiths@redhat.com>
8237
8238 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8239 gdb_get_line_number.
8240
4dafcdeb
JB
82412015-08-12 Joel Brobecker <brobecker@adacore.com>
8242
8243 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8244 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8245 gdb.base/dso2dso.exp: New files.
8246
5ba32597
SDJ
82472015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8248 Pedro Alves <palves@redhat.com>
8249 Keith Seitz <keiths@redhat.com>
8250
8251 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8252 GDBFLAGS.
8253
b6dafabf
PP
82542015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8255
8256 * gdb.base/gdbhistsize-history.exp
8257 (test_histsize_history_setting): Use save_vars.
8258 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8259 Use save_vars.
8260 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8261 * gdb.base/readline.exp: Use save_vars.
8262
abe8e607
PP
82632015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8264
8265 * lib/gdb.exp (save_vars): New proc.
8266
629500fa
KS
82672015-08-11 Keith Seitz <keiths@redhat.com>
8268
8269 * gdb.base/help.exp: Update help_breakpoint_text.
8270
eb8c4e2e
KS
82712015-08-11 Keith Seitz <keiths@redhat.com>
8272
8273 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8274 (at toplevel): Call test_explicit_breakpoints.
8275 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8276 breakpoints.
8277 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8278 breakpoint conditions, "-cond".
8279
87f0e720
KS
82802015-08-11 Keith Seitz <keiths@redhat.com>
8281
8282 * gdb.linespec/3explicit.c: New file.
8283 * gdb.linespec/cpexplicit.cc: New file.
8284 * gdb.linespec/cpexplicit.exp: New file.
8285 * gdb.linespec/explicit.c: New file.
8286 * gdb.linespec/explicit.exp: New file.
8287 * gdb.linespec/explicit2.c: New file.
8288 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8289 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8290 before using in the matching pattern.
8291 Clarify that `prefix' is a regular expression.
8292
f00aae0f
KS
82932015-08-11 Keith Seitz <keiths@redhat.com>
8294
8295 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8296 test.
8297 Add tests for missing ",FMT" and ",".
8298
e27852be
DE
82992015-08-10 Doug Evans <dje@google.com>
8300 Keith Seitz <keiths@redhat.com>
8301
8302 PR gdb/17960
8303 * gdb.base/completion.exp: Add location completer tests.
8304
7f03bd92
PA
83052015-08-07 Pedro Alves <palves@redhat.com>
8306
8307 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8308 tests here.
8309 (top level): Run do_test with and without displaced stepping.
8310
3fc8eb30
PA
83112015-08-07 Pedro Alves <palves@redhat.com>
8312
8313 * gdb.base/valgrind-disp-step.c: New file.
8314 * gdb.base/valgrind-disp-step.exp: New file.
8315
d4569d7b
PA
83162015-08-07 Pedro Alves <palves@redhat.com>
8317
8318 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8319 Delete function.
8320 (main): Add alarm. Run an infinite loop instead of calling
8321 wait_threads.
8322 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8323 comment.
8324 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8325 Delete function.
8326 (main): Add alarm. Run an infinite loop instead of calling
8327 wait_threads.
8328 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8329 comment.
8330
e1316e60
PA
83312015-08-07 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.base/checkpoint-ns.exp: New file.
8334 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8335 standard_testfile.
8336
da8c46d2
MM
83372015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8338
8339 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8340 * gdb.btrace/instruction_history.exp: Update.
8341 * gdb.btrace/tsx.exp: New.
8342 * gdb.btrace/tsx.c: New.
8343
de1c2c52
PA
83442015-08-06 Pedro Alves <palves@redhat.com>
8345
8346 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8347 increase timeout.
8348 * gdb.reverse/until-precsave.exp: Bump timeouts.
8349
782e0bf4
PA
83502015-08-06 Pedro Alves <palves@redhat.com>
8351
8352 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8353
83e97ed0
PA
83542015-08-06 Pedro Alves <palves@redhat.com>
8355
8356 PR gdb/18749
8357 * gdb.threads/process-dies-while-handling-bp.c: New file.
8358 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8359
863d01bd
PA
83602015-08-06 Pedro Alves <palves@redhat.com>
8361
8362 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8363 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8364
0a39bb32
PA
83652015-08-05 Pedro Alves <palves@redhat.com>
8366
8367 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8368 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8369
ee2d2b10
SL
83702015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8371
8372 * gdb.base/bp-permanent.exp: Report test as unsupported if
8373 the target cannot stop at the permanent breakpoint.
8374
4e1bdb00
DE
83752015-08-03 Doug Evans <dje@google.com>
8376
8377 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8378 10000.
8379
3d338901
DE
83802015-08-03 Doug Evans <dje@google.com>
8381
8382 * Makefile.in (workers/%.worker, build-perf): New rule.
8383 (GDB_PERFTEST_MODE): New variable.
8384 (check-perf): Use it.
8385 (clean): Clean up gdb.perf parallel build subdirs.
8386 * lib/build-piece.exp: New file.
8387 * lib/gdb.exp (make_gdb_parallel_path): New function
8388 (standard_output_file, standard_temp_file): Call it.
8389 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8390 of $GDB_PARALLEL.
8391 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8392
af061d3e
DE
83932015-08-03 Doug Evans <dje@google.com>
8394
8e1afc81 8395 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8396 (LOG_FILE_NAME): New global.
8397 (TextReporter.__init__): Initialize self.txt_sum.
8398 (TextReporter.report): Add support for multiple data-points.
8399 Move report to perftest.sum, put raw data in perftest.log.
8400 (TextReporter.start): Open sum and log files.
8401 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8402 * gdb.perf/lib/perftest/testresult.py
8403 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8404
2c8c5d37
PA
84052015-07-31 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8408 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8409 kill_wait_spawned_process instead of explicit "kill -9".
8410 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8411 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8412 kill_wait_spawned_process.
8413 * gdb.base/attach-twice.exp: Likewise.
8414 * gdb.base/attach.exp: Likewise.
8415 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8416 gdb_test_multiple.
8417 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8418 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8419 kill_wait_spawned_process.
8420 * gdb.base/valgrind-infcall.exp: Likewise.
8421 * gdb.multi/multi-attach.exp: Likewise.
8422 * gdb.python/py-prompt.exp: Likewise.
8423 * gdb.python/py-sync-interp.exp: Likewise.
8424 * gdb.server/ext-attach.exp: Likewise.
8425 * gdb.threads/attach-into-signal.exp (corefunc): Use
8426 spawn_wait_for_attach, spawn_id_get_pid and
8427 kill_wait_spawned_process.
8428 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8429 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8430 spawn_id_get_pid and kill_wait_spawned_process.
8431 * gdb.threads/attach-stopped.exp (corefunc): Use
8432 spawn_wait_for_attach, spawn_id_get_pid and
8433 kill_wait_spawned_process.
8434 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8435 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8436 kill_wait_spawned_process instead of explicit "kill -9".
8437 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8438 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8439 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8440 processes. Don't map cygwin/windows pids here. Now returns a
8441 spawn id list.
8442
032a0fca
SL
84432015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8444
8445 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8446 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8447 correct patch.
8448
61a934ca
SL
84492015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8450
8451 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8452
4bc4d428
SL
84532015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8454
8455 Reapply:
8456 2014-05-21 Mark Wielaard <mjw@redhat.com>
8457
8458 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8459
998d452a
PA
84602015-07-30 Pedro Alves <palves@redhat.com>
8461
8462 * linux-low.c (handle_extended_wait): Set the child's last
8463 reported status to TARGET_WAITKIND_STOPPED.
8464
69dde7dc
PA
84652015-07-30 Pedro Alves <palves@redhat.com>
8466
8467 PR threads/18600
8468 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8469 only shows inferior 1.
8470
4dd63d48
PA
84712015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8472 Pedro Alves <palves@redhat.com>
8473
8474 PR threads/18600
8475 * gdb.threads/fork-plus-threads.c: New file.
8476 * gdb.threads/fork-plus-threads.exp: New file.
8477
d618e4c5
PP
84782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8479
8480 * gdb.base/batch-preserve-term-settings.exp
8481 (test_terminal_settings_preserved_after_cli_exit): Use
8482 send_quit_command.
8483
1eef6428
PA
84842015-07-29 Pedro Alves <palves@redhat.com>
8485 Don Breazeal <donb@codesourcery.com>
8486
8487 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8488 output from both inferior_spawn_id and gdb_spawn_id.
8489
7da5b897
SDJ
84902015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8491
8492 * gdb.threads/attach-into-signal.exp (corefunc): Use
8493 with_test_prefix on nested loops, uniquefying the test messages.
8494
dac804df
SDJ
84952015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8496
8497 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8498 commit.
8499
06265e53
PP
85002015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8501
8502 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8503 New proc.
8504 (test_terminal_settings_preserved_after_sigterm): New test.
8505
18206ca3
PP
85062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8507
8508 * gdb.base/batch-preserve-term-settings.exp
8509 (test_terminal_settings_preserved_after_cli_exit): New test.
8510
90074d11
PP
85112015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8512
8513 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8514 manipulation of saved_gdbflags.
8515 (test_terminal_settings_preserved): Remove global declaration of
8516 the unused variable pagination_prompt. Remove manipulation of
8517 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8518 GDBFLAGS.
8519
eb1a7902
PA
85202015-07-29 Pedro Alves <palves@redhat.com>
8521
8522 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8523
8b75dd3b
PA
85242015-07-29 Pedro Alves <palves@redhat.com>
8525
8526 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8527 at the top.
8528
dedad4e3
PA
85292015-07-29 Pedro Alves <palves@redhat.com>
8530
8531 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8532 (main): Call gdb_unbuffer_output.
8533 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8534 (main): Call gdb_unbuffer_output.
8535 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8536 (main): Call gdb_unbuffer_output.
8537 * gdb.base/call-strs.exp: Adjust to step over the
8538 gdb_unbuffer_output call.
8539 * gdb.base/catch-gdb-caused-signals.c: Include
8540 "../lib/unbuffer_output.c".
8541 (main): Call gdb_unbuffer_output.
8542 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8543 (main): Call gdb_unbuffer_output.
8544 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8545 (main): Call gdb_unbuffer_output.
8546 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8547 (main): Call gdb_unbuffer_output.
8548 * gdb.base/shlib-call.exp: Adjust to step over the
8549 gdb_unbuffer_output call.
8550 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8551 (main): Call gdb_unbuffer_output.
8552 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8553 (main): Call gdb_unbuffer_output.
8554 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8555 (main): Rename to ...
8556 (test): ... this.
8557 (main): Reimplement.
8558 * gdb.base/varargs.exp: Run to test instead of to main.
8559 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8560 (main): Call gdb_unbuffer_output.
8561
58789a91
PA
85622015-07-29 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8565 factore out from mi_continue_dprintf. For call-style dprintfs,
8566 expect dprintf output out of $inferior_spawn_id.
8567 (mi_continue_dprintf): Use mi_expect_dprintf.
8568 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8569 (main): Call gdb_unbuffer_output.
8570
e8376742
PA
85712015-07-29 Pedro Alves <palves@redhat.com>
8572
8573 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8574 (default_mi_gdb_start): Set inferior_spawn_id instead of
8575 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8576 gdb_spawn_id.
8577 (mi_gdb_test): Always expect inferior output from both
8578 $inferior_spawn_id and $gdb_spawn_id.
8579
08280010
PA
85802015-07-29 Pedro Alves <palves@redhat.com>
8581
8582 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8583 send_inferior and $inferior_spawn_id.
8584
4d30e432
PA
85852015-07-29 Pedro Alves <palves@redhat.com>
8586
8587 * gdb.gdb/complaints.exp (test_initial_complaints)
8588 (test_serial_complaints, test_short_complaints): Use
8589 gdb_test_stdio.
8590 (test_empty_complaint): Handle $inferior_spawn_id !=
8591 $gdb_spawn_id.
8592
0d30a335
PA
85932015-07-29 Pedro Alves <palves@redhat.com>
8594
8595 * gdb.base/varargs.exp: Use gdb_test_stdio.
8596
39413b29
PA
85972015-07-29 Pedro Alves <palves@redhat.com>
8598
8599 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8600
7cb000a9
PA
86012015-07-29 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8604
d7b8ac82
PA
86052015-07-29 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8608 parameter into two new parameters, "inf_result" and "gdb_result".
8609 Expect inferior output and gdb output from $inferior_spawn_id and
8610 $gdb_spawn_id, respectively. Adjust all callers.
8611
789c3a0c
PA
86122015-07-29 Pedro Alves <palves@redhat.com>
8613
8614 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8615 of gdb_test_sequence.
8616
77e760c3
PA
86172015-07-29 Pedro Alves <palves@redhat.com>
8618
8619 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8620 (saw_spurious_output): Expect inferior output from
8621 $inferior_spawn_id. Use gdb_test_stdio.
8622
8396d2cd
PA
86232015-07-29 Pedro Alves <palves@redhat.com>
8624
8625 * gdb.base/dprintf.exp: Use standard_testfile. Change
8626 prepare_for_testing call.
8627 (srcfile): Don't set.
8628 (restart): New procedure.
8629 (test_dprintf): New procecure, use to continue over dprintfs.
8630 (test_call, test_agent): New procedures, tests moved here.
8631 Restart gdb and recreate dprintfs. Adjust expected output.
8632
2051d61f
PA
86332015-07-29 Pedro Alves <palves@redhat.com>
8634
8635 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8636
452397af
PA
86372015-07-29 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8640
8aed9555
PA
86412015-07-29 Pedro Alves <palves@redhat.com>
8642
8643 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8644 gdb_test_stdio.
8645
188a61b4
PA
86462015-07-29 Pedro Alves <palves@redhat.com>
8647
8648 * lib/gdb.exp (gdb_test_stdio): New procedure.
8649
12264a45
PA
86502015-07-29 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8653
23ffc893
PA
86542015-07-29 Pedro Alves <palves@redhat.com>
8655
8656 * gdb.base/call-signal-resume.exp: Remove check for
8657 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8658 * gdb.base/unwindonsignal.exp: Likewise.
8659 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8660 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8661
65566918
PA
86622015-07-29 Pedro Alves <palves@redhat.com>
8663
8664 * gdb.base/siginfo-addr.c (pass): New function.
8665 (handler): Call it iff si_addr is correct.
8666 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8667 Set a breakpoint at "pass" and continue to it.
8668
d60a9221
SDJ
86692015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8670
8671 * gdb.python/py-objfile.exp: Make some tests have unique names.
8672 * gdb.python/py-pp-registration.exp: Likewise.
8673
bde40b8f
PA
86742015-07-28 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8677
13e1dec8
SM
86782015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8679
8680 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8681
da33c9a7
SM
86822015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8683
8684 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8685
077836f7
PP
86862015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8687
8688 * gdb.base/gdb-sigterm-2.exp: New test.
8689
b8cc7b2e
DE
86902015-07-25 Doug Evans <xdje42@gmail.com>
8691
8692 Revert:
8693 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8694 (workers/%.worker, build-perf): New rule.
8695 (GDB_PERFTEST_MODE): New variable.
8696 (check-perf): Use it.
8697 (clean): Clean up gdb.perf parallel build subdirs.
8698 * lib/build-piece.exp: New file.
8699 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8700 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8701 name.
8702 (standard_temp_file): Ditto.
8703 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8704 of $GDB_PARALLEL.
8705
c8bd4544
DE
87062015-07-24 Doug Evans <dje@google.com>
8707
8708 * gdb.perf/lib/perftest/utils.py: New file.
8709 * gdb.perf/gm-hello.cc: New file.
8710 * gdb.perf/gm-pervasive-typedef.cc: New file.
8711 * gdb.perf/gm-pervasive-typedef.h: New file.
8712 * gdb.perf/gm-std.cc: New file.
8713 * gdb.perf/gm-std.h: New file.
8714 * gdb.perf/gm-use-cerr.cc: New file.
8715 * gdb.perf/gm-utils.h: New file.
8716 * gdb.perf/gmonster-null-lookup.py: New file.
8717 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8718 * gdb.perf/gmonster-print-cerr.py: New file.
8719 * gdb.perf/gmonster-ptype-string.py: New file.
8720 * gdb.perf/gmonster-runto-main.py: New file.
8721 * gdb.perf/gmonster-select-file.py: New file.
8722 * gdb.perf/gmonster1-null-lookup.exp: New file.
8723 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8724 * gdb.perf/gmonster1-print-cerr.exp: New file.
8725 * gdb.perf/gmonster1-ptype-string.exp: New file.
8726 * gdb.perf/gmonster1-runto-main.exp: New file.
8727 * gdb.perf/gmonster1-select-file.exp: New file.
8728 * gdb.perf/gmonster1.cc: New file.
8729 * gdb.perf/gmonster1.exp: New file.
8730 * gdb.perf/gmonster2-null-lookup.exp: New file.
8731 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8732 * gdb.perf/gmonster2-print-cerr.exp: New file.
8733 * gdb.perf/gmonster2-ptype-string.exp: New file.
8734 * gdb.perf/gmonster2-runto-main.exp: New file.
8735 * gdb.perf/gmonster2-select-file.exp: New file.
8736 * gdb.perf/gmonster2.cc: New file.
8737 * gdb.perf/gmonster2.exp: New file.
8738
6eab34f3
DE
87392015-07-24 Doug Evans <dje@google.com>
8740
8741 * gdb.perf/README: New file.
8742 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8743 * lib/gen-perf-test.exp: New file.
8744
63738bfd
DE
87452015-07-24 Doug Evans <dje@google.com>
8746
8747 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8748 (PerfTest::startup): New function.
8749 (PerfTest::run): Return result of calling body.
8750 (PerfTest::assemble): Rewrite.
8751 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8752 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8753 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8754 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8755 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8756
7b606f95
DE
87572015-07-24 Doug Evans <dje@google.com>
8758
8759 * lib/gdb.exp (clean_restart): Make executable optional.
8760
a97b16b8
DE
87612015-07-24 Doug Evans <dje@google.com>
8762
8763 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8764 compiler_info references.
8765 * gdb.cp/temargs.exp: Ditto.
8766 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8767 (get_compiler_info): Early exit if already computed. Set compiler_info
8768 to "unknown" if there was a problem.
8769 (test_compiler_info): Add function comment. Call get_compiler_info.
8770
35baa57f
DE
87712015-07-24 Doug Evans <dje@google.com>
8772
8773 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8774 (workers/%.worker, build-perf): New rule.
8775 (GDB_PERFTEST_MODE): New variable.
8776 (check-perf): Use it.
8777 (clean): Clean up gdb.perf parallel build subdirs.
8778 * lib/build-piece.exp: New file.
8779 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8780 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8781 name.
8782 (standard_temp_file): Ditto.
8783 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8784 of $GDB_PARALLEL.
8785
6ebea266
DE
87862015-07-24 Doug Evans <dje@google.com>
8787
8788 * lib/future.exp (gdb_default_target_compile): New option
8789 "early_flags".
8790 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8791 --as-needed.
8792
1e76a7e9
SDJ
87932015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8794
8795 * gdb.base/catch-syscall.exp: Call gdb_exit before
8796 gdb_skip_xml_test.
8797
5068630a
PA
87982015-07-24 Pedro Alves <palves@redhat.com>
8799
8800 * gdb.python/py-events.exp: Accept output between the stop event
8801 and the prompt.
8802 * gdb.python/py-evsignal.exp: Likewise.
8803 * gdb.python/py-evthreads.exp: Likewise.
8804
77598427
PA
88052015-07-24 Pedro Alves <palves@redhat.com>
8806
8807 PR gdb/18717
8808 * gdb.threads/non-ldr-exit.c: New file.
8809 * gdb.threads/non-ldr-exit.exp: New file.
8810
11e6c98f
YQ
88112015-07-24 Yao Qi <yao.qi@linaro.org>
8812
8813 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8814 restarting process.
8815
51aee833
YQ
88162015-07-24 Yao Qi <yao.qi@linaro.org>
8817
8818 * gdb.server/ext-restart.exp: New file.
8819
8cfe207c
YQ
88202015-07-24 Yao Qi <yao.qi@linaro.org>
8821
8822 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8823 argument options.
8824 * gdb.server/ext-wrapper.exp: New file.
8825
cc12ce38
DE
88262015-07-23 Doug Evans <dje@google.com>
8827
8828 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8829 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8830
d0d84780
PMR
88312015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8832
8833 * gdb.ada/var_arr_typedef.exp: New testcase.
8834 * gdb.ada/var_arr_typedef/pack.adb: New file.
8835 * gdb.ada/var_arr_typedef/pack.ads: New file.
8836 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8837
8b558f79
JB
88382015-07-20 Joel Brobecker <brobecker@adacore.com>
8839
8840 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8841
775a3298
JK
88422015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8843
8844 * gdb.arch/i386-biarch-core.exp: Replace istarget
8845 by "complete set gnutarget". Remove expectation for the "core-file"
8846 command.
8847
db1ff28b
JK
88482015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8849
8850 Revert the previous commit:
8851 Tests for validate symbol file using build-id.
8852
0a94970d
JK
88532015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8854
8855 Tests for validate symbol file using build-id.
8856 * gdb.base/solib-mismatch-lib.c: New file.
8857 * gdb.base/solib-mismatch-libmod.c: New file.
8858 * gdb.base/solib-mismatch.c: New file.
8859 * gdb.base/solib-mismatch.exp: New file.
8860
03346981
SL
88612015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8862
8863 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8864 nios2-*-linux*.
8865 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8866 * gdb.base/siginfo.exp: Likewise.
8867 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8868
42422cc7
PL
88692015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8870
8871 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8872 Move it to ...
8873 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8874 ... here.
8875 * gdb.trace/range-stepping.exp: Check that the target supports
8876 range stepping.
8877
cfa68bae
JK
88782015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8879
8880 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8881
8ffdba26
PA
88822015-07-14 Pedro Alves <palves@redhat.com>
8883
8884 * gdb.base/killed-outside.exp: New file.
8885 * gdb.base/killed-outside.c: New file.
8886
218a5a11
JK
88872015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8888
8889 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8890 (n at main): New.
8891 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8892
e03ed3c6
AA
88932015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8894
8895 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8896 infcall tests instead of setting up for KFAIL.
8897
485668e5
MM
88982015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8899
8900 * gdb.btrace/record_goto-step.exp: New.
8901
08464196
JK
89022015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8903
8904 PR compile/18484
8905 * gdb.compile/compile.c (struct struct_type): Add volatile to
8906 selffield's type.
8907 * gdb.compile/compile.exp
8908 (compile code struct_object.selffield = &struct_object): Skip further
8909 struct_object tests if this one xfails.
8910
bcf5c1d9
RC
89112015-07-08 Robert O'Callahan <robert@ocallahan.org>
8912
8913 PR exp/18617
8914 * gdb.trace/ax.exp: Add test.
8915
4931af25
YQ
89162015-07-07 Yao Qi <yao.qi@linaro.org>
8917
8918 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8919 instead of istarget "aarch64*-*-*".
8920 * gdb.arch/aarch64-fp.exp: Likewise.
8921 * gdb.base/float.exp: Likewise.
8922 * gdb.reverse/aarch64.exp: Likewise.
8923 * lib/gdb.exp (is_aarch64_target): New proc.
8924
9fcf688e
YQ
89252015-07-07 Yao Qi <yao.qi@linaro.org>
8926
8927 * lib/gdb.exp (is_aarch32_target): New proc.
8928 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8929 instead of "istarget "arm*-*-*"".
8930 * gdb.arch/arm-disp-step.exp: Likewise.
8931 * gdb.arch/thumb-bx-pc.exp: Likewise.
8932 * gdb.arch/thumb-prologue.exp: Likewise.
8933 * gdb.arch/thumb-singlestep.exp: Likewise.
8934 * gdb.base/disp-step-syscall.exp: Likewise.
8935 * gdb.base/float.exp: Likewise.
8936
fbd8d50d
YQ
89372015-07-07 Yao Qi <yao.qi@linaro.org>
8938
8939 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8940 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8941
71be1fdc
YQ
89422015-07-07 Yao Qi <yao.qi@linaro.org>
8943
8944 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8945 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8946 if it exists.
8947 * gdb.multi/multi-arch.exp: Likewise.
8948
3e221d36
SM
89492015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8950
8951 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8952 print.
8953
d441430b
YQ
89542015-07-07 Yao Qi <yao.qi@linaro.org>
8955
8956 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8957
06f810bd
MG
89582015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8959
8960 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8961 '[' and ']' characters.
8962
5e61e7c0
IB
89632015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8964
8965 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8966
28bf096c
PA
89672015-06-29 Pedro Alves <palves@redhat.com>
8968
8969 PR threads/18127
8970 * gdb.threads/hand-call-new-thread.c: New file.
8971 * gdb.threads/hand-call-new-thread.c: New file.
8972
ee93cd5e
KS
89732015-06-26 Keith Seitz <keiths@redhat.com>
8974 Doug Evans <dje@google.com>
8975
8976 PR 16253
8977 * gdb.cp/var-tag-2.cc: New file.
8978 * gdb.cp/var-tag-3.cc: New file.
8979 * gdb.cp/var-tag-4.cc: New file.
8980 * gdb.cp/var-tag.cc: New file.
8981 * gdb.cp/var-tag.exp: New file.
8982
fc637f04
PP
89832015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8984
8985 * gdb.base/history-duplicates.exp: New test.
8986
2e52ae68
PP
89872015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8988
8989 * gdb.base/completion.exp: Test the completion of the "focus"
8990 command.
8991
6e22494e
JK
89922015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8993
8994 * gdb.arch/amd64-prologue-skip.S: New file.
8995 * gdb.arch/amd64-prologue-skip.exp: New file.
8996
bf7b9cd9
SM
89972015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8998
8999 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9000 is_address_zero_readable check.
9001
201e8dfd
PB
90022015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9003
9004 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9005 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9006
5cd867b4
YQ
90072015-06-24 Yao Qi <yao.qi@linaro.org>
9008
9009 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9010 linux targets.
9011
4d7be007
YQ
90122015-06-24 Yao Qi <yao.qi@linaro.org>
9013
9014 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9015 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9016 * gdb.base/siginfo-thread.exp: Likewise.
9017
07fcd301
YQ
90182015-06-22 Yao Qi <yao.qi@linaro.org>
9019
9020 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9021
52042a00
YQ
90222015-06-22 Yao Qi <yao.qi@linaro.org>
9023
9024 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9025 aarch64*-*-*.
9026 (skip_hw_watchpoint_tests): Likewise.
9027
74bd41ce
PP
90282015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9029
9030 * gdb.base/gdbinit-history.exp: Test the interaction between
9031 setting GDBHISTSIZE and setting the history size via .gdbinit.
9032
bc460514
PP
90332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9034
9035 PR gdb/16999
9036 * gdb.base/gdbhistsize-history.exp: New test.
9037
b58c513b
PP
90382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9039
9040 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9041 with GDBHISTSIZE.
9042 * gdb.base/readline.exp: Likewise.
9043
92046791
YQ
90442015-06-17 Yao Qi <yao.qi@linaro.org>
9045
9046 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9047 line.
9048
2093d2d3
PP
90492015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9050
9051 * gdb.base/gdbinit-history.exp: Add test case to check that
9052 an unlimited history file does not get truncated on exit.
9053
e6c693af
AA
90542015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9055
9056 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9057 (VECTOR): New macro. Use it...
9058 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9059 ...for these typedefs.
9060 (int8, char1, int1, double1): New typedefs.
9061 (struct just_int2, struct two_int2): New structures.
9062 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9063 (add_structvecs, add_singlevecs): New functions.
9064 (main): Call add_some_intvecs twice.
9065 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9066 the compile and exit upon failure. Try compiling for the "native"
9067 architecture. Test inferior function calls with vector arguments
9068 and vector return value handling with "finish" and "return".
9069
c74f7d1c
JT
90702015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9071
9072 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9073 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9074 PE file.
9075 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9076
98aa42ee
AT
90772015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9078
9079 PR breakpoints/16465
9080 * gdb.mi/mi-dprintf-pending.c: New file.
9081 * gdb.mi/mi-dprintf-pending.exp: New test.
9082 * gdb.mi/mi-dprintf-pendshr.c: New file.
9083
7d73c23c 90842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 9085 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
9086
9087 * gdb.arch/i386-mpx-map.c: New file.
9088 * gdb.arch/i386-mpx-map.exp: New File.
9089
90902015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9091
9092 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9093 * gdb.arch/i386-mpx.exp: Indentation fixed.
9094
90952015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9096
9097 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9098 function and improved indentation.
9099 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9100 gdb_test_multiple. Added additional tests to skip the test.
9101
91022015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9103
9104 * gdb.arch/i386-avx512.c: Change path in include file.
9105 * gdb.arch/i386-avx512.exp: Change include dir path
9106 compilation flag.
9107 * gdb.arch/i386-mpx.c: Change path in include file.
9108 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9109 flag.
9110
d5eba19a
JK
91112015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9112
9113 * gdb.compile/compile-print.exp (compile print *vararray@3)
9114 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9115
7f361056
JK
91162015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9117
9118 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9119 (do not keep jit in memory): ... this.
9120 (expect 5): Change it to ...
9121 (expect no 5): ... this.
9122
3b462ec2
SM
91232015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9124
9125 PR gdb/15564
9126 * gdb.mi/mi-detach.exp: New file.
9127
e0619de6
JK
91282015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9129
9130 PR symtab/18392
9131 * gdb.arch/amd64-tailcall-self.S: New file.
9132 * gdb.arch/amd64-tailcall-self.c: New file.
9133 * gdb.arch/amd64-tailcall-self.exp: New file.
9134
e970cb34
DB
91352015-05-28 Don Breazeal <donb@codesourcery.com>
9136
9137 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9138 tests for remote targets by checking is_target_gdbserver.
9139
b2e2f908
DE
91402015-05-27 Doug Evans <dje@google.com>
9141
9142 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9143 * gdb.dwarf2/opaque-type-lookup.c: New file.
9144 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9145
82c7be31
DE
91462015-05-26 Doug Evans <dje@google.com>
9147
9148 * gdb.cp/iostream.cc: New file.
9149 * gdb.cp/iostream.exp: New file.
9150
b4f54984
DE
91512015-05-26 Doug Evans <dje@google.com>
9152
9153 * gdb.dwarf2/dw2-op-call.exp: Update.
9154 * gdb.dwarf2/dw4-sig-types.exp: Update.
9155 * gdb.dwarf2/implptr.exp: Update.
9156 * gdb.mi/mi-cmd-param-changed.exp: Update.
9157
4ea6efe9
DE
91582015-05-26 Doug Evans <dje@google.com>
9159
9160 * gdb.python/py-lazy-string.c: New file.
9161 * gdb.python/py-lazy-string.exp: New file.
9162 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9163 (main): Update. Add estring3.
9164 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9165 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9166
f6bb7db3
YQ
91672015-05-26 Omair Javaid <omair.javaid@linaro.org>
9168 Yao Qi <yao.qi@linaro.org>
9169
9170 * gdb.reverse/aarch64.c: New.
9171 * gdb.reverse/aarch64.exp: New.
9172
a81bfbd0
OJ
91732015-05-26 Omair Javaid <omair.javaid@linaro.org>
9174
25d49b86
PA
9175 * lib/gdb.exp (supports_process_record): Return true for
9176 aarch64*-linux*.
a81bfbd0
OJ
9177 (supports_reverse): Likewise.
9178
158bf1b4
PP
91792015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9180
9181 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9182 Use with_test_prefix.
9183
a0145030
AB
91842015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9185
9186 * gdb.base/completion.exp: Add test for completion of layout
9187 names.
9188
ebe3b578
AB
91892015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9190
9191 * lib/gdb.exp (skip_tui_tests): New proc.
9192 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9193
84204ed7
PA
91942015-05-19 Pedro Alves <palves@redhat.com>
9195
9196 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9197 Save the whole env array instead of just HOME. Unset HISTSIZE in
9198 the environment while testing. Restore whole environment
9199 afterwards.
9200
37442ce1
DE
92012015-05-16 Doug Evans <xdje42@gmail.com>
9202
9203 * gdb.guile/scm-ports.c: New file.
9204 * gdb.guile/scm-ports.exp: Add memory port tests.
9205
36de76f9
JK
92062015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9207
9208 * gdb.compile/compile-print.c: New file.
9209 * gdb.compile/compile-print.exp: New file.
9210
3a9558c4
JK
92112015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9212
9213 * gdb.compile/compile-ops.exp: Cast param to void.
9214 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9215 (compile code struct_object.selffield = &struct_object): Add xfail.
9216
aa715135
JG
92172015-05-15 Joel Brobecker <brobecker@adacore.com>
9218
9219 * gdb.ada/arr_enum_with_gap: New testcase.
9220
931e5bc3
JG
92212015-05-15 Joel Brobecker <brobecker@adacore.com>
9222
9223 * gdb.ada/byte_packed_arr: New testcase.
9224
9cd4d857
JB
92252015-05-15 Joel Brobecker <brobecker@adacore.com>
9226
9227 * gdb.ada/pckd_neg: New testcase.
9228
ebfd00d2
PP
92292015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9230
9231 PR gdb/17820
9232 * gdb.base/gdbinit-history.exp: New test.
9233 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9234 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9235
4c082a81
SC
92362015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9237
9238 * gdb.python/py-xmethods.cc: Enhance test case.
9239 * gdb.python/py-xmethods.exp: New tests.
9240 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9241 function.
9242 (B_indexoper): Likewise.
9243 (global_dm_list) : Add new xmethod worker functions.
9244
f7797074
SDJ
92452015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9246
9247 * gdb.base/coredump-filter.exp: Correctly unset
9248 "coredump_var_addr" array.
9249
a4674e4e
PA
92502015-05-08 Pedro Alves <palves@redhat.com>
9251
9252 * gdb.server/non-existing-program.exp: Unset spawn_id.
9253
df2eb078
SC
92542015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9255
9256 PR python/18291
9257 * gdb.python/py-xmethods.exp: Add tests.
9258
422349a3
YQ
92592015-05-08 Yao Qi <yao.qi@linaro.org>
9260
9261 PR gdb/18208
9262 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9263 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9264 function set_coredump_filter, and remove remote_exec call.
9265 Remove argument ipid. Callers update.
9266 (top level): Don't get inferior's PID.
9267
63fc80ce
AA
92682015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9269
9270 * gdb.base/watch_thread_num.exp: Skip test on targets without
9271 access watchpoints.
9272
80ad801e
PA
92732015-05-06 Pedro Alves <palves@redhat.com>
9274
9275 PR server/18081
9276 * gdb.server/non-existing-program.exp: New file.
9277
0fa7fe50
JB
92782015-05-05 Joel Brobecker <brobecker@adacore.com>
9279
9280 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9281
3ea89b92
PMR
92822015-05-05 Joel Brobecker <brobecker@adacore.com>
9283
9284 * gdb.ada/out_of_line_in_inlined: New testcase.
9285
87b8eff0
JB
92862015-05-05 Joel Brobecker <brobecker@adacore.com>
9287
9288 * gdb.ada/var_rec_arr: New testcase.
9289
5fccc635
YQ
92902015-04-30 Yao Qi <yao.qi@linaro.org>
9291
9292 * gdb.base/break-idempotent.exp: If
9293 skip_hw_watchpoint_multi_tests returns true, skip the tests
9294 on "rwatch" and "awatch".
9295
42d38f42
YQ
92962015-04-30 Yao Qi <yao.qi@linaro.org>
9297
9298 * gdb.base/relativedebug.exp: Invoke gdb command
9299 "info sharedlibrary", and if libc.so doesn't have debug info,
9300 skip the test.
9301
2ce1cdbf
DE
93022015-04-29 Doug Evans <dje@google.com>
9303
9304 * gdb.python/py-xmethods.exp: Add ptype tests.
9305 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9306 get_result_type method.
9307
f24a38c5
LM
93082015-04-29 Luis Machado <lgustavo@codesourcery.com>
9309
9310 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9311 the target does not support hardware watchpoints.
9312
ecbf2b3c
LM
93132015-04-29 Luis Machado <lgustavo@codesourcery.com>
9314
9315 * gdb.base/break-always.exp: Abort testing if writing to memory
9316 causes an error.
9317
34f5f757
DE
93182015-04-28 Doug Evans <dje@google.com>
9319
9320 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9321 * gdb.python/py-pp-registration.exp: ... here. New file.
9322 * gdb.python/py-pp-registration.c: New file.
9323 * gdb.python/py-pp-registration.py: New file.
9324
69b4374a
DE
93252015-04-28 Doug Evans <dje@google.com>
9326
9327 * gdb.python/py-bad-printers.c: New file.
9328 * gdb.python/py-bad-printers.py: New file.
9329 * gdb.python/py-bad-printers.exp: New file.
9330
59fb7612
SS
93312015-04-28 Sasha Smundak <asmundak@google.com>
9332
9333 * gdb.python/py-type.exp: New test.
9334
2631b16a
AW
93352015-04-28 Andy Wingo <wingo@igalia.com>
9336
9337 * gdb.python/py-parameter.exp:
9338 * gdb.guile/scm-parameter.exp: Escape the path that we are
9339 matching against, as it might contain characters that are special
9340 to regular expressions.
9341
460efde1
JB
93422015-04-27 Joel Brobecker <brobecker@adacore.com>
9343
9344 * gdb.ada/rec_comp: New testcase.
9345
2d369d8e
SDJ
93462015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9347
9348 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9349 before using it.
9350
cf75d6c3
AB
93512015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9352
9353 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9354 new tests for verilog output.
9355
8dbe7ca5
YQ
93562015-04-24 Yao Qi <yao.qi@linaro.org>
9357
9358 * boards/remote-gdbserver-on-localhost.exp: New file.
9359
4ef9fb2f
PA
93602015-04-23 Pedro Alves <palves@redhat.com>
9361
9362 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9363 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9364 "end of file", remove $inferior_spawn_id from the indirect list.
9365
0a803169
PA
93662015-04-23 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9369
749ef8f8
PA
93702015-04-23 Pedro Alves <palves@redhat.com>
9371
9372 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9373 on $any_spawn_id instead of only on $gdb_spawn_id.
9374
8aae4344
PM
93752015-04-21 Pierre Muller <muller@sourceware.org>
9376
9377 PR pascal/17815
9378 * lib/pascal.exp (gpc_compile): Add new option "class".
9379 (fpc_compile): Likewise.
9380 * gdb.pascal/case-insensitive-symbols.pas: New file.
9381 * gdb.pascal/case-insensitive-symbols.exp: New file.
9382
1586c8fb
GB
93832015-04-20 Gary Benson <gbenson@redhat.com>
9384
9385 * gdb.base/attach.exp: Fix three extended remote failures.
9386
1b6e6f5c
GB
93872015-04-17 Gary Benson <gbenson@redhat.com>
9388
9389 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9390 the main executable over the remote protocol.
9391
e797481d
PA
93922015-04-16 Pedro Alves <palves@redhat.com>
9393
9394 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9395 a new gdbserver if gdbserver_reconnect_p is set.
9396
1ca99c42
PA
93972015-04-16 Pedro Alves <palves@redhat.com>
9398
9399 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9400 is set, don't exit gdbserver.
9401
af9fd6f8
AA
94022015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9403
9404 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9405 appropriate .insn, such that an older assembler can be used.
9406 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9407 the z/Architecture instruction set on 31-bit targets as well.
9408
04ff1e61
AA
94092015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9410
9411 * gdb.go/handcall.exp: Remove all logic related to the first
9412 breakpoint and rely on go_runto_main instead.
9413 * gdb.go/strings.exp: Likewise.
9414 * gdb.go/unsafe.exp: Likewise.
9415 * gdb.go/hello.exp: Likewise. Also rename the remaining
9416 breakpoint marker to "breakpoint 1".
9417 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9418 * gdb.go/strings.go: Likewise.
9419 * gdb.go/unsafe.go: Likewise.
9420 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9421 "set breakpoint 2 here" and rename the remaining breakpoint marker
9422 to "breakpoint 1".
9423
40d2f8d6
SM
94242015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9425
9426 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9427 if itertools.imap is not present.
9428 * gdb.python/py-objfile.exp: Add parentheses.
9429 * gdb.python/py-type.exp: Same.
9430 * gdb.python/py-unwind-maint.py: Same.
9431
8cbc97c6
YQ
94322015-04-15 Yao Qi <yao.qi@linaro.org>
9433
9434 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9435 of ":$ptr_size" and set its form explicitly.
9436
45fd756c
YQ
94372015-04-15 Pedro Alves <palves@redhat.com>
9438 Yao Qi <yao.qi@linaro.org>
9439
9440 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9441 timeout by factor of 4.
9442 (test_regular_watch): Likewise.
9443 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9444 * gdb.reverse/sigall-reverse.exp: Likewise.
9445 * gdb.reverse/until-precsave.exp: Likewise.
9446 * lib/gdb.exp (with_timeout_factor): New proc.
9447 (gdb_expect): Move some code to ...
9448 (get_largest_timeout): ... here. New procedure.
9449
9e811bc3
LM
94502015-04-14 Luis Machado <lgustavo@codesourcery.com>
9451
9452 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9453
0ff6fcb2
LM
94542015-04-13 Luis Machado <lgustavo@codesourcery.com>
9455
9456 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9457 to write to the .text section.
9458
7578d5f7
LM
94592015-04-13 Luis Machado <lgustavo@codesourcery.com>
9460
9461 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9462 Handle the case of targets that do not provide PID information.
9463
2efe15c4
YQ
94642015-04-13 Yao Qi <yao.qi@linaro.org>
9465
9466 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9467 and use expect instead of gdb_expect.
9468
8cd8f2f8
SDJ
94692015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9470
9471 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9472 "coredump_var_addr" to avoid naming conflict with other testcases.
9473
9ee41772
PA
94742015-04-10 Pedro Alves <palves@redhat.com>
9475
9476 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9477 gdb_test_sequence and gdb_assert.
9478
07473109
PA
94792015-04-10 Pedro Alves <palves@redhat.com>
9480
9481 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9482 test messages that don't include the breakpoint address.
9483
de3db44c
YQ
94842015-04-10 Yao Qi <yao.qi@linaro.org>
9485
9486 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9487 false for some offset and width combinations which aren't
9488 supported by linux kernel.
9489
c79d856c
PA
94902015-04-10 Pedro Alves <palves@redhat.com>
9491
9492 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9493 procedure, factored out from ...
9494 (top level): ... here. Add "set displaced-stepping" testing axis.
9495 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9496 parameter "displaced". Use it.
9497 (top level): Use foreach and add "set displaced-stepping" testing
9498 axis.
9499
ebc90b50
PA
95002015-04-10 Pedro Alves <palves@redhat.com>
9501
9502 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9503 Remove comment.
9504 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9505 both the address of the instruction that triggers the watchpoint
9506 and the address of the instruction immediately after, and use
9507 those addresses for the test. Fix comment.
9508
8f572e5c
PA
95092015-04-10 Pedro Alves <palves@redhat.com>
9510
9511 * gdb.base/sigstep.exp (breakpoint_to_handler)
9512 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9513 Test "backtrace" in handler.
9514 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9515 (top level): Add new "displaced" test axis to
9516 breakpoint_to_handler, breakpoint_to_handler_entry and
9517 breakpoint_over_handler.
9518
8d707a12
PA
95192015-04-10 Pedro Alves <palves@redhat.com>
9520
9521 PR gdb/18216
9522 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9523
ef713951
YQ
95242015-04-10 Yao Qi <yao.qi@linaro.org>
9525
9526 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9527 (test_add_rn_pc): New function.
9528 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9529 (top level): Invoke test_add_rn_pc.
9530
906d60cf
PA
95312015-04-10 Pedro Alves <palves@redhat.com>
9532
9533 PR gdb/13858
9534 * gdb.base/step-over-no-symbols.exp: New file.
9535
f2983cc3
AW
95362015-04-09 Andy Wingo <wingo@igalia.com>
9537
9538 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9539 after the Python tests.
9540
6d62641c
SDJ
95412015-04-08 Keith Seitz <keiths@redhat.com>
9542
9543 PR python/16699
9544 * gdb.python/py-completion.exp: New tests for completion.
9545 * gdb.python/py-completion.py (CompleteLimit1): New class.
9546 (CompleteLimit2): Likewise.
9547 (CompleteLimit3): Likewise.
9548 (CompleteLimit4): Likewise.
9549 (CompleteLimit5): Likewise.
9550 (CompleteLimit6): Likewise.
9551 (CompleteLimit7): Likewise.
9552
f3770638
PA
95532015-04-08 Pedro Alves <palves@redhat.com>
9554
9555 PR gdb/18214
9556 PR gdb/18216
9557 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9558 function.
9559 (main): Install it as SIGUSR1 handler.
9560 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9561 parameter. Always use "setup" as prefix. Toggle "set
9562 displaced-stepping" off/on depending on global. Don't switch to
9563 thread 1 here.
9564 (top level): Add displaced stepping "off/on" test axis. Update
9565 "setup" calls. Wrap each subtest with with_test_prefix. Test
9566 continuing with a queued signal in each thread.
9567
4496bed7
PA
95682015-04-08 Pedro Alves <palves@redhat.com>
9569
9570 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9571 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9572 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9573 Return early if running to main fails.
9574 * gdb.trace/while-stepping.exp: Likewise.
9575
b97fde92
PA
95762015-04-07 Pedro Alves <palves@redhat.com>
9577
9578 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9579 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9580 interact with inferior program.
9581
f71c18e7
PA
95822015-04-07 Pedro Alves <palves@redhat.com>
9583
9584 * lib/gdb.exp (inferior_spawn_id): New global.
9585 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9586 spawn id after processing the user code.
9587 (default_gdb_start): Set inferior_spawn_id.
9588 (send_inferior): New procedure.
9589 * lib/gdbserver-support.exp (gdbserver_start): Set
9590 inferior_spawn_id.
9591 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9592
6423214f
PA
95932015-04-07 Pedro Alves <palves@redhat.com>
9594
9595 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9596 * lib/gdbserver-support.exp (gdbserver_start): Make
9597 $server_spawn_id global.
9598 (gdbserver_start): Don't wait for gdbserver's spawn id with
9599 expect_background.
9600 (close_gdbserver): New procedure.
9601 (gdb_exit): Rename the default version and reimplement.
9602
71c0ee8c
PA
96032015-04-07 Pedro Alves <palves@redhat.com>
9604
72f4393d 9605 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
9606 append the substituted item, not the original item.
9607
203bc29b
PA
96082015-04-07 Pedro Alves <palves@redhat.com>
9609
9610 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9611 gdb_expect.
9612
508a3ddf
PA
96132015-04-07 Pedro Alves <palves@redhat.com>
9614
9615 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9616 output appearing once only.
9617
9f6dbe2b
PA
96182015-04-07 Pedro Alves <palves@redhat.com>
9619
9620 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9621 that doesn't expect anything. Return early if running to main
9622 fails.
9623
337532fa
YQ
96242015-04-07 Yao Qi <yao.qi@linaro.org>
9625
9626 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9627 (child_function): Call alarm.
9628 (main): Move call to alarm into the loop.
9629 * gdb.threads/non-stop-fair-events.exp: Build program with
9630 -DTIMEOUT=$timeout.
9631
01b622d4
DE
96322015-04-06 Doug Evans <xdje42@gmail.com>
9633
9634 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9635 Fix dest parameter to board_info.
9636 (fpc_compile): Ditto.
9637 (gdb_compile_pascal): Rename dest arg to destfile.
9638
961f4160
PMR
96392015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9640
9641 * gdb.ada/funcall_ref.exp: New file.
9642 * gdb.ada/funcall_ref/foo.adb: New file.
9643
cafda597
YQ
96442015-04-02 Yao Qi <yao.qi@linaro.org>
9645
9646 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9647 is remote.
9648
fed040c6
GB
96492015-04-02 Gary Benson <gbenson@redhat.com>
9650
9651 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9652
d11916aa
SS
96532015-04-01 Sasha Smundak <asmundak@google.com>
9654
9655 * gdb.python/py-unwind-maint.c: New file.
9656 * gdb.python/py-unwind-maint.exp: New test.
9657 * gdb.python/py-unwind-maint.py: New file.
9658 * gdb.python/py-unwind.c: New file.
9659 * gdb.python/py-unwind.exp: New test.
9660 * gdb.python/py-unwind.py: New test.
9661
a1471180
PA
96622015-04-01 Pedro Alves <palves@redhat.com>
9663
9664 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9665 to fail instead of non-existent $test.
9666
0bbeccb1
PA
96672015-04-01 Pedro Alves <palves@redhat.com>
9668
9669 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9670 GDBFLAGS if not empty.
9671
3c724c8c
PMR
96722015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9673
9674 * gdb.ada/complete.exp: Remove "multi_line".
9675 * gdb.ada/info_exc.exp: Remove "multi_line".
9676 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9677 * gdb.ada/ptype_field.exp: Remove "multi_line".
9678 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9679 * gdb.ada/tagged.exp: Remove "multi_line".
9680 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9681 [multi_line ...]
9682 * gdb.btrace/delta.exp: Likewise.
9683 * gdb.btrace/exception.exp: Likewise.
9684 * gdb.btrace/function_call_history.exp: Likewise.
9685 * gdb.btrace/instruction_history.exp: Likewise.
9686 * gdb.btrace/nohist.exp: Likewise.
9687 * gdb.btrace/record_goto.exp: Likewise.
9688 * gdb.btrace/segv.exp: Likewise.
9689 * gdb.btrace/stepi.exp: Likewise.
9690 * gdb.btrace/tailcall.exp: Likewise.
9691 * gdb.btrace/unknown_functions.exp: Likewise.
9692 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9693 * lib/gdb.exp: Add the "multi_line" helper.
9694
4eec2deb
PA
96952015-04-01 Pedro Alves <palves@redhat.com>
9696
9697 * gdb.threads/tid-reuse.c: New file.
9698 * gdb.threads/tid-reuse.exp: New file.
9699
df8411da
SDJ
97002015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9701
9702 PR corefiles/16092
9703 * gdb.base/coredump-filter.c: New file.
9704 * gdb.base/coredump-filter.exp: Likewise.
9705
6ef37366
PM
97062015-03-27 Petr Machata <pmachata@redhat.com>
9707
9708 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9709 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9710 (Dwarf::assemble): Initialize them.
9711 (Dwarf::lines): New function.
9712
7ec911b0
JT
97132015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9714
9715 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9716 SYMBOL_PREFIX for x86_64-*-cygwin.
9717
ff908ebf
AW
97182015-03-26 Andy Wingo <wingo@igalia.com>
9719
9720 PR symtab/18148
9721 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9722 const_value but not a location.
9723 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9724 location defined in non-main CUs are visible.
9725
6d5f0679
YQ
97262015-03-26 Yao Qi <yao.qi@linaro.org>
9727
9728 PR testsuite/18139
9729 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9730 Add a line number entry for the same line.
9731 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9732 Add a line number entry for the same line.
9733
2898689b
YQ
97342015-03-26 Yao Qi <yao.qi@linaro.org>
9735
9736 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9737 .int 0.
9738 (func): Likewise. Add .Lfunc_1 label.
9739 Use .Lfunc_1 label.
9740 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9741 .int 0.
9742 (func): Likewise.
9743 Use .Lfunc_1 label.
9744
85180498
YQ
97452015-03-26 Yao Qi <yao.qi@linaro.org>
9746
9747 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9748 Call gdb_compile instead to compile each .s files without debug
9749 information.
9750
8aa08a8d
YQ
97512015-03-26 Yao Qi <yao.qi@linaro.org>
9752
9753 * gdb.base/savedregs.exp (process_saved_regs): Make
9754 "Saved registers:" optional in the pattern.
9755
66849923
MM
97562015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9757
9758 * gdb.btrace/next.exp: Merged into step.exp.
9759 * gdb.btrace/finish.exp: Merged into step.exp.
9760 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9761 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9762 "record goto" and checking the exact replay position.
9763 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9764 check for "Recording format" in "info record" output.
9765 * gdb.btrace/record_goto.exp: Choose test file based on target.
9766 * gdb.btrace/x86-record_goto.S: Renamed into ...
9767 * gdb.btrace/x86_64-record_goto.S: ... this.
9768 * gdb.btrace/i686-record_goto.S: New.
9769 * gdb.btrace/x86-tailcall.S: Renamed into ...
9770 * gdb.btrace/x86_64-tailcall.S: ... this.
9771 * gdb.btrace/i686-tailcall.S: New.
9772 * gdb.btrace/x86-tailcall.c: Renamed into ...
9773 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9774 separate statements. Update test.
9775 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9776 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9777 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9778 * gdb.btrace/tailcall.exp: Choose test file based on target.
9779 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9780
11cc1b74
MM
97812015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9782
9783 * gdb.btrace/exception.exp: Increase BTS buffer size.
9784
a25d8bf9
PA
97852015-03-24 Pedro Alves <palves@redhat.com>
9786
9787 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9788
856e7dd6
PA
97892015-03-24 Pedro Alves <palves@redhat.com>
9790
9791 * gdb.threads/schedlock.exp (test_step): No longer expect that
9792 "set scheduler-locking step" with "next" over a function call runs
9793 threads unlocked.
9794
ad235a41
AT
97952015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9796
9797 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9798
15630549
AT
97992015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9800
9801 PR breakpoints/16466
9802 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9803 * gdb.mi/mi-pending.c (thread_func): New function.
9804 (int main): Add threading support required.
9805 * gdb.mi/mi-pending.exp: Add tests for this issue.
9806 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9807 (pendfunc2): Remove stdio dependency.
9808 * gdb.mi/mi-pendshr2.c: New file.
9809
693dca06
KS
98102015-03-23 Keith Seitz <keiths@redhat.com>
9811
9812 * gdb.linespec/keywords.c: New file.
9813 * gdb.linespec/keywords.exp: New file.
9814
7e993ebf
KS
98152015-03-23 Keith Seitz <keiths@redhat.com>
9816
9817 PR gdb/18021
9818 * gdb.dwarf2/staticvirtual.exp: New test.
9819
bc23328c
JK
98202015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9821
9822 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9823 * README: Remove HP-UX and gdb.hp.
9824 (configuration):
9825 * configure: Regenerate.
9826 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9827 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9828 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9829 gdb.hp/gdb.defects/Makefile.
9830 * gdb.hp/Makefile.in: File deleted.
9831 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9832 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9833 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9834 * gdb.hp/gdb.aCC/run.c: File deleted.
9835 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9836 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9837 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9838 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9839 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9840 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9841 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9842 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9843 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9844 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9845 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9846 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9847 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9848 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9849 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9850 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9851 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9852 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9853 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9854 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9855 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9856 * gdb.hp/gdb.compat/average.c: File deleted.
9857 * gdb.hp/gdb.compat/sum.c: File deleted.
9858 * gdb.hp/gdb.compat/xdb.c: File deleted.
9859 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9860 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9861 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9862 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9863 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9864 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9865 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9866 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9867 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9868 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9869 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9870 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9871 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9872 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9873 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9874 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9875 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9876 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9877 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9878 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9879 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9880 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9881 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9882 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9883 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9884 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9885 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9886 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9887 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9888 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9889 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9890 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9891 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9892 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9893 * gdb.hp/tools/odump: File deleted.
9894
8bf3b159
PA
98952015-03-19 Pedro Alves <palves@redhat.com>
9896
9897 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9898 (saw_thread_3): New globals.
9899 (top level): Increment them when an event for the corresponding
9900 thread is seen.
9901 (no thread starvation): New test.
9902
eb54c8bf
PA
99032015-03-19 Pedro Alves <palves@redhat.com>
9904
9905 * gdb.threads/continue-pending-status.c: New file.
9906 * gdb.threads/continue-pending-status.exp: New file.
9907
32d2e5d6
PA
99082015-03-18 Pedro Alves <palves@redhat.com>
9909
9910 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9911 Use gdb_is_target_remote instead of is_remote. Use
9912 gdb_test_multiple instead of gdb_expect. Exit early if
9913 gdb_test_multiple hits its internal matches. Tighten stepi tests
9914 expected output. Fail on exit with any signal, instead of just
9915 SIGILL.
9916
f68f11b7
YQ
99172015-03-18 Yao Qi <yao.qi@linaro.org>
9918
9919 PR tdep/18107
9920 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9921 variable.
9922 * gdb.base/catch-syscall.exp: Don't skip it on
9923 aarch64*-*-linux* target. Remove elements in all_syscalls.
9924 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9925 target.
9926 (setup_all_syscalls): New proc.
9927
ca5fd19b
YQ
99282015-03-16 Yao Qi <yao.qi@linaro.org>
9929
9930 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9931 (top level): Skip tests if valid_addr_p returns false for
9932 $cmd1 or $cmd2.
9933
85642ba0
AW
99342015-03-11 Andy Wingo <wingo@igalia.com>
9935
9936 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9937
e03f9645
YQ
99382015-03-11 Yao Qi <yao.qi@linaro.org>
9939
9940 * gdb.base/catch-syscall.exp: Fix typo in comments.
9941
5d0962b2
YQ
99422015-03-11 Yao Qi <yao.qi@linaro.org>
9943
9944 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9945
b2df3cef
PA
99462015-03-09 Pedro Alves <palves@redhat.com>
9947
9948 * dg-extract-results.py: Delete.
9949
ef878e53
PA
99502015-03-09 Pedro Alves <palves@redhat.com>
9951
9952 Merge dg-extract-results.sh from GCC upstream (r218843).
9953
9954 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9955 * dg-extract-results.sh: Use --text with grep to avoid issues with
9956 binary files. Fall back to cat -v, if that doesn't work.
9957
9494d219
PA
99582015-03-05 Pedro Alves <palves@redhat.com>
9959
9960 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9961
a8d9763a
SM
99622015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9963
9964 * lib/mi-support.exp (mi_expect_interrupt): Accept
9965 alternative event for when in all-stop mode.
9966
be9957b8
PA
99672015-03-04 Pedro Alves <palves@redhat.com>
9968
9969 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9970
d57be0f4 99712015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
9972
9973 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9974
c214c7cf
AA
99752015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9976
9977 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9978 regexps for GDB's current line display, accept a hex address
9979 preceding the line number.
9980
6d74a497
AA
99812015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9982
9983 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9984 the 'arch1' variable for "s390*-linux*" targets.
9985
511aee7c
PA
99862015-03-04 Pedro Alves <palves@redhat.com>
9987
9988 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9989 (main): Pass missing retval argument to pthread_join call.
9990
95e50b27
PA
99912015-03-02 Pedro Alves <palves@redhat.com>
9992
9993 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9994 (top level): Call do_test with non-stop as well.
9995
28054d69
PA
99962015-03-02 Pedro Alves <palves@redhat.com>
9997
9998 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9999 -1.
10000
4fa5d7b4
AA
100012015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10002
10003 * gdb.arch/s390-vregs.exp: New test.
10004 * gdb.arch/s390-vregs.S: New file.
10005
97c18565
PA
100062015-02-27 Pedro Alves <palves@redhat.com>
10007
10008 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10009 call to catch_command_errors.
10010 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10011 catch_command_errors.
10012
a37bfa30
PA
100132015-02-27 Pedro Alves <palves@redhat.com>
10014
10015 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10016 "true" for boolean result.
10017 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10018 prototype of main.
10019
6f98576f
PA
100202015-02-27 Pedro Alves <palves@redhat.com>
10021
10022 * lib/unbuffer_output.c: New file.
10023 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10024 (main): Call gdb_unbuffer_output.
10025
eba5ab56
YQ
100262015-02-27 Yao Qi <yao.qi@linaro.org>
10027
10028 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10029 target.
10030
0def5aaa
DE
100312015-02-26 Doug Evans <dje@google.com>
10032
10033 * gdb.cp/class2.cc (Dbase, D): New classes.
10034 (main): New local delta.
10035 * gdb.cp/class2.exp: Test printing delta.
10036 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10037 (dynbar): New global.
10038 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10039
081a1c2c
JK
100402015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10041
10042 * gdb.compile/compile-ifunc.c: New file.
10043 * gdb.compile/compile-ifunc.exp: New file.
10044
2f41223f
AT
100452015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10046
10047 * gdb.base/structs.exp: Check for correct struct on finish.
10048
03eddd80
YQ
100492015-02-26 Yao Qi <yao.qi@linaro.org>
10050
10051 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10052 is zero.
10053
80c57053
JK
100542015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10055
10056 * gdb.arch/cordic.ko.bz2: New file.
10057 * gdb.arch/cordic.ko.debug.bz2: New file.
10058 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10059
21613c12
YQ
100602015-02-25 Yao Qi <yao.qi@linaro.org>
10061
10062 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10063 aarch64*-*-* target.
10064
d8b901ed
PA
100652015-02-23 Pedro Alves <palves@redhat.com>
10066
10067 * lib/gdb.exp (delete_breakpoints): Rewrite using
10068 gdb_test_multiple.
10069
e5b85ead
PA
100702015-02-23 Pedro Alves <palves@redhat.com>
10071
10072 * gdb.base/info-os.c: Include stdlib.h.
10073
85c3a371
DE
100742015-02-22 Doug Evans <xdje42@gmail.com>
10075
10076 PR symtab/17855
10077 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10078 is read after symbols have been re-read.
10079 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10080 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10081
96553a0c
DE
100822015-02-21 Doug Evans <dje@google.com>
10083
10084 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10085
97a0c697
JK
100862015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10087
10088 PR corefiles/17808
10089 * gdb.arch/i386-biarch-core.core.bz2: New file.
10090 * gdb.arch/i386-biarch-core.exp: New file.
10091
a47cd6e9
PA
100922015-02-21 Pedro Alves <palves@redhat.com>
10093
10094 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10095 runto_main fails.
10096
c5facdc4
PA
100972015-02-20 Pedro Alves <palves@redhat.com>
10098
10099 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10100 info probes.
10101
2db9a427
PA
101022015-02-20 Pedro Alves <palves@redhat.com>
10103
10104 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10105
60fb7e9e
PA
101062015-02-20 Pedro Alves <palves@redhat.com>
10107
10108 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10109 clean_restart before gdb_target_supports_trace.
10110
5c5019c2
PA
101112015-02-20 Pedro Alves <palves@redhat.com>
10112
10113 PR threads/18006
10114 * gdb.threads/clone-thread_db.c: New file.
10115 * gdb.threads/clone-thread_db.exp: New file.
10116
c9587f88
AT
101172015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10118
10119 PR breakpoints/16812
10120 * gdb.base/catch-gdb-caused-signals.c: New file.
10121 * gdb.base/catch-gdb-caused-signals.exp: New file.
10122
f6a88844
JM
101232015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10124
10125 * configure: Regenerated.
10126 * configure.ac: Use GDB_AC_TRANSFORM.
10127 * aclocal.m4: sinclude ../transform.m4.
10128
497c491b
JM
101292015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10130
10131 * lib/dtrace.exp: New file.
10132 * gdb.base/dtrace-probe.exp: Likewise.
10133 * gdb.base/dtrace-probe.d: Likewise.
10134 * gdb.base/dtrace-probe.c: Likewise.
10135 * lib/pdtrace.in: Likewise.
10136 * configure.ac: Output variables with the transformed names of
10137 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10138 * configure: Regenerated.
10139
03e98035
JM
101402015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10141
10142 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10143 expected message when trying to access $_probe_* convenience
10144 variables while not on a probe.
10145
63cc30e9
JK
101462015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10147
10148 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10149
0703599a
PA
101502015-02-11 Pedro Alves <pedro@codesourcery.com>
10151
10152 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10153 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10154
7e60a48e
DE
101552015-02-10 Doug Evans <xdje42@gmail.com>
10156
10157 * lib/gdb.exp (gdb_load): Always return a result.
10158
01b088bc
PA
101592015-02-10 Pedro Alves <palves@redhat.com>
10160
10161 * gdb.threads/signal-sigtrap.c: New file.
10162 * gdb.threads/signal-sigtrap.exp: New file.
10163
b05ec7a5
AT
101642015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10165
10166 * gdb.trace/no-attach-trace.c: New file.
10167 * gdb.trace/no-attach-trace.exp: New file.
10168
a2c2acaf
MW
101692015-02-09 Mark Wielaard <mjw@redhat.com>
10170
10171 * gdb.dwarf2/atomic.c: New file.
10172 * gdb.dwarf2/atomic-type.exp: Likewise.
10173
31fd9caa
MM
101742015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10175
10176 * gdb.btrace/buffer-size.exp: Update "info record" output.
10177 * gdb.btrace/delta.exp: Update "info record" output.
10178 * gdb.btrace/enable.exp: Update "info record" output.
10179 * gdb.btrace/finish.exp: Update "info record" output.
10180 * gdb.btrace/instruction_history.exp: Update "info record" output.
10181 * gdb.btrace/next.exp: Update "info record" output.
10182 * gdb.btrace/nexti.exp: Update "info record" output.
10183 * gdb.btrace/step.exp: Update "info record" output.
10184 * gdb.btrace/stepi.exp: Update "info record" output.
10185 * gdb.btrace/nohist.exp: Update "info record" output.
10186
d33501a5
MM
101872015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10188
10189 * gdb.btrace/buffer-size: New.
10190
f4abbc16
MM
101912015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10192
10193 * gdb.btrace/delta.exp: Update "info record" output.
10194 * gdb.btrace/enable.exp: Update "info record" output.
10195 * gdb.btrace/finish.exp: Update "info record" output.
10196 * gdb.btrace/instruction_history.exp: Update "info record" output.
10197 * gdb.btrace/next.exp: Update "info record" output.
10198 * gdb.btrace/nexti.exp: Update "info record" output.
10199 * gdb.btrace/step.exp: Update "info record" output.
10200 * gdb.btrace/stepi.exp: Update "info record" output.
10201 * gdb.btrace/nohist.exp: Update "info record" output.
10202
b9d61307
SM
102032015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10204
10205 PR gdb/15678
10206 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10207
e584fdbc
PA
102082015-02-06 Pedro Alves <palves@redhat.com>
10209
10210 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10211 macro.
10212 (seconds_left, again): New globals.
10213 (main): Wait seconds_left in a 1-second sleep loop instead of
10214 sleeping 180 seconds. If 'again' is set, reset the seconds
10215 counter.
10216 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10217 'again' in the inferior before detaching. Print the seconds left.
10218 (options): New global.
10219 (top level): Build program with -DTIMEOUT=$timeout.
10220
77f41761
PA
102212015-02-06 Pedro Alves <palves@redhat.com>
10222
10223 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10224 determine how many seconds to pass to 'alarm'.
10225 * gdb.base/gdb-sigterm.exp (top level): Build program with
10226 -DTIMEOUT=$timeout.
10227 (do_test): Return success/failure indication. Add more verbose
10228 logging. Don't fail if 200 single steps are seen. Instead, fail
10229 when the test times out.
10230 (passes): New global.
10231 (top level): Break the testing loop if testing fails on any
10232 iteration. Use gdb_assert.
10233
b9394193
DB
102342015-02-04 Don Breazeal <donb@codesourcery.com>
10235
10236 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10237 and initialize them.
10238 (ipc_cleanup): New function.
10239 (main): Don't declare shmid, semid, and msqid. Add a call to
10240 atexit so that we call ipc_cleanup on exit.
10241
42d9e528
PA
102422015-02-04 Pedro Alves <palves@redhat.com>
10243
10244 * boards/native-extended-gdbserver.exp: Remove any target variant
10245 specifications from the board name before clearing the isremote
10246 flag from board_info.
10247
ae6ae975
DE
102482015-01-31 Doug Evans <xdje42@gmail.com>
10249
10250 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10251
cfb069a8
GB
102522015-01-31 Gary Benson <gbenson@redhat.com>
10253
10254 * gdb.base/completion.exp: Disable completion limiting for
10255 existing tests. Add new tests to check completion limiting.
10256 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10257
5dd31d79
DE
102582015-01-31 Doug Evans <xdje42@gmail.com>
10259
10260 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10261
9f050062
DE
102622015-01-31 Doug Evans <xdje42@gmail.com>
10263
10264 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10265 entries. Duplicate file section script entries.
10266 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10267 inlined entries. Add test for safe-path rejection.
10268 * gdb.python/py-section-script.c: Add duplicate inlined section script
10269 entries. Duplicate file section script entries.
10270 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10271 inlined entries. Add test for safe-path rejection.
10272
df25ebbd
JB
102732015-01-29 Joel Brobecker <brobecker@adacore.com>
10274
10275 * gdb.ada/disc_arr_bound: New testcase.
10276
4a0ca9ec
JB
102772015-01-29 Joel Brobecker <brobecker@adacore.com>
10278
10279 * gdb.ada/mi_var_array: New testcase.
10280
3a8b707a
DE
102812015-01-27 Doug Evans <dje@google.com>
10282
10283 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10284 Add test for objfile.filename, objfile.username after objfile
10285 has been unloaded.
10286
f8313f6e
JB
102872015-01-26 Joel Brobecker <brobecker@adacore.com>
10288
10289 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10290 the second test to print the name attribute of value
10291 returned by the call to gdb.lookup_type, and adjust
10292 the expected output accordingly.
10293
37bc665e
MW
102942015-01-25 Mark Wielaard <mjw@redhat.com>
10295
10296 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10297 * gdb.base/disp-step-fork.c: Include unistd.h.
10298 * gdb.base/siginfo-obj.c: Include stdio.h.
10299 * gdb.base/siginfo-thread.c: Likewise.
10300 * gdb.mi/non-stop.c: Include unistd.h.
10301 * gdb.mi/nsthrexec.c: Include stdio.h.
10302 * gdb.mi/pthreads.c: Include unistd.h.
10303 * gdb.modula2/unbounded1.c (main): Declare returns int.
10304 * gdb.reverse/consecutive-reverse.c: Likewise.
10305 * gdb.threads/create-fail.c: Include unistd.h.
10306 * gdb.threads/killed.c: Likewise.
10307 * gdb.threads/linux-dp.c: Likewise.
10308 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10309 * gdb.threads/non-ldr-exc-2.c: Likewise.
10310 * gdb.threads/non-ldr-exc-3.c: Likewise.
10311 * gdb.threads/non-ldr-exc-4.c: Likewise.
10312 * gdb.threads/pthreads.c: Include unistd.h.
10313 (main): Declare returns int.
10314 * gdb.threads/tls-main.c (foo): New declaration.
10315 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10316
f7e5394d
SM
103172015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10318
10319 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10320 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10321
743649fd
MW
103222015-01-15 Mark Wielaard <mjw@redhat.com>
10323
10324 * gdb.base/noreturn-return.c: New file.
10325 * gdb.base/noreturn-return.exp: New file.
10326 * gdb.base/noreturn-finish.c: New file.
10327 * gdb.base/noreturn-finish.exp: New file.
10328
198297aa
PA
103292015-01-23 Pedro Alves <palves@redhat.com>
10330
10331 * gdb.threads/continue-pending-after-query.c: New file.
10332 * gdb.threads/continue-pending-after-query.exp: New file.
10333
717cf30c
AG
103342015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10335 Simon Marchi <simon.marchi@ericsson.com>
10336
10337 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10338 * gdb.base/valgrind-db-attach.exp: Same.
10339 * gdb.base/valgrind-infcall.exp: Same.
10340 * lib/mi-support.exp (default_mi_gdb_start): Same.
10341 * lib/prompt.exp (default_prompt_gdb_start): Same.
10342 * lib/gdb.exp (default_gdb_spawn): Same.
10343 (gdb_interact): New.
10344
10345
4b62a76e
JK
103462015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10347
10348 * gdb.compile/compile.exp (pointer to jit function): New test.
10349
b4cdae6f
WW
103502015-01-17 Wei-cheng Wang <cole945@gmail.com>
10351
10352 * lib/gdb.exp (supports_process_record): Return true for
10353 powerpc*-*-linux*.
10354 (supports_reverse): Likewise.
10355
d221e7ef
DB
103562015-01-15 Don Breazeal <donb@codesourcery.com>
10357
10358 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10359 instead of checking whether the target board is remote and
10360 use spawn_wait_for_attach instead of exec/sleep.
10361 * gdb.base/attach-twice.exp: Likewise.
10362
bafffb51
JB
103632015-01-15 Joel Brobecker <brobecker@adacore.com>
10364
10365 * gdb.ada/var_arr_attrs: New testcase.
10366
5589af0e
PA
103672015-01-14 Pedro Alves <palves@redhat.com>
10368 Joel Brobecker <brobecker@adacore.com>
10369
10370 PR gdb/17525
10371 * gdb.base/bp-cmds-execution-x-script.c: New file.
10372 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10373 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10374
6c400b59
PA
103752015-01-14 Pedro Alves <palves@redhat.com>
10376
10377 PR cli/17828
10378 * gdb.base/batch-preserve-term-settings.c: New file.
10379 * gdb.base/batch-preserve-term-settings.exp: New file.
10380
e02c96a7
DE
103812015-01-13 Doug Evans <dje@google.com>
10382
10383 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10384 binary.
10385
576fd14c
JB
103862015-01-13 Joel Brobecker <brobecker@adacore.com>
10387
10388 * Makefile.in (clean mostlyclean): Do not delete *.py.
10389
04dccad0
JB
103902015-01-13 Joel Brobecker <brobecker@adacore.com>
10391
10392 * gdb.python/py-lookup-type.exp: New file.
10393
3d230f71
PA
103942015-01-12 Pedro Alves <palves@redhat.com>
10395
10396 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10397 restore GDBFLAGS before returning.
10398
7e67715d
JK
103992015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10400
10401 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10402 is_amd64_regs_target and is_x86_like_target.
10403
f2e0d4b4
DE
104042015-01-11 Doug Evans <xdje42@gmail.com>
10405
10406 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10407 is given without an explicit form.
10408 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10409 attributes.
10410 * gdb.dwarf/corrupt.exp: Ditto.
10411 * gdb.dwarf2/enum-type.exp: Ditto.
10412 * gdb.trace/entry-values.exp: Ditto.
10413 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10414
439250fb
DE
104152015-01-11 Doug Evans <xdje42@gmail.com>
10416
10417 PR gdb/15830
10418 * gdb.base/maint.exp: Remove references to "maint demangle".
10419 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10420 Add tests for explicitly specifying language to demangle.
10421 * gdb.dlang/demangle.exp: Ditto.
10422
ede9f622
PA
104232015-01-09 Pedro Alves <palves@redhat.com>
10424
10425 * gdb.threads/non-stop-fair-events.c: New file.
10426 * gdb.threads/non-stop-fair-events.exp: New file.
10427
a7b796db
PA
104282015-01-09 Pedro Alves <palves@redhat.com>
10429
10430 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10431 the global scope. Set a breakpoint after all threads are started
10432 rather than stepping over two source lines. Expect the prompt.
10433 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10434 global.
10435 (NUM): Now 15.
10436 (main): Use threads_started_barrier to wait for all threads to
10437 start. Main thread no longer calls thread_function. Exit after
10438 180 seconds.
10439 (loop): New function.
10440 (thread_function): Wait on threads_started_barrier barrier. Call
10441 'loop' at each iteration.
10442 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10443 threads have started, instead of hardcoding number of "next"
10444 steps. Use an access watchpoint instead of a write watchpoint.
10445
9665ffdd
PA
104462015-01-09 Pedro Alves <palves@redhat.com>
10447
10448 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10449 (thread_func): Wait on barrier.
10450 (main): Wait for all threads to start before stopping GDB.
10451 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10452 global.
10453 (thread1_func, thread2_func): Wait on barrier.
10454 (main): Wait for all threads to start before stopping GDB.
10455 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10456 New global.
10457 (thread1_func, thread2_func): Wait on barrier.
10458 (main): Wait for all threads to start before stopping GDB.
10459
c945a99f
PA
104602015-01-09 Pedro Alves <palves@redhat.com>
10461
10462 * gdb.threads/attach-many-short-lived-threads.c: New file.
10463 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10464
c1a747c1
PA
104652014-01-09 Pedro Alves <palves@redhat.com>
10466
10467 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10468 instead of to thread 2.
10469 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10470 Add barrier around each pthread_create call instead of around all
10471 calls.
10472 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10473 Set a break on thread_function and have the child threads hit it
10474 one at at a time.
10475
60b3033e
PA
104762015-01-09 Pedro Alves <palves@redhat.com>
10477
10478 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10479 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10480 false.
10481 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10482 checking whether the target board is remote.
10483 * gdb.multi/multi-attach.exp: Likewise.
10484 * gdb.python/py-sync-interp.exp: Likewise.
10485 * gdb.server/ext-attach.exp: Likewise.
10486 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10487 tests that need to attach, instead of checking whether the target
10488 board is remote at the top of the file.
10489
acc018ac
YQ
104902015-01-08 Yao Qi <yao@codesourcery.com>
10491
10492 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10493
50a18af8
JK
104942015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10495
10496 Fix testcase compilation.
10497 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10498
8503d6e1
JB
104992015-01-06 Joel Brobecker <brobecker@adacore.com>
10500
10501 * gdb.python/py-type.exp: Add a couple test about empty
10502 array creation, and negative-length array creation.
10503
cc73dbcc
DE
105042015-01-02 Doug Evans <xdje42@gmail.com>
10505
10506 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10507
0300bbc7
DE
105082015-01-02 Doug Evans <dje@google.com>
10509
10510 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10511
9d85a0ec
YQ
105122014-12-29 Yao Qi <yao@codesourcery.com>
10513
10514 * gdb.trace/entry-values.exp: Update comments. Rename variable
10515 bar_call_foo to returned_from_foo.
10516
87186c6a
MMN
105172014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10518
10519 PR gdb/17394
10520 * gdb.linespec/break-asm-file.c: New file.
10521 * gdb.linespec/break-asm-file.exp: New file.
10522 * gdb.linespec/break-asm-file0.s: New file.
10523 * gdb.linespec/break-asm-file1.s: New file.
10524
1bab7383
YQ
105252014-12-18 Nigel Stephens <nigel@mips.com>
10526 Maciej W. Rozycki <macro@codesourcery.com>
10527
10528 * gdb.base/float.exp: Handle the new output from "info float" on
10529 MIPS targets.
10530
1bc1068a
JK
105312014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10532
10533 Fix MinGW compilation.
10534 * gdb.compile/compile-ops.exp: Update untested message if
10535 !skip_compile_feature_tests.
10536 * gdb.compile/compile-setjmp.exp: Likewise.
10537 * gdb.compile/compile-tls.exp: Likewise.
10538 * gdb.compile/compile.exp: Likewise.
10539 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10540 supported on this host".
10541
b6615d10
DE
105422014-12-16 Doug Evans <xdje42@gmail.com>
10543
10544 * boards/stabs.exp: New file.
10545
25dda427
AA
105462014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10547
10548 * gdb.base/completion.exp: Adjust to format changes of "maint
10549 print user-registers".
10550
bf330350
CU
105512014-12-16 Catalin Udma <catalin.udma@freescale.com>
10552
10553 PR server/17457
10554 * gdb.arch/aarch64-fp.c: New file.
10555 * gdb.arch/aarch64-fp.exp: New file.
10556
395cf596
SDJ
105572014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10558
10559 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10560 r210637, r210913, r211666, r215400, r215817).
10561
10562 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10563 * dg-extract-results.py: New file.
10564 * dg-extract-results.sh: Use it if the environment seems
10565 suitable.
10566
10567 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10568
10569 * dg-extract-results.py (parse_run): Handle warnings that
10570 are printed before a test harness is run.
10571
10572 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10573
10574 * dg-extract-results.py (Named): Remove __cmp__ method.
10575 (output_variation): Use a key to sort variation.harnesses.
10576
10577 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10578
10579 * dg-extract-results.py: For Python 3, force sys.stdout to
10580 handle surrogate escape sequences.
10581 (safe_open): New function.
10582 (output_segment, main): Use it.
10583
10584 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10585
10586 * dg-extract-results.py (Prog.result_re): Include options
10587 in test name.
10588
10589 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10590
10591 * dg-extract-results.py (output_variation): Always sort if
10592 do_sum.
10593
e882ef3c
SM
105942014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10595
10596 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10597 as long as we get pagination notifications.
10598
4992aa20
JM
105992014-12-15 Jason Merrill <jason@redhat.com>
10600
10601 * Makefile.in (check-gdb.%): Restore.
10602 * README: Mention it.
10603
c1b5a1a6
JB
106042014-12-13 Joel Brobecker <brobecker@adacore.com>
10605
10606 * gdb.ada/str_uninit: New testcase.
10607
5537b577
JK
106082014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10609
10610 PR symtab/17642
10611 * gdb.base/vla-stub-define.c: New file.
10612 * gdb.base/vla-stub.c: New file.
10613 * gdb.base/vla-stub.exp: New file.
10614
bb2ec1b3
TT
106152014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10616 Jan Kratochvil <jan.kratochvil@redhat.com>
10617 Tom Tromey <tromey@redhat.com>
10618
10619 * configure.ac: Add gdb.compile/.
10620 * configure: Regenerate.
10621 * gdb.compile/Makefile.in: New file.
10622 * gdb.compile/compile-ops.exp: New file.
10623 * gdb.compile/compile-ops.c: New file.
10624 * gdb.compile/compile-tls.c: New file.
10625 * gdb.compile/compile-tls.exp: New file.
10626 * gdb.compile/compile-constvar.S: New file.
10627 * gdb.compile/compile-constvar.c: New file.
10628 * gdb.compile/compile-mod.c: New file.
10629 * gdb.compile/compile-nodebug.c: New file.
10630 * gdb.compile/compile-setjmp-mod.c: New file.
10631 * gdb.compile/compile-setjmp.c: New file.
10632 * gdb.compile/compile-setjmp.exp: New file.
10633 * gdb.compile/compile-shlib.c: New file.
10634 * gdb.compile/compile.c: New file.
10635 * gdb.compile/compile.exp: New file.
10636 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10637
4ff709eb
TT
106382014-12-12 Tom Tromey <tromey@redhat.com>
10639
10640 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10641 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10642
6dddd6a5
DE
106432014-12-12 Doug Evans <dje@google.com>
10644
10645 * lib/gdb-python.exp (get_python_valueof): New function.
10646 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10647
71c24708
AA
106482014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10649
10650 * gdb.base/completion.exp: Add test for completion of "info
10651 registers ".
10652
3e29f34a
MR
106532014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10654
10655 * gdb.base/func-ptrs.c: New file.
10656 * gdb.base/func-ptrs.exp: New file.
10657
fc126975
SM
106582014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10659
10660 PR breakpoints/17012
10661 * gdb.base/dprintf-detach.c: New file.
10662 * gdb.base/dprintf-detach.exp: New file.
10663
0a46d518
SM
106642014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10665
10666 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10667 * lib/gdb.exp (target_is_gdbserver): New procedure.
10668
a0be3e44
DE
106692014-12-08 Doug Evans <dje@google.com>
10670
10671 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10672
df1b803a
YQ
106732014-12-05 Yao Qi <yao@codesourcery.com>
10674
10675 * gdb.guile/scm-error.exp: Remove the third argument to
10676 gdb_remote_download.
10677 * gdb.guile/scm-frame-args.exp: Likewise.
10678 * gdb.guile/scm-section-script.exp: Likewise.
10679
ddb9f679
YQ
106802014-12-05 Yao Qi <yao@codesourcery.com>
10681
10682 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10683
86e4ed39
DE
106842014-12-04 Doug Evans <dje@google.com>
10685
10686 * gdb.python/py-objfile.exp: Add tests for
10687 objfile.add_separate_debug_file.
10688
7c50a931
DE
106892014-12-04 Doug Evans <dje@google.com>
10690
10691 * lib/gdb.exp (get_build_id): New function.
10692 (build_id_debug_filename_get): Rewrite to use it.
10693 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10694
621661e3
MR
106952014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10696
10697 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10698 `method(long)', not just 0x0.
10699 * gdb.cp/nsalias.exp: Align code labels to 4.
10700 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10701 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10702 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10703 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10704 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10705 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10706
29f0c3b7
DE
107072014-12-02 Doug Evans <dje@google.com>
10708
e1e061e7 10709 PR symtab/17602
29f0c3b7 10710 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 10711 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
10712 * gdb.cp/anon-ns.exp: Update.
10713
162078c8
NB
107142014-12-02 Nick Bull <nicholaspbull@gmail.com>
10715
10716 * gdb.python/py-events.py (inferior_call_handler): New.
10717 (register_changed_handler, memory_changed_handler): New.
10718 (test_events.invoke): Register new handlers.
10719 * gdb.python/py-events.exp: Add tests for inferior call,
10720 memory_changed and register_changed events.
10721
fdb09caf
AA
107222014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10723
10724 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10725 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10726 if the linker doesn't understand this.
10727
55cfb2c4
SM
107282014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10729
10730 * gdb.python/python.exp: Change expected reply to help().
10731
9e8cd6df
YQ
107322014-12-01 Yao Qi <yao@codesourcery.com>
10733
10734 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10735 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10736 * configure: Re-generated.
10737
6c659fc2
SC
107382014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10739
10740 * gdb.cp/chained-calls.cc: New file.
10741 * gdb.cp/chained-calls.exp: New file.
10742 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10743
d7fc3181
SM
107442014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10745
10746 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10747 * gdb.dwarf2/symtab-producer.exp: Same.
10748 * gdb.gdb/python-interrupts.exp: Same.
10749 * gdb.gdb/python-selftest.exp: Same.
10750 * gdb.python/py-linetable.exp: Same.
10751 * gdb.python/py-type.exp: Same.
10752 * gdb.python/py-value-cc.exp: Same.
10753 * gdb.python/py-value.exp: Same.
10754
10e79639
YQ
107552014-11-28 Yao Qi <yao@codesourcery.com>
10756
10757 * gdb.base/break-probes.exp: Match library name prefixed with
10758 sysroot.
10759
f28a0564
SM
107602014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10761
10762 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10763 test expected output. Add parentheses for the call to print.
10764 Remove L suffix from integers.
10765
3fe1ce1d
DE
107662014-11-26 Doug Evans <dje@google.com>
10767
10768 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10769
84429e27
YQ
107702014-11-22 Yao Qi <yao@codesourcery.com>
10771
10772 * gdb.trace/entry-values.c: Remove asms.
10773 (foo): Add foo_label.
10774 (bar): Add bar_label.
10775 * gdb.trace/entry-values.exp: Remove code computing foo's
10776 length and bar's length.
10777 (Dwarf::assemble): Invoke function_range for bar and use
10778 MACRO_AT_func for foo.
10779
26741859
YQ
107802014-11-22 Yao Qi <yao@codesourcery.com>
10781
10782 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10783 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10784 Use .Lgcc43_procstart instead of gcc43.
10785
45e44d27
JB
107862014-11-21 Joel Brobecker <brobecker@adacore.com>
10787
10788 * gdb.ada/n_arr_bound: New testcase.
10789
458c8db8
SDJ
107902014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10791
10792 PR breakpoints/10737
10793 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10794 test_catch_syscall_multi_arch.
10795 (test_catch_syscall_multi_arch): New function.
10796
43f3e411
DE
107972014-11-20 Doug Evans <xdje42@gmail.com>
10798
10799 * gdb.base/maint.exp: Update expected output.
10800
0d7b2549
AA
108012014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10802
10803 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10804 4-byte instruction on S390.
10805
8908fca5
JB
108062014-11-19 Joel Brobecker <brobecker@adacore.com>
10807
10808 * gdb.ada/arr_arr: New testcase.
10809
4a46959e
JB
108102014-11-19 Joel Brobecker <brobecker@adacore.com>
10811
10812 * gdb.ada/pkd_arr_elem: New Testcase.
10813
470e2f4e
LM
108142014-11-18 Luis Machado <lgustavo@codesourcery.com>
10815
10816 * gdb.reverse/break-precsave: Expect completion message for
10817 core file reads.
10818 * gdb.reverse/consecutive-precsave.exp: Likewise.
10819 * gdb.reverse/finish-precsave.exp: Likewise.
10820 * gdb.reverse/i386-precsave.exp: Likewise.
10821 * gdb.reverse/machinestate-precsave.exp: Likewise.
10822 * gdb.reverse/sigall-precsave.exp: Likewise.
10823 * gdb.reverse/solib-precsave.exp: Likewise.
10824 * gdb.reverse/step-precsave.exp: Likewise.
10825 * gdb.reverse/until-precsave.exp: Likewise.
10826 * gdb.reverse/watch-precsave.exp: Likewise.
10827
a267f3ad
AA
108282014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10829
10830 * gdb.base/bp-permanent.c: Include unistd.h.
10831 * gdb.python/py-framefilter-mi.c (main): Add return type.
10832 * gdb.python/py-framefilter.c (main): Likewise.
10833 * gdb.trace/actions-changed.c (main): Likewise.
10834
12084a9a
AA
108352014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10836
10837 * gdb.mi/until.c: Add eye-catchers.
10838 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10839 line numbers.
10840
dc7e1a77
AA
108412014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10842
10843 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10844 function header variants in break1.c.
10845 * gdb.base/ena-dis-br.exp: Likewise.
10846 * gdb.base/hbreak2.exp: Likewise.
10847 * gdb.reverse/until-precsave.exp: Drop references to removed
10848 non-prototype function header variants in ur1.c.
10849 * gdb.reverse/until-reverse.exp: Likewise.
10850
41c77605
PM
108512014-11-17 Petr Machata <pmachata@redhat.com>
10852
10853 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10854 ${_cu_offset_size} bytes abbrev offset.
10855
34248c3a
DE
108562014-11-15 Doug Evans <xdje42@gmail.com>
10857
10858 PR symtab/17559
10859 * gdb.base/line-symtabs.exp: New file.
10860 * gdb.base/line-symtabs.c: New file.
10861 * gdb.base/line-symtabs.h: New file.
10862
646da059
YQ
108632014-11-14 Yao Qi <yao@codesourcery.com>
10864
10865 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10866 (func): Add label func_label.
10867 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10868 Replace low_pc and high_pc with MACRO_AT_range.
10869 Replace name, low_pc and high_pc with MACRO_AT_func.
10870
9301ebe6
YQ
108712014-11-14 Yao Qi <yao@codesourcery.com>
10872
10873 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10874 Replace name, low_pc and high_pc with MACRO_AT_func.
10875
f166b542
YQ
108762014-11-14 Yao Qi <yao@codesourcery.com>
10877
10878 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10879 produce debug information.
10880 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10881
0f6e71e3
YQ
108822014-11-14 Yao Qi <yao@codesourcery.com>
10883
10884 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10885 object and get function length.
10886 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10887 with MACRO_AT_func.
10888 (top-level): Replace gdb_compile and clean_restart with
10889 prepare_for_testing.
10890 * gdb.dwarf2/main.c (main): Add label main_label.
10891
876c4df9
YQ
108922014-11-14 Yao Qi <yao@codesourcery.com>
10893
10894 * lib/dwarf.exp (function_range): New procedure.
10895 (Dwarf::_handle_macro_at_func): New procedure.
10896 (Dwarf::_handle_macro_at_range): New procedure.
10897 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10898
02ad9cf1
YQ
108992014-11-14 Yao Qi <yao@codesourcery.com>
10900
10901 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10902 (_handle_attribute): New procedure.
10903
a59add0c
AA
109042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10905
10906 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10907 * gdb.base/call-sc.c (zed): Likewise.
10908 * gdb.base/checkpoint.c (main): Likewise.
10909 * gdb.base/dump.c (main): Likewise.
10910 * gdb.base/gcore.c (main): Likewise.
10911 * gdb.base/huge.c (main): Likewise.
10912 * gdb.base/multi-forks.c (main): Likewise.
10913 * gdb.base/pr10179-a.c (main): Likewise.
10914 * gdb.base/savedregs.c (main): Likewise.
10915 * gdb.base/sigaltstack.c (main): Likewise.
10916 * gdb.base/siginfo.c (main): Likewise.
10917 * gdb.base/structs.c (zed): Likewise.
10918 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10919 * gdb.mi/mi-syn-frame.c (main): Likewise.
10920 * gdb.mi/until.c (foo, main): Likewise.
10921 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10922 * gdb.base/solib-weak.c (foo): Declare.
10923 * gdb.base/attach-twice.c: Include stdio.h.
10924 * gdb.base/weaklib1.c: Likewise.
10925 * gdb.base/weaklib2.c: Likewise.
10926 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10927 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10928 unistd.h.
10929 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10930 * gdb.mi/mi-exit-code.c: Likewise.
10931 * gdb.base/break-interp-lib.c: Include string.h.
10932 * gdb.base/coremaker.c: Likewise.
10933 * gdb.base/testenv.c: Likewise.
10934 * gdb.python/py-finish-breakpoint.c: Likewise.
10935 * gdb.base/inferior-died.c: Include sys/wait.h.
10936 * gdb.base/fileio.c: Include time.h.
10937 * gdb.base/async-shell.c: Include unistd.h.
10938 * gdb.base/dprintf-non-stop.c: Likewise.
10939 * gdb.base/info-os.c: Likewise.
10940 * gdb.mi/mi-console.c: Likewise.
10941 * gdb.mi/watch-nonstop.c: Likewise.
10942 * gdb.python/py-events.c: Likewise.
10943 * gdb.base/async.c (baz): Move up before its invocation.
10944 * gdb.base/code_elim2.c (my_global_func): Likewise.
10945 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10946 * gdb.base/advance.c (func2): Likewise.
10947
3b5d5997
AA
109482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10949
10950 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10951 variant.
10952 * gdb.base/annota3.c: Likewise.
10953 * gdb.base/async.c: Likewise.
10954 * gdb.base/average.c: Likewise.
10955 * gdb.base/call-ar-st.c: Likewise.
10956 * gdb.base/call-rt-st.c: Likewise.
10957 * gdb.base/call-sc.c: Likewise.
10958 * gdb.base/call-strs.c: Likewise.
10959 * gdb.base/ending-run.c: Likewise.
10960 * gdb.base/execd-prog.c: Likewise.
10961 * gdb.base/exprs.c: Likewise.
10962 * gdb.base/foll-exec.c: Likewise.
10963 * gdb.base/foll-fork.c: Likewise.
10964 * gdb.base/foll-vfork.c: Likewise.
10965 * gdb.base/funcargs.c: Likewise.
10966 * gdb.base/gcore.c: Likewise.
10967 * gdb.base/jump.c: Likewise.
10968 * gdb.base/langs0.c: Likewise.
10969 * gdb.base/langs1.c: Likewise.
10970 * gdb.base/langs2.c: Likewise.
10971 * gdb.base/mips_pro.c: Likewise.
10972 * gdb.base/nodebug.c: Likewise.
10973 * gdb.base/opaque0.c: Likewise.
10974 * gdb.base/opaque1.c: Likewise.
10975 * gdb.base/recurse.c: Likewise.
10976 * gdb.base/run.c: Likewise.
10977 * gdb.base/scope0.c: Likewise.
10978 * gdb.base/scope1.c: Likewise.
10979 * gdb.base/setshow.c: Likewise.
10980 * gdb.base/setvar.c: Likewise.
10981 * gdb.base/shmain.c: Likewise.
10982 * gdb.base/shr1.c: Likewise.
10983 * gdb.base/shr2.c: Likewise.
10984 * gdb.base/sigall.c: Likewise.
10985 * gdb.base/signals.c: Likewise.
10986 * gdb.base/so-indr-cl.c: Likewise.
10987 * gdb.base/solib2.c: Likewise.
10988 * gdb.base/structs.c: Likewise.
10989 * gdb.base/sum.c: Likewise.
10990 * gdb.base/vforked-prog.c: Likewise.
10991 * gdb.base/watchpoint.c: Likewise.
10992 * gdb.reverse/shr2.c: Likewise.
10993 * gdb.reverse/until-reverse.c: Likewise.
10994 * gdb.reverse/ur1.c: Likewise.
10995 * gdb.reverse/watch-reverse.c: Likewise.
10996
066a77c5
AA
109972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10998
10999 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11000 variant.
11001 * gdb.base/sepdebug.exp: Drop references to removed code.
11002
4f204ea5
AA
110032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11004
11005 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11006 variant. Preserve original line numbering.
11007 * gdb.base/list1.c: Likewise.
11008
3b377a3a
AA
110092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11010
11011 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11012 variant.
11013 * gdb.base/break1.c: Likewise.
11014 * gdb.base/break.exp: Drop references to removed code.
11015
e444df73
AA
110162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11017
11018 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11019 variant.
11020
8008f2a7
AA
110212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11022
11023 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11024
a5a06887
AA
110252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11026
11027 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11028 logic into perform_all_tests() and invoke it with and without
11029 function header prototypes.
11030 (do_function_calls): Remove conditional XFAIL for PR 5318.
11031 (rerun_and_prepare): Remove duplicate code.
11032 (perform_all_tests): New. Main logic moved here.
11033
44dba9b9
AA
110342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11035
11036 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11037 code guarded by #ifdef NO_PROTOTYPES.
11038 (t_double_many_args): Likewise.
11039 (DEF_FUNC_MANY_ARGS_1): Likewise.
11040 (DEF_FUNC_VALUES_1): Likewise.
11041 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11042 guarded by #ifdef PROTOTYPES.
11043
d1fbcd56
AA
110442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11045
11046 * gdb.mi/mi-console.c: Add eye-catcher.
11047 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11048 instead of literal line number.
11049
b0e59b8f
AA
110502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11051
11052 * gdb.base/shr2.c: Add eye-catcher.
11053 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11054 line number.
11055
78f98cca
AA
110562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11057
11058 * gdb.base/jump.c: Add eye-catchers.
11059 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11060 numbers.
11061
58fa2af0
AA
110622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11063
11064 * gdb.base/execd-prog.c: Add eye-catchers.
11065 * gdb.base/foll-exec.c: Likewise.
11066 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11067 line numbers.
11068
04e5059b
AA
110692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11070
11071 * gdb.base/ending-run.c: Add eye-catchers.
11072 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11073 literal line numbers.
11074
dbfdb174
AA
110752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11076
11077 * gdb.base/call-rt-st.c: Add eye-catchers.
11078 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11079 literal line numbers.
11080
888a2ade
AA
110812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11082
11083 * gdb.base/call-ar-st.c: Add eye-catchers.
11084 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11085 literal line numbers.
11086
6acc2dde
AA
110872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11088
11089 * gdb.base/average.c: Add eye-catchers.
11090 * gdb.base/sum.c: Likewise.
11091 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11092 regexps dynamically.
11093
9ecfcd1d
AA
110942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11095
11096 * gdb.base/solib1.c: Add eye-catchers.
11097 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11098 literal line numbers.
11099
78708b7c
PA
111002014-11-12 Pedro Alves <palves@redhat.com>
11101
11102 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11103 leader has exited.
11104
af48d08f
PA
111052014-11-12 Pedro Alves <palves@redhat.com>
11106
11107 * gdb.arch/i386-bp_permanent.c: New file.
11108 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11109 (srcfile): Set to i386-bp_permanent.c.
11110 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11111 that stepi does not execute the 'leave' instruction, instead of
11112 testing it does execute.
11113 * gdb.base/bp-permanent.c: New file.
11114 * gdb.base/bp-permanent.exp: New file.
11115
af3768e9
DE
111162014-11-10 Doug Evans <xdje42@gmail.com>
11117
11118 PR symtab/17564
11119 * gdb.base/symtab-search-order.exp: New file.
11120 * gdb.base/symtab-search-order.c: New file.
11121 * gdb.base/symtab-search-order-1.c: New file.
11122 * gdb.base/symtab-search-order-shlib-1.c: New file.
11123
9de00a4a
PA
111242014-11-07 Pedro Alves <palves@redhat.com>
11125
11126 PR gdb/17511
11127 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11128 i?86-*-linux*.
11129
e0f52461
SC
111302014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11131
11132 PR c++/17494
11133 * gdb.cp/pr17494.cc: New file.
11134 * gdb.cp/pr17494.exp: New file.
11135
6ce8c980
YQ
111362014-11-02 Yao Qi <yao@codesourcery.com>
11137
11138 * gdb.python/python.exp: Get working directory and match the
11139 output of "set extended-prompt \\w " with it.
11140
02be9a71
DE
111412014-10-30 Doug Evans <dje@google.com>
11142
11143 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11144 in objfiles.
11145 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11146 in progspaces.
11147
3bdff46b
LM
111482014-10-30 Janis Johnson <janisjo@codesourcery.com>
11149
11150 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11151 * gdb.base/realname-expand.exp: Likewise.
11152 * gdb.linespec/macro-relative.exp: Likewise.
11153
ab917dfb
PA
111542014-10-29 Pedro Alves <palves@redhat.com>
11155
11156 PR gdb/17408
11157 * gdb.threads/schedlock.c (some_function): New function.
11158 (call_function): New global.
11159 (MAYBE_CALL_SOME_FUNCTION): New macro.
11160 (thread_function): Call it.
11161 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11162 and use it instead of a global counter. Adjust all callers.
11163 (get_current_thread): Use "find current thread" for test message
11164 here rather than having all callers pass down the same string.
11165 (goto_loop): New procedure, factored out from ...
11166 (my_continue): ... this.
11167 (step_ten_loops): Change parameter from test message to command to
11168 use. Adjust.
11169 (list_count): Delete global.
11170 (check_result): New procedure, factored out from duplicate top
11171 level code.
11172 (continue tests): Wrap in with_test_prefix.
11173 (test_step): New procedure, factored out from duplicate top level
11174 code.
11175 (top level): Test "step" in combination with all scheduler-locking
11176 modes. Test "next" in combination with all scheduler-locking
11177 modes, and in combination with stepping over a function call or
11178 not.
11179 * gdb.threads/next-bp-other-thread.c: New file.
11180 * gdb.threads/next-bp-other-thread.exp: New file.
11181
d3d4baed
PA
111822014-10-29 Pedro Alves <palves@redhat.com>
11183
11184 PR python/17372
11185 * gdb.python/python.exp: Test a multi-line command that spawns
11186 interactive Python.
11187 * gdb.base/multi-line-starts-subshell.exp: New file.
11188
563e8d85
YQ
111892014-10-29 Yao Qi <yao@codesourcery.com>
11190
11191 * gdb.base/fileio.exp: Make directories on host.
11192
0ea4d52e
YQ
111932014-10-29 Yao Qi <yao@codesourcery.com>
11194
11195 * gdb.base/fileio.c (test_write): Close the file.
11196
7f5ef605
PA
111972014-10-28 Pedro Alves <palves@redhat.com>
11198
11199 PR gdb/12623
11200 * gdb.base/sigstep.c (no_handler): New global.
11201 (main): If 'no_handler is true, set the signal handlers to
11202 SIG_IGN.
11203 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11204 with_sw_watch and no_handler parameters. Handle them.
11205 (top level) <stepping over handler when stopped at a breakpoint
11206 test>: Add a test axis for testing with a software watchpoint, and
11207 another for testing with the signal handler set to SIG_IGN.
11208 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11209 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11210
abbdbd03
PA
112112014-10-28 Pedro Alves <palves@redhat.com>
11212
11213 PR gdb/17511
11214 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11215 * gdb.base/sigstep.exp (other_handler_location): New global.
11216 (advance): Support stepping into the signal handler, and running
11217 commands while in the handler.
11218 (in_handler_map): New global.
11219 (top level): In the advance test, add combinations for getting
11220 into the handler with stepping commands, and for running commands
11221 in the handler. Add comment descripting the advancei tests.
11222
1df4399f
PA
112232014-10-28 Pedro Alves <palves@redhat.com>
11224
11225 * gdb.base/sigstep.exp: Use build_executable instead of
11226 prepare_for_testing.
11227 (top level): Move code that starts GDB, runs to main and creates a
11228 display to ...
11229 (restart): ... this new procedure.
11230 (top level): Move backtrace from signal handler test to ...
11231 (validate_backtrace): ... this new procedure.
11232 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11233 with_test_prefix. Always restart GDB.
11234 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11235 with_test_prefix. Always restart GDB. No need to delete
11236 breakpoints after the test.
11237 (test_skip_handler): Remove prefix parameter.
11238 (skip_over_handler, breakpoint_to_handler)
11239 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11240 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11241 restart GDB. No need to delete breakpoints after the test.
11242 (top level): Use foreach to call the test procedures with
11243 different commands.
11244
a5b6e449
PA
112452014-10-28 Pedro Alves <palves@redhat.com>
11246
11247 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11248 instead of GNATS numbers.
11249 * gdb.base/sigbpt.exp: Likewise.
11250 * gdb.base/siginfo.exp: Likewise.
11251 * gdb.base/sigstep.exp: Likewise.
11252
e5f8a7cc
PA
112532014-10-27 Pedro Alves <palves@redhat.com>
11254
11255 * gdb.base/sigstep.c (dummy): New global.
11256 (main): Issue a couple writes to the new global.
11257 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11258 procedures.
11259 (skip_over_handler): Use test_skip_handler.
11260 (top level): Call skip_over_handler for stepi and nexti too.
11261 (breakpoint_over_handler): Use test_skip_handler.
11262 (top level): Call breakpoint_over_handler for stepi and nexti too.
11263
763905a3
YQ
112642014-10-27 Yao Qi <yao@codesourcery.com>
11265
11266 * gdb.trace/tfile.c (adjust_function_address)
11267 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11268 function descriptor.
11269
6f259a23
DB
112702014-10-24 Don Breazeal <donb@codesourcery.com>
11271
11272 * gdb.base/foll-fork.exp (test_follow_fork,
11273 catch_fork_child_follow): Check for updated fork messages emitted
11274 from infrun.c.
11275 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11276 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11277 vfork_and_exec_child_follow_through_step): Check for updated vfork
11278 messages emitted from infrun.c.
11279
09dd9a69
PA
112802014-10-24 Pedro Alves <palves@redhat.com>
11281
11282 * gdb.base/corefile.exp: Remove references to ultrix.
11283 * gdb.base/interrupt.exp: Likewise.
11284 * gdb.base/whatis.exp: Likewise.
11285 * gdb.gdb/selftest.exp: Likewise.
11286 * gdb.threads/manythreads.exp: Likewise.
11287 * gdb.threads/print-threads.exp: Likewise.
11288 * gdb.threads/pthreads.exp:: Likewise.
11289 * gdb.threads/schedlock.exp: Likewise.
11290
3433cfa5
SC
112912014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11292
11293 * gdb.cp/non-trivial-retval.cc: Add a test case.
11294 * gdb.cp/non-trivial-retval.exp: Add a test.
11295
092f880b
YQ
112962014-10-20 Yao Qi <yao@codesourcery.com>
11297
11298 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11299 * gdb.python/py-objfile-script-gdb.py: New file.
11300 * gdb.python/py-objfile-script.exp: Update reference to
11301 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11302 of remote_download. Remove the dest file.
11303
acbdb7f3
YQ
113042014-10-20 Yao Qi <yao@codesourcery.com>
11305
11306 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11307 * gdb.base/step-line.exp: Likewise.
11308 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11309 * gdb.dwarf2/dw2-basic.exp: Likewise.
11310 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11311 * gdb.dwarf2/dw2-filename.exp: Likewise.
11312 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11313 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11314 * gdb.dwarf2/dw2-producer.exp: Likewise.
11315 * gdb.dwarf2/mac-fileno.exp: Likewise.
11316 * gdb.python/py-frame-args.exp: Likewise.
11317 * gdb.python/py-framefilter.exp: Likewise.
11318 * gdb.python/py-mi.exp: Likewise.
11319 * gdb.python/py-objfile-script.exp: Likewise
11320 * gdb.python/py-pp-integral.exp: Likewise.
11321 * gdb.python/py-pp-re-notag.exp: Likewise.
11322 * gdb.python/py-prettyprint.exp: Likewise.
11323 * gdb.python/py-section-script.exp: Likewise.
11324 * gdb.python/py-typeprint.exp: Likewise.
11325 * gdb.python/py-xmethods.exp: Likewise.
11326 * gdb.stabs/weird.exp: Likewise.
11327 * gdb.xml/tdesc-regs.exp: Likewise.
11328
bd286a29
KCY
113292014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11330
11331 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11332 (out_cu): Use addr_len for the size of addresses.
11333 (out_line): Likewise. Size DW_LNE_set_address instruction
11334 according to addr_len.
11335 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11336 (FUNC): Add START_INSNS to definition.
11337
673dc4a0
YQ
113382014-10-18 Yao Qi <yao@codesourcery.com>
11339
11340 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11341 gdb_has_argv0 return true.
11342 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11343 check [target_info exists noargs], check [gdb_has_argv0]
11344 instead.
11345 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11346 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11347 procedures.
11348
4ffbba72
DE
113492014-10-17 Doug Evans <dje@google.com>
11350
11351 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11352 event.
11353 * gdb.python/py-events.py: Add clear_objfiles event.
11354
d096d8c1
DE
113552014-10-17 Doug Evans <dje@google.com>
11356
11357 * gdb.python/py-objfile.exp: Test progspace attribute.
11358
a80db015
LM
113592014-10-17 Luis Machado <lgustavo@codesourcery.com>
11360
11361 * gdb.guile/scm-breakpoint.exp: Do not assume any
11362 directory separators when matching source file paths.
11363 * gdb.python/py-breakpoint.exp: Likewise.
11364 * gdb.reverse/break-precsave.exp: Likewise.
11365 * gdb.reverse/break-reverse.exp: Likewise.
11366 * gdb.reverse/consecutive-precsave.exp: Likewise.
11367 * gdb.reverse/finish-precsave.exp: Likewise.
11368 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11369 * gdb.reverse/finish-reverse.exp: Likewise.
11370 * gdb.reverse/i386-precsave.exp: Likewise.
11371 * gdb.reverse/i387-env-reverse.exp: Likewise.
11372 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11373 * gdb.reverse/machinestate-precsave.exp: Likewise.
11374 * gdb.reverse/machinestate.exp: Likewise.
11375 * gdb.reverse/sigall-precsave.exp: Likewise.
11376 * gdb.reverse/solib-precsave.exp: Likewise.
11377 * gdb.reverse/step-precsave.exp: Likewise.
11378 * gdb.reverse/until-precsave.exp: Likewise.
11379 * gdb.reverse/watch-precsave.exp: Likewise.
11380 * gdb.reverse/watch-reverse.exp: Likewise.
11381
b22089ab
YQ
113822014-10-17 Yao Qi <yao@codesourcery.com>
11383
11384 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11385 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11386
6c4486e6
PA
113872014-10-17 Pedro Alves <palves@redhat.com>
11388
11389 PR gdb/17471
11390 * gdb.base/bg-execution-repeat.c: New file.
11391 * gdb.base/bg-execution-repeat.exp: New file.
11392
0ff33695
PA
113932014-10-17 Pedro Alves <palves@redhat.com>
11394
11395 PR gdb/17300
11396 * gdb.base/continue-all-already-running.c: New file.
11397 * gdb.base/continue-all-already-running.exp: New file.
11398
6fdebc3d
PA
113992014-10-17 Pedro Alves <palves@redhat.com>
11400
11401 PR gdb/17472
11402 * gdb.base/annota-input-while-running.c: New file.
11403 * gdb.base/annota-input-while-running.exp: New file.
11404
32a8097b
PA
114052014-10-17 Pedro Alves <palves@redhat.com>
11406
11407 * gdb.base/callfuncs.exp: emove references to osf.
11408 * gdb.base/sigall.exp: Likewise.
11409 * gdb.gdb/selftest.exp: Likewise.
11410 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11411 * gdb.mi/non-stop.c: Likewise.
11412 * gdb.mi/pthreads.c: Likewise.
11413 * gdb.reverse/sigall-precsave.exp: Likewise.
11414 * gdb.reverse/sigall-reverse.exp: Likewise.
11415 * gdb.threads/pthreads.c: Likewise.
11416 * gdb.threads/pthreads.exp: Likewise.
11417
7a3517ff
YQ
114182014-10-17 Yao Qi <yao@codesourcery.com>
11419
11420 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11421 check 'target_info exists noargs'.
11422 (test_command_prompt_position): Likewise.
11423 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11424 Remove "set args".
11425 (progvar_simple_while_test): Likewise.
11426 (progvar_complex_if_while_test): Likewise.
11427 (if_while_breakpoint_command_test): Likewise.
11428 (infrun_breakpoint_command_test): Likewise.
11429 (breakpoint_command_test): Likewise.
11430 (watchpoint_command_test): Likewise.
11431 (bp_deleted_in_command_test): Likewise.
11432 (temporary_breakpoint_commands): Likewise.
11433
bb99c472
YQ
114342014-10-16 Yao Qi <yao@codesourcery.com>
11435
11436 * gdb.base/remotetimeout.exp: Remove noargs checking.
11437
7c16b83e
PA
114382014-10-15 Pedro Alves <palves@redhat.com>
11439
11440 PR breakpoints/9649
11441 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11442 * gdb.base/breakpoint-in-ro-region.exp
11443 (probe_target_hardware_step): New procedure.
11444 (top level): Probe hardware stepping and hardware breakpoint
11445 support. Test stepping through a read-only region, with both
11446 "breakpoint auto-hw" on and off and both "always-inserted" on and
11447 off.
11448
35a49624
IB
114492014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11450
11451 * gdb.dlang/demangle.exp: Update for demangling changes.
11452
2d1c107c
SC
114532014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11454
11455 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11456 * gdb.cp/non-trivial-retval.exp: Add new tests.
11457
778811d5
SC
114582014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11459
11460 PR c++/13403
11461 PR c++/15154
11462 * gdb.cp/non-trivial-retval.cc: New file.
11463 * gdb.cp/non-trivial-retval.exp: New file.
11464
10c5f0a8
YQ
114652014-10-15 Yao Qi <yao@codesourcery.com>
11466
11467 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11468 remote host.
11469
65d7b369
YQ
114702014-10-15 Yao Qi <yao@codesourcery.com>
11471
11472 * gdb.python/py-symbol.exp: Match file base name if host is
11473 remote, otherwise match file name with dir name.
11474 * gdb.python/py-symtab.exp: Likewise.
11475 * gdb.python/python.exp: Likewise.
11476
46dc1394
YQ
114772014-10-15 Yao Qi <yao@codesourcery.com>
11478
11479 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11480 pattern.
11481 * gdb.python/py-symtab.exp: Likewise.
11482 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11483 locationn.
11484
c40cc657
JB
114852014-10-14 Joel Brobecker <brobecker@adacore.com>
11486
11487 * gdb.ada/addr_arith: New testcase.
11488
2abf49e1
MR
114892014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11490
11491 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11492 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11493 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11494 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11495
f7088df3
SDJ
114962014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11497
11498 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11499 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11500 * gdb.arch/stap-eval-lang-ada.exp: New file.
11501
4dc06805
YQ
115022014-10-14 Yao Qi <yao@codesourcery.com>
11503
11504 * gdb.mi/mi-var-child.c (nothing1): New function.
11505 (nothing2): New function.
11506 (do_children_tests): Set function pointers by nothing1 and
11507 nothing2.
11508 * gdb.mi/mi-var-child.exp: Step over new added statements.
11509 Update test to match the new output.
11510 * gdb.mi/var-cmd.c (nothing1): New function.
11511 (nothing2): New function.
11512 (do_children_tests): Set function pointers by nothing1 and
11513 nothing2.
11514 * gdb.mi/mi-var-display.exp: Update test to match output.
11515 Step to the line specified by $line_dct_nothing.
11516 Increase the number of lines to step.
11517
46a93de2
YQ
115182014-10-14 Yao Qi <yao@codesourcery.com>
11519
11520 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11521 tests.
11522 * gdb.mi/mi2-var-child.exp: Likewise.
11523
14ea52ee
DE
115242014-10-13 Doug Evans <dje@google.com>
11525
11526 * gdb.python/py-objfile.exp: Change name of file name test.
11527
e5c6e92b
DE
115282014-10-13 Doug Evans <dje@google.com>
11529
11530 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11531 from the start of the CU.
11532
c780cc2f
JK
115332014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11534 Yao Qi <yao@codesourcery.com>
11535
11536 Fix "save breakpoints" for "catch" command.
11537 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11538 Remove -nonewline. Match also the added "main" line.
11539
99894e11
JK
115402014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11541
11542 Fix "save breakpoints" for "disable $bpnum" command.
11543 * gdb.base/save-bp.c (main): Add label.
11544 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11545
6e1ac5a3
JK
115462014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11547
11548 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11549
754dd2b0
YQ
115502014-10-11 Yao Qi <yao@codesourcery.com>
11551
11552 * gdb.server/server-kill.exp: Execute command
11553 "set remote trace-status-packet on" before "tstatus".
11554
f90183d7
YQ
115552014-10-11 Yao Qi <yao@codesourcery.com>
11556
11557 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11558 (main): Call getppid.
11559 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11560 and continue to it. Read variable "server_pid".
11561
bf40a607
YQ
115622014-10-11 Yao Qi <yao@codesourcery.com>
11563
11564 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11565
052ca370
YQ
115662014-10-11 Yao Qi <yao@codesourcery.com>
11567
11568 * gdb.threads/thread-find.exp: Don't execute command
11569 "info threads".
11570 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11571 * gdb.threads/linux-dp.exp: Don't check the condition
11572 $threads_created equals to zero.
11573
3831839c
PA
115742014-10-10 Pedro Alves <palves@redhat.com>
11575
11576 * gdb.base/bigcore.exp: Remove references to IRIX.
11577 * gdb.base/funcargs.exp: Likewise.
11578 * gdb.base/interrupt.exp: Likewise.
11579 * gdb.base/mips_pro.exp: Likewise.
11580 * gdb.base/nodebug.exp: Likewise.
11581 * gdb.base/setvar.exp: Likewise.
11582 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11583
8b9a549d
PA
115842014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11585 Pedro Alves <palves@redhat.com>
11586
11587 PR symtab/14466
11588 * gdb.base/vdso-warning.c: New file.
11589 * gdb.base/vdso-warning.exp: New file.
11590
d48ba5e8
DE
115912014-10-02 Doug Evans <dje@google.com>
11592
11593 * gdb.base/structs.c (main): Don't run forever.
11594
2278c276
PA
115952014-10-02 Pedro Alves <palves@redhat.com>
11596
11597 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11598 (top level) <stop threads 1, stop threads 2>: Use it.
11599
b57bacec
PA
116002014-10-02 Pedro Alves <palves@redhat.com>
11601
11602 * gdb.threads/break-while-running.exp (test): Add new
11603 'update_thread_list' argument. Skip "info threads" if false.
11604 (top level): Add new 'update_thread_list' axis.
11605
13fd3ff3
PA
116062014-10-02 Pedro Alves <palves@redhat.com>
11607
11608 PR breakpoints/17431
11609 * gdb.base/execl-update-breakpoints.c: New file.
11610 * gdb.base/execl-update-breakpoints.exp: New file.
11611
0fec99e8
PA
116122014-10-01 Pedro Alves <palves@redhat.com>
11613
11614 * gdb.base/breakpoint-in-ro-region.c: New file.
11615 * gdb.base/breakpoint-in-ro-region.exp: New file.
11616
2ddf4301
SM
116172014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11618
11619 * gdb.mi/mi-exit-code.exp: New file.
11620 * gdb.mi/mi-exit-code.c: New file.
11621
6a5f3f43
YQ
116222014-09-30 Yao Qi <yao@codesourcery.com>
11623
11624 * lib/prelink-support.exp (build_executable_own_libs): Error if
11625 the target isn't native.
11626
345bcc73
YQ
116272014-09-30 Yao Qi <yao@codesourcery.com>
11628
11629 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11630 false.
11631
a25a5a45
PA
116322014-09-22 Pedro Alves <palves@redhat.com>
11633
11634 * gdb.threads/break-while-running.exp: New file.
11635 * gdb.threads/break-while-running.c: New file.
11636
00ba3162
YQ
116372014-09-19 Yao Qi <yao@codesourcery.com>
11638
11639 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11640 Invoke test. Restart GDB with --readnow and invoke test again.
11641
c3b7b696
YQ
116422014-09-19 Yao Qi <yao@codesourcery.com>
11643
11644 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11645 proc set_breakpoint_on_gcd_function. Invoke
11646 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11647 invoke set_breakpoint_on_gcd_function again.
11648
2b4fd423
DE
116492014-09-18 Doug Evans <dje@google.com>
11650
11651 * gdb.dwarf2/symtab-producer.exp: New file.
11652
a5947601
SDJ
116532014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11654
11655 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11656 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11657 * gdb.base/global-var-nested-by-dso.c: Likewise.
11658 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11659
91c19059
SDJ
116602014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11661 Pedro Alves <palves@redhat.com>
11662
11663 * gdb.base/watch-bitfields.exp: Pass string other than test file
11664 name to prepare_for_testing.
11665 (watch): New procedure.
11666 (expect_watchpoint): Use with_test_prefix.
11667 (top level): Factor out tests to ...
11668 (test_watch_location, test_regular_watch): ... these new
11669 procedures, and use with_test_prefix and gdb_continue_to_end.
11670
bb9d5f81
PP
116712014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11672
11673 PR breakpoints/12526
11674 * gdb.base/watch-bitfields.exp: New file.
11675 * gdb.base/watch-bitfields.c: New file.
11676
635856f5
PA
116772014-09-16 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11680 software and hardware addresses, not software address against
11681 itself.
11682
7280ceea
PA
116832014-09-16 Pedro Alves <palves@redhat.com>
11684
11685 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11686 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11687
428b16bd
PA
116882014-09-16 Pedro Alves <palves@redhat.com>
11689
11690 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11691 files.
11692 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11693 "*-*-vxworks*" throughout.
11694 * gdb.base/break.exp: Likewise.
11695 * gdb.base/default.exp: Likewise.
11696 * gdb.base/scope.exp: Likewise.
11697 * gdb.base/sepdebug.exp: Likewise.
11698 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11699 throughout.
11700 * gdb.base/run.c: Likewise.
11701 * gdb.base/sepdebug.c: Likewise.
11702 * gdb.hp/gdb.aCC/run.c: Likewise.
11703 * gdb.reverse/until-reverse.c: Likewise.
11704 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11705
666d413c
YQ
117062014-09-16 Yao Qi <yao@codesourcery.com>
11707
11708 * boards/local-remote-host-native.exp: New file.
11709
57cbd724
DE
117102014-09-14 Doug Evans <xdje42@gmail.com>
11711
11712 * gdb.threads/queue-signal.c (thread_count): New variable.
11713 (thread_count_mutex, thread_count_condvar): New variables.
11714 (incr_thread_count, wait_all_threads_running): New functions.
11715 (main): Wait for all threads to be in their thread functions.
11716
81219e53
DE
117172014-09-13 Doug Evans <xdje42@gmail.com>
11718
11719 * gdb.threads/queue-signal.c: New file.
11720 * gdb.threads/queue-signal.exp: New file.
11721
3714cea7
DE
117222014-09-13 Doug Evans <xdje42@gmail.com>
11723
11724 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11725 be consistent with what default_gdb_init uses.
11726 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11727 the plain text of the prompt. Add some logging printfs.
11728 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11729
fa43b1d7
PA
117302014-09-12 Pedro Alves <palves@redhat.com>
11731
11732 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11733 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11734 * gdb.arch/i386-size-overlap.exp: Likewise.
11735 * gdb.arch/i386-size.exp: Likewise.
11736 * gdb.arch/i386-unwind.exp: Likewise.
11737 * gdb.base/a2-run.exp: Likewise.
11738 * gdb.base/break.exp: Likewise.
11739 * gdb.base/charset.exp: Likewise.
11740 * gdb.base/chng-syms.exp: Likewise.
11741 * gdb.base/commands.exp: Likewise.
11742 * gdb.base/dbx.exp: Likewise.
11743 * gdb.base/find.exp: Likewise.
11744 * gdb.base/funcargs.exp: Likewise.
11745 * gdb.base/jit-simple.exp: Likewise.
11746 * gdb.base/reread.exp: Likewise.
11747 * gdb.base/sepdebug.exp: Likewise.
11748 * gdb.base/step-bt.exp: Likewise.
11749 * gdb.cp/mb-inline.exp: Likewise.
11750 * gdb.cp/mb-templates.exp: Likewise.
11751 * gdb.objc/basicclass.exp: Likewise.
11752 * gdb.threads/killed.exp: Likewise.
11753
9d9bf2df
EBM
117542014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11755
11756 PR tdep/17379
11757 * gdb.arch/powerpc-stackless.S: New file.
11758 * gdb.arch/powerpc-stackless.exp: New file.
11759
1cf2f1b0
JK
117602014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11761
11762 * gdb.base/attach.c: Include unistd.h.
11763 (main): Call alarm. Add label postloop.
11764 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11765 gdb_breakpoint, gdb_continue_to_breakpoint.
11766 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11767
98880d46
PA
117682014-09-11 Pedro Alves <palves@redhat.com>
11769
11770 PR gdb/17347
11771 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11772 * gdb.base/attach.exp (test_command_line_attach_run): New
11773 procedure.
11774 (top level): Call it.
11775
4c92ff2c
PA
117762014-09-11 Pedro Alves <palves@redhat.com>
11777
11778 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11779 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11780 (do_command_attach_tests): Use spawn_wait_for_attach.
11781 * gdb.base/solib-overlap.exp: Likewise.
11782 * gdb.multi/multi-attach.exp: Likewise.
11783 * gdb.python/py-prompt.exp: Likewise.
11784 * gdb.python/py-sync-interp.exp: Likewise.
11785 * gdb.server/ext-attach.exp: Likewise.
11786
3adc1a7d
GKB
117872014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11788
11789 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11790 command in testcase. Simplify testcase.
11791
96334934
JB
117922014-09-10 Joel Brobecker <brobecker@adacore.com>
11793
11794 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11795
eb479039
JB
117962014-09-10 Joel Brobecker <brobecker@adacore.com>
11797
11798 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11799
deede10c
JB
118002014-09-10 Joel Brobecker <brobecker@adacore.com>
11801
11802 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11803
7828a5f5
JB
118042014-09-10 Joel Brobecker <brobecker@adacore.com>
11805
11806 * gdb.dwarf2/dynarr-ptr.c: New file.
11807 * gdb.dwarf2/dynarr-ptr.exp: New file.
11808
33aeebcf
MR
118092014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11810
11811 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11812 of 30 rather than hardcoding 120 for a slow test case. Take the
11813 `gdb,timeout' target setting into account for this calculation.
11814 Don't extend the timeout for the test cases that don't need it.
11815
7b415901
MR
118162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11817
11818 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11819 a factor of 2 for a slow test case. Take the `gdb,timeout'
11820 target setting into account for this calculation.
11821 * gdb.reverse/until-precsave.exp: Increase the timeout by
11822 a factor of 15 and 3 respectively rather than adding 120
11823 for a pair of slow test cases. Take the `gdb,timeout'
11824 target setting into account for this calculation.
11825
4a40f85a
MR
118262014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11827
11828 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11829 timeout, don't pass one down to gdb_expect.
11830 (gdb_expect): Rework timeout selection.
11831
09635af7
MR
118322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11833
11834 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11835 exception on timeout.
11836 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11837 (gdbserver_start_extended): Catch any `gdbserver_start' error
11838 exceptions.
11839 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11840 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11841 `gdbserver_gdb_load' error exceptions.
11842
2bdd10b7
MR
118432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11844
11845 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11846 120 on waiting for the TCP socket to open.
11847
316935f0
DE
118482014-09-09 Doug Evans <xdje42@gmail.com>
11849
11850 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11851 _caller_matches, _any_caller_is, _any_caller_matches.
11852
83740597
DE
118532014-09-09 Doug Evans <xdje42@gmail.com>
11854
11855 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11856
4c122fc3
YQ
118572014-09-09 Yao Qi <yao@codesourcery.com>
11858
11859 * gdb.mi/mi-var-display.exp: Set print symbol off.
11860
a9f116cb
GKB
118612014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11862
11863 PR gdb/17035
11864 * gdb.base/commands.exp: Add tests to verify user-defined
11865 commands with empty bodies.
11866 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11867 python commands in `show user command`.
11868 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11869 scheme commands in `show user command`.
11870
c75bd3a2
JK
118712014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11872
11873 PR python/17355
11874 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11875 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11876 * gdb.python/py-framefilter-invalidarg.exp: New file.
11877 * gdb.python/py-framefilter-invalidarg.py: New file.
11878
faa42425
DE
118792014-09-06 Doug Evans <xdje42@gmail.com>
11880
11881 PR 15276
11882 * gdb.python/py-caller-is.c: New file.
11883 * gdb.python/py-caller-is.exp: New file.
11884
474ca4f6
SDJ
118852014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11886
11887 PR gdb/17235
11888 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11889 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11890
eb0b0463
SDJ
118912014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11892
11893 PR fortran/17237
11894 * gdb.fortran/print-formatted.exp: New file.
11895 * gdb.fortran/print-formatted.f90: Likewise.
11896
5f3b99cf
SS
118972014-09-03 Sasha Smundak <asmundak@google.com>
11898
11899 * gdb.python/py-frame.exp: Test Frame.read_register.
11900
7d793aa9
SDJ
119012014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11902
11903 PR python/16699
11904 * gdb.python/py-completion.exp: New file.
11905 * gdb.python/py-completion.py: Likewise.
11906
fb0576e9
DE
119072014-08-28 Doug Evans <dje@google.com>
11908
11909 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11910 eax,etc. are live with values set by gdb and thus the compiler can't
11911 use them.
11912 * gdb.arch/i386-pseudo.c (main): Ditto.
11913
ee92b0dd
DE
119142014-08-27 Doug Evans <dje@google.com>
11915
11916 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11917
6649db35
DE
119182014-08-25 Doug Evans <dje@google.com>
11919
11920 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11921 (main): Ditto.
11922
564b7600
DE
119232014-08-25 Doug Evans <dje@google.com>
11924
11925 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11926
3881fb67
YQ
119272014-08-24 Yao Qi <yao@codesourcery.com>
11928
11929 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11930 symbol off.
11931 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11932
a05a36a5
DE
119332014-08-22 Doug Evans <dje@google.com>
11934
11935 PR 17276
11936 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11937 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11938 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11939
7c343b48
YQ
119402014-08-22 Yao Qi <yao@codesourcery.com>
11941
11942 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11943 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11944 * gdb.python/python.exp: Likewise. Use .py file on the host
11945 instead of the build.
11946
22fd09ae
JK
119472014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11948
11949 * gdb.threads/gcore-stale-thread.c: New file.
11950 * gdb.threads/gcore-stale-thread.exp: New file.
11951
a8454a7c
PA
119522014-08-21 Pedro Alves <palves@redhat.com>
11953
11954 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11955 * gdb.base/gcore-relro-pie.exp: Likewise.
11956 * gdb.base/gcore-relro.exp: Likewise.
11957 * gdb.base/gcore.exp: Likewise.
11958 * gdb.base/print-symbol-loading.exp: Likewise.
11959 * gdb.threads/gcore-thread.exp: Likewise.
11960 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11961
2a31c623
PA
119622014-08-20 Pedro Alves <palves@redhat.com>
11963 Jan Kratochvil <jan.kratochvil@redhat.com>
11964
11965 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11966 configure.
11967 (EXPECT): Handle READ1 being set.
11968 (all): Depend on EXTRA_RULES.
11969 (check-read1, expect-read1, read1.so, read1): New rules.
11970 * README (Testsuite Parameters): Document the READ1 make variable.
11971 (Race detection): New section.
11972 * configure: Regenerate.
11973 * configure.ac: If build==host==target, and running under a
11974 GNU/glibc system, add read1 to the extra Makefile rules.
11975 (EXTRA_RULES): AC_SUBST it.
11976 * lib/read1.c: New file.
11977
d36430db
JB
119782014-08-20 Joel Brobecker <brobecker@adacore.com>
11979
11980 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11981 the handling of variables declared as a typedef to an array
11982 which a DW_AT_data_location attribute.
11983
9a0dc9e3
PA
119842014-08-19 Andrew Burgess <aburgess@broadcom.com>
11985 Pedro Alves <palves@redhat.com>
11986
11987 PR symtab/14604
11988 PR symtab/14605
11989 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11990 gdb_test.
11991
0718a8da
PA
119922014-08-19 Pedro Alves <palves@redhat.com>
11993
11994 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11995
13b448cd
YQ
119962014-08-19 Yao Qi <yao@codesourcery.com>
11997
11998 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11999 right line.
12000
1cbf5077
DB
120012014-08-18 David Blaikie <dblaikie@gmail.com>
12002
12003 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12004
bf0fae19
JB
120052014-08-18 Joel Brobecker <brobecker@adacore.com>
12006
12007 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12008 attribute in array range.
12009
3c8c5dcc
JB
120102014-08-18 Joel Brobecker <brobecker@adacore.com>
12011
12012 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12013
e66d4446
SC
120142014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12015
12016 PR c++/17132
12017 * gdb.cp/pr17132.cc: New file.
12018 * gdb.cp/pr17132.exp: New file.
12019
940df408
SC
120202014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12021
12022 * gdb.python/py-xmethods.py (A_getarrayind)
12023 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12024 Use 'print' with function call syntax.
12025 (E_method_matcher.match): Fix tab vs space indentation mixup.
12026
ebcc6c3a
YQ
120272014-08-15 Yao Qi <yao@codesourcery.com>
12028
12029 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12030 false.
12031
775e0f04
YQ
120322014-08-15 Yao Qi <yao@codesourcery.com>
12033
12034 * gdb.cp/casts.exp: Set print symbol off.
12035 * gdb.cp/class2.exp: Likewise.
12036 * gdb.cp/overload.exp: Likewise.
12037 * gdb.cp/templates.exp: Likewise.
12038
d769e349
DE
120392014-08-11 Doug Evans <dje@google.com>
12040
12041 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12042 (test_load_shlib): Update.
12043
20c6f1e1
YQ
120442014-08-09 Yao Qi <yao@codesourcery.com>
12045
12046 * gdb.base/display.exp: Invoke is_address_zero_readable.
12047 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12048 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12049 * gdb.base/hbreak-unmapped.exp: Return if
12050 is_address_zero_readable returns true.
12051 * gdb.base/signest.exp: Likewise.
12052 * gdb.base/signull.exp: Likewise.
12053 * gdb.base/sigbpt.exp: Likewise.
12054 * gdb.guile/scm-disasm.exp: Do the test if
12055 is_address_zero_readable returns false.
12056 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12057 * gdb.python/py-arch.exp: Likewise.
12058 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12059 * lib/gdb.exp (is_address_zero_readable): New proc.
12060
5792e8e3
YQ
120612014-08-09 Yao Qi <yao@codesourcery.com>
12062
12063 PR testsuite/13443
12064 * gdb.mi/mi-var-display.exp: Make test messages unique.
12065
3cecbbbe
TT
120662014-08-04 Tom Tromey <tromey@redhat.com>
12067
12068 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12069 target 0".
12070
00b51ff5
TT
120712014-08-04 Tom Tromey <tromey@redhat.com>
12072
12073 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12074 "target_resume".
12075
6908c509
JB
120762014-08-01 Joel Brobecker <brobecker@adacore.com>
12077
12078 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12079 inner_vla_struct_object_size.
12080 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12081 as xfail.
12082
cc6563d2
PA
120832014-07-30 Pedro Alves <palves@redhat.com>
12084
12085 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12086 comment.
12087
7e09a223
YQ
120882014-07-29 Yao Qi <yao@codesourcery.com>
12089
12090 PR gdb/17206
12091 * gdb.base/until-nodebug.exp: New.
12092
7ebdbe92
DE
120932014-07-28 Doug Evans <xdje42@gmail.com>
12094
12095 PR guile/17203
12096 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12097 previously existing parameter, and previously ambiguously spelled
12098 parameter.
12099
fdb1adc6
WN
121002014-07-28 Will Newton <will.newton@linaro.org>
12101
12102 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12103
186fcde0
DE
121042014-07-26 Ludovic Courtès <ludo@gnu.org>
12105 Doug Evans <xdje42@gmail.com>
12106
12107 PR guile/17146
12108 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12109
70509625
PA
121102014-07-25 Pedro Alves <palves@redhat.com>
12111
12112 * gdb.threads/signal-command-handle-nopass.c: New file.
12113 * gdb.threads/signal-command-handle-nopass.exp: New file.
12114 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12115 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12116 * gdb.threads/signal-delivered-right-thread.c: New file.
12117 * gdb.threads/signal-delivered-right-thread.exp: New file.
12118
c3f814a1
PA
121192014-07-25 Pedro Alves <palves@redhat.com>
12120
12121 * gdb.base/double-prompt-target-event-error.exp
12122 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12123 match.
12124 (cancel_pagination_in_target_event): Rework double prompt
12125 detection.
12126 * gdb.base/paginate-after-ctrl-c-running.exp
12127 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12128 <return>' match.
12129 * gdb.base/paginate-bg-execution.exp
12130 (test_bg_execution_pagination_return)
12131 (test_bg_execution_pagination_cancel): Remove '-notransfer
12132 <return>' matches.
12133 * gdb.base/paginate-execution-startup.exp
12134 (test_fg_execution_pagination_return)
12135 (test_fg_execution_pagination_cancel): Remove '-notransfer
12136 <return>' matches.
12137 * gdb.base/paginate-inferior-exit.exp
12138 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12139 match.
12140 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12141 * lib/gdb.exp (pagination_prompt): Run text through
12142 string_to_regexp.
12143 (gdb_test_multiple): Match $pagination_prompt instead of
12144 "<return>".
12145 (string_to_regexp): Move to lib/gdb-utils.exp.
12146
e214cf6c
JK
121472014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12148
12149 * gdb.arch/amd64-entry-value-paramref.S: New file.
12150 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12151 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12152 * gdb.arch/amd64-optimout-repeat.S: New file.
12153 * gdb.arch/amd64-optimout-repeat.c: New file.
12154 * gdb.arch/amd64-optimout-repeat.exp: New file.
12155
17d0c5c8
JK
121562014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12157
12158 PR gdb/17170
12159 * gdb.base/statistics.exp: New file.
12160
b8b8facf
DE
121612014-07-17 Doug Evans <dje@google.com>
12162
74b49205 12163 PR gdb/17170
b8b8facf
DE
12164 * gdb.base/maint.exp: Update testing of per-command stats.
12165
1b5d0ab3
PA
121662014-07-16 Pedro Alves <palves@redhat.com>
12167
12168 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12169 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12170 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12171 (tfile_write_buf): New functions.
12172 (add_memory_block): Rewrite using the above.
12173 (adjust_function_address): New function.
12174 (FUNCTION_ADDRESS): New macro.
12175 (write_basic_trace_file): Remove short_x local, and use
12176 tfile_write_16. Change type of func_addr local to unsigned long
12177 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12178 here. Cast argument of add_memory_block to char pointer.
12179 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12180 (main): Remove parameters.
12181 * gdb.trace/tfile.exp: Remove nowarnings.
12182
4d974e88
SM
121832014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12184
12185 * gdb.base/debug-expr.exp: Test string evaluation with
12186 "debug expression" on.
12187
41e99568
PA
121882014-07-15 Pedro Alves <palves@redhat.com>
12189
12190 * gdb.base/reread.exp: Use clean_restart.
12191
487d9753
PL
121922014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12193
12194 * gdb.arch/avr-flash-qualifer.c: New.
12195 * gdb.arch/avr-flash-qualifer.exp: New.
12196
cc1c52ad
PA
121972014-07-14 Pedro Alves <palves@redhat.com>
12198
12199 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12200 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12201
1e973570
PA
122022014-07-14 Pedro Alves <palves@redhat.com>
12203
12204 * gdb.base/double-prompt-target-event-error.c: New file.
12205 * gdb.base/double-prompt-target-event-error.exp: New file.
12206
93d6eb10
PA
122072014-07-14 Pedro Alves <palves@redhat.com>
12208
12209 PR gdb/17072
12210 * gdb.base/paginate-inferior-exit.c: New file.
12211 * gdb.base/paginate-inferior-exit.exp: New file.
12212
0017922d
PA
122132014-07-14 Pedro Alves <palves@redhat.com>
12214
12215 PR gdb/17072
12216 * gdb.base/paginate-bg-execution.c: New file.
12217 * gdb.base/paginate-bg-execution.exp: New file.
12218
94696ad3
PA
122192014-07-14 Pedro Alves <palves@redhat.com>
12220
12221 PR gdb/17072
12222 * gdb.base/paginate-execution-startup.c: New file.
12223 * gdb.base/paginate-execution-startup.exp: New file.
12224 * lib/gdb.exp (pagination_prompt): New global.
12225 (default_gdb_spawn): New procedure, factored out from
12226 default_gdb_spawn.
12227 (default_gdb_start): Adjust to call default_gdb_spawn.
12228 (gdb_spawn): New procedure.
12229
bd293940
PA
122302014-07-14 Pedro Alves <palves@redhat.com>
12231
12232 * lib/gdb.exp (gdb_assert): New procedure.
12233 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12234
c933f875
PA
122352014-07-14 Pedro Alves <palves@redhat.com>
12236
12237 * gdb.base/execution-termios.c: New file.
12238 * gdb.base/execution-termios.exp: New file.
12239
d98b7a16
TT
122402014-07-14 Tom Tromey <tromey@redhat.com>
12241
12242 * gdb.cp/vla-cxx.cc: New file.
12243 * gdb.cp/vla-cxx.exp: New file.
12244
548740d6
TT
122452014-07-14 Tom Tromey <tromey@redhat.com>
12246
12247 * gdb.reverse/rerun-prec.c: New file.
12248 * gdb.reverse/rerun-prec.exp: New file.
12249
a25eb028
MR
122502014-07-12 Maciej W. Rozycki <macro@mips.com>
12251 Maciej W. Rozycki <macro@codesourcery.com>
12252
12253 * lib/gdb-utils.exp: New file.
12254 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12255 inline `gdb_init_command' processing.
12256 (gdb_start_cmd): Likewise.
12257 * lib/mi-support.exp (mi_run_cmd): Likewise.
12258 * README: Document `gdb_init_command' and `gdb_init_commands'.
12259
218c2655
JK
122602014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12261
12262 Fix false FAIL running under a very long directory name.
12263 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12264 and "set print elements 10000". Twice.
12265
5401fde3
YQ
122662014-07-11 Yao Qi <yao@codesourcery.com>
12267
12268 * gdb.base/exprs.exp: "set print symbol off".
12269
e76126e8
PA
122702014-07-11 Pedro Alves <palves@redhat.com>
12271
12272 * gdb.threads/kill.c: New file.
12273 * gdb.threads/kill.exp: New file.
12274
2d6f0de6
YQ
122752014-07-10 Yao Qi <yao@codesourcery.com>
12276
12277 * gdb.trace/tfile.c (write_basic_trace_file)
12278 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12279 address written to trace file.
12280
7180e04a
PA
122812014-07-09 Pedro Alves <palves@redhat.com>
12282
12283 * gdb.base/attach-wait-input.exp: New file.
12284 * gdb.base/attach-wait-input.c: New file.
12285
9a9a7608
AB
122862014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12287
12288 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12289 setting up test structures.
12290 (main): Call new test function.
12291 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12292 test function, continue into test function and walk test
12293 structures.
12294
161ac41e
YQ
122952014-07-02 Yao Qi <yao@codesourcery.com>
12296
12297 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12298 'bar_start' at the beginning of functions 'foo' and 'bar'
12299 respectively.
12300 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12301 instead of 'foo' and 'bar'.
12302
1f267ae3
MM
123032014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12304
12305 * gdb.btrace/segv.exp: New.
12306 * gdb.btrace/segv.c: New.
12307
2b239efb
LM
123082014-07-02 Luis Machado <lgustavo@codesourcery.com>
12309
12310 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12311 instruction.
12312
cf363f18
MW
123132014-06-30 Mark Wielaard <mjw@redhat.com>
12314
12315 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12316 vulture, vilify, villar): New volatile array constants.
12317 (vindictive, vegetation): New const volatile array constants.
12318 * gdb.base/volatile.exp: Test volatile and const volatile array
12319 types.
12320
aebf9d24
AA
123212014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12322
12323 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12324 target lacks support for awatch, rwatch, or hbreak.
12325
b67a2c6f
YQ
123262014-06-27 Yao Qi <yao@codesourcery.com>
12327
12328 * gdb.multi/dummy-frame-restore.exp: New.
12329 * gdb.multi/dummy-frame-restore.c: New.
12330
aef92902
MM
123312014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12332
12333 * gdb.btrace/gcore.exp: New.
12334
8e9db26e
PA
123352014-06-23 Pedro Alves <palves@redhat.com>
12336
12337 * gdb.base/watchpoint-reuse-slot.c: New file.
12338 * gdb.base/watchpoint-reuse-slot.exp: New file.
12339
70afc5b7
SC
123402014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12341
12342 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12343 progspace's filename in 'info', 'enable' and 'disable' command
12344 tests.
12345
b972bd9c
JK
123462014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12347
12348 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12349 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12350 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12351
125f8a3d
GB
123522014-06-20 Gary Benson <gbenson@redhat.com>
12353
12354 * gdb.arch/i386-avx.exp: Fix include file location.
12355 * gdb.arch/i386-sse.exp: Likewise.
12356
3ed9baed
IB
123572014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12358
12359 * gdb.dlang/expression.exp: New file.
12360
034f788c
PA
123612014-06-19 Pedro Alves <palves@redhat.com>
12362
12363 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12364 out from ...
12365 (top level): ... here. Iterate running tests under different
12366 scheduler-locking settings.
12367
45371d0c
LM
123682014-06-18 Luis Machado <lgustavo@codesourcery.com>
12369
12370 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12371 to DW_FORM_addr and use non-zero addresses.
12372
5d376983
SC
123732014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12374
12375 PR gdb/17017
12376 * gdb.python/py-xmethods.cc: Add global function call counters and
12377 increment them in their respective functions. Remove "cout"
12378 statements.
12379 * gdb.python/py-xmethods.exp: Make tests check the global function
12380 call counters instead of depending on inferior IO.
12381
a1aa2221
LM
123822014-06-18 Don Breazeal <donb@codesourcery.com>
12383
12384 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12385 Deleted procedure.
12386 (explicit_fork_parent_follow): Deleted procedure.
12387 (explicit_fork_child_follow): Deleted procedure.
12388 (test_follow_fork): New procedure.
12389 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12390 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12391 procedure calls.
12392
0fc05997
YQ
123932014-06-17 Yao Qi <yao@codesourcery.com>
12394
12395 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12396 CP1252.
12397
70795c52
LM
123982014-06-17 Luis Machado <lgustavo@codesourcery.com>
12399
12400 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12401 Initialize ptr and S explicitly.
12402 (skip_type_update_when_not_use_rtti_test): Likewise.
12403
6be47f0c
KS
124042014-06-16 Keith Seitz <keiths@redhat.com>
12405
12406 PR mi/15863
12407 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12408 the inferior is started.
12409
d03de421
PA
124102014-06-16 Pedro Alves <palves@redhat.com>
12411
12412 * gdb.base/break-main-file-remove-fail.c: New file.
12413 * gdb.base/break-main-file-remove-fail.exp: New file.
12414 * gdb.base/break-unload-file.exp: Use build_executable instead of
12415 prepare_for_testing.
12416 (test_break): New parameter "initial_load". Handle it.
12417 (top level): Add initial_load cmdline/file axis.
12418
f9579b99
TT
124192014-06-12 Tom Tromey <tromey@redhat.com>
12420
12421 * gdb.base/completion.exp: Don't use directory name in test.
12422
3657956b
GB
124232014-06-09 Gary Benson <gbenson@redhat.com>
12424
12425 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12426 separate the always-available ANSI-standard signals from the
12427 signals that require checking.
12428 (main): Likewise.
12429 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12430 Likewise.
12431 (main): Likewise.
12432
4186eb54
KS
124332014-06-07 Keith Seitz <keiths@redhat.com>
12434
12435 Revert:
12436 PR c++/16253
12437 * gdb.cp/var-tag.cc: New file.
12438 * gdb.cp/var-tag.exp: New file.
12439 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12440 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12441 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12442 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12443
25326a28 124442014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12445
12446 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12447
829155c9
PA
124482014-06-06 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12451 in target debug output instead of looking at RSP packets,
12452 disabling the test on any target that uses hardware stepping.
12453 Update comments.
12454
61c8d22e
PA
124552014-06-06 Pedro Alves <palves@redhat.com>
12456
12457 * gdb.base/break-unload-file.exp: Fix typo.
12458
d9a47287
YQ
124592014-06-06 Yao Qi <yao@codesourcery.com>
12460
12461 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12462 from "jit_function" to "^jit_function".
12463
e5e01dbf
YQ
124642014-06-06 Yao Qi <yao@codesourcery.com>
12465
12466 * gdb.base/async.c (foo): Add one statement.
12467 * gdb.base/async.exp: Get the next instruction address and
12468 match the output of "nexti" by instruction address. Match
12469 the hex address in the output of "finish".
12470
73ba372c
GB
124712014-06-06 Gary Benson <gbenson@redhat.com>
12472
12473 * gdb.base/call-signals.c: Remove preprocessor conditionals
12474 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12475 SIGSEGV and SIGTERM.
12476 * gdb.base/sigall.c: Likewise.
12477 * gdb.base/unwindonsignal.c: Likewise.
12478 * gdb.reverse/sigall-reverse.c: Likewise.
12479
831517df
YQ
124802014-06-06 Yao Qi <yao@codesourcery.com>
12481
12482 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12483 readable, skip the test.
12484
b8b91e98
YQ
124852014-06-06 Yao Qi <yao@codesourcery.com>
12486
12487 * gdb.threads/staticthreads.c (thread_function): Move the line
12488 setting breakpoint on forward.
12489 * gdb.threads/staticthreads.exp: Update comments.
12490
fb934770
LC
124912014-06-05 Ludovic Courtès <ludo@gnu.org>
12492
12493 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12494 "history-append! type error".
12495
6ef284bd
SM
124962014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12497
12498 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12499 erroneous dprintf expected input.
12500
a872e241
DE
125012014-06-04 Doug Evans <xdje42@gmail.com>
12502
12503 * gdb.guile/scm-generics.exp: Delete.
12504
16f691fb
DE
125052014-06-04 Doug Evans <xdje42@gmail.com>
12506
12507 * gdb.guile/scm-breakpoint.exp: Update.
12508 Add tests for breakpoint registration.
12509
012370f6
TT
125102014-06-04 Tom Tromey <tromey@redhat.com>
12511
12512 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12513 VLA-in-union.
12514 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12515 inner_vla_struct, vla_union types. Initialize objects of those
12516 types and compute their sizes.
12517
9f5a4cef
HZ
125182014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12519 Hui Zhu <hui@codesourcery.com>
12520
12521 * gdb.base/fileio.exp: Add test for shell not available as well as
12522 available.
12523 * gdb.base/fileio.c (test_system): Check for shell twice.
12524
90a45c4d
YQ
125252014-06-04 Yao Qi <yao@codesourcery.com>
12526
12527 * gdb.base/auto-connect-native-target.exp: Remove redundant
12528 space from the regexp pattern.
12529
70017e41
YQ
125302014-06-04 Yao Qi <yao@codesourcery.com>
12531
12532 * gdb.base/default.exp: Replace "child" with "native" in
12533 regexp pattern.
12534
883964a7
SC
125352014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12536
12537 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12538 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12539 * gdb.python/py-xmethods.py: Python script supporting the
12540 new testcase and tests.
12541
ef370185
JB
125422014-06-03 Joel Brobecker <brobecker@adacore.com>
12543 Pedro Alves <palves@redhat.com>
12544
12545 PR breakpoints/17000
12546 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12547 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12548
1e2ccb61
BM
125492014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12550
12551 * gdb.base/subst.exp: Add tests to verify partial path matching
12552 output.
12553
c6ec5ab2
PA
125542014-06-03 Pedro Alves <palves@redhat.com>
12555
12556 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12557 target that doesn't use software single-stepping.
12558
835c559f
PA
125592014-06-03 Pedro Alves <palves@redhat.com>
12560
12561 PR breakpoints/17000
12562 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12563 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12564
06eb1586
DE
125652014-06-02 Doug Evans <xdje42@gmail.com>
12566
12567 * gdb.guile/scm-parameter.exp: New file.
12568
e698b8c4
DE
125692014-06-02 Doug Evans <xdje42@gmail.com>
12570
12571 * gdb.guile/scm-cmd.c: New file.
12572 * gdb.guile/scm-cmd.exp: New file.
12573
ded03782
DE
125742014-06-02 Doug Evans <xdje42@gmail.com>
12575
12576 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12577 pretty-printer lookup.
12578 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12579 (make-pp_s-printer): Call it.
12580 (make-pretty-printer-from-dict): New function.
12581 (lookup-pretty-printer-maker-from-dict): New function.
12582 (*pretty-printer*): Simplify.
12583 (make-objfile-pp_s-printer): New function.
12584 (install-objfile-pretty-printers!): New function.
12585 (make-progspace-pp_s-printer): New function.
12586 (install-progspace-pretty-printers!): New function.
12587 * gdb.guile/scm-progspace.c: New file.
12588 * gdb.guile/scm-progspace.exp: New file.
12589
41fac0cf
PA
125902014-06-02 Pedro Alves <palves@redhat.com>
12591
12592 * gdb.base/dprintf-bp-same-addr.c: New file.
12593 * gdb.base/dprintf-bp-same-addr.exp: New file.
12594
96ae5695
EBM
125952014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12596
12597 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12598 * gdb.arch/powerpc-power.s: Likewise.
12599
da02b3a8
JB
126002014-06-02 Joel Brobecker <brobecker@adacore.com>
12601
12602 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12603
c72b2e7b
YQ
126042014-06-01 Yao Qi <yao@codesourcery.com>
12605
12606 * gdb.base/watchpoint.exp (test_watch_location): Check null
12607 pointer can be dereferenced. If not, do the test, otherwise
12608 skip it.
12609
53e8a631
AB
126102014-05-30 Andrew Burgess <aburgess@broadcom.com>
12611
12612 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12613 results.
12614 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12615
938f0e2f
AB
126162014-05-30 Andrew Burgess <aburgess@broadcom.com>
12617
12618 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12619 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12620 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12621 * gdb.arch/amd64-invalid-stack-top.c: New file.
12622 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12623
9ba6657a
PA
126242014-05-30 Pedro Alves <palves@redhat.com>
12625
12626 PR breakpoints/17000
12627 * gdb.base/sss-bp-on-user-bp.c: New file.
12628 * gdb.base/sss-bp-on-user-bp.exp: New file.
12629
522c09bf
DB
126302014-05-30 David Blaikie <dblaikie@gmail.com>
12631
12632 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12633 gnu_inline semantics via attribute.
12634 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12635 source explicitly specifies the required semantics.
12636
bf4ef81e
MR
126372014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12638
12639 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12640
329ea579
PA
126412014-05-29 Pedro Alves <palves@redhat.com>
12642 Tom Tromey <tromey@redhat.com>
12643
12644 * gdb.base/async-shell.exp: Don't enable target-async.
12645 * gdb.base/async.exp
12646 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12647 parameter. Adjust.
12648 (top level): Don't test with "target-async".
12649 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12650 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12651 * gdb.base/inferior-died.exp: Don't enable target-async.
12652 * gdb.base/interrupt-noterm.exp: Likewise.
12653 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12654 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12655 * gdb.mi/mi-nonstop.exp: Likewise.
12656 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12657 * gdb.mi/mi-nsintrall.exp: Likewise.
12658 * gdb.mi/mi-nsmoribund.exp: Likewise.
12659 * gdb.mi/mi-nsthrexec.exp: Likewise.
12660 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12661 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12662 * gdb.python/py-evsignal.exp: Don't enable target-async.
12663 * gdb.python/py-evthreads.exp: Likewise.
12664 * gdb.python/py-prompt.exp: Likewise.
12665 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12666 * gdb.server/solib-list.exp: Don't enable target-async.
12667 * gdb.threads/thread-specific-bp.exp: Likewise.
12668 * lib/mi-support.exp: Adjust to use mi-async.
12669
fd664c91
PA
126702014-05-29 Pedro Alves <palves@redhat.com>
12671
12672 PR gdb/13860
12673 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12674 reason, even in sync mode.
12675
251bde03
PA
126762014-05-29 Pedro Alves <palves@redhat.com>
12677 Hui Zhu <hui@codesourcery.com>
12678
12679 PR PR15693
12680 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12681 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12682 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12683 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12684
7f3c0343
JB
126852014-05-28 Joel Brobecker <brobecker@adacore.com>
12686
12687 * config/monitor.exp (gdb_target_monitor): Replace use of
12688 "set remotebaud" by "set serial baud".
12689
b2715b27
AW
126902014-05-26 Andy Wingo <wingo@igalia.com>
12691
12692 * gdb.guile/scm-breakpoint.exp:
12693 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12694 properties instead of gdb-object-properties.
12695
498a4489
YQ
126962014-05-26 Yao Qi <yao@codesourcery.com>
12697
12698 * gdb.server/no-thread-db.exp: Specify source file name
12699 explicitly when setting a breakpoint.
12700
589fdceb
MM
127012014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12702
12703 * gdb.btrace/vdso.c: New.
12704 * gdb.btrace/vdso.exp: New.
12705
e9089e05
MM
127062014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12707
12708 * gdb.base/gcore.exp (capture_command_output): Move ...
12709 * lib/gdb.exp (capture_command_output): ... here.
12710
67b5c0c1
MM
127112014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12712
12713 * gdb.btrace/data.exp: Test memory access during btrace replay.
12714
a2199296
SM
127152014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12716
12717 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12718
17b2616c
PA
127192014-05-21 Pedro Alves <palves@redhat.com>
12720
12721 PR gdb/13860
12722 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12723 (top level): Test that output related to execution commands is
12724 sent to the console with CLI commands, but not with MI commands.
12725 Test that breakpoint events are always mirrored to the console.
12726 Also expect the new source line to be output after a "next" in
12727 async mode too. Make it a pass/fail test.
12728 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12729 output.
12730 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12731
5166082f
PA
127322014-05-21 Pedro Alves <palves@redhat.com>
12733
12734 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12735 Use them to test variations of "list" after reaching a breakpoint.
12736 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12737 Test "list" with listsize 10 after reaching a breakpoint.
12738 * gdb.python/python.exp (decode_line current location line
12739 number): Adjust expected line number.
12740
2f25d70f
SM
127412014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12742
12743 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12744 behavior for $args, pass it directly to "run".
12745
ff604a67
MR
127462014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12747
12748 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12749 30000 to 65536.
12750
6a3cb8e8
PA
127512014-05-21 Pedro Alves <palves@redhat.com>
12752
12753 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12754 auto-connect-native-target off".
12755 * gdb.base/auto-connect-native-target.c: New file.
12756 * gdb.base/auto-connect-native-target.exp: New file.
12757
4ebfc96e
PA
127582014-05-21 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.base/default.exp: Test "target native" instead of "target
12761 child".
12762
36d46afb
MW
127632014-05-21 Mark Wielaard <mjw@redhat.com>
12764
12765 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12766
5876f503
JK
127672014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12768
12769 Fix TLS access for -static -pthread.
12770 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12771 <HAVE_TLS> (thread_function, main): Initialize it.
12772 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12773 Add clean_restart.
12774 <$have_tls != "">: Check TLSVAR.
12775
0256a6ac
PA
127762014-05-21 Pedro Alves <palves@redhat.com>
12777
12778 * gdb.base/dcache-line-read-error.c: New.
12779 * gdb.base/dcache-line-read-error.exp: New.
12780
936d2992
PA
127812014-05-20 Pedro Alves <palves@redhat.com>
12782
12783 * gdb.base/compare-sections.c: New file.
12784 * gdb.base/compare-sections.exp: New file.
12785
802e8e6d
PA
127862014-05-20 Pedro Alves <palves@redhat.com>
12787
12788 * gdb.base/break-idempotent.c: New file.
12789 * gdb.base/break-idempotent.exp: New file.
12790
e59fa00f
MM
127912014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12792
12793 * gdb.btrace/nohist.exp: New.
12794
8b696e31
YQ
127952014-05-20 Yao Qi <yao@codesourcery.com>
12796
12797 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12798 gdb.reverse directory and gdb_reverse_timeout exists in board
12799 setting.
12800 * README: Document gdb_reverse_timeout.
12801
73c9764f
YQ
128022014-05-20 Yao Qi <yao@codesourcery.com>
12803
12804 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12805 'test_file_name'. Treat args as a string instead of a list.
12806 (gdb_init): Rename argument 'args' by 'test_file_name'.
12807
f1f4348a
JK
128082014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12809
12810 * gdb.arch/powerpc-power.exp: New file.
12811 * gdb.arch/powerpc-power.s: New file.
12812
0dbe70ce
DE
128132014-05-16 Doug Evans <dje@google.com>
12814
12815 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12816 * gdb.base/completion.exp: Check that all expected files exist
12817 before doing file completion.
0dbe70ce 12818
8d551b02
DE
128192014-05-16 Doug Evans <dje@google.com>
12820
12821 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12822 Update.
12823 (do_syscall_tests_without_xml): Update.
12824
73eb7709
PA
128252014-05-16 Pedro Alves <palves@redhat.com>
12826
12827 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12828 instead of "unknown output after running".
12829
3fae92fc
YQ
128302014-05-16 Yao Qi <yao@codesourcery.com>
12831
12832 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12833 file1.txt from host at the end.
12834 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12835
c2b2ccc5
DE
128362014-05-15 Doug Evans <dje@google.com>
12837
12838 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12839 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12840 loading file. Add test for TU lookup.
12841
8c217a4b
SM
128422014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12843
12844 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12845 calling "-exec-arguments" or "set args" before running the
12846 inferior.
12847
3deb39c6
SM
128482014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12849
12850 * lib/mi-support.exp (mi_expect_stop): Expect message for
12851 inferiors that exit with non-zero exit code.
12852
71a79f8c
YQ
128532014-05-14 Yao Qi <yao@codesourcery.com>
12854
12855 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12856 match absolute path on remote host.
12857 (test_file_list_exec_source_files): Remove "/" from the
12858 pattern.
12859
f23fcd46
YQ
128602014-05-14 Yao Qi <yao@codesourcery.com>
12861
12862 * boards/local-remote-host-notty.exp (${board}_file): New
12863 proc.
12864
9404b58f
KM
128652014-05-07 Kyle McMartin <kyle@redhat.com>
12866
12867 Pushed by Joel Brobecker <brobecker@adacore.com>.
12868 * gdb.arch/aarch64-atomic-inst.c: New file.
12869 * gdb.arch/aarch64-atomic-inst.exp: New file.
12870
5e45f04c
YQ
128712014-05-07 Yao Qi <yao@codesourcery.com>
12872
12873 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12874 in current context" too.
12875
c888a17d
KS
128762014-05-05 Keith Seitz <keiths@redhat.com>
12877
12878 * gdb.linespec/ls-dollar.exp: Add test for linespec
12879 file:convenience_variable.
12880
290a839c
YQ
128812014-05-05 Yao Qi <yao@codesourcery.com>
12882
12883 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12884 traceframes into tfile and ctf trace files. Read data from
12885 trace file and test collected data.
12886 (gdb_collect_locals_test): Likewise.
12887 (gdb_unavailable_registers_test): Likewise.
12888 (gdb_unavailable_floats): Likewise.
12889 (gdb_collect_globals_test): Likewise.
12890 (top-level): Append "ctf" to trace_file_targets if GDB
12891 supports.
12892
b5262cd0
YQ
128932014-05-05 Yao Qi <yao@codesourcery.com>
12894
12895 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12896 code to ...
12897 (gdb_collect_args_test_1): ... it. New proc.
12898 (gdb_collect_locals_test): Move some code to ...
12899 (gdb_collect_locals_test_1): ... it. New proc.
12900 (gdb_unavailable_registers_test): Move some code to ...
12901 (gdb_unavailable_registers_test_1): ... it. New proc.
12902 (gdb_unavailable_floats): Move some code to ...
12903 (gdb_unavailable_floats_1): ... it. New proc.
12904
30a1e6cc
SDJ
129052014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12906
12907 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12908 probes to test for bitness recognition.
12909 * gdb.arch/amd64-stap-optional-prefix.exp
12910 (test_probe_value_without_reg): New procedure.
12911 Add code to test for different kinds of bitness.
12912
f33da99a
SDJ
129132014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12914
12915 PR breakpoints/16889
12916 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12917 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12918
5b80f00d
PA
129192014-05-01 Pedro Alves <palves@redhat.com>
12920
12921 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12922 gdb_file_cmd if no file is specified.
12923 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12924 last_loaded_file to set the remote exec-file.
12925
f8c2a73c
PA
129262014-05-01 Pedro Alves <palves@redhat.com>
12927
12928 * boards/local-remote-host.exp: New file.
12929
be6e8ac7
PA
129302014-05-01 Pedro Alves <palves@redhat.com>
12931
12932 * boards/local-remote-host.exp: Rename to ...
12933 * boards/local-remote-host-notty.exp: ... this.
12934
cac0dc8f
JB
129352014-04-28 Joel Brobecker <brobecker@adacore.com>
12936
12937 * gdb.ada/dyn_arrayidx: New testcase.
12938
9730e6cc
YQ
129392014-04-26 Yao Qi <yao@codesourcery.com>
12940
12941 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12942 and compute the length of function main. Save it in
12943 $main_length.
12944 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12945 (top-level): Use gdb_compile to compile objects into
12946 executable and restart GDB. Remove invocation to
12947 prepare_for_testing.
12948
7ae1a6a6
PA
129492014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12950 Pedro Alves <palves@redhat.com>
12951
12952 PR server/16255
12953 * gdb.multi/multi-attach.c: New file.
12954 * gdb.multi/multi-attach.exp: New file.
12955
4082afcc
PA
129562014-04-25 Pedro Alves <palves@redhat.com>
12957
12958 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12959 user.
12960 (top level): Test that "set remote conditional-breakpoints-packet
12961 off" works as intended.
12962 * gdb.base/dprintf.exp: Test that "set remote
12963 breakpoint-commands-packet off" works as intended.
12964 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12965 New function.
12966 (top level): Call it.
12967 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12968 remote fast-tracepoints-packet off" works as intended.
12969 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12970 * lib/gdb.exp (gdb_is_target_remote): ... here.
12971
2abc3f8d
DB
129722014-04-24 David Blaikie <dblaikie@gmail.com>
12973
12974 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12975 ensure clang would not discard them.
12976 * gdb.base/gdbvars.c: Ditto.
12977 * gdb.base/memattr.c: Ditto.
12978 * gdb.base/whatis.c: Ditto.
12979 * gdb.python/py-prettyprint.c: Ditto.
12980 * gdb.trace/actions.c: Ditto.
12981 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12982 ensure clang would not discard it.
12983
bfd39632
DB
129842014-04-24 David Blaikie <dblaikie@gmail.com>
12985
12986 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12987 clang to emit the full definition of type required by the test
12988 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12989
22842ff6
DB
129902014-04-24 David Blaikie <dblaikie@gmail.com>
12991
12992 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12993 coax Clang into emitting the definition of the type.
12994 * gdb.cp/pr10728-x.h (y): Ditto.
12995 * gdb.cp/pr10728-y.cc (y): Ditto.
12996
c2e827ad
DB
129972014-04-24 David Blaikie <dblaikie@gmail.com>
12998
12999 * gdb.base/label.exp: XFAIL label related tests under Clang.
13000 * gdb.cp/cplabel.exp: Ditto.
13001 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13002 under Clang those using labels.
13003
4c2d33e7
YQ
130042014-04-25 Yao Qi <yao@codesourcery.com>
13005
13006 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13007 double_label.
13008 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13009 partial_label and double_label.
13010
56083b99
DB
130112014-04-24 David Blaikie <dblaikie@gmail.com>
13012
13013 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13014
25d4e99d
DB
130152014-04-24 David Blaikie <dblaikie@gmail.com>
13016
13017 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13018 of the function to work across GCC and Clang.
13019 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13020 pointer types (const void ** const V void **).
13021
01f9f808
MS
130222014-04-24 Michael Sturm <michael.sturm@mintel.com>
13023 Walfred Tedeschi <walfred.tedeschi@intel.com>
13024
13025 * Makefile.in (EXECUTABLES): Added i386-avx512.
13026 * gdb.arch/i386-avx512.c: New file.
13027 * gdb.arch/i386-avx512.exp: Likewise.
13028
4b48d439
KS
130292014-04-23 Keith Seitz <keiths@redhat.com>
13030
13031 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13032 (mi_make_breakpoint_table): New procedure.
13033 (mi_create_breakpoint): Use mi_make_breakpoint
13034 and return the result.
13035 (mi_make_breakpoint): New procedure.
13036 (mi_build_kv_pairs): New procedure.
13037
13038 * gdb.mi/mi-break.exp: Remove unused globals,
13039 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13040 All callers updated.
13041 * gdb.mi/mi-dprintf.exp: Use variable to track command
13042 number.
13043 Update all callers of mi_create_breakpoint and use
13044 mi_make_breakpoint_table.
13045 Remove any unused global variables.
13046 * gdb.mi/mi-nonstop.exp: Likewise.
13047 * gdb.mi/mi-nsintrall.exp: Likewise.
13048 * gdb.mi/mi-nsmoribund.exp: Likewise.
13049 * gdb.mi/mi-nsthrexec.exp: Likewise.
13050 * gdb.mi/mi-reverse.exp: Likewise.
13051 * gdb.mi/mi-simplerun.exp: Likewise.
13052 * gdb.mi/mi-stepn.exp: Likewise.
13053 * gdb.mi/mi-syn-frame.exp: Likewise.
13054 * gdb.mi/mi-until.exp: Likewise.
13055 * gdb.mi/mi-var-cp.exp: Likewise.
13056 * gdb.mi/mi-var-display.exp: Likewise.
13057 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13058 * gdb.mi/mi2-var-child.exp: Likewise.
13059 * gdb.mi/mi-vla-c99.exp: Likewise.
13060 * lib/mi-support.exp: Likewise.
13061
13062 From Ian Lance Taylor <iant@cygnus.com>:
13063 * lib/gdb.exp (parse_args): New procedure.
13064
08351840
PA
130652014-04-23 Pedro Alves <palves@redhat.com>
13066
13067 * gdb.base/break-unload-file.c: New file.
13068 * gdb.base/break-unload-file.exp: New file.
13069 * gdb.base/sym-file-lib.c (baz): New function.
13070 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13071 field.
13072 (load): Store the segment's mapped size.
13073 (unload): New function.
13074 (unload_shlib): New function.
13075 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13076 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13077 set a breakpoint at baz, and call it.
13078 * gdb.base/sym-file.exp: New tests for stale breakpoint
13079 instructions.
13080
076855f9
PA
130812014-04-23 Pedro Alves <palves@redhat.com>
13082
13083 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13084 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13085 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13086 * gdb.base/hbreak-unmapped.c: New file.
13087 * gdb.base/hbreak-unmapped.exp: New file.
13088 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13089 * lib/gdb.exp (gdb_is_target_remote): ... here.
13090
483805cf
PA
130912014-04-22 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.base/consecutive-step-over.c: New file.
13094 * gdb.base/consecutive-step-over.exp: New file.
13095
06d97543
PA
130962014-04-22 Pedro Alves <palves@redhat.com>
13097
13098 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13099 instead of send_gdb/gdb_expect.
13100
b4429ea2
YQ
131012014-04-22 Yao Qi <yao@codesourcery.com>
13102
13103 * lib/trace-support.exp (generate_tracefile): New procedure.
13104 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13105 return 0.
13106 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13107 if generate_tracefile returns 1.
13108
51d48146
PA
131092014-04-18 Tom Tromey <palves@redhat.com>
13110 Pedro alves <tromey@redhat.com>
13111
13112 PR backtrace/15558
13113 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13114 with a backtrace limit.
13115 * gdb.python/py-frame-inline.exp: Test running to an inline
13116 function with a backtrace limit, and printing the newest frame.
13117 * gdb.python/py-frame-inline.c (main): Call f.
13118
bd1dce5f
MS
131192014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13120
13121 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13122
40d1a503
MS
131232014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13124
13125 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13126 Drop prefix from unsupported source file path.
13127
389b98f7
YQ
131282014-04-17 Yao Qi <yao@codesourcery.com>
13129
13130 * lib/gdb.exp (with_target_charset): New proc.
13131 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13132 with_target_charset.
13133 (test_print_strings): Likewise.
13134 (test_repeat_bytes): Likewise.
13135 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13136 for some tests.
13137
22869d73
KS
131382014-04-16 Keith Seitz <keiths@redhat.com>
13139
13140 PR gdb/15827
13141 * gdb.dwarf2/corrupt.c: New file.
13142 * gdb.dwarf2/corrupt.exp: New file.
13143
c4f87ca6
KS
131442014-04-16 Keith Seitz <keiths@redhat.com>
13145
13146 PR c++/16597
13147 * gdb.cp/namelessclass.cc: New file.
13148 * gdb.cp/namelessclass.exp: New file.
13149 * gdb.cp/namelessclass.S: New file.
13150
ab19de87
DE
131512014-04-16 Doug Evans <dje@google.com>
13152
13153 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13154 Add comment.
13155 (gdbserver_default_get_comm_port): New function.
13156 (gdbserver_start): Check if board file provided
13157 "gdbserver,get_comm_port" and use it if so.
13158 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13159 (gdb,socketport): Set to "stdio".
13160 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13161 (stdio_gdbserver_template): Delete.
13162 (${board}_get_remote_address): Update.
13163 (${board}_build_remote_cmd): Delete.
13164 (${board}_get_comm_port): New function.
13165 (${board}_spawn): Update.
13166 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13167 Delete.
13168 (${board}_get_remote_address): Update.
13169 (${board}_get_comm_port): New function.
13170
fc98a809
AB
131712014-04-16 Andrew Burgess <aburgess@broadcom.com>
13172
13173 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13174 appearing in any order.
13175
87fd9e6e
DE
131762014-04-15 Doug Evans <dje@google.com>
13177
13178 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13179 uninitialized value of "description".
13180
099fc3ea
KS
131812014-04-15 Keith Seitz <keiths@redhat.com>
13182
13183 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13184 Remove unused globals.
13185 (test_running_the_program): Likewise.
13186 (test_controlled_execution): Likewise.
13187 (test_controlling_breakpoints): Likewise.
13188 (test_program_termination): Likewise.
13189
5da151d4
KS
131902014-04-15 Keith Seitz <keiths@redhat.com>
13191
13192 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13193 unused globals.
13194 (test_rbreak_creation_and_listing): Likewise.
13195 (test_ignore_count): Likewise.
13196 (test_error): Likewise.
13197
35e5d2f0
PA
131982014-04-15 Pedro Alves <palves@redhat.com>
13199
13200 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13201 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13202 sym-file-loader.c.
13203 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13204 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13205 to sym-file-loader.c.
13206 (struct library): Forward declare.
13207 (load_shlib, lookup_function): Change prototypes.
13208 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13209 (translate_offset): Remove declarations.
13210 (get_text_addr): New declaration.
13211 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13212 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13213 sym-file-loader.h.
13214 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13215 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13216 here from sym-file-loader.h.
13217 (struct library): New structure.
13218 (load_shlib, lookup_function): Change prototypes and adjust to
13219 work with a struct library.
13220 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13221 (translate_offset): Make static.
13222 (get_text_addr): New function.
13223 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13224
eb4c1710
PA
132252014-04-15 Pedro Alves <palves@redhat.com>
13226
13227 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13228
2d1baf52
PA
132292014-04-15 Pedro Alves <palves@redhat.com>
13230
13231 * gdb.base/sym-file-loader.c: Include <limits.h>.
13232 (SELF_LINK): New define.
13233 (get_origin): New function.
13234 (load_shlib): Use it.
13235 * gdb.base/sym-file.exp: Don't early return if the target is
13236 remote. Use runto_main, and issue fail is that fails. Use
13237 gdb_load_shlibs.
13238 (shlib_name): Delete.
13239 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13240
7dd6df01
PA
132412014-04-15 Pedro Alves <palves@redhat.com>
13242
13243 * gdb.base/sym-file.exp: Remove regex characters from test
13244 message. Don't refer to breakpoint numbers in test messages.
13245
b50c8614
KS
132462014-04-14 Keith Seitz <keiths@redhat.com>
13247
13248 PR c++/16253
13249 * gdb.cp/var-tag.cc: New file.
13250 * gdb.cp/var-tag.exp: New file.
13251 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13252 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13253 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13254 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13255
3d567982
TT
132562014-04-14 Tom Tromey <tromey@redhat.com>
13257
13258 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13259 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13260 type.
13261 * gdb.cp/enum-class.exp: New file.
13262 * gdb.cp/enum-class.cc: New file.
13263
0626fc76
TT
132642014-04-14 Tom Tromey <tromey@redhat.com>
13265
13266 * gdb.dwarf2/enum-type.exp: New file.
13267
dca325b3
SA
132682014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13269
13270 * gdb.mi/mi-vla-c99.exp: New file.
13271 * gdb.mi/vla.c: New file.
13272
5854b38a
SA
132732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13274
13275 * gdb.base/vla-datatypes.c: New file.
13276 * gdb.base/vla-datatypes.exp: New file.
13277
463bb957
SA
132782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13279
13280 * gdb.base/vla-ptr.c: New file.
13281 * gdb.base/vla-ptr.exp: New file.
13282
3dd170be
SA
132832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13284
13285 * gdb.dwarf2/count.exp: New file.
13286
5ecaaa66
SA
132872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13288
13289 * gdb.base/vla-sideeffect.c: New file.
13290 * gdb.base/vla-sideeffect.exp: New file.
13291
41f1ada5
DB
132922014-04-14 David Blaikie <dblaikie@gmail.com>
13293
13294 * gdb.mi/non-stop.c: Add return value for non-void function return
13295 statement.
13296 * gdb.threads/staticthreads.c: Ditto.
13297
0be03e84
DE
132982014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13299 Doug Evans <xdje42@gmail.com>
13300
13301 * gdb.guile/scm-value.c: Improve test case.
13302 * gdb.guile/scm-value.exp: Add new test.
13303
f180a1fb
DB
133042014-04-11 David Blaikie <dblaikie@gmail.com>
13305
13306 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13307 override Clang's default.
13308
6b662e19
JB
133092014-04-11 Joel Brobecker <brobecker@adacore.com>
13310
13311 Revert the following changes (regressions):
13312
13313 * gdb.base/vla-sideeffect.c: New file.
13314 * gdb.base/vla-sideeffect.exp: New file.
13315
13316 * gdb.dwarf2/count.exp: New file.
13317
13318 * gdb.base/vla-multi.c: New file.
13319 * gdb.base/vla-multi.exp: New file.
13320
13321 * gdb.base/vla-ptr.c: New file.
13322 * gdb.base/vla-ptr.exp: New file.
13323
13324 * gdb.base/vla-datatypes.c: New file.
13325 * gdb.base/vla-datatypes.exp: New file.
13326
13327 * gdb.mi/mi-vla-c99.exp: New file.
13328 * gdb.mi/vla.c: New file.
13329
245a5f0b
KS
133302014-04-11 Keith Seitz <keiths@redhat.com>
13331
13332 PR c++/16675
13333 * gdb.cp/cpsizeof.exp: New file.
13334 * gdb.cp/cpsizeof.cc: New file.
13335
58a84dcf
SA
133362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13337
191a8a90
JB
13338 * gdb.mi/mi-vla-c99.exp: New file.
13339 * gdb.mi/vla.c: New file.
58a84dcf 13340
c8655f75
SA
133412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13342
13343 * gdb.base/vla-datatypes.c: New file.
13344 * gdb.base/vla-datatypes.exp: New file.
13345
024e13b4
SA
133462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13347
13348 * gdb.base/vla-ptr.c: New file.
13349 * gdb.base/vla-ptr.exp: New file.
13350
1a237e0e
SA
133512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13352
13353 * gdb.base/vla-multi.c: New file.
13354 * gdb.base/vla-multi.exp: New file.
13355
504f3432
SA
133562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13357
13358 * gdb.dwarf2/count.exp: New file.
13359
3bce8237
SA
133602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13361
191a8a90
JB
13362 * gdb.base/vla-sideeffect.c: New file.
13363 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13364
322f9c21
YQ
133652014-04-11 Yao Qi <yao@codesourcery.com>
13366
13367 * gdb.base/completion.exp: Check file exists before running tests
13368 on file completion.
13369
d708bcd1
PA
133702014-04-10 Pedro Alves <palves@redhat.com>
13371
13372 * gdb.base/cond-eval-mode.c: New file.
13373 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13374 prepare_for_testing to build the new file. Check result of
13375 runto_main.
13376 (test_break, test_watch): New procedures.
13377 (top level): Use them.
13378
ae1d2761
PM
133792014-04-08 Pierre Muller <muller@sourceware.org>
13380
13381 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13382 Ctrl-V use for mingw hosts.
13383
7af389b8
SC
133842014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13385
13386 * gdb.python/py-value.c: Improve test case.
13387 * gdb.python/py-value.exp: Add new test.
13388
5e703181
DE
133892014-04-07 David Blaikie <dblaikie@gmail.com>
13390
13391 * lib/compiler.c: Identify the clang compiler.
13392 * lib/compiler.cc: Ditto.
13393
9810b410
YQ
133942014-04-03 Yao Qi <yao@codesourcery.com>
13395
13396 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13397
98d1b8dc
AB
133982014-04-01 Anton Blanchard <anton@samba.org>
13399
13400 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13401 messages unique.
13402
3114cea1
AB
134032014-04-01 Anton Blanchard <anton@samba.org>
13404
13405 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13406 prepare_for_testing.
13407
62f7182c
AB
134082014-04-01 Anton Blanchard <anton@samba.org>
13409
13410 * gdb.arch/ppc64-atomic-inst.c: Remove.
13411 * gdb.arch/ppc64-atomic-inst.S: New file.
13412 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13413
770e7fc7
DE
134142014-03-31 Doug Evans <dje@google.com>
13415
13416 * gdb.base/print-symbol-loading-lib.c: New file.
13417 * gdb.base/print-symbol-loading-main.c: New file.
13418 * gdb.base/print-symbol-loading.exp: New file.
13419
46e2bafa
YQ
134202014-03-31 Yao Qi <yao@codesourcery.com>
13421
13422 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13423
8776cfe9
JB
134242014-03-28 Joel Brobecker <brobecker@adacore.com>
13425
13426 * gdb.ada/mi_dyn_arr: New testcase.
13427
5d1ef361
DE
134282014-03-27 Doug Evans <dje@google.com>
13429
13430 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13431
b5bee914
YQ
134322014-03-27 Yao Qi <yao@codesourcery.com>
13433
13434 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13435 if target is nios2-*-*.
13436
0d4d0e77
YQ
134372014-03-26 Yao Qi <yao@codesourcery.com>
13438
13439 * lib/gdb.exp (readline_is_used): New proc.
13440 * gdb.base/completion.exp: Move tests on command complete up.
13441 Skip the rest of tests if readline is not used.
13442 * gdb.ada/complete.exp: Skp the test if readline is not
13443 used.
13444 * gdb.base/filesym.exp: Likewise.
13445 * gdb.base/macscp.exp: Likewise.
13446 * gdb.base/readline-ask.exp: Likewise.
13447 * gdb.base/readline.exp: Likewise.
13448 * gdb.python/py-cmd.exp: Likewise.
13449 * gdb.trace/tfile.exp: Likewise.
13450
29361eee
YQ
134512014-03-26 Yao Qi <yao@codesourcery.com>
13452
13453 * gdb.base/macscp.exp: Fix code format issues.
13454
bc9a5525
UW
134552014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13456
13457 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13458 * gdb.asm/powerpc64le.inc: New file.
13459
d3839ede
PA
134602014-03-25 Pedro Alves <palves@redhat.com>
13461 Doug Evans <dje@google.com>
13462
13463 * gdb.base/source-execution.c: New file.
13464 * gdb.base/source-execution.exp: New file.
13465 * gdb.base/source-execution.gdb: New file.
13466
01672a57
DE
134672014-03-24 Doug Evans <dje@google.com>
13468
13469 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13470 using fission.
13471
88bbeca9
HZ
134722014-03-24 Hui Zhu <hui@codesourcery.com>
13473 Pedro Alves <palves@redhat.com>
13474
13475 PR breakpoints/16101
13476 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13477 test pass/fail messages. Detect missing support for dprintf when
13478 breakpoints are actually inserted.
13479 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13480 breakpoints are actually inserted.
13481 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13482 fails.
13483
d2348791
JK
134842014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13485
13486 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13487
feef67ab
DE
134882014-03-22 Doug Evans <xdje42@gmail.com>
13489
13490 * gdb.python/python.exp (python not supported): Verify multi-line
13491 python command issues an error.
25d743f9 13492 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13493 guile command issues an error.
feef67ab 13494
ecebef6a
MR
134952014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13496
13497 * gdb.threads/thread-specific.exp: Handle the lack of usable
13498 $this_breakpoint and $this_thread.
13499
ccdd1909
HZ
135002014-03-21 Hui Zhu <hui@codesourcery.com>
13501
13502 * gdb.base/attach.exp (do_command_attach_tests): New.
13503
beb460e8
PA
135042014-03-20 Tom Tromey <tromey@redhat.com>
13505 Pedro Alves <palves@redhat.com>
13506
13507 PR cli/15718
13508 * gdb.base/condbreak-call-false.c: New file.
13509 * gdb.base/condbreak-call-false.exp: New file.
13510
40acf43a
PA
135112014-03-20 Pedro Alves <palves@redhat.com>
13512
13513 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13514 Delete.
13515 (block_signals, unblock_signals): Delete.
13516 (child_function_2, main): Remove references to deleted variable
13517 and functions.
13518
9f5e1e02
PA
135192014-03-20 Pedro Alves <palves@redhat.com>
13520
13521 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13522 Use pthread_kill to signal thread 2.
13523 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13524 Adjust to make the test send itself a signal rather than using the
13525 host's "kill" command.
13526
99619bea
PA
135272014-03-20 Pedro Alves <palves@redhat.com>
13528
13529 * gdb.threads/multiple-step-overs.c: New file.
13530 * gdb.threads/multiple-step-overs.exp: New file.
13531 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13532 Adjust expected infrun debug output.
13533
2adfaa28
PA
135342014-03-20 Pedro Alves <palves@redhat.com>
13535
13536 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13537 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13538
31e77af2
PA
135392014-03-20 Pedro Alves <palves@redhat.com>
13540
13541 PR breakpoints/7143
13542 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13543 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13544 of gdb_test_multiple.
13545 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13546 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13547
b9f437de
PA
135482014-03-20 Pedro Alves <palves@redhat.com>
13549
13550 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13551 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13552
05adc73e
PA
135532014-03-19 Pedro Alves <palves@redhat.com>
13554
13555 * gdb.base/async.exp: Remove early return.
13556
6048b950
PA
135572014-03-19 Pedro Alves <palves@redhat.com>
13558
13559 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13560
8bcfb00a
PA
135612014-03-19 Pedro Alves <palves@redhat.com>
13562
13563 * gdb.base/async.exp (test_background): Expect \r\n after
13564 "completed." in the fail pattern.
13565
884e37dc
PA
135662014-03-19 Pedro Alves <palves@redhat.com>
13567
13568 * gdb.base/async.exp (test_background): New procedure.
13569 Use it for all background execution command tests.
13570
148e57e2
PA
135712014-03-19 Pedro Alves <palves@redhat.com>
13572
13573 * gdb.base/async.exp: Use prepare_for_testing.
13574
f48088c7
PA
135752014-03-19 Pedro Alves <palves@redhat.com>
13576
13577 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13578 the same line.
13579
e2f6c966
PA
135802014-03-19 Pedro Alves <palves@redhat.com>
13581
13582 * gdb.base/async.c (main): Add "jump here" and "until here" line
13583 marker comments.
13584 * gdb.base/async.exp (jump_here): New global.
13585 (jump& test): Use it.
13586 (until_here): New global.
13587 (until& test): Use it.
13588
c30568d4
PA
135892014-03-19 Pedro Alves <palves@redhat.com>
13590
13591 * gdb.base/async.exp: Don't frob gdb_protocol.
13592
0172b6a7
DE
135932014-03-18 Doug Evans <xdje42@gmail.com>
13594
13595 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13596 Fix spelling of exec-done-display.
13597
06c868a8
JK
135982014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13599
13600 PR gdb/15358
13601 * gdb.base/gdb-sigterm.c: New file.
13602 * gdb.base/gdb-sigterm.exp: New file.
13603
0c7e1a46
PA
136042014-03-18 Pedro Alves <palves@redhat.com>
13605
13606 PR gdb/13860
13607 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13608 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13609 solib-event.
13610
f7c77d93
JB
136112014-03-17 Joel Brobecker <brobecker@adacore.com>
13612
13613 * gdb.ada/pckd_arr_ren: New testcase.
13614
5a1e8c7a
DE
136152014-03-13 Doug Evans <xdje42@gmail.com>
13616
13617 PR guile/16612
13618 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13619 collect after discarding symbols.
13620
350e1a76
DE
136212014-03-13 Ludovic Courtès <ludo@gnu.org>
13622 Doug Evans <xdje42@gmail.com>
13623
13624 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13625 to history survives a gc.
13626
a69900ae
PA
136272014-03-13 Pedro Alves <palves@redhat.com>
13628
13629 * gdb.base/default.exp: Don't test "target procfs".
13630
5db9f0bd
PA
136312014-03-13 Pedro Alves <palves@redhat.com>
13632
13633 * gdb.base/default.exp: Update "target child" and "target procfs"
13634 tests to not expect "Unix".
13635
b3ccfe11
TT
136362014-03-12 Tom Tromey <tromey@redhat.com>
13637
13638 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13639 New procs. Add target-async tests.
13640 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13641 Add target-async tests.
13642
646f4417
AA
136432014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13644
13645 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13646 'func_start' and 'func_end' for the beginning and end of the
13647 function code, respectively.
13648 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13649 'func_end' instead of 'func' and 'main'.
13650
288c211f
AA
136512014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13652
13653 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13654 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13655 generate the debug info assembler source.
13656
e0c0f156
AA
136572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13658
13659 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13660 * gdb.dwarf2/arr-subrange.exp: Likewise.
13661 * gdb.dwarf2/dwz.exp: Likewise.
13662 * gdb.dwarf2/method-ptr.exp: Likewise.
13663 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13664 * gdb.dwarf2/subrange.exp: Likewise.
13665 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13666 * gdb.dwarf2/implptrpiece.exp: Likewise.
13667 * gdb.dwarf2/nostaticblock.exp: Likewise.
13668
0e5c4555
AA
136692014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13670
13671 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13672 directory to absolute path name arguments.
13673
5ec18f2b
JG
136742014-03-10 Joel Brobecker <brobecker@adacore.com>
13675
13676 * gdb.ada/tagged_access: New testcase.
13677
847fc4f2
MM
136782014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13679
13680 * gdb.btrace/data.exp: Update expected output.
13681
cc3da688
YQ
136822014-03-06 Yao Qi <yao@codesourcery.com>
13683
13684 * gdb.trace/pr16508.exp: New file.
13685
0f26cec1
PA
136862014-03-05 Pedro Alves <palves@redhat.com>
13687
13688 PR gdb/16575
13689 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13690 procedure.
13691 (top level): Adjust to use it. Add tests that exercise breakpoint
13692 interaction with the code-cache.
13693
7a5a839f
LC
136942014-02-26 Ludovic Courtès <ludo@gnu.org>
13695
13696 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13697 test for 'history-append!'.
13698
31aa7e4e
JB
136992014-02-26 Joel Brobecker <brobecker@adacore.com>
13700
13701 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13702 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13703 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13704 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13705 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13706 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13707
1b588015
JB
137082014-02-26 Joel Brobecker <brobecker@adacore.com>
13709
13710 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13711 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13712 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13713
55426c9d
JB
137142014-02-26 Joel Brobecker <brobecker@adacore.com>
13715
13716 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13717
dc53a7ad
JB
137182014-02-26 Joel Brobecker <brobecker@adacore.com>
13719
13720 * gdb.dwarf2/arr-stride.c: New file.
13721 * gdb.dwarf2/arr-stride.exp: New file.
13722
12ab52e9
PA
137232014-02-26 Pedro Alves <palves@redhat.com>
13724
13725 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13726 that won't ever trigger. Make sure that GDB reports the correct
13727 breakpoint that caused the stop.
13728
849c862e
JK
137292014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13730
13731 PR gdb/16626
13732 * gdb.base/auto-load-script: New file.
13733 * gdb.base/auto-load.c: New file.
13734 * gdb.base/auto-load.exp: New file.
13735
71b7d793
JK
13736 PR gdb/16626
13737 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13738
e2f0d509
JK
137392014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13740
13741 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13742 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13743
50cc37c8
DE
137442014-02-24 Doug Evans <dje@google.com>
13745
13746 * lib/gdb.exp (run_on_host): Log error output if program fails.
13747
ea4758f2
PA
137482014-02-21 Pedro Alves <palves@redhat.com>
13749
13750 * gdb.threads/step-after-sr-lock.c: Rename to ...
13751 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13752 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13753 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13754 ... this.
13755
d7b30f67
SDJ
137562014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13757
13758 PR tdep/16397
13759 * gdb.arch/amd64-stap-special-operands.exp: New file.
13760 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13761 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13762 * gdb.arch/amd64-stap-triplet.S: Likewise.
13763 * gdb.arch/amd64-stap-triplet.c: Likewise.
13764
83deb43f
JB
137652014-02-20 Joel Brobecker <brobecker@adacore.com>
13766
13767 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13768 in .section pseudo-op.
13769
adde2bff
DE
137702014-02-20 lin zuojian <manjian2006@gmail.com>
13771 Joel Brobecker <brobecker@adacore.com>
13772 Doug Evans <xdje42@gmail.com>
13773
13774 PR symtab/16581
13775 * gdb.dwarf2/dw2-icycle.S: New file.
13776 * gdb.dwarf2/dw2-icycle.c: New file.
13777 * gdb.dwarf2/dw2-icycle.exp: New file.
13778
f7bd0f78
SC
137792014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13780
13781 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13782 operations on gdb.Value objects.
13783 * gdb.python/py-value-cc.exp: Add new test to test operations on
13784 gdb.Value objects.
13785
c17ef0d5
DE
137862014-02-18 Doug Evans <dje@google.com>
13787
13788 * Makefile.in (TESTS): New variable.
13789 (expanded_tests, expanded_tests_or_none): New variables
13790 (check-single): Pass $(expanded_tests_or_none) to runtest.
13791 (check-parallel): Only run tests in $(TESTS) if non-empty.
13792 (check/no-matching-tests-found): New rule.
13793 * README: Document TESTS makefile variable.
13794
5dd3176f
DE
137952014-02-18 Doug Evans <dje@google.com>
13796
13797 * Makefile.in (check-parallel): rm -rf outputs temp.
13798
0b10be4f
JK
137992014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13800
13801 Fix "ERROR: no fileid for" in the testsuite.
13802 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13803
85f224e7
DE
138042014-02-12 Doug Evans <dje@google.com>
13805
13806 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13807 (MISCELLANEOUS): New variable.
13808 (clean): rm -rf $(MISCELLANEOUS).
13809 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13810 dwp live in the same directory as symlinks, with each symlink pointed
13811 to a differently named file in a different directory.
13812
149b30ff
DE
138132014-02-11 Doug Evans <dje@google.com>
13814
13815 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13816 of Tcl file commands.
13817
1dfdac32
MK
138182014-02-10 Mark Kettenis <kettenis@gnu.org>
13819
13820 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13821 "kill -SIGUSR1 -1".
13822
aa4fb036
JB
138232014-02-10 Joel Brobecker <brobecker@adacore.com>
13824
13825 * gdb.ada/tick_length_array_enum_idx: New testcase.
13826
ed3ef339
DE
138272014-02-10 Doug Evans <xdje42@gmail.com>
13828
13829 * configure.ac (AC_OUTPUT): Add gdb.guile.
13830 * configure: Regenerate.
13831 * lib/gdb-guile.exp: New file.
13832 * lib/gdb.exp (get_target_charset): New function.
13833 * gdb.base/help.exp: Update expected output from "apropos apropos".
13834 * gdb.guile/Makefile.in: New file.
13835 * gdb.guile/guile.exp: New file.
13836 * gdb.guile/scm-arch.c: New file.
13837 * gdb.guile/scm-arch.exp: New file.
13838 * gdb.guile/scm-block.c: New file.
13839 * gdb.guile/scm-block.exp: New file.
13840 * gdb.guile/scm-breakpoint.c: New file.
13841 * gdb.guile/scm-breakpoint.exp: New file.
13842 * gdb.guile/scm-disasm.c: New file.
13843 * gdb.guile/scm-disasm.exp: New file.
13844 * gdb.guile/scm-equal.c: New file.
13845 * gdb.guile/scm-equal.exp: New file.
13846 * gdb.guile/scm-error.exp: New file.
13847 * gdb.guile/scm-error.scm: New file.
13848 * gdb.guile/scm-frame-args.c: New file.
13849 * gdb.guile/scm-frame-args.exp: New file.
13850 * gdb.guile/scm-frame-args.scm: New file.
13851 * gdb.guile/scm-frame-inline.c: New file.
13852 * gdb.guile/scm-frame-inline.exp: New file.
13853 * gdb.guile/scm-frame.c: New file.
13854 * gdb.guile/scm-frame.exp: New file.
13855 * gdb.guile/scm-generics.exp: New file.
13856 * gdb.guile/scm-gsmob.exp: New file.
13857 * gdb.guile/scm-iterator.c: New file.
13858 * gdb.guile/scm-iterator.exp: New file.
13859 * gdb.guile/scm-math.c: New file.
13860 * gdb.guile/scm-math.exp: New file.
13861 * gdb.guile/scm-objfile-script-gdb.in: New file.
13862 * gdb.guile/scm-objfile-script.c: New file.
13863 * gdb.guile/scm-objfile-script.exp: New file.
13864 * gdb.guile/scm-objfile.c: New file.
13865 * gdb.guile/scm-objfile.exp: New file.
13866 * gdb.guile/scm-ports.exp: New file.
13867 * gdb.guile/scm-pretty-print.c: New file.
13868 * gdb.guile/scm-pretty-print.exp: New file.
13869 * gdb.guile/scm-pretty-print.scm: New file.
13870 * gdb.guile/scm-section-script.c: New file.
13871 * gdb.guile/scm-section-script.exp: New file.
13872 * gdb.guile/scm-section-script.scm: New file.
13873 * gdb.guile/scm-symbol.c: New file.
13874 * gdb.guile/scm-symbol.exp: New file.
13875 * gdb.guile/scm-symtab-2.c: New file.
13876 * gdb.guile/scm-symtab.c: New file.
13877 * gdb.guile/scm-symtab.exp: New file.
13878 * gdb.guile/scm-type.c: New file.
13879 * gdb.guile/scm-type.exp: New file.
13880 * gdb.guile/scm-value-cc.cc: New file.
13881 * gdb.guile/scm-value-cc.exp: New file.
13882 * gdb.guile/scm-value.c: New file.
13883 * gdb.guile/scm-value.exp: New file.
13884 * gdb.guile/source2.scm: New file.
13885 * gdb.guile/types-module.cc: New file.
13886 * gdb.guile/types-module.exp: New file.
13887
7026a7c1
YQ
138882014-02-10 Yao Qi <yao@codesourcery.com>
13889
13890 PR testsuite/16543
13891 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13892 * configure: Regenerated.
13893 * Makefile.in: New file.
13894
6c466447
AS
138952014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13896
13897 * gdb.python/py-framefilter.exp: Fix typo.
13898
6e854735
YQ
138992014-02-08 Yao Qi <yao@codesourcery.com>
13900
13901 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13902 that no =breakpoint-modified is emitted when breakpoints are
13903 modified through MI commands.
13904
d137e6dc
PA
139052014-02-07 Pedro Alves <pedro@codesourcery.com>
13906 Pedro Alves <palves@redhat.com>
13907
13908 * gdb.threads/step-after-sr-lock.c: New file.
13909 * gdb.threads/step-after-sr-lock.exp: New file.
13910
b5ee5a50
PA
139112014-02-07 Pedro Alves <palves@redhat.com>
13912
13913 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13914
3c77faf3
JK
139152014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13916
13917 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13918 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13919
6dddc817
DE
139202014-02-06 Doug Evans <xdje42@gmail.com>
13921
13922 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13923 output.
13924
13925 * gdb.gdb/python-interrupts.exp: New file.
13926
de7b2893
YQ
139272014-02-05 Yao Qi <yao@codesourcery.com>
13928
13929 * gdb.trace/report.exp (use_collected_data): Test the output
13930 of "info threads" and "info inferiors".
13931
66d032ac
YQ
139322014-02-05 Yao Qi <yao@codesourcery.com>
13933
13934 Revert this patch:
13935
13936 2013-05-24 Yao Qi <yao@codesourcery.com>
13937
13938 * gdb.trace/tfile.exp: Test inferior and thread.
13939
591a12a1
UW
139402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13941
13942 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13943 on a function.
13944 * gdb.base/step-bt.c: Call hello via function pointer to make
13945 sure its first instruction is executed on powerpc64le-linux.
13946
0ff3e01f
UW
139472014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13948
13949 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13950
084ee545
UW
139512014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13952
13953 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13954 of the test patterns for use on little-endian systems.
13955
6ed14ff3
UW
139562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13957
13958 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13959 (decimal_vector): Fix for little-endian.
13960
401e27fd
JM
139612014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13962
13963 * gdb.arch/sparc-sysstep.exp: New file.
13964 * gdb.arch/sparc-sysstep.c: Likewise.
13965
13966 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13967
8b924729
EBM
139682014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13969
13970 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13971
fb151210
JB
139722014-01-23 Tom Tromey <tromey@redhat.com>
13973
13974 * gdb.ada/array_char_idx: New testcase.
13975
0740f8d8
TT
139762014-01-23 Tom Tromey <tromey@redhat.com>
13977
13978 PR python/16487:
13979 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13980 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13981 classes.
13982
21909fa1
TT
139832014-01-23 Tom Tromey <tromey@redhat.com>
13984
13985 PR python/16491:
13986 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13987 string from an inferior frame.
13988 * gdb.python/py-framefilter-mi.exp: Update.
13989
87ce2a04
DE
139902014-01-22 Doug Evans <dje@google.com>
13991
13992 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13993
237b092b
AA
139942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13995
13996 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13997
d674a709
AA
139982014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13999
14000 * gdb.trace/entry-values.exp: Remove excess space character from
14001 regex patterns. Handle s390 call instruction.
14002
20fa3390
AA
140032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14004
14005 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14006 define "*_start" label. Make "name" static.
14007 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14008 ${name} by references to ${name}_start.
14009
78466714
AA
140102014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14011
14012 * gdb.base/info-macros.exp: Remove "debug" from the compile
14013 options.
14014
ec9f644a
IB
140152014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14016
14017 * gdb.dlang/demangle.exp: New file.
14018
94b1b47e
IB
140192014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14020
14021 * gdb.dlang/primitive-types.exp: New file.
14022
7f420862
IB
140232014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14024
14025 * configure.ac: Create gdb.dlang/Makefile.
14026 * configure: Regenerate.
14027 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14028 * gdb.dlang/Makefile.in: New file.
14029 * lib/d-support.exp: New file.
14030 * lib/gdb.exp (skip_d_tests): New proc.
14031
52834460
MM
140322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14033
14034 * gdb.btrace/delta.exp: Check reverse stepi.
14035 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14036 * gdb.btrace/finish.exp: New.
14037 * gdb.btrace/next.exp: New.
14038 * gdb.btrace/nexti.exp: New.
14039 * gdb.btrace/record_goto.c: Add comments.
14040 * gdb.btrace/step.exp: New.
14041 * gdb.btrace/stepi.exp: New.
14042 * gdb.btrace/multi-thread-step.c: New.
14043 * gdb.btrace/multi-thread-step.exp: New.
14044 * gdb.btrace/rn-dl-bind.c: New.
14045 * gdb.btrace/rn-dl-bind.exp: New.
14046 * gdb.btrace/data.c: New.
14047 * gdb.btrace/data.exp: New.
14048 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14049
6e07b1d2
MM
140502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14051
14052 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14053 * gdb.btrace/exception.exp: Update.
14054 * gdb.btrace/instruction_history.exp: Update.
14055 * gdb.btrace/record_goto.exp: Update.
14056 * gdb.btrace/tailcall.exp: Update.
14057 * gdb.btrace/unknown_functions.exp: Update.
14058 * gdb.btrace/delta.exp: New.
14059
0b722aec
MM
140602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14061
14062 * gdb.btrace/record_goto.exp: Add backtrace test.
14063 * gdb.btrace/tailcall.exp: Add backtrace test.
14064
066ce621
MM
140652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14066
14067 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14068 * gdb.btrace/record_goto.c: New.
14069 * gdb.btrace/record_goto.exp: New.
14070 * gdb.btrace/x86-record_goto.S: New.
14071
0688d04e
MM
140722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14073
14074 * gdb.btrace/function_call_history.exp: Update tests.
14075 * gdb.btrace/instruction_history.exp: Update tests.
14076
8710b709
MM
140772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14078
14079 * gdb.btrace/function_call_history.exp: Fix expected field
14080 order for "record function-call-history".
14081 Add new tests for "record function-call-history /c".
14082 * gdb.btrace/exception.cc: New.
14083 * gdb.btrace/exception.exp: New.
14084 * gdb.btrace/tailcall.exp: New.
14085 * gdb.btrace/x86-tailcall.S: New.
14086 * gdb.btrace/x86-tailcall.c: New.
14087 * gdb.btrace/unknown_functions.c: New.
14088 * gdb.btrace/unknown_functions.exp: New.
14089 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14090
5de9129b
MM
140912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14092
14093 * gdb.btrace/instruction_history.exp: Update.
14094 * gdb.btrace/function_call_history.exp: Update.
14095
23a7fe75
MM
140962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14097
14098 * gdb.btrace/function_call_history.exp: Fix expected function
14099 trace.
14100 * gdb.btrace/instruction_history.exp: Initialize traced.
14101 Remove traced_functions.
14102
724c7dd8
MM
141032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14104
14105 * gdb.btrace/function_call_history.exp: Update
14106 * gdb.btrace/instruction_history.exp: Update.
14107
6d78d93b
MM
141082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14109
14110 * gdb.btrace/enable.exp: Update expected text.
14111
93a360cc
OJ
141122014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14113
14114 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14115 bytes.
14116
3772b53f
MR
141172014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14118
14119 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14120
596662fa
OJ
141212014-01-15 Omair Javaid <omair.javaid@linaro.org>
14122
14123 * lib/gdb.exp (supports_process_record): Return true for
14124 arm*-linux*. (supports_reverse): Likewise.
14125
b5b08fb4
SC
141262014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14127
14128 PR python/15464
14129 PR python/16113
14130 * gdb.python/py-type.c: Enhance test case.
14131 * gdb.python/py-value-cc.cc: Likewise
14132 * gdb.python/py-type.exp: Add new tests.
14133 * gdb.python/py-value-cc.exp: Likewise
14134
52d7fb13
AA
141352014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14136 Pedro Alves <palves@redhat.com>
14137
14138 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14139 Make "name" extern.
14140 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14141 references to ${name}_start by references to ${name}.
14142
a2cd8cfe
JB
141432014-01-10 Joel Brobecker <brobecker@adacore.com>
14144
14145 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14146
4e23fced
JB
141472014-01-10 Joel Brobecker <brobecker@adacore.com>
14148
14149 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14150
c6a9e42c
PA
141512014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14152 Pedro Alves <palves@redhat.com>
14153
14154 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14155 mi_gdb_target_load.
c6a9e42c 14156
b7ea362b
PA
141572014-01-08 Pedro Alves <palves@redhat.com>
14158
14159 * gdb.threads/reconnect-signal.c: New file.
14160 * gdb.threads/reconnect-signal.exp: New file.
14161
5e3f4fab
EBM
141622014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14163
14164 * gdb.base/source-dir.exp: New file.
14165
79301218
JB
141662014-01-07 Joel Brobecker <brobecker@adacore.com>
14167
14168 * gdb.ada/mi_interface: New testcase.
14169
8e355c5d
JB
141702014-01-07 Joel Brobecker <brobecker@adacore.com>
14171
14172 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14173 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14174 gdb.ada/pp-rec-component/pck.ads: New files.
14175
c0d48811
JB
141762014-01-07 Joel Brobecker <brobecker@adacore.com>
14177
14178 * gdb.python/py-pp-integral.c: New file.
14179 * gdb.python/py-pp-integral.py: New file.
14180 * gdb.python/py-pp-integral.exp: New file.
14181
17b609c3 14182For older changes see ChangeLog-1993-2013.
c906108c 14183\f
8d8cb839
EZ
14184;; Local Variables:
14185;; mode: change-log
14186;; left-margin: 8
14187;; fill-column: 74
14188;; version-control: never
14189;; End:
902f2ccb 14190
e2882c85 14191 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14192 Copying and distribution of this file, with or without modification,
14193 are permitted provided the copyright notice and this notice are preserved.
This page took 4.496861 seconds and 4 git commands to generate.