]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb: Don't drop SIGSTOP during stop_all_threads
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
7010835a
AB
12018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2 Richard Bunt <Richard.Bunt@arm.com>
3
4 * gdb.threads/attach-slow-waitpid.c: New file.
5 * gdb.threads/attach-slow-waitpid.exp: New file.
6 * gdb.threads/slow-waitpid.c: New file.
7
14897d65
PA
82018-06-14 Pedro Alves <palves@redhat.com>
9
10 * gdb.base/fork-running-state.c: Include <errno.h>.
11 (exit_if_relative_exits): New.
12 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
13 exits.
14 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
15 child exits.
16
5d9a0608
TV
172018-06-14 Tom de Vries <tdevries@suse.de>
18
19 PR cli/22573
20 * gdb.base/finish-pretty.c: New test.
21 * gdb.base/finish-pretty.exp: New file.
22
11ae5818
PA
232018-06-14 Pedro Alves <palves@redhat.com>
24
25 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
26 gdb's expected startup output.
27
1d39de44
PA
282018-06-14 Pedro Alves <palves@redhat.com>
29
30 * lib/selftest-support.exp (selftest_setup): Remove inlined
31 function handling.
32
70ee0000
TV
332018-06-14 Tom de Vries <tdevries@suse.de>
34
35 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
36 matching of breakpoint printing.
37
11f4b608
TV
382018-06-13 Tom de Vries <tdevries@suse.de>
39
40 PR testsuite/23269
41 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
42 (fork_child): ... here, and ...
43 (fork_parent): ... here.
44
452018-06-12 Tom de Vries <tdevries@suse.de>
46
47 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
48
9516f85a
AB
492018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
50 Stephen Roberts <stephen.roberts@arm.com>
51
52 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
53 rewrite test to describe action performed, rather than possible
54 failure.
55
5045b3d7
GB
562018-06-08 Gary Benson <gbenson@redhat.com>
57
58 * gdb.threads/check-libthread-db.exp: New file.
59 * gdb.threads/check-libthread-db.c: Likewise.
60
c61b06a1
TT
612018-06-05 Tom Tromey <tom@tromey.com>
62
63 * gdb.base/default.exp: Update expected "show version" output.
64
eb6af809
TT
652018-06-05 Tom Tromey <tom@tromey.com>
66
67 PR cli/12326:
68 * gdb.cp/static-print-quit.exp: Update.
69 * lib/gdb.exp (pagination_prompt): Update.
70 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
71 * gdb.python/python.exp: Update.
72
178d6a63
JB
732018-06-04 Joel Brobecker <brobecker@adacore.com>
74
75 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
76
8e817061
JB
772018-06-01 Joel Brobecker <brobecker@adacore.com>
78
79 * gdb.ada/bp_fun_addr: New testcase.
80
e86ca25f
TT
812018-06-01 Tom Tromey <tom@tromey.com>
82
83 * gdb.xml/tdesc-regs.exp (load_description): Update expected
84 results.
85 * gdb.dwarf2/method-ptr.exp: Set language to C++.
86 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
87 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
88 * gdb.base/maint.exp (maint_pass_if): Update.
89
4b2dfa9d
MR
902018-05-31 Maciej W. Rozycki <macro@mips.com>
91
92 * gdb.base/endian.exp: New test.
93 * gdb.base/endian.c: New test source.
94
45f25d6c
AB
952018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
96
97 PR gdb/23203
98 * gdb.base/bt-selected-frame.c: New file.
99 * gdb.base/bt-selected-frame.exp: New file.
100 * lib/gdb.exp (get_current_frame_number): New function.
101
d9f6d7f8
MR
1022018-05-24 Maciej W. Rozycki <macro@mips.com>
103 Pedro Alves <palves@redhat.com>
104
105 * gdb.threads/tls-core.c: Include <stdlib.h>
106 (thread_proc): Call `abort'.
107 * gdb.threads/tls-core.exp: Generate a core with core_find too.
108 (tls_core_test): New procedure, bits factored out from ...
109 (top level): ... here. Test both native cores and gcore cores.
110
ff1cf532
TT
1112018-05-23 Tom Tromey <tom@tromey.com>
112
113 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
114
b98664d3
TT
1152018-05-23 Tom Tromey <tom@tromey.com>
116
117 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
118 symfile_complaints.
119 (test_short_complaints): Likewise.
120 (test_empty_complaints): Likewise.
121 (test_initial_complaints): Update.
122
4e9668d0
TT
1232018-05-23 Tom Tromey <tom@tromey.com>
124
125 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
126
43ba33c7
TT
1272018-05-23 Tom Tromey <tom@tromey.com>
128
129 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
130 (test_short_complaints): Update.
131
035522c0
PA
1322018-05-22 Pedro Alves <palves@redhat.com>
133
134 * gdb.base/remote.exp: Only gdb_start after compiling the
135 testcase. Issue "disconnect" before testing "set remote" command
136 defaults. Issue clean_restart before running to main.
137
cc0be08f
PA
1382018-05-22 Pedro Alves <palves@redhat.com>
139
140 * gdb.base/remote.exp: Adjust expected output of "show remote
141 memory-write-packet-size". Add tests for "set remote
142 memory-write-packet-size 0" and "set remote
143 memory-write-packet-size fixed/limit".
144
b1b60145
PA
1452018-05-22 Pedro Alves <palves@redhat.com>
146
147 PR gdb/22973
148 * gdb.base/utf8-identifiers.c: New file.
149 * gdb.base/utf8-identifiers.exp: New file.
150
0ec848ad
PFC
1512018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
152
153 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
154
2c3305f6
PFC
1552018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
156
157 * gdb.arch/powerpc-vsx-gcore.exp: New file.
158
ce1e8424
TT
1592018-05-18 Tom Tromey <tom@tromey.com>
160
161 * gdb.base/ptype-offsets.exp: Update.
162
ddfe970e
KS
1632018-05-17 Keith Seitz <keiths@redhat.com>
164
165 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
166 in expected breakpoint stop locations.
167 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
168 move to proper scope to test variable values.
169 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
170 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
171 New functions.
172 (main): Call not_inline_func3.
173 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
174 inline_func1, inline_func2, and inline_func3. Test that when each
175 breakpoint is hit, GDB properly reports both the stop location
176 and the backtrace. Repeat tests for temporary breakpoints.
177
0726fcc6
MR
1782018-05-15 Maciej W. Rozycki <macro@mips.com>
179
180 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
181 rather then trying to access it in determining whether the PID
182 of `gdbserver' could have been retrieved.
183
8ee22052
AB
1842018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
185
186 * gdb.arch/amd64-init-x87-values.S: New file.
187 * gdb.arch/amd64-init-x87-values.exp: New file.
188
7785df48
JK
1892018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
190
191 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
192
56bcdbea
TT
1932018-05-04 Tom Tromey <tom@tromey.com>
194
195 PR python/22730:
196 * gdb.python/python.exp: Test multi-line execute.
197
a913fffb
TT
1982018-05-04 Tom Tromey <tom@tromey.com>
199
200 PR python/22731:
201 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
202
7a2c85f2
TT
2032018-05-04 Tom Tromey <tom@tromey.com>
204
205 PR gdb/11750:
206 * gdb.base/define.exp: Test defining a user command inside a user
207 command.
208 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
209
a3b60e45
JK
2102018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
211 Pedro Alves <palves@redhat.com>
212
213 PR breakpoints/19806 and support for PR external/20207.
214 * gdb.base/watchpoint-unaligned.c: New file.
215 * gdb.base/watchpoint-unaligned.exp: New file.
216
45fe4a03
AB
2172018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
218
219 * gdb.base/maint.exp: Make test names unique, use
220 test_prefix_command_help to test 'help maint info', and remove
221 repeated test of 'help maint'.
222
9be2ae8f
TT
2232018-05-04 Tom Tromey <tom@tromey.com>
224
225 PR gdb/22619:
226 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
227 behavior.
228
11859c31
AB
2292018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.base/maint.exp: Process output from 'maint print registers'
232 line at a time.
233
089a9490
AB
2342018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
237 timeout.
238
9b0797e2
AB
2392018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
242 filter pattern.
243
f6ac5f3d
PA
2442018-05-02 Pedro Alves <palves@redhat.com>
245
246 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
247 to_log_command renames.
248 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
249
77d3c63b
TT
2502018-05-02 Tom Tromey <tom@tromey.com>
251
252 * gdb.python/py-parameter.exp: Set test message.
253
0489430a
TT
2542018-05-02 Tom Tromey <tom@tromey.com>
255
256 PR python/20084:
257 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
258 PARAM_ZUINTEGER_UNLIMITED tests.
259
1632f8ba
DR
2602018-04-28 Dan Robertson <danlrobertson89@gmail.com>
261
262 PR rust/23124
263 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
264 when casting.
265
6d7bb824
TT
2662018-04-30 Tom Tromey <tom@tromey.com>
267
268 * gdb.python/py-type.exp: Check align attribute.
269 * gdb.python/py-type.c: New "aligncheck" global.
270
007e1530
TT
2712018-04-30 Tom Tromey <tom@tromey.com>
272
273 PR exp/17095:
274 * gdb.dwarf2/dw2-align.exp: New file.
275 * gdb.cp/align.exp: New file.
276 * gdb.base/align.exp: New file.
277 * lib/gdb.exp (gdb_int128_helper): New proc.
278 (has_int128_c, has_int128_cxx): New caching procs.
279
6873858b
TT
2802018-04-27 Tom Tromey <tom@tromey.com>
281
282 PR rust/22545:
283 * gdb.rust/simple.exp: Add inclusive range tests.
284
79188d8d
PA
2852018-04-26 Pedro Alves <palves@redhat.com>
286
287 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
288 ifunc breakpoint locations correctly of ifunc breakpoints set
289 while the program resolves the ifunc.
290
c7075ad5
PA
2912018-04-26 Pedro Alves <palves@redhat.com>
292
293 * gdb.base/gnu-ifunc-final.c: New file.
294 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
295 * gdb.base/gnu-ifunc.exp (executable): Delete.
296 (staticexecutable): Adjust.
297 (lib_opts, exec_opts): Delete.
298 (make_binsuffix, build, set-break): New procedures.
299 (misc_tests): New, with tests factored out from the top level.
300 (top level): Test different combinations of ifunc resolver name,
301 resolver with and with debug info, and ifunc target with and
302 without debug info. Wrap static tests with with_target_prefix.
303
8388016d
PA
3042018-04-26 Pedro Alves <palves@redhat.com>
305
306 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
307 return type" warnings.
308
249b5733
PA
3092018-04-25 Pedro Alves <palves@redhat.com>
310
311 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
312 killed".
313 * gdb.base/kill-after-signal.exp: Likewise.
314 * gdb.threads/kill.exp: Likewise.
315
f67c0c91
SDJ
3162018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
317 Sergio Durigan Junior <sergiodj@redhat.com>
318 Pedro Alves <palves@redhat.com>
319
320 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
321 regexps to expect for '[Inferior ... detached]' as well.
322 * gdb.base/attach.exp: Likewise.
323 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
324 "gdb_continue_to_end".
325 (test_catch_syscall_with_wrong_args): Likewise.
326 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
327 ']'. Don't set 'verbose' on.
328 * gdb.base/foll-vfork.exp: Likewise.
329 * gdb.base/fork-print-inferior-events.c: New file.
330 * gdb.base/fork-print-inferior-events.exp: New file.
331 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
332 '[Inferior ... has been killed]' message.
333 * gdb.base/kill-after-signal.exp: Likewise.
334 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
335 detach message.
336 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
337 message.
338 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
339 regexps to expect for '[Inferior ... detached]' as well.
340 * gdb.threads/process-dies-while-detaching.exp: Likewise.
341
0a8ddac4
SM
3422018-04-24 Simon Marchi <simon.marchi@ericsson.com>
343
344 PR gdb/23104
345 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
346
d27d16bf
RB
3472018-04-19 Richard Bunt <richard.bunt@arm.com>
348
349 * gdb.threads/multiple-successive-infcall.c: New test.
350 * gdb.threads/multiple-successive-infcall.exp: New file.
351
a037790e
TT
3522018-04-17 Tom Tromey <tom@tromey.com>
353
354 * gdb.rust/simple.rs (Union): New type.
355 (main): New local "u".
356 * gdb.rust/simple.exp (test_one_slice): Add new test case.
357
e3a91079
AA
3582018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
359
360 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
361 number information in output of "whereis" command.
362 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
363
b744723f
AA
3642018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
365
366 * gdb.ada/info_types.exp: Adjust expected output to the line
367 numbers now printed by "info var/func/type".
368 * gdb.base/completion.exp: Likewise.
369 * gdb.base/included.exp: Likewise.
370 * gdb.cp/cp-relocate.exp: Likewise.
371 * gdb.cp/cplusfuncs.exp: Likewise.
372 * gdb.cp/namespace.exp: Likewise.
373 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
374
4a4495d6
MM
3752018-04-13 Markus Metzger <markus.t.metzger@intel.com>
376
377 * gdb.btrace/cpu.exp: New.
378
1d509aa6
MM
3792018-04-13 Markus Metzger <markus.t.metzger@intel.com>
380
381 * gdb.base/step-indirect-call-thunk.exp: New.
382 * gdb.base/step-indirect-call-thunk.c: New.
383 * gdb.reverse/step-indirect-call-thunk.exp: New.
384 * gdb.reverse/step-indirect-call-thunk.c: New.
385
6295b6da
SM
3862018-04-11 Simon Marchi <simon.marchi@ericsson.com>
387
388 * gdb.base/pie-fork.c: New file.
389 * gdb.base/pie-fork.exp: New file.
390
50146e70
TT
3912018-04-11 Tom Tromey <tom@tromey.com>
392
393 * gdb.rust/simple.exp: Add test for ".." struct initializer.
394
f50d8a2e
PA
3952018-04-10 Pedro Alves <palves@redhat.com>
396
397 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
398 exits. Instead loop running forever.
399 (fork_parent): Run forever too.
400
a0be7a36
SM
4012018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
402
403 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
404 mi_continue_to_line.
405 * gdb.mi/mi-stack.c (callee4): Add comment.
406
9b73db36
SM
4072018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
408
409 * gdb.mi/mi-stack.exp: Fix indentation.
410
c912f608
SM
4112018-04-07 Simon Marchi <simon.marchi@ericsson.com>
412
413 PR gdb/22979
414 * gdb.arch/amd64-osabi.exp: New file.
415
26540402
SM
4162018-04-07 Simon Marchi <simon.marchi@ericsson.com>
417
418 PR gdb/22980
419 * gdb.base/osabi.exp: New file.
420
121ad66c 4212018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
422
423 * gdb.cp/static-typedef-print.exp: New file.
424 * gdb.cp/static-typedef-print.cc: New file.
425
3fcded8f
JB
4262018-03-27 Joel Brobecker <brobecker@adacore.com>
427
428 * gdb.ada/varsize_limit: New testcase.
429
59cc4834
JB
4302018-03-27 Joel Brobecker <brobecker@adacore.com>
431
432 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
433
434 * gdb.ada/notcplusplus: New testcase.
435
436 * gdb.base/c-linkage-name.c: New file.
437 * gdb.base/c-linkage-name.exp: New testcase.
438
4ca59a9f
TT
4392018-03-26 Tom Tromey <tom@tromey.com>
440
441 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
442 * gdb.python/py-framefilter.py (name_error): New global.
443 (ErrorInName.function): Use name_error.
444
978d6c75
TT
4452018-03-26 Tom Tromey <tom@tromey.com>
446
447 PR backtrace/15582:
448 * gdb.python/py-framefilter.exp: Add "bt hide" test.
449
b7fee5a3
KS
4502018-03-23 Keith Seitz <keiths@redhat.com>
451
452 PR c++/22968
453 * gdb.cp/subtypes.exp: New file.
454 * gdb.cp/subtypes.h: New file.
455 * gdb.cp/subtypes.cc: New file.
456 * gdb.cp/subtypes-2.cc: New file.
457
376be529
AB
4582018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
461 (done): Call '_exit' not 'exit' to avoid atexit handlers.
462 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
463 -nostartfiles when compiling the test. Confirm that all registers
464 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
465
066cfa98
AB
4662018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
469 option, syntax was wrong anyway.
470 * gdb.arch/arm-disp-step.exp: Likewise.
471 * gdb.arch/sparc64-regs.exp: Likewise.
472 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
473 option, syntax was wrong anyway, switch to use
474 prepare_for_testing.
475 * gdb.arch/i386-disp-step.exp: Likewise.
476
079670b9
AA
4772018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
478
479 * gdb.ada/exec_changed.exp: Replace "target_info exists
480 use_gdb_stub" by "use_gdb_stub".
481 * gdb.ada/start.exp: Likewise.
482 * gdb.base/async-shell.exp: Likewise.
483 * gdb.base/attach-pie-misread.exp: Likewise.
484 * gdb.base/attach-wait-input.exp: Likewise.
485 * gdb.base/break-entry.exp: Likewise.
486 * gdb.base/break-interp.exp: Likewise.
487 * gdb.base/dprintf-detach.exp: Likewise.
488 * gdb.base/nostdlib.exp: Likewise.
489 * gdb.base/solib-nodir.exp: Likewise.
490 * gdb.base/statistics.exp: Likewise.
491 * gdb.base/testenv.exp: Likewise.
492 * gdb.mi/mi-exec-run.exp: Likewise.
493 * gdb.mi/mi-start.exp: Likewise.
494 * gdb.multi/dummy-frame-restore.exp: Likewise.
495 * gdb.multi/multi-arch-exec.exp: Likewise.
496 * gdb.multi/multi-arch.exp: Likewise.
497 * gdb.multi/tids.exp: Likewise.
498 * gdb.multi/watchpoint-multi.exp: Likewise.
499 * gdb.python/py-events.exp: Likewise.
500 * gdb.threads/attach-into-signal.exp: Likewise.
501 * gdb.threads/attach-stopped.exp: Likewise.
502 * gdb.threads/threadapply.exp: Likewise.
503 * lib/selftest-support.exp: Likewise.
504
26d6cec4
AA
5052018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
506
507 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
508
4ee89e90
SR
5092018-03-20 Stephen Roberts <stephen.roberts@arm.com>
510
511 * gdb.perf/template-breakpoints.cc: New file.
512 * gdb.perf/template-breakpoints.exp: New file.
513 * gdb.perf/template-breakpoints.py: New file.
514
92630041
TT
5152018-03-19 Tom Tromey <tom@tromey.com>
516
517 * gdb.rust/simple.rs (main): Add local variables field1, field2,
518 y0.
519 * gdb.rust/simple.exp: Test bare identifier form of struct
520 initializer.
521
76727919
TT
5222018-03-19 Tom Tromey <tom@tromey.com>
523
524 * gdb.gdb/observer.exp: Remove.
525
194ed413
AA
5262018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
527
528 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
529 "qualified" option when setting breakpoints.
530 * gdb.trace/backtrace.exp: Likewise.
531 * gdb.trace/circ.exp: Likewise.
532 * gdb.trace/collection.exp: Likewise.
533 * gdb.trace/disconnected-tracing.exp: Likewise.
534 * gdb.trace/ftrace-lock.exp: Likewise.
535 * gdb.trace/ftrace.exp: Likewise.
536 * gdb.trace/infotrace.exp: Likewise.
537 * gdb.trace/packetlen.exp: Likewise.
538 * gdb.trace/passc-dyn.exp: Likewise.
539 * gdb.trace/qtro.exp: Likewise.
540 * gdb.trace/read-memory.exp: Likewise.
541 * gdb.trace/report.exp: Likewise.
542 * gdb.trace/signal.exp: Likewise.
543 * gdb.trace/status-stop.exp: Likewise.
544 * gdb.trace/strace.exp: Likewise.
545 * gdb.trace/tfind.exp: Likewise.
546 * gdb.trace/trace-break.exp: Likewise.
547 * gdb.trace/trace-condition.exp: Likewise.
548 * gdb.trace/trace-mt.exp: Likewise.
549 * gdb.trace/tstatus.exp: Likewise.
550 * gdb.trace/tsv.exp: Likewise.
551 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
552 * gdb.trace/unavailable.exp: Likewise.
553 * gdb.trace/while-dyn.exp: Likewise.
554
8b067d2c
AA
5552018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
556
557 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
558 that libinproctrace is copied to the target.
559
3ae9ce5d
TT
5602018-03-14 Tom Tromey <tom@tromey.com>
561
562 PR cli/14977:
563 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
564 a null pointer.
565 * gdb.base/wchar.exp: Likewise.
566
b8c2339b
TT
5672018-03-14 Tom Tromey <tom@tromey.com>
568
569 PR cli/19918:
570 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
571 flag.
572
4872dc46
SM
5732018-03-08 Simon Marchi <simon.marchi@ericsson.com>
574
575 PR gdb/22841
576 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
577 "target" to remote_exec.
578
e4fe3756
SM
5792018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
580
581 PR gdb/22841
582 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
583 ${board}_upload): Remove.
584
e95a97d4
AA
5852018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
586
587 * gdb.cp/watch-cp.cc: New test.
588 * gdb.cp/watch-cp.exp: New file.
589
dbbb1059
AB
5902018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
591
592 * gdb.base/infcall-nested-structs.exp: New file.
593 * gdb.base/infcall-nested-structs.c: New file.
594 * gdb.base/float.exp: Add riscv support.
595
ecc054c0
TP
5962018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
597
598 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
599 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
600
25e3c82c
SDJ
6012018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
602
603 * gdb.server/abspath.exp: New file.
604 * lib/gdb.exp (with_cwd): New procedure.
605
3083294d
SM
6062018-02-28 Simon Marchi <simon.marchi@ericsson.com>
607
608 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
609 use it.
610 (gdb_is_target_remote_prompt): New proc.
611 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
612 (gdb_is_target_native): Pass prompt parameter to
613 gdb_is_target_1.
614
3275ef47
SM
6152018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
616
617 * gdb.base/load-command.c: New file.
618 * gdb.base/load-command.exp: New file.
619 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
620 (gdb_is_target_1): ...this, and generalize for other targets
621 than just remote.
622 (gdb_is_target_remote): Use gdb_is_target_1.
623 (gdb_is_target_native): use gdb_is_target_1.
624
6893c19a
TT
6252018-02-26 Tom Tromey <tom@tromey.com>
626
627 PR python/16497:
628 * gdb.python/py-framefilter.exp: Update test.
629
2ddeaf8a
TT
6302018-02-26 Tom Tromey <tom@tromey.com>
631
632 * gdb.dwarf2/variant.c: New file.
633 * gdb.dwarf2/variant.exp: New file.
634
c9317f21
TT
6352018-02-26 Tom Tromey <tom@tromey.com>
636
637 * gdb.rust/simple.exp: Accept more possible results in enum test.
638
6f6d0c26
SM
6392018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
640
641 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
642 parentheses.
643
11b03145
MR
6442018-02-23 Maciej W. Rozycki <macro@mips.com>
645
646 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
647 name of a variable: $actual_linejj -> $actual_line.
648
54a27fe5
JB
6492018-02-21 John Baldwin <jhb@FreeBSD.org>
650
651 * gdb.arch/amd64-i386-address.exp: Fix a typo.
652
de65820c
MM
6532018-02-20 Markus Metzger <markus.t.metzger@intel.com>
654
655 * gdb.btrace/buffer-size.exp: Do not force BTS.
656
980548fd
PA
6572018-02-14 Pedro Alves <palves@redhat.com>
658
659 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
660 getting a "Quit".
661
c4e12631
MM
6622018-02-09 Markus Metzger <markus.t.metzger@intel.com>
663
664 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
665 Fix test name.
666
c2e0e465
SM
6672018-02-07 Simon Marchi <simon.marchi@ericsson.com>
668
669 * gdb.cp/m-static.exp: Check type of optimized out static
670 member.
671
f7216783
AB
6722018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
673
674 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
675 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
676
0625771b
LS
6772018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
678 Leszek Swirski <leszeks@google.com>
679
680 * gdb.python/py-prettyprint.c
681 (struct to_string_returns_value_inner,
682 struct to_string_returns_value_wrapper): New.
683 (main): Add tsrvw variable.
684 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
685 ToStringReturnsValueWrapper): New classes.
686 (register_pretty_printers): Register new pretty-printers.
687 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
688 recursive pretty printer.
689 * gdb.python/py-mi.exp: Likewise.
690
59498c30
LS
6912018-02-01 Leszek Swirski <leszeks@google.com>
692
693 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
694 functions with the same name as an include file are parsed
695 correctly.
696
d4d38844
YQ
6972018-02-01 Yao Qi <yao.qi@linaro.org>
698
699 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
700 "\[^\r\n\]*".
701
07e5f5cf
NP
7022018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
703
704 * gdb.arch/powerpc-prologue-frame.s: New file.
705 * gdb.arch/powerpc-prologue-frame.c: Likewise.
706 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
707
929b5ad4
JB
7082018-01-31 Joel Brobecker <brobecker@adacore.com>
709
710 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
711
e671cd59
PA
7122018-01-30 Pedro Alves <palves@redhat.com>
713
714 PR gdb/13211
715 * gdb.base/interrupt-daemon.c: New.
716 * gdb.base/interrupt-daemon.exp: New.
717 * gdb.multi/multi-term-settings.c: New.
718 * gdb.multi/multi-term-settings.exp: New.
719
fc413dc4
JB
7202018-01-30 Joel Brobecker <brobecker@adacore.com>
721
722 * gdb.base/break.exp: Save the location where the breakpoint
723 on break.c:47 was actually inserted when debugging the version
724 compiled at -O2 and use it in the expected output of the "info
725 break" test performed soon after.
726
5c319bb2
PA
7272018-01-22 Pedro Alves <palves@redhat.com>
728 Sergio Durigan Junior <sergiodj@redhat.com>
729
730 * gdb.base/whatis.exp: Add tests for 'set print object on' +
731 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
732
a9e40818
JB
7332018-01-22 Joel Brobecker <brobecker@adacore.com>
734
735 * gdb.base/break-include.c, gdb.base/break-include.inc,
736 gdb.base/break-include.exp: New files.
737 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
738 line number now being the actual line number where the breakpoint
739 was inserted.
740 * gdb.mi/mi-break.exp: Likewise.
741 * gdb.mi/mi-reverse.exp: Likewise.
742 * gdb.mi/mi-simplerun.exp: Ditto.
743
e707fc44
AB
7442018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
747 varobj.
748 * gdb.mi/mi-var-create-rtti.exp: Likewise.
749
ae451627
AB
7502018-01-21 Don Breazeal <donb@codesourcery.com>
751 Andrew Burgess <andrew.burgess@embecosm.com>
752
753 * gdb.mi/basics.c: Add new global.
754 * gdb.mi/mi-frame-regs.exp: New file.
755 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
756 case.
757
b1b189e0
AB
7582018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
759
760 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
761 non-parameter, and on an unknown symbol.
762
fcfcc376
TT
7632018-01-19 Tom Tromey <tom@tromey.com>
764
765 * gdb.rust/modules.rs (TWENTY_THREE): New global.
766 * gdb.rust/modules.exp: Add ::-qualified lookup test.
767
634c1c31
AA
7682018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
769
770 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
771 setrlimit and chdir to int.
772
d6ad07fd
AA
7732018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
774
775 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
776 function.
777 (my_tend): Likewise.
778 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
779 rationale of avoiding FP- and vector instructions.
780
adf8243b
RK
7812018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
782
783 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
784 "info reg" with "\[ \t\]*".
785 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
786 "\[ \t\]+".
787 * gdb.arch/s390-multiarch.exp: Ditto.
788 * gdb.base/pc-fp.exp: Ditto.
789 * gdb.reverse/i386-precsave.exp: Ditto.
790 * gdb.reverse/i386-reverse.exp: Ditto.
791 * gdb.reverse/i387-env-reverse.exp: Ditto.
792 * gdb.reverse/i387-stack-reverse.exp: Ditto.
793
dcc06925
AA
7942018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
795
796 * lib/gdb.exp (gdb_compile): Re-enable use of
797 universal_compile_options for languages other than Rust.
798
25d4fd80
AA
7992018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
800
801 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
802
ee7f689e 8032018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
804
805 PR gdb/16577
806 * gdb.base/solib-vanish.exp: New.
807 * gdb.base/solib-vanish-main.c: New.
808 * gdb.base/solib-vanish-lib1.c: New.
809 * gdb.base/solib-vanish-lib2.c: New.
810
d8447b6b
YQ
8112018-01-17 Yao Qi <yao.qi@linaro.org>
812
813 * gdb.compile/compile.exp: Match the address printed for
814 frame in the output of command "bt".
815
86d6a90c
TT
8162018-01-15 Tom Tromey <tom@tromey.com>
817
818 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
819 compute sp_reg.
820
cbcdb1aa
AB
8212018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
824 to prepare.
825 (prepare): Return 0 on error, 1 on success.
826
eea61984
PA
8272018-01-12 Pedro Alves <palves@redhat.com>
828
829 * gdb.base/continue-after-aborted-step-over.c: New.
830 * gdb.base/continue-after-aborted-step-over.exp: New.
831
6181e9c2
SM
8322018-01-11 Simon Marchi <simon.marchi@ericsson.com>
833
834 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
835 options when not creating an executable.
836
3cada740
PA
8372018-01-11 Pedro Alves <palves@redhat.com>
838
839 PR remote/22597
840 * gdb.server/stop-reply-no-thread.c: New file.
841 * gdb.server/stop-reply-no-thread.exp: New file.
842
c63d3e8d
PA
8432018-01-10 Pedro Alves <palves@redhat.com>
844
845 PR gdb/22670
846 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
847 functions too. Test setting breakpoints and printing C functions
848 with no debug info too.
849 * gdb.ada/bp_c_mixed_case/qux.c: New file.
850
d4c2a405
PA
8512018-01-10 Pedro Alves <palves@redhat.com>
852
853 PR gdb/22670
854 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
855 a fail.
856
8825213e
PA
8572018-01-10 Pedro Alves <palves@redhat.com>
858
859 PR gdb/22670
860 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
861
605fd3c6
YQ
8622018-01-08 Simon Marchi <simon.marchi@ericsson.com>
863
864 * gdb.server/unittest.exp: Match the output in non-development
865 mode.
866
1e5ded6c
YQ
8672018-01-08 Simon Marchi <simon.marchi@ericsson.com>
868
869 * gdb.gdb/unittest.exp: Match output in non-development mode.
870
30066b0b
JB
8712018-01-08 Joel Brobecker <brobecker@adacore.com>
872
873 * gdb.ada/access_tagged_param.exp: Relax expected output
874 for value of "ObjL" in "continue" to pck.inspect breakpoint
875 test.
876
04bafb1e
XR
8772018-01-08 Joel Brobecker <brobecker@adacore.com>
878
9f86398b
JB
879 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
880 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 881
e379cee6
PA
8822018-01-05 Pedro Alves <palves@redhat.com>
883
884 PR gdb/18653
885 * gdb.base/libsegfault.exp: New.
886
de63c46b
PA
8872018-01-05 Joel Brobecker <brobecker@adacore.com>
888
889 PR gdb/22670
890 * gdb.ada/access_tagged_param.exp: New file.
891 * gdb.ada/access_tagged_param/foo.adb: New file.
892
f98fc17b
PA
8932018-01-05 Pedro Alves <palves@redhat.com>
894
895 PR gdb/22670
896 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
897 exercise lower case too, and to exercise both full matching and
898 wild matching.
899
342f8240
JB
9002018-01-05 Joel Brobecker <brobecker@adacore.com>
901
902 * gdb.ada/rename_subscript_param: New testcase.
903
7150d33c
JG
9042018-01-05 Jerome Guitton <guitton@adacore.com>
905
906 * gdb.ada/arr_acc_idx_w_gap: New testcase.
907
cc0e770c
JB
9082018-01-05 Joel Brobecker <brobecker@adacore.com>
909
910 * gdb.ada/convvar_comp: New testcase.
911
672a41aa 9122018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
913
914 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
915 (My_Table): New global variable.
916 * testsuite/gdb.ada/array_char_idx.exp: Add test.
917
7365ec2f
JB
9182018-01-04 Joel Brobecker <brobecker@adacore.com>
919
920 PR gdb/22670
921 * gdb.ada/maint_with_ada: New testcase.
922
289483b6
JB
9232018-01-04 Joel Brobecker <brobecker@adacore.com>
924
925 PR gdb/22670
926 * gdb.ada/bp_c_mixed_case: New testcase.
927
344420da
JB
9282018-01-04 Joel Brobecker <brobecker@adacore.com>
929
930 PR gdb/22670
931 * gdb.ada/complete.exp: Add "complete break ada" test.
932
66fc87a0
JB
9332018-01-04 Joel Brobecker <brobecker@adacore.com>
934
935 PR gdb/22670
936 * gdb.ada/info_addr_mixed_case: New testcase.
937
9f757bf7
XR
9382018-01-03 Xavier Roirand <roirand@adacore.com>
939
940 * gdb.ada/excep_handle.exp: New testcase.
941 * gdb.ada/excep_handle/foo.adb: New file.
942 * gdb.ada/excep_handle/pck.ads: New file.
943
bd570f80
JB
9442018-01-03 Joel Brobecker <brobecker@adacore.com>
945
946 * gdb.base/step-line.c: Add extra empty line in copyright header.
947 * gdb.base/step-line.inp: Likewise.
948
9fe561ab
JB
9492018-01-02 Joel Brobecker <brobecker@adacore.com>
950
951 * gdb.ada/dyn_stride.exp: Add slice test.
952
a405673c
JB
9532018-01-02 Joel Brobecker <brobecker@adacore.com>
954
955 * gdb.ada/dyn_stride: New testcase.
956
cef0f868
SH
9572017-12-27 Stafford Horne <shorne@gmail.com>
958
959 * gdb.xml/extra-regs.xml: Add example foo reggroup.
960 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
961
b67d92b0
SH
9622017-12-27 Stafford Horne <shorne@gmail.com>
963
964 * gdb.base/reggroups.c: New file.
965 * gdb.base/reggroups.exp: New file.
966
eccab96d
JB
9672017-12-18 Joel Brobecker <brobecker@adacore.com>
968
969 * gdb.dwarf2/ada-valprint-error.c: New file.
970 * gdb.dwarf2/ada-valprint-error.exp: New file.
971
0e2da9f0
JB
9722017-12-18 Joel Brobecker <brobecker@adacore.com>
973
974 * gdb.ada/assign_arr: New testcase.
975
cb923fcc
XR
9762017-12-18 Xavier Roirand <roirand@adacore.com>
977
978 * gdb.ada/funcall_ptr: New testcase.
979
7c161838
SDJ
9802017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
981
982 PR cli/16224
983 * gdb.base/ptype-offsets.cc: New file.
984 * gdb.base/ptype-offsets.exp: New file.
985
1af17fd9
YQ
9862017-12-15 Yao Qi <yao.qi@linaro.org>
987
988 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
989 if XML is disabled.
990
828d5846
XR
9912017-12-15 Xavier Roirand <roirand@adacore.com>
992
993 * gdb.ada/same_component_name: New testcase.
994
79e8fcaa
JB
9952017-12-14 Joel Brobecker <brobecker@adacore.com>
996
997 * gdb.ada/str_binop_equal: New testcase.
998
e05fa6f9
JB
9992017-12-14 Joel Brobecker <brobecker@adacore.com>
1000
1001 * gdb.ada/task_switch_in_core: New testcase.
1002
b89641ba
SM
10032017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1004
1005 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1006 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1007 call test_bkpt_qualified.
1008 (test_bkpt_qualified): New proc.
1009
6892d2e4
PA
10102017-12-13 Pedro Alves <palves@redhat.com>
1011
1012 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1013 Tighten regexp by matching with an anchor.
1014
a22ecf70
PA
10152017-12-13 Pedro Alves <palves@redhat.com>
1016
1017 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1018 ("expression with namespace"): New set of tests.
1019 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1020 (Nested::Test_NS::qux): New.
1021 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1022 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1023
9937536c
JB
10242017-12-13 Joel Brobecker <brobecker@adacore.com>
1025
1026 * gdb.base/server-del-break.c: New file.
1027 * gdb.base/server-del-break.exp: New file.
1028
fe49c6f5
SH
10292017-12-12 Stafford Horne <shorne@gmail.com>
1030
1031 * gdb.xml/tdesc-regs.exp: Add or1k support.
1032
c3d18620
SH
10332017-12-12 Stafford Horne <shorne@gmail.com>
1034
1035 * gdb.base/bp-permanent.c: Define nop of or1k.
1036
c5f9cfc8
JB
10372017-12-11 Joel Brobecker <brobecker@adacore.com>
1038
1039 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1040 output with components being reordered.
1041
a9c135fc
JB
10422017-12-11 Joel Brobecker <brobecker@adacore.com>
1043
1044 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1045 output with components being reordered.
1046
927aa2e7
JK
10472017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1048 Pedro Alves <palves@redhat.com>
1049
1050 * gdb.base/maint.exp (check for .gdb_index): Check also for
1051 .debug_names.
1052 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1053 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1054 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1055 (.gdb_index used after symbol reloading): Support also .debug_names.
1056 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1057
f17d9474
YQ
10582017-12-08 Yao Qi <yao.qi@linaro.org>
1059
1060 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1061 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1062
a0de8c21
YQ
10632017-12-08 Yao Qi <yao.qi@linaro.org>
1064
1065 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1066 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1067
a738ea1d
YQ
10682017-12-08 Yao Qi <yao.qi@linaro.org>
1069
1070 * gdb.arch/aarch64-tagged-pointer.c: New file.
1071 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1072
1cd9a73b
SDJ
10732017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1074
1075 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1076 "int".
1077
fa6eb693
KS
10782017-12-07 Keith Seitz <keiths@redhat.com>
1079
1080 PR breakpoints/22569
1081 * gdb.linespec/ls-errs.exp: Change expected result of "break
1082 -source this file has spaces.c -line 3".
1083 Check that an explicit source file followed by whitespace is
1084 identified as an invalid explicit location.
1085
883fd55a
KS
10862017-12-07 Keith Seitz <keiths@redhat.com>
1087
1088 * gdb.cp/nested-types.cc: New file.
1089 * gdb.cp/nested-types.exp: New file.
1090 * lib/cp-support.exp: Load data-structures.exp library.
1091 (debug_cp_test_ptype_class): New global.
1092 (cp_ptype_class_verbose, next_line): New procedures.
1093 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1094 Add and document new return value.
1095 Switch the list of lines to a queue.
1096 Add support for new `type' key for nested type definitions.
1097 Add debugging/troubleshooting messages.
1098 * lib/data-structures.exp: New file.
1099
ec72db3e
SM
11002017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1101
1102 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1103 with proc_with_prefix, don't use with_test_prefix.
1104
99598d71
TT
11052017-12-07 Tom Tromey <tom@tromey.com>
1106
1107 * gdb.base/break.exp: Add test for empty "commands".
1108
a8806230
YQ
11092017-12-07 Yao Qi <yao.qi@linaro.org>
1110
1111 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1112 malloc and catch syscall.
1113
824cc835
PM
11142017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1115
1116 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1117 tests for explicit locations.
1118
7cc244de
PA
11192017-12-06 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1122 force-disabling XML descriptions.
1123
50a1fdd5
PA
11242017-12-04 Pedro Alves <palves@redhat.com>
1125
1126 PR gdb/22499
1127 * gdb.arch/amd64-disp-step-avx.S: New file.
1128 * gdb.arch/amd64-disp-step-avx.exp: New file.
1129
f0fb2488
PA
11302017-12-03 Pedro Alves <palves@redhat.com>
1131
1132 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1133 and <string.h>.
1134 (parent_function): Print distinct messages when waitpid fails, or
1135 the child exits with a signal, or the child exits for an unhandled
1136 reason.
1137 * gdb.threads/process-dies-while-detaching.exp
1138 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1139 it. Wait for both inferior output and GDB's prompt. Use an
1140 indirect spawn id list.
1141 (do_detach): New parameter 'child_exit'. Use it to compute
1142 expected inferior output.
1143 (test_detach, test_detach_watch, test_detach_killed_outside):
1144 Adjust to pass down the expected child exit kind.
1145
97cbe998
SDJ
11462017-12-01 Joel Brobecker <brobecker@adacore.com>
1147 Sergio Durigan Junior <sergiodj@redhat.com>
1148 Pedro Alves <palves@redhat.com>
1149
1150 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1151
40fc416f
SDJ
11522017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1153
1154 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1155 to 'symbol-file' and 'add-symbol-file' can be
1156 position-independent.
1157
1cc75e92
YQ
11582017-12-01 Yao Qi <yao.qi@linaro.org>
1159
1160 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1161 the URL in copyright header.
1162 * gdb.arch/aarch64-fp.exp: Likewise.
1163 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1164 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1165 * gdb.base/expand-psymtabs.exp: Likewise.
1166 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1167 * gdb.fortran/common-block.exp: Likewise.
1168 * gdb.fortran/common-block.f90: Likewise.
1169 * gdb.fortran/logical.exp: Likewise.
1170 * gdb.fortran/vla-datatypes.f90: Likewise.
1171 * gdb.fortran/vla-sub.f90: Likewise.
1172
875fb7a7
JB
11732017-11-30 Joel Brobecker <brobecker@adacore.com>
1174
1175 * gdb.ada/repeat_dyn: New testcase.
1176
6f14765f
UW
11772017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1178
1179 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1180 Update for changed thread numbering.
1181 * gdb.cell/bt.exp: Update for changed GDB output.
1182
f1af7b94
SM
11832017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1184
1185 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1186 setting isremote by hand.
1187 * boards/dwarf4-gdb-index.exp: Likewise.
1188 * boards/fission.exp: Likewise.
1189 * boards/stabs.exp: Likewise.
1190
e3919f3e
PA
11912017-11-30 Pedro Alves <palves@redhat.com>
1192
1193 * gdb.linespec/cpls-ops.exp
1194 (check_explicit_skips_function_argument): Extract the underlying
1195 type of size_t instead of hardcoding it.
1196
bd69330d
PA
11972017-11-29 Pedro Alves <palves@redhat.com>
1198
1199 PR c++/19436
1200 * gdb.linespec/cpls-abi-tag.cc: New file.
1201 * gdb.linespec/cpls-abi-tag.exp: New file.
1202
a20714ff
PA
12032017-11-29 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.base/langs.exp: Use -qualified.
1206 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1207 it.
1208 * gdb.cp/namespace.exp: Use -qualified.
1209 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1210 (overload-3, template-overload, template-ret-type, const-overload)
1211 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1212 procedures.
1213 (test_driver): Call them.
1214 * gdb.cp/save-bp-qualified.cc: New.
1215 * gdb.cp/save-bp-qualified.exp: New.
1216 * gdb.linespec/explicit.exp: Test -qualified.
1217 * lib/completion-support.exp (completion::explicit_opts_list): Add
1218 "-qualified".
1219 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1220
f6f1d339
PM
12212017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1222
1223 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1224
02ca603a
TT
12252017-11-29 Tom Tromey <tom@tromey.com>
1226
1227 * gdb.base/relocate.exp: Update invalid argument test.
1228 Add new tests for invalid arguments.
1229
ed6c0bfb
TP
12302017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1231
1232 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1233 Return 0 as a long.
1234 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1235
f106e10e
TP
12362017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1237
1238 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1239 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1240 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1241 func ().
1242 * gdb.cp/shadow.cc (B.func): Return 0.
1243
10329bb2
JB
12442017-11-27 Joel Brobecker <brobecker@adacore.com>
1245
1246 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1247 expected output in gdb_expect call to allow the exception
1248 message to be present as well. Fix syntax confusion to avoid
1249 TCL thinking that exception_name is an array.
1250
617cd4bc
UW
12512017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1252
1253 * gdb.arch/spu-info.c: Include <unistd.h>.
1254 (do_signal_test): Fix broken calls to write.
1255 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1256 Fix checks for empty mailboxes. Update signal tests for corrected
1257 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
1258 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1259 * gdb.cell/arch.exp: Use standard_output_file.
1260 * gdb.cell/break.exp: Likewise.
1261 * gdb.cell/bt.exp: Likewise.
1262 * gdb.cell/core.exp: Likewise.
1263 * gdb.cell/dwarfaddr.exp: Likewise.
1264 * gdb.cell/ea-cache.exp: Likewise.
1265 * gdb.cell/ea-standalone.exp: Likewise.
1266 * gdb.cell/f-regs.exp: Likewise.
1267 * gdb.cell/fork.exp: Likewise.
1268 * gdb.cell/gcore.exp: Likewise.
1269 * gdb.cell/mem-access.exp: Likewise.
1270 * gdb.cell/ptype.exp: Likewise.
1271 * gdb.cell/registers.exp: Likewise.
1272 * gdb.cell/sizeof.exp: Likewise.
1273 * gdb.cell/solib-symbol.exp: Likewise.
1274 * gdb.cell/solib.exp: Likewise.
617cd4bc 1275
a81aaca0
PA
12762017-11-25 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.base/complete-empty.exp: New file.
1279 * gdb.base/completion.exp: Adjust.
1280
6a3c6ee4
PA
12812017-11-25 Pedro Alves <palves@redhat.com>
1282
1283 * gdb.linespec/cpls-ops.cc: New file.
1284 * gdb.linespec/cpls-ops.exp: New file.
1285 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1286 factored out from ...
1287 (test_complete_prefix_range): ... this.
1288
8955eb2d
PA
12892017-11-24 Pedro Alves <palves@redhat.com>
1290
1291 * gdb.linespec/cpcompletion.exp: New file.
1292 * gdb.linespec/cpls-hyphen.cc: New file.
1293 * gdb.linespec/cpls.cc: New file.
1294 * gdb.linespec/cpls2.cc: New file.
1295 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1296 test to use test_gdb_complete_unique. Add label completion,
1297 keyword completion and explicit location completion tests.
1298 * lib/completion-support.exp: New file.
1299
e547c119
JB
13002017-11-24 Joel Brobecker <brobecker@adacore.com>
1301
1302 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1303 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1304 when hitting an exception catchpoint.
1305
7c3c1aa8
YQ
13062017-11-22 Yao Qi <yao.qi@linaro.org>
1307
1308 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1309
41bd68f5
SM
13102017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1311
1312 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1313 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1314 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1315
1daad298
YQ
13162017-11-22 Yao Qi <yao.qi@linaro.org>
1317
1318 * gdb.base/info-os.exp: Pass pthreads.
1319 * gdb.multi/multi-attach.exp: Likewise.
1320
88465e87
YQ
13212017-11-22 Yao Qi <yao.qi@linaro.org>
1322
1323 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1324 compiler.
1325
dc196b23
YQ
13262017-11-22 Yao Qi <yao.qi@linaro.org>
1327
1328 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1329 * gdb.base/break-interp.exp: Likewise.
1330 * gdb.base/jit-attach-pie.exp: Likewise.
1331
2400729e
UW
13322017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1333
1334 * gdb.base/float128.c (large128): New variable.
1335 * gdb.base/float128.exp: Add test to print largest __float128 value.
1336
7a26362d
UW
13372017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1338
1339 * gdb.arch/vsx-regs.exp: Update register content checks.
1340
ed0f4273
UW
13412017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1342
1343 * gdb.arch/ppc-longdouble.exp: New file.
1344 * gdb.arch/ppc-longdouble.c: Likewise.
1345
a25d69c6
PA
13462017-11-21 Pedro Alves <palves@redhat.com>
1347
1348 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1349
73fcf641
PA
13502017-11-20 Pedro Alves <palves@redhat.com>
1351
1352 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1353 (long_double_typedef): New typedefs.
1354 Use DEF on double and long double.
1355 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1356 cases.
1357 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1358 and 'long_double_ptr_same_size' locals. Use them to decide
1359 whether cast from array/function to float is valid/invalid.
1360
71a3c369
TT
13612017-11-17 Tom Tromey <tom@tromey.com>
1362
1363 * gdb.rust/traits.rs: New file.
1364 * gdb.rust/traits.exp: New file.
1365
ced9779b
JB
13662017-11-17 Joel Brobecker <brobecker@adacore.com>
1367
1368 * gdb.ada/minsyms: New testcase.
1369
a0922d80
PA
13702017-11-16 Pedro Alves <palves@redhat.com>
1371
1372 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1373 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1374
ea04e54c
PA
13752017-11-16 Pedro Alves <palves@redhat.com>
1376
1377 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1378 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1379
e849ea89
PA
13802017-11-16 Pedro Alves <palves@redhat.com>
1381
1382 * gdb.server/reconnect-ctrl-c.c: New file.
1383 * gdb.server/reconnect-ctrl-c.exp: New file.
1384
d8ae99a7
PM
13852017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1386
1387 * gdb.python/py-rbreak.exp: New file.
1388 * gdb.python/py-rbreak.c: New file.
1389 * gdb.python/py-rbreak-func2.c: New file.
1390
968a13f8
PA
13912017-11-16 Pedro Alves <palves@redhat.com>
1392
1393 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1394 pattern.
1395 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1396 GDB.
1397
71774bc9
SM
13982017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1399
1400 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1401 regex.
1402
ddbb44cf
SM
14032017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1404
1405 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1406 test names.
1407
584a564f
PA
14082017-11-09 Pedro Alves <palves@redhat.com>
1409
1410 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1411 factored out from ...
1412 (top level): ... here, and adjusted to avoid expecting beyond the
1413 prompt in a single gdb_test_multiple.
1414
5ed7a928
PA
14152017-11-09 Pedro Alves <palves@redhat.com>
1416
1417 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1418 output.
1419 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1420 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1421 * gdb.server/ext-run.exp ("kill" test): Likewise.
1422 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1423
a60e0738
PA
14242017-11-09 Pedro Alves <palves@redhat.com>
1425
1426 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1427 match till end of line.
1428
2c88253f
PA
14292017-11-09 Pedro Alves <palves@redhat.com>
1430
1431 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1432
c7a38517
PA
14332017-11-09 Pedro Alves <palves@redhat.com>
1434
1435 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1436 New procedures, factored out from ...
1437 (top level): ... here, and adjusted to avoid expecting beyond the
1438 prompt in one go.
1439
f29f4b6b
PA
14402017-11-09 Pedro Alves <palves@redhat.com>
1441
1442 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1443 output. Fix '?' match.
1444
286acbb5
JB
14452017-11-08 Joel Brobecker <brobecker@adacore.com>
1446
1447 * gdb.ada/scoped_watch: New testcase.
1448 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1449 which is actually correct.
1450 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1451 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1452
62d7ae92
PA
14532017-11-08 Pedro Alves <palves@redhat.com>
1454
1455 * gdb.gdb/complaints.exp (test_initial_complaints)
1456 (test_serial_complaints, test_short_complaints): Call
1457 complaint_internal instead of complaint.
1458
280ca31f
DT
14592017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1460
1461 * gdb.threads/tls-core.c: New file.
1462 * gdb.threads/tls-core.exp: Likewise.
1463
b5ec771e
PA
14642017-11-08 Pedro Alves <palves@redhat.com>
1465
1466 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1467 (p Exported_Capitalized): New test.
1468 (p exported_capitalized): New test.
1469
a02b41a7
PA
14702017-11-07 Pedro Alves <palves@redhat.com>
1471
1472 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1473
95e95a6d
PA
14742017-11-07 Pedro Alves <palves@redhat.com>
1475
1476 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1477 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1478 (disable_invalid, disable_inverted, disable_negative): New
1479 procedures.
1480 ("bad numbers"): New set of tests.
1481
cee62dbd
PA
14822017-11-07 Pedro Alves <palves@redhat.com>
1483
1484 * gdb.cp/ena-dis-br-range.exp: Add tests.
1485
cc638e86
PA
14862017-11-07 Pedro Alves <palves@redhat.com>
1487
1488 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1489
d0fe4701
XR
14902017-11-07 Xavier Roirand <roirand@adacore.com>
1491 Pedro Alves <palves@redhat.com>
1492
1493 * gdb.base/ena-dis-br.exp: Add reference to
1494 gdb.cp/ena-dis-br-range.exp.
1495 * gdb.cp/ena-dis-br-range.exp: New file.
1496 * gdb.cp/ena-dis-br-range.cc: New file.
1497
46f67f80
PA
14982017-11-06 Pedro Alves <palves@redhat.com>
1499
1500 * gdb.base/attach-non-pgrp-leader.c: New.
1501 * gdb.base/attach-non-pgrp-leader.exp: New.
1502
726e1356
PA
15032017-11-06 Pedro Alves <palves@redhat.com>
1504
1505 * configure.ac: No longer check for termio.h and sgtty.h.
1506 * configure: Regenerate.
1507 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1508 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1509 Remove termio and sgtty code.
1510
50ab6ace
YQ
15112017-11-03 Yao Qi <yao.qi@linaro.org>
1512
1513 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1514 in GDB is disabled.
1515
8e68731c
YQ
15162017-11-03 Yao Qi <yao.qi@linaro.org>
1517
1518 * gdb.python/py-thrhandle.exp: Skip it if python is not
1519 enabled.
1520
3a87ae65
SM
15212017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1522
1523 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1524 as a breakpoint command.
1525
484d8d36
MD
15262017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1527
1528 PR python/21213
1529 * gdb.python/py-infthread.exp: Test calling
1530 InferiorThread.inferior () multiple times in a row.
1531
4a27f119
KS
15322017-10-27 Keith Seitz <keiths@redhat.com>
1533
1534 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1535 Test "info break" for every inlined function breakpoint.
1536
bb11dd58
YQ
15372017-10-27 Yao Qi <yao.qi@linaro.org>
1538
1539 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1540
a43f3893
PF
15412017-10-26 Patrick Frants <osscontribute@gmail.com>
1542
1543 * gdb.cp/classes.exp (test_static_members): Test printing
1544 Outer::instance.
1545 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1546 (Inner::instance, Outer::instance): New.
1547
792ccf00
PA
15482017-10-24 Pedro Alves <palves@redhat.com>
1549
1550 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1551 extra console" test in two stages.
1552
eb2bfbad
PA
15532017-10-24 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1556
1f75a651
PA
15572017-10-24 Pedro Alves <palves@redhat.com>
1558
1559 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1560 loop.
1561
779990d9
PA
15622017-10-24 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1565 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1566
ad9b8f5d
PA
15672017-10-24 Pedro Alves <palves@redhat.com>
1568
1569 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1570 parameter and handle it. Don't output read value in test name.
1571
fee6da6e
PA
15722017-10-24 Pedro Alves <palves@redhat.com>
1573
1574 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1575 custom test name.
1576
10389c2c
PA
15772017-10-24 Pedro Alves <palves@redhat.com>
1578
1579 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1580 include the unstable output directory name in the test's name.
1581 (initial_setup_simple) <'set args'>: Use custom test name.
1582
a80e65a9
PA
15832017-10-24 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1586 with explicit test name.
1587
15763a09
PA
15882017-10-20 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1591 'wait -i'. Use gdb_assert and remote_close.
1592
49a4ce2e
AB
15932017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1594
1595 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1596 number from variable rather than hard-coded.
1597
a75868f5
PA
15982017-10-19 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.base/long-inferior-output.c: New file.
1601 * gdb.base/long-inferior-output.exp: New file.
1602
c8ba13ad
KS
16032017-11-18 Keith Seitz <keiths@redhat.com>
1604
1605 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1606 method.
1607 (main): Call it.
1608 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1609 Add additional user-defined conversion operator tests.
1610
b27de576
PA
16112017-10-17 Pedro Alves <palves@redhat.com>
1612
1613 * boards/native-stdio-gdbserver.exp: Load "local-board".
1614
8484c955
PA
16152017-10-17 Pedro Alves <palves@redhat.com>
1616
1617 * gdb.base/quit-live.c: New file.
1618 * gdb.base/quit-live.exp: New file.
1619
83d5a34d
KS
16202017-10-16 Keith Seitz <keiths@redhat.com>
1621
1622 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1623 (class_with_protected_typedef, class_with_private_typedef)
1624 (struct_with_public_typedef, struct_with_protected_typedef)
1625 (struct_with_private_typedef): New classes/structs.
1626 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1627 typedefs and access specifiers.
1628
739b3f1d
PA
16292017-10-16 Pedro Alves <palves@redhat.com>
1630 Simon Marchi <simon.marchi@polymtl.ca>
1631
1632 * README (Local vs Remote vs Native): New section.
1633 * boards/local-board.exp: New file, with bits factored out from
1634 ...
1635 * boards/native-extended-gdbserver.exp: ... here. Load
1636 "local-board".
1637 * boards/native-gdbserver.exp: Load "local-board".
1638 (${board}_spawn, ${board}_exec): Delete.
1639 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1640 ...
1641 * boards/stdio-gdbserver-base.exp: ... this new file.
1642 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1643 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1644 procedure.
1645 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1646 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1647 stdio_gdbserver_command.
1648 (${board}_get_remote_address, ${board}_get_comm_port)
1649 (${board}_download, ${board}_upload): Delete.
1650 (get_target_remote_pipe_cmd): New.
1651
fe68b953
SM
16522017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1653
1654 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1655 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1656 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1657 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1658 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1659 remove with_test_prefix.
1660
300b6685
PA
16612017-10-13 Pedro Alves <palves@redhat.com>
1662
1663 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1664 * gdb.base/annota1.exp: Use it instead of is_remote.
1665 * gdb.base/annota3.exp: Use it instead of is_remote.
1666 * gdb.cp/annota2.exp: Use it instead of is_remote.
1667 * gdb.cp/annota3.exp: Use it instead of is_remote.
1668 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1669
50500caf
PA
16702017-10-13 Pedro Alves <palves@redhat.com>
1671
1672 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1673 (test_num_test_vars, run_and_count_vars, find_env)
1674 (test_set_unset_env, test_inherit_env_var): New procedures.
1675 (top level): Use them.
1676
dad0c6d2
PA
16772017-10-13 Pedro Alves <palves@redhat.com>
1678
1679 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1680 also skip on stub-like targets.
1681
8b0553c1
PA
16822017-10-13 Pedro Alves <palves@redhat.com>
1683
1684 PR gdb/22293
1685 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1686 (top level): Move some tests to ...
1687 (test_not_found): ... this new procedure.
1688 (top level): Call it.
1689
7594f623
PA
16902017-10-13 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1693 expect different "info terminal" output if testing with a
1694 non-native target.
1695
ebe3b402
PA
16962017-10-13 Pedro Alves <palves@redhat.com>
1697 Simon Marchi <simon.marchi@polymtl.ca>
1698
1699 PR python/12966
1700 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1701
42f1b161
PA
17022017-10-13 Pedro Alves <palves@redhat.com>
1703
1704 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1705 already.
1706
8d6ef72b
PA
17072017-10-13 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1710 is_remote.
1711
d7bcd5b8
PA
17122017-10-13 Pedro Alves <palves@redhat.com>
1713
1714 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1715 is_remote.
1716
df479dc6
PA
17172017-10-13 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1720 is set.
1721 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1722 instead of is_remote.
1723
23fb630a
PA
17242017-10-13 Pedro Alves <palves@redhat.com>
1725
1726 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1727 (top level): Add comment.
1728
cc77b1dc
PA
17292017-10-13 Pedro Alves <palves@redhat.com>
1730
1731 * gdb.base/remote.exp (top level): Fix comment typo and add
1732 missing return.
1733
27c9e813
PA
17342017-10-13 Pedro Alves <palves@redhat.com>
1735 Simon Marchi <simon.marchi@polymtl.ca>
1736
1737 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1738 calls and add comments. Skip test if use_gdb_stub is set.
1739 (top level): Use "set cwd" command instead of "cd" command.
1740
5e830d98
PA
17412017-10-13 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1744 is_remote target check.
1745
f5ca0032
PA
17462017-10-13 Pedro Alves <palves@redhat.com>
1747
1748 * gdb.base/scope.exp: Use build_executable + clean_restart +
1749 gdb_file_cmd instead of prepare_for_testing and no longer skip
1750 "before run" tests on is_remote target boards. Update comments.
1751 * boards/native-extended-gdbserver.exp
1752 (extended_gdbserver_load_last_file): New, factored out from ...
1753 (gdb_load): ... this. Move further below and add comment.
1754 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1755
8aed1c0d
PA
17562017-10-12 Pedro Alves <palves@redhat.com>
1757
1758 * gdb.base/attach.exp: Remove references to gdb64.
1759 * gdb.base/dbx.exp: Remove references to gdb64.
1760
cfa34c87
SM
17612017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1762 Pedro Alves <palves@redhat.com>
1763
1764 * gdb.base/label.exp: Remove is_remote target check.
1765
9192b7de
PA
17662017-10-12 Pedro Alves <palves@redhat.com>
1767
1768 * gdb.base/auvx.exp (coredir): Update comment.
1769 (top level) <core_works>: Use "set cwd" command instead of "cd"
1770 command.
1771
6bf0052d
PA
17722017-10-12 Pedro Alves <palves@redhat.com>
1773 Simon Marchi <simon.marchi@polymtl.ca>
1774
1775 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1776 target boards.
1777
e48ef82d
PA
17782017-10-12 Pedro Alves <palves@redhat.com>
1779 Simon Marchi <simon.marchi@polymtl.ca>
1780
1781 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1782 Instead skip if there's any gdb_protocol set.
1783
8d7aea57
SM
17842017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1785 Pedro Alves <palves@redhat.com>
1786
1787 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1788
30440677
PA
17892017-10-12 Pedro Alves <palves@redhat.com>
1790 Simon Marchi <simon.marchi@polymtl.ca>
1791
1792 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1793 instead of on dejagnu remote boards.
1794
4e04f045 17952017-10-12 Pedro Alves <palves@redhat.com>
175654b9 1796 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
1797
1798 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1799 checks. Use build_executable + clean_restart instead of
1800 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1801 of enabling non-stop after starting gdb.
1802
871a186e
PA
18032017-10-12 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1806 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1807 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1808 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1809
56d704da
AK
18102017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1811
1812 * gdb.arch/arc-tdesc-cpu.exp: New file.
1813 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1814
2f20e312
SM
18152017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1816
1817 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1818
65630365
PA
18192017-10-10 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1822 expect CLI output.
1823
bf469271
PA
18242017-10-10 Pedro Alves <palves@redhat.com>
1825
1826 * lib/selftest-support.exp (selftest_setup): Update for
1827 captured_command_loop's prototype change.
1828
777a42f1
PA
18292017-10-09 Pedro Alves <palves@redhat.com>
1830
1831 Test both arch1=>arch2 and arch2=>arch1.
1832
1833 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1834 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1835 factored out to...
1836 (append_arch1_options, append_arch2_options, append_arch_options)
1837 (build_executables): New procedures.
1838 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1839 local.
1840 (top level): Add new 'first_arch' testing axis.
1841
cbd2b4e3
PA
18422017-10-09 Pedro Alves <palves@redhat.com>
1843
1844 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1845 (barrier): New.
1846 (thread_start, all_started): New functions.
1847 (main): Spawn new thread and wait until it is scheduled.
1848 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1849 option.
1850 (do_test): Add 'selected_thread' parameter. Run to all_started
1851 instead of main. Explicitly set the breakpoint at main. Switch
1852 to the SELECTED_THREAD thread.
1853 (top level): Test handling the exec event with either the main
1854 thread or the second thread selected.
1855
5c9e4427
PA
18562017-10-09 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1859 logic. Move STOP marker after the value checks.
1860 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1861 regexp.
1862
b3b7c423
SL
18632017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1864
1865 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1866
3b4b2f16
UW
18672017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1868
1869 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1870 integer-to-dfp conversion.
1871 * gdb.base/dfp-test.exp: Likewise.
1872
5cd63fda
PA
18732017-10-04 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.multi/hangout.c: Include <unistd.h>.
1876 (hangout_loop): New function.
1877 (main): Call alarm. Call hangout_loop in a loop.
1878 * gdb.multi/hello.c: Include <unistd.h>.
1879 (hello_loop): New function.
1880 (main): Call alarm. Call hangout_loop in a loop.
1881 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1882 inferior with the other selected.
1883
4c71c105
SM
18842017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1885
1886 * gdb.mi/list-thread-groups-available.exp: New file.
1887 * gdb.mi/list-thread-groups-available.c: New file.
1888
bc3b087d
SDJ
18892017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1890
1891 * gdb.base/set-cwd.exp: Make it available on
1892 native-extended-gdbserver.
1893
d092c5a2
SDJ
18942017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1895
1896 * gdb.base/set-cwd.c: New file.
1897 * gdb.base/set-cwd.exp: Likewise.
1898
45320ffa
TT
18992017-10-02 Tom Tromey <tom@tromey.com>
1900
1901 PR rust/22236:
1902 * gdb.rust/simple.rs (main): New variable "fslice".
1903 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1904
b3e3859b
TT
19052017-10-02 Tom Tromey <tom@tromey.com>
1906
1907 * gdb.rust/simple.exp: Test ptype of a slice.
1908
01af5e0d
TT
19092017-10-02 Tom Tromey <tom@tromey.com>
1910
1911 * gdb.rust/simple.exp: Test index of slice.
1912
a9bbfbd8
TT
19132017-09-27 Tom Tromey <tom@tromey.com>
1914
1915 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1916
df8899e5
TP
19172017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1918 Pedro Alves <palves@redhat.com>
1919
1920 * gdb.base/compare-sections.exp (get value of read-only section): Read
1921 as unsigned value.
1922 (corrupt read-only section): Likewise and don't set written if patching
1923 failed.
1924
757bf54b
KB
19252017-09-21 Kevin Buettner <kevinb@redhat.com>
1926
1927 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1928 files.
1929
06871ae8
PA
19302017-09-20 Pedro Alves <palves@redhat.com>
1931
1932 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1933 symbol names in gdb's output.
1934 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1935
e5f25bc5
PA
19362017-09-20 Pedro Alves <palves@redhat.com>
1937
1938 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1939 Rename to ...
1940 (test_list_ambiguous_symbol): ... this and add a symbol name
1941 parameter. Adjust.
1942 (test_list_ambiguous_function): Reimplement on top of
1943 test_list_ambiguous_symbol and also test listing ambiguous
1944 variables.
1945 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1946 (ambiguous_fun): ... this.
1947 (ambiguous_var): New.
1948 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1949 (ambiguous_fun): ... this.
1950 (ambiguous_var): New.
1951
4e5a4f58
JB
19522017-09-19 John Baldwin <jhb@FreeBSD.org>
1953
1954 * gdb.base/starti.c: New file.
1955 * gdb.base/starti.exp: New file.
1956 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1957
26e53f3e
PA
19582017-09-14 Pedro Alves <palves@redhat.com>
1959
1960 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1961 (top level): Use it instead of runto.
1962
cb791d59
TT
19632017-09-11 Tom Tromey <tom@tromey.com>
1964
1965 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1966
7c96f8c1
TT
19672017-09-11 Tom Tromey <tom@tromey.com>
1968
1969 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1970 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1971
469412dd
CW
19722017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1973
1974 * gdb.fortran/printing-types.exp: New file.
1975 * gdb.fortran/printing-types.exp: New file.
1976
e0f86435
BH
19772017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1978
1979 * gdb.fortran/vla-ptype.exp: Fix typos.
1980 * gdb.fortran/vla-value.exp: Same.
1981
9e9af4be
BH
19822017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1983
1984 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1985 * gdb.mi/mi-var-child-f.exp: Likewise.
1986 * gdb.mi/mi-vla-fortran.exp: Likewise.
1987
a5ad232b
FP
19882017-09-08 Frank Penczek <frank.penczek@intel.com>
1989 Christoph Weinmann <christoph.t.weinmann@intel.com>
1990 Bernhard Heckel <bernhard.heckel@intel.com>
1991
1992 * gdb.fortran/ptr-indentation.f90: New file.
1993 * gdb.fortran/ptr-indentation.exp: New file.
1994
5aec60eb
TT
19952017-09-05 Tom Tromey <tom@tromey.com>
1996
1997 PR gdb/22010:
1998 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1999
8f8f8152
TP
20002017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2001
2002 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2003
fbd1b771
JK
20042017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2005
2006 * gdb.threads/tls-nodebug-pie.c: New file.
2007 * gdb.threads/tls-nodebug-pie.exp: New file.
2008
5eb5f850
TT
20092017-09-05 Tom Tromey <tom@tromey.com>
2010
2011 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2012 for rust.
2013
ae780a21
SM
20142017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2015
2016 * gdb.multi/multi-arch-exec.exp: Test with different
2017 "follow-exec-mode" settings.
2018 (do_test): New procedure.
2019
3693fdb3
PA
20202017-09-04 Pedro Alves <palves@redhat.com>
2021
2022 * gdb.base/func-static.c (S::method const, S::method volatile)
2023 (S::method volatile const): New methods.
2024 (c_s, v_s, cv_s): New instances.
2025 (main): Call method() on them.
2026 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2027 (cannot_resolve): New procedure.
2028 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2029 print-quote-unquoted columns.
2030 (do_test): Test printing each scope too.
2031
e68cb8e0
PA
20322017-09-04 Pedro Alves <palves@redhat.com>
2033
2034 * gdb.base/local-static.exp: Also test with
2035 class::method::variable wholly quoted.
2036 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2037
858be34c
PA
20382017-09-04 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.base/local-static.c: New.
2041 * gdb.base/local-static.cc: New.
2042 * gdb.base/local-static.exp: New.
2043
46a4882b
PA
20442017-09-04 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.asm/asm-source.exp: Add casts to int.
2047 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2048 (dataglobal64_1, dataglobal64_2): New globals.
2049 * gdb.base/nodebug.exp: Test different expressions involving the
2050 new globals, with print, whatis and ptype. Add casts to int.
2051 * gdb.base/solib-display.exp: Add casts to int.
2052 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2053 * gdb.cp/m-static.exp: Add cast to int.
2054 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2055 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2056 tls variable with no debug info without a cast. Test with a cast
2057 to int too.
2058 * gdb.trace/entry-values.exp: Add casts.
2059
2c5a2be1
PA
20602017-09-04 Pedro Alves <palves@redhat.com>
2061
2062 * gdb.base/nodebug.exp: Test that ptype's error about functions
2063 with unknown return type includes the function name too.
2064
7022349d
PA
20652017-09-04 Pedro Alves <palves@redhat.com>
2066
2067 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2068 return type of munmap in infcall.
2069 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2070 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2071 type of ftell in infcall.
2072 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2073 type of getpid in infcall.
2074 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2075 infcall.
2076 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2077 Bail on failure to extract the pid.
2078 * gdb.base/nodebug.c: #include <stdint.h>.
2079 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2080 New functions.
2081 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2082 Change expected output of print/whatis/ptype with functions with
2083 no debug info. Test all supported languages. Call
2084 test_call_promotion.
2085 * gdb.compile/compile.exp: Adjust expected output to expect
2086 warning.
2087 * gdb.threads/siginfo-threads.exp: Likewise.
2088
54990598
PA
20892017-09-04 Pedro Alves <palves@redhat.com>
2090
2091 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2092 "prototypes". Test calling float functions via prototyped and
2093 unprototyped function pointers.
2094 (perform_all_tests): New parameter "prototypes". Pass it down.
2095 (top level): Pass down "prototypes" parameter to
2096 perform_all_tests.
2097
34d16ea2
SM
20982017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2099
2100 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2101 Test with nested loops.
2102
9521ecda
SM
21032017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2104
2105 * gdb.base/commands.exp: Call the new procedures.
2106 (loop_break_test, loop_continue_test): New procedures.
2107
80a65e9b
SM
21082017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2109
2110 * gdb.base/commands.exp: Call new procedure.
2111 (define_if_without_arg_test): New procedure.
2112
e439fa14
PA
21132017-09-04 Pedro Alves <palves@redhat.com>
2114
2115 * gdb.base/list-ambiguous.exp: New file.
2116 * gdb.base/list-ambiguous0.c: New file.
2117 * gdb.base/list-ambiguous1.c: New file.
2118 * gdb.base/list.exp (test_list_range): Adjust expected output.
2119
0a2dde4a
SDJ
21202017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2121
2122 * gdb.base/share-env-with-gdbserver.c: New file.
2123 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2124
5e89eb3a
SM
21252017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2126
2127 * gdb.base/commands.exp (gdbvar_simple_if_test,
2128 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2129 progvar_simple_if_test, progvar_simple_while_test,
2130 progvar_complex_if_while_test, user_defined_command_test,
2131 user_defined_command_args_eval,
2132 user_defined_command_args_stack_test,
2133 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2134 temporary_breakpoint_commands,
2135 gdb_test_no_prompt, redefine_hook_test,
2136 redefine_backtrace_test): Remove "global gdb_prompt".
2137
fd437cbc
SM
21382017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2139
2140 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2141 New proc, call it from toplevel.
2142
87215ad1
SDJ
21432017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2144
2145 PR remote/21852
2146 * gdb.server/normal.c: New file, copied from gdb.base.
2147 * gdb.server/run-without-local-binary.exp: New file.
2148
58afddc6
WP
21492017-08-07 Weimin Pan <weimin.pan@oracle.com>
2150
2151 * gdb.arch/sparc64-adi.exp: New file.
2152 * gdb.arch/sparc64-adi.c: New file.
2153
5277199a
PA
21542017-08-22 Pedro Alves <palves@redhat.com>
2155
2156 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2157 (top level): Add "list all overloads" tests.
2158
14278e1f
TT
21592017-08-22 Tom Tromey <tom@tromey.com>
2160
2161 * gdb.gdb/xfullpath.exp: Remove.
2162
bf223d3e
PA
21632017-08-21 Pedro Alves <palves@redhat.com>
2164
2165 PR gdb/19487
2166 * gdb.base/symbol-alias.c: New.
2167 * gdb.base/symbol-alias2.c: New.
2168 * gdb.base/symbol-alias.exp: New.
2169
c973d0aa
PA
21702017-08-21 Pedro Alves <palves@redhat.com>
2171
2172 * gdb.base/dfp-test.c
2173 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2174 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2175 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2176 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2177 * gdb.base/whatis-ptype-typedefs.c: New.
2178 * gdb.base/whatis-ptype-typedefs.exp: New.
2179 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2180 (an_int, an_int_type, an_int_type2): New globals.
2181 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2182 involving typedefs and cast expressions.
2183 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2184 (lookup_typedefs_function): New.
2185 (typedefs_pretty_printers_dict): New.
2186 (top level): Register lookup_typedefs_function in
2187 gdb.pretty_printers.
2188
6d580b63
YQ
21892017-08-18 Yao Qi <yao.qi@linaro.org>
2190
2191 * gdb.server/unittest.exp: New.
2192
206726fb
SDJ
21932017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2194
2195 PR gdb/21954
2196 * gdb.base/environ.exp: Add test to check if 'unset environment'
2197 works.
2198
bf0ec4c2
AA
21992017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2200
2201 * lib/gdb.exp (universal_compile_options): New caching proc.
2202 (gdb_compile): Suppress GCC's coloring of messages.
2203
d6382fff
TT
22042017-08-14 Tom Tromey <tom@tromey.com>
2205
2206 PR gdb/21675:
2207 * gdb.base/printcmds.exp (test_radices): New function.
2208 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2209 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2210 * lib/gdb.exp (get_integer_valueof): Use p/d.
2211
c2c2dd9f
SM
22122017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2213
2214 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2215 characters.
2216
fdffd6f4
TT
22172017-08-05 Tom Tromey <tom@tromey.com>
2218
2219 * gdb.rust/simple.exp: Allow String to appear in a different
2220 namespace.
2221
27d41eac
YQ
22222017-07-26 Yao Qi <yao.qi@linaro.org>
2223
2224 * gdb.gdb/unittest.exp: Invoke command
2225 "maintenance check xml-descriptions".
2226
031ed05d
AA
22272017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2228
2229 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2230 calling context.
2231 (hex128): Drop erroneous calculation of parameters.
2232
dcd27ddf
SM
22332017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2234
2235 * gdb.python/py-unwind.exp: Disable stack protection when
2236 building test file.
2237
47e77640
PA
22382017-07-20 Pedro Alves <palves@redhat.com>
2239
2240 * gdb.base/default.exp (set language): Adjust expected output.
2241
62d2a18a
PA
22422017-07-20 Pedro Alves <palves@redhat.com>
2243
2244 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2245 (test_minsym): ... this, and make static.
2246 (get_pck__foo__bar__minsym): Rename to ...
2247 (get_test_minsym): ... this.
2248 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2249 symbol names and comments.
2250 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2251 (get_test_minsym): ... this.
2252 (pck__foo__bar__minsym__2): Rename to ...
2253 (test_minsym): ... this.
2254 (main): Adjust.
2255
c45ec17c
PA
22562017-07-17 Pedro Alves <palves@redhat.com>
2257
2258 * gdb.base/completion.exp: Adjust expected output.
2259 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2260 the completer works.
2261
c6756f62
PA
22622017-07-17 Pedro Alves <palves@redhat.com>
2263
2264 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2265
5bd68487
AB
22662017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2269
8880f2a9
TT
22702017-07-14 Tom Tromey <tom@tromey.com>
2271
2272 PR rust/21764:
2273 * gdb.rust/simple.exp: Add tests.
2274
65547233
TT
22752017-07-14 Tom Tromey <tom@tromey.com>
2276
2277 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2278
8f14146e
PA
22792017-07-14 Pedro Alves <palves@redhat.com>
2280
2281 * gdb.linespec/base/one/thefile.cc (z1): New function.
2282 * gdb.linespec/base/two/thefile.cc (z2): New function.
2283 * gdb.linespec/linespec.exp: Add tests.
2284
b4365d02
AB
22852017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2286
2287 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2288 to mi_create_breakpoint.
2289
5d2cbaa5
AB
22902017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2291
2292 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2293 mi_create_breakpoint.
2294
11cb5716
IB
22952017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2296
2297 * gdb.dlang/demangle.exp: Update for demangling changes.
2298
03278692
TT
22992017-07-09 Tom Tromey <tom@tromey.com>
2300
2301 * gdb.dwarf2/shortpiece.exp: New file.
2302
33c5cd75
DB
23032017-07-06 David Blaikie <dblaikie@gmail.com>
2304
2305 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2306 built from fissiont-multi-cu{1,2}.c.
2307 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2308 except putting 'main' and 'func' in separate CUs in the same DWO file.
2309 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2310 test.
2311 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2312 test.
2313
8455d262
PA
23142017-07-06 Pedro Alves <palves@redhat.com>
2315
2316 * gdb.python/py-unwind.exp: Test flushregs.
2317
dc4bde35
SDJ
23182017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2319
2320 PR cli/21688
2321 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2322 tests for alias commands and trailing whitespace.
2323
51ed89aa
SDJ
23242017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2325
2326 PR cli/21688
2327 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2328 procedure. Call it.
2329
eb17d413
PA
23302017-06-29 Pedro Alves <palves@redhat.com>
2331
2332 * gdb.base/printcmds.exp: Add tests.
2333
41664b45
DG
23342017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2335
2336 PR gdb/21337
2337 * gdb.base/reread-readsym.exp: New file.
2338 * gdb.base/reread-readsym.c: New file.
2339
75312ae3
KB
23402017-06-21 Kevin Buettner <kevinb@redhat.com>
2341
2342 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2343 subpattern.
2344
66953522
PB
23452017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2346
2347 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2348 extended mnemonic.
2349 * gdb.arch/powerpc-power9.s: Likewise.
2350
5524b525
AA
23512017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2352
2353 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2354 on 32-bit x86 targets. Exploit is_*_target macros where
2355 appropriate.
2356
03c8af18
AA
23572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2358
2359 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2360 register pieces.
2361
3bf31011
AA
23622017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2363
2364 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2365 located in one or more DWARF pieces.
2366
805acca0
AA
23672017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2368
2369 * lib/gdb.exp (get_endianness): New proc.
2370 * gdb.arch/aarch64-fp.exp: Use it.
2371 * gdb.arch/altivec-regs.exp: Likewise.
2372 * gdb.arch/e500-regs.exp: Likewise.
2373 * gdb.arch/vsx-regs.exp: Likewise.
2374 * gdb.base/dump.exp: Likewise.
2375 * gdb.base/funcargs.exp: Likewise.
2376 * gdb.base/gnu_vector.exp: Likewise.
2377 * gdb.dwarf2/formdata16.exp: Likewise.
2378 * gdb.dwarf2/implptrpiece.exp: Likewise.
2379 * gdb.dwarf2/nonvar-access.exp: Likewise.
2380 * gdb.python/py-inferior.exp: Likewise.
2381 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2382
e9352324
AA
23832017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2384
2385 PR gdb/21226
2386 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2387 stack value pieces are taken from the LSB end.
2388
d5d1163e
AA
23892017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2390
2391 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2392 variable at nonzero offset.
2393
0567c986
AA
23942017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2395
2396 * gdb.dwarf2/var-access.c: New file.
2397 * gdb.dwarf2/var-access.exp: New test.
2398 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2399
973e9aab
TT
24002017-06-12 Tom Tromey <tom@tromey.com>
2401
2402 * gdb.dwarf2/formdata16.exp: Add tests.
2403
d9109c80
TT
24042017-06-12 Tom Tromey <tom@tromey.com>
2405
2406 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2407
30a25466
TT
24082017-06-12 Tom Tromey <tom@tromey.com>
2409
2410 PR exp/16225:
2411 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2412 * gdb.arch/vsx-regs.exp: Update tests.
2413 * gdb.arch/s390-vregs.exp (hex128): New proc.
2414 Update test.
2415 * gdb.arch/altivec-regs.exp: Update tests.
2416
aefd8b33
SDJ
24172017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2418
2419 * gdb.base/startup-with-shell.c: New file.
2420 * gdb.base/startup-with-shell.exp: Likewise.
2421
2090129c
SDJ
24222017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2423
2424 * gdb.server/non-existing-program.exp: Update regex in order to
2425 reflect the fact that gdbserver is now using fork_inferior (with a
2426 shell) to startup the inferior.
2427
8e86a419
SM
24282017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2429
2430 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2431 support function calls from GDB.
2432
e6cf65f2
TT
24332017-05-21 Tom Tromey <tom@tromey.com>
2434
2435 PR rust/21466:
2436 * gdb.rust/unsized.exp: New file.
2437 * gdb.rust/unsized.rs: New file.
2438
43cc5389
TT
24392017-05-19 Tom Tromey <tom@tromey.com>
2440
2441 PR rust/21484:
2442 * gdb.rust/watch.exp: New file.
2443 * gdb.rust/watch.rs: New file.
2444
ec8df234
TT
24452017-05-18 Tom Tromey <tom@tromey.com>
2446
2447 * gdb.rust/simple.exp: Allow Box to be qualified.
2448
3e3e7fae
TP
24492017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2450
2451 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2452
59cc050d
PA
24532017-05-18 Pedro Alves <palves@redhat.com>
2454
2455 * gdb.base/fileio.c (test_write, test_read, test_close)
2456 (test_fstat): Don't print 'ret' in the fail path.
2457
c8f6abd1
PA
24582017-05-18 Pedro Alves <palves@redhat.com>
2459
2460 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2461 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2462 (test_system, test_rename, test_unlink, test_time): Change
2463 prototypes.
2464 * gdb.base/fileio.exp (stop_msg): Adjust.
2465
d2a03b77
PA
24662017-05-18 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.base/fileio.c (null_str): New global.
2469 (test_stat): Use it.
2470 * gdb.base/fileio.exp: Remove nowarnings.
2471
0d5c6999
YQ
24722017-05-17 Yao Qi <yao.qi@linaro.org>
2473
2474 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2475
21873064
YQ
24762017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2477
2478 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2479 argument command.
2480 (top-level): Invoke test_set_inferior_tty.
2481
d512d31c
PA
24822017-05-04 Pedro Alves <palves@redhat.com>
2483
2484 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2485 Add parens to print call for Python 3.
2486
90cef2ed
KS
24872017-05-03 Keith Seitz <keiths@redhat.com>
2488
2489 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2490 (main): Call it.
2491
14f819c8
TW
24922017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2493
2494 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2495 to prev and next.
2496
913aeadd
TW
24972017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2498
2499 * gdb.python/py-record-btrace.exp: Remove test for
2500 gdb.BtraceInstruction.error.
2501
a3be24ad
TW
25022017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2503
2504 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2505
ae20e79a
TW
25062017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2507
2508 * gdb.python/py-record-btrace-threads.c: New file.
2509 * gdb.python/py-record-btrace-threads.exp: New file.
2510
45ce1b47
SDJ
25112017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2512
2513 PR testsuite/8595
2514 * gdb.base/environ.exp: Make test available in all architectures.
2515 Move bits related to "info program" testing to
2516 gdb.base/info-program.exp. Rewrite tests to use the two new
2517 procedures mentione below.
2518 (test_set_show_env_var) New procedure.
2519 (test_set_show_env_var_equal): Likewise.
2520 * gdb.base/info-program.exp: New file.
2521
e15c3eb4
KS
25222017-04-27 Keith Seitz <keiths@redhat.com>
2523
2524 * gdb.cp/oranking.cc (test15): New function.
2525 (main): Call test15 and declare additional variables for testing.
2526 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2527 "p foo101('abc')" tests.
2528 Add tests for cv qualifier overloads.
2529 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2530 "lvalue reference overload" test.
2531 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2532 "print value of f1 on Child&& in f2" test.
2533
3a3fd0fd
PA
25342017-04-19 Pedro Alves <palves@redhat.com>
2535
2536 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2537 procedure.
2538 (top level): Call it.
2539 * lib/gdb.exp (gdb_define_cmd): New procedure.
2540
53375380
PA
25412017-04-12 Pedro Alves <palves@redhat.com>
2542
2543 PR gdb/21323
2544 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2545 (wchar): New global.
2546 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2547 (do_test_wide_char, wide_char_types_no_program, top level): Add
2548 wchar_t testing.
2549
53e710ac
PA
25502017-04-12 Pedro Alves <palves@redhat.com>
2551
2552 PR c++/21323
2553 * gdb.cp/wide_char_types.c: New file.
2554 * gdb.cp/wide_char_types.exp: New file.
2555
0ad9d8c7
SDJ
25562017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2557
2558 PR gdb/21352
2559 * gdb.trace/tsv.exp: Add test for "tsave -r".
2560
b1b45502
IB
25612017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2562
2563 * gdb.dlang/watch-loc.c: New file.
2564 * gdb.dlang/watch-loc.exp: New file.
2565
ec13808e
JK
25662017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2567
2568 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2569
fe5f7374
AK
25702017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2571
2572 * gdb.arch/arc-analyze-prologue.S: New file.
2573 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2574
eea78757
AK
25752017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2576
2577 * gdb.arch/arc-decode-insn.S: New file.
2578 * gdb.arch/arc-decode-insn.exp: Likewise.
2579
5badf10a
IR
25802017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2581
2582 PR tdep/20928
2583 * gdb.arch/sparc64-regs.exp: New file.
2584 * gdb.arch/sparc64-regs.S: Likewise.
2585
cee59b3f
TW
25862017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2587
2588 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2589 and memory view on Python 3.
2590
c0f55cc6
AV
25912017-03-20 Artemiy Volkov <artemiyv@acm.org>
2592 Keith Seitz <keiths@redhat.com>
2593
2594 PR gdb/14441
2595 * gdb.cp/demangle.exp: Add rvalue reference tests.
2596 * gdb.cp/rvalue-ref-casts.cc: New file.
2597 * gdb.cp/rvalue-ref-casts.exp: New file.
2598 * gdb.cp/rvalue-ref-overload.cc: New file.
2599 * gdb.cp/rvalue-ref-overload.exp: New file.
2600 * gdb.cp/rvalue-ref-params.cc: New file.
2601 * gdb.cp/rvalue-ref-params.exp: New file.
2602 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2603 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2604 * gdb.cp/rvalue-ref-types.cc: New file.
2605 * gdb.cp/rvalue-ref-types.exp: New file.
2606 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2607 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2608
51457a05
MAL
26092017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2610
2611 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2612 New procedure.
2613
5b291c04
MAL
26142017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2615
2616 * lib/mi-support.exp (mi_gdb_test): Add additional message
2617 for unexpected output.
2618
59a56148
AA
26192017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2620
2621 * gdb.base/examine-backward.c (Barrier): New character array
2622 constant, to ensure that TestStrings is preceded by a string
2623 terminator.
2624
7942e96e
AA
26252017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2626
2627 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2628 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2629 and implicit pointer into such a location.
2630
6ebac3fb
DE
26312017-03-16 Doug Evans <dje@google.com>
2632
2633 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2634
ec3b243d
TP
26352017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2636
2637 * gdb.cp/m-static.exp: Fix expectation for prototype of
2638 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
2639
26402017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
2641
2642 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2643 * gdb.guile/scm-lazy-string.c: New file.
2644 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2645 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2646 for pointer, array, typedef lazy strings.
2647
2cc36e25 26482017-03-16 Doug Evans <dje@google.com>
34b43320
DE
2649
2650 PR python/17728, python/18439, python/18779
2651 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2652 * gdb.python/py-lazy-string.c (pointer): New typedef.
2653 (main): New locals ptr, array, typedef_ptr.
2654 * gdb.python/py-value.exp: Move lazy string tests to ...
2655 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2656 array, typedef lazy strings.
ec3b243d 2657
0efcde63
AK
26582017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2659
2660 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2661 Add optional 'test' parameter.
2662
7978d7c3
SM
26632017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2664
2665 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2666 Skip for versions of DejaGnu < 1.5.
2667
896c0c1e
SM
26682017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2669
2670 * lib/gdb.exp (dejagnu_version): New proc.
2671 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2672 Use dejagnu_version.
2673
5f4d1085
KS
26742017-03-10 Keith Seitz <keiths@redhat.com>
2675
2676 PR c++/8128
2677 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2678 type from destructor regexps.
2679 Add a branch which actually passes the test.
2680 Adjust "ptype t5i" test names.
2681
1de05205
PA
26822017-03-08 Pedro Alves <palves@redhat.com>
2683
2684 * gdb.base/step-over-exit.exp: Add explicit test message.
2685
c65d6b55
PA
26862017-03-08 Pedro Alves <palves@redhat.com>
2687
2688 PR gdb/18360
2689 * gdb.threads/interrupt-while-step-over.c: New file.
2690 * gdb.threads/interrupt-while-step-over.exp: New file.
2691
2e86a283
PA
26922017-03-08 Pedro Alves <palves@redhat.com>
2693
2694 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2695 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2696
25dcbff6
PA
26972017-03-08 Pedro Alves <palves@redhat.com>
2698
2699 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2700 PKRU as not supported as a PASS.
2701
dc9366eb
PA
27022017-03-08 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2705 prefix instead of $binfile1/$binfile2.
2706 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2707 in test message.
2708 * gdb.python/py-completion.exp: Use "load python file" as test
2709 messages instead of unstable path names.
2710
6e5d74e7
PA
27112017-03-08 Pedro Alves <palves@redhat.com>
2712 Jan Kratochvil <jan.kratochvil@redhat.com>
2713
2714 PR cli/21218
2715 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2716 New proc.
2717 (top level): Call it.
2718
9753a2f6
PA
27192017-03-08 Pedro Alves <palves@redhat.com>
2720
2721 PR tui/21216
2722 * gdb.tui/tui-nl-filtered-output.exp: New file.
2723
1a4dd9dd
PA
27242017-03-08 Pedro Alves <palves@redhat.com>
2725
2726 * gdb.base/completion.exp: Move TUI completion tests to ...
2727 * gdb.tui/completion.exp: ... this new file.
2728
7cbbff33
PA
27292017-03-08 Pedro Alves <palves@redhat.com>
2730
2731 * gdb.base/tui-disasm-long-lines.c,
2732 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2733 gdb.base/tui-layout.exp: Move to ...
2734 * gdb.tui/: ... this new directory.
2735
5f6fd321
PA
27362017-03-07 Pedro Alves <palves@redhat.com>
2737
2738 * gdb.base/tui-layout.c: New file.
2739 * gdb.base/tui-layout.exp: New file.
2740
44959fa8
PA
27412017-03-07 Pedro Alves <palves@redhat.com>
2742
2743 * gdb.base/tui-layout.c: Rename to ...
2744 * gdb.base/tui-disasm-long-lines.c: ... this.
2745 * gdb.base/tui-layout.exp: Rename to ...
2746 * gdb.base/tui-disasm-long-lines.exp: ... this.
2747
f8c4e718
PA
27482017-03-07 Pedro Alves <palves@redhat.com>
2749
2750 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2751
6dbb839a 27522017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
2753
2754 * i386-mpx-call.c: New file.
2755 * i386-mpx-call.exp: New file.
2756
65b48a81
PB
27572017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2758
2759 * gdb.arch/powerpc-power.exp: Delete test.
2760 * gdb.arch/powerpc-power.s: Likewise.
2761 * gdb.disasm/disassembler-options.exp: New test.
2762 * gdb.arch/powerpc-altivec.exp: Likewise.
2763 * gdb.arch/powerpc-altivec.s: Likewise.
2764 * gdb.arch/powerpc-altivec2.exp: Likewise.
2765 * gdb.arch/powerpc-altivec2.s: Likewise.
2766 * gdb.arch/powerpc-altivec3.exp: Likewise.
2767 * gdb.arch/powerpc-altivec3.s: Likewise.
2768 * gdb.arch/powerpc-power7.exp: Likewise.
2769 * gdb.arch/powerpc-power7.s: Likewise.
2770 * gdb.arch/powerpc-power8.exp: Likewise.
2771 * gdb.arch/powerpc-power8.s: Likewise.
2772 * gdb.arch/powerpc-power9.exp: Likewise.
2773 * gdb.arch/powerpc-power9.s: Likewise.
2774 * gdb.arch/powerpc-vsx.exp: Likewise.
2775 * gdb.arch/powerpc-vsx.s: Likewise.
2776 * gdb.arch/powerpc-vsx2.exp: Likewise.
2777 * gdb.arch/powerpc-vsx2.s: Likewise.
2778 * gdb.arch/powerpc-vsx3.exp: Likewise.
2779 * gdb.arch/powerpc-vsx3.s: Likewise.
2780 * gdb.arch/arm-disassembler-options.exp: Likewise.
2781 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2782 * gdb.arch/s390-disassembler-options.exp: Likewise.
2783
17cd4947
LM
27842017-02-23 Luis Machado <lgustavo@codesourcery.com>
2785
2786 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2787 (check_supported_features): ... this. Changed return type to void.
2788 (supports_rdseed): New static global.
2789 (rdseed): Check supports_rdseed.
2790 (initialize): Call check_supported_features.
2791
2039d74e
EBM
27922017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2793
2794 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2795 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2796 and lqarx/stqcx.
2797 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2798 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2799
a51d7ecf
EBM
28002017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2801
2802 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2803 uppercase.
2804
0224619f
JK
28052017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2806
2807 * gdb.dwarf2/formdata16.c: New file.
2808 * gdb.dwarf2/formdata16.exp: New file.
2809 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2810
216f72a1
JK
28112017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2812
2813 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2814 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2815 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2816 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2817 DW_AT_GNU_*.
2818
43988095
JK
28192017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2820
2821 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2822
99e8a4f9
SDJ
28232017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2824
2825 PR gdb/21164
2826 * gdb.base/maint.exp: Add testcases for when the commands do
2827 not have arguments.
2828
b58a8c0c
TP
28292017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2830
2831 * gdb.cp/chained-calls.exp: Use p instead of P.
2832
4e746bb6
TW
28332017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2834
2835 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2836 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2837
3f77c769
TT
28382017-02-14 Tom Tromey <tom@tromey.com>
2839
2840 PR python/13598:
2841 * gdb.python/py-events.exp: Add before_prompt event tests.
2842
075beec0
AA
28432017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2844
2845 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2846
bf5f525c
LM
28472017-02-13 Luis Machado <lgustavo@codesourcery.com>
2848
2849 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2850 (main): Call my_unique_function_name.
2851 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2852 completion of patterns with a single match.
2853 Add missing -re switches to gdb_test_multiple calls.
2854
13a66184
LM
28552017-02-13 Luis Machado <lgustavo@codesourcery.com>
2856
2857 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2858 return if core file is not recognized.
2859
26a06916
SM
28602017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2861
2862 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2863 and extra UIs.
2864
b761ca9e
SM
28652017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2866
2867 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2868 proc_with_prefix.
2869
b964bee0
TT
28702017-02-10 Tom Tromey <tom@tromey.com>
2871
2872 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2873
18da0c51
MG
28742017-02-10 Martin Galvan <martingalvan@sourceware.org>
2875
2876 PR gdb/21122
2877 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2878
604c4576
JG
28792017-02-08 Jerome Guitton <guitton@adacore.com>
2880
2881 * gdb.base/define.exp: Add test for command abbreviations
2882 in define.
2883
20b477a7
LM
28842017-02-06 Luis Machado <lgustavo@codesourcery.com>
2885
2886 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2887 * gdb.reverse/insn-reverse-x86.c: New file.
2888
3f7b46f2
IR
28892017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2890
2891 PR tdep/20936
2892 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2893
f0fd41c1
TT
28942017-02-03 Tom Tromey <tom@tromey.com>
2895
2896 PR rust/21097:
2897 * gdb.rust/simple.exp: Add new tests.
2898
5be5dbf0
PA
28992017-02-02 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2902 tests.
2903
7346ef59
AA
29042017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2905
2906 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2907 taking a 2-byte value out of a 4-byte DWARF implicit value on
2908 big-endian targets.
2909 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2910 logic. Add test cases for DW_OP_implicit.
2911
787f0025
MM
29122017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2913
2914 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2915
68777c29
MM
29162017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2917
2918 * gdb.btrace/enable.exp: Call gdb_exit before
2919 skip_gdbserver_tests.
2920
0a1c7e28
MM
29212017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2922
2923 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2924 GDBFLAGS.
2925
b5ac99b0
MM
29262017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2927
2928 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2929 the test is skipped.
2930 * gdb.btrace/data.exp: Likewise.
2931 * gdb.btrace/delta.exp: Likewise.
2932 * gdb.btrace/dlopen.exp: Likewise.
2933 * gdb.btrace/enable-running.exp: Likewise.
2934 * gdb.btrace/enable.exp: Likewise.
2935 * gdb.btrace/exception.exp: Likewise.
2936 * gdb.btrace/function_call_history.exp: Likewise.
2937 * gdb.btrace/gcore.exp: Likewise.
2938 * gdb.btrace/instruction_history.exp: Likewise.
2939 * gdb.btrace/multi-thread-step.exp: Likewise.
2940 * gdb.btrace/nohist.exp: Likewise.
2941 * gdb.btrace/non-stop.exp: Likewise.
2942 * gdb.btrace/reconnect.exp: Likewise.
2943 * gdb.btrace/record_goto-step.exp: Likewise.
2944 * gdb.btrace/record_goto.exp: Likewise.
2945 * gdb.btrace/rn-dl-bind.exp: Likewise.
2946 * gdb.btrace/segv.exp: Likewise.
2947 * gdb.btrace/step.exp: Likewise.
2948 * gdb.btrace/stepi.exp: Likewise.
2949 * gdb.btrace/tailcall-only.exp: Likewise.
2950 * gdb.btrace/tailcall.exp: Likewise.
2951 * gdb.btrace/tsx.exp: Likewise.
2952 * gdb.btrace/unknown_functions.exp: Likewise.
2953 * gdb.btrace/vdso.exp: Likewise.
2954
cd4007e4
MM
29552017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2956
2957 * gdb.btrace/enable-running.c: New.
2958 * gdb.btrace/enable-running.exp: New.
2959
2735833d
WT
29602017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2961
2962 * gdb.arch/amd64-gs_base.c: New file.
2963 * gdb.arch/amd64-gs_base.exp: New file.
2964
b51e1e94
LM
29652017-01-26 Luis Machado <lgustavo@codesourcery.com>
2966
2967 * lib/memory.exp: Remove spurious empty newlines.
2968
72ca0410
SM
29692017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2970
2971 * gdb.python/py-bad-printers.exp: Load python file using "source".
2972 * gdb.python/py-events.exp: Likewise.
2973 * gdb.python/py-evsignal.exp: Likewise.
2974 * gdb.python/py-evthreads.exp: Likewise.
2975 * gdb.python/py-frame-args.exp: Likewise.
2976 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2977 * gdb.python/py-framefilter-mi.exp: Likewise.
2978 * gdb.python/py-framefilter.exp: Likewise.
2979 * gdb.python/py-mi.exp: Likewise.
2980 * gdb.python/py-pp-maint.exp: Likewise.
2981 * gdb.python/py-pp-registration.exp: Likewise.
2982 * gdb.python/py-prettyprint.exp: Likewise.
2983 (run_lang_tests): Likewise.
2984 * gdb.python/py-typeprint.exp: Likewise.
2985
e309aa65
LM
29862017-01-26 Luis Machado <lgustavo@codesourcery.com>
2987
2988 * lib/memory.exp: New file.
2989 * lib/gdb.exp: Load memory.exp.
2990 * gdb.base/memattr.exp (delete_memory): Move proc to
2991 lib/memory.exp and rename to delete_memory_regions.
2992 Replace delete_memory with delete_memory_regions.
2993 Cleanup memory regions before tests.
2994 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2995 before tests.
2996
515aff23
LM
29972017-01-26 Luis Machado <lgustavo@codesourcery.com>
2998
2999 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3000 files.
3001 (initialize): New function conditionally defined.
3002 (testcases): Move within conditional block.
3003 (main): Call initialize.
3004 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3005 of gdb.reverse/insn-reverse.c.
3006 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3007 gdb.reverse/insn-reverse.c.
3008
d8b49cf0
YQ
30092017-01-26 Yao Qi <yao.qi@linaro.org>
3010
3011 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3012 disassemble on address 0.
3013
f13a9a0c
YQ
30142017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3015 Yao Qi <yao.qi@linaro.org>
3016
3017 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3018 * gdb.dwarf2/implptr-64bit.S: Remove.
3019 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3020 variables in caller's context. Add DW_OP_implicit_value.
3021
5ac95241
YQ
30222017-01-25 Yao Qi <yao.qi@linaro.org>
3023
3024 * lib/dwarf.exp (Dwarf::_location): Handle
3025 DW_OP_GNU_implicit_pointer with proper size.
3026
23e82930
LM
30272017-01-20 Luis Machado <lgustavo@codesourcery.com>
3028
3029 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3030 and add untested calls.
3031
d334ae25
LM
30322017-01-20 Luis Machado <lgustavo@codesourcery.com>
3033
3034 * gdb.python/python.exp: Check line number against what GDB thinks
3035 the line number is for func1.
3036
f5e6296e
IB
30372017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3038
3039 * gdb.dlang/debug-expr.exp: New file.
3040
5b362f04
LM
30412016-12-23 Luis Machado <lgustavo@codesourcery.com>
3042
3043 Fix test names for the following files:
3044
3045 * gdb.ada/exec_changed.exp
3046 * gdb.ada/info_types.exp
3047 * gdb.arch/aarch64-atomic-inst.exp
3048 * gdb.arch/aarch64-fp.exp
3049 * gdb.arch/altivec-abi.exp
3050 * gdb.arch/altivec-regs.exp
3051 * gdb.arch/amd64-byte.exp
3052 * gdb.arch/amd64-disp-step.exp
3053 * gdb.arch/amd64-dword.exp
3054 * gdb.arch/amd64-entry-value-inline.exp
3055 * gdb.arch/amd64-entry-value-param.exp
3056 * gdb.arch/amd64-entry-value-paramref.exp
3057 * gdb.arch/amd64-entry-value.exp
3058 * gdb.arch/amd64-i386-address.exp
3059 * gdb.arch/amd64-invalid-stack-middle.exp
3060 * gdb.arch/amd64-invalid-stack-top.exp
3061 * gdb.arch/amd64-optimout-repeat.exp
3062 * gdb.arch/amd64-prologue-skip.exp
3063 * gdb.arch/amd64-prologue-xmm.exp
3064 * gdb.arch/amd64-stap-special-operands.exp
3065 * gdb.arch/amd64-stap-wrong-subexp.exp
3066 * gdb.arch/amd64-tailcall-cxx.exp
3067 * gdb.arch/amd64-tailcall-noret.exp
3068 * gdb.arch/amd64-tailcall-ret.exp
3069 * gdb.arch/amd64-tailcall-self.exp
3070 * gdb.arch/amd64-word.exp
3071 * gdb.arch/arm-bl-branch-dest.exp
3072 * gdb.arch/arm-disp-step.exp
3073 * gdb.arch/arm-neon.exp
3074 * gdb.arch/arm-single-step-kernel-helper.exp
3075 * gdb.arch/avr-flash-qualifier.exp
3076 * gdb.arch/disp-step-insn-reloc.exp
3077 * gdb.arch/e500-abi.exp
3078 * gdb.arch/e500-regs.exp
3079 * gdb.arch/ftrace-insn-reloc.exp
3080 * gdb.arch/i386-avx512.exp
3081 * gdb.arch/i386-bp_permanent.exp
3082 * gdb.arch/i386-byte.exp
3083 * gdb.arch/i386-cfi-notcurrent.exp
3084 * gdb.arch/i386-disp-step.exp
3085 * gdb.arch/i386-dr3-watch.exp
3086 * gdb.arch/i386-float.exp
3087 * gdb.arch/i386-gnu-cfi.exp
3088 * gdb.arch/i386-mpx-map.exp
3089 * gdb.arch/i386-mpx-sigsegv.exp
3090 * gdb.arch/i386-mpx-simple_segv.exp
3091 * gdb.arch/i386-mpx.exp
3092 * gdb.arch/i386-permbkpt.exp
3093 * gdb.arch/i386-prologue.exp
3094 * gdb.arch/i386-signal.exp
3095 * gdb.arch/i386-size-overlap.exp
3096 * gdb.arch/i386-unwind.exp
3097 * gdb.arch/i386-word.exp
3098 * gdb.arch/mips-fcr.exp
3099 * gdb.arch/powerpc-d128-regs.exp
3100 * gdb.arch/powerpc-stackless.exp
3101 * gdb.arch/ppc64-atomic-inst.exp
3102 * gdb.arch/s390-stackless.exp
3103 * gdb.arch/s390-tdbregs.exp
3104 * gdb.arch/s390-vregs.exp
3105 * gdb.arch/sparc-sysstep.exp
3106 * gdb.arch/thumb-bx-pc.exp
3107 * gdb.arch/thumb-singlestep.exp
3108 * gdb.arch/thumb2-it.exp
3109 * gdb.arch/vsx-regs.exp
3110 * gdb.asm/asm-source.exp
3111 * gdb.base/a2-run.exp
3112 * gdb.base/advance.exp
3113 * gdb.base/all-bin.exp
3114 * gdb.base/anon.exp
3115 * gdb.base/args.exp
3116 * gdb.base/arithmet.exp
3117 * gdb.base/async-shell.exp
3118 * gdb.base/async.exp
3119 * gdb.base/attach-pie-noexec.exp
3120 * gdb.base/attach-twice.exp
3121 * gdb.base/auto-load.exp
3122 * gdb.base/bang.exp
3123 * gdb.base/bitfields.exp
3124 * gdb.base/break-always.exp
3125 * gdb.base/break-caller-line.exp
3126 * gdb.base/break-entry.exp
3127 * gdb.base/break-inline.exp
3128 * gdb.base/break-on-linker-gcd-function.exp
3129 * gdb.base/break-probes.exp
3130 * gdb.base/break.exp
3131 * gdb.base/breakpoint-shadow.exp
3132 * gdb.base/call-ar-st.exp
3133 * gdb.base/call-sc.exp
3134 * gdb.base/call-signal-resume.exp
3135 * gdb.base/call-strs.exp
3136 * gdb.base/callfuncs.exp
3137 * gdb.base/catch-fork-static.exp
3138 * gdb.base/catch-gdb-caused-signals.exp
3139 * gdb.base/catch-load.exp
3140 * gdb.base/catch-signal-fork.exp
3141 * gdb.base/catch-signal.exp
3142 * gdb.base/catch-syscall.exp
3143 * gdb.base/charset.exp
3144 * gdb.base/checkpoint.exp
3145 * gdb.base/chng-syms.exp
3146 * gdb.base/code-expr.exp
3147 * gdb.base/code_elim.exp
3148 * gdb.base/commands.exp
3149 * gdb.base/completion.exp
3150 * gdb.base/complex.exp
3151 * gdb.base/cond-expr.exp
3152 * gdb.base/condbreak.exp
3153 * gdb.base/consecutive.exp
3154 * gdb.base/continue-all-already-running.exp
3155 * gdb.base/coredump-filter.exp
3156 * gdb.base/corefile.exp
3157 * gdb.base/dbx.exp
3158 * gdb.base/debug-expr.exp
3159 * gdb.base/define.exp
3160 * gdb.base/del.exp
3161 * gdb.base/disabled-location.exp
3162 * gdb.base/disasm-end-cu.exp
3163 * gdb.base/disasm-optim.exp
3164 * gdb.base/display.exp
3165 * gdb.base/duplicate-bp.exp
3166 * gdb.base/ena-dis-br.exp
3167 * gdb.base/ending-run.exp
3168 * gdb.base/enumval.exp
3169 * gdb.base/environ.exp
3170 * gdb.base/eu-strip-infcall.exp
3171 * gdb.base/eval-avoid-side-effects.exp
3172 * gdb.base/eval-skip.exp
3173 * gdb.base/exitsignal.exp
3174 * gdb.base/expand-psymtabs.exp
3175 * gdb.base/filesym.exp
3176 * gdb.base/find-unmapped.exp
3177 * gdb.base/finish.exp
3178 * gdb.base/float.exp
3179 * gdb.base/foll-exec-mode.exp
3180 * gdb.base/foll-exec.exp
3181 * gdb.base/foll-fork.exp
3182 * gdb.base/fortran-sym-case.exp
3183 * gdb.base/freebpcmd.exp
3184 * gdb.base/func-ptr.exp
3185 * gdb.base/func-ptrs.exp
3186 * gdb.base/funcargs.exp
3187 * gdb.base/gcore-buffer-overflow.exp
3188 * gdb.base/gcore-relro-pie.exp
3189 * gdb.base/gcore-relro.exp
3190 * gdb.base/gcore.exp
3191 * gdb.base/gdb1090.exp
3192 * gdb.base/gdb11530.exp
3193 * gdb.base/gdb11531.exp
3194 * gdb.base/gdb1821.exp
3195 * gdb.base/gdbindex-stabs.exp
3196 * gdb.base/gdbvars.exp
3197 * gdb.base/hbreak.exp
3198 * gdb.base/hbreak2.exp
3199 * gdb.base/included.exp
3200 * gdb.base/infcall-input.exp
3201 * gdb.base/inferior-died.exp
3202 * gdb.base/infnan.exp
3203 * gdb.base/info-macros.exp
3204 * gdb.base/info-os.exp
3205 * gdb.base/info-proc.exp
3206 * gdb.base/info-shared.exp
3207 * gdb.base/info-target.exp
3208 * gdb.base/infoline.exp
3209 * gdb.base/interp.exp
3210 * gdb.base/interrupt.exp
3211 * gdb.base/jit-reader.exp
3212 * gdb.base/jit-simple.exp
3213 * gdb.base/kill-after-signal.exp
3214 * gdb.base/kill-detach-inferiors-cmd.exp
3215 * gdb.base/label.exp
3216 * gdb.base/langs.exp
3217 * gdb.base/ldbl_e308.exp
3218 * gdb.base/line-symtabs.exp
3219 * gdb.base/linespecs.exp
3220 * gdb.base/list.exp
3221 * gdb.base/long_long.exp
3222 * gdb.base/longest-types.exp
3223 * gdb.base/maint.exp
3224 * gdb.base/max-value-size.exp
3225 * gdb.base/memattr.exp
3226 * gdb.base/mips_pro.exp
3227 * gdb.base/morestack.exp
3228 * gdb.base/moribund-step.exp
3229 * gdb.base/multi-forks.exp
3230 * gdb.base/nested-addr.exp
3231 * gdb.base/nextoverexit.exp
3232 * gdb.base/noreturn-finish.exp
3233 * gdb.base/noreturn-return.exp
3234 * gdb.base/nostdlib.exp
3235 * gdb.base/offsets.exp
3236 * gdb.base/opaque.exp
3237 * gdb.base/pc-fp.exp
3238 * gdb.base/permissions.exp
3239 * gdb.base/print-symbol-loading.exp
3240 * gdb.base/prologue-include.exp
3241 * gdb.base/psymtab.exp
3242 * gdb.base/ptype.exp
3243 * gdb.base/random-signal.exp
3244 * gdb.base/randomize.exp
3245 * gdb.base/range-stepping.exp
3246 * gdb.base/readline-ask.exp
3247 * gdb.base/recpar.exp
3248 * gdb.base/recurse.exp
3249 * gdb.base/relational.exp
3250 * gdb.base/restore.exp
3251 * gdb.base/return-nodebug.exp
3252 * gdb.base/return.exp
3253 * gdb.base/run-after-attach.exp
3254 * gdb.base/save-bp.exp
3255 * gdb.base/scope.exp
3256 * gdb.base/sect-cmd.exp
3257 * gdb.base/set-lang-auto.exp
3258 * gdb.base/set-noassign.exp
3259 * gdb.base/setvar.exp
3260 * gdb.base/sigall.exp
3261 * gdb.base/sigbpt.exp
3262 * gdb.base/siginfo-addr.exp
3263 * gdb.base/siginfo-infcall.exp
3264 * gdb.base/siginfo-obj.exp
3265 * gdb.base/siginfo.exp
3266 * gdb.base/signals-state-child.exp
3267 * gdb.base/signest.exp
3268 * gdb.base/sigstep.exp
3269 * gdb.base/sizeof.exp
3270 * gdb.base/skip.exp
3271 * gdb.base/solib-corrupted.exp
3272 * gdb.base/solib-nodir.exp
3273 * gdb.base/solib-search.exp
3274 * gdb.base/stack-checking.exp
3275 * gdb.base/stale-infcall.exp
3276 * gdb.base/stap-probe.exp
3277 * gdb.base/start.exp
3278 * gdb.base/step-break.exp
3279 * gdb.base/step-bt.exp
3280 * gdb.base/step-line.exp
3281 * gdb.base/step-over-exit.exp
3282 * gdb.base/step-over-syscall.exp
3283 * gdb.base/step-resume-infcall.exp
3284 * gdb.base/step-test.exp
3285 * gdb.base/store.exp
3286 * gdb.base/structs3.exp
3287 * gdb.base/sym-file.exp
3288 * gdb.base/symbol-without-target_section.exp
3289 * gdb.base/term.exp
3290 * gdb.base/testenv.exp
3291 * gdb.base/ui-redirect.exp
3292 * gdb.base/until.exp
3293 * gdb.base/unwindonsignal.exp
3294 * gdb.base/value-double-free.exp
3295 * gdb.base/vla-datatypes.exp
3296 * gdb.base/vla-ptr.exp
3297 * gdb.base/vla-sideeffect.exp
3298 * gdb.base/volatile.exp
3299 * gdb.base/watch-cond-infcall.exp
3300 * gdb.base/watch-cond.exp
3301 * gdb.base/watch-non-mem.exp
3302 * gdb.base/watch-read.exp
3303 * gdb.base/watch-vfork.exp
3304 * gdb.base/watchpoint-cond-gone.exp
3305 * gdb.base/watchpoint-delete.exp
3306 * gdb.base/watchpoint-hw-hit-once.exp
3307 * gdb.base/watchpoint-hw.exp
3308 * gdb.base/watchpoint-stops-at-right-insn.exp
3309 * gdb.base/watchpoints.exp
3310 * gdb.base/wchar.exp
3311 * gdb.base/whatis-exp.exp
3312 * gdb.btrace/buffer-size.exp
3313 * gdb.btrace/data.exp
3314 * gdb.btrace/delta.exp
3315 * gdb.btrace/dlopen.exp
3316 * gdb.btrace/enable.exp
3317 * gdb.btrace/exception.exp
3318 * gdb.btrace/function_call_history.exp
3319 * gdb.btrace/gcore.exp
3320 * gdb.btrace/instruction_history.exp
3321 * gdb.btrace/nohist.exp
3322 * gdb.btrace/reconnect.exp
3323 * gdb.btrace/record_goto-step.exp
3324 * gdb.btrace/record_goto.exp
3325 * gdb.btrace/rn-dl-bind.exp
3326 * gdb.btrace/segv.exp
3327 * gdb.btrace/step.exp
3328 * gdb.btrace/stepi.exp
3329 * gdb.btrace/tailcall-only.exp
3330 * gdb.btrace/tailcall.exp
3331 * gdb.btrace/tsx.exp
3332 * gdb.btrace/unknown_functions.exp
3333 * gdb.btrace/vdso.exp
3334 * gdb.compile/compile-ifunc.exp
3335 * gdb.compile/compile-ops.exp
3336 * gdb.compile/compile-print.exp
3337 * gdb.compile/compile-setjmp.exp
3338 * gdb.cp/abstract-origin.exp
3339 * gdb.cp/ambiguous.exp
3340 * gdb.cp/annota2.exp
3341 * gdb.cp/annota3.exp
3342 * gdb.cp/anon-ns.exp
3343 * gdb.cp/anon-struct.exp
3344 * gdb.cp/anon-union.exp
3345 * gdb.cp/arg-reference.exp
3346 * gdb.cp/baseenum.exp
3347 * gdb.cp/bool.exp
3348 * gdb.cp/breakpoint.exp
3349 * gdb.cp/bs15503.exp
3350 * gdb.cp/call-c.exp
3351 * gdb.cp/casts.exp
3352 * gdb.cp/chained-calls.exp
3353 * gdb.cp/class2.exp
3354 * gdb.cp/classes.exp
3355 * gdb.cp/cmpd-minsyms.exp
3356 * gdb.cp/converts.exp
3357 * gdb.cp/cp-relocate.exp
3358 * gdb.cp/cpcompletion.exp
3359 * gdb.cp/cpexprs.exp
3360 * gdb.cp/cplabel.exp
3361 * gdb.cp/cplusfuncs.exp
3362 * gdb.cp/cpsizeof.exp
3363 * gdb.cp/ctti.exp
3364 * gdb.cp/derivation.exp
3365 * gdb.cp/destrprint.exp
3366 * gdb.cp/dispcxx.exp
3367 * gdb.cp/enum-class.exp
3368 * gdb.cp/exception.exp
3369 * gdb.cp/exceptprint.exp
3370 * gdb.cp/expand-psymtabs-cxx.exp
3371 * gdb.cp/expand-sals.exp
3372 * gdb.cp/extern-c.exp
3373 * gdb.cp/filename.exp
3374 * gdb.cp/formatted-ref.exp
3375 * gdb.cp/fpointer.exp
3376 * gdb.cp/gdb1355.exp
3377 * gdb.cp/gdb2495.exp
3378 * gdb.cp/hang.exp
3379 * gdb.cp/impl-this.exp
3380 * gdb.cp/infcall-dlopen.exp
3381 * gdb.cp/inherit.exp
3382 * gdb.cp/iostream.exp
3383 * gdb.cp/koenig.exp
3384 * gdb.cp/local.exp
3385 * gdb.cp/m-data.exp
3386 * gdb.cp/m-static.exp
3387 * gdb.cp/mb-ctor.exp
3388 * gdb.cp/mb-inline.exp
3389 * gdb.cp/mb-templates.exp
3390 * gdb.cp/member-name.exp
3391 * gdb.cp/member-ptr.exp
3392 * gdb.cp/meth-typedefs.exp
3393 * gdb.cp/method.exp
3394 * gdb.cp/method2.exp
3395 * gdb.cp/minsym-fallback.exp
3396 * gdb.cp/misc.exp
3397 * gdb.cp/namelessclass.exp
3398 * gdb.cp/namespace-enum.exp
3399 * gdb.cp/namespace-nested-import.exp
3400 * gdb.cp/namespace.exp
3401 * gdb.cp/nextoverthrow.exp
3402 * gdb.cp/no-dmgl-verbose.exp
3403 * gdb.cp/non-trivial-retval.exp
3404 * gdb.cp/noparam.exp
3405 * gdb.cp/nsdecl.exp
3406 * gdb.cp/nsimport.exp
3407 * gdb.cp/nsnested.exp
3408 * gdb.cp/nsnoimports.exp
3409 * gdb.cp/nsrecurs.exp
3410 * gdb.cp/nsstress.exp
3411 * gdb.cp/nsusing.exp
3412 * gdb.cp/operator.exp
3413 * gdb.cp/oranking.exp
3414 * gdb.cp/overload-const.exp
3415 * gdb.cp/overload.exp
3416 * gdb.cp/ovldbreak.exp
3417 * gdb.cp/ovsrch.exp
3418 * gdb.cp/paren-type.exp
3419 * gdb.cp/parse-lang.exp
3420 * gdb.cp/pass-by-ref.exp
3421 * gdb.cp/pr-1023.exp
3422 * gdb.cp/pr-1210.exp
3423 * gdb.cp/pr-574.exp
3424 * gdb.cp/pr10687.exp
3425 * gdb.cp/pr12028.exp
3426 * gdb.cp/pr17132.exp
3427 * gdb.cp/pr17494.exp
3428 * gdb.cp/pr9067.exp
3429 * gdb.cp/pr9167.exp
3430 * gdb.cp/pr9631.exp
3431 * gdb.cp/printmethod.exp
3432 * gdb.cp/psmang.exp
3433 * gdb.cp/psymtab-parameter.exp
3434 * gdb.cp/ptype-cv-cp.exp
3435 * gdb.cp/ptype-flags.exp
3436 * gdb.cp/re-set-overloaded.exp
3437 * gdb.cp/ref-types.exp
3438 * gdb.cp/rtti.exp
3439 * gdb.cp/scope-err.exp
3440 * gdb.cp/shadow.exp
3441 * gdb.cp/smartp.exp
3442 * gdb.cp/static-method.exp
3443 * gdb.cp/static-print-quit.exp
3444 * gdb.cp/temargs.exp
3445 * gdb.cp/templates.exp
3446 * gdb.cp/try_catch.exp
3447 * gdb.cp/typedef-operator.exp
3448 * gdb.cp/typeid.exp
3449 * gdb.cp/userdef.exp
3450 * gdb.cp/using-crash.exp
3451 * gdb.cp/var-tag.exp
3452 * gdb.cp/virtbase.exp
3453 * gdb.cp/virtfunc.exp
3454 * gdb.cp/virtfunc2.exp
3455 * gdb.cp/vla-cxx.exp
3456 * gdb.disasm/t01_mov.exp
3457 * gdb.disasm/t02_mova.exp
3458 * gdb.disasm/t03_add.exp
3459 * gdb.disasm/t04_sub.exp
3460 * gdb.disasm/t05_cmp.exp
3461 * gdb.disasm/t06_ari2.exp
3462 * gdb.disasm/t07_ari3.exp
3463 * gdb.disasm/t08_or.exp
3464 * gdb.disasm/t09_xor.exp
3465 * gdb.disasm/t10_and.exp
3466 * gdb.disasm/t11_logs.exp
3467 * gdb.disasm/t12_bit.exp
3468 * gdb.disasm/t13_otr.exp
3469 * gdb.dlang/circular.exp
3470 * gdb.dwarf2/arr-stride.exp
3471 * gdb.dwarf2/arr-subrange.exp
3472 * gdb.dwarf2/atomic-type.exp
3473 * gdb.dwarf2/bad-regnum.exp
3474 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3475 * gdb.dwarf2/callframecfa.exp
3476 * gdb.dwarf2/clztest.exp
3477 * gdb.dwarf2/corrupt.exp
3478 * gdb.dwarf2/data-loc.exp
3479 * gdb.dwarf2/dup-psym.exp
3480 * gdb.dwarf2/dw2-anon-mptr.exp
3481 * gdb.dwarf2/dw2-anonymous-func.exp
3482 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3483 * gdb.dwarf2/dw2-bad-unresolved.exp
3484 * gdb.dwarf2/dw2-basic.exp
3485 * gdb.dwarf2/dw2-canonicalize-type.exp
3486 * gdb.dwarf2/dw2-case-insensitive.exp
3487 * gdb.dwarf2/dw2-common-block.exp
3488 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3489 * gdb.dwarf2/dw2-compressed.exp
3490 * gdb.dwarf2/dw2-const.exp
3491 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3492 * gdb.dwarf2/dw2-cu-size.exp
3493 * gdb.dwarf2/dw2-dup-frame.exp
3494 * gdb.dwarf2/dw2-entry-value.exp
3495 * gdb.dwarf2/dw2-icycle.exp
3496 * gdb.dwarf2/dw2-ifort-parameter.exp
3497 * gdb.dwarf2/dw2-inline-break.exp
3498 * gdb.dwarf2/dw2-inline-param.exp
3499 * gdb.dwarf2/dw2-intercu.exp
3500 * gdb.dwarf2/dw2-intermix.exp
3501 * gdb.dwarf2/dw2-lexical-block-bare.exp
3502 * gdb.dwarf2/dw2-linkage-name-trust.exp
3503 * gdb.dwarf2/dw2-minsym-in-cu.exp
3504 * gdb.dwarf2/dw2-noloc.exp
3505 * gdb.dwarf2/dw2-op-call.exp
3506 * gdb.dwarf2/dw2-op-out-param.exp
3507 * gdb.dwarf2/dw2-opt-structptr.exp
3508 * gdb.dwarf2/dw2-param-error.exp
3509 * gdb.dwarf2/dw2-producer.exp
3510 * gdb.dwarf2/dw2-ranges-base.exp
3511 * gdb.dwarf2/dw2-ref-missing-frame.exp
3512 * gdb.dwarf2/dw2-reg-undefined.exp
3513 * gdb.dwarf2/dw2-regno-invalid.exp
3514 * gdb.dwarf2/dw2-restore.exp
3515 * gdb.dwarf2/dw2-restrict.exp
3516 * gdb.dwarf2/dw2-single-line-discriminators.exp
3517 * gdb.dwarf2/dw2-strp.exp
3518 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3519 * gdb.dwarf2/dw2-unresolved.exp
3520 * gdb.dwarf2/dw2-var-zero-addr.exp
3521 * gdb.dwarf2/dw4-sig-types.exp
3522 * gdb.dwarf2/dwz.exp
3523 * gdb.dwarf2/dynarr-ptr.exp
3524 * gdb.dwarf2/enum-type.exp
3525 * gdb.dwarf2/gdb-index.exp
3526 * gdb.dwarf2/implptr-64bit.exp
3527 * gdb.dwarf2/implptr-optimized-out.exp
3528 * gdb.dwarf2/implptr.exp
3529 * gdb.dwarf2/implref-array.exp
3530 * gdb.dwarf2/implref-const.exp
3531 * gdb.dwarf2/implref-global.exp
3532 * gdb.dwarf2/implref-struct.exp
3533 * gdb.dwarf2/mac-fileno.exp
3534 * gdb.dwarf2/main-subprogram.exp
3535 * gdb.dwarf2/member-ptr-forwardref.exp
3536 * gdb.dwarf2/method-ptr.exp
3537 * gdb.dwarf2/missing-sig-type.exp
3538 * gdb.dwarf2/nonvar-access.exp
3539 * gdb.dwarf2/opaque-type-lookup.exp
3540 * gdb.dwarf2/pieces-optimized-out.exp
3541 * gdb.dwarf2/pieces.exp
3542 * gdb.dwarf2/pr10770.exp
3543 * gdb.dwarf2/pr13961.exp
3544 * gdb.dwarf2/staticvirtual.exp
3545 * gdb.dwarf2/subrange.exp
3546 * gdb.dwarf2/symtab-producer.exp
3547 * gdb.dwarf2/trace-crash.exp
3548 * gdb.dwarf2/typeddwarf.exp
3549 * gdb.dwarf2/valop.exp
3550 * gdb.dwarf2/watch-notconst.exp
3551 * gdb.fortran/array-element.exp
3552 * gdb.fortran/charset.exp
3553 * gdb.fortran/common-block.exp
3554 * gdb.fortran/complex.exp
3555 * gdb.fortran/derived-type-function.exp
3556 * gdb.fortran/derived-type.exp
3557 * gdb.fortran/logical.exp
3558 * gdb.fortran/module.exp
3559 * gdb.fortran/multi-dim.exp
3560 * gdb.fortran/nested-funcs.exp
3561 * gdb.fortran/print-formatted.exp
3562 * gdb.fortran/subarray.exp
3563 * gdb.fortran/vla-alloc-assoc.exp
3564 * gdb.fortran/vla-datatypes.exp
3565 * gdb.fortran/vla-history.exp
3566 * gdb.fortran/vla-ptr-info.exp
3567 * gdb.fortran/vla-ptype-sub.exp
3568 * gdb.fortran/vla-ptype.exp
3569 * gdb.fortran/vla-sizeof.exp
3570 * gdb.fortran/vla-type.exp
3571 * gdb.fortran/vla-value-sub-arbitrary.exp
3572 * gdb.fortran/vla-value-sub-finish.exp
3573 * gdb.fortran/vla-value-sub.exp
3574 * gdb.fortran/vla-value.exp
3575 * gdb.fortran/whatis_type.exp
3576 * gdb.go/chan.exp
3577 * gdb.go/handcall.exp
3578 * gdb.go/hello.exp
3579 * gdb.go/integers.exp
3580 * gdb.go/methods.exp
3581 * gdb.go/package.exp
3582 * gdb.go/strings.exp
3583 * gdb.go/types.exp
3584 * gdb.go/unsafe.exp
3585 * gdb.guile/scm-arch.exp
3586 * gdb.guile/scm-block.exp
3587 * gdb.guile/scm-breakpoint.exp
3588 * gdb.guile/scm-cmd.exp
3589 * gdb.guile/scm-disasm.exp
3590 * gdb.guile/scm-equal.exp
3591 * gdb.guile/scm-frame-args.exp
3592 * gdb.guile/scm-frame-inline.exp
3593 * gdb.guile/scm-frame.exp
3594 * gdb.guile/scm-iterator.exp
3595 * gdb.guile/scm-math.exp
3596 * gdb.guile/scm-objfile.exp
3597 * gdb.guile/scm-ports.exp
3598 * gdb.guile/scm-symbol.exp
3599 * gdb.guile/scm-symtab.exp
3600 * gdb.guile/scm-value-cc.exp
3601 * gdb.guile/types-module.exp
3602 * gdb.linespec/break-ask.exp
3603 * gdb.linespec/cpexplicit.exp
3604 * gdb.linespec/explicit.exp
3605 * gdb.linespec/keywords.exp
3606 * gdb.linespec/linespec.exp
3607 * gdb.linespec/ls-dollar.exp
3608 * gdb.linespec/ls-errs.exp
3609 * gdb.linespec/skip-two.exp
3610 * gdb.linespec/thread.exp
3611 * gdb.mi/mi-async.exp
3612 * gdb.mi/mi-basics.exp
3613 * gdb.mi/mi-break.exp
3614 * gdb.mi/mi-catch-load.exp
3615 * gdb.mi/mi-cli.exp
3616 * gdb.mi/mi-cmd-param-changed.exp
3617 * gdb.mi/mi-console.exp
3618 * gdb.mi/mi-detach.exp
3619 * gdb.mi/mi-disassemble.exp
3620 * gdb.mi/mi-eval.exp
3621 * gdb.mi/mi-file-transfer.exp
3622 * gdb.mi/mi-file.exp
3623 * gdb.mi/mi-fill-memory.exp
3624 * gdb.mi/mi-inheritance-syntax-error.exp
3625 * gdb.mi/mi-linespec-err-cp.exp
3626 * gdb.mi/mi-logging.exp
3627 * gdb.mi/mi-memory-changed.exp
3628 * gdb.mi/mi-read-memory.exp
3629 * gdb.mi/mi-record-changed.exp
3630 * gdb.mi/mi-reg-undefined.exp
3631 * gdb.mi/mi-regs.exp
3632 * gdb.mi/mi-return.exp
3633 * gdb.mi/mi-reverse.exp
3634 * gdb.mi/mi-simplerun.exp
3635 * gdb.mi/mi-solib.exp
3636 * gdb.mi/mi-stack.exp
3637 * gdb.mi/mi-stepi.exp
3638 * gdb.mi/mi-syn-frame.exp
3639 * gdb.mi/mi-until.exp
3640 * gdb.mi/mi-var-block.exp
3641 * gdb.mi/mi-var-child.exp
3642 * gdb.mi/mi-var-cmd.exp
3643 * gdb.mi/mi-var-cp.exp
3644 * gdb.mi/mi-var-display.exp
3645 * gdb.mi/mi-var-invalidate.exp
3646 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3647 * gdb.mi/mi-vla-fortran.exp
3648 * gdb.mi/mi-watch.exp
3649 * gdb.mi/mi2-var-child.exp
3650 * gdb.mi/user-selected-context-sync.exp
3651 * gdb.modula2/unbounded-array.exp
3652 * gdb.multi/dummy-frame-restore.exp
3653 * gdb.multi/multi-arch-exec.exp
3654 * gdb.multi/multi-arch.exp
3655 * gdb.multi/tids.exp
3656 * gdb.multi/watchpoint-multi.exp
3657 * gdb.opencl/callfuncs.exp
3658 * gdb.opencl/convs_casts.exp
3659 * gdb.opencl/datatypes.exp
3660 * gdb.opencl/operators.exp
3661 * gdb.opencl/vec_comps.exp
3662 * gdb.opt/clobbered-registers-O2.exp
3663 * gdb.opt/inline-break.exp
3664 * gdb.opt/inline-bt.exp
3665 * gdb.opt/inline-cmds.exp
3666 * gdb.opt/inline-locals.exp
3667 * gdb.pascal/case-insensitive-symbols.exp
3668 * gdb.pascal/floats.exp
3669 * gdb.pascal/gdb11492.exp
3670 * gdb.python/lib-types.exp
3671 * gdb.python/py-arch.exp
3672 * gdb.python/py-as-string.exp
3673 * gdb.python/py-bad-printers.exp
3674 * gdb.python/py-block.exp
3675 * gdb.python/py-breakpoint-create-fail.exp
3676 * gdb.python/py-breakpoint.exp
3677 * gdb.python/py-caller-is.exp
3678 * gdb.python/py-cmd.exp
3679 * gdb.python/py-explore-cc.exp
3680 * gdb.python/py-explore.exp
3681 * gdb.python/py-finish-breakpoint.exp
3682 * gdb.python/py-finish-breakpoint2.exp
3683 * gdb.python/py-frame-args.exp
3684 * gdb.python/py-frame-inline.exp
3685 * gdb.python/py-frame.exp
3686 * gdb.python/py-framefilter-mi.exp
3687 * gdb.python/py-infthread.exp
3688 * gdb.python/py-lazy-string.exp
3689 * gdb.python/py-linetable.exp
3690 * gdb.python/py-mi-events.exp
3691 * gdb.python/py-mi-objfile.exp
3692 * gdb.python/py-mi.exp
3693 * gdb.python/py-objfile.exp
3694 * gdb.python/py-pp-integral.exp
3695 * gdb.python/py-pp-maint.exp
3696 * gdb.python/py-pp-re-notag.exp
3697 * gdb.python/py-pp-registration.exp
3698 * gdb.python/py-recurse-unwind.exp
3699 * gdb.python/py-strfns.exp
3700 * gdb.python/py-symbol.exp
3701 * gdb.python/py-symtab.exp
3702 * gdb.python/py-sync-interp.exp
3703 * gdb.python/py-typeprint.exp
3704 * gdb.python/py-unwind-maint.exp
3705 * gdb.python/py-unwind.exp
3706 * gdb.python/py-value-cc.exp
3707 * gdb.python/py-xmethods.exp
3708 * gdb.reverse/amd64-tailcall-reverse.exp
3709 * gdb.reverse/break-precsave.exp
3710 * gdb.reverse/break-reverse.exp
3711 * gdb.reverse/consecutive-precsave.exp
3712 * gdb.reverse/consecutive-reverse.exp
3713 * gdb.reverse/finish-precsave.exp
3714 * gdb.reverse/finish-reverse-bkpt.exp
3715 * gdb.reverse/finish-reverse.exp
3716 * gdb.reverse/fstatat-reverse.exp
3717 * gdb.reverse/getresuid-reverse.exp
3718 * gdb.reverse/i386-precsave.exp
3719 * gdb.reverse/i386-reverse.exp
3720 * gdb.reverse/i386-sse-reverse.exp
3721 * gdb.reverse/i387-env-reverse.exp
3722 * gdb.reverse/i387-stack-reverse.exp
3723 * gdb.reverse/insn-reverse.exp
3724 * gdb.reverse/machinestate-precsave.exp
3725 * gdb.reverse/machinestate.exp
3726 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3727 * gdb.reverse/pipe-reverse.exp
3728 * gdb.reverse/readv-reverse.exp
3729 * gdb.reverse/recvmsg-reverse.exp
3730 * gdb.reverse/rerun-prec.exp
3731 * gdb.reverse/s390-mvcle.exp
3732 * gdb.reverse/step-precsave.exp
3733 * gdb.reverse/step-reverse.exp
3734 * gdb.reverse/time-reverse.exp
3735 * gdb.reverse/until-precsave.exp
3736 * gdb.reverse/until-reverse.exp
3737 * gdb.reverse/waitpid-reverse.exp
3738 * gdb.reverse/watch-precsave.exp
3739 * gdb.reverse/watch-reverse.exp
3740 * gdb.rust/generics.exp
3741 * gdb.rust/methods.exp
3742 * gdb.rust/modules.exp
3743 * gdb.rust/simple.exp
3744 * gdb.server/connect-with-no-symbol-file.exp
3745 * gdb.server/ext-attach.exp
3746 * gdb.server/ext-restart.exp
3747 * gdb.server/ext-wrapper.exp
3748 * gdb.server/file-transfer.exp
3749 * gdb.server/server-exec-info.exp
3750 * gdb.server/server-kill.exp
3751 * gdb.server/server-mon.exp
3752 * gdb.server/wrapper.exp
3753 * gdb.stabs/exclfwd.exp
3754 * gdb.stabs/gdb11479.exp
3755 * gdb.threads/clone-new-thread-event.exp
3756 * gdb.threads/corethreads.exp
3757 * gdb.threads/current-lwp-dead.exp
3758 * gdb.threads/dlopen-libpthread.exp
3759 * gdb.threads/gcore-thread.exp
3760 * gdb.threads/sigstep-threads.exp
3761 * gdb.threads/watchpoint-fork.exp
3762 * gdb.trace/actions-changed.exp
3763 * gdb.trace/backtrace.exp
3764 * gdb.trace/change-loc.exp
3765 * gdb.trace/circ.exp
3766 * gdb.trace/collection.exp
3767 * gdb.trace/disconnected-tracing.exp
3768 * gdb.trace/ftrace.exp
3769 * gdb.trace/mi-trace-frame-collected.exp
3770 * gdb.trace/mi-trace-unavailable.exp
3771 * gdb.trace/mi-traceframe-changed.exp
3772 * gdb.trace/mi-tsv-changed.exp
3773 * gdb.trace/no-attach-trace.exp
3774 * gdb.trace/passc-dyn.exp
3775 * gdb.trace/qtro.exp
3776 * gdb.trace/range-stepping.exp
3777 * gdb.trace/read-memory.exp
3778 * gdb.trace/save-trace.exp
3779 * gdb.trace/signal.exp
3780 * gdb.trace/status-stop.exp
3781 * gdb.trace/tfile.exp
3782 * gdb.trace/trace-break.exp
3783 * gdb.trace/trace-buffer-size.exp
3784 * gdb.trace/trace-condition.exp
3785 * gdb.trace/tracefile-pseudo-reg.exp
3786 * gdb.trace/tstatus.exp
3787 * gdb.trace/unavailable.exp
3788 * gdb.trace/while-dyn.exp
3789 * gdb.trace/while-stepping.exp
3790
34c41c68
DE
37912016-12-22 Doug Evans <xdje42@gmail.com>
3792
3793 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3794 and msymbols.
3795
16e69324
YQ
37962016-12-19 Yao Qi <yao.qi@linaro.org>
3797
3798 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3799 (test_with_self): Don't call do_steps_and_nexts, and remove
3800 code about stepping into xmalloc.
3801
f94f411b
YQ
38022016-12-09 Yao Qi <yao.qi@linaro.org>
3803
3804 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3805
38062016-12-09 Yao Qi <yao.qi@linaro.org>
3807
3808 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3809
f1b5deee
PA
38102016-12-09 Pedro Alves <palves@redhat.com>
3811
3812 * gdb.base/all-architectures-0.exp: New file.
3813 * gdb.base/all-architectures-1.exp: New file.
3814 * gdb.base/all-architectures-2.exp: New file.
3815 * gdb.base/all-architectures-3.exp: New file.
3816 * gdb.base/all-architectures-4.exp: New file.
3817 * gdb.base/all-architectures-5.exp: New file.
3818 * gdb.base/all-architectures-6.exp: New file.
3819 * gdb.base/all-architectures-7.exp: New file.
3820 * gdb.base/all-architectures.exp.in: New file.
3821
364ca42e
YQ
38222016-12-09 Yao Qi <yao.qi@linaro.org>
3823
3824 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3825
107c2d62
LM
38262016-12-02 Luis Machado <lgustavo@codesourcery.com>
3827
3828 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3829 possible.
3830 Remove useless pattern-matching code.
3831
df3ee9ca
PA
38322016-12-02 Pedro Alves <palves@redhat.com>
3833
3834 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3835 procedure.
3836 (top level): Call it.
3837
ec835369
PA
38382016-12-02 Pedro Alves <palves@redhat.com>
3839
3840 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3841 New procedure.
3842 (top level): Call it.
3843
01770bbd
PA
38442016-12-02 Pedro Alves <palves@redhat.com>
3845
3846 PR cli/20559
3847 * gdb.base/commands.exp (user_defined_command_args_eval): New
3848 procedure.
3849 (top level): Call it.
3850
008459ea
LM
38512016-12-02 Luis Machado <lgustavo@codesourcery.com>
3852
3853 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3854 timeout handling.
3855
0c1b455e
TT
38562016-12-02 Tom Tromey <tom@tromey.com>
3857
3858 * gdb.dwarf2/main-subprogram.c: New file.
3859 * gdb.dwarf2/main-subprogram.exp: New file.
3860
018572b8
LM
38612016-12-01 Luis Machado <lgustavo@codesourcery.com>
3862
3863 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3864 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3865 gdb_test_no_output for a couple of cases.
3866 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3867
84c93cd5
LM
38682016-12-01 Luis Machado <lgustavo@codesourcery.com>
3869
3870 Fix test names and standardize compilation error messages throughout
3871 the following files:
3872
3873 * gdb.ada/start.exp
3874 * gdb.arch/alpha-step.exp
3875 * gdb.arch/e500-prologue.exp
3876 * gdb.arch/ftrace-insn-reloc.exp
3877 * gdb.arch/gdb1291.exp
3878 * gdb.arch/gdb1431.exp
3879 * gdb.arch/gdb1558.exp
3880 * gdb.arch/i386-dr3-watch.exp
3881 * gdb.arch/i386-sse-stack-align.exp
3882 * gdb.arch/ia64-breakpoint-shadow.exp
3883 * gdb.arch/pa-nullify.exp
3884 * gdb.arch/powerpc-aix-prologue.exp
3885 * gdb.arch/thumb-bx-pc.exp
3886 * gdb.base/annota1.exp
3887 * gdb.base/annota3.exp
3888 * gdb.base/arrayidx.exp
3889 * gdb.base/assign.exp
3890 * gdb.base/attach.exp
3891 * gdb.base/auxv.exp
3892 * gdb.base/bang.exp
3893 * gdb.base/bfp-test.exp
3894 * gdb.base/bigcore.exp
3895 * gdb.base/bitfields2.exp
3896 * gdb.base/break-fun-addr.exp
3897 * gdb.base/break-probes.exp
3898 * gdb.base/call-rt-st.exp
3899 * gdb.base/callexit.exp
3900 * gdb.base/catch-fork-kill.exp
3901 * gdb.base/charset.exp
3902 * gdb.base/checkpoint.exp
3903 * gdb.base/comprdebug.exp
3904 * gdb.base/constvars.exp
3905 * gdb.base/coredump-filter.exp
3906 * gdb.base/cursal.exp
3907 * gdb.base/cvexpr.exp
3908 * gdb.base/detach.exp
3909 * gdb.base/display.exp
3910 * gdb.base/dmsym.exp
3911 * gdb.base/dprintf-pending.exp
3912 * gdb.base/dso2dso.exp
3913 * gdb.base/dtrace-probe.exp
3914 * gdb.base/dump.exp
3915 * gdb.base/enum_cond.exp
3916 * gdb.base/exe-lock.exp
3917 * gdb.base/exec-invalid-sysroot.exp
3918 * gdb.base/execl-update-breakpoints.exp
3919 * gdb.base/exprs.exp
3920 * gdb.base/fileio.exp
3921 * gdb.base/find.exp
3922 * gdb.base/finish.exp
3923 * gdb.base/fixsection.exp
3924 * gdb.base/foll-vfork.exp
3925 * gdb.base/frame-args.exp
3926 * gdb.base/gcore.exp
3927 * gdb.base/gdb1250.exp
3928 * gdb.base/global-var-nested-by-dso.exp
3929 * gdb.base/gnu-ifunc.exp
3930 * gdb.base/hashline1.exp
3931 * gdb.base/hashline2.exp
3932 * gdb.base/hashline3.exp
3933 * gdb.base/hbreak-in-shr-unsupported.exp
3934 * gdb.base/huge.exp
3935 * gdb.base/infcall-input.exp
3936 * gdb.base/info-fun.exp
3937 * gdb.base/info-shared.exp
3938 * gdb.base/jit-simple.exp
3939 * gdb.base/jit-so.exp
3940 * gdb.base/jit.exp
3941 * gdb.base/jump.exp
3942 * gdb.base/label.exp
3943 * gdb.base/lineinc.exp
3944 * gdb.base/logical.exp
3945 * gdb.base/longjmp.exp
3946 * gdb.base/macscp.exp
3947 * gdb.base/miscexprs.exp
3948 * gdb.base/new-ui-echo.exp
3949 * gdb.base/new-ui-pending-input.exp
3950 * gdb.base/new-ui.exp
3951 * gdb.base/nodebug.exp
3952 * gdb.base/nofield.exp
3953 * gdb.base/offsets.exp
3954 * gdb.base/overlays.exp
3955 * gdb.base/pending.exp
3956 * gdb.base/pointers.exp
3957 * gdb.base/pr11022.exp
3958 * gdb.base/printcmds.exp
3959 * gdb.base/prologue.exp
3960 * gdb.base/ptr-typedef.exp
3961 * gdb.base/realname-expand.exp
3962 * gdb.base/relativedebug.exp
3963 * gdb.base/relocate.exp
3964 * gdb.base/remote.exp
3965 * gdb.base/reread.exp
3966 * gdb.base/return2.exp
3967 * gdb.base/savedregs.exp
3968 * gdb.base/sep.exp
3969 * gdb.base/sepdebug.exp
3970 * gdb.base/sepsymtab.exp
3971 * gdb.base/set-inferior-tty.exp
3972 * gdb.base/setshow.exp
3973 * gdb.base/shlib-call.exp
3974 * gdb.base/sigaltstack.exp
3975 * gdb.base/siginfo-addr.exp
3976 * gdb.base/signals.exp
3977 * gdb.base/signull.exp
3978 * gdb.base/sigrepeat.exp
3979 * gdb.base/so-impl-ld.exp
3980 * gdb.base/solib-display.exp
3981 * gdb.base/solib-overlap.exp
3982 * gdb.base/solib-search.exp
3983 * gdb.base/solib-symbol.exp
3984 * gdb.base/structs.exp
3985 * gdb.base/structs2.exp
3986 * gdb.base/symtab-search-order.exp
3987 * gdb.base/twice.exp
3988 * gdb.base/unload.exp
3989 * gdb.base/varargs.exp
3990 * gdb.base/watchpoint-solib.exp
3991 * gdb.base/watchpoint.exp
3992 * gdb.base/whatis.exp
3993 * gdb.base/wrong_frame_bt_full.exp
3994 * gdb.btrace/dlopen.exp
3995 * gdb.cell/ea-standalone.exp
3996 * gdb.cell/ea-test.exp
3997 * gdb.cp/dispcxx.exp
3998 * gdb.cp/gdb2384.exp
3999 * gdb.cp/method2.exp
4000 * gdb.cp/nextoverthrow.exp
4001 * gdb.cp/pr10728.exp
4002 * gdb.disasm/am33.exp
4003 * gdb.disasm/h8300s.exp
4004 * gdb.disasm/mn10300.exp
4005 * gdb.disasm/sh3.exp
4006 * gdb.dwarf2/dw2-dir-file-name.exp
4007 * gdb.fortran/complex.exp
4008 * gdb.fortran/library-module.exp
4009 * gdb.guile/scm-pretty-print.exp
4010 * gdb.guile/scm-symbol.exp
4011 * gdb.guile/scm-type.exp
4012 * gdb.guile/scm-value.exp
4013 * gdb.linespec/linespec.exp
4014 * gdb.mi/gdb701.exp
4015 * gdb.mi/gdb792.exp
4016 * gdb.mi/mi-breakpoint-changed.exp
4017 * gdb.mi/mi-dprintf-pending.exp
4018 * gdb.mi/mi-dprintf.exp
4019 * gdb.mi/mi-exit-code.exp
4020 * gdb.mi/mi-pending.exp
4021 * gdb.mi/mi-solib.exp
4022 * gdb.mi/new-ui-mi-sync.exp
4023 * gdb.mi/pr11022.exp
4024 * gdb.mi/user-selected-context-sync.exp
4025 * gdb.opt/solib-intra-step.exp
4026 * gdb.python/py-events.exp
4027 * gdb.python/py-finish-breakpoint.exp
4028 * gdb.python/py-mi.exp
4029 * gdb.python/py-prettyprint.exp
4030 * gdb.python/py-shared.exp
4031 * gdb.python/py-symbol.exp
4032 * gdb.python/py-template.exp
4033 * gdb.python/py-type.exp
4034 * gdb.python/py-value.exp
4035 * gdb.reverse/solib-precsave.exp
4036 * gdb.reverse/solib-reverse.exp
4037 * gdb.server/solib-list.exp
4038 * gdb.stabs/weird.exp
4039 * gdb.threads/reconnect-signal.exp
4040 * gdb.threads/stepi-random-signal.exp
4041 * gdb.trace/actions.exp
4042 * gdb.trace/ax.exp
4043 * gdb.trace/backtrace.exp
4044 * gdb.trace/change-loc.exp
4045 * gdb.trace/deltrace.exp
4046 * gdb.trace/ftrace-lock.exp
4047 * gdb.trace/ftrace.exp
4048 * gdb.trace/infotrace.exp
4049 * gdb.trace/mi-tracepoint-changed.exp
4050 * gdb.trace/packetlen.exp
4051 * gdb.trace/passcount.exp
4052 * gdb.trace/pending.exp
4053 * gdb.trace/range-stepping.exp
4054 * gdb.trace/report.exp
4055 * gdb.trace/stap-trace.exp
4056 * gdb.trace/tfind.exp
4057 * gdb.trace/trace-break.exp
4058 * gdb.trace/trace-condition.exp
4059 * gdb.trace/trace-enable-disable.exp
4060 * gdb.trace/trace-mt.exp
4061 * gdb.trace/tracecmd.exp
4062 * gdb.trace/tspeed.exp
4063 * gdb.trace/tsv.exp
4064 * lib/perftest.exp
4065
fb9feb35
LM
40662016-12-01 Luis Machado <lgustavo@codesourcery.com>
4067
4068 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4069 with gdb_test_no_output.
4070 Use command as test name.
4071
cd2ddb6c
LM
40722016-12-01 Luis Machado <lgustavo@codesourcery.com>
4073
4074 Fix test names starting with uppercase throughout the files.
4075
4076 * gdb.ada/assign_1.exp
4077 * gdb.ada/boolean_expr.exp
4078 * gdb.base/arrayidx.exp
4079 * gdb.base/del.exp
4080 * gdb.base/gcore-buffer-overflow.exp
4081 * gdb.base/testenv.exp
4082 * gdb.compile/compile.exp
4083 * gdb.python/py-framefilter-invalidarg.exp
4084 * gdb.python/py-framefilter.exp
4085
bb95117e
LM
40862016-12-01 Luis Machado <lgustavo@codesourcery.com>
4087
4088 Fix test names starting with uppercase throughout the files.
4089
4090 * gdb.ada/array_return.exp
4091 * gdb.ada/expr_delims.exp
4092 * gdb.ada/mi_dyn_arr.exp
4093 * gdb.ada/mi_interface.exp
4094 * gdb.ada/mi_var_array.exp
4095 * gdb.ada/watch_arg.exp
4096 * gdb.arch/alpha-step.exp
4097 * gdb.arch/altivec-regs.exp
4098 * gdb.arch/e500-regs.exp
4099 * gdb.arch/powerpc-d128-regs.exp
4100 * gdb.base/arrayidx.exp
4101 * gdb.base/break.exp
4102 * gdb.base/checkpoint.exp
4103 * gdb.base/debug-expr.exp
4104 * gdb.base/dmsym.exp
4105 * gdb.base/radix.exp
4106 * gdb.base/sepdebug.exp
4107 * gdb.base/testenv.exp
4108 * gdb.base/watch_thread_num.exp
4109 * gdb.base/watchpoint-cond-gone.exp
4110 * gdb.cell/break.exp
4111 * gdb.cell/ea-cache.exp
4112 * gdb.compile/compile.exp
4113 * gdb.cp/gdb2495.exp
4114 * gdb.gdb/selftest.exp
4115 * gdb.gdb/xfullpath.exp
4116 * gdb.go/hello.exp
4117 * gdb.go/integers.exp
4118 * gdb.objc/basicclass.exp
4119 * gdb.pascal/hello.exp
4120 * gdb.pascal/integers.exp
4121 * gdb.python/py-breakpoint.exp
4122 * gdb.python/py-cmd.exp
4123 * gdb.python/py-linetable.exp
4124 * gdb.python/py-xmethods.exp
4125 * gdb.python/python.exp
4126 * gdb.reverse/consecutive-precsave.exp
4127 * gdb.reverse/finish-precsave.exp
4128 * gdb.reverse/i386-precsave.exp
4129 * gdb.reverse/machinestate-precsave.exp
4130 * gdb.reverse/sigall-precsave.exp
4131 * gdb.reverse/solib-precsave.exp
4132 * gdb.reverse/step-precsave.exp
4133 * gdb.reverse/until-precsave.exp
4134 * gdb.reverse/watch-precsave.exp
4135 * gdb.threads/leader-exit.exp
4136 * gdb.threads/pthreads.exp
4137 * gdb.threads/wp-replication.exp
4138 * gdb.trace/actions.exp
4139 * gdb.trace/mi-tsv-changed.exp
4140 * gdb.trace/tsv.exp
4141
de97fdd4
LM
41422016-12-01 Luis Machado <lgustavo@codesourcery.com>
4143
4144 Fix test names starting with uppercase throughout the files.
4145
4146 * gdb.arch/i386-bp_permanent.exp
4147 * gdb.arch/i386-gnu-cfi.exp
4148 * gdb.base/disasm-end-cu.exp
4149 * gdb.base/macscp.exp
4150 * gdb.base/pending.exp
4151 * gdb.base/watch_thread_num.exp
4152 * gdb.cp/exception.exp
4153 * gdb.cp/gdb2495.exp
4154 * gdb.cp/local.exp
4155 * gdb.python/py-evsignal.exp
4156 * gdb.python/python.exp
4157 * gdb.trace/tracecmd.exp
4158
9f058c10
LM
41592016-12-01 Luis Machado <lgustavo@codesourcery.com>
4160
4161 Fix test names starting with uppercase throughout the files.
4162
4163 * gdb.base/charset.exp
4164 * gdb.base/eval.exp
4165 * gdb.base/multi-forks.exp
4166 * gdb.guile/scm-progspace.exp
4167 * gdb.opencl/datatypes.exp
4168 * gdb.python/py-block.exp
4169 * gdb.python/py-function.exp
4170 * gdb.python/py-symbol.exp
4171 * gdb.python/py-symtab.exp
4172 * gdb.python/py-xmethods.exp
4173 * gdb.reverse/break-precsave.exp
4174 * gdb.reverse/break-reverse.exp
4175 * gdb.reverse/consecutive-precsave.exp
4176 * gdb.reverse/consecutive-reverse.exp
4177 * gdb.reverse/finish-precsave.exp
4178 * gdb.reverse/finish-reverse-bkpt.exp
4179 * gdb.reverse/finish-reverse.exp
4180 * gdb.reverse/fstatat-reverse.exp
4181 * gdb.reverse/getresuid-reverse.exp
4182 * gdb.reverse/i386-precsave.exp
4183 * gdb.reverse/i386-reverse.exp
4184 * gdb.reverse/i386-sse-reverse.exp
4185 * gdb.reverse/i387-stack-reverse.exp
4186 * gdb.reverse/insn-reverse.exp
4187 * gdb.reverse/machinestate-precsave.exp
4188 * gdb.reverse/machinestate.exp
4189 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4190 * gdb.reverse/pipe-reverse.exp
4191 * gdb.reverse/readv-reverse.exp
4192 * gdb.reverse/recvmsg-reverse.exp
4193 * gdb.reverse/rerun-prec.exp
4194 * gdb.reverse/s390-mvcle.exp
4195 * gdb.reverse/sigall-precsave.exp
4196 * gdb.reverse/sigall-reverse.exp
4197 * gdb.reverse/solib-precsave.exp
4198 * gdb.reverse/solib-reverse.exp
4199 * gdb.reverse/step-precsave.exp
4200 * gdb.reverse/step-reverse.exp
4201 * gdb.reverse/time-reverse.exp
4202 * gdb.reverse/until-precsave.exp
4203 * gdb.reverse/until-reverse.exp
4204 * gdb.reverse/waitpid-reverse.exp
4205 * gdb.reverse/watch-precsave.exp
4206 * gdb.reverse/watch-reverse.exp
4207
cdc7edd7
LM
42082016-12-01 Luis Machado <lgustavo@codesourcery.com>
4209
4210 Fix test names starting with uppercase throughout the files.
4211
4212 * gdb.arch/i386-mpx-simple_segv.exp
4213 * gdb.arch/i386-mpx.exp
4214 * gdb.arch/i386-permbkpt.exp
4215 * gdb.arch/pa-nullify.exp
4216 * gdb.arch/powerpc-d128-regs.exp
4217 * gdb.arch/vsx-regs.exp
4218 * gdb.base/bfp-test.exp
4219 * gdb.base/break.exp
4220 * gdb.base/breakpoint-shadow.exp
4221 * gdb.base/callfuncs.exp
4222 * gdb.base/charset.exp
4223 * gdb.base/commands.exp
4224 * gdb.base/completion.exp
4225 * gdb.base/dfp-test.exp
4226 * gdb.base/echo.exp
4227 * gdb.base/ending-run.exp
4228 * gdb.base/eval.exp
4229 * gdb.base/expand-psymtabs.exp
4230 * gdb.base/float128.exp
4231 * gdb.base/floatn.exp
4232 * gdb.base/foll-exec-mode.exp
4233 * gdb.base/gdb1056.exp
4234 * gdb.base/gdb11531.exp
4235 * gdb.base/kill-after-signal.exp
4236 * gdb.base/multi-forks.exp
4237 * gdb.base/overlays.exp
4238 * gdb.base/pending.exp
4239 * gdb.base/sepdebug.exp
4240 * gdb.base/testenv.exp
4241 * gdb.base/valgrind-db-attach.exp
4242 * gdb.base/watch_thread_num.exp
4243 * gdb.base/watchpoint-cond-gone.exp
4244 * gdb.base/watchpoint.exp
4245 * gdb.base/watchpoints.exp
4246 * gdb.cp/arg-reference.exp
4247 * gdb.cp/baseenum.exp
4248 * gdb.cp/operator.exp
4249 * gdb.cp/shadow.exp
4250 * gdb.dwarf2/dw2-op-out-param.exp
4251 * gdb.dwarf2/dw2-reg-undefined.exp
4252 * gdb.go/chan.exp
4253 * gdb.go/hello.exp
4254 * gdb.go/integers.exp
4255 * gdb.go/methods.exp
4256 * gdb.go/package.exp
4257 * gdb.guile/scm-parameter.exp
4258 * gdb.guile/scm-progspace.exp
4259 * gdb.guile/scm-value.exp
4260 * gdb.mi/mi-pending.exp
4261 * gdb.mi/user-selected-context-sync.exp
4262 * gdb.multi/multi-attach.exp
4263 * gdb.multi/tids.exp
4264 * gdb.opt/clobbered-registers-O2.exp
4265 * gdb.pascal/floats.exp
4266 * gdb.pascal/integers.exp
4267 * gdb.python/py-block.exp
4268 * gdb.python/py-events.exp
4269 * gdb.python/py-parameter.exp
4270 * gdb.python/py-symbol.exp
4271 * gdb.python/py-symtab.exp
4272 * gdb.python/py-type.exp
4273 * gdb.python/py-value.exp
4274 * gdb.python/py-xmethods.exp
4275 * gdb.python/python.exp
4276 * gdb.reverse/break-precsave.exp
4277 * gdb.reverse/consecutive-precsave.exp
4278 * gdb.reverse/finish-precsave.exp
4279 * gdb.reverse/i386-precsave.exp
4280 * gdb.reverse/machinestate-precsave.exp
4281 * gdb.reverse/sigall-precsave.exp
4282 * gdb.reverse/solib-precsave.exp
4283 * gdb.reverse/step-precsave.exp
4284 * gdb.reverse/until-precsave.exp
4285 * gdb.reverse/watch-precsave.exp
4286 * gdb.server/ext-attach.exp
4287 * gdb.server/ext-restart.exp
4288 * gdb.server/ext-run.exp
4289 * gdb.server/ext-wrapper.exp
4290 * gdb.stabs/gdb11479.exp
4291 * gdb.stabs/weird.exp
4292 * gdb.threads/attach-many-short-lived-threads.exp
4293 * gdb.threads/kill.exp
4294 * gdb.threads/watchpoint-fork.exp
4295
bc6c7af4
LM
42962016-12-01 Luis Machado <lgustavo@codesourcery.com>
4297
4298 Fix test names starting with uppercase throughout all the files below.
4299
4300 * gdb.ada/array_return.exp
4301 * gdb.ada/catch_ex.exp
4302 * gdb.ada/info_exc.exp
4303 * gdb.ada/mi_catch_ex.exp
4304 * gdb.ada/mi_dyn_arr.exp
4305 * gdb.ada/mi_ex_cond.exp
4306 * gdb.ada/mi_exc_info.exp
4307 * gdb.ada/mi_interface.exp
4308 * gdb.ada/mi_task_arg.exp
4309 * gdb.ada/mi_task_info.exp
4310 * gdb.ada/mi_var_array.exp
4311 * gdb.arch/alpha-step.exp
4312 * gdb.arch/amd64-disp-step.exp
4313 * gdb.arch/arm-disp-step.exp
4314 * gdb.arch/disp-step-insn-reloc.exp
4315 * gdb.arch/e500-prologue.exp
4316 * gdb.arch/ftrace-insn-reloc.exp
4317 * gdb.arch/gdb1558.exp
4318 * gdb.arch/i386-bp_permanent.exp
4319 * gdb.arch/i386-disp-step.exp
4320 * gdb.arch/i386-float.exp
4321 * gdb.arch/i386-gnu-cfi.exp
4322 * gdb.arch/ia64-breakpoint-shadow.exp
4323 * gdb.arch/mips16-thunks.exp
4324 * gdb.arch/pa-nullify.exp
4325 * gdb.arch/powerpc-aix-prologue.exp
4326 * gdb.arch/powerpc-power.exp
4327 * gdb.arch/ppc-dfp.exp
4328 * gdb.arch/s390-tdbregs.exp
4329 * gdb.arch/spu-info.exp
4330 * gdb.arch/spu-ls.exp
4331 * gdb.arch/thumb-bx-pc.exp
4332 * gdb.base/advance.exp
4333 * gdb.base/annota-input-while-running.exp
4334 * gdb.base/arrayidx.exp
4335 * gdb.base/asmlabel.exp
4336 * gdb.base/async.exp
4337 * gdb.base/attach-wait-input.exp
4338 * gdb.base/auto-connect-native-target.exp
4339 * gdb.base/batch-preserve-term-settings.exp
4340 * gdb.base/bfp-test.exp
4341 * gdb.base/bigcore.exp
4342 * gdb.base/bp-permanent.exp
4343 * gdb.base/break-always.exp
4344 * gdb.base/break-fun-addr.exp
4345 * gdb.base/break-idempotent.exp
4346 * gdb.base/break-main-file-remove-fail.exp
4347 * gdb.base/break-probes.exp
4348 * gdb.base/break-unload-file.exp
4349 * gdb.base/break.exp
4350 * gdb.base/call-ar-st.exp
4351 * gdb.base/call-rt-st.exp
4352 * gdb.base/call-sc.exp
4353 * gdb.base/call-signal-resume.exp
4354 * gdb.base/call-strs.exp
4355 * gdb.base/callexit.exp
4356 * gdb.base/callfuncs.exp
4357 * gdb.base/catch-gdb-caused-signals.exp
4358 * gdb.base/catch-signal-siginfo-cond.exp
4359 * gdb.base/catch-syscall.exp
4360 * gdb.base/compare-sections.exp
4361 * gdb.base/cond-eval-mode.exp
4362 * gdb.base/condbreak-call-false.exp
4363 * gdb.base/consecutive-step-over.exp
4364 * gdb.base/cursal.exp
4365 * gdb.base/disabled-location.exp
4366 * gdb.base/disasm-end-cu.exp
4367 * gdb.base/display.exp
4368 * gdb.base/double-prompt-target-event-error.exp
4369 * gdb.base/dprintf-bp-same-addr.exp
4370 * gdb.base/dprintf-detach.exp
4371 * gdb.base/dprintf-next.exp
4372 * gdb.base/dprintf-non-stop.exp
4373 * gdb.base/dprintf-pending.exp
4374 * gdb.base/dso2dso.exp
4375 * gdb.base/ending-run.exp
4376 * gdb.base/enum_cond.exp
4377 * gdb.base/examine-backward.exp
4378 * gdb.base/exe-lock.exp
4379 * gdb.base/exec-invalid-sysroot.exp
4380 * gdb.base/execl-update-breakpoints.exp
4381 * gdb.base/execution-termios.exp
4382 * gdb.base/fileio.exp
4383 * gdb.base/fixsection.exp
4384 * gdb.base/foll-exec-mode.exp
4385 * gdb.base/foll-exec.exp
4386 * gdb.base/fork-running-state.exp
4387 * gdb.base/frame-args.exp
4388 * gdb.base/fullpath-expand.exp
4389 * gdb.base/func-ptr.exp
4390 * gdb.base/gcore-relro-pie.exp
4391 * gdb.base/gdb1090.exp
4392 * gdb.base/gdb1555.exp
4393 * gdb.base/global-var-nested-by-dso.exp
4394 * gdb.base/gnu-ifunc.exp
4395 * gdb.base/hbreak-in-shr-unsupported.exp
4396 * gdb.base/hbreak-unmapped.exp
4397 * gdb.base/hook-stop.exp
4398 * gdb.base/infcall-input.exp
4399 * gdb.base/info-fun.exp
4400 * gdb.base/info-shared.exp
4401 * gdb.base/interrupt-noterm.exp
4402 * gdb.base/jit-so.exp
4403 * gdb.base/jit.exp
4404 * gdb.base/line-symtabs.exp
4405 * gdb.base/list.exp
4406 * gdb.base/longjmp.exp
4407 * gdb.base/macscp.exp
4408 * gdb.base/max-value-size.exp
4409 * gdb.base/nodebug.exp
4410 * gdb.base/nofield.exp
4411 * gdb.base/overlays.exp
4412 * gdb.base/paginate-after-ctrl-c-running.exp
4413 * gdb.base/paginate-bg-execution.exp
4414 * gdb.base/paginate-inferior-exit.exp
4415 * gdb.base/pending.exp
4416 * gdb.base/pr11022.exp
4417 * gdb.base/printcmds.exp
4418 * gdb.base/ptr-typedef.exp
4419 * gdb.base/ptype.exp
4420 * gdb.base/randomize.exp
4421 * gdb.base/range-stepping.exp
4422 * gdb.base/realname-expand.exp
4423 * gdb.base/relativedebug.exp
4424 * gdb.base/remote.exp
4425 * gdb.base/savedregs.exp
4426 * gdb.base/sepdebug.exp
4427 * gdb.base/set-noassign.exp
4428 * gdb.base/shlib-call.exp
4429 * gdb.base/shreloc.exp
4430 * gdb.base/sigaltstack.exp
4431 * gdb.base/sigbpt.exp
4432 * gdb.base/siginfo-addr.exp
4433 * gdb.base/siginfo-obj.exp
4434 * gdb.base/siginfo-thread.exp
4435 * gdb.base/signest.exp
4436 * gdb.base/signull.exp
4437 * gdb.base/sigrepeat.exp
4438 * gdb.base/skip.exp
4439 * gdb.base/so-impl-ld.exp
4440 * gdb.base/solib-corrupted.exp
4441 * gdb.base/solib-disc.exp
4442 * gdb.base/solib-display.exp
4443 * gdb.base/solib-overlap.exp
4444 * gdb.base/solib-search.exp
4445 * gdb.base/solib-symbol.exp
4446 * gdb.base/source-execution.exp
4447 * gdb.base/sss-bp-on-user-bp-2.exp
4448 * gdb.base/sss-bp-on-user-bp.exp
4449 * gdb.base/stack-checking.exp
4450 * gdb.base/stale-infcall.exp
4451 * gdb.base/step-break.exp
4452 * gdb.base/step-line.exp
4453 * gdb.base/step-over-exit.exp
4454 * gdb.base/step-test.exp
4455 * gdb.base/structs.exp
4456 * gdb.base/sym-file.exp
4457 * gdb.base/symtab-search-order.exp
4458 * gdb.base/term.exp
4459 * gdb.base/type-opaque.exp
4460 * gdb.base/unload.exp
4461 * gdb.base/until-nodebug.exp
4462 * gdb.base/until.exp
4463 * gdb.base/unwindonsignal.exp
4464 * gdb.base/watch-cond.exp
4465 * gdb.base/watch-non-mem.exp
4466 * gdb.base/watch_thread_num.exp
4467 * gdb.base/watchpoint-reuse-slot.exp
4468 * gdb.base/watchpoint-solib.exp
4469 * gdb.base/watchpoint.exp
4470 * gdb.btrace/dlopen.exp
4471 * gdb.cell/arch.exp
4472 * gdb.cell/break.exp
4473 * gdb.cell/bt.exp
4474 * gdb.cell/core.exp
4475 * gdb.cell/data.exp
4476 * gdb.cell/dwarfaddr.exp
4477 * gdb.cell/ea-cache.exp
4478 * gdb.cell/ea-standalone.exp
4479 * gdb.cell/ea-test.exp
4480 * gdb.cell/f-regs.exp
4481 * gdb.cell/fork.exp
4482 * gdb.cell/gcore.exp
4483 * gdb.cell/mem-access.exp
4484 * gdb.cell/ptype.exp
4485 * gdb.cell/registers.exp
4486 * gdb.cell/sizeof.exp
4487 * gdb.cell/solib-symbol.exp
4488 * gdb.cell/solib.exp
4489 * gdb.compile/compile-tls.exp
4490 * gdb.cp/exception.exp
4491 * gdb.cp/gdb2495.exp
4492 * gdb.cp/local.exp
4493 * gdb.cp/mb-inline.exp
4494 * gdb.cp/mb-templates.exp
4495 * gdb.cp/pr10687.exp
4496 * gdb.cp/pr9167.exp
4497 * gdb.cp/scope-err.exp
4498 * gdb.cp/templates.exp
4499 * gdb.cp/virtfunc.exp
4500 * gdb.dwarf2/dw2-dir-file-name.exp
4501 * gdb.dwarf2/dw2-single-line-discriminators.exp
4502 * gdb.fortran/complex.exp
4503 * gdb.fortran/library-module.exp
4504 * gdb.guile/guile.exp
4505 * gdb.guile/scm-cmd.exp
4506 * gdb.guile/scm-frame-inline.exp
4507 * gdb.guile/scm-objfile.exp
4508 * gdb.guile/scm-pretty-print.exp
4509 * gdb.guile/scm-symbol.exp
4510 * gdb.guile/scm-type.exp
4511 * gdb.guile/scm-value.exp
4512 * gdb.linespec/keywords.exp
4513 * gdb.linespec/ls-errs.exp
4514 * gdb.linespec/macro-relative.exp
4515 * gdb.linespec/thread.exp
4516 * gdb.mi/mi-breakpoint-changed.exp
4517 * gdb.mi/mi-dprintf-pending.exp
4518 * gdb.mi/mi-fullname-deleted.exp
4519 * gdb.mi/mi-logging.exp
4520 * gdb.mi/mi-pending.exp
4521 * gdb.mi/mi-solib.exp
4522 * gdb.mi/new-ui-mi-sync.exp
4523 * gdb.mi/user-selected-context-sync.exp
4524 * gdb.multi/dummy-frame-restore.exp
4525 * gdb.multi/multi-arch-exec.exp
4526 * gdb.multi/remove-inferiors.exp
4527 * gdb.multi/watchpoint-multi-exit.exp
4528 * gdb.opt/solib-intra-step.exp
4529 * gdb.perf/backtrace.exp
4530 * gdb.perf/single-step.exp
4531 * gdb.perf/skip-command.exp
4532 * gdb.perf/skip-prologue.exp
4533 * gdb.perf/solib.exp
4534 * gdb.python/lib-types.exp
4535 * gdb.python/py-as-string.exp
4536 * gdb.python/py-bad-printers.exp
4537 * gdb.python/py-block.exp
4538 * gdb.python/py-breakpoint.exp
4539 * gdb.python/py-cmd.exp
4540 * gdb.python/py-events.exp
4541 * gdb.python/py-evthreads.exp
4542 * gdb.python/py-finish-breakpoint.exp
4543 * gdb.python/py-finish-breakpoint2.exp
4544 * gdb.python/py-frame-inline.exp
4545 * gdb.python/py-frame.exp
4546 * gdb.python/py-inferior.exp
4547 * gdb.python/py-infthread.exp
4548 * gdb.python/py-mi.exp
4549 * gdb.python/py-objfile.exp
4550 * gdb.python/py-pp-maint.exp
4551 * gdb.python/py-pp-registration.exp
4552 * gdb.python/py-prettyprint.exp
4553 * gdb.python/py-recurse-unwind.exp
4554 * gdb.python/py-shared.exp
4555 * gdb.python/py-symbol.exp
4556 * gdb.python/py-symtab.exp
4557 * gdb.python/py-template.exp
4558 * gdb.python/py-type.exp
4559 * gdb.python/py-unwind-maint.exp
4560 * gdb.python/py-unwind.exp
4561 * gdb.python/py-value.exp
4562 * gdb.python/python.exp
4563 * gdb.reverse/finish-reverse-bkpt.exp
4564 * gdb.reverse/insn-reverse.exp
4565 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4566 * gdb.reverse/solib-precsave.exp
4567 * gdb.reverse/solib-reverse.exp
4568 * gdb.stabs/gdb11479.exp
4569 * gdb.stabs/weird.exp
4570 * gdb.threads/fork-child-threads.exp
4571 * gdb.threads/fork-plus-threads.exp
4572 * gdb.threads/fork-thread-pending.exp
4573 * gdb.threads/forking-threads-plus-breakpoint.exp
4574 * gdb.threads/hand-call-in-threads.exp
4575 * gdb.threads/interrupted-hand-call.exp
4576 * gdb.threads/linux-dp.exp
4577 * gdb.threads/local-watch-wrong-thread.exp
4578 * gdb.threads/next-while-other-thread-longjmps.exp
4579 * gdb.threads/non-ldr-exit.exp
4580 * gdb.threads/pending-step.exp
4581 * gdb.threads/print-threads.exp
4582 * gdb.threads/process-dies-while-detaching.exp
4583 * gdb.threads/process-dies-while-handling-bp.exp
4584 * gdb.threads/pthreads.exp
4585 * gdb.threads/queue-signal.exp
4586 * gdb.threads/reconnect-signal.exp
4587 * gdb.threads/signal-command-handle-nopass.exp
4588 * gdb.threads/signal-command-multiple-signals-pending.exp
4589 * gdb.threads/signal-delivered-right-thread.exp
4590 * gdb.threads/signal-sigtrap.exp
4591 * gdb.threads/sigthread.exp
4592 * gdb.threads/staticthreads.exp
4593 * gdb.threads/stepi-random-signal.exp
4594 * gdb.threads/thread-unwindonsignal.exp
4595 * gdb.threads/thread_check.exp
4596 * gdb.threads/thread_events.exp
4597 * gdb.threads/tid-reuse.exp
4598 * gdb.threads/tls-nodebug.exp
4599 * gdb.threads/tls-shared.exp
4600 * gdb.threads/tls-so_extern.exp
4601 * gdb.threads/tls.exp
4602 * gdb.threads/wp-replication.exp
4603 * gdb.trace/actions-changed.exp
4604 * gdb.trace/actions.exp
4605 * gdb.trace/backtrace.exp
4606 * gdb.trace/change-loc.exp
4607 * gdb.trace/collection.exp
4608 * gdb.trace/deltrace.exp
4609 * gdb.trace/disconnected-tracing.exp
4610 * gdb.trace/entry-values.exp
4611 * gdb.trace/ftrace-lock.exp
4612 * gdb.trace/ftrace.exp
4613 * gdb.trace/infotrace.exp
4614 * gdb.trace/mi-trace-frame-collected.exp
4615 * gdb.trace/mi-trace-unavailable.exp
4616 * gdb.trace/mi-traceframe-changed.exp
4617 * gdb.trace/mi-tracepoint-changed.exp
4618 * gdb.trace/mi-tsv-changed.exp
4619 * gdb.trace/no-attach-trace.exp
4620 * gdb.trace/packetlen.exp
4621 * gdb.trace/passc-dyn.exp
4622 * gdb.trace/passcount.exp
4623 * gdb.trace/pending.exp
4624 * gdb.trace/pr16508.exp
4625 * gdb.trace/qtro.exp
4626 * gdb.trace/range-stepping.exp
4627 * gdb.trace/read-memory.exp
4628 * gdb.trace/report.exp
4629 * gdb.trace/save-trace.exp
4630 * gdb.trace/signal.exp
4631 * gdb.trace/stap-trace.exp
4632 * gdb.trace/status-stop.exp
4633 * gdb.trace/strace.exp
4634 * gdb.trace/tfile.exp
4635 * gdb.trace/tfind.exp
4636 * gdb.trace/trace-break.exp
4637 * gdb.trace/trace-condition.exp
4638 * gdb.trace/trace-enable-disable.exp
4639 * gdb.trace/trace-mt.exp
4640 * gdb.trace/tracecmd.exp
4641 * gdb.trace/tracefile-pseudo-reg.exp
4642 * gdb.trace/tspeed.exp
4643 * gdb.trace/tstatus.exp
4644 * gdb.trace/tsv.exp
4645 * gdb.trace/unavailable.exp
4646 * gdb.trace/while-dyn.exp
4647 * gdb.trace/while-stepping.exp
4648 * lib/gdb-guile.exp
4649 * lib/gdb.exp
4650 * lib/mi-support.exp
4651 * lib/pascal.exp
4652 * lib/perftest.exp
4653 * lib/prelink-support.exp
4654 * lib/selftest-support.exp
4655
ad02e4fe
SM
46562016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4657
4658 * Makefile.in: Include disable-implicit-rules.mk.
4659
22347e55
AA
46602016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4661
4662 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4663 non-byte-aligned bit fields.
4664
da5b30da
AA
46652016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4666
4667 PR gdb/12616
4668 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4669 respects the DW_AT_data_bit_offset attribute.
4670
b593ecca
SM
46712016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4672
4673 * gdb.base/default.exp: Fix output of "set language".
4674
3b165252
SM
46752016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4676
4677 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4678 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4679 make.
4680 * configure.ac: Remove checks for the make program.
4681 * configure: Re-generate.
4682
1a2f3d7f
KB
46832016-11-16 Kevin Buettner <kevinb@redhat.com>
4684
4685 * gdb.python/py-recurse-unwind.c (main): Add loop.
4686 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4687 to read_register() and gdb.parse_and_eval(). Make each code
4688 call a separate case that can be individually tested.
4689 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4690 proc. Call cont_and_backtrace for each of the code paths that
4691 we want to test in the unwinder.
4692
b7f38fda
AA
46932016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4694
4695 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4696 the definition of struct S.
4697
1f8db343
CM
46982016-11-11 Catherine Moore <clm@codesourcery.com>
4699
4700 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4701
fad0c9fb
PA
47022016-11-09 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.base/commands.exp (runto_or_return): New procedure.
4705 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4706 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4707 (progvar_simple_while_test, progvar_complex_if_while_test)
4708 (if_while_breakpoint_command_test)
4709 (infrun_breakpoint_command_test, breakpoint_command_test)
4710 (user_defined_command_test, watchpoint_command_test)
4711 (test_command_prompt_position, redefine_hook_test)
4712 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4713 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4714 multi_line_input and multi_line. Remove gdb_expect and
4715 gdb_stop_suppressing_tests uses.
4716 * lib/gdb.exp (valnum_re): New global.
4717 (multi_line_input): New procedure.
4718
8354c62c
SM
47192016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4720
4721 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4722 Remove.
4723 (test_setup): Define with proc_with_prefix.
4724 (test_cli_inferior): Likewise.
4725 (test_cli_thread): Likewise.
4726 (test_cli_frame): Likewise.
4727 (test_cli_select_frame): Likewise.
4728 (test_cli_up_down): Likewise.
4729 (test_mi_thread_select): Likewise.
4730 (test_mi_stack_select_frame): Likewise.
4731 (test_cli_in_mi_inferior): Likewise.
4732 (test_cli_in_mi_thread): Likewise.
4733 (test_cli_in_mi_frame): Likewise.
4734 (top level): Do not use with_test_prefix_procname.
4735
64f367a2
PA
47362016-11-09 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.base/commands.exp (gdbvar_simple_if_test)
4739 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4740 (progvar_simple_if_test, progvar_simple_while_test)
4741 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4742 (infrun_breakpoint_command_test, breakpoint_command_test)
4743 (user_defined_command_test, watchpoint_command_test)
4744 (test_command_prompt_position, deprecated_command_test)
4745 (bp_deleted_in_command, temporary_breakpoint_commands)
4746 (stray_arg0_test, source_file_with_indented_comment)
4747 (recursive_source_test, if_commands_test)
4748 (error_clears_commands_left, redefine_hook_test)
4749 (redefine_backtrace_test): Use proc_with_prefix.
4750 * lib/gdb.exp (proc_with_prefix): New proc.
4751
0bb65f1e
AA
47522016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4753
4754 * gdb.base/tui-layout.c: New file.
4755 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4756 disassembly window contains very long lines.
4757
7353f247
TT
47582016-11-08 Tom Tromey <tom@tromey.com>
4759
4760 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4761 depend on Python 2.
4762
30a7bb83
TT
47632016-11-08 Tom Tromey <tom@tromey.com>
4764
4765 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4766 New method.
4767
cdf5a07c
MG
47682016-10-29 Manish Goregaokar <manish@mozilla.com>
4769
2806dc7e 4770 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 4771
51a789c3
MG
47722016-10-27 Manish Goregaokar <manish@mozilla.com>
4773
2806dc7e
PA
4774 * gdb.rust/simple.rs: Add test for univariant enums without
4775 discriminants and for encoded struct-like enums.
51a789c3 4776
f610ab6d
PA
47772016-10-28 Pedro Alves <palves@redhat.com>
4778
4779 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4780 gdb_test_multiple, tighten regexps and match symtabs and line
4781 tables incrementally.
4782
b129b0ca
LM
47832016-10-28 Luis Machado <lgustavo@codesourcery.com>
4784
4785 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4786 general.
4787
ecf45d2c
SL
47882016-10-25 Luis Machado <lgustavo@codesourcery.com>
4789
4790 * gdb.base/exec-invalid-sysroot.exp: New file.
4791
b8d38ee4
JK
47922016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4793
4794 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4795
f90fd8c2
JK
47962016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4797
4798 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4799
2d2476aa
MR
48002016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4801
2806dc7e
PA
4802 * gdb.base/killed-outside.exp: Remove $options from a call to
4803 `prepare_for_testing'.
2d2476aa 4804
e42b25a0
SM
48052016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4806
4807 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4808 Change test message.
4809
3ccdb432
SM
48102016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4811
4812 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4813 Update comment.
4814
5bad3170
SM
48152016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4816
4817 * gdb.trace/mi-trace-save.exp: New file.
4818
5ad9dba7
YQ
48192016-10-13 Yao Qi <yao.qi@linaro.org>
4820
4821 * gdb.base/code_elim.exp (get_var_address): Remove.
4822 * gdb.base/relocate.exp: Likewise.
4823 * gdb.base/shreloc.exp: Likewise.
4824 * lib/gdb.exp (get_var_address): New.
4825
62df7e21
YQ
48262016-10-13 Yao Qi <yao.qi@linaro.org>
4827
4828 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4829 floating point tests if $skip_float_test is false.
4830
4dac951e
LM
48312016-10-12 Luis Machado <lgustavo@codesourcery.com>
4832
4833 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4834 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4835 argc values.
4836 Add 1 to argc so we guarantee distinct initial/modified argc values.
4837
8f1a8fc4
JK
48382016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4839
4840 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4841
16c85b5d
JK
48422016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4843
4844 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4845 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4846 * gdb.arch/vsx-regs.exp: Likewise.
4847
1d0e042a
YQ
48482016-10-07 Yao Qi <yao.qi@linaro.org>
4849
4850 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4851
68dadef5
MM
48522016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4853
4854 * gdb.python/python.exp: Test decode_line("*0").
4855
33fa2c6e
DE
48562016-10-06 Doug Evans <dje@google.com>
4857
4858 * gdb.python/py-value.exp (test_value_creation): Add test for large
4859 unsigned 64-bit value.
4860
9c37b5ae
TT
48612016-10-06 Tom Tromey <tom@tromey.com>
4862
4863 * gdb.compile/compile.exp: Change java tests to rust.
4864 * gdb.base/setshow.exp: Change java tests to rust.
4865 * gdb.base/default.exp: Remove java from language list.
4866 * README (Examples): Update language example.
4867 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4868 test.
4869 * lib/gdb.exp (skip_java_tests): Remove.
4870 * lib/java.exp: Remove.
4871 * gdb.java: Remove.
4872
78b86327
MR
48732016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4874
4875 * gdb.arch/mips-fcr.exp: New test.
4876 * gdb.arch/mips-fcr.c: Source for the new test.
4877
7470adbb
MR
48782016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4879
4880 * gdb.base/solib-disc.exp: Use `standard_output_file'
4881 throughout.
4882
4a556533
PA
48832016-10-06 Pedro Alves <palves@redhat.com>
4884
4885 * gdb.base/jit-simple-dl.c: New file.
4886 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4887 * gdb.base/jit-simple.c: ... this.
4888 * gdb.base/jit-simple.exp (jit_run): Delete.
4889 (build_jit): New proc.
4890 (jit_test_reread): Recompile either the main program or the shared
4891 library, depending on what is being tested. Skip changing address
4892 if caller wants to. Compare before/after addresses. If testing
4893 standalone, explicitly load the binary. Test "maint info
4894 breakpoints".
4895 (top level): Add "standalone vs shared lib" and "change address"
4896 vs "same address" axes.
4897
5a122fbc
PA
48982016-10-06 Pedro Alves <palves@redhat.com>
4899
4900 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4901 call.
4902 (jit_run): Delete.
4903 (jit_test_reread): Use with_test_prefix. Reload the main binary
4904 explicitly. Compare the before/after addresses of the JIT
4905 descriptor.
4906
ee8da4b8
DE
49072016-08-15 Doug Evans <dje@google.com>
4908
4909 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4910 for single bitfields is bool.
4911 * gdb.xml/tdesc-regs.exp: Ditto.
4912
f389f6fe
JK
49132016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4914
4915 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4916
fdebf1a4
YQ
49172016-10-05 Yao Qi <yao.qi@linaro.org>
4918
4919 * lib/gdb.exp (support_complex_tests): Return zero if
4920 gdb_skip_float_test return true.
4921
9c36d954 49222016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4923 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
4924
4925 PR gdb/20487
4926 * gdb.mi/user-selected-context-sync.exp: New file.
4927 * gdb.mi/user-selected-context-sync.c: New file.
4928
4034d0ff 49292016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 4930 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
4931
4932 PR gdb/20487
4933 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4934 =thread-select-event check.
4935
a4297203
PB
49362016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4937
4938 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4939 the compulsory L operand changes.
4940 * gdb.arch/powerpc-power.s: Likewise.
4941
bb805577
JK
49422016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4943
4944 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4945 * gdb.base/jit-attach-pie.c: New file.
4946 * gdb.base/jit-attach-pie.exp: New file.
4947
6d61dee5
PA
49482016-09-28 Pedro Alves <palves@redhat.com>
4949
4950 * gdb.base/infcall-input.c: New file.
4951 * gdb.base/infcall-input.exp: New file.
4952
f73842fc
YQ
49532016-09-22 Yao Qi <yao.qi@linaro.org>
4954
4955 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4956 (gdb_exit): Rename it to ...
4957 (gdbserver_gdb_exit): ... Close GDBserver.
4958 (gdb_exit): New proc, call gdbserver_gdb_exit.
4959 (mi_gdb_exit): Likewise.
4960
90681dab
YQ
49612016-09-22 Yao Qi <yao.qi@linaro.org>
4962
4963 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4964 path.
4965 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4966 Remove duplication.
4967
9c211fd8
YQ
49682016-09-22 Yao Qi <yao.qi@linaro.org>
4969
4970 * lib/gdbserver-support.exp: Check the existence of
4971 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4972
ad0a504f
AK
49732016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4974
4975 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4976
36cf1806
TT
49772016-09-21 Tom Tromey <tom@tromey.com>
4978
4979 PR gdb/20604:
4980 * gdb.base/quit.exp: New file.
4981
74172ecf
SM
49822016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4983
4984 * .gitignore: New file.
4985
3d0ec882
MR
49862016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4987
4988 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4989 throughout.
4990
8193adea
AA
49912016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4992
4993 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4994
d41a5c09
JK
49952016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4996
4997 * gdb.cp/casts.cc (decltype): Move it ...
4998 (main): ... with its call to ...
4999 * gdb.cp/casts03.cc: ... a new file.
5000 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5001
d2dfe700
JK
50022016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5003
5004 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5005
e2a92b16
PB
50062016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5007
5008 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5009 and sync up the test with tests in gas/testsuite/gas/ppc.
5010 * gdb.arch/powerpc-power.exp: Likewise.
5011
49b4de64
JK
50122016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5013
5014 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5015
2c29df25
SDJ
50162016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5017 Jan Kratochvil <jan.kratochvil@redhat.com>
5018
5019 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5020 make m1's definition to be different from m2's. Use 'dummy' as an
5021 argument for probe 'two'.
5022
cc3c2846
JB
50232016-09-10 Jon Beniston <jon@beniston.com>
5024
5025 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5026 for sim target.
5027
e1b2624a
AA
50282016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5029
5030 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5031 variable declaration.
5032 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5033 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5034 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5035 received HWCAP as its argument.
5036
4295e285
PA
50372016-09-06 Pedro Alves <palves@redhat.com>
5038
5039 * gdb.base/new-ui-pending-input.c: New file.
5040 * gdb.base/new-ui-pending-input.exp: New file.
5041 * gdb.exp (clear_gdb_spawn_id): New procedure.
5042 (with_spawn_id): Check whether gdb_spawn_id exists before
5043 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5044 on exit.
5045
00d5215e
UW
50462016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5047
5048 * gdb.base/float128.c: New file.
5049 * gdb.base/float128.exp: Likewise.
5050 * gdb.base/floatn.c: Likewise.
5051 * gdb.base/floatn.exp: Likewise.
5052
a9ff5f12
UW
50532016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5054
5055 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5056
f245535c
PA
50572016-09-05 Pedro Alves <palves@redhat.com>
5058
5059 PR backtrace/19927
5060 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5061 unwinders are immediately called as side effect of "source" or
5062 "disable unwinder" commands.
5063 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5064
ae9cf263
YQ
50652016-09-02 Yao Qi <yao.qi@linaro.org>
5066
5067 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5068 is true and $type is "float" or "double".
5069
27aba047
YQ
50702016-09-02 Yao Qi <yao.qi@linaro.org>
5071
5072 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5073 true.
5074 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5075 * gdb.base/call-rt-st.exp: Likewise.
5076 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5077 return value instead of gdb,skip_float_test.
5078 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5079 (do_function_calls): Use its return value instead of
5080 gdb,skip_float_test.
5081 * gdb.base/finish.exp: Likewise.
5082 * gdb.base/funcargs.exp: Likewise.
5083 * gdb.base/return.exp: Likewise.
5084 * gdb.base/return2.exp: Likewise.
5085 * gdb.base/varargs.exp: Likewise.
5086 * lib/gdb.exp (gdb_skip_float_test): Change it to
5087 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5088
5af962df
AA
50892016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5090
5091 * gdb.multi/tids.exp: Test "thread apply all".
5092
7fac6910
JK
50932016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5094
5095 * gdb.base/default.exp (tty): Remove.
5096
bb1fe4ac
KB
50972016-08-24 Kevin Buettner <kevinb@redhat.com>
5098
2806dc7e
PA
5099 * gdb.python/py-recurse-unwind.c: New file.
5100 * gdb.python/py-recurse-unwind.py: New file.
5101 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5102
0a1ddfa6
SM
51032016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5104
5105 * gdb.base/set-inferior-tty.exp: New file.
5106 * gdb.base/set-inferior-tty.c: New file.
5107
d9de1fe3
PA
51082016-08-23 Pedro Alves <palves@redhat.com>
5109
5110 PR gdb/20494
5111 * gdb.base/new-ui-echo.c: New file.
5112 * gdb.base/new-ui-echo.exp: New file.
5113
e9d9abd7
YQ
51142016-08-23 Yao Qi <yao.qi@linaro.org>
5115
5116 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5117 gdbserver_spawn.
5118 * gdb.server/connect-without-multi-process.exp (do_test):
5119 Likewise.
5120
3589529e
YQ
51212016-08-23 Yao Qi <yao.qi@linaro.org>
5122
5123 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5124 standalone_txt. Delete gdb_txt and standalone_txt on host
5125 and target. Spawn the binary on target. Copy files from
5126 target to host.
5127
6bb90213
PA
51282016-08-22 Pedro Alves <palves@redhat.com>
5129
5130 PR gdb/20505
5131 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5132 with_test_prefix. Factor out bits to ...
5133 (test_no_vdso): ... this new procedure.
5134
20c2c024
CL
51352016-08-19 Carl Love <cel@us.ibm.com>
5136
5137 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5138 maintaining separate logic for constructing the output path.
5139 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5140 * gdb.arch/ppc-dfp.exp: Likewise.
5141 * gdb.arch/ppc-fp.exp: Likewise.
5142 * gdb.arch/vsx-regs.exp: Likewise.
5143 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5144 binprefix for generating the additional binary files.
5145
0646e07d
PA
51462016-08-19 Pedro Alves <palves@redhat.com>
5147
5148 * gdb.trace/mi-trace-frame-collected.exp
5149 (test_trace_frame_collected): On x32, expect two registers.
5150
46da9242
CL
51512016-08-18 Carl Love <cel@us.ibm.com>
5152
5153 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5154 and sync up the test with tests in gas/testsuite/gas/ppc.
5155 * gdb.arch/powerpc-power.exp: Likewise.
5156
eb2332d7
SM
51572016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5158
5159 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5160 expected error message.
5161
63c61e04
SM
51622016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5163
5164 * gdb.multi/remove-inferiors.exp: New file.
5165 * gdb.multi/remove-inferiors.c: New file.
5166
7b17065f
YQ
51672016-08-12 Yao Qi <yao.qi@linaro.org>
5168
5169 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5170 argument list.
5171
01d3dedf
PA
51722016-08-10 Pedro Alves <palves@redhat.com>
5173
5174 PR gdb/19187
5175 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5176 setup_kfails.
5177
3eb7562a
PA
51782016-08-09 Pedro Alves <palves@redhat.com>
5179 Simon Marchi <simon.marchi@ericsson.com>
5180
5181 PR gdb/20418
5182 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5183 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5184
80614914
PA
51852016-08-09 Pedro Alves <palves@redhat.com>
5186
5187 PR mi/20431
5188 * gdb.mi/mi-cmd-error.exp: New file.
5189
f348d89a
PA
51902016-08-09 Pedro Alves <palves@redhat.com>
5191
5192 PR gdb/18653
5193 * gdb.base/signals-state-child.c: New file.
5194 * gdb.base/signals-state-child.exp: New file.
5195 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5196
e5ca03b4
PA
51972016-08-09 Pedro Alves <palves@redhat.com>
5198
5199 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5200
282a0691
TT
52012016-08-03 Tom Tromey <tom@tromey.com>
5202
5203 PR python/18565:
5204 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5205
41bfcd63
YQ
52062016-08-01 Yao Qi <yao.qi@linaro.org>
5207
5208 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5209 variable mode to "multi-process" if $multi_process is 1, otherwise
5210 set it to "single-process".
5211
e3465b24
YQ
52122016-08-01 Yao Qi <yao.qi@linaro.org>
5213
5214 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5215 * gdb.cp/cpexprs.exp: Likewise.
5216 * gdb.cp/m-static.exp: Likewise.
5217
0b31a4bc
TT
52182016-07-26 Tom Tromey <tom@tromey.com>
5219
5220 PR python/20190:
5221 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5222 test.
5223
e0461dbb
MM
52242016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5225
5226 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5227 selecting assembly source files.
5228 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5229 assembly source files.
5230 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5231 assembly source files.
5232 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5233 selecting assembly source files.
5234
8194e927
SM
52352016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5236
5237 * gdb.base/new-ui.exp (do_test_invalid_args): New
5238 procedure.
5239
c0272db5
TW
52402016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5241
5242 * gdb.btrace/reconnect.c: New file.
5243 * gdb.btrace/reconnect.exp: New file.
5244
e3487908
GKB
52452016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5246
5247 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5248 to test_catch_syscall_group.
5249 (test_catch_syscall_group): New.
5250
12df5c00
TT
52512016-07-21 Tom Tromey <tom@tromey.com>
5252
5253 * gdb.rust/simple.rs (main): Use empty struct expression.
5254 * gdb.rust/simple.exp: Add tests for empty struct expression.
5255
bae62ee2
YQ
52562016-07-21 Yao Qi <yao.qi@linaro.org>
5257
5258 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5259 if gdb_skip_xml_test is true on some targets.
5260
b1b53fb3
YQ
52612016-07-21 Yao Qi <yao.qi@linaro.org>
5262
5263 * gdb.server/solib-list.exp: Unset last_loaded_file.
5264
027d97f8
JK
52652016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5266
5267 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5268 "step into captured_main (args)".
5269
7674d381
JK
52702016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5271
5272 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5273
72b5d099
JK
52742016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5275
5276 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5277
1f960ced
PA
52782016-07-19 Pedro Alves <palves@redhat.com>
5279
5280 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5281 * gdb.opt/inline-bt.exp: Likewise.
5282 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5283 additional_flags=-Winline.
5284 * gdb.opt/inline-locals.exp: Likewise.
5285 * gdb.opt/inline-markers.c (ATTR): Define.
5286 (inlined_fn): Use it.
5287
f25827c1
YQ
52882016-07-19 Yao Qi <yao.qi@linaro.org>
5289
5290 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5291 (test_with_self): Remove some code. Remove argument executable.
5292 (top-level): Use do_self_tests.
5293
37539ebe
DB
52942016-07-15 Zachary Welch <zwelch@codesourcery.com>
5295 Don Breazeal <donb@codesourcery.com>
5296
5297 * gdb.base/maint.exp: Escape paths used in regular expressions.
5298 * gdb.stabs/weird.exp: Likewise.
5299
dac790e1
TT
53002016-07-13 Tom Tromey <tom@tromey.com>
5301
5302 PR python/15620, PR python/18620:
5303 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5304 (test_bkpt_events): New procs.
5305
93daf339
TT
53062016-07-13 Tom Tromey <tom@tromey.com>
5307
5308 PR python/17698:
5309 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5310 test.
5311 (test_watchpoints): Likewise.
5312 (test_bkpt_pending): New proc.
5313
6571a381
TT
53142016-07-13 Tom Tromey <tom@tromey.com>
5315
5316 PR cli/18053:
5317 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5318 completion test.
5319
e8732474
JK
53202016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5321
5322 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5323 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5324 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5325 f_label.
5326 (g): Rename g_end_lbl to g_label.
5327 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5328 low_pc and high_pc.
5329 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5330
e0f3fd7c
TT
53312016-07-12 Tom Tromey <tom@tromey.com>
5332
5333 PR python/19293:
5334 * gdb.python/py-unwind-maint.exp: Update tests.
5335
3cfe46b6
YQ
53362016-07-12 Yao Qi <yao.qi@linaro.org>
5337
5338 * lib/selftest-support.exp (selftest_setup): Match the output
5339 when captured_main is inlined.
5340
4f19a0e6
WT
53412016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5342
5343 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5344 New variables.
5345 (print this%a, print this%b, print this): New tests.
5346 * gdb.fortran/derived-types.f90 (this): New object and
5347 initialization.
5348
986cf455
SM
53492016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5350
5351 * gdb.ada/arraydim.exp: Remove extra directory level in build
5352 directory.
5353
f0464b23
SM
53542016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5355
5356 * lib/ada.exp: Remove extra directory level in build directory.
5357 * gdb.ada/cond_lang.exp: Likewise.
5358 * gdb.ada/exec_changed.exp: Likewise.
5359 * gdb.ada/lang_switch.exp: Likewise.
5360
42d94011
MG
53612016-07-06 Manish Goregaokar <manish@mozilla.com>
5362
2806dc7e
PA
5363 * simple.rs: Add test for raw pointer subscripting.
5364 * simple.exp: Add test expectations.
42d94011 5365
647c264c
YQ
53662016-07-05 Yao Qi <yao.qi@linaro.org>
5367
5368 * gdb.mi/mi-reverse.exp: Match =record-started output.
5369
20aa2c60
PA
53702016-07-01 Pedro Alves <palves@redhat.com>
5371
5372 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5373 procedure.
5374 (jit_reader_test): Test the jit reader's unwinder.
5375 * gdb.base/jithost.c (jit_function_00_code): New global.
5376 (main): Use memcpy to fill in the mmapped code, instead of poking
5377 bytes manually here.
5378 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5379 value.
5380 (read_debug_info): Save the function's range.
5381 (read_sp): New function.
5382 (unwind_frame): Use it. Also unwind RBP.
5383 (get_frame_id): Use read_sp.
5384 (gdb_init_reader): Use calloc instead of malloc.
5385 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5386 parameter. Use gdb_test_multiple.
5387
ced2dffb
PA
53882016-07-01 Pedro Alves <palves@redhat.com>
5389 Antoine Tremblay <antoine.tremblay@ericsson.com>
5390
5391 * gdb.threads/process-dies-while-detaching.c: New file.
5392 * gdb.threads/process-dies-while-detaching.exp: New file.
5393
63000888
PA
53942016-07-01 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.multi/watchpoint-multi-exit.c: New file.
5397 * gdb.multi/watchpoint-multi-exit.exp: New file.
5398
038d4868
PA
53992016-06-30 Pedro Alves <palves@redhat.com>
5400
5401 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5402 unset inferior_spawn_id.
5403
994e9c83
PA
54042016-06-30 Pedro Alves <palves@redhat.com>
5405
5406 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5407 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5408
e5653468
YQ
54092016-06-29 Yao Qi <yao.qi@linaro.org>
5410
5411 * gdb.base/return.c: Add copyright header.
5412
803b47e5
TT
54132016-06-29 Tom Tromey <tom@tromey.com>
5414
5415 PR python/20129:
5416 * gdb.python/py-framefilter.exp: Add tests for setting priority
5417 and disabling of non-existent frame filter.
5418
28244707
YQ
54192016-06-29 Yao Qi <yao.qi@linaro.org>
5420
5421 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5422 0x0f07ff.
5423
a31d2f06
YQ
54242016-06-28 Yao Qi <yao.qi@linaro.org>
5425
5426 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5427 triplets. Start gdb, execute catch syscall, and continue. Check
5428 gdb's output to determine catch syscall is supported.
5429
921d8f54
MG
54302016-06-27 Manish Goregaokar <manish@mozilla.com>
5431
25d49b86
PA
5432 * gdb.rust/simple.rs: Add test for returning unit in a function.
5433 * gdb.rust/simple.exp: Add expectation for functions returning
5434 unit.
921d8f54 5435
f4952523
PMR
54362016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5437
5438 * gdb.python/py-breakpoint-create-fail.c,
5439 gdb.python/py-breakpoint-create-fail.exp,
5440 gdb.python/py-breakpoint-create-fail.py: New testcase.
5441
fccb08f8
MG
54422016-06-25 Manish Goregaokar <manish@mozilla.com>
5443
5444 PR gdb/20239
5445 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
5446 * gdb.rust/simple.exp: Add test expectations for new NonZero
5447 tests.
fccb08f8 5448
6b850546
DT
54492016-06-24 David Taylor <dtaylor@emc.com>
5450
5451 * gdb.base/offsets.exp: New file.
5452 * gdb.base/offsets.c: New file.
5453
17621150
TT
54542016-06-23 Tom Tromey <tom@tromey.com>
5455
5456 PR gdb/16483:
5457 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5458 before any filters are loaded.
5459
04d59df6
WT
54602016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5461
5462 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5463 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5464 structs.
5465 * gdb.fortran/derived-type-function.exp: New file.
5466 * gdb.fortran/derived-type-function.f90: New file.
5467
5468
ac69f786
PA
54692016-06-21 Pedro Alves <palves@redhat.com>
5470
5471 * gdb.base/new-ui.exp: New file.
5472 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5473 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5474 (with_spawn_id): New procedure.
5475
49940788
PA
54762016-06-21 Pedro Alves <palves@redhat.com>
5477
5478 * gdb.mi/mi-exec-run.exp: New file.
5479
ef274d26
PA
54802016-06-21 Pedro Alves <palves@redhat.com>
5481
5482 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5483 breakpoint command's output on the main UI.
5484 (test_break): New procedure, factored out from calls in the top
5485 level.
5486 (top level): Use foreach_with_prefix to test MI as main UI and as
5487 separate UI.
5488
468afe6c
PA
54892016-06-21 Pedro Alves <palves@redhat.com>
5490
5491 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5492 (test_awatch_creation_and_listing)
5493 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5494 Remove 'type' parameter.
5495 (test_watchpoint_all): New parameter mi_mode. Remove
5496 with_test_prefix.
5497 (top level): Use foreach_with_prefix, and add main/separate UI MI
5498 testing axis.
5499
51f77c37
PA
55002016-06-21 Pedro Alves <palves@redhat.com>
5501
5502 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5503 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5504 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5505 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5506 (gdb_main_spawn_id, mi_spawn_id): Declare and
5507 comment.
5508 (mi_create_inferior_pty): New procedure,
5509 factored out from default_mi_gdb_start.
5510 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5511 procedures.
5512 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5513 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5514 Use mi_create_inferior_pty.
5515 (mi_gdb_start): Use eval to pass down args list.
5516
8980e177
PA
55172016-06-21 Pedro Alves <palves@redhat.com>
5518
5519 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5520 * gdb.opt/inline-cmds.exp: Add MI tests.
5521
f38d3ad1
PA
55222016-06-21 Pedro Alves <palves@redhat.com>
5523
5524 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5525
45db7c09
PA
55262016-06-21 Pedro Alves <palves@redhat.com>
5527
5528 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5529 (top level): Use it instead of mi_execute_to.
5530
5a069ab3
PA
55312016-06-21 Pedro Alves <palves@redhat.com>
5532
5533 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5534 (cont_handler_str): New.
5535 (signal_stop_handler): Set stop_handler_str instead of printing to
5536 stdout.
5537 (continue_handler): Set cont_handler_str instead of printing to
5538 stdout.
5539 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5540 mi_send_resuming_command. Print stop_handler_str and
5541 cont_handler_str instead of expecting the python events print
5542 directly.
5543
2838cc1d
SD
55442016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5545
5546 * gdb.base/jit-reader.exp: New file.
5547 * gdb.base/jithost.c: New file.
5548 * gdb.base/jithost.h: New file.
5549 * gdb.base/jitreader.c : New file.
5550 * gdb.base/jit-protocol.h: New file.
5551
21a77091
YQ
55522016-06-17 Yao Qi <yao.qi@linaro.org>
5553
5554 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5555 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5556 and detach-on-fork. Adjust tests.
5557 (top level): Invoke break_cond_on_syscall with combinations of
5558 syscall, follow-fork-mode and detach-on-fork.
5559
f50bf8e5
YQ
55602016-06-17 Yao Qi <yao.qi@linaro.org>
5561
5562 * gdb.base/step-over-exit.c: New.
5563 * gdb.base/step-over-exit.exp: New.
5564
a28d8e50
YTL
55652016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5566
5567 * gdb.base/float.exp: Add target check for nds32*-*-*.
5568 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5569
cad8e26d
AB
55702016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5571
5572 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5573 for unsupported target features.
5574 * gdb.base/call-rt-st.exp: Likewise.
5575 * gdb.base/call-sc.exp: Likewise.
5576 * gdb.base/call-signal-resume.exp: Likewise.
5577 * gdb.base/call-strs.exp: Likewise.
5578 * gdb.base/callexit.exp: Likewise.
5579 * gdb.base/callfuncs.exp: Likewise.
5580 * gdb.base/nodebug.exp: Likewise.
5581 * gdb.base/printcmds.exp: Likewise.
5582 * gdb.base/ptype.exp: Likewise.
5583 * gdb.base/structs.exp: Likewise.
5584 * gdb.base/unwindonsignal.exp: Likewise.
5585 * gdb.cp/gdb2495.exp: Likewise.
5586 * gdb.cp/templates.exp: Likewise.
5587 * gdb.cp/virtfunc.exp: Likewise.
5588 * gdb.threads/hand-call-in-threads.exp: Likewise.
5589 * gdb.threads/interrupted-hand-call.exp: Likewise.
5590 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5591
347dc102
TT
55922016-06-10 Tom Tromey <tom@tromey.com>
5593
5594 PR rust/20110:
5595 * gdb.rust/expr.exp: Add test for integer constant larger than
5596 i32.
5597
5e13cf25
BH
55982016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5599
5600 * gdb.fortran/nested-funcs.exp: New.
5601 * gdb.fortran/nested-funcs.f90: New.
5602
bb556f1f
TK
56032016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5604
5605 * gdb.base/examine-backward.c: New file.
5606 * gdb.base/examine-backward.exp: New file.
5607
38b022b4
SM
56082016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5609
5610 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5611 matching.
5612
1b40ec05
TT
56132016-06-02 Tom Tromey <tom@tromey.com>
5614
5615 PR python/18984:
5616 * gdb.python/py-shared.exp: Add solib_name test.
5617
193bd378
SM
56182016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5619
5620 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5621
3326303b
MG
56222016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5623
5624 PR c++/19893
5625 * gdb.dwarf2/implref.exp: Rename to...
5626 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5627 * gdb.dwarf2/implref-array.c: New file.
5628 * gdb.dwarf2/implref-array.exp: Likewise.
5629 * gdb.dwarf2/implref-global.c: Likewise.
5630 * gdb.dwarf2/implref-global.exp: Likewise.
5631 * gdb.dwarf2/implref-struct.c: Likewise.
5632 * gdb.dwarf2/implref-struct.exp: Likewise.
5633
825c8ef2
AT
56342016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5635
5636 * gdb.trace/trace-condition.exp: Add 64bit tests.
5637
2320162a
AT
56382016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5639
5640 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5641 bits types.
5642 (main): Adapt to 8 to 64 bits types.
5643 * gdb.trace/trace-condition.exp: Add new tests.
5644
a7818233
AT
56452016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5646
5647 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5648
0d336466
AT
56492016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5650
5651 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5652 Move condition tests...
5653 * gdb.trace/trace-condition.exp: Here.
5654
7faeb45a
AT
56552016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5656
5657 * gdb.trace/trace-condition.exp: Add counter-case tests.
5658
e385593e
JK
56592016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5660
5661 PR c++/15231
5662 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5663 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5664
744608cc
PA
56652016-05-27 Pedro Alves <palves@redhat.com>
5666
5667 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5668 New procedure.
5669 (top level): Call it, and bail out of DejaGnu is known to be bad.
5670
ac775bf4
AB
56712016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5672
5673 * gdb.base/whatis.c: Extend the test case.
5674 * gdb.base/whatis.exp: Add additional tests.
5675
2bbad2ea
BH
56762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5677
5678* gdb.fortran/type.f90: Add pointer variable.
5679* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5680
8b70175d
BH
56812016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5682
5683 * gdb.fortran/vla-type.exp: Fix testcase name.
5684
86d8a848
BH
56852016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5686
5687 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5688
e188eb36
BH
56892016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5690
5691 * gdb.fortran/type.f90: Add nested structures.
5692 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5693 * gdb.fortran/derived-type.exp: Adapt expected output.
5694 * gdb.fortran/vla-type.exp: Adapt expected output.
5695
9b2db1fd
BH
56962016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5697
5698 * gdb.fortran/whatis_type.exp: Adapt expected output.
5699
72b17055
BH
57002016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5701
5702 * gdb.fortran/print_type.exp: Fix expected output.
5703 * gdb.fortran/whatis_type.exp: Fix expected output.
5704
3cd81d8d
BH
57052016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5706
5707 * gdb.fortran/whatis_type.exp: Use multi_line.
5708
ddae9462
TT
57092016-05-24 Tom Tromey <tom@tromey.com>
5710
5711 PR python/17386:
5712 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5713 use value as an index.
5714
1957f6b8
TT
57152016-05-23 Tom Tromey <tom@tromey.com>
5716
5717 PR python/17981:
5718 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5719 no-breakpoint case.
5720
026a9174
PA
57212016-05-24 Pedro Alves <palves@redhat.com>
5722
5723 PR gdb/19828
5724 * gdb.threads/clone-attach-detach.c: New file.
5725 * gdb.threads/clone-attach-detach.exp: New file.
5726
e70a7231
FR
57272016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5728
5729 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5730
0f6ed0e0
TT
57312016-05-23 Tom Tromey <tom@tromey.com>
5732
5733 PR python/19438, PR python/18393:
5734 * gdb.python/py-progspace.exp: Add "dir" test.
5735 * gdb.python/py-objfile.exp: Add "dir" test.
5736
ffd19d61
YQ
57372016-05-23 Yao Qi <yao.qi@linaro.org>
5738
5739 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5740 * gdb.arch/thumb2-it.exp: Likewise.
5741
9e8f9b05
SM
57422016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5743
5744 * gdb.mi/mi-threads-interrupt.c: New file.
5745 * gdb.mi/mi-threads-interrupt.exp: New file.
5746
61c6156d
SM
57472016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5748
5749 PR gdb/18077
5750 * gdb.mi/mi-async-run.exp: New file.
5751 * gdb.mi/mi-async-run.c: New file.
5752
67218854
TT
57532016-05-17 Tom Tromey <tom@tromey.com>
5754 Manish Goregaokar <manishsmail@gmail.com>
5755
5756 * lib/rust-support.exp: New file.
5757 * lib/gdb.exp (skip_rust_tests): New proc.
5758 (build_executable_from_specs): Handle rust.
5759 * lib/future.exp (gdb_find_rustc): New proc.
5760 (gdb_default_target_compile): Handle rust.
5761 * gdb.rust/expr.exp: New file.
5762 * gdb.rust/generics.exp: New file.
5763 * gdb.rust/generics.rs: New file.
5764 * gdb.rust/methods.exp: New file.
5765 * gdb.rust/methods.rs: New file.
5766 * gdb.rust/modules.exp: New file.
5767 * gdb.rust/modules.rs: New file.
5768 * gdb.rust/simple.exp: New file.
5769 * gdb.rust/simple.rs: New file.
5770
c44af4eb
TT
57712016-05-17 Tom Tromey <tom@tromey.com>
5772
5773 * gdb.base/default.exp (set language): Add rust.
5774
dcd1f979
TT
57752016-05-17 Tom Tromey <tom@tromey.com>
5776
5777 * gdb.gdb/unittest.exp: New file.
5778
155b7f57
YQ
57792016-05-16 Yao Qi <yao.qi@linaro.org>
5780
5781 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5782 shell_prompt. Update shell_prompt_re.
5783
8ddd5a6c
DE
57842016-05-12 Doug Evans <dje@google.com>
5785
5786 PR symtab/19999
5787 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5788 $options when building executable.
5789 * gdb.dwarf2/fission-loclists-pie.S: New file.
5790 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5791
02e370d9
SM
57922016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5793
5794 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5795 of [is_remote target],
5796
8929ad8b
SM
57972016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5798
5799 * lib/gdb.exp (use_gdb_stub): New procedure.
5800
6c447423
DE
58012016-05-03 Yunlian Jiang <yunlian@google.com>
5802 Doug Evans <dje@google.com>
5803
5804 PR symtab/19914
5805 * gdb.dwarf2/dwp-sepdebug.c: New file.
5806 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5807
444e826c
SM
58082016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5809
5810 * gdb.base/detach.exp: Remove is_remote check.
5811
740feeaa
SM
58122016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5813
5814 * gdb.base/annota-input-while-running.exp: Don't check for
5815 [is_remote target]. Enable annotations after running to main.
5816 Remove unused "set test..." line.
5817
9080ac9d
SM
58182016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5819
5820 * gdb.trace/trace-enable-disable.exp: New file.
5821 * gdb.trace/trace-enable-disable.c: New file.
5822
952ebca5
SM
58232016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5824
5825 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5826 use it in info sharedlibrary test.
5827 * gdb.trace/ftrace-lock.exp: Likewise.
5828 * gdb.trace/ftrace.exp: Likewise.
5829 * gdb.trace/range-stepping.exp: Likewise.
5830 * gdb.trace/trace-break.exp: Likewise.
5831 * gdb.trace/trace-condition.exp: Likewise.
5832 * gdb.trace/trace-mt.exp: Likewise.
5833
d9019901
SM
58342016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5835
5836 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5837 (gdb_load_shlib): ... this.
5838 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5839 gdb_load_shlib.
5840 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5841 * gdb.base/ctxobj.exp: Likewise.
5842 * gdb.base/dprintf-pending.exp: Likewise.
5843 * gdb.base/dso2dso.exp: Likewise.
5844 * gdb.base/fixsection.exp: Likewise.
5845 * gdb.base/gcore-relro.exp: Likewise.
5846 * gdb.base/gdb1555.exp: Likewise.
5847 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5848 * gdb.base/gnu-ifunc.exp: Likewise.
5849 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5850 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5851 * gdb.base/pending.exp: Likewise.
5852 * gdb.base/print-file-var.exp: Likewise.
5853 * gdb.base/print-symbol-loading.exp: Likewise.
5854 * gdb.base/shlib-call.exp: Likewise.
5855 * gdb.base/shreloc.exp: Likewise.
5856 * gdb.base/so-impl-ld.exp: Likewise.
5857 * gdb.base/solib-disc.exp: Likewise.
5858 * gdb.base/solib-nodir.exp: Likewise.
5859 * gdb.base/solib-overlap.exp: Likewise.
5860 * gdb.base/solib-symbol.exp: Likewise.
5861 * gdb.base/solib-weak.exp (do_test): Likewise.
5862 * gdb.base/sym-file.exp: Likewise.
5863 * gdb.base/symtab-search-order.exp: Likewise.
5864 * gdb.base/type-opaque.exp: Likewise.
5865 * gdb.base/unload.exp: Likewise.
5866 * gdb.base/watchpoint-solib.exp: Likewise.
5867 * gdb.compile/compile.exp: Likewise.
5868 * gdb.cp/gdb2384.exp: Likewise.
5869 * gdb.cp/infcall-dlopen.exp: Likewise.
5870 * gdb.cp/re-set-overloaded.exp: Likewise.
5871 * gdb.fortran/library-module.exp: Likewise.
5872 * gdb.opt/solib-intra-step.exp: Likewise.
5873 * gdb.python/py-finish-breakpoint.exp: Likewise.
5874 * gdb.python/py-shared.exp: Likewise.
5875 * gdb.reverse/solib-precsave.exp: Likewise.
5876 * gdb.reverse/solib-reverse.exp: Likewise.
5877 * gdb.server/solib-list.exp: Likewise.
5878 * gdb.threads/dlopen-libpthread.exp: Likewise.
5879 * gdb.threads/tls-shared.exp: Likewise.
5880 * gdb.threads/tls-so_extern.exp: Likewise.
5881 * gdb.trace/change-loc.exp: Likewise.
5882 * gdb.trace/ftrace-lock.exp: Likewise.
5883 * gdb.trace/ftrace.exp: Likewise.
5884 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5885 * gdb.trace/pending.exp: Likewise.
5886 * gdb.trace/range-stepping.exp: Likewise.
5887 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5888 (strace_info_marker): Likewise.
5889 (strace_probe_marker): Likewise.
5890 (strace_trace_on_same_addr): Likewise.
5891 (strace_trace_on_diff_addr): Likewise.
5892 * gdb.trace/trace-break.exp: Likewise.
5893 * gdb.trace/trace-condition.exp: Likewise.
5894 * gdb.trace/trace-mt.exp: Likewise.
5895
fca4cfd9
SM
58962016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5897
5898 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5899 result of gdb_remote_download.
5900 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5901 * gdb.base/dso2dso.exp: Likewise.
5902 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5903 * gdb.base/print-file-var.exp: Likewise.
5904 * gdb.base/shlib-call.exp: Likewise.
5905 * gdb.base/shreloc.exp: Likewise.
5906 * gdb.base/solib-overlap.exp: Likewise.
5907 * gdb.base/solib-weak.exp (do_test): Likewise.
5908 * gdb.base/unload.exp: Likewise.
5909
11cf4ffb
YQ
59102016-04-27 Yao Qi <yao.qi@linaro.org>
5911
5912 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5913 exists.
5914
3e2e34f8
KB
59152016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5916
5917 * vla-type.exp: Print structure from toplevel.
5918
8f07e298
BH
59192016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5920
5921 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5922 of dynamic types.
5923 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5924 of dynamic types.
5925
9920b434
BH
59262016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5927
5928 * gdb.fortran/vla-type.f90: New file.
5929 * gdb.fortran/vla-type.exp: New file.
5930
f3abeff5
YQ
59312016-04-25 Yao Qi <yao.qi@linaro.org>
5932
5933 * gdb.base/branch-to-self.c: New file.
5934 * gdb.base/branch-to-self.exp: New file.
5935
0a5d52f0
YQ
59362016-04-22 Yao Qi <yao.qi@linaro.org>
5937
5938 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5939 more after $hex.
5940
495346f6
YQ
59412016-04-22 Yao Qi <yao.qi@linaro.org>
5942
5943 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5944 * gdb.base/annota3.exp: Likewise.
5945
4a7e075c
YQ
59462016-04-22 Yao Qi <yao.qi@linaro.org>
5947
5948 * gdb.reverse/step-precsave.exp: Do one step and test program
5949 stops in "callee" and do multiple steps until program goes out
5950 of "callee".
5951 * gdb.reverse/step-reverse.exp: Likewise.
5952
5b061e98
YQ
59532016-04-22 Yao Qi <yao.qi@linaro.org>
5954
5955 * gdb.trace/signal.exp: Also pass if
5956 $tracepoint_hits($i) > $iterations.
5957
5c5dc57f
YQ
59582016-04-22 Yao Qi <yao.qi@linaro.org>
5959
5960 * gdb.trace/signal.c: New file.
5961 * gdb.trace/signal.exp: New file.
5962
a55411b9
DE
59632016-04-19 Doug Evans <xdje42@gmail.com>
5964
5965 * gdb.base/bad-file.exp: New file.
5966
a22df60a
MG
59672016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5968
5969 * gdb.dwarf2/implref.exp: New file.
5970
0c13f7e5
BH
59712016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5972
5973 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5974 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5975 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5976 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5977 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5978 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5979 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5980 * lib/fortran.exp (fortran_int4): New procedure.
5981 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5982 (fortran_logical4): Likewise.
5983
9b9b09e9
BH
59842016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5985
5986 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5987
a14d1f4d
BH
59882016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5989
5990 * lib/compiler.c: Add Intel specific preprocessor macros.
5991 * lib/compiler.cc: Likewise.
25d49b86 5992
7d49b1d0
LM
59932016-04-13 Luis Machado <lgustavo@codesourcery.com>
5994
5995 * gdb.server/connect-with-no-symbol-file.c: New file.
5996 * gdb.server/connect-with-no-symbol-file.exp: New file.
5997
8392fa22
SM
59982016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5999
6000 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6001
8c4c4aeb
SM
60022016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6003
6004 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6005 standard output directory.
6006
45e3745e
AT
60072016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6008
6009 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6010
e26b7e41
MM
60112016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6012
6013 * gdb.btrace/instruction_history.c (loop): Add declaration.
6014
8ce09462
AT
60152016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6016
6017 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6018
2e88a1ea
SM
60192016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6020
6021 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6022 parentheses to print.
6023 (continue_handler): Likewise.
6024
f48e22e3
SM
60252016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6026
6027 * gdb.server/solib-list.exp: Remove is_remote check.
6028 Pass shlib= to gdb_compile. Don't link shared library with
6029 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6030 Run binary filename through "readlink -f" on the target.
6031
096be756
PA
60322016-04-08 Pedro Alves <palves@redhat.com>
6033
6034 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6035 interpreter filename as argument to gdbserver_spawn.
6036 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6037 Return empty if $last_loaded_file does not exist.
6038
06500533
JK
60392016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6040
6041 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6042 * gdb.base/jit-main.c: Use exit after usage.
6043
2d35e871
JK
60442016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6045
6046 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6047 GDBHISTSIZE prior to the tests.
6048 * gdb.base/gdbinit-history.exp: Likewise.
6049
60502016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6051
6052 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6053 instead of build_executable. Use gdb_load_shlibs.
6054
c8064e7e
YQ
60552016-04-07 Yao Qi <yao.qi@linaro.org>
6056
6057 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6058 Execute "si" command.
6059
bde47561
YQ
60602016-04-07 Yao Qi <yao.qi@linaro.org>
6061
6062 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6063 number instead of the comments on some line.
6064
b16f8a3b
DB
60652016-04-06 Don Breazeal <donb@codesourcery.com>
6066
6067 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6068 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6069
c2f901df
SM
60702016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6071
6072 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6073 standard_output_file. Remove unused binfile variable.
6074
ac17fda0
CU
60752016-04-05 Catalin Udma <catalin.udma@freescale.com>
6076
6077 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6078 * gdb.python/py-mi-objfile.exp: Match "list main" output
6079 in console format.
6080
03a8c4df
SM
60812016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6082
6083 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6084 absolute.
6085
6e774b13
SM
60862016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6087
6088 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6089 absolute.
6090 * gdb.trace/ftrace.exp: Likewise.
6091 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6092 targets as well.
6093 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6094 (gdb_load_shlibs): Copy libraries to test directory when testing
6095 natively. Only set solib-search-path if testing remotely.
6096 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6097
7817ea46
SM
60982016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6099
6100 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6101 gdb_download. Use it even if the target is not remote.
6102 * gdb.base/jit.exp (compile_jit_test): Likewise.
6103 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6104 output directory if the destination board is local, otherwise use
6105 the standard remote_download from DejaGnu.
6106 (gdb_download): Remove.
6107 (gdb_load_shlibs): Use gdb_remote_download instead of
6108 gdb_download.
6109 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6110 Use gdb_remote_download instead of gdb_download. Use it even if
6111 the target is not remote.
6112 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6113 instead of gdb_download.
6114
7beb7f68
SM
61152016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6116
6117 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6118 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6119 run.
6120
cc63428a
AV
61212016-04-01 Artemiy Volkov <artemiyv@acm.org>
6122
6123 PR gdb/19820
6124 * gdb.base/printcmds.exp: Add artificial arrays tests.
6125
64cdf930
PA
61262016-03-31 Pedro Alves <palves@redhat.com>
6127
6128 PR gdb/19858
6129 * gdb.base/jit-main.c: Include unistd.h.
6130 (ATTACH): Define to 0 if not already defined.
6131 (wait_for_gdb, mypid): New globals.
6132 (WAIT_FOR_GDB): New macro.
6133 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6134 some breakpoint locations.
6135 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6136 New procedures.
6137 (one_jit_test): Add REATTACH parameter, and handle it. Use
6138 continue_to_test_location.
6139 (top level): Test attach, and adjusts calls to one_jit_test.
6140
40dea8cb
PA
61412016-03-31 Pedro Alves <palves@redhat.com>
6142
6143 PR gdb/19858
6144 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6145 BINSUFFIX parameter, and handle it.
6146 (top level): Adjust calls compile_jit_test.
6147
e7ea3ec7
CU
61482016-03-31 Catalin Udma <catalin.udma@freescale.com>
6149
6150 PR python/19743
6151 * gdb.python/py-mi-events-gdb.py: New file.
6152 * gdb.python/py-mi-events.c: New file.
6153 * gdb.python/py-mi-events.exp: New file.
6154
e6359af3
YQ
61552016-03-30 Yao Qi <yao.qi@linaro.org>
6156
6157 * gdb.reverse/until-precsave.exp: Match function name only.
6158 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6159 Move malloc to a condition block.
6160 * gdb.reverse/until-reverse.exp: Match function name only.
6161
a4105d04
MK
61622016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6163
6164 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6165 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6166 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6167 variable for GPR 0 instead of assuming it is register 0.
6168 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6169 * lib/trace-support.exp: Add s390 registers.
6170
bfa6adb9
YQ
61712016-03-29 Yao Qi <yao.qi@linaro.org>
6172
6173 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6174
1e6697ea
YQ
61752016-03-24 Yao Qi <yao.qi@linaro.org>
6176
6177 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6178 test message.
6179
64bcd522
AA
61802016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6181
6182 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6183 maintaining separate logic for constructing the output path.
6184
7868401b
DB
61852016-03-16 Don Breazeal <donb@codesourcery.com>
6186
6187 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6188 Retry fork and waitpid on interrupted system call errors.
6189 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6190 Use with_timeout_factor to increase timeout by factor of 10.
6191
1cafadb4
DB
61922016-03-15 Don Breazeal <donb@codesourcery.com>
6193
6194 * gdb.cp/scope-err.cc: New test program.
6195 * gdb.cp/scope-err.exp: New test script.
6196 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6197 lines and "set breakpoint here" comment.
6198 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6199 Fixed some whitespace and format issues.
6200 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6201 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6202
81516450
DE
62032016-03-15 Doug Evans <dje@google.com>
6204
6205 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6206 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6207 All callers updated. Add tests for enums, mixed flags register.
6208
aa52b601
DE
62092016-03-15 Doug Evans <dje@google.com>
6210
6211 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6212 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6213
fa4ff313
SM
62142016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6215
6216 * gdb.base/default.exp: Add $_as_string to the list of expected
6217 convenience functions.
6218
f2403c39
AB
62192016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6220
6221 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6222
f2f3ccb9
SM
62232016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6224
6225 * gdb.python/py-as-string.exp: New file.
6226 * gdb.python/py-as-string.c: New file.
6227
00dbd492
PA
62282016-03-09 Pedro Alves <palves@redhat.com>
6229
6230 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6231 signal" -> "Thread NN received signal" output change.
6232 * gdb.threads/ia64-sigill.exp: Likewise.
6233 * gdb.threads/linux-dp.exp: Likewise.
6234 * gdb.threads/manythreads.exp: Likewise.
6235 * gdb.threads/pending-step.exp: Likewise.
6236 * gdb.threads/print-threads.exp: Likewise.
6237 * gdb.threads/sigstep-threads.exp: Likewise.
6238 * gdb.threads/staticthreads.exp: Likewise.
6239 * gdb.threads/tls.exp: Likewise.
6240
1e6697ea
YQ
62412016-03-09 Pedro Alves <palves@redhat.com>
6242
6243 * gdb.base/command-line-input.exp: New file.
6244
b04fd3be
MK
62452016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6246
6247 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6248 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6249 * gdb.trace/pending.exp: Accept leading dot before function name.
6250 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6251 * lib/trace-support.exp: Set registers for ppc.
6252
98fa59e9
MK
62532016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6254
6255 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6256 use it for disassembly; accept .main in addition to main in backtrace.
6257
f77198c8
MK
62582016-03-09 Wei-cheng Wang <cole945@gmail.com>
6259 Marcin Kościelnicki <koriakin@0x04.net>
6260
6261 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6262 (gdb_recursion_test_ptr): New global variable.
6263 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6264 gdb_recursion_test.
6265 (gdb_c_test): Ditto.
6266
ba84e0da
MK
62672016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6268
6269 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6270 ordering.
6271
4366d36e
MK
62722016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6273
6274 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6275 (bar): Add bar_start_lbl label.
6276 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6277 of foo/bar for emitting DWARF and tracing.
6278
5eb264df
SDJ
62792016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6280
6281 * analyze-racy-logs.py: Set executable bit.
6282
fb6a751f
SDJ
62832016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6284
6285 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6286 (CHECK_TARGET_TMP): Likewise.
6287 (check-single-racy): New rule.
6288 (check-parallel-racy): Likewise.
6289 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6290 (do-check-parallel-racy): New rule.
6291 (check-racy/%.exp): Likewise.
6292 * README (Racy testcases): New section.
6293 * analyze-racy-logs.py: New file.
6294
bdf7e230
DE
62952016-03-03 Doug Evans <dje@google.com>
6296
6297 * gdb.base/skip.exp: Use with_test_prefix.
6298
4719d415
YQ
62992016-03-03 Yao Qi <yao.qi@linaro.org>
6300
6301 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6302 Invoke step_over_syscall "clone" and break_cond_on_syscall
6303 "clone".
6304 * gdb.base/step-over-clone.c: New file.
6305
ea507862
YQ
63062016-03-03 Yao Qi <yao.qi@linaro.org>
6307
6308 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6309 code format.
6310
8fc8cbda
YQ
63112016-03-03 Yao Qi <yao.qi@linaro.org>
6312
6313 * gdb.base/disp-step-fork.c: Rename to ...
6314 * gdb.base/step-over-fork.c: ... it. New file.
6315 * gdb.base/disp-step-vfork.c: Rename to ...
6316 * gdb.base/step-over-vfork.c: ... it. New file.
6317 * gdb.base/disp-step-syscall.exp: Rename to ...
6318 * gdb.base/step-over-syscall.exp: ... it. New file.
6319 (disp_step_cross_syscall): Rename to ...
6320 (step_over_syscall): ... it.
6321
92fa70b0
YQ
63222016-03-03 Yao Qi <yao.qi@linaro.org>
6323
6324 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6325 If target supports condition evaluation on target, invoke
6326 break_cond_on_syscall for fork and vfork.
6327
e197ad3c
YQ
63282016-03-03 Yao Qi <yao.qi@linaro.org>
6329
6330 * gdb.base/disp-step-syscall.exp: Don't invoke
6331 support_displaced_stepping.
6332 (disp_step_cross_syscall): Test with displaced stepping off and
6333 on if supported.
6334
0b47da9f
YQ
63352016-03-03 Yao Qi <yao.qi@linaro.org>
6336
6337 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6338 proc.
6339 (setup): New proc.
6340 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6341 and setup.
6342
065ab6dc
BH
63432016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6344
6345 * gdb.fortran/vla-history.exp: Remove breakpoint.
6346
07e448ad 63472016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6348
25d49b86
PA
6349 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6350 exceeds timeout.
07e448ad 6351
9ac2d526 63522016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6353
25d49b86
PA
6354 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6355 breakpoint.
9ac2d526 6356
17807369
BH
63572016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6358
6359 * gdb.mi/vla.f90: Nullify pointer after declaration.
6360
86e501af
PA
63612016-03-01 Pedro Alves <palves@redhat.com>
6362
6363 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6364
1e903e32
PA
63652016-03-01 Pedro Alves <palves@redhat.com>
6366
6367 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6368 before anything else.
6369 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6370 _GNU_SOURCE here.
6371 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6372 before anything else.
6373 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6374
6ccb54e2
PA
63752016-03-01 Pedro Alves <palves@redhat.com>
6376
6377 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6378
30ca9da1
YQ
63792016-03-01 Yao Qi <yao.qi@linaro.org>
6380
6381 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6382 prepare_for_testing.
6383
dc856b38
YQ
63842016-03-01 Yao Qi <yao.qi@linaro.org>
6385
6386 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6387
4a932159
AA
63882016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6389
6390 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6391 manually constructing the output path.
6392
f2489477
AA
63932016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6394
6395 * gdb.arch/s390-stackless.S: New.
6396 * gdb.arch/s390-stackless.exp: New.
6397
38899f16
IB
63982016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6399
6400 * gdb.dlang/circular.c: New file.
6401 * gdb.dlang/circular.exp: New file.
6402
9fde51ed
YQ
64032016-02-26 Yao Qi <yao.qi@linaro.org>
6404
6405 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6406 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6407 (testcases): Update.
6408
ce90fefe
YQ
64092016-02-26 Yao Qi <yao.qi@linaro.org>
6410
6411 * gdb.reverse/aarch64.c: Rename to ...
6412 * gdb.reverse/insn-reverse.c: ... it.
6413 * gdb.reverse/aarch64.exp: Rename to ...
6414 * gdb.reverse/insn-reverse.exp: ... it.
6415
3263bceb
YQ
64162016-02-26 Yao Qi <yao.qi@linaro.org>
6417
6418 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6419 (testcase_ftype): New.
6420 (testcases): New array.
6421 (n_testcases): New.
6422 (main): Call each element in testcases.
6423 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6424 (read_testcase): New.
6425 Do the tests in a loop.
6426
6cb59ff1
YQ
64272016-02-25 Yao Qi <yao.qi@linaro.org>
6428
6429 * gdb.base/branches.c: Remove.
6430
ae91f625
MK
64312016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6432
6433 PR gdb/13808
6434 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6435
678b48b7
MK
64362016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6437
6438 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6439
7337a6f2
MK
64402016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6441
6442 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6443 change x86_64 call_insn to 'callq'.
6444
861ca91f
AT
64452016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6446
6447 * gdb.trace/tfile-avx.c: Move to...
6448 * gdb.trace/tracefile-pseudo-reg.c: Here.
6449 * gdb.trace/tfile-avx.exp: Move to...
6450 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6451
bf74e428
GB
64522016-02-24 Gary Benson <gbenson@redhat.com>
6453
6454 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6455 message on attach.
6456
cce0e923
DE
64572016-02-23 Doug Evans <dje@google.com>
6458
6459 * gdb.base/skip.c (test_skip): New function.
6460 (end_test_skip_file_and_function): New function.
6461 (test_skip_file_and_function): New function.
6462 * gdb.base/skip1.c (test_skip): New function.
6463 (skip1_test_skip_file_and_function): New function.
6464 * gdb.base/skip.exp: Add tests for new skip options.
6465 * gdb.base/skip-solib.exp: Update expected output.
6466 * gdb.perf/skip-command.cc: New file.
6467 * gdb.perf/skip-command.exp: New file.
6468 * gdb.perf/skip-command.py: New file.
6469
4000e47e
MK
64702016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6471
6472 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6473 info registers pattern.
6474
24f75ead
IB
64752016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6476
6477 * lib/future.exp: Add D support.
6478 (gdb_find_gdc): New proc.
6479 (gdb_default_target_compile): Add D support.
6480
fbb7bcbe
WW
64812016-02-18 Wei-cheng Wang <cole945@gmail.com>
6482
6483 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6484 user+system time.
6485 (trace_speed_test): Determine the iteration count for a time
6486 between 15..30 seconds.
6487
012b3a21
WT
64882016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6489
6490 * gdb.arch/i386-mpx-sigsegv.c: New file.
6491 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6492 * gdb.arch/i386-mpx-simple_segv.c: New file.
6493 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6494
2d5189bd
YQ
64952016-02-18 Yao Qi <yao.qi@linaro.org>
6496
6497 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6498 Don't call setup_kfail.
6499
40fb20d0
YQ
65002016-02-18 Yao Qi <yao.qi@linaro.org>
6501
6502 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6503 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6504
21b1f8d2
DE
65052016-02-16 Doug Evans <dje@google.com>
6506
6507 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6508 * gdb.base/skip1.c: Ditto.
6509 * gdb.base/skip.exp: Whitespace cleanup.
6510
4041ed77
DB
65112016-02-16 Don Breazeal <donb@codesourcery.com>
6512
6513 PR remote/19496
6514 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6515 Remove kfail for PR remote/19496.
6516
c4ef31bf
SM
65172016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6518
6519 * lib/gdb.exp (standard_temp_file): Return a path specific to
6520 the runtest invocation.
6521
266b65b3
SM
65222016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6523
6524 * gdb.trace/save-trace.exp: Change relative path to be in the
6525 standard output directory.
6526
a7a0a6a9
JK
65272016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6528
6529 * gdb.arch/i386-prologue.c: Add missing prototypes.
6530
c99dbb42
JK
65312016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6532
6533 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6534 * gdb.arch/i386-prologue.exp: Likewise.
6535 * gdb.arch/i386-size.exp: Likewise.
6536
aa480355
SM
65372016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6538
6539 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6540 define object file path.
6541 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6542 file path.
6543 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6544 standard_output_file to define binfile.
6545
ba881f50
JK
65462016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6547
6548 Fix compatibility with recent gfortran-5.3.1.
6549 * gdb.fortran/vla-history.exp (print vla1 allocated)
6550 (print vla2 allocated, print $2, print $3): Remove
6551 (print $4): Rename to ...
6552 (print $2): ... here.
6553 (print $9): Rename to ...
6554 (print $5): ... here.
6555 (print $10): Rename to ...
6556 (print $6): ... here.
6557 * gdb.fortran/vla.f90: Add pvla initialization.
6558
e9fb005c
JK
65592016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6560
6561 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6562 New test.
6563 * gdb.fortran/vla-value-sub.exp: Likewise.
6564
e44e00ff
MK
65652016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6566
6567 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6568
97e94151
SM
65692016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6570
6571 * i386-biarch-core.exp: Define corefile using
6572 standard_output_file.
6573
01113bc1
YQ
65742016-02-12 Yao Qi <yao.qi@linaro.org>
6575
6576 * gdb.arch/arm-single-step-kernel-helper.c: New.
6577 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6578
33b4777c
MM
65792016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6580
6581 * gdb.btrace/tailcall-only.exp: New.
6582 * gdb.btrace/tailcall-only.c: New.
6583 * gdb.btrace/x86_64-tailcall-only.S: New.
6584 * gdb.btrace/i686-tailcall-only.S: New.
6585
acc23c11
PA
65862016-02-11 Pedro Alves <palves@redhat.com>
6587
6588 * README (Parallel testing): Add missing double quotes.
6589
e352bf0a
PA
65902016-02-11 Pedro Alves <palves@redhat.com>
6591
6592 * README (Parallel testing): New section.
6593 (GDB_PARALLEL): Rewrite.
6594 (FORCE_PARALLEL): Document.
6595
9f5fed78
MK
65962016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6597
6598 * gdb.trace/tfile-avx.c: New test.
6599 * gdb.trace/tfile-avx.exp: New test.
6600
9ef9e6a6
KS
66012016-02-09 Keith Seitz <keiths@redhat.com>
6602
6603 PR breakpoints/19546
6604 * gdb.base/infcall-exec.c: New file.
6605 * gdb.base/infcall-exec2.c: New file.
6606 * gdb.base/infcall-exec.exp: New file.
6607
a96e36da
KS
66082016-02-09 Keith Seitz <keiths@redhat.com>
6609
6610 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6611 (toplevel): Call test_bkpt_address.
6612
9f61929f
KS
66132016-02-09 Keith Seitz <keiths@redhat.com>
6614
6615 PR python/19506
6616 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6617 (toplevel): Call test_bkpt_address.
6618
1e94266c
SM
66192016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6620
6621 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6622 to AC_OUTPUT.
6623 * configure: Regenerate.
6624
2a7f3dff
PA
66252016-02-09 Pedro Alves <palves@redhat.com>
6626
6627 PR breakpoints/19548
6628 * gdb.base/execl-update-breakpoints.c (some_function): New
6629 function.
6630 (main): Call it.
6631 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6632 Tighten expected GDB output.
6633
2151ccc5
SM
66342016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6635
6636 * Makefile.in (ALL_SUBDIRS): Remove.
6637 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6638 (distclean maintainer-clean realclean): Likewise.
6639 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6640 * configure: Regenerate.
6641 * gdb.ada/Makefile.in: Delete.
6642 * gdb.arch/Makefile.in: Likewise.
6643 * gdb.asm/Makefile.in: Likewise.
6644 * gdb.base/Makefile.in: Likewise.
6645 * gdb.btrace/Makefile.in: Likewise.
6646 * gdb.cell/Makefile.in: Likewise.
6647 * gdb.compile/Makefile.in: Likewise.
6648 * gdb.cp/Makefile.in: Likewise.
6649 * gdb.disasm/Makefile.in: Likewise.
6650 * gdb.dlang/Makefile.in: Likewise.
6651 * gdb.dwarf2/Makefile.in: Likewise.
6652 * gdb.fortran/Makefile.in: Likewise.
6653 * gdb.gdb/Makefile.in: Likewise.
6654 * gdb.go/Makefile.in: Likewise.
6655 * gdb.guile/Makefile.in: Likewise.
6656 * gdb.java/Makefile.in: Likewise.
6657 * gdb.linespec/Makefile.in: Likewise.
6658 * gdb.mi/Makefile.in: Likewise.
6659 * gdb.modula2/Makefile.in: Likewise.
6660 * gdb.multi/Makefile.in: Likewise.
6661 * gdb.objc/Makefile.in: Likewise.
6662 * gdb.opencl/Makefile.in: Likewise.
6663 * gdb.opt/Makefile.in: Likewise.
6664 * gdb.pascal/Makefile.in: Likewise.
6665 * gdb.perf/Makefile.in: Likewise.
6666 * gdb.python/Makefile.in: Likewise.
6667 * gdb.reverse/Makefile.in: Likewise.
6668 * gdb.server/Makefile.in: Likewise.
6669 * gdb.stabs/Makefile.in: Likewise.
6670 * gdb.threads/Makefile.in: Likewise.
6671 * gdb.trace/Makefile.in: Likewise.
6672 * gdb.xml/Makefile.in: Likewise.
6673 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6674 GDB_PARALLEL.
6675 (standard_output_file): Remove check for GDB_PARALLEL, always
6676 return path in outputs/$subdir/$testname.
6677
437277d4
SM
66782016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6679
6680 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6681 (site.exp): Assign abs_srcdir to tcl's srcdir.
6682
31d913c7
YQ
66832016-02-04 Yao Qi <yao.qi@linaro.org>
6684
6685 * gdb.base/foll-exec-mode.c: Include limits.h.
6686 (main): Add parameters argc and argv. Get directory from
6687 argv[0].
6688 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6689 compilation.
6690 * gdb.base/foll-exec.c: Include limits.h.
6691 (main): Add parameters argc and argv.
6692 Get directory from argv[0].
6693 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6694 Adjust tests on the number of lines as source code changed.
6695 * gdb.base/foll-vfork-exit.c: Include limits.h.
6696 (main): Add one line of statement before vfork.
6697 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6698 (main): Add parameters argc and argv. Get directory from
6699 argv[0].
6700 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6701 (setup_gdb): Set tbreak to skip some source lines.
6702 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6703 (main): Add parameters argc and argv. Get directory from
6704 argv[0].
6705 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6706 compilation.
6707 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6708 (main): Add parameters argc and argv. Get directory from
6709 argv[0].
6710 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6711 compilation.
6712
9482b9fb
DE
67132016-02-01 Doug Evans <dje@google.com>
6714
6715 * gdb.base/skip.exp: Clean up multiple references to same test name.
6716
6b2e4f10
PA
67172016-02-01 Pedro Alves <palves@redhat.com>
6718
ccb6afd6 6719 PR remote/19496
6b2e4f10
PA
6720 * gdb.threads/forking-threads-plus-breakpoint.exp
6721 (displaced_stepping_supported): New global.
6722 (probe_displaced_stepping_support): New procedure.
6723 (do_test): Add 'displaced' parameter, and use it.
6724 (top level): Check for displaced stepping support. Add displaced
6725 stepping on/off testing axis.
6726
37a8db1a
AB
67272016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6728
6729 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6730 pointer. Don't perform further tests on the unassociated pointer
6731 if the first test fails.
6732
5fdf6324
AB
67332016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6734
6735 * gdb.base/max-value-size.c: New file.
6736 * gdb.base/max-value-size.exp: New file.
6737 * gdb.base/huge.exp: Disable max-value-size for this test.
6738
935c6144
IB
67392016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6740
6741 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6742
7fe8399d
YQ
67432016-01-28 Yao Qi <yao.qi@linaro.org>
6744
6745 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6746
a2077e25
PA
67472016-01-25 Pedro Alves <palves@redhat.com>
6748
6749 PR threads/19461
6750 * gdb.base/fork-running-state.c: New file.
6751 * gdb.base/fork-running-state.exp: New file.
6752
1d2736d4
PA
67532016-01-25 Pedro Alves <palves@redhat.com>
6754
6755 PR gdb/19494
6756 * gdb.base/catch-fork-kill.c: New file.
6757 * gdb.base/catch-fork-kill.exp: New file.
6758
f1da4b11
PA
67592016-01-25 Pedro Alves <palves@redhat.com>
6760
6761 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6762 Delete, moved to lib/gdb.exp.
6763 * gdb.threads/forking-threads-plus-breakpoint.exp
6764 (foreach_with_prefix): Likewise.
6765 * gdb.threads/process-dies-while-handling-bp.exp
6766 (foreach_with_prefix): Likewise.
6767 * lib/gdb.exp (foreach_with_prefix): New procedure.
6768
45f38546
MK
67692016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6770
6771 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6772 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6773
dc29a1ce
MK
67742016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6775
6776 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6777 endian targets.
6778
092127d7
JK
67792016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6780 Pedro Alves <palves@redhat.com>
6781
6782 Fix testsuite compatibility with Guile.
6783 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6784 number.
6785
31d765d3
JK
67862016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6787
6788 Fix testsuite compatibility with Guile.
6789 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6790 (thread 1): New test for backtrace through signal handler.
6791
1ac78c04
YQ
67922016-01-22 Yao Qi <yao.qi@linaro.org>
6793
6794 PR testsuite/19491
6795 * gdb.base/multi-forks.c: Include
6796 ../lib/unbuffer_output.c
6797 (main): Call gdb_unbuffer_output.
6798
4f5946a8
DE
67992016-01-21 Doug Evans <dje@google.com>
6800
6801 * lib/ada.exp (gdb_compile_ada): Fix typo.
6802
305e13e6
JB
68032016-01-21 Joel Brobecker <brobecker@adacore.com>
6804
6805 * gdb.base/break-fun-addr.exp: New file.
6806 * gdb.base/break-fun-addr1.c: New file.
6807 * gdb.base/break-fun-addr2.c: New file.
6808
5f5dfff6
SM
68092016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6810
6811 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6812 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6813 enum flag values.
6814
fd356fa2
AA
68152016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6816
6817 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6818 when GDB can not set the vector return value. Add more comments
6819 for clarification.
6820
9df22175
AT
68212016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6822
6823 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6824 command.
6825
41d1845e
SM
68262016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6827
6828 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6829
01ac6840
SM
68302016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6831
6832 * Makefile.in (check-single): Pass --status to runtest.
6833 (check/%.exp): Likewise.
6834
68352016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6836
6837 * Makefile.in (check-parallel): Propagate return code from make
6838 do-check-parallel.
6839
bd0a71fa
MK
68402016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6841
6842 * gdb.trace/ftrace.exp: Fix expected message on continue.
6843 * gdb.trace/pending.exp: Fix expected message on continue.
6844 * gdb.trace/trace-break.exp: Fix expected message on continue.
6845
8bcbad33
SM
68462016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6847
6848 * lib/gdb.exp (gdb_test): Remove unused global references.
6849
f303dbd6
PA
68502016-01-18 Pedro Alves <palves@redhat.com>
6851
6852 * gdb.base/async-shell.exp: Adjust expected output.
6853 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6854 * gdb.base/siginfo-thread.exp: Adjust expected output.
6855 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6856 * gdb.java/jnpe.exp: Adjust expected output.
6857 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6858 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6859 * gdb.threads/leader-exit.exp: Adjust expected output.
6860 * gdb.threads/manythreads.exp: Adjust expected output.
6861 * gdb.threads/pthreads.exp: Adjust expected output.
6862 * gdb.threads/schedlock.exp: Adjust expected output.
6863 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6864 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6865 expected output.
6866 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6867 output.
6868 * gdb.threads/sigthread.exp: Adjust expected output.
6869 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6870
b2789696
YQ
68712016-01-18 Yao Qi <yao.qi@linaro.org>
6872
6873 * gdb.guile/scm-section-script.c: Replace @progbits with
6874 %progbits.
6875 * gdb.python/py-section-script.c: Likewise.
6876
71ef29a8
PA
68772016-01-15 Pedro Alves <palves@redhat.com>
6878
6879 * gdb.multi/tids.exp: Test star wildcard ranges.
6880
3f5b7598
PA
68812016-01-15 Pedro Alves <palves@redhat.com>
6882
6883 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6884 command from "thread apply" invocation.
6885 (thr_apply_info_thr_invalid): Default the expected output to the
6886 input tid list.
6887 (top level): Add tests that use convenience variables. Add tests
6888 for "thread apply" with a valid TID list, but missing the command.
6889
663f6d42
PA
68902016-01-13 Pedro Alves <palves@redhat.com>
6891
6892 * gdb.base/default.exp: Expect $_gthread as well.
6893 * gdb.multi/tids.exp: Test $_gthread.
6894 * gdb.threads/thread-specific.exp: Test $_gthread.
6895
c84f6bbf
PA
68962016-01-13 Pedro Alves <palves@redhat.com>
6897
6898 * gdb.multi/tids.exp: Test "info threads -gid".
6899
22a02324
PA
69002016-01-13 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6903 Breakpoint.thread.
6904 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6905
5d5658a1
PA
69062016-01-07 Pedro Alves <palves@redhat.com>
6907
6908 * gdb.base/break.exp: Adjust to output changes.
6909 * gdb.base/hbreak2.exp: Likewise.
6910 * gdb.base/sepdebug.exp: Likewise.
6911 * gdb.base/watch_thread_num.exp: Likewise.
6912 * gdb.linespec/keywords.exp: Likewise.
6913 * gdb.multi/info-threads.exp: Likewise.
6914 * gdb.threads/thread-find.exp: Likewise.
6915 * gdb.multi/tids.c: New file.
6916 * gdb.multi/tids.exp: New file.
6917
84654457
PA
69182016-01-13 Pedro Alves <palves@redhat.com>
6919
6920 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6921
e3940304
PA
69222016-01-13 Pedro Alves <palves@redhat.com>
6923
6924 * gdb.base/default.exp: Expect $_inferior as well.
6925 * gdb.multi/base.exp: Test $_inferior.
6926
a911d87a
PA
69272016-01-13 Pedro Alves <palves@redhat.com>
6928
6929 PR breakpoints/19388
6930 * gdb.base/catch-signal-siginfo-cond.c: New file.
6931 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6932
82075af2
JS
69332016-01-12 Josh Stone <jistone@redhat.com>
6934 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6935
6936 * gdb.base/catch-syscall.c (do_execve): New variable.
6937 (main): Conditionally trigger an execve.
6938 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6939 (test_catch_syscall_execve): New, check entry/return across execve.
6940 (do_syscall_tests): Call test_catch_syscall_execve.
6941
e46eeedd
PA
69422016-01-12 Pedro Alves <palves@redhat.com>
6943
6944 * gdb.base/random-signal.exp (do_test): New procedure, with body
6945 of testcase moved in.
6946
01d8c27e
JK
69472016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6948 Pedro Alves <palves@redhat.com>
6949
6950 * gdb.base/funcargs.exp (finish from indirectly called function):
6951 Reintroduce the case for 'First'.
6952
9a706302
JK
69532016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6954 Pedro Alves <palves@redhat.com>
6955
6956 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6957 (tcatch_vfork_then_child_follow_exec)
6958 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6959 identification.
6960
c0ecb95f
JK
69612016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6962
6963 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6964 and repeats to unlimited.
6965 * gdb.python/py-value.exp: Likewise.
6966 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6967 and repeats to unlimited.
6968
6cfc1fcb
JK
69692016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6970
6971 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6972 and reordering the functions.
6973 * gdb.multi/hangout.c: Likewise.
6974 * gdb.multi/hello.c: Likewise.
6975
582a1b00
SM
69762016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6977
6978 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6979 absolute.
6980 (SingleStatisticTestResult.report): Use dict.keys instead of
6981 dict.iterkeys.
6982
79bc59cb
PA
69832016-01-06 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6986
43368e1d
MM
69872016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6988
6989 * gdb.btrace/dlopen.exp: New.
6990 * gdb.btrace/dlopen.c: New.
6991 * gdb.btrace/dlopen-dso.c: New.
6992
79fad5b8
SL
69932015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6994
6995 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6996 PATTERN argument is optional.
6997
ab8314b3
JB
69982015-12-24 Joel Brobecker <brobecker@adacore.com>
6999
7000 * lib/ada.exp (target_compile_ada_from_dir): New function.
7001 (gdb_compile_ada): Reimplement avoiding the use of project files.
7002 * gdb.ada/gnat_ada.gpr: Delete.
7003 * gdb.ada/cond_lang.exp: Adjust test to make path before
7004 filename optional.
7005 * gdb.ada/small_reg_param.exp: Likewise.
7006
fe33faff
SM
70072015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7008
7009 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7010
6d265cb4
TP
70112015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7012
7013 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7014 case.
7015
10125099
SM
70162015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7017
7018 * gdb.base/break.exp: Remove dead code.
7019 * gdb.base/sepdebug.exp: Likewise.
7020
3ca22649
SM
70212015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7022
7023 * gdb.asm/asm-source.exp: Remove HP-UX references.
7024 * gdb.base/annota1.exp: Likewise.
7025 * gdb.base/annota3.exp: Likewise.
7026 * gdb.base/attach.exp: Likewise.
7027 * gdb.base/bigcore.exp: Likewise.
7028 * gdb.base/break.exp: Likewise.
7029 * gdb.base/call-ar-st.exp: Likewise.
7030 * gdb.base/callfuncs.exp: Likewise.
7031 * gdb.base/catch-fork-static.exp: Likewise.
7032 * gdb.base/display.exp: Likewise.
7033 * gdb.base/foll-exec-mode.exp: Likewise.
7034 * gdb.base/foll-exec.exp: Likewise.
7035 * gdb.base/foll-fork.exp: Likewise.
7036 * gdb.base/foll-vfork.exp: Likewise.
7037 * gdb.base/funcargs.exp: Likewise.
7038 * gdb.base/hbreak2.exp: Likewise.
7039 * gdb.base/inferior-died.exp: Likewise.
7040 * gdb.base/interrupt.exp: Likewise.
7041 * gdb.base/multi-forks.exp: Likewise.
7042 * gdb.base/nodebug.exp: Likewise.
7043 * gdb.base/sepdebug.exp: Likewise.
7044 * gdb.base/solib1.c: Likewise.
7045 * gdb.base/step-test.exp: Likewise.
7046 * gdb.mi/non-stop.c: Likewise.
7047 * gdb.mi/pthreads.c: Likewise.
7048 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7049 * gdb.threads/pthreads.c: Likewise.
7050 * gdb.threads/staticthreads.exp: Likewise.
7051 * lib/future.exp: Likewise.
7052 * lib/gdb.exp: Likewise.
7053 * gdb.base/so-indr-cl.c: Remove.
7054 * gdb.base/so-indr-cl.exp: Likewise.
7055 * gdb.base/solib.c: Likewise.
7056 * gdb.base/solib.exp: Likewise.
7057 * gdb.base/solib2.c: Likewise.
7058
b6304613
SM
70592015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7060
7061 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7062 * gdb.base/call-ar-st.exp: Likewise.
7063 * gdb.base/callfuncs.exp: Likewise.
7064 * gdb.base/condbreak.exp: Likewise.
7065 * gdb.base/constvars.exp: Likewise.
7066 * gdb.base/hbreak2.exp: Likewise.
7067 * gdb.base/langs.exp: Likewise.
7068 * gdb.base/list.exp: Likewise.
7069 * gdb.base/long_long.exp: Likewise.
7070 * gdb.base/ptype.exp: Likewise.
7071 * gdb.base/scope.exp: Likewise.
7072 * gdb.base/signals.exp: Likewise.
7073 * gdb.base/so-impl-ld.exp: Likewise.
7074 * gdb.base/varargs.exp: Likewise.
7075 * gdb.base/volatile.exp: Likewise.
7076 * gdb.base/whatis.exp: Likewise.
7077 * gdb.cp/cplusfuncs.exp: Likewise.
7078 * gdb.cp/inherit.exp: Likewise.
7079 * gdb.cp/local.exp: Likewise.
7080 * gdb.cp/member-ptr.exp: Likewise.
7081 * gdb.cp/method.exp: Likewise.
7082 * gdb.cp/overload.exp: Likewise.
7083 * gdb.cp/templates.exp: Likewise.
7084 * gdb.stabs/weird.exp: Likewise.
7085 * lib/compiler.c: Likewise.
7086 * lib/compiler.cc: Likewise.
7087 * lib/cp-support.exp: Likewise.
7088 * lib/gdb.exp: Likewise.
7089
bf401b07
SM
70902015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7091
7092 * configure.ac: Remove HP-UX case.
7093 * configure: Regenerate.
7094
aff9c0f8
SM
70952015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7096
7097 * lib/gdb.exp (gdb_compile): Add function doc.
7098
a6904d5a
PA
70992015-12-17 Pedro Alves <palves@redhat.com>
7100
7101 PR threads/19354
7102 * gdb.multi/info-threads.exp: New file.
7103
a22279dd
YQ
71042015-12-15 Yao Qi <yao.qi@linaro.org>
7105
7106 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7107 is aarch64*-*-*.
7108
0588c796
SL
71092015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7110
7111 * gdb.base/history-duplicates.exp: Skip if no readline support.
7112
5d978e17
SL
71132015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7114
7115 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7116
7e763b86
SL
71172015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7118
7119 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7120
87a3a92c
SL
71212015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7122
7123 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7124 ctrl-C if nointerrupts target property is set.
7125 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7126 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7127 * gdb.base/paginate-bg-execution.exp: Likewise.
7128 * gdb.base/paginate-execution-startup.exp: Likewise.
7129 * gdb.base/random-signal.exp: Likewise.
7130 * gdb.base/range-stepping.exp: Likewise.
7131 * gdb.cp/annota2.exp: Likewise.
7132 * gdb.cp/annota3.exp: Likewise.
7133 * gdb.gdb/selftest.exp: Likewise.
7134 * gdb.threads/continue-pending-status.exp: Likewise.
7135 * gdb.threads/leader-exit.exp: Likewise.
7136 * gdb.threads/manythreads.exp: Likewise.
7137 * gdb.threads/pthreads.exp: Likewise.
7138 * gdb.threads/schedlock.exp: Likewise.
7139 * gdb.threads/sigthread.exp: Likewise.
7140
a8f077dc
DB
71412015-12-11 Don Breazeal <donb@codesourcery.com>
7142
7143 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7144 remote.
7145 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7146 * gdb.base/foll-exec.exp (main): Enable for target remote.
7147 * gdb.base/foll-fork.exp (main): Likewise.
7148 * gdb.base/foll-vfork.exp (main): Likewise.
7149 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7150 (proc continue_to_exit_bp_loc): Use clean_restart.
7151 * gdb.base/pie-execl.exp (main): Disable for target remote.
7152 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7153 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7154 * gdb.threads/execl.exp (main): Likewise.
7155 * gdb.threads/fork-child-threads.exp (main): Likewise.
7156 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7157 remote.
7158 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7159 remote.
7160 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7161 pid.tid style ptids, instead of just tid.
7162 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7163 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7164 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7165 ptids, instead of just tid.
7166
3b2464a8
AB
71672015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7168
7169 * gdb.base/list.exp (test_list_forward): Add end of file error
7170 test.
7171 (test_repeat_list_command): Add end of file error test.
7172 (test_list_backwards): Add beginning of file error test.
7173
a0def019
AB
71742015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7175
7176 * gdb.base/list.exp (test_list_invalid_args): New function,
7177 defined, and called.
7178
5c000dff
AB
71792015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7180
7181 * gdb.base/list.exp (test_list): Make test names unique.
7182
f1637ebe
YQ
71832015-12-11 Yao Qi <yao.qi@linaro.org>
7184
7185 * gdb.base/coremaker2.c: Remove.
7186
36d6fc0a
PA
71872015-12-10 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.multi/base.exp: Remove stale "spaces" references.
7190
762f7747
PA
71912015-12-10 Pedro Alves <palves@redhat.com>
7192
7193 * gdb.multi/base.exp: Don't use nowarnings.
7194 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7195 * gdb.multi/hangout.c: Include stdio.h.
7196 * gdb.multi/hello.c: Include stdlib.h.
7197 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7198 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7199 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7200
28d2bfb9
AB
72012015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7202
7203 * gdb.dwarf2/dw2-ranges-base.c: New file.
7204 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7205 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7206 support additional line table, and debug ranges generation.
7207 (Dwarf::ranges): New function, generate .debug_ranges.
7208 (Dwarf::lines): Support generating simple line table programs.
7209 (Dwarf::assemble): Initialise new namespace variables.
7210
5fc2beac
KB
72112015-12-09 Kevin Buettner <kevinb@redhat.com>
7212
7213 * gdb.base/async.exp (proc test_background): Add case for
7214 asynchronous execution not supported.
7215
1c35a88f
LM
72162015-12-09 Luis Machado <lgustavo@codesourcery.com>
7217
7218 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7219 format and change test names to make them unique.
7220
b593e3d9
RK
72212015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7222 Pedro Alves <pedro@redhat.com>
7223
7224 PR gdb/18702
7225 Add checking of floatformats setup on x86_64 hosts.
7226 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7227 (smallval, bigval): New labels/constants.
7228 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7229 float" after loading bigval and smallval.
7230
d72413e6
PMR
72312015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7232
7233 * gdb.ada/fun_overload_menu.exp: New testcase.
7234 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7235
ece66d65
JS
72362015-12-04 Josh Stone <jistone@redhat.com>
7237
7238 * gdb.base/catch-fork-static.exp: New.
7239
41d0efca
YQ
72402015-12-03 Yao Qi <yao.qi@linaro.org>
7241
7242 * gdb.base/sizeof.c: Don't include stdio.h and
7243 ../lib/unbuffer_output.c.
7244 (main): New variable 'size' and 'value'. Remove printf and
7245 gdb_unbuffer_output. Assign return value to size and value.
7246 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7247 at the beginning.
7248 (check_sizeof): Check the result by printing variable 'size'.
7249 (check_valueof): Check the result by printing variable 'value'.
7250
99fd02d9
YQ
72512015-12-01 Yao Qi <yao.qi@linaro.org>
7252
7253 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7254 for aarch64*-*-linux* target.
7255
f2faf941
PA
72562015-11-30 Pedro Alves <palves@redhat.com>
7257
7258 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7259
04bf20c5
PA
72602015-11-30 Pedro Alves <palves@redhat.com>
7261
7262 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7263 Handle non-stop mode vCont replies.
7264
09df4675
PA
72652015-11-30 Pedro Alves <palves@redhat.com>
7266
7267 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7268 prepare_for_testing. Start gdb with "set non-stop on" appended to
7269 GDBFLAGS. Lax expected stop output.
7270
58b584af
YQ
72712015-11-27 Yao Qi <yao.qi@linaro.org>
7272
7273 * gdb.arch/arm-neon.exp: New.
7274 * gdb.arch/arm-neon.c: New.
7275
dfcb77a8
YQ
72762015-11-27 Yao Qi <yao.qi@linaro.org>
7277
7278 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7279
88e8ec1b
YQ
72802015-11-27 Yao Qi <yao.qi@linaro.org>
7281
7282 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7283 frames-invalid annotation.
7284
bfde72c2
YQ
72852015-11-27 Yao Qi <yao.qi@linaro.org>
7286
7287 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7288
f6512a69
SM
72892015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7290
7291 * gdb.threads/names.exp: New file.
7292 * gdb.threads/names.c: New file.
7293 * README: Mention gdb,no_thread_names.
7294
46a3515b
MM
72952015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7296
7297 PR 19297
7298 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7299 support" error.
7300
62147a22
PA
73012015-11-24 Pedro Alves <palves@redhat.com>
7302
7303 PR 17539
7304 * gdb.base/display.exp: Expect displays to be sorted in ascending
7305 order. Use multi_line.
7306 * gdb.base/solib-display.exp: Likewise.
7307
2f341b6e
PA
73082015-11-24 Pedro Alves <palves@redhat.com>
7309
7310 PR 17539
25d49b86
PA
7311 * gdb.base/display.exp: Expect displays to be sorted in ascending
7312 order. Use multi_line.
7313 * gdb.base/solib-display.exp: Likewise.
2f341b6e 7314
7e0aa6aa
PA
73152015-11-24 Pedro Alves <palves@redhat.com>
7316
7317 PR 17539
7318 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7319 threads in ascending order.
7320 * gdb.base/foll-fork.exp: Likewise.
7321 * gdb.base/foll-vfork.exp: Likewise.
7322 * gdb.base/multi-forks.exp: Likewise.
7323 * gdb.mi/mi-nonstop.exp: Likewise.
7324 * gdb.mi/mi-nsintrall.exp: Likewise.
7325 * gdb.multi/base.exp: Likewise.
7326 * gdb.multi/multi-arch.exp: Likewise.
7327 * gdb.python/py-inferior.exp: Likewise.
7328 * gdb.threads/break-while-running.exp: Likewise.
7329 * gdb.threads/execl.exp: Likewise.
7330 * gdb.threads/gcore-thread.exp: Likewise.
7331 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7332 * gdb.threads/kill.exp: Likewise.
7333 * gdb.threads/linux-dp.exp: Likewise.
7334 * gdb.threads/multiple-step-overs.exp: Likewise.
7335 * gdb.threads/next-bp-other-thread.exp: Likewise.
7336 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7337 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7338 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7339 * gdb.threads/thread-find.exp: Likewise.
7340 * gdb.threads/tls.exp: Likewise.
7341 * lib/mi-support.exp (mi_reverse_list): Delete.
7342 (mi_check_thread_states): No longer reverse list.
7343
2cc57ad8
PA
73442015-11-24 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7347 use lowercase.
7348
c93e8391
SM
73492015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7350
7351 * gdb.trace/actions.c: Include trace-common.h.
7352 (main): Add a location for a fast tracepoint.
7353 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7354 the normal tracepoints.
7355 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7356
045ccf91
SM
73572015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7358
7359 * save-trace.exp: Factor out code to these...
7360 (gdb_save_tracepoints): New.
7361 (gdb_load_tracepoints): New.
7362 (do_save_load_test): New.
7363
5506f9f6
KB
73642015-11-23 Kevin Buettner <kevinb@redhat.com>
7365
7366 * gdb.base/asmlabel.exp: New test.
7367 * gdb.base/asmlabel.c: New test case.
7368
16c3b12f
JB
73692015-11-23 Joel Brobecker <brobecker@adacore.com>
7370
7371 * gdb.base/wrong_frame_bt_full-main.c: New file.
7372 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7373 * gdb.base/wrong_frame_bt_full.exp: New file.
7374
155bfbd3
JB
73752015-11-23 Joel Brobecker <brobecker@adacore.com>
7376
7377 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7378
bb097445
JM
73792015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7380
206853a0 7381 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
7382 pstate register when comparing registers values in
7383 sparc64-*-linux-gnu targets to avoid spurious differences.
7384
9c88ed8f
JM
73852015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7386
206853a0 7387 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 7388
96161e25
SL
73892015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7390
7391 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7392 as type argument to gdb_compile.
7393 * gdb.base/nested-subp2.exp: Likewise.
7394 * gdb.base/nested-subp3.exp: Likewise.
7395
340c2830
DV
73962015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7397
7398 * lib/dwarf.exp (_note): Fix left shift of negative value.
7399 * gdb.trace/trace-condition.exp: Likewise.
7400
c1862d0f
YQ
74012015-11-13 Yao Qi <yao.qi@linaro.org>
7402
7403 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7404 comments about d10v.
7405 (test_scalar_returns): Likewise.
7406 * gdb.base/d10v.ld: Remove.
7407 * gdb.base/overlays.exp: Remove the target triplet checking for
7408 d10v-*-*.
7409 * gdb.base/structs.exp (test_struct_returns): Remove the
7410 comments about d10v.
7411 (test_struct_calls): Likewise.
7412
77ae9c19
YQ
74132015-11-13 Yao Qi <yao.qi@linaro.org>
7414
7415 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7416 * gdb.base/gnu_vector.c: Don't include stdio.h.
7417 (main): Don't print res and call add_some_intvecs.
7418
430e004e
MK
74192015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7420
7421 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7422 macro.
7423 (func5): Removed.
7424 (func4): Use FAST_TRACEPOINT_LABEL.
7425 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7426 macro.
7427 (func): Removed.
7428 (thread_function): Use FAST_TRACEPOINT_LABEL.
7429 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7430 (func): Remove.
7431 (marker): Use FAST_TRACEPOINT_LABEL.
7432 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7433 (pendfunc1): Remove.
7434 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7435 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7436 (foo): Remove.
7437 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7438 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7439 macro.
7440 (func): Remove.
7441 (marker): Use FAST_TRACEPOINT_LABEL.
7442 * gdb.trace/trace-common.h: New header.
7443 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7444 macro.
7445 (func): Remove.
7446 (marker): Use FAST_TRACEPOINT_LABEL.
7447 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7448 (func): Remove.
7449 (thread_function): Use FAST_TRACEPOINT_LABEL.
7450
6e7675a7
MK
74512015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7452
7453 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7454 in front.
7455 * gdb.trace/change-loc.exp: Use global pcreg definition.
7456 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7457 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7458 in front.
7459 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7460 * gdb.trace/pending.exp: Likewise.
7461 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7462 * gdb.trace/trace-break.exp: Likewise.
7463 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7464 in front.
7465 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7466 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7467 in front.
7468 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7469
dddc0e16
JB
74702015-11-09 Joel Brobecker <brobecker@adacore.com>
7471
7472 * gdb.ada/fin_fun_out: New testcase.
7473
c6f0b406
KB
74742015-11-07 Kevin Buettner <kevinb@redhat.com>
7475
7476 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7477 value associated with DW_AT_byte_size.
7478 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7479 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7480 DW_AT_upper_bound.
7481
f01dcfd9
KB
74822015-11-07 Kevin Buettner <kevinb@redhat.com>
7483
7484 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7485 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7486 version.
7487 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7488 gdb.dwarf2/dw2-canonicalize-type.exp,
7489 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7490 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7491 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7492 provided by gdb_target_symbol_prefix_flags_asm.
7493 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7494 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7495 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7496 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7497 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7498 macros where needed). Use this macro for symbols which require
7499 the prefix provided by SYMBOL_PREFIX.
7500
2223449a
KB
75012015-11-05 Kevin Buettner <kevinb@redhat.com>
7502
7503 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7504 New procs.
7505 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7506 representing expressions, of more than one list element.
7507 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7508 to prepend linker symbol prefix to f.
7509 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7510 table_1 and table_2.
7511 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7512 Likewise, for f and g.
7513 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7514 for ptr.
7515 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7516 for main.
7517 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7518 table_1_ptr and table_2_ptr.
7519
6f2f1a3a
JK
75202015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7521 Joel Brobecker <brobecker@adacore.com>
7522
7523 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7524
566c56c9
MK
75252015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7526
7527 * gdb.reverse/s390-mvcle.c: New test.
7528 * gdb.reverse/s390-mvcle.exp: New file.
7529 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7530
d5f0636b
MK
75312015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7532
7533 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7534
7ad8b86c
MK
75352015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7536
7537 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7538 reaching marker2.
7539 * gdb.reverse/getresuid-reverse.exp: Likewise.
7540 * gdb.reverse/pipe-reverse.exp: Likewise.
7541 * gdb.reverse/readv-reverse.exp: Likewise.
7542 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7543 * gdb.reverse/time-reverse.exp: Likewise.
7544 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7545
4081c0f1
YQ
75462015-10-30 Yao Qi <yao.qi@linaro.org>
7547
7548 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7549 (empty_cycle): Remove.
7550 (main): Don't call empty_cycle. Don't use watch_count_done.
7551 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7552 empty_cycle. Rewrite the code counting HW watchpoints.
7553
452b4ba5
MK
75542015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7555
7556 * gdb.reverse/fstatat-reverse.c: New test.
7557 * gdb.reverse/fstatat-reverse.exp: New file.
7558 * gdb.reverse/getresuid-reverse.c: New test.
7559 * gdb.reverse/getresuid-reverse.exp: New file.
7560 * gdb.reverse/pipe-reverse.c: New test.
7561 * gdb.reverse/pipe-reverse.exp: New file.
7562 * gdb.reverse/readv-reverse.c: New test.
7563 * gdb.reverse/readv-reverse.exp: New file.
7564 * gdb.reverse/recvmsg-reverse.c: New test.
7565 * gdb.reverse/recvmsg-reverse.exp: New file.
7566 * gdb.reverse/time-reverse.c: New test.
7567 * gdb.reverse/time-reverse.exp: New file.
7568 * gdb.reverse/waitpid-reverse.c: New test.
7569 * gdb.reverse/waitpid-reverse.exp: New file.
7570
5e2e7507
JK
75712015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7572
7573 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7574
0fde2c53
DE
75752015-10-26 Doug Evans <dje@google.com>
7576
7577 PR symtab/17391
7578 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7579 * gdb.dwarf2/bad-regnum.c: New file.
7580 * gdb.dwarf2/bad-regnum.exp: New file.
7581
1a70ae97
DE
75822015-10-26 Doug Evans <dje@google.com>
7583
7584 PR python/18938
7585 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7586 file.
7587
27dc26ab
JK
75882015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7589
7590 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7591 for a change by "Mention language in compile error message".
7592
bed91f4d
SM
75932015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7594
7595 PR python/18073
7596 * gdb.python/py-type.c (C::a_method): New.
7597 (C::a_const_method): New.
7598 (C::a_static_method): New.
7599 (a_function): New.
7600 * gdb.python/py-type.exp (test_fields): Test getting fields
7601 from function and method.
7602
3f2f83dd
KB
76032015-10-21 Keven Boell <keven.boell@intel.com>
7604
7605 * gdb.fortran/vla-alloc-assoc.exp: New file.
7606 * gdb.fortran/vla-datatypes.exp: New file.
7607 * gdb.fortran/vla-datatypes.f90: New file.
7608 * gdb.fortran/vla-history.exp: New file.
7609 * gdb.fortran/vla-ptype-sub.exp: New file.
7610 * gdb.fortran/vla-ptype.exp: New file.
7611 * gdb.fortran/vla-sizeof.exp: New file.
7612 * gdb.fortran/vla-sub.f90: New file.
7613 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7614 * gdb.fortran/vla-value-sub-finish.exp: New file.
7615 * gdb.fortran/vla-value-sub.exp: New file.
7616 * gdb.fortran/vla-value.exp: New file.
7617 * gdb.fortran/vla-ptr-info.exp: New file.
7618 * gdb.mi/mi-vla-fortran.exp: New file.
7619 * gdb.mi/vla.f90: New file.
7620
27145d50
SL
76212015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7622
7623 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7624 of hardwired timeout value.
7625
5f3ff4f8
JK
76262015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7627 Pedro Alves <palves@redhat.com>
7628
7629 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7630 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7631
bfd09d20
JS
76322015-10-19 Josh Stone <jistone@redhat.com>
7633
7634 * gdb.base/catch-syscall.c: Include <sched.h>.
7635 (unknown_syscall): New variable.
7636 (main): Trigger a vfork and an unknown syscall.
7637 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7638 (unknown_syscall_number): Likewise.
7639 (check_call_to_syscall): Accept an optional syscall pattern.
7640 (check_return_from_syscall): Likewise.
7641 (check_continue): Likewise.
7642 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7643 (test_catch_syscall_skipping_return): New test toggling off 'catch
7644 syscall' to step over the syscall return, then toggling back on.
7645 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7646 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7647 (do_syscall_tests): Call test_catch_syscall_without_args and
7648 test_catch_syscall_mid_vfork.
7649 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7650 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7651
b32b93c6
AS
76522015-10-19 Andrew Stubbs <ams@codesourcery.com>
7653
7654 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7655 print g_vE): Add new pass patterns.
7656 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7657 print various symbol names for vptr fields.
7658
9d622bda
AB
76592015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7660
7661 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7662 results.
7663
0fd8ac1c
YQ
76642015-10-12 Yao Qi <yao.qi@linaro.org>
7665
7666 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7667
34240514
YQ
76682015-10-12 Yao Qi <yao.qi@linaro.org>
7669
7670 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7671 is aarch64*-*-linux*.
7672
8240f442
YQ
76732015-10-12 Yao Qi <yao.qi@linaro.org>
7674
7675 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7676 (can_relocate_bcond_true): ... it.
7677 (can_relocate_bcond_false): New function.
7678 (foo): Likewise.
7679 (can_relocate_bl): Likewise.
7680 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7681 can_relocate_bl.
7682
2520f728
PMR
76832015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7684
7685 * gdb.base/nested-addr.c: New file.
7686 * gdb.base/nested-addr.exp: New testcase.
7687
abcef95a
MM
76882015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7689
7690 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7691 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7692 its output. Ignore the output of "record goto begin" and instead
7693 check that GDB is replaying.
7694
145e3ddb
PA
76952015-10-09 Pedro Alves <palves@redhat.com>
7696
7697 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7698 (top level): Use it in the run with no args test.
7699
d5d8c4e1
IB
77002015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7701
7702 * gdb.dlang/properties.exp: New file.
7703
06e635ef
SL
77042015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7705
7706 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7707 whether or not address 0x1000 is mapped on the target.
7708
e019fd1d
SM
77092015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7710
7711 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7712 build.
7713
77ba2a67
MM
77142015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7715
7716 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7717 instruction-history test.
7718
c60eb31f
DE
77192015-09-28 Doug Evans <dje@google.com>
7720
7721 * gdb.base/gcore.c (array_func): Add reference to static_array.
7722
9a3c8263
SM
77232015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7724
7725 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7726 source line.
7727
9720e656
SL
77282015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7729
7730 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7731 short or char as base type.
7732
938d3bf2
SL
77332015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7734
7735 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7736 to allow any size enum.
7737
e6c2c623
PMR
77382015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7739
7740 * gdb.ada/array_ptr_renaming.exp: New testcase.
7741 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7742 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7743
06da0f77
PL
77442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7745
7746 * gdb.trace/ftrace-lock.c: New file.
7747 * gdb.trace/ftrace-lock.exp: New file.
7748
4f51c22a
PL
77492015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7750
7751 * gdb.arch/insn-reloc.c: New file.
7752 * gdb.arch/ftrace-insn-reloc.exp: New file.
7753
7041adf4
PL
77542015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7755
7756 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7757 instruction.
7758 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7759 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7760 * gdb.trace/range-stepping.c: Likewise.
7761 * gdb.trace/trace-break.c: Likewise.
7762 * gdb.trace/trace-mt.c (thread_function): Likewise.
7763 * gdb.trace/ftrace.c (marker): Likewise.
7764 * gdb.trace/trace-condition.c (marker): Likewise.
7765 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7766 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7767 is_aarch64_target.
7768
015d2e7e
DE
77692015-09-18 Doug Evans <xdje42@gmail.com>
7770
7771 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7772 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7773
26b188a2
SL
77742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7775
7776 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7777 the breakpoint.
7778
79dc332b
SL
77792015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7780
7781 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7782 the pending breakpoint. Remove timeout override for "Run till
7783 MI pending breakpoint on pendfunc3 on thread 2" test.
7784
f57929f2
SL
77852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7786
7787 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7788 filename pattern.
7789
3f469b17
SL
77902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7791
7792 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7793 in breakpoint filename pattern.
7794
515b89b3
SL
77952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7796
7800dbe4
SL
7797 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7798
77992015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7800
515b89b3
SL
7801 * gdb.linespec/explicit.exp: Check for readline support for
7802 tab-completion tests. Fix obvious typo.
7803
d2939ba2
MM
78042015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7805
7806 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7807 and replay.
7808
cbb55fa7
MM
78092015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7810
7811 * gdb.btrace/non-stop.c: New.
7812 * gdb.btrace/non-stop.exp: New.
7813
43691ca1
PL
78142015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7815 Yao Qi <yao.qi@linaro.org>
7816
7817 * gdb.trace/trace-condition.c: New file.
7818 * gdb.trace/trace-condition.exp: New file.
7819
d78908cf
WW
78202015-09-16 Wei-cheng Wang <cole945@gmail.com>
7821
7822 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7823 for testing bytecode compilation.
7824
1ed415e2
PA
78252015-09-16 Pedro Alves <palves@redhat.com>
7826 Sandra Loosemore <sandra@codesourcery.com>
7827
7828 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7829 (SECONDS): Redefine.
7830 (main): Call pthread_kill and alarm early.
7831 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7832 support.
7833 (test): If the target can't hardware step and doesn't support
7834 displaced stepping, increase the timeout.
7835
d136eff5
PA
78362015-09-16 Pedro Alves <palves@redhat.com>
7837
7838 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7839 (enable_debug): New procedures.
7840 (test): Use them. Bail out if waiting for threads fails.
7841 (top level): Bail out if a test fails.
7842
991f019c
YQ
78432015-09-16 Yao Qi <yao.qi@linaro.org>
7844
7845 * gdb.asm/asm-source.exp: Set asm-arch for
7846 aarch64*-*-* target.
7847 * gdb.asm/aarch64.inc: New file.
7848
bfca584f
PMR
78492015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7850
7851 * gdb.ada/array_of_variable_length.exp: New testcase.
7852 * gdb.ada/array_of_variable_length/foo.adb: New file.
7853 * gdb.ada/array_of_variable_length/pck.adb: New file.
7854 * gdb.ada/array_of_variable_length/pck.ads: New file.
7855
b326e587
DE
78562015-09-15 Doug Evans <dje@google.com>
7857
7858 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7859 of function static local variable.
7860
5382cfab
PW
78612015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7862
7863 * gdb.threads/tls-so_extern.exp: New test file.
7864 * gdb.threads/tls-so_extern.c: New test file.
7865 * gdb.threads/tls-so_extern_main.c: New test file.
7866
141c5cc4
JK
78672015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7868
7869 * gdb.opt/solib-intra-step-lib.c: New file.
7870 * gdb.opt/solib-intra-step-main.c: New file.
7871 * gdb.opt/solib-intra-step.exp: New file.
7872
d15dcecd
PA
78732015-09-15 Pedro Alves <palves@redhat.com>
7874
7875 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7876 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7877
4c2f2a79
PA
78782015-09-14 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.base/hook-stop-continue.c: Delete.
7881 * gdb.base/hook-stop-continue.exp: Delete.
7882 * gdb.base/hook-stop-frame.c: Delete.
7883 * gdb.base/hook-stop-frame.exp: Delete.
7884 * gdb.base/hook-stop.c: New file.
7885 * gdb.base/hook-stop.exp: New file.
7886
919e6dbe
PMR
78872015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7888
7889 * gdb.ada/access_to_packed_array.exp: New testcase.
7890 * gdb.ada/access_to_packed_array/foo.adb: New file.
7891 * gdb.ada/access_to_packed_array/pack.adb: New file.
7892 * gdb.ada/access_to_packed_array/pack.ads: New file.
7893
157280a4
MM
78942015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7895
7896 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7897 buffer size test.
7898
2fd33e94
DB
78992015-09-11 Don Breazeal <donb@codesourcery.com>
7900
7901 * gdb.base/foll-exec.c: Add copyright header. Fix
7902 formatting issues.
7903 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7904 (do_exec_tests): Use clean_restart in place of zap_session,
7905 and for test initialization. Fix formatting issues. Use
7906 fail in place of perror.
7907 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7908 an expect statement to match an expression with output from
7909 the program under debug.
7910 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7911 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7912 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7913 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7914 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7915
e70b6e8e
DE
79162015-09-09 Doug Evans <dje@google.com>
7917
7918 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7919
7a551a51
DE
79202015-09-09 Doug Evans <dje@google.com>
7921
7922 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7923
4c666f84
DE
79242015-09-09 Doug Evans <dje@google.com>
7925
7926 * gdb.base/savedregs.exp: Fix typo.
7927
243a9253
PA
79282015-09-09 Pedro Alves <palves@redhat.com>
7929
7930 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7931
c0fa8fbd
SL
79322015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7933
7934 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7935 command actually switches threads. Give up on remaining
7936 tests if target fails to stop at breakpoint.
7937
cd7c1778
PMR
79382015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7939
7940 * gdb.ada/funcall_char.exp: New testcase.
7941 * gdb.ada/funcall_char/foo.adb: New file.
7942
dc5c8746
PMR
79432015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7944
7945 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7946 expected outputs. Add two testcases for completing ambiguous
7947 functions.
7948 * gdb.ada/complete/aux_pck.adb: New file.
7949 * gdb.ada/complete/aux_pck.ads: New file.
7950 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7951 Ambiguous_Func functions.
7952 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7953 * gdb.ada/complete/pck.adb: Likewise.
7954
4e83a1e7
UW
79552015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7956
7957 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7958 failures to run the test program under GDB.
7959
8ce74153
LM
79602015-08-26 Luis Machado <lgustavo@codesourcery.com>
7961
7962 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7963 to C.
7964
e9756d52
PP
79652015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7966
7967 * gdb.base/run-after-attach.exp: New test file.
7968 * gdb.base/run-after-attach.c: New test file.
7969
8d37573b
DB
79702015-08-26 Don Breazeal <donb@codesourcery.com>
7971
7972 * gdb.base/foll-exec-2.c: New test program.
7973 * gdb.base/foll-exec-2.exp: New test.
7974
63e43d3a
PMR
79752015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7976
7977 * gdb.base/nested-subp1.exp: New file.
7978 * gdb.base/nested-subp1.c: New file.
7979 * gdb.base/nested-subp2.exp: New file.
7980 * gdb.base/nested-subp2.c: New file.
7981 * gdb.base/nested-subp3.exp: New file.
7982 * gdb.base/nested-subp3.c: New file.
7983
3d40fbb5
PA
79842015-08-24 Pedro Alves <palves@redhat.com>
7985
7986 * gdb.server/connect-without-multi-process.c: New file.
7987 * gdb.server/connect-without-multi-process.exp: New file.
7988
4422ac93
LM
79892015-08-24 Luis Machado <lgustavo@codesourcery.com>
7990
7991 * gdb.opt/inline-markers.c: Make z int.
7992
91dddb86
LM
79932015-08-24 Luis Machado <lgustavo@codesourcery.com>
7994
7995 * gdb.opt/inline-markers.c: Make z volatile.
7996
a48847ee
LM
79972015-08-24 Luis Machado <lgustavo@codesourcery.com>
7998
7999 * gdb.opt/inline-bt.c: New volatile global z.
8000 * gdb.opt/inline-cmds.c: Likewise.
8001 * gdb.opt/inline-locals.c: Likewise.
8002 * gdb.opt/inline-markers.c: New extern global z.
8003 (marker): Use z.
8004 (inline_fn): Likewise.
8005
0ebbc52b
PA
80062015-08-24 Pedro Alves <palves@redhat.com>
8007
8008 * config/m32r-stub.exp: Remove file.
8009 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8010 * gdb.base/call-rt-st.exp: Likewise.
8011 * gdb.base/call-strs.exp: Likewise.
8012 * gdb.base/default.exp: Remove references to h8300-*-hms and
8013 *-*-udi*.
8014 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8015
77c365df
AA
80162015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8017
8018 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8019 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8020 and "return" use KFAIL when GDB can not read/write the vector
8021 return value.
8022
4313b8c0
GB
80232015-08-21 Gary Benson <gbenson@redhat.com>
8024
8025 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8026
0e433b32
PA
80272015-08-20 Pedro Alves <palves@redhat.com>
8028
8029 * gdb.server/solib-list.exp: No longer expect an interior stop in
8030 non-stop mode.
8031
221e1a37
PA
80322015-08-20 Pedro Alves <palves@redhat.com>
8033
8034 * gdb.server/connect-stopped-target.c: New file.
8035 * gdb.server/connect-stopped-target.exp: New file.
8036
40e3ad0e
PA
80372015-08-20 Pedro Alves <palves@redhat.com>
8038
8039 * gdb.dwarf2/comp-unit-lang.exp: New file.
8040 * gdb.dwarf2/comp-unit-lang.c: New file.
8041
af39b327
PMR
80422015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8043
8044 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8045 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8046
7d45c7c3 80472015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8048
7d45c7c3
KB
8049 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8050 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8051
4d6cceb4
DE
80522015-08-18 Doug Evans <dje@google.com>
8053 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8054
8055 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8056 skip_python_tests. New arg prompt_regexp.
8057 (skip_python_tests): New function.
8058 * lib/mi-support.exp (mi_skip_python_tests): New function.
8059 * gdb.python/py-mi-objfile-gdb.py: New file.
8060 * gdb.python/py-mi-objfile.c: New file.
8061 * gdb.python/py-mi-objfile.exp: New file.
8062
ad89c2aa
KS
80632015-08-17 Keith Seitz <keiths@redhat.com>
8064
8065 * gdb.linespec/explicit.exp: Move strace test from here ...
8066 * gdb.trace/strace.exp: ... to here.
8067
e3ae3c43
PP
80682015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8069
8070 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8071 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8072
604b2636
DE
80732015-08-14 Doug Evans <xdje42@gmail.com>
8074
8075 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8076 inferior before selecting a new file.
8077
6ff0ba5f
DE
80782015-08-14 Doug Evans <xdje42@gmail.com>
8079
8080 * gdb.mi/mi-disassemble.exp: Update.
8081 * gdb.base/disasm-optim.S: New file.
8082 * gdb.base/disasm-optim.c: New file.
8083 * gdb.base/disasm-optim.h: New file.
8084 * gdb.base/disasm-optim.exp: New file.
8085
9ca98f92
KS
80862015-08-14 Keith Seitz <keiths@redhat.com>
8087
8088 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8089 "evaluated-by".
8090
52bbc560
JB
80912015-08-13 Joel Brobecker <brobecker@adacore.com>
8092
8093 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8094
5d8c3ed3
PMR
80952015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8096
8097 * gdb.ada/fun_renaming.exp: New testcase.
8098 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8099 * gdb.ada/fun_renaming/pack.adb: New file.
8100 * gdb.ada/fun_renaming/pack.ads: New file.
8101
ea8812bc
KS
81022015-08-12 Keith Seitz <keiths@redhat.com>
8103
8104 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8105 gdb_get_line_number.
8106
4dafcdeb
JB
81072015-08-12 Joel Brobecker <brobecker@adacore.com>
8108
8109 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8110 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8111 gdb.base/dso2dso.exp: New files.
8112
5ba32597
SDJ
81132015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8114 Pedro Alves <palves@redhat.com>
8115 Keith Seitz <keiths@redhat.com>
8116
8117 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8118 GDBFLAGS.
8119
b6dafabf
PP
81202015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8121
8122 * gdb.base/gdbhistsize-history.exp
8123 (test_histsize_history_setting): Use save_vars.
8124 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8125 Use save_vars.
8126 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8127 * gdb.base/readline.exp: Use save_vars.
8128
abe8e607
PP
81292015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8130
8131 * lib/gdb.exp (save_vars): New proc.
8132
629500fa
KS
81332015-08-11 Keith Seitz <keiths@redhat.com>
8134
8135 * gdb.base/help.exp: Update help_breakpoint_text.
8136
eb8c4e2e
KS
81372015-08-11 Keith Seitz <keiths@redhat.com>
8138
8139 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8140 (at toplevel): Call test_explicit_breakpoints.
8141 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8142 breakpoints.
8143 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8144 breakpoint conditions, "-cond".
8145
87f0e720
KS
81462015-08-11 Keith Seitz <keiths@redhat.com>
8147
8148 * gdb.linespec/3explicit.c: New file.
8149 * gdb.linespec/cpexplicit.cc: New file.
8150 * gdb.linespec/cpexplicit.exp: New file.
8151 * gdb.linespec/explicit.c: New file.
8152 * gdb.linespec/explicit.exp: New file.
8153 * gdb.linespec/explicit2.c: New file.
8154 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8155 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8156 before using in the matching pattern.
8157 Clarify that `prefix' is a regular expression.
8158
f00aae0f
KS
81592015-08-11 Keith Seitz <keiths@redhat.com>
8160
8161 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8162 test.
8163 Add tests for missing ",FMT" and ",".
8164
e27852be
DE
81652015-08-10 Doug Evans <dje@google.com>
8166 Keith Seitz <keiths@redhat.com>
8167
8168 PR gdb/17960
8169 * gdb.base/completion.exp: Add location completer tests.
8170
7f03bd92
PA
81712015-08-07 Pedro Alves <palves@redhat.com>
8172
8173 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8174 tests here.
8175 (top level): Run do_test with and without displaced stepping.
8176
3fc8eb30
PA
81772015-08-07 Pedro Alves <palves@redhat.com>
8178
8179 * gdb.base/valgrind-disp-step.c: New file.
8180 * gdb.base/valgrind-disp-step.exp: New file.
8181
d4569d7b
PA
81822015-08-07 Pedro Alves <palves@redhat.com>
8183
8184 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8185 Delete function.
8186 (main): Add alarm. Run an infinite loop instead of calling
8187 wait_threads.
8188 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8189 comment.
8190 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8191 Delete function.
8192 (main): Add alarm. Run an infinite loop instead of calling
8193 wait_threads.
8194 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8195 comment.
8196
e1316e60
PA
81972015-08-07 Pedro Alves <palves@redhat.com>
8198
8199 * gdb.base/checkpoint-ns.exp: New file.
8200 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8201 standard_testfile.
8202
da8c46d2
MM
82032015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8204
8205 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8206 * gdb.btrace/instruction_history.exp: Update.
8207 * gdb.btrace/tsx.exp: New.
8208 * gdb.btrace/tsx.c: New.
8209
de1c2c52
PA
82102015-08-06 Pedro Alves <palves@redhat.com>
8211
8212 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8213 increase timeout.
8214 * gdb.reverse/until-precsave.exp: Bump timeouts.
8215
782e0bf4
PA
82162015-08-06 Pedro Alves <palves@redhat.com>
8217
8218 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8219
83e97ed0
PA
82202015-08-06 Pedro Alves <palves@redhat.com>
8221
8222 PR gdb/18749
8223 * gdb.threads/process-dies-while-handling-bp.c: New file.
8224 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8225
863d01bd
PA
82262015-08-06 Pedro Alves <palves@redhat.com>
8227
8228 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8229 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8230
0a39bb32
PA
82312015-08-05 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8234 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8235
ee2d2b10
SL
82362015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8237
8238 * gdb.base/bp-permanent.exp: Report test as unsupported if
8239 the target cannot stop at the permanent breakpoint.
8240
4e1bdb00
DE
82412015-08-03 Doug Evans <dje@google.com>
8242
8243 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8244 10000.
8245
3d338901
DE
82462015-08-03 Doug Evans <dje@google.com>
8247
8248 * Makefile.in (workers/%.worker, build-perf): New rule.
8249 (GDB_PERFTEST_MODE): New variable.
8250 (check-perf): Use it.
8251 (clean): Clean up gdb.perf parallel build subdirs.
8252 * lib/build-piece.exp: New file.
8253 * lib/gdb.exp (make_gdb_parallel_path): New function
8254 (standard_output_file, standard_temp_file): Call it.
8255 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8256 of $GDB_PARALLEL.
8257 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8258
af061d3e
DE
82592015-08-03 Doug Evans <dje@google.com>
8260
8e1afc81 8261 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
8262 (LOG_FILE_NAME): New global.
8263 (TextReporter.__init__): Initialize self.txt_sum.
8264 (TextReporter.report): Add support for multiple data-points.
8265 Move report to perftest.sum, put raw data in perftest.log.
8266 (TextReporter.start): Open sum and log files.
8267 (TextReporter.end): Close sum and log files.
8e1afc81
DE
8268 * gdb.perf/lib/perftest/testresult.py
8269 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 8270
2c8c5d37
PA
82712015-07-31 Pedro Alves <palves@redhat.com>
8272
8273 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8274 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8275 kill_wait_spawned_process instead of explicit "kill -9".
8276 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8277 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8278 kill_wait_spawned_process.
8279 * gdb.base/attach-twice.exp: Likewise.
8280 * gdb.base/attach.exp: Likewise.
8281 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8282 gdb_test_multiple.
8283 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8284 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8285 kill_wait_spawned_process.
8286 * gdb.base/valgrind-infcall.exp: Likewise.
8287 * gdb.multi/multi-attach.exp: Likewise.
8288 * gdb.python/py-prompt.exp: Likewise.
8289 * gdb.python/py-sync-interp.exp: Likewise.
8290 * gdb.server/ext-attach.exp: Likewise.
8291 * gdb.threads/attach-into-signal.exp (corefunc): Use
8292 spawn_wait_for_attach, spawn_id_get_pid and
8293 kill_wait_spawned_process.
8294 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8295 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8296 spawn_id_get_pid and kill_wait_spawned_process.
8297 * gdb.threads/attach-stopped.exp (corefunc): Use
8298 spawn_wait_for_attach, spawn_id_get_pid and
8299 kill_wait_spawned_process.
8300 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8301 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8302 kill_wait_spawned_process instead of explicit "kill -9".
8303 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8304 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8305 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8306 processes. Don't map cygwin/windows pids here. Now returns a
8307 spawn id list.
8308
032a0fca
SL
83092015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8310
8311 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8312 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8313 correct patch.
8314
61a934ca
SL
83152015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8316
8317 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8318
4bc4d428
SL
83192015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8320
8321 Reapply:
8322 2014-05-21 Mark Wielaard <mjw@redhat.com>
8323
8324 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8325
998d452a
PA
83262015-07-30 Pedro Alves <palves@redhat.com>
8327
8328 * linux-low.c (handle_extended_wait): Set the child's last
8329 reported status to TARGET_WAITKIND_STOPPED.
8330
69dde7dc
PA
83312015-07-30 Pedro Alves <palves@redhat.com>
8332
8333 PR threads/18600
8334 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8335 only shows inferior 1.
8336
4dd63d48
PA
83372015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8338 Pedro Alves <palves@redhat.com>
8339
8340 PR threads/18600
8341 * gdb.threads/fork-plus-threads.c: New file.
8342 * gdb.threads/fork-plus-threads.exp: New file.
8343
d618e4c5
PP
83442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8345
8346 * gdb.base/batch-preserve-term-settings.exp
8347 (test_terminal_settings_preserved_after_cli_exit): Use
8348 send_quit_command.
8349
1eef6428
PA
83502015-07-29 Pedro Alves <palves@redhat.com>
8351 Don Breazeal <donb@codesourcery.com>
8352
8353 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8354 output from both inferior_spawn_id and gdb_spawn_id.
8355
7da5b897
SDJ
83562015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8357
8358 * gdb.threads/attach-into-signal.exp (corefunc): Use
8359 with_test_prefix on nested loops, uniquefying the test messages.
8360
dac804df
SDJ
83612015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8362
8363 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8364 commit.
8365
06265e53
PP
83662015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8367
8368 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8369 New proc.
8370 (test_terminal_settings_preserved_after_sigterm): New test.
8371
18206ca3
PP
83722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8373
8374 * gdb.base/batch-preserve-term-settings.exp
8375 (test_terminal_settings_preserved_after_cli_exit): New test.
8376
90074d11
PP
83772015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8378
8379 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8380 manipulation of saved_gdbflags.
8381 (test_terminal_settings_preserved): Remove global declaration of
8382 the unused variable pagination_prompt. Remove manipulation of
8383 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8384 GDBFLAGS.
8385
eb1a7902
PA
83862015-07-29 Pedro Alves <palves@redhat.com>
8387
8388 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8389
8b75dd3b
PA
83902015-07-29 Pedro Alves <palves@redhat.com>
8391
8392 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8393 at the top.
8394
dedad4e3
PA
83952015-07-29 Pedro Alves <palves@redhat.com>
8396
8397 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8398 (main): Call gdb_unbuffer_output.
8399 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8400 (main): Call gdb_unbuffer_output.
8401 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8402 (main): Call gdb_unbuffer_output.
8403 * gdb.base/call-strs.exp: Adjust to step over the
8404 gdb_unbuffer_output call.
8405 * gdb.base/catch-gdb-caused-signals.c: Include
8406 "../lib/unbuffer_output.c".
8407 (main): Call gdb_unbuffer_output.
8408 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8409 (main): Call gdb_unbuffer_output.
8410 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8411 (main): Call gdb_unbuffer_output.
8412 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8413 (main): Call gdb_unbuffer_output.
8414 * gdb.base/shlib-call.exp: Adjust to step over the
8415 gdb_unbuffer_output call.
8416 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8417 (main): Call gdb_unbuffer_output.
8418 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8419 (main): Call gdb_unbuffer_output.
8420 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8421 (main): Rename to ...
8422 (test): ... this.
8423 (main): Reimplement.
8424 * gdb.base/varargs.exp: Run to test instead of to main.
8425 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8426 (main): Call gdb_unbuffer_output.
8427
58789a91
PA
84282015-07-29 Pedro Alves <palves@redhat.com>
8429
8430 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8431 factore out from mi_continue_dprintf. For call-style dprintfs,
8432 expect dprintf output out of $inferior_spawn_id.
8433 (mi_continue_dprintf): Use mi_expect_dprintf.
8434 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8435 (main): Call gdb_unbuffer_output.
8436
e8376742
PA
84372015-07-29 Pedro Alves <palves@redhat.com>
8438
8439 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8440 (default_mi_gdb_start): Set inferior_spawn_id instead of
8441 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8442 gdb_spawn_id.
8443 (mi_gdb_test): Always expect inferior output from both
8444 $inferior_spawn_id and $gdb_spawn_id.
8445
08280010
PA
84462015-07-29 Pedro Alves <palves@redhat.com>
8447
8448 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8449 send_inferior and $inferior_spawn_id.
8450
4d30e432
PA
84512015-07-29 Pedro Alves <palves@redhat.com>
8452
8453 * gdb.gdb/complaints.exp (test_initial_complaints)
8454 (test_serial_complaints, test_short_complaints): Use
8455 gdb_test_stdio.
8456 (test_empty_complaint): Handle $inferior_spawn_id !=
8457 $gdb_spawn_id.
8458
0d30a335
PA
84592015-07-29 Pedro Alves <palves@redhat.com>
8460
8461 * gdb.base/varargs.exp: Use gdb_test_stdio.
8462
39413b29
PA
84632015-07-29 Pedro Alves <palves@redhat.com>
8464
8465 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8466
7cb000a9
PA
84672015-07-29 Pedro Alves <palves@redhat.com>
8468
8469 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8470
d7b8ac82
PA
84712015-07-29 Pedro Alves <palves@redhat.com>
8472
8473 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8474 parameter into two new parameters, "inf_result" and "gdb_result".
8475 Expect inferior output and gdb output from $inferior_spawn_id and
8476 $gdb_spawn_id, respectively. Adjust all callers.
8477
789c3a0c
PA
84782015-07-29 Pedro Alves <palves@redhat.com>
8479
8480 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8481 of gdb_test_sequence.
8482
77e760c3
PA
84832015-07-29 Pedro Alves <palves@redhat.com>
8484
8485 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8486 (saw_spurious_output): Expect inferior output from
8487 $inferior_spawn_id. Use gdb_test_stdio.
8488
8396d2cd
PA
84892015-07-29 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.base/dprintf.exp: Use standard_testfile. Change
8492 prepare_for_testing call.
8493 (srcfile): Don't set.
8494 (restart): New procedure.
8495 (test_dprintf): New procecure, use to continue over dprintfs.
8496 (test_call, test_agent): New procedures, tests moved here.
8497 Restart gdb and recreate dprintfs. Adjust expected output.
8498
2051d61f
PA
84992015-07-29 Pedro Alves <palves@redhat.com>
8500
8501 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8502
452397af
PA
85032015-07-29 Pedro Alves <palves@redhat.com>
8504
8505 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8506
8aed9555
PA
85072015-07-29 Pedro Alves <palves@redhat.com>
8508
8509 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8510 gdb_test_stdio.
8511
188a61b4
PA
85122015-07-29 Pedro Alves <palves@redhat.com>
8513
8514 * lib/gdb.exp (gdb_test_stdio): New procedure.
8515
12264a45
PA
85162015-07-29 Pedro Alves <palves@redhat.com>
8517
8518 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8519
23ffc893
PA
85202015-07-29 Pedro Alves <palves@redhat.com>
8521
8522 * gdb.base/call-signal-resume.exp: Remove check for
8523 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8524 * gdb.base/unwindonsignal.exp: Likewise.
8525 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8526 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8527
65566918
PA
85282015-07-29 Pedro Alves <palves@redhat.com>
8529
8530 * gdb.base/siginfo-addr.c (pass): New function.
8531 (handler): Call it iff si_addr is correct.
8532 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8533 Set a breakpoint at "pass" and continue to it.
8534
d60a9221
SDJ
85352015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8536
8537 * gdb.python/py-objfile.exp: Make some tests have unique names.
8538 * gdb.python/py-pp-registration.exp: Likewise.
8539
bde40b8f
PA
85402015-07-28 Pedro Alves <palves@redhat.com>
8541
8542 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8543
13e1dec8
SM
85442015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8545
8546 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8547
da33c9a7
SM
85482015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8549
8550 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8551
077836f7
PP
85522015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8553
8554 * gdb.base/gdb-sigterm-2.exp: New test.
8555
b8cc7b2e
DE
85562015-07-25 Doug Evans <xdje42@gmail.com>
8557
8558 Revert:
8559 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8560 (workers/%.worker, build-perf): New rule.
8561 (GDB_PERFTEST_MODE): New variable.
8562 (check-perf): Use it.
8563 (clean): Clean up gdb.perf parallel build subdirs.
8564 * lib/build-piece.exp: New file.
8565 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8566 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8567 name.
8568 (standard_temp_file): Ditto.
8569 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8570 of $GDB_PARALLEL.
8571
c8bd4544
DE
85722015-07-24 Doug Evans <dje@google.com>
8573
8574 * gdb.perf/lib/perftest/utils.py: New file.
8575 * gdb.perf/gm-hello.cc: New file.
8576 * gdb.perf/gm-pervasive-typedef.cc: New file.
8577 * gdb.perf/gm-pervasive-typedef.h: New file.
8578 * gdb.perf/gm-std.cc: New file.
8579 * gdb.perf/gm-std.h: New file.
8580 * gdb.perf/gm-use-cerr.cc: New file.
8581 * gdb.perf/gm-utils.h: New file.
8582 * gdb.perf/gmonster-null-lookup.py: New file.
8583 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8584 * gdb.perf/gmonster-print-cerr.py: New file.
8585 * gdb.perf/gmonster-ptype-string.py: New file.
8586 * gdb.perf/gmonster-runto-main.py: New file.
8587 * gdb.perf/gmonster-select-file.py: New file.
8588 * gdb.perf/gmonster1-null-lookup.exp: New file.
8589 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8590 * gdb.perf/gmonster1-print-cerr.exp: New file.
8591 * gdb.perf/gmonster1-ptype-string.exp: New file.
8592 * gdb.perf/gmonster1-runto-main.exp: New file.
8593 * gdb.perf/gmonster1-select-file.exp: New file.
8594 * gdb.perf/gmonster1.cc: New file.
8595 * gdb.perf/gmonster1.exp: New file.
8596 * gdb.perf/gmonster2-null-lookup.exp: New file.
8597 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8598 * gdb.perf/gmonster2-print-cerr.exp: New file.
8599 * gdb.perf/gmonster2-ptype-string.exp: New file.
8600 * gdb.perf/gmonster2-runto-main.exp: New file.
8601 * gdb.perf/gmonster2-select-file.exp: New file.
8602 * gdb.perf/gmonster2.cc: New file.
8603 * gdb.perf/gmonster2.exp: New file.
8604
6eab34f3
DE
86052015-07-24 Doug Evans <dje@google.com>
8606
8607 * gdb.perf/README: New file.
8608 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8609 * lib/gen-perf-test.exp: New file.
8610
63738bfd
DE
86112015-07-24 Doug Evans <dje@google.com>
8612
8613 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8614 (PerfTest::startup): New function.
8615 (PerfTest::run): Return result of calling body.
8616 (PerfTest::assemble): Rewrite.
8617 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8618 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8619 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8620 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8621 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8622
7b606f95
DE
86232015-07-24 Doug Evans <dje@google.com>
8624
8625 * lib/gdb.exp (clean_restart): Make executable optional.
8626
a97b16b8
DE
86272015-07-24 Doug Evans <dje@google.com>
8628
8629 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8630 compiler_info references.
8631 * gdb.cp/temargs.exp: Ditto.
8632 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8633 (get_compiler_info): Early exit if already computed. Set compiler_info
8634 to "unknown" if there was a problem.
8635 (test_compiler_info): Add function comment. Call get_compiler_info.
8636
35baa57f
DE
86372015-07-24 Doug Evans <dje@google.com>
8638
8639 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8640 (workers/%.worker, build-perf): New rule.
8641 (GDB_PERFTEST_MODE): New variable.
8642 (check-perf): Use it.
8643 (clean): Clean up gdb.perf parallel build subdirs.
8644 * lib/build-piece.exp: New file.
8645 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8646 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8647 name.
8648 (standard_temp_file): Ditto.
8649 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8650 of $GDB_PARALLEL.
8651
6ebea266
DE
86522015-07-24 Doug Evans <dje@google.com>
8653
8654 * lib/future.exp (gdb_default_target_compile): New option
8655 "early_flags".
8656 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8657 --as-needed.
8658
1e76a7e9
SDJ
86592015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8660
8661 * gdb.base/catch-syscall.exp: Call gdb_exit before
8662 gdb_skip_xml_test.
8663
5068630a
PA
86642015-07-24 Pedro Alves <palves@redhat.com>
8665
8666 * gdb.python/py-events.exp: Accept output between the stop event
8667 and the prompt.
8668 * gdb.python/py-evsignal.exp: Likewise.
8669 * gdb.python/py-evthreads.exp: Likewise.
8670
77598427
PA
86712015-07-24 Pedro Alves <palves@redhat.com>
8672
8673 PR gdb/18717
8674 * gdb.threads/non-ldr-exit.c: New file.
8675 * gdb.threads/non-ldr-exit.exp: New file.
8676
11e6c98f
YQ
86772015-07-24 Yao Qi <yao.qi@linaro.org>
8678
8679 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8680 restarting process.
8681
51aee833
YQ
86822015-07-24 Yao Qi <yao.qi@linaro.org>
8683
8684 * gdb.server/ext-restart.exp: New file.
8685
8cfe207c
YQ
86862015-07-24 Yao Qi <yao.qi@linaro.org>
8687
8688 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8689 argument options.
8690 * gdb.server/ext-wrapper.exp: New file.
8691
cc12ce38
DE
86922015-07-23 Doug Evans <dje@google.com>
8693
8694 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8695 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8696
d0d84780
PMR
86972015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8698
8699 * gdb.ada/var_arr_typedef.exp: New testcase.
8700 * gdb.ada/var_arr_typedef/pack.adb: New file.
8701 * gdb.ada/var_arr_typedef/pack.ads: New file.
8702 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8703
8b558f79
JB
87042015-07-20 Joel Brobecker <brobecker@adacore.com>
8705
8706 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8707
775a3298
JK
87082015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8709
8710 * gdb.arch/i386-biarch-core.exp: Replace istarget
8711 by "complete set gnutarget". Remove expectation for the "core-file"
8712 command.
8713
db1ff28b
JK
87142015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8715
8716 Revert the previous commit:
8717 Tests for validate symbol file using build-id.
8718
0a94970d
JK
87192015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8720
8721 Tests for validate symbol file using build-id.
8722 * gdb.base/solib-mismatch-lib.c: New file.
8723 * gdb.base/solib-mismatch-libmod.c: New file.
8724 * gdb.base/solib-mismatch.c: New file.
8725 * gdb.base/solib-mismatch.exp: New file.
8726
03346981
SL
87272015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8728
8729 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8730 nios2-*-linux*.
8731 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8732 * gdb.base/siginfo.exp: Likewise.
8733 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8734
42422cc7
PL
87352015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8736
8737 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8738 Move it to ...
8739 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8740 ... here.
8741 * gdb.trace/range-stepping.exp: Check that the target supports
8742 range stepping.
8743
cfa68bae
JK
87442015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8745
8746 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8747
8ffdba26
PA
87482015-07-14 Pedro Alves <palves@redhat.com>
8749
8750 * gdb.base/killed-outside.exp: New file.
8751 * gdb.base/killed-outside.c: New file.
8752
218a5a11
JK
87532015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8754
8755 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8756 (n at main): New.
8757 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8758
e03ed3c6
AA
87592015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8760
8761 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8762 infcall tests instead of setting up for KFAIL.
8763
485668e5
MM
87642015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8765
8766 * gdb.btrace/record_goto-step.exp: New.
8767
08464196
JK
87682015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8769
8770 PR compile/18484
8771 * gdb.compile/compile.c (struct struct_type): Add volatile to
8772 selffield's type.
8773 * gdb.compile/compile.exp
8774 (compile code struct_object.selffield = &struct_object): Skip further
8775 struct_object tests if this one xfails.
8776
bcf5c1d9
RC
87772015-07-08 Robert O'Callahan <robert@ocallahan.org>
8778
8779 PR exp/18617
8780 * gdb.trace/ax.exp: Add test.
8781
4931af25
YQ
87822015-07-07 Yao Qi <yao.qi@linaro.org>
8783
8784 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8785 instead of istarget "aarch64*-*-*".
8786 * gdb.arch/aarch64-fp.exp: Likewise.
8787 * gdb.base/float.exp: Likewise.
8788 * gdb.reverse/aarch64.exp: Likewise.
8789 * lib/gdb.exp (is_aarch64_target): New proc.
8790
9fcf688e
YQ
87912015-07-07 Yao Qi <yao.qi@linaro.org>
8792
8793 * lib/gdb.exp (is_aarch32_target): New proc.
8794 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8795 instead of "istarget "arm*-*-*"".
8796 * gdb.arch/arm-disp-step.exp: Likewise.
8797 * gdb.arch/thumb-bx-pc.exp: Likewise.
8798 * gdb.arch/thumb-prologue.exp: Likewise.
8799 * gdb.arch/thumb-singlestep.exp: Likewise.
8800 * gdb.base/disp-step-syscall.exp: Likewise.
8801 * gdb.base/float.exp: Likewise.
8802
fbd8d50d
YQ
88032015-07-07 Yao Qi <yao.qi@linaro.org>
8804
8805 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8806 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8807
71be1fdc
YQ
88082015-07-07 Yao Qi <yao.qi@linaro.org>
8809
8810 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8811 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8812 if it exists.
8813 * gdb.multi/multi-arch.exp: Likewise.
8814
3e221d36
SM
88152015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8816
8817 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8818 print.
8819
d441430b
YQ
88202015-07-07 Yao Qi <yao.qi@linaro.org>
8821
8822 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8823
06f810bd
MG
88242015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8825
8826 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8827 '[' and ']' characters.
8828
5e61e7c0
IB
88292015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8830
8831 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8832
28bf096c
PA
88332015-06-29 Pedro Alves <palves@redhat.com>
8834
8835 PR threads/18127
8836 * gdb.threads/hand-call-new-thread.c: New file.
8837 * gdb.threads/hand-call-new-thread.c: New file.
8838
ee93cd5e
KS
88392015-06-26 Keith Seitz <keiths@redhat.com>
8840 Doug Evans <dje@google.com>
8841
8842 PR 16253
8843 * gdb.cp/var-tag-2.cc: New file.
8844 * gdb.cp/var-tag-3.cc: New file.
8845 * gdb.cp/var-tag-4.cc: New file.
8846 * gdb.cp/var-tag.cc: New file.
8847 * gdb.cp/var-tag.exp: New file.
8848
fc637f04
PP
88492015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8850
8851 * gdb.base/history-duplicates.exp: New test.
8852
2e52ae68
PP
88532015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8854
8855 * gdb.base/completion.exp: Test the completion of the "focus"
8856 command.
8857
6e22494e
JK
88582015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8859
8860 * gdb.arch/amd64-prologue-skip.S: New file.
8861 * gdb.arch/amd64-prologue-skip.exp: New file.
8862
bf7b9cd9
SM
88632015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8864
8865 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8866 is_address_zero_readable check.
8867
201e8dfd
PB
88682015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8869
8870 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8871 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8872
5cd867b4
YQ
88732015-06-24 Yao Qi <yao.qi@linaro.org>
8874
8875 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8876 linux targets.
8877
4d7be007
YQ
88782015-06-24 Yao Qi <yao.qi@linaro.org>
8879
8880 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8881 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8882 * gdb.base/siginfo-thread.exp: Likewise.
8883
07fcd301
YQ
88842015-06-22 Yao Qi <yao.qi@linaro.org>
8885
8886 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8887
52042a00
YQ
88882015-06-22 Yao Qi <yao.qi@linaro.org>
8889
8890 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8891 aarch64*-*-*.
8892 (skip_hw_watchpoint_tests): Likewise.
8893
74bd41ce
PP
88942015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8895
8896 * gdb.base/gdbinit-history.exp: Test the interaction between
8897 setting GDBHISTSIZE and setting the history size via .gdbinit.
8898
bc460514
PP
88992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8900
8901 PR gdb/16999
8902 * gdb.base/gdbhistsize-history.exp: New test.
8903
b58c513b
PP
89042015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8905
8906 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8907 with GDBHISTSIZE.
8908 * gdb.base/readline.exp: Likewise.
8909
92046791
YQ
89102015-06-17 Yao Qi <yao.qi@linaro.org>
8911
8912 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8913 line.
8914
2093d2d3
PP
89152015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8916
8917 * gdb.base/gdbinit-history.exp: Add test case to check that
8918 an unlimited history file does not get truncated on exit.
8919
e6c693af
AA
89202015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8921
8922 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8923 (VECTOR): New macro. Use it...
8924 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8925 ...for these typedefs.
8926 (int8, char1, int1, double1): New typedefs.
8927 (struct just_int2, struct two_int2): New structures.
8928 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8929 (add_structvecs, add_singlevecs): New functions.
8930 (main): Call add_some_intvecs twice.
8931 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8932 the compile and exit upon failure. Try compiling for the "native"
8933 architecture. Test inferior function calls with vector arguments
8934 and vector return value handling with "finish" and "return".
8935
c74f7d1c
JT
89362015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8937
8938 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8939 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8940 PE file.
8941 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8942
98aa42ee
AT
89432015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8944
8945 PR breakpoints/16465
8946 * gdb.mi/mi-dprintf-pending.c: New file.
8947 * gdb.mi/mi-dprintf-pending.exp: New test.
8948 * gdb.mi/mi-dprintf-pendshr.c: New file.
8949
7d73c23c 89502015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 8951 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
8952
8953 * gdb.arch/i386-mpx-map.c: New file.
8954 * gdb.arch/i386-mpx-map.exp: New File.
8955
89562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8957
8958 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8959 * gdb.arch/i386-mpx.exp: Indentation fixed.
8960
89612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8962
8963 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8964 function and improved indentation.
8965 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8966 gdb_test_multiple. Added additional tests to skip the test.
8967
89682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8969
8970 * gdb.arch/i386-avx512.c: Change path in include file.
8971 * gdb.arch/i386-avx512.exp: Change include dir path
8972 compilation flag.
8973 * gdb.arch/i386-mpx.c: Change path in include file.
8974 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8975 flag.
8976
d5eba19a
JK
89772015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8978
8979 * gdb.compile/compile-print.exp (compile print *vararray@3)
8980 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8981
7f361056
JK
89822015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8983
8984 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8985 (do not keep jit in memory): ... this.
8986 (expect 5): Change it to ...
8987 (expect no 5): ... this.
8988
3b462ec2
SM
89892015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8990
8991 PR gdb/15564
8992 * gdb.mi/mi-detach.exp: New file.
8993
e0619de6
JK
89942015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8995
8996 PR symtab/18392
8997 * gdb.arch/amd64-tailcall-self.S: New file.
8998 * gdb.arch/amd64-tailcall-self.c: New file.
8999 * gdb.arch/amd64-tailcall-self.exp: New file.
9000
e970cb34
DB
90012015-05-28 Don Breazeal <donb@codesourcery.com>
9002
9003 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9004 tests for remote targets by checking is_target_gdbserver.
9005
b2e2f908
DE
90062015-05-27 Doug Evans <dje@google.com>
9007
9008 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9009 * gdb.dwarf2/opaque-type-lookup.c: New file.
9010 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9011
82c7be31
DE
90122015-05-26 Doug Evans <dje@google.com>
9013
9014 * gdb.cp/iostream.cc: New file.
9015 * gdb.cp/iostream.exp: New file.
9016
b4f54984
DE
90172015-05-26 Doug Evans <dje@google.com>
9018
9019 * gdb.dwarf2/dw2-op-call.exp: Update.
9020 * gdb.dwarf2/dw4-sig-types.exp: Update.
9021 * gdb.dwarf2/implptr.exp: Update.
9022 * gdb.mi/mi-cmd-param-changed.exp: Update.
9023
4ea6efe9
DE
90242015-05-26 Doug Evans <dje@google.com>
9025
9026 * gdb.python/py-lazy-string.c: New file.
9027 * gdb.python/py-lazy-string.exp: New file.
9028 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9029 (main): Update. Add estring3.
9030 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9031 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9032
f6bb7db3
YQ
90332015-05-26 Omair Javaid <omair.javaid@linaro.org>
9034 Yao Qi <yao.qi@linaro.org>
9035
9036 * gdb.reverse/aarch64.c: New.
9037 * gdb.reverse/aarch64.exp: New.
9038
a81bfbd0
OJ
90392015-05-26 Omair Javaid <omair.javaid@linaro.org>
9040
25d49b86
PA
9041 * lib/gdb.exp (supports_process_record): Return true for
9042 aarch64*-linux*.
a81bfbd0
OJ
9043 (supports_reverse): Likewise.
9044
158bf1b4
PP
90452015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9046
9047 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9048 Use with_test_prefix.
9049
a0145030
AB
90502015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9051
9052 * gdb.base/completion.exp: Add test for completion of layout
9053 names.
9054
ebe3b578
AB
90552015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9056
9057 * lib/gdb.exp (skip_tui_tests): New proc.
9058 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9059
84204ed7
PA
90602015-05-19 Pedro Alves <palves@redhat.com>
9061
9062 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9063 Save the whole env array instead of just HOME. Unset HISTSIZE in
9064 the environment while testing. Restore whole environment
9065 afterwards.
9066
37442ce1
DE
90672015-05-16 Doug Evans <xdje42@gmail.com>
9068
9069 * gdb.guile/scm-ports.c: New file.
9070 * gdb.guile/scm-ports.exp: Add memory port tests.
9071
36de76f9
JK
90722015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9073
9074 * gdb.compile/compile-print.c: New file.
9075 * gdb.compile/compile-print.exp: New file.
9076
3a9558c4
JK
90772015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9078
9079 * gdb.compile/compile-ops.exp: Cast param to void.
9080 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9081 (compile code struct_object.selffield = &struct_object): Add xfail.
9082
aa715135
JG
90832015-05-15 Joel Brobecker <brobecker@adacore.com>
9084
9085 * gdb.ada/arr_enum_with_gap: New testcase.
9086
931e5bc3
JG
90872015-05-15 Joel Brobecker <brobecker@adacore.com>
9088
9089 * gdb.ada/byte_packed_arr: New testcase.
9090
9cd4d857
JB
90912015-05-15 Joel Brobecker <brobecker@adacore.com>
9092
9093 * gdb.ada/pckd_neg: New testcase.
9094
ebfd00d2
PP
90952015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9096
9097 PR gdb/17820
9098 * gdb.base/gdbinit-history.exp: New test.
9099 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9100 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9101
4c082a81
SC
91022015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9103
9104 * gdb.python/py-xmethods.cc: Enhance test case.
9105 * gdb.python/py-xmethods.exp: New tests.
9106 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9107 function.
9108 (B_indexoper): Likewise.
9109 (global_dm_list) : Add new xmethod worker functions.
9110
f7797074
SDJ
91112015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9112
9113 * gdb.base/coredump-filter.exp: Correctly unset
9114 "coredump_var_addr" array.
9115
a4674e4e
PA
91162015-05-08 Pedro Alves <palves@redhat.com>
9117
9118 * gdb.server/non-existing-program.exp: Unset spawn_id.
9119
df2eb078
SC
91202015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9121
9122 PR python/18291
9123 * gdb.python/py-xmethods.exp: Add tests.
9124
422349a3
YQ
91252015-05-08 Yao Qi <yao.qi@linaro.org>
9126
9127 PR gdb/18208
9128 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9129 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9130 function set_coredump_filter, and remove remote_exec call.
9131 Remove argument ipid. Callers update.
9132 (top level): Don't get inferior's PID.
9133
63fc80ce
AA
91342015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9135
9136 * gdb.base/watch_thread_num.exp: Skip test on targets without
9137 access watchpoints.
9138
80ad801e
PA
91392015-05-06 Pedro Alves <palves@redhat.com>
9140
9141 PR server/18081
9142 * gdb.server/non-existing-program.exp: New file.
9143
0fa7fe50
JB
91442015-05-05 Joel Brobecker <brobecker@adacore.com>
9145
9146 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9147
3ea89b92
PMR
91482015-05-05 Joel Brobecker <brobecker@adacore.com>
9149
9150 * gdb.ada/out_of_line_in_inlined: New testcase.
9151
87b8eff0
JB
91522015-05-05 Joel Brobecker <brobecker@adacore.com>
9153
9154 * gdb.ada/var_rec_arr: New testcase.
9155
5fccc635
YQ
91562015-04-30 Yao Qi <yao.qi@linaro.org>
9157
9158 * gdb.base/break-idempotent.exp: If
9159 skip_hw_watchpoint_multi_tests returns true, skip the tests
9160 on "rwatch" and "awatch".
9161
42d38f42
YQ
91622015-04-30 Yao Qi <yao.qi@linaro.org>
9163
9164 * gdb.base/relativedebug.exp: Invoke gdb command
9165 "info sharedlibrary", and if libc.so doesn't have debug info,
9166 skip the test.
9167
2ce1cdbf
DE
91682015-04-29 Doug Evans <dje@google.com>
9169
9170 * gdb.python/py-xmethods.exp: Add ptype tests.
9171 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9172 get_result_type method.
9173
f24a38c5
LM
91742015-04-29 Luis Machado <lgustavo@codesourcery.com>
9175
9176 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9177 the target does not support hardware watchpoints.
9178
ecbf2b3c
LM
91792015-04-29 Luis Machado <lgustavo@codesourcery.com>
9180
9181 * gdb.base/break-always.exp: Abort testing if writing to memory
9182 causes an error.
9183
34f5f757
DE
91842015-04-28 Doug Evans <dje@google.com>
9185
9186 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9187 * gdb.python/py-pp-registration.exp: ... here. New file.
9188 * gdb.python/py-pp-registration.c: New file.
9189 * gdb.python/py-pp-registration.py: New file.
9190
69b4374a
DE
91912015-04-28 Doug Evans <dje@google.com>
9192
9193 * gdb.python/py-bad-printers.c: New file.
9194 * gdb.python/py-bad-printers.py: New file.
9195 * gdb.python/py-bad-printers.exp: New file.
9196
59fb7612
SS
91972015-04-28 Sasha Smundak <asmundak@google.com>
9198
9199 * gdb.python/py-type.exp: New test.
9200
2631b16a
AW
92012015-04-28 Andy Wingo <wingo@igalia.com>
9202
9203 * gdb.python/py-parameter.exp:
9204 * gdb.guile/scm-parameter.exp: Escape the path that we are
9205 matching against, as it might contain characters that are special
9206 to regular expressions.
9207
460efde1
JB
92082015-04-27 Joel Brobecker <brobecker@adacore.com>
9209
9210 * gdb.ada/rec_comp: New testcase.
9211
2d369d8e
SDJ
92122015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9213
9214 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9215 before using it.
9216
cf75d6c3
AB
92172015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9218
9219 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9220 new tests for verilog output.
9221
8dbe7ca5
YQ
92222015-04-24 Yao Qi <yao.qi@linaro.org>
9223
9224 * boards/remote-gdbserver-on-localhost.exp: New file.
9225
4ef9fb2f
PA
92262015-04-23 Pedro Alves <palves@redhat.com>
9227
9228 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9229 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9230 "end of file", remove $inferior_spawn_id from the indirect list.
9231
0a803169
PA
92322015-04-23 Pedro Alves <palves@redhat.com>
9233
9234 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9235
749ef8f8
PA
92362015-04-23 Pedro Alves <palves@redhat.com>
9237
9238 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9239 on $any_spawn_id instead of only on $gdb_spawn_id.
9240
8aae4344
PM
92412015-04-21 Pierre Muller <muller@sourceware.org>
9242
9243 PR pascal/17815
9244 * lib/pascal.exp (gpc_compile): Add new option "class".
9245 (fpc_compile): Likewise.
9246 * gdb.pascal/case-insensitive-symbols.pas: New file.
9247 * gdb.pascal/case-insensitive-symbols.exp: New file.
9248
1586c8fb
GB
92492015-04-20 Gary Benson <gbenson@redhat.com>
9250
9251 * gdb.base/attach.exp: Fix three extended remote failures.
9252
1b6e6f5c
GB
92532015-04-17 Gary Benson <gbenson@redhat.com>
9254
9255 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9256 the main executable over the remote protocol.
9257
e797481d
PA
92582015-04-16 Pedro Alves <palves@redhat.com>
9259
9260 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9261 a new gdbserver if gdbserver_reconnect_p is set.
9262
1ca99c42
PA
92632015-04-16 Pedro Alves <palves@redhat.com>
9264
9265 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9266 is set, don't exit gdbserver.
9267
af9fd6f8
AA
92682015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9269
9270 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9271 appropriate .insn, such that an older assembler can be used.
9272 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9273 the z/Architecture instruction set on 31-bit targets as well.
9274
04ff1e61
AA
92752015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9276
9277 * gdb.go/handcall.exp: Remove all logic related to the first
9278 breakpoint and rely on go_runto_main instead.
9279 * gdb.go/strings.exp: Likewise.
9280 * gdb.go/unsafe.exp: Likewise.
9281 * gdb.go/hello.exp: Likewise. Also rename the remaining
9282 breakpoint marker to "breakpoint 1".
9283 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9284 * gdb.go/strings.go: Likewise.
9285 * gdb.go/unsafe.go: Likewise.
9286 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9287 "set breakpoint 2 here" and rename the remaining breakpoint marker
9288 to "breakpoint 1".
9289
40d2f8d6
SM
92902015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9291
9292 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9293 if itertools.imap is not present.
9294 * gdb.python/py-objfile.exp: Add parentheses.
9295 * gdb.python/py-type.exp: Same.
9296 * gdb.python/py-unwind-maint.py: Same.
9297
8cbc97c6
YQ
92982015-04-15 Yao Qi <yao.qi@linaro.org>
9299
9300 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9301 of ":$ptr_size" and set its form explicitly.
9302
45fd756c
YQ
93032015-04-15 Pedro Alves <palves@redhat.com>
9304 Yao Qi <yao.qi@linaro.org>
9305
9306 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9307 timeout by factor of 4.
9308 (test_regular_watch): Likewise.
9309 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9310 * gdb.reverse/sigall-reverse.exp: Likewise.
9311 * gdb.reverse/until-precsave.exp: Likewise.
9312 * lib/gdb.exp (with_timeout_factor): New proc.
9313 (gdb_expect): Move some code to ...
9314 (get_largest_timeout): ... here. New procedure.
9315
9e811bc3
LM
93162015-04-14 Luis Machado <lgustavo@codesourcery.com>
9317
9318 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9319
0ff6fcb2
LM
93202015-04-13 Luis Machado <lgustavo@codesourcery.com>
9321
9322 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9323 to write to the .text section.
9324
7578d5f7
LM
93252015-04-13 Luis Machado <lgustavo@codesourcery.com>
9326
9327 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9328 Handle the case of targets that do not provide PID information.
9329
2efe15c4
YQ
93302015-04-13 Yao Qi <yao.qi@linaro.org>
9331
9332 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9333 and use expect instead of gdb_expect.
9334
8cd8f2f8
SDJ
93352015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9336
9337 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9338 "coredump_var_addr" to avoid naming conflict with other testcases.
9339
9ee41772
PA
93402015-04-10 Pedro Alves <palves@redhat.com>
9341
9342 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9343 gdb_test_sequence and gdb_assert.
9344
07473109
PA
93452015-04-10 Pedro Alves <palves@redhat.com>
9346
9347 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9348 test messages that don't include the breakpoint address.
9349
de3db44c
YQ
93502015-04-10 Yao Qi <yao.qi@linaro.org>
9351
9352 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9353 false for some offset and width combinations which aren't
9354 supported by linux kernel.
9355
c79d856c
PA
93562015-04-10 Pedro Alves <palves@redhat.com>
9357
9358 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9359 procedure, factored out from ...
9360 (top level): ... here. Add "set displaced-stepping" testing axis.
9361 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9362 parameter "displaced". Use it.
9363 (top level): Use foreach and add "set displaced-stepping" testing
9364 axis.
9365
ebc90b50
PA
93662015-04-10 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9369 Remove comment.
9370 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9371 both the address of the instruction that triggers the watchpoint
9372 and the address of the instruction immediately after, and use
9373 those addresses for the test. Fix comment.
9374
8f572e5c
PA
93752015-04-10 Pedro Alves <palves@redhat.com>
9376
9377 * gdb.base/sigstep.exp (breakpoint_to_handler)
9378 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9379 Test "backtrace" in handler.
9380 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9381 (top level): Add new "displaced" test axis to
9382 breakpoint_to_handler, breakpoint_to_handler_entry and
9383 breakpoint_over_handler.
9384
8d707a12
PA
93852015-04-10 Pedro Alves <palves@redhat.com>
9386
9387 PR gdb/18216
9388 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9389
ef713951
YQ
93902015-04-10 Yao Qi <yao.qi@linaro.org>
9391
9392 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9393 (test_add_rn_pc): New function.
9394 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9395 (top level): Invoke test_add_rn_pc.
9396
906d60cf
PA
93972015-04-10 Pedro Alves <palves@redhat.com>
9398
9399 PR gdb/13858
9400 * gdb.base/step-over-no-symbols.exp: New file.
9401
f2983cc3
AW
94022015-04-09 Andy Wingo <wingo@igalia.com>
9403
9404 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9405 after the Python tests.
9406
6d62641c
SDJ
94072015-04-08 Keith Seitz <keiths@redhat.com>
9408
9409 PR python/16699
9410 * gdb.python/py-completion.exp: New tests for completion.
9411 * gdb.python/py-completion.py (CompleteLimit1): New class.
9412 (CompleteLimit2): Likewise.
9413 (CompleteLimit3): Likewise.
9414 (CompleteLimit4): Likewise.
9415 (CompleteLimit5): Likewise.
9416 (CompleteLimit6): Likewise.
9417 (CompleteLimit7): Likewise.
9418
f3770638
PA
94192015-04-08 Pedro Alves <palves@redhat.com>
9420
9421 PR gdb/18214
9422 PR gdb/18216
9423 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9424 function.
9425 (main): Install it as SIGUSR1 handler.
9426 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9427 parameter. Always use "setup" as prefix. Toggle "set
9428 displaced-stepping" off/on depending on global. Don't switch to
9429 thread 1 here.
9430 (top level): Add displaced stepping "off/on" test axis. Update
9431 "setup" calls. Wrap each subtest with with_test_prefix. Test
9432 continuing with a queued signal in each thread.
9433
4496bed7
PA
94342015-04-08 Pedro Alves <palves@redhat.com>
9435
9436 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9437 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9438 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9439 Return early if running to main fails.
9440 * gdb.trace/while-stepping.exp: Likewise.
9441
b97fde92
PA
94422015-04-07 Pedro Alves <palves@redhat.com>
9443
9444 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9445 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9446 interact with inferior program.
9447
f71c18e7
PA
94482015-04-07 Pedro Alves <palves@redhat.com>
9449
9450 * lib/gdb.exp (inferior_spawn_id): New global.
9451 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9452 spawn id after processing the user code.
9453 (default_gdb_start): Set inferior_spawn_id.
9454 (send_inferior): New procedure.
9455 * lib/gdbserver-support.exp (gdbserver_start): Set
9456 inferior_spawn_id.
9457 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9458
6423214f
PA
94592015-04-07 Pedro Alves <palves@redhat.com>
9460
9461 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9462 * lib/gdbserver-support.exp (gdbserver_start): Make
9463 $server_spawn_id global.
9464 (gdbserver_start): Don't wait for gdbserver's spawn id with
9465 expect_background.
9466 (close_gdbserver): New procedure.
9467 (gdb_exit): Rename the default version and reimplement.
9468
71c0ee8c
PA
94692015-04-07 Pedro Alves <palves@redhat.com>
9470
72f4393d 9471 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
9472 append the substituted item, not the original item.
9473
203bc29b
PA
94742015-04-07 Pedro Alves <palves@redhat.com>
9475
9476 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9477 gdb_expect.
9478
508a3ddf
PA
94792015-04-07 Pedro Alves <palves@redhat.com>
9480
9481 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9482 output appearing once only.
9483
9f6dbe2b
PA
94842015-04-07 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9487 that doesn't expect anything. Return early if running to main
9488 fails.
9489
337532fa
YQ
94902015-04-07 Yao Qi <yao.qi@linaro.org>
9491
9492 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9493 (child_function): Call alarm.
9494 (main): Move call to alarm into the loop.
9495 * gdb.threads/non-stop-fair-events.exp: Build program with
9496 -DTIMEOUT=$timeout.
9497
01b622d4
DE
94982015-04-06 Doug Evans <xdje42@gmail.com>
9499
9500 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9501 Fix dest parameter to board_info.
9502 (fpc_compile): Ditto.
9503 (gdb_compile_pascal): Rename dest arg to destfile.
9504
961f4160
PMR
95052015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9506
9507 * gdb.ada/funcall_ref.exp: New file.
9508 * gdb.ada/funcall_ref/foo.adb: New file.
9509
cafda597
YQ
95102015-04-02 Yao Qi <yao.qi@linaro.org>
9511
9512 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9513 is remote.
9514
fed040c6
GB
95152015-04-02 Gary Benson <gbenson@redhat.com>
9516
9517 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9518
d11916aa
SS
95192015-04-01 Sasha Smundak <asmundak@google.com>
9520
9521 * gdb.python/py-unwind-maint.c: New file.
9522 * gdb.python/py-unwind-maint.exp: New test.
9523 * gdb.python/py-unwind-maint.py: New file.
9524 * gdb.python/py-unwind.c: New file.
9525 * gdb.python/py-unwind.exp: New test.
9526 * gdb.python/py-unwind.py: New test.
9527
a1471180
PA
95282015-04-01 Pedro Alves <palves@redhat.com>
9529
9530 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9531 to fail instead of non-existent $test.
9532
0bbeccb1
PA
95332015-04-01 Pedro Alves <palves@redhat.com>
9534
9535 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9536 GDBFLAGS if not empty.
9537
3c724c8c
PMR
95382015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9539
9540 * gdb.ada/complete.exp: Remove "multi_line".
9541 * gdb.ada/info_exc.exp: Remove "multi_line".
9542 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9543 * gdb.ada/ptype_field.exp: Remove "multi_line".
9544 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9545 * gdb.ada/tagged.exp: Remove "multi_line".
9546 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9547 [multi_line ...]
9548 * gdb.btrace/delta.exp: Likewise.
9549 * gdb.btrace/exception.exp: Likewise.
9550 * gdb.btrace/function_call_history.exp: Likewise.
9551 * gdb.btrace/instruction_history.exp: Likewise.
9552 * gdb.btrace/nohist.exp: Likewise.
9553 * gdb.btrace/record_goto.exp: Likewise.
9554 * gdb.btrace/segv.exp: Likewise.
9555 * gdb.btrace/stepi.exp: Likewise.
9556 * gdb.btrace/tailcall.exp: Likewise.
9557 * gdb.btrace/unknown_functions.exp: Likewise.
9558 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9559 * lib/gdb.exp: Add the "multi_line" helper.
9560
4eec2deb
PA
95612015-04-01 Pedro Alves <palves@redhat.com>
9562
9563 * gdb.threads/tid-reuse.c: New file.
9564 * gdb.threads/tid-reuse.exp: New file.
9565
df8411da
SDJ
95662015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9567
9568 PR corefiles/16092
9569 * gdb.base/coredump-filter.c: New file.
9570 * gdb.base/coredump-filter.exp: Likewise.
9571
6ef37366
PM
95722015-03-27 Petr Machata <pmachata@redhat.com>
9573
9574 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9575 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9576 (Dwarf::assemble): Initialize them.
9577 (Dwarf::lines): New function.
9578
7ec911b0
JT
95792015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9580
9581 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9582 SYMBOL_PREFIX for x86_64-*-cygwin.
9583
ff908ebf
AW
95842015-03-26 Andy Wingo <wingo@igalia.com>
9585
9586 PR symtab/18148
9587 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9588 const_value but not a location.
9589 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9590 location defined in non-main CUs are visible.
9591
6d5f0679
YQ
95922015-03-26 Yao Qi <yao.qi@linaro.org>
9593
9594 PR testsuite/18139
9595 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9596 Add a line number entry for the same line.
9597 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9598 Add a line number entry for the same line.
9599
2898689b
YQ
96002015-03-26 Yao Qi <yao.qi@linaro.org>
9601
9602 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9603 .int 0.
9604 (func): Likewise. Add .Lfunc_1 label.
9605 Use .Lfunc_1 label.
9606 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9607 .int 0.
9608 (func): Likewise.
9609 Use .Lfunc_1 label.
9610
85180498
YQ
96112015-03-26 Yao Qi <yao.qi@linaro.org>
9612
9613 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9614 Call gdb_compile instead to compile each .s files without debug
9615 information.
9616
8aa08a8d
YQ
96172015-03-26 Yao Qi <yao.qi@linaro.org>
9618
9619 * gdb.base/savedregs.exp (process_saved_regs): Make
9620 "Saved registers:" optional in the pattern.
9621
66849923
MM
96222015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9623
9624 * gdb.btrace/next.exp: Merged into step.exp.
9625 * gdb.btrace/finish.exp: Merged into step.exp.
9626 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9627 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9628 "record goto" and checking the exact replay position.
9629 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9630 check for "Recording format" in "info record" output.
9631 * gdb.btrace/record_goto.exp: Choose test file based on target.
9632 * gdb.btrace/x86-record_goto.S: Renamed into ...
9633 * gdb.btrace/x86_64-record_goto.S: ... this.
9634 * gdb.btrace/i686-record_goto.S: New.
9635 * gdb.btrace/x86-tailcall.S: Renamed into ...
9636 * gdb.btrace/x86_64-tailcall.S: ... this.
9637 * gdb.btrace/i686-tailcall.S: New.
9638 * gdb.btrace/x86-tailcall.c: Renamed into ...
9639 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9640 separate statements. Update test.
9641 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9642 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9643 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9644 * gdb.btrace/tailcall.exp: Choose test file based on target.
9645 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9646
11cc1b74
MM
96472015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9648
9649 * gdb.btrace/exception.exp: Increase BTS buffer size.
9650
a25d8bf9
PA
96512015-03-24 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9654
856e7dd6
PA
96552015-03-24 Pedro Alves <palves@redhat.com>
9656
9657 * gdb.threads/schedlock.exp (test_step): No longer expect that
9658 "set scheduler-locking step" with "next" over a function call runs
9659 threads unlocked.
9660
ad235a41
AT
96612015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9662
9663 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9664
15630549
AT
96652015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9666
9667 PR breakpoints/16466
9668 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9669 * gdb.mi/mi-pending.c (thread_func): New function.
9670 (int main): Add threading support required.
9671 * gdb.mi/mi-pending.exp: Add tests for this issue.
9672 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9673 (pendfunc2): Remove stdio dependency.
9674 * gdb.mi/mi-pendshr2.c: New file.
9675
693dca06
KS
96762015-03-23 Keith Seitz <keiths@redhat.com>
9677
9678 * gdb.linespec/keywords.c: New file.
9679 * gdb.linespec/keywords.exp: New file.
9680
7e993ebf
KS
96812015-03-23 Keith Seitz <keiths@redhat.com>
9682
9683 PR gdb/18021
9684 * gdb.dwarf2/staticvirtual.exp: New test.
9685
bc23328c
JK
96862015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9687
9688 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9689 * README: Remove HP-UX and gdb.hp.
9690 (configuration):
9691 * configure: Regenerate.
9692 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9693 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9694 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9695 gdb.hp/gdb.defects/Makefile.
9696 * gdb.hp/Makefile.in: File deleted.
9697 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9698 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9699 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9700 * gdb.hp/gdb.aCC/run.c: File deleted.
9701 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9702 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9703 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9704 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9705 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9706 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9707 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9708 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9709 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9710 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9711 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9712 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9713 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9714 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9715 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9716 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9717 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9718 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9719 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9720 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9721 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9722 * gdb.hp/gdb.compat/average.c: File deleted.
9723 * gdb.hp/gdb.compat/sum.c: File deleted.
9724 * gdb.hp/gdb.compat/xdb.c: File deleted.
9725 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9726 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9727 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9728 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9729 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9730 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9731 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9732 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9733 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9734 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9735 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9736 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9737 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9738 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9739 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9740 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9741 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9742 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9743 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9744 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9745 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9746 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9747 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9748 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9749 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9750 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9751 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9752 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9753 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9754 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9755 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9756 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9757 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9758 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9759 * gdb.hp/tools/odump: File deleted.
9760
8bf3b159
PA
97612015-03-19 Pedro Alves <palves@redhat.com>
9762
9763 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9764 (saw_thread_3): New globals.
9765 (top level): Increment them when an event for the corresponding
9766 thread is seen.
9767 (no thread starvation): New test.
9768
eb54c8bf
PA
97692015-03-19 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.threads/continue-pending-status.c: New file.
9772 * gdb.threads/continue-pending-status.exp: New file.
9773
32d2e5d6
PA
97742015-03-18 Pedro Alves <palves@redhat.com>
9775
9776 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9777 Use gdb_is_target_remote instead of is_remote. Use
9778 gdb_test_multiple instead of gdb_expect. Exit early if
9779 gdb_test_multiple hits its internal matches. Tighten stepi tests
9780 expected output. Fail on exit with any signal, instead of just
9781 SIGILL.
9782
f68f11b7
YQ
97832015-03-18 Yao Qi <yao.qi@linaro.org>
9784
9785 PR tdep/18107
9786 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9787 variable.
9788 * gdb.base/catch-syscall.exp: Don't skip it on
9789 aarch64*-*-linux* target. Remove elements in all_syscalls.
9790 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9791 target.
9792 (setup_all_syscalls): New proc.
9793
ca5fd19b
YQ
97942015-03-16 Yao Qi <yao.qi@linaro.org>
9795
9796 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9797 (top level): Skip tests if valid_addr_p returns false for
9798 $cmd1 or $cmd2.
9799
85642ba0
AW
98002015-03-11 Andy Wingo <wingo@igalia.com>
9801
9802 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9803
e03f9645
YQ
98042015-03-11 Yao Qi <yao.qi@linaro.org>
9805
9806 * gdb.base/catch-syscall.exp: Fix typo in comments.
9807
5d0962b2
YQ
98082015-03-11 Yao Qi <yao.qi@linaro.org>
9809
9810 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9811
b2df3cef
PA
98122015-03-09 Pedro Alves <palves@redhat.com>
9813
9814 * dg-extract-results.py: Delete.
9815
ef878e53
PA
98162015-03-09 Pedro Alves <palves@redhat.com>
9817
9818 Merge dg-extract-results.sh from GCC upstream (r218843).
9819
9820 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9821 * dg-extract-results.sh: Use --text with grep to avoid issues with
9822 binary files. Fall back to cat -v, if that doesn't work.
9823
9494d219
PA
98242015-03-05 Pedro Alves <palves@redhat.com>
9825
9826 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9827
a8d9763a
SM
98282015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9829
9830 * lib/mi-support.exp (mi_expect_interrupt): Accept
9831 alternative event for when in all-stop mode.
9832
be9957b8
PA
98332015-03-04 Pedro Alves <palves@redhat.com>
9834
9835 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9836
d57be0f4 98372015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
9838
9839 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9840
c214c7cf
AA
98412015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9842
9843 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9844 regexps for GDB's current line display, accept a hex address
9845 preceding the line number.
9846
6d74a497
AA
98472015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9848
9849 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9850 the 'arch1' variable for "s390*-linux*" targets.
9851
511aee7c
PA
98522015-03-04 Pedro Alves <palves@redhat.com>
9853
9854 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9855 (main): Pass missing retval argument to pthread_join call.
9856
95e50b27
PA
98572015-03-02 Pedro Alves <palves@redhat.com>
9858
9859 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9860 (top level): Call do_test with non-stop as well.
9861
28054d69
PA
98622015-03-02 Pedro Alves <palves@redhat.com>
9863
9864 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9865 -1.
9866
4fa5d7b4
AA
98672015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9868
9869 * gdb.arch/s390-vregs.exp: New test.
9870 * gdb.arch/s390-vregs.S: New file.
9871
97c18565
PA
98722015-02-27 Pedro Alves <palves@redhat.com>
9873
9874 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9875 call to catch_command_errors.
9876 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9877 catch_command_errors.
9878
a37bfa30
PA
98792015-02-27 Pedro Alves <palves@redhat.com>
9880
9881 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9882 "true" for boolean result.
9883 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9884 prototype of main.
9885
6f98576f
PA
98862015-02-27 Pedro Alves <palves@redhat.com>
9887
9888 * lib/unbuffer_output.c: New file.
9889 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9890 (main): Call gdb_unbuffer_output.
9891
eba5ab56
YQ
98922015-02-27 Yao Qi <yao.qi@linaro.org>
9893
9894 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9895 target.
9896
0def5aaa
DE
98972015-02-26 Doug Evans <dje@google.com>
9898
9899 * gdb.cp/class2.cc (Dbase, D): New classes.
9900 (main): New local delta.
9901 * gdb.cp/class2.exp: Test printing delta.
9902 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9903 (dynbar): New global.
9904 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9905
081a1c2c
JK
99062015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9907
9908 * gdb.compile/compile-ifunc.c: New file.
9909 * gdb.compile/compile-ifunc.exp: New file.
9910
2f41223f
AT
99112015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9912
9913 * gdb.base/structs.exp: Check for correct struct on finish.
9914
03eddd80
YQ
99152015-02-26 Yao Qi <yao.qi@linaro.org>
9916
9917 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9918 is zero.
9919
80c57053
JK
99202015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9921
9922 * gdb.arch/cordic.ko.bz2: New file.
9923 * gdb.arch/cordic.ko.debug.bz2: New file.
9924 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9925
21613c12
YQ
99262015-02-25 Yao Qi <yao.qi@linaro.org>
9927
9928 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9929 aarch64*-*-* target.
9930
d8b901ed
PA
99312015-02-23 Pedro Alves <palves@redhat.com>
9932
9933 * lib/gdb.exp (delete_breakpoints): Rewrite using
9934 gdb_test_multiple.
9935
e5b85ead
PA
99362015-02-23 Pedro Alves <palves@redhat.com>
9937
9938 * gdb.base/info-os.c: Include stdlib.h.
9939
85c3a371
DE
99402015-02-22 Doug Evans <xdje42@gmail.com>
9941
9942 PR symtab/17855
9943 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9944 is read after symbols have been re-read.
9945 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9946 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9947
96553a0c
DE
99482015-02-21 Doug Evans <dje@google.com>
9949
9950 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9951
97a0c697
JK
99522015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9953
9954 PR corefiles/17808
9955 * gdb.arch/i386-biarch-core.core.bz2: New file.
9956 * gdb.arch/i386-biarch-core.exp: New file.
9957
a47cd6e9
PA
99582015-02-21 Pedro Alves <palves@redhat.com>
9959
9960 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9961 runto_main fails.
9962
c5facdc4
PA
99632015-02-20 Pedro Alves <palves@redhat.com>
9964
9965 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9966 info probes.
9967
2db9a427
PA
99682015-02-20 Pedro Alves <palves@redhat.com>
9969
9970 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9971
60fb7e9e
PA
99722015-02-20 Pedro Alves <palves@redhat.com>
9973
9974 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9975 clean_restart before gdb_target_supports_trace.
9976
5c5019c2
PA
99772015-02-20 Pedro Alves <palves@redhat.com>
9978
9979 PR threads/18006
9980 * gdb.threads/clone-thread_db.c: New file.
9981 * gdb.threads/clone-thread_db.exp: New file.
9982
c9587f88
AT
99832015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9984
9985 PR breakpoints/16812
9986 * gdb.base/catch-gdb-caused-signals.c: New file.
9987 * gdb.base/catch-gdb-caused-signals.exp: New file.
9988
f6a88844
JM
99892015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9990
9991 * configure: Regenerated.
9992 * configure.ac: Use GDB_AC_TRANSFORM.
9993 * aclocal.m4: sinclude ../transform.m4.
9994
497c491b
JM
99952015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9996
9997 * lib/dtrace.exp: New file.
9998 * gdb.base/dtrace-probe.exp: Likewise.
9999 * gdb.base/dtrace-probe.d: Likewise.
10000 * gdb.base/dtrace-probe.c: Likewise.
10001 * lib/pdtrace.in: Likewise.
10002 * configure.ac: Output variables with the transformed names of
10003 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10004 * configure: Regenerated.
10005
03e98035
JM
100062015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10007
10008 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10009 expected message when trying to access $_probe_* convenience
10010 variables while not on a probe.
10011
63cc30e9
JK
100122015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10013
10014 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10015
0703599a
PA
100162015-02-11 Pedro Alves <pedro@codesourcery.com>
10017
10018 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10019 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10020
7e60a48e
DE
100212015-02-10 Doug Evans <xdje42@gmail.com>
10022
10023 * lib/gdb.exp (gdb_load): Always return a result.
10024
01b088bc
PA
100252015-02-10 Pedro Alves <palves@redhat.com>
10026
10027 * gdb.threads/signal-sigtrap.c: New file.
10028 * gdb.threads/signal-sigtrap.exp: New file.
10029
b05ec7a5
AT
100302015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10031
10032 * gdb.trace/no-attach-trace.c: New file.
10033 * gdb.trace/no-attach-trace.exp: New file.
10034
a2c2acaf
MW
100352015-02-09 Mark Wielaard <mjw@redhat.com>
10036
10037 * gdb.dwarf2/atomic.c: New file.
10038 * gdb.dwarf2/atomic-type.exp: Likewise.
10039
31fd9caa
MM
100402015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10041
10042 * gdb.btrace/buffer-size.exp: Update "info record" output.
10043 * gdb.btrace/delta.exp: Update "info record" output.
10044 * gdb.btrace/enable.exp: Update "info record" output.
10045 * gdb.btrace/finish.exp: Update "info record" output.
10046 * gdb.btrace/instruction_history.exp: Update "info record" output.
10047 * gdb.btrace/next.exp: Update "info record" output.
10048 * gdb.btrace/nexti.exp: Update "info record" output.
10049 * gdb.btrace/step.exp: Update "info record" output.
10050 * gdb.btrace/stepi.exp: Update "info record" output.
10051 * gdb.btrace/nohist.exp: Update "info record" output.
10052
d33501a5
MM
100532015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10054
10055 * gdb.btrace/buffer-size: New.
10056
f4abbc16
MM
100572015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10058
10059 * gdb.btrace/delta.exp: Update "info record" output.
10060 * gdb.btrace/enable.exp: Update "info record" output.
10061 * gdb.btrace/finish.exp: Update "info record" output.
10062 * gdb.btrace/instruction_history.exp: Update "info record" output.
10063 * gdb.btrace/next.exp: Update "info record" output.
10064 * gdb.btrace/nexti.exp: Update "info record" output.
10065 * gdb.btrace/step.exp: Update "info record" output.
10066 * gdb.btrace/stepi.exp: Update "info record" output.
10067 * gdb.btrace/nohist.exp: Update "info record" output.
10068
b9d61307
SM
100692015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10070
10071 PR gdb/15678
10072 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10073
e584fdbc
PA
100742015-02-06 Pedro Alves <palves@redhat.com>
10075
10076 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10077 macro.
10078 (seconds_left, again): New globals.
10079 (main): Wait seconds_left in a 1-second sleep loop instead of
10080 sleeping 180 seconds. If 'again' is set, reset the seconds
10081 counter.
10082 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10083 'again' in the inferior before detaching. Print the seconds left.
10084 (options): New global.
10085 (top level): Build program with -DTIMEOUT=$timeout.
10086
77f41761
PA
100872015-02-06 Pedro Alves <palves@redhat.com>
10088
10089 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10090 determine how many seconds to pass to 'alarm'.
10091 * gdb.base/gdb-sigterm.exp (top level): Build program with
10092 -DTIMEOUT=$timeout.
10093 (do_test): Return success/failure indication. Add more verbose
10094 logging. Don't fail if 200 single steps are seen. Instead, fail
10095 when the test times out.
10096 (passes): New global.
10097 (top level): Break the testing loop if testing fails on any
10098 iteration. Use gdb_assert.
10099
b9394193
DB
101002015-02-04 Don Breazeal <donb@codesourcery.com>
10101
10102 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10103 and initialize them.
10104 (ipc_cleanup): New function.
10105 (main): Don't declare shmid, semid, and msqid. Add a call to
10106 atexit so that we call ipc_cleanup on exit.
10107
42d9e528
PA
101082015-02-04 Pedro Alves <palves@redhat.com>
10109
10110 * boards/native-extended-gdbserver.exp: Remove any target variant
10111 specifications from the board name before clearing the isremote
10112 flag from board_info.
10113
ae6ae975
DE
101142015-01-31 Doug Evans <xdje42@gmail.com>
10115
10116 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10117
cfb069a8
GB
101182015-01-31 Gary Benson <gbenson@redhat.com>
10119
10120 * gdb.base/completion.exp: Disable completion limiting for
10121 existing tests. Add new tests to check completion limiting.
10122 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10123
5dd31d79
DE
101242015-01-31 Doug Evans <xdje42@gmail.com>
10125
10126 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10127
9f050062
DE
101282015-01-31 Doug Evans <xdje42@gmail.com>
10129
10130 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10131 entries. Duplicate file section script entries.
10132 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10133 inlined entries. Add test for safe-path rejection.
10134 * gdb.python/py-section-script.c: Add duplicate inlined section script
10135 entries. Duplicate file section script entries.
10136 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10137 inlined entries. Add test for safe-path rejection.
10138
df25ebbd
JB
101392015-01-29 Joel Brobecker <brobecker@adacore.com>
10140
10141 * gdb.ada/disc_arr_bound: New testcase.
10142
4a0ca9ec
JB
101432015-01-29 Joel Brobecker <brobecker@adacore.com>
10144
10145 * gdb.ada/mi_var_array: New testcase.
10146
3a8b707a
DE
101472015-01-27 Doug Evans <dje@google.com>
10148
10149 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10150 Add test for objfile.filename, objfile.username after objfile
10151 has been unloaded.
10152
f8313f6e
JB
101532015-01-26 Joel Brobecker <brobecker@adacore.com>
10154
10155 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10156 the second test to print the name attribute of value
10157 returned by the call to gdb.lookup_type, and adjust
10158 the expected output accordingly.
10159
37bc665e
MW
101602015-01-25 Mark Wielaard <mjw@redhat.com>
10161
10162 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10163 * gdb.base/disp-step-fork.c: Include unistd.h.
10164 * gdb.base/siginfo-obj.c: Include stdio.h.
10165 * gdb.base/siginfo-thread.c: Likewise.
10166 * gdb.mi/non-stop.c: Include unistd.h.
10167 * gdb.mi/nsthrexec.c: Include stdio.h.
10168 * gdb.mi/pthreads.c: Include unistd.h.
10169 * gdb.modula2/unbounded1.c (main): Declare returns int.
10170 * gdb.reverse/consecutive-reverse.c: Likewise.
10171 * gdb.threads/create-fail.c: Include unistd.h.
10172 * gdb.threads/killed.c: Likewise.
10173 * gdb.threads/linux-dp.c: Likewise.
10174 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10175 * gdb.threads/non-ldr-exc-2.c: Likewise.
10176 * gdb.threads/non-ldr-exc-3.c: Likewise.
10177 * gdb.threads/non-ldr-exc-4.c: Likewise.
10178 * gdb.threads/pthreads.c: Include unistd.h.
10179 (main): Declare returns int.
10180 * gdb.threads/tls-main.c (foo): New declaration.
10181 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10182
f7e5394d
SM
101832015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10184
10185 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10186 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10187
743649fd
MW
101882015-01-15 Mark Wielaard <mjw@redhat.com>
10189
10190 * gdb.base/noreturn-return.c: New file.
10191 * gdb.base/noreturn-return.exp: New file.
10192 * gdb.base/noreturn-finish.c: New file.
10193 * gdb.base/noreturn-finish.exp: New file.
10194
198297aa
PA
101952015-01-23 Pedro Alves <palves@redhat.com>
10196
10197 * gdb.threads/continue-pending-after-query.c: New file.
10198 * gdb.threads/continue-pending-after-query.exp: New file.
10199
717cf30c
AG
102002015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10201 Simon Marchi <simon.marchi@ericsson.com>
10202
10203 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10204 * gdb.base/valgrind-db-attach.exp: Same.
10205 * gdb.base/valgrind-infcall.exp: Same.
10206 * lib/mi-support.exp (default_mi_gdb_start): Same.
10207 * lib/prompt.exp (default_prompt_gdb_start): Same.
10208 * lib/gdb.exp (default_gdb_spawn): Same.
10209 (gdb_interact): New.
10210
10211
4b62a76e
JK
102122015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10213
10214 * gdb.compile/compile.exp (pointer to jit function): New test.
10215
b4cdae6f
WW
102162015-01-17 Wei-cheng Wang <cole945@gmail.com>
10217
10218 * lib/gdb.exp (supports_process_record): Return true for
10219 powerpc*-*-linux*.
10220 (supports_reverse): Likewise.
10221
d221e7ef
DB
102222015-01-15 Don Breazeal <donb@codesourcery.com>
10223
10224 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10225 instead of checking whether the target board is remote and
10226 use spawn_wait_for_attach instead of exec/sleep.
10227 * gdb.base/attach-twice.exp: Likewise.
10228
bafffb51
JB
102292015-01-15 Joel Brobecker <brobecker@adacore.com>
10230
10231 * gdb.ada/var_arr_attrs: New testcase.
10232
5589af0e
PA
102332015-01-14 Pedro Alves <palves@redhat.com>
10234 Joel Brobecker <brobecker@adacore.com>
10235
10236 PR gdb/17525
10237 * gdb.base/bp-cmds-execution-x-script.c: New file.
10238 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10239 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10240
6c400b59
PA
102412015-01-14 Pedro Alves <palves@redhat.com>
10242
10243 PR cli/17828
10244 * gdb.base/batch-preserve-term-settings.c: New file.
10245 * gdb.base/batch-preserve-term-settings.exp: New file.
10246
e02c96a7
DE
102472015-01-13 Doug Evans <dje@google.com>
10248
10249 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10250 binary.
10251
576fd14c
JB
102522015-01-13 Joel Brobecker <brobecker@adacore.com>
10253
10254 * Makefile.in (clean mostlyclean): Do not delete *.py.
10255
04dccad0
JB
102562015-01-13 Joel Brobecker <brobecker@adacore.com>
10257
10258 * gdb.python/py-lookup-type.exp: New file.
10259
3d230f71
PA
102602015-01-12 Pedro Alves <palves@redhat.com>
10261
10262 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10263 restore GDBFLAGS before returning.
10264
7e67715d
JK
102652015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10266
10267 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10268 is_amd64_regs_target and is_x86_like_target.
10269
f2e0d4b4
DE
102702015-01-11 Doug Evans <xdje42@gmail.com>
10271
10272 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10273 is given without an explicit form.
10274 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10275 attributes.
10276 * gdb.dwarf/corrupt.exp: Ditto.
10277 * gdb.dwarf2/enum-type.exp: Ditto.
10278 * gdb.trace/entry-values.exp: Ditto.
10279 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10280
439250fb
DE
102812015-01-11 Doug Evans <xdje42@gmail.com>
10282
10283 PR gdb/15830
10284 * gdb.base/maint.exp: Remove references to "maint demangle".
10285 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10286 Add tests for explicitly specifying language to demangle.
10287 * gdb.dlang/demangle.exp: Ditto.
10288
ede9f622
PA
102892015-01-09 Pedro Alves <palves@redhat.com>
10290
10291 * gdb.threads/non-stop-fair-events.c: New file.
10292 * gdb.threads/non-stop-fair-events.exp: New file.
10293
a7b796db
PA
102942015-01-09 Pedro Alves <palves@redhat.com>
10295
10296 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10297 the global scope. Set a breakpoint after all threads are started
10298 rather than stepping over two source lines. Expect the prompt.
10299 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10300 global.
10301 (NUM): Now 15.
10302 (main): Use threads_started_barrier to wait for all threads to
10303 start. Main thread no longer calls thread_function. Exit after
10304 180 seconds.
10305 (loop): New function.
10306 (thread_function): Wait on threads_started_barrier barrier. Call
10307 'loop' at each iteration.
10308 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10309 threads have started, instead of hardcoding number of "next"
10310 steps. Use an access watchpoint instead of a write watchpoint.
10311
9665ffdd
PA
103122015-01-09 Pedro Alves <palves@redhat.com>
10313
10314 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10315 (thread_func): Wait on barrier.
10316 (main): Wait for all threads to start before stopping GDB.
10317 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10318 global.
10319 (thread1_func, thread2_func): Wait on barrier.
10320 (main): Wait for all threads to start before stopping GDB.
10321 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10322 New global.
10323 (thread1_func, thread2_func): Wait on barrier.
10324 (main): Wait for all threads to start before stopping GDB.
10325
c945a99f
PA
103262015-01-09 Pedro Alves <palves@redhat.com>
10327
10328 * gdb.threads/attach-many-short-lived-threads.c: New file.
10329 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10330
c1a747c1
PA
103312014-01-09 Pedro Alves <palves@redhat.com>
10332
10333 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10334 instead of to thread 2.
10335 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10336 Add barrier around each pthread_create call instead of around all
10337 calls.
10338 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10339 Set a break on thread_function and have the child threads hit it
10340 one at at a time.
10341
60b3033e
PA
103422015-01-09 Pedro Alves <palves@redhat.com>
10343
10344 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10345 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10346 false.
10347 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10348 checking whether the target board is remote.
10349 * gdb.multi/multi-attach.exp: Likewise.
10350 * gdb.python/py-sync-interp.exp: Likewise.
10351 * gdb.server/ext-attach.exp: Likewise.
10352 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10353 tests that need to attach, instead of checking whether the target
10354 board is remote at the top of the file.
10355
acc018ac
YQ
103562015-01-08 Yao Qi <yao@codesourcery.com>
10357
10358 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10359
50a18af8
JK
103602015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10361
10362 Fix testcase compilation.
10363 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10364
8503d6e1
JB
103652015-01-06 Joel Brobecker <brobecker@adacore.com>
10366
10367 * gdb.python/py-type.exp: Add a couple test about empty
10368 array creation, and negative-length array creation.
10369
cc73dbcc
DE
103702015-01-02 Doug Evans <xdje42@gmail.com>
10371
10372 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10373
0300bbc7
DE
103742015-01-02 Doug Evans <dje@google.com>
10375
10376 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10377
9d85a0ec
YQ
103782014-12-29 Yao Qi <yao@codesourcery.com>
10379
10380 * gdb.trace/entry-values.exp: Update comments. Rename variable
10381 bar_call_foo to returned_from_foo.
10382
87186c6a
MMN
103832014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10384
10385 PR gdb/17394
10386 * gdb.linespec/break-asm-file.c: New file.
10387 * gdb.linespec/break-asm-file.exp: New file.
10388 * gdb.linespec/break-asm-file0.s: New file.
10389 * gdb.linespec/break-asm-file1.s: New file.
10390
1bab7383
YQ
103912014-12-18 Nigel Stephens <nigel@mips.com>
10392 Maciej W. Rozycki <macro@codesourcery.com>
10393
10394 * gdb.base/float.exp: Handle the new output from "info float" on
10395 MIPS targets.
10396
1bc1068a
JK
103972014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10398
10399 Fix MinGW compilation.
10400 * gdb.compile/compile-ops.exp: Update untested message if
10401 !skip_compile_feature_tests.
10402 * gdb.compile/compile-setjmp.exp: Likewise.
10403 * gdb.compile/compile-tls.exp: Likewise.
10404 * gdb.compile/compile.exp: Likewise.
10405 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10406 supported on this host".
10407
b6615d10
DE
104082014-12-16 Doug Evans <xdje42@gmail.com>
10409
10410 * boards/stabs.exp: New file.
10411
25dda427
AA
104122014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10413
10414 * gdb.base/completion.exp: Adjust to format changes of "maint
10415 print user-registers".
10416
bf330350
CU
104172014-12-16 Catalin Udma <catalin.udma@freescale.com>
10418
10419 PR server/17457
10420 * gdb.arch/aarch64-fp.c: New file.
10421 * gdb.arch/aarch64-fp.exp: New file.
10422
395cf596
SDJ
104232014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10424
10425 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10426 r210637, r210913, r211666, r215400, r215817).
10427
10428 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10429 * dg-extract-results.py: New file.
10430 * dg-extract-results.sh: Use it if the environment seems
10431 suitable.
10432
10433 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10434
10435 * dg-extract-results.py (parse_run): Handle warnings that
10436 are printed before a test harness is run.
10437
10438 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10439
10440 * dg-extract-results.py (Named): Remove __cmp__ method.
10441 (output_variation): Use a key to sort variation.harnesses.
10442
10443 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10444
10445 * dg-extract-results.py: For Python 3, force sys.stdout to
10446 handle surrogate escape sequences.
10447 (safe_open): New function.
10448 (output_segment, main): Use it.
10449
10450 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10451
10452 * dg-extract-results.py (Prog.result_re): Include options
10453 in test name.
10454
10455 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10456
10457 * dg-extract-results.py (output_variation): Always sort if
10458 do_sum.
10459
e882ef3c
SM
104602014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10461
10462 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10463 as long as we get pagination notifications.
10464
4992aa20
JM
104652014-12-15 Jason Merrill <jason@redhat.com>
10466
10467 * Makefile.in (check-gdb.%): Restore.
10468 * README: Mention it.
10469
c1b5a1a6
JB
104702014-12-13 Joel Brobecker <brobecker@adacore.com>
10471
10472 * gdb.ada/str_uninit: New testcase.
10473
5537b577
JK
104742014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10475
10476 PR symtab/17642
10477 * gdb.base/vla-stub-define.c: New file.
10478 * gdb.base/vla-stub.c: New file.
10479 * gdb.base/vla-stub.exp: New file.
10480
bb2ec1b3
TT
104812014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10482 Jan Kratochvil <jan.kratochvil@redhat.com>
10483 Tom Tromey <tromey@redhat.com>
10484
10485 * configure.ac: Add gdb.compile/.
10486 * configure: Regenerate.
10487 * gdb.compile/Makefile.in: New file.
10488 * gdb.compile/compile-ops.exp: New file.
10489 * gdb.compile/compile-ops.c: New file.
10490 * gdb.compile/compile-tls.c: New file.
10491 * gdb.compile/compile-tls.exp: New file.
10492 * gdb.compile/compile-constvar.S: New file.
10493 * gdb.compile/compile-constvar.c: New file.
10494 * gdb.compile/compile-mod.c: New file.
10495 * gdb.compile/compile-nodebug.c: New file.
10496 * gdb.compile/compile-setjmp-mod.c: New file.
10497 * gdb.compile/compile-setjmp.c: New file.
10498 * gdb.compile/compile-setjmp.exp: New file.
10499 * gdb.compile/compile-shlib.c: New file.
10500 * gdb.compile/compile.c: New file.
10501 * gdb.compile/compile.exp: New file.
10502 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10503
4ff709eb
TT
105042014-12-12 Tom Tromey <tromey@redhat.com>
10505
10506 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10507 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10508
6dddd6a5
DE
105092014-12-12 Doug Evans <dje@google.com>
10510
10511 * lib/gdb-python.exp (get_python_valueof): New function.
10512 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10513
71c24708
AA
105142014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10515
10516 * gdb.base/completion.exp: Add test for completion of "info
10517 registers ".
10518
3e29f34a
MR
105192014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10520
10521 * gdb.base/func-ptrs.c: New file.
10522 * gdb.base/func-ptrs.exp: New file.
10523
fc126975
SM
105242014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10525
10526 PR breakpoints/17012
10527 * gdb.base/dprintf-detach.c: New file.
10528 * gdb.base/dprintf-detach.exp: New file.
10529
0a46d518
SM
105302014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10531
10532 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10533 * lib/gdb.exp (target_is_gdbserver): New procedure.
10534
a0be3e44
DE
105352014-12-08 Doug Evans <dje@google.com>
10536
10537 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10538
df1b803a
YQ
105392014-12-05 Yao Qi <yao@codesourcery.com>
10540
10541 * gdb.guile/scm-error.exp: Remove the third argument to
10542 gdb_remote_download.
10543 * gdb.guile/scm-frame-args.exp: Likewise.
10544 * gdb.guile/scm-section-script.exp: Likewise.
10545
ddb9f679
YQ
105462014-12-05 Yao Qi <yao@codesourcery.com>
10547
10548 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10549
86e4ed39
DE
105502014-12-04 Doug Evans <dje@google.com>
10551
10552 * gdb.python/py-objfile.exp: Add tests for
10553 objfile.add_separate_debug_file.
10554
7c50a931
DE
105552014-12-04 Doug Evans <dje@google.com>
10556
10557 * lib/gdb.exp (get_build_id): New function.
10558 (build_id_debug_filename_get): Rewrite to use it.
10559 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10560
621661e3
MR
105612014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10562
10563 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10564 `method(long)', not just 0x0.
10565 * gdb.cp/nsalias.exp: Align code labels to 4.
10566 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10567 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10568 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10569 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10570 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10571 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10572
29f0c3b7
DE
105732014-12-02 Doug Evans <dje@google.com>
10574
e1e061e7 10575 PR symtab/17602
29f0c3b7 10576 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 10577 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
10578 * gdb.cp/anon-ns.exp: Update.
10579
162078c8
NB
105802014-12-02 Nick Bull <nicholaspbull@gmail.com>
10581
10582 * gdb.python/py-events.py (inferior_call_handler): New.
10583 (register_changed_handler, memory_changed_handler): New.
10584 (test_events.invoke): Register new handlers.
10585 * gdb.python/py-events.exp: Add tests for inferior call,
10586 memory_changed and register_changed events.
10587
fdb09caf
AA
105882014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10589
10590 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10591 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10592 if the linker doesn't understand this.
10593
55cfb2c4
SM
105942014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10595
10596 * gdb.python/python.exp: Change expected reply to help().
10597
9e8cd6df
YQ
105982014-12-01 Yao Qi <yao@codesourcery.com>
10599
10600 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10601 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10602 * configure: Re-generated.
10603
6c659fc2
SC
106042014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10605
10606 * gdb.cp/chained-calls.cc: New file.
10607 * gdb.cp/chained-calls.exp: New file.
10608 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10609
d7fc3181
SM
106102014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10611
10612 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10613 * gdb.dwarf2/symtab-producer.exp: Same.
10614 * gdb.gdb/python-interrupts.exp: Same.
10615 * gdb.gdb/python-selftest.exp: Same.
10616 * gdb.python/py-linetable.exp: Same.
10617 * gdb.python/py-type.exp: Same.
10618 * gdb.python/py-value-cc.exp: Same.
10619 * gdb.python/py-value.exp: Same.
10620
10e79639
YQ
106212014-11-28 Yao Qi <yao@codesourcery.com>
10622
10623 * gdb.base/break-probes.exp: Match library name prefixed with
10624 sysroot.
10625
f28a0564
SM
106262014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10627
10628 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10629 test expected output. Add parentheses for the call to print.
10630 Remove L suffix from integers.
10631
3fe1ce1d
DE
106322014-11-26 Doug Evans <dje@google.com>
10633
10634 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10635
84429e27
YQ
106362014-11-22 Yao Qi <yao@codesourcery.com>
10637
10638 * gdb.trace/entry-values.c: Remove asms.
10639 (foo): Add foo_label.
10640 (bar): Add bar_label.
10641 * gdb.trace/entry-values.exp: Remove code computing foo's
10642 length and bar's length.
10643 (Dwarf::assemble): Invoke function_range for bar and use
10644 MACRO_AT_func for foo.
10645
26741859
YQ
106462014-11-22 Yao Qi <yao@codesourcery.com>
10647
10648 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10649 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10650 Use .Lgcc43_procstart instead of gcc43.
10651
45e44d27
JB
106522014-11-21 Joel Brobecker <brobecker@adacore.com>
10653
10654 * gdb.ada/n_arr_bound: New testcase.
10655
458c8db8
SDJ
106562014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10657
10658 PR breakpoints/10737
10659 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10660 test_catch_syscall_multi_arch.
10661 (test_catch_syscall_multi_arch): New function.
10662
43f3e411
DE
106632014-11-20 Doug Evans <xdje42@gmail.com>
10664
10665 * gdb.base/maint.exp: Update expected output.
10666
0d7b2549
AA
106672014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10668
10669 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10670 4-byte instruction on S390.
10671
8908fca5
JB
106722014-11-19 Joel Brobecker <brobecker@adacore.com>
10673
10674 * gdb.ada/arr_arr: New testcase.
10675
4a46959e
JB
106762014-11-19 Joel Brobecker <brobecker@adacore.com>
10677
10678 * gdb.ada/pkd_arr_elem: New Testcase.
10679
470e2f4e
LM
106802014-11-18 Luis Machado <lgustavo@codesourcery.com>
10681
10682 * gdb.reverse/break-precsave: Expect completion message for
10683 core file reads.
10684 * gdb.reverse/consecutive-precsave.exp: Likewise.
10685 * gdb.reverse/finish-precsave.exp: Likewise.
10686 * gdb.reverse/i386-precsave.exp: Likewise.
10687 * gdb.reverse/machinestate-precsave.exp: Likewise.
10688 * gdb.reverse/sigall-precsave.exp: Likewise.
10689 * gdb.reverse/solib-precsave.exp: Likewise.
10690 * gdb.reverse/step-precsave.exp: Likewise.
10691 * gdb.reverse/until-precsave.exp: Likewise.
10692 * gdb.reverse/watch-precsave.exp: Likewise.
10693
a267f3ad
AA
106942014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10695
10696 * gdb.base/bp-permanent.c: Include unistd.h.
10697 * gdb.python/py-framefilter-mi.c (main): Add return type.
10698 * gdb.python/py-framefilter.c (main): Likewise.
10699 * gdb.trace/actions-changed.c (main): Likewise.
10700
12084a9a
AA
107012014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10702
10703 * gdb.mi/until.c: Add eye-catchers.
10704 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10705 line numbers.
10706
dc7e1a77
AA
107072014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10708
10709 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10710 function header variants in break1.c.
10711 * gdb.base/ena-dis-br.exp: Likewise.
10712 * gdb.base/hbreak2.exp: Likewise.
10713 * gdb.reverse/until-precsave.exp: Drop references to removed
10714 non-prototype function header variants in ur1.c.
10715 * gdb.reverse/until-reverse.exp: Likewise.
10716
41c77605
PM
107172014-11-17 Petr Machata <pmachata@redhat.com>
10718
10719 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10720 ${_cu_offset_size} bytes abbrev offset.
10721
34248c3a
DE
107222014-11-15 Doug Evans <xdje42@gmail.com>
10723
10724 PR symtab/17559
10725 * gdb.base/line-symtabs.exp: New file.
10726 * gdb.base/line-symtabs.c: New file.
10727 * gdb.base/line-symtabs.h: New file.
10728
646da059
YQ
107292014-11-14 Yao Qi <yao@codesourcery.com>
10730
10731 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10732 (func): Add label func_label.
10733 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10734 Replace low_pc and high_pc with MACRO_AT_range.
10735 Replace name, low_pc and high_pc with MACRO_AT_func.
10736
9301ebe6
YQ
107372014-11-14 Yao Qi <yao@codesourcery.com>
10738
10739 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10740 Replace name, low_pc and high_pc with MACRO_AT_func.
10741
f166b542
YQ
107422014-11-14 Yao Qi <yao@codesourcery.com>
10743
10744 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10745 produce debug information.
10746 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10747
0f6e71e3
YQ
107482014-11-14 Yao Qi <yao@codesourcery.com>
10749
10750 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10751 object and get function length.
10752 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10753 with MACRO_AT_func.
10754 (top-level): Replace gdb_compile and clean_restart with
10755 prepare_for_testing.
10756 * gdb.dwarf2/main.c (main): Add label main_label.
10757
876c4df9
YQ
107582014-11-14 Yao Qi <yao@codesourcery.com>
10759
10760 * lib/dwarf.exp (function_range): New procedure.
10761 (Dwarf::_handle_macro_at_func): New procedure.
10762 (Dwarf::_handle_macro_at_range): New procedure.
10763 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10764
02ad9cf1
YQ
107652014-11-14 Yao Qi <yao@codesourcery.com>
10766
10767 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10768 (_handle_attribute): New procedure.
10769
a59add0c
AA
107702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10771
10772 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10773 * gdb.base/call-sc.c (zed): Likewise.
10774 * gdb.base/checkpoint.c (main): Likewise.
10775 * gdb.base/dump.c (main): Likewise.
10776 * gdb.base/gcore.c (main): Likewise.
10777 * gdb.base/huge.c (main): Likewise.
10778 * gdb.base/multi-forks.c (main): Likewise.
10779 * gdb.base/pr10179-a.c (main): Likewise.
10780 * gdb.base/savedregs.c (main): Likewise.
10781 * gdb.base/sigaltstack.c (main): Likewise.
10782 * gdb.base/siginfo.c (main): Likewise.
10783 * gdb.base/structs.c (zed): Likewise.
10784 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10785 * gdb.mi/mi-syn-frame.c (main): Likewise.
10786 * gdb.mi/until.c (foo, main): Likewise.
10787 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10788 * gdb.base/solib-weak.c (foo): Declare.
10789 * gdb.base/attach-twice.c: Include stdio.h.
10790 * gdb.base/weaklib1.c: Likewise.
10791 * gdb.base/weaklib2.c: Likewise.
10792 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10793 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10794 unistd.h.
10795 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10796 * gdb.mi/mi-exit-code.c: Likewise.
10797 * gdb.base/break-interp-lib.c: Include string.h.
10798 * gdb.base/coremaker.c: Likewise.
10799 * gdb.base/testenv.c: Likewise.
10800 * gdb.python/py-finish-breakpoint.c: Likewise.
10801 * gdb.base/inferior-died.c: Include sys/wait.h.
10802 * gdb.base/fileio.c: Include time.h.
10803 * gdb.base/async-shell.c: Include unistd.h.
10804 * gdb.base/dprintf-non-stop.c: Likewise.
10805 * gdb.base/info-os.c: Likewise.
10806 * gdb.mi/mi-console.c: Likewise.
10807 * gdb.mi/watch-nonstop.c: Likewise.
10808 * gdb.python/py-events.c: Likewise.
10809 * gdb.base/async.c (baz): Move up before its invocation.
10810 * gdb.base/code_elim2.c (my_global_func): Likewise.
10811 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10812 * gdb.base/advance.c (func2): Likewise.
10813
3b5d5997
AA
108142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10815
10816 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10817 variant.
10818 * gdb.base/annota3.c: Likewise.
10819 * gdb.base/async.c: Likewise.
10820 * gdb.base/average.c: Likewise.
10821 * gdb.base/call-ar-st.c: Likewise.
10822 * gdb.base/call-rt-st.c: Likewise.
10823 * gdb.base/call-sc.c: Likewise.
10824 * gdb.base/call-strs.c: Likewise.
10825 * gdb.base/ending-run.c: Likewise.
10826 * gdb.base/execd-prog.c: Likewise.
10827 * gdb.base/exprs.c: Likewise.
10828 * gdb.base/foll-exec.c: Likewise.
10829 * gdb.base/foll-fork.c: Likewise.
10830 * gdb.base/foll-vfork.c: Likewise.
10831 * gdb.base/funcargs.c: Likewise.
10832 * gdb.base/gcore.c: Likewise.
10833 * gdb.base/jump.c: Likewise.
10834 * gdb.base/langs0.c: Likewise.
10835 * gdb.base/langs1.c: Likewise.
10836 * gdb.base/langs2.c: Likewise.
10837 * gdb.base/mips_pro.c: Likewise.
10838 * gdb.base/nodebug.c: Likewise.
10839 * gdb.base/opaque0.c: Likewise.
10840 * gdb.base/opaque1.c: Likewise.
10841 * gdb.base/recurse.c: Likewise.
10842 * gdb.base/run.c: Likewise.
10843 * gdb.base/scope0.c: Likewise.
10844 * gdb.base/scope1.c: Likewise.
10845 * gdb.base/setshow.c: Likewise.
10846 * gdb.base/setvar.c: Likewise.
10847 * gdb.base/shmain.c: Likewise.
10848 * gdb.base/shr1.c: Likewise.
10849 * gdb.base/shr2.c: Likewise.
10850 * gdb.base/sigall.c: Likewise.
10851 * gdb.base/signals.c: Likewise.
10852 * gdb.base/so-indr-cl.c: Likewise.
10853 * gdb.base/solib2.c: Likewise.
10854 * gdb.base/structs.c: Likewise.
10855 * gdb.base/sum.c: Likewise.
10856 * gdb.base/vforked-prog.c: Likewise.
10857 * gdb.base/watchpoint.c: Likewise.
10858 * gdb.reverse/shr2.c: Likewise.
10859 * gdb.reverse/until-reverse.c: Likewise.
10860 * gdb.reverse/ur1.c: Likewise.
10861 * gdb.reverse/watch-reverse.c: Likewise.
10862
066a77c5
AA
108632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10864
10865 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10866 variant.
10867 * gdb.base/sepdebug.exp: Drop references to removed code.
10868
4f204ea5
AA
108692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10870
10871 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10872 variant. Preserve original line numbering.
10873 * gdb.base/list1.c: Likewise.
10874
3b377a3a
AA
108752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10876
10877 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10878 variant.
10879 * gdb.base/break1.c: Likewise.
10880 * gdb.base/break.exp: Drop references to removed code.
10881
e444df73
AA
108822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10883
10884 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10885 variant.
10886
8008f2a7
AA
108872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10888
10889 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10890
a5a06887
AA
108912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10892
10893 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10894 logic into perform_all_tests() and invoke it with and without
10895 function header prototypes.
10896 (do_function_calls): Remove conditional XFAIL for PR 5318.
10897 (rerun_and_prepare): Remove duplicate code.
10898 (perform_all_tests): New. Main logic moved here.
10899
44dba9b9
AA
109002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10901
10902 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10903 code guarded by #ifdef NO_PROTOTYPES.
10904 (t_double_many_args): Likewise.
10905 (DEF_FUNC_MANY_ARGS_1): Likewise.
10906 (DEF_FUNC_VALUES_1): Likewise.
10907 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10908 guarded by #ifdef PROTOTYPES.
10909
d1fbcd56
AA
109102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10911
10912 * gdb.mi/mi-console.c: Add eye-catcher.
10913 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10914 instead of literal line number.
10915
b0e59b8f
AA
109162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10917
10918 * gdb.base/shr2.c: Add eye-catcher.
10919 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10920 line number.
10921
78f98cca
AA
109222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10923
10924 * gdb.base/jump.c: Add eye-catchers.
10925 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10926 numbers.
10927
58fa2af0
AA
109282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10929
10930 * gdb.base/execd-prog.c: Add eye-catchers.
10931 * gdb.base/foll-exec.c: Likewise.
10932 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10933 line numbers.
10934
04e5059b
AA
109352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10936
10937 * gdb.base/ending-run.c: Add eye-catchers.
10938 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10939 literal line numbers.
10940
dbfdb174
AA
109412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10942
10943 * gdb.base/call-rt-st.c: Add eye-catchers.
10944 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10945 literal line numbers.
10946
888a2ade
AA
109472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10948
10949 * gdb.base/call-ar-st.c: Add eye-catchers.
10950 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10951 literal line numbers.
10952
6acc2dde
AA
109532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10954
10955 * gdb.base/average.c: Add eye-catchers.
10956 * gdb.base/sum.c: Likewise.
10957 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10958 regexps dynamically.
10959
9ecfcd1d
AA
109602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10961
10962 * gdb.base/solib1.c: Add eye-catchers.
10963 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10964 literal line numbers.
10965
78708b7c
PA
109662014-11-12 Pedro Alves <palves@redhat.com>
10967
10968 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10969 leader has exited.
10970
af48d08f
PA
109712014-11-12 Pedro Alves <palves@redhat.com>
10972
10973 * gdb.arch/i386-bp_permanent.c: New file.
10974 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10975 (srcfile): Set to i386-bp_permanent.c.
10976 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10977 that stepi does not execute the 'leave' instruction, instead of
10978 testing it does execute.
10979 * gdb.base/bp-permanent.c: New file.
10980 * gdb.base/bp-permanent.exp: New file.
10981
af3768e9
DE
109822014-11-10 Doug Evans <xdje42@gmail.com>
10983
10984 PR symtab/17564
10985 * gdb.base/symtab-search-order.exp: New file.
10986 * gdb.base/symtab-search-order.c: New file.
10987 * gdb.base/symtab-search-order-1.c: New file.
10988 * gdb.base/symtab-search-order-shlib-1.c: New file.
10989
9de00a4a
PA
109902014-11-07 Pedro Alves <palves@redhat.com>
10991
10992 PR gdb/17511
10993 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10994 i?86-*-linux*.
10995
e0f52461
SC
109962014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10997
10998 PR c++/17494
10999 * gdb.cp/pr17494.cc: New file.
11000 * gdb.cp/pr17494.exp: New file.
11001
6ce8c980
YQ
110022014-11-02 Yao Qi <yao@codesourcery.com>
11003
11004 * gdb.python/python.exp: Get working directory and match the
11005 output of "set extended-prompt \\w " with it.
11006
02be9a71
DE
110072014-10-30 Doug Evans <dje@google.com>
11008
11009 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11010 in objfiles.
11011 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11012 in progspaces.
11013
3bdff46b
LM
110142014-10-30 Janis Johnson <janisjo@codesourcery.com>
11015
11016 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11017 * gdb.base/realname-expand.exp: Likewise.
11018 * gdb.linespec/macro-relative.exp: Likewise.
11019
ab917dfb
PA
110202014-10-29 Pedro Alves <palves@redhat.com>
11021
11022 PR gdb/17408
11023 * gdb.threads/schedlock.c (some_function): New function.
11024 (call_function): New global.
11025 (MAYBE_CALL_SOME_FUNCTION): New macro.
11026 (thread_function): Call it.
11027 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11028 and use it instead of a global counter. Adjust all callers.
11029 (get_current_thread): Use "find current thread" for test message
11030 here rather than having all callers pass down the same string.
11031 (goto_loop): New procedure, factored out from ...
11032 (my_continue): ... this.
11033 (step_ten_loops): Change parameter from test message to command to
11034 use. Adjust.
11035 (list_count): Delete global.
11036 (check_result): New procedure, factored out from duplicate top
11037 level code.
11038 (continue tests): Wrap in with_test_prefix.
11039 (test_step): New procedure, factored out from duplicate top level
11040 code.
11041 (top level): Test "step" in combination with all scheduler-locking
11042 modes. Test "next" in combination with all scheduler-locking
11043 modes, and in combination with stepping over a function call or
11044 not.
11045 * gdb.threads/next-bp-other-thread.c: New file.
11046 * gdb.threads/next-bp-other-thread.exp: New file.
11047
d3d4baed
PA
110482014-10-29 Pedro Alves <palves@redhat.com>
11049
11050 PR python/17372
11051 * gdb.python/python.exp: Test a multi-line command that spawns
11052 interactive Python.
11053 * gdb.base/multi-line-starts-subshell.exp: New file.
11054
563e8d85
YQ
110552014-10-29 Yao Qi <yao@codesourcery.com>
11056
11057 * gdb.base/fileio.exp: Make directories on host.
11058
0ea4d52e
YQ
110592014-10-29 Yao Qi <yao@codesourcery.com>
11060
11061 * gdb.base/fileio.c (test_write): Close the file.
11062
7f5ef605
PA
110632014-10-28 Pedro Alves <palves@redhat.com>
11064
11065 PR gdb/12623
11066 * gdb.base/sigstep.c (no_handler): New global.
11067 (main): If 'no_handler is true, set the signal handlers to
11068 SIG_IGN.
11069 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11070 with_sw_watch and no_handler parameters. Handle them.
11071 (top level) <stepping over handler when stopped at a breakpoint
11072 test>: Add a test axis for testing with a software watchpoint, and
11073 another for testing with the signal handler set to SIG_IGN.
11074 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11075 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11076
abbdbd03
PA
110772014-10-28 Pedro Alves <palves@redhat.com>
11078
11079 PR gdb/17511
11080 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11081 * gdb.base/sigstep.exp (other_handler_location): New global.
11082 (advance): Support stepping into the signal handler, and running
11083 commands while in the handler.
11084 (in_handler_map): New global.
11085 (top level): In the advance test, add combinations for getting
11086 into the handler with stepping commands, and for running commands
11087 in the handler. Add comment descripting the advancei tests.
11088
1df4399f
PA
110892014-10-28 Pedro Alves <palves@redhat.com>
11090
11091 * gdb.base/sigstep.exp: Use build_executable instead of
11092 prepare_for_testing.
11093 (top level): Move code that starts GDB, runs to main and creates a
11094 display to ...
11095 (restart): ... this new procedure.
11096 (top level): Move backtrace from signal handler test to ...
11097 (validate_backtrace): ... this new procedure.
11098 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11099 with_test_prefix. Always restart GDB.
11100 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11101 with_test_prefix. Always restart GDB. No need to delete
11102 breakpoints after the test.
11103 (test_skip_handler): Remove prefix parameter.
11104 (skip_over_handler, breakpoint_to_handler)
11105 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11106 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11107 restart GDB. No need to delete breakpoints after the test.
11108 (top level): Use foreach to call the test procedures with
11109 different commands.
11110
a5b6e449
PA
111112014-10-28 Pedro Alves <palves@redhat.com>
11112
11113 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11114 instead of GNATS numbers.
11115 * gdb.base/sigbpt.exp: Likewise.
11116 * gdb.base/siginfo.exp: Likewise.
11117 * gdb.base/sigstep.exp: Likewise.
11118
e5f8a7cc
PA
111192014-10-27 Pedro Alves <palves@redhat.com>
11120
11121 * gdb.base/sigstep.c (dummy): New global.
11122 (main): Issue a couple writes to the new global.
11123 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11124 procedures.
11125 (skip_over_handler): Use test_skip_handler.
11126 (top level): Call skip_over_handler for stepi and nexti too.
11127 (breakpoint_over_handler): Use test_skip_handler.
11128 (top level): Call breakpoint_over_handler for stepi and nexti too.
11129
763905a3
YQ
111302014-10-27 Yao Qi <yao@codesourcery.com>
11131
11132 * gdb.trace/tfile.c (adjust_function_address)
11133 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11134 function descriptor.
11135
6f259a23
DB
111362014-10-24 Don Breazeal <donb@codesourcery.com>
11137
11138 * gdb.base/foll-fork.exp (test_follow_fork,
11139 catch_fork_child_follow): Check for updated fork messages emitted
11140 from infrun.c.
11141 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11142 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11143 vfork_and_exec_child_follow_through_step): Check for updated vfork
11144 messages emitted from infrun.c.
11145
09dd9a69
PA
111462014-10-24 Pedro Alves <palves@redhat.com>
11147
11148 * gdb.base/corefile.exp: Remove references to ultrix.
11149 * gdb.base/interrupt.exp: Likewise.
11150 * gdb.base/whatis.exp: Likewise.
11151 * gdb.gdb/selftest.exp: Likewise.
11152 * gdb.threads/manythreads.exp: Likewise.
11153 * gdb.threads/print-threads.exp: Likewise.
11154 * gdb.threads/pthreads.exp:: Likewise.
11155 * gdb.threads/schedlock.exp: Likewise.
11156
3433cfa5
SC
111572014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11158
11159 * gdb.cp/non-trivial-retval.cc: Add a test case.
11160 * gdb.cp/non-trivial-retval.exp: Add a test.
11161
092f880b
YQ
111622014-10-20 Yao Qi <yao@codesourcery.com>
11163
11164 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11165 * gdb.python/py-objfile-script-gdb.py: New file.
11166 * gdb.python/py-objfile-script.exp: Update reference to
11167 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11168 of remote_download. Remove the dest file.
11169
acbdb7f3
YQ
111702014-10-20 Yao Qi <yao@codesourcery.com>
11171
11172 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11173 * gdb.base/step-line.exp: Likewise.
11174 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11175 * gdb.dwarf2/dw2-basic.exp: Likewise.
11176 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11177 * gdb.dwarf2/dw2-filename.exp: Likewise.
11178 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11179 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11180 * gdb.dwarf2/dw2-producer.exp: Likewise.
11181 * gdb.dwarf2/mac-fileno.exp: Likewise.
11182 * gdb.python/py-frame-args.exp: Likewise.
11183 * gdb.python/py-framefilter.exp: Likewise.
11184 * gdb.python/py-mi.exp: Likewise.
11185 * gdb.python/py-objfile-script.exp: Likewise
11186 * gdb.python/py-pp-integral.exp: Likewise.
11187 * gdb.python/py-pp-re-notag.exp: Likewise.
11188 * gdb.python/py-prettyprint.exp: Likewise.
11189 * gdb.python/py-section-script.exp: Likewise.
11190 * gdb.python/py-typeprint.exp: Likewise.
11191 * gdb.python/py-xmethods.exp: Likewise.
11192 * gdb.stabs/weird.exp: Likewise.
11193 * gdb.xml/tdesc-regs.exp: Likewise.
11194
bd286a29
KCY
111952014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11196
11197 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11198 (out_cu): Use addr_len for the size of addresses.
11199 (out_line): Likewise. Size DW_LNE_set_address instruction
11200 according to addr_len.
11201 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11202 (FUNC): Add START_INSNS to definition.
11203
673dc4a0
YQ
112042014-10-18 Yao Qi <yao@codesourcery.com>
11205
11206 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11207 gdb_has_argv0 return true.
11208 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11209 check [target_info exists noargs], check [gdb_has_argv0]
11210 instead.
11211 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11212 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11213 procedures.
11214
4ffbba72
DE
112152014-10-17 Doug Evans <dje@google.com>
11216
11217 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11218 event.
11219 * gdb.python/py-events.py: Add clear_objfiles event.
11220
d096d8c1
DE
112212014-10-17 Doug Evans <dje@google.com>
11222
11223 * gdb.python/py-objfile.exp: Test progspace attribute.
11224
a80db015
LM
112252014-10-17 Luis Machado <lgustavo@codesourcery.com>
11226
11227 * gdb.guile/scm-breakpoint.exp: Do not assume any
11228 directory separators when matching source file paths.
11229 * gdb.python/py-breakpoint.exp: Likewise.
11230 * gdb.reverse/break-precsave.exp: Likewise.
11231 * gdb.reverse/break-reverse.exp: Likewise.
11232 * gdb.reverse/consecutive-precsave.exp: Likewise.
11233 * gdb.reverse/finish-precsave.exp: Likewise.
11234 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11235 * gdb.reverse/finish-reverse.exp: Likewise.
11236 * gdb.reverse/i386-precsave.exp: Likewise.
11237 * gdb.reverse/i387-env-reverse.exp: Likewise.
11238 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11239 * gdb.reverse/machinestate-precsave.exp: Likewise.
11240 * gdb.reverse/machinestate.exp: Likewise.
11241 * gdb.reverse/sigall-precsave.exp: Likewise.
11242 * gdb.reverse/solib-precsave.exp: Likewise.
11243 * gdb.reverse/step-precsave.exp: Likewise.
11244 * gdb.reverse/until-precsave.exp: Likewise.
11245 * gdb.reverse/watch-precsave.exp: Likewise.
11246 * gdb.reverse/watch-reverse.exp: Likewise.
11247
b22089ab
YQ
112482014-10-17 Yao Qi <yao@codesourcery.com>
11249
11250 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11251 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11252
6c4486e6
PA
112532014-10-17 Pedro Alves <palves@redhat.com>
11254
11255 PR gdb/17471
11256 * gdb.base/bg-execution-repeat.c: New file.
11257 * gdb.base/bg-execution-repeat.exp: New file.
11258
0ff33695
PA
112592014-10-17 Pedro Alves <palves@redhat.com>
11260
11261 PR gdb/17300
11262 * gdb.base/continue-all-already-running.c: New file.
11263 * gdb.base/continue-all-already-running.exp: New file.
11264
6fdebc3d
PA
112652014-10-17 Pedro Alves <palves@redhat.com>
11266
11267 PR gdb/17472
11268 * gdb.base/annota-input-while-running.c: New file.
11269 * gdb.base/annota-input-while-running.exp: New file.
11270
32a8097b
PA
112712014-10-17 Pedro Alves <palves@redhat.com>
11272
11273 * gdb.base/callfuncs.exp: emove references to osf.
11274 * gdb.base/sigall.exp: Likewise.
11275 * gdb.gdb/selftest.exp: Likewise.
11276 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11277 * gdb.mi/non-stop.c: Likewise.
11278 * gdb.mi/pthreads.c: Likewise.
11279 * gdb.reverse/sigall-precsave.exp: Likewise.
11280 * gdb.reverse/sigall-reverse.exp: Likewise.
11281 * gdb.threads/pthreads.c: Likewise.
11282 * gdb.threads/pthreads.exp: Likewise.
11283
7a3517ff
YQ
112842014-10-17 Yao Qi <yao@codesourcery.com>
11285
11286 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11287 check 'target_info exists noargs'.
11288 (test_command_prompt_position): Likewise.
11289 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11290 Remove "set args".
11291 (progvar_simple_while_test): Likewise.
11292 (progvar_complex_if_while_test): Likewise.
11293 (if_while_breakpoint_command_test): Likewise.
11294 (infrun_breakpoint_command_test): Likewise.
11295 (breakpoint_command_test): Likewise.
11296 (watchpoint_command_test): Likewise.
11297 (bp_deleted_in_command_test): Likewise.
11298 (temporary_breakpoint_commands): Likewise.
11299
bb99c472
YQ
113002014-10-16 Yao Qi <yao@codesourcery.com>
11301
11302 * gdb.base/remotetimeout.exp: Remove noargs checking.
11303
7c16b83e
PA
113042014-10-15 Pedro Alves <palves@redhat.com>
11305
11306 PR breakpoints/9649
11307 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11308 * gdb.base/breakpoint-in-ro-region.exp
11309 (probe_target_hardware_step): New procedure.
11310 (top level): Probe hardware stepping and hardware breakpoint
11311 support. Test stepping through a read-only region, with both
11312 "breakpoint auto-hw" on and off and both "always-inserted" on and
11313 off.
11314
35a49624
IB
113152014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11316
11317 * gdb.dlang/demangle.exp: Update for demangling changes.
11318
2d1c107c
SC
113192014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11320
11321 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11322 * gdb.cp/non-trivial-retval.exp: Add new tests.
11323
778811d5
SC
113242014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11325
11326 PR c++/13403
11327 PR c++/15154
11328 * gdb.cp/non-trivial-retval.cc: New file.
11329 * gdb.cp/non-trivial-retval.exp: New file.
11330
10c5f0a8
YQ
113312014-10-15 Yao Qi <yao@codesourcery.com>
11332
11333 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11334 remote host.
11335
65d7b369
YQ
113362014-10-15 Yao Qi <yao@codesourcery.com>
11337
11338 * gdb.python/py-symbol.exp: Match file base name if host is
11339 remote, otherwise match file name with dir name.
11340 * gdb.python/py-symtab.exp: Likewise.
11341 * gdb.python/python.exp: Likewise.
11342
46dc1394
YQ
113432014-10-15 Yao Qi <yao@codesourcery.com>
11344
11345 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11346 pattern.
11347 * gdb.python/py-symtab.exp: Likewise.
11348 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11349 locationn.
11350
c40cc657
JB
113512014-10-14 Joel Brobecker <brobecker@adacore.com>
11352
11353 * gdb.ada/addr_arith: New testcase.
11354
2abf49e1
MR
113552014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11356
11357 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11358 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11359 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11360 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11361
f7088df3
SDJ
113622014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11363
11364 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11365 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11366 * gdb.arch/stap-eval-lang-ada.exp: New file.
11367
4dc06805
YQ
113682014-10-14 Yao Qi <yao@codesourcery.com>
11369
11370 * gdb.mi/mi-var-child.c (nothing1): New function.
11371 (nothing2): New function.
11372 (do_children_tests): Set function pointers by nothing1 and
11373 nothing2.
11374 * gdb.mi/mi-var-child.exp: Step over new added statements.
11375 Update test to match the new output.
11376 * gdb.mi/var-cmd.c (nothing1): New function.
11377 (nothing2): New function.
11378 (do_children_tests): Set function pointers by nothing1 and
11379 nothing2.
11380 * gdb.mi/mi-var-display.exp: Update test to match output.
11381 Step to the line specified by $line_dct_nothing.
11382 Increase the number of lines to step.
11383
46a93de2
YQ
113842014-10-14 Yao Qi <yao@codesourcery.com>
11385
11386 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11387 tests.
11388 * gdb.mi/mi2-var-child.exp: Likewise.
11389
14ea52ee
DE
113902014-10-13 Doug Evans <dje@google.com>
11391
11392 * gdb.python/py-objfile.exp: Change name of file name test.
11393
e5c6e92b
DE
113942014-10-13 Doug Evans <dje@google.com>
11395
11396 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11397 from the start of the CU.
11398
c780cc2f
JK
113992014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11400 Yao Qi <yao@codesourcery.com>
11401
11402 Fix "save breakpoints" for "catch" command.
11403 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11404 Remove -nonewline. Match also the added "main" line.
11405
99894e11
JK
114062014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11407
11408 Fix "save breakpoints" for "disable $bpnum" command.
11409 * gdb.base/save-bp.c (main): Add label.
11410 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11411
6e1ac5a3
JK
114122014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11413
11414 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11415
754dd2b0
YQ
114162014-10-11 Yao Qi <yao@codesourcery.com>
11417
11418 * gdb.server/server-kill.exp: Execute command
11419 "set remote trace-status-packet on" before "tstatus".
11420
f90183d7
YQ
114212014-10-11 Yao Qi <yao@codesourcery.com>
11422
11423 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11424 (main): Call getppid.
11425 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11426 and continue to it. Read variable "server_pid".
11427
bf40a607
YQ
114282014-10-11 Yao Qi <yao@codesourcery.com>
11429
11430 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11431
052ca370
YQ
114322014-10-11 Yao Qi <yao@codesourcery.com>
11433
11434 * gdb.threads/thread-find.exp: Don't execute command
11435 "info threads".
11436 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11437 * gdb.threads/linux-dp.exp: Don't check the condition
11438 $threads_created equals to zero.
11439
3831839c
PA
114402014-10-10 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/bigcore.exp: Remove references to IRIX.
11443 * gdb.base/funcargs.exp: Likewise.
11444 * gdb.base/interrupt.exp: Likewise.
11445 * gdb.base/mips_pro.exp: Likewise.
11446 * gdb.base/nodebug.exp: Likewise.
11447 * gdb.base/setvar.exp: Likewise.
11448 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11449
8b9a549d
PA
114502014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11451 Pedro Alves <palves@redhat.com>
11452
11453 PR symtab/14466
11454 * gdb.base/vdso-warning.c: New file.
11455 * gdb.base/vdso-warning.exp: New file.
11456
d48ba5e8
DE
114572014-10-02 Doug Evans <dje@google.com>
11458
11459 * gdb.base/structs.c (main): Don't run forever.
11460
2278c276
PA
114612014-10-02 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11464 (top level) <stop threads 1, stop threads 2>: Use it.
11465
b57bacec
PA
114662014-10-02 Pedro Alves <palves@redhat.com>
11467
11468 * gdb.threads/break-while-running.exp (test): Add new
11469 'update_thread_list' argument. Skip "info threads" if false.
11470 (top level): Add new 'update_thread_list' axis.
11471
13fd3ff3
PA
114722014-10-02 Pedro Alves <palves@redhat.com>
11473
11474 PR breakpoints/17431
11475 * gdb.base/execl-update-breakpoints.c: New file.
11476 * gdb.base/execl-update-breakpoints.exp: New file.
11477
0fec99e8
PA
114782014-10-01 Pedro Alves <palves@redhat.com>
11479
11480 * gdb.base/breakpoint-in-ro-region.c: New file.
11481 * gdb.base/breakpoint-in-ro-region.exp: New file.
11482
2ddf4301
SM
114832014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11484
11485 * gdb.mi/mi-exit-code.exp: New file.
11486 * gdb.mi/mi-exit-code.c: New file.
11487
6a5f3f43
YQ
114882014-09-30 Yao Qi <yao@codesourcery.com>
11489
11490 * lib/prelink-support.exp (build_executable_own_libs): Error if
11491 the target isn't native.
11492
345bcc73
YQ
114932014-09-30 Yao Qi <yao@codesourcery.com>
11494
11495 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11496 false.
11497
a25a5a45
PA
114982014-09-22 Pedro Alves <palves@redhat.com>
11499
11500 * gdb.threads/break-while-running.exp: New file.
11501 * gdb.threads/break-while-running.c: New file.
11502
00ba3162
YQ
115032014-09-19 Yao Qi <yao@codesourcery.com>
11504
11505 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11506 Invoke test. Restart GDB with --readnow and invoke test again.
11507
c3b7b696
YQ
115082014-09-19 Yao Qi <yao@codesourcery.com>
11509
11510 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11511 proc set_breakpoint_on_gcd_function. Invoke
11512 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11513 invoke set_breakpoint_on_gcd_function again.
11514
2b4fd423
DE
115152014-09-18 Doug Evans <dje@google.com>
11516
11517 * gdb.dwarf2/symtab-producer.exp: New file.
11518
a5947601
SDJ
115192014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11520
11521 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11522 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11523 * gdb.base/global-var-nested-by-dso.c: Likewise.
11524 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11525
91c19059
SDJ
115262014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11527 Pedro Alves <palves@redhat.com>
11528
11529 * gdb.base/watch-bitfields.exp: Pass string other than test file
11530 name to prepare_for_testing.
11531 (watch): New procedure.
11532 (expect_watchpoint): Use with_test_prefix.
11533 (top level): Factor out tests to ...
11534 (test_watch_location, test_regular_watch): ... these new
11535 procedures, and use with_test_prefix and gdb_continue_to_end.
11536
bb9d5f81
PP
115372014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11538
11539 PR breakpoints/12526
11540 * gdb.base/watch-bitfields.exp: New file.
11541 * gdb.base/watch-bitfields.c: New file.
11542
635856f5
PA
115432014-09-16 Pedro Alves <palves@redhat.com>
11544
11545 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11546 software and hardware addresses, not software address against
11547 itself.
11548
7280ceea
PA
115492014-09-16 Pedro Alves <palves@redhat.com>
11550
11551 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11552 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11553
428b16bd
PA
115542014-09-16 Pedro Alves <palves@redhat.com>
11555
11556 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11557 files.
11558 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11559 "*-*-vxworks*" throughout.
11560 * gdb.base/break.exp: Likewise.
11561 * gdb.base/default.exp: Likewise.
11562 * gdb.base/scope.exp: Likewise.
11563 * gdb.base/sepdebug.exp: Likewise.
11564 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11565 throughout.
11566 * gdb.base/run.c: Likewise.
11567 * gdb.base/sepdebug.c: Likewise.
11568 * gdb.hp/gdb.aCC/run.c: Likewise.
11569 * gdb.reverse/until-reverse.c: Likewise.
11570 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11571
666d413c
YQ
115722014-09-16 Yao Qi <yao@codesourcery.com>
11573
11574 * boards/local-remote-host-native.exp: New file.
11575
57cbd724
DE
115762014-09-14 Doug Evans <xdje42@gmail.com>
11577
11578 * gdb.threads/queue-signal.c (thread_count): New variable.
11579 (thread_count_mutex, thread_count_condvar): New variables.
11580 (incr_thread_count, wait_all_threads_running): New functions.
11581 (main): Wait for all threads to be in their thread functions.
11582
81219e53
DE
115832014-09-13 Doug Evans <xdje42@gmail.com>
11584
11585 * gdb.threads/queue-signal.c: New file.
11586 * gdb.threads/queue-signal.exp: New file.
11587
3714cea7
DE
115882014-09-13 Doug Evans <xdje42@gmail.com>
11589
11590 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11591 be consistent with what default_gdb_init uses.
11592 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11593 the plain text of the prompt. Add some logging printfs.
11594 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11595
fa43b1d7
PA
115962014-09-12 Pedro Alves <palves@redhat.com>
11597
11598 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11599 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11600 * gdb.arch/i386-size-overlap.exp: Likewise.
11601 * gdb.arch/i386-size.exp: Likewise.
11602 * gdb.arch/i386-unwind.exp: Likewise.
11603 * gdb.base/a2-run.exp: Likewise.
11604 * gdb.base/break.exp: Likewise.
11605 * gdb.base/charset.exp: Likewise.
11606 * gdb.base/chng-syms.exp: Likewise.
11607 * gdb.base/commands.exp: Likewise.
11608 * gdb.base/dbx.exp: Likewise.
11609 * gdb.base/find.exp: Likewise.
11610 * gdb.base/funcargs.exp: Likewise.
11611 * gdb.base/jit-simple.exp: Likewise.
11612 * gdb.base/reread.exp: Likewise.
11613 * gdb.base/sepdebug.exp: Likewise.
11614 * gdb.base/step-bt.exp: Likewise.
11615 * gdb.cp/mb-inline.exp: Likewise.
11616 * gdb.cp/mb-templates.exp: Likewise.
11617 * gdb.objc/basicclass.exp: Likewise.
11618 * gdb.threads/killed.exp: Likewise.
11619
9d9bf2df
EBM
116202014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11621
11622 PR tdep/17379
11623 * gdb.arch/powerpc-stackless.S: New file.
11624 * gdb.arch/powerpc-stackless.exp: New file.
11625
1cf2f1b0
JK
116262014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11627
11628 * gdb.base/attach.c: Include unistd.h.
11629 (main): Call alarm. Add label postloop.
11630 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11631 gdb_breakpoint, gdb_continue_to_breakpoint.
11632 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11633
98880d46
PA
116342014-09-11 Pedro Alves <palves@redhat.com>
11635
11636 PR gdb/17347
11637 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11638 * gdb.base/attach.exp (test_command_line_attach_run): New
11639 procedure.
11640 (top level): Call it.
11641
4c92ff2c
PA
116422014-09-11 Pedro Alves <palves@redhat.com>
11643
11644 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11645 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11646 (do_command_attach_tests): Use spawn_wait_for_attach.
11647 * gdb.base/solib-overlap.exp: Likewise.
11648 * gdb.multi/multi-attach.exp: Likewise.
11649 * gdb.python/py-prompt.exp: Likewise.
11650 * gdb.python/py-sync-interp.exp: Likewise.
11651 * gdb.server/ext-attach.exp: Likewise.
11652
3adc1a7d
GKB
116532014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11654
11655 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11656 command in testcase. Simplify testcase.
11657
96334934
JB
116582014-09-10 Joel Brobecker <brobecker@adacore.com>
11659
11660 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11661
eb479039
JB
116622014-09-10 Joel Brobecker <brobecker@adacore.com>
11663
11664 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11665
deede10c
JB
116662014-09-10 Joel Brobecker <brobecker@adacore.com>
11667
11668 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11669
7828a5f5
JB
116702014-09-10 Joel Brobecker <brobecker@adacore.com>
11671
11672 * gdb.dwarf2/dynarr-ptr.c: New file.
11673 * gdb.dwarf2/dynarr-ptr.exp: New file.
11674
33aeebcf
MR
116752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11676
11677 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11678 of 30 rather than hardcoding 120 for a slow test case. Take the
11679 `gdb,timeout' target setting into account for this calculation.
11680 Don't extend the timeout for the test cases that don't need it.
11681
7b415901
MR
116822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11683
11684 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11685 a factor of 2 for a slow test case. Take the `gdb,timeout'
11686 target setting into account for this calculation.
11687 * gdb.reverse/until-precsave.exp: Increase the timeout by
11688 a factor of 15 and 3 respectively rather than adding 120
11689 for a pair of slow test cases. Take the `gdb,timeout'
11690 target setting into account for this calculation.
11691
4a40f85a
MR
116922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11693
11694 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11695 timeout, don't pass one down to gdb_expect.
11696 (gdb_expect): Rework timeout selection.
11697
09635af7
MR
116982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11699
11700 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11701 exception on timeout.
11702 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11703 (gdbserver_start_extended): Catch any `gdbserver_start' error
11704 exceptions.
11705 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11706 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11707 `gdbserver_gdb_load' error exceptions.
11708
2bdd10b7
MR
117092014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11710
11711 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11712 120 on waiting for the TCP socket to open.
11713
316935f0
DE
117142014-09-09 Doug Evans <xdje42@gmail.com>
11715
11716 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11717 _caller_matches, _any_caller_is, _any_caller_matches.
11718
83740597
DE
117192014-09-09 Doug Evans <xdje42@gmail.com>
11720
11721 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11722
4c122fc3
YQ
117232014-09-09 Yao Qi <yao@codesourcery.com>
11724
11725 * gdb.mi/mi-var-display.exp: Set print symbol off.
11726
a9f116cb
GKB
117272014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11728
11729 PR gdb/17035
11730 * gdb.base/commands.exp: Add tests to verify user-defined
11731 commands with empty bodies.
11732 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11733 python commands in `show user command`.
11734 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11735 scheme commands in `show user command`.
11736
c75bd3a2
JK
117372014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11738
11739 PR python/17355
11740 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11741 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11742 * gdb.python/py-framefilter-invalidarg.exp: New file.
11743 * gdb.python/py-framefilter-invalidarg.py: New file.
11744
faa42425
DE
117452014-09-06 Doug Evans <xdje42@gmail.com>
11746
11747 PR 15276
11748 * gdb.python/py-caller-is.c: New file.
11749 * gdb.python/py-caller-is.exp: New file.
11750
474ca4f6
SDJ
117512014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11752
11753 PR gdb/17235
11754 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11755 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11756
eb0b0463
SDJ
117572014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11758
11759 PR fortran/17237
11760 * gdb.fortran/print-formatted.exp: New file.
11761 * gdb.fortran/print-formatted.f90: Likewise.
11762
5f3b99cf
SS
117632014-09-03 Sasha Smundak <asmundak@google.com>
11764
11765 * gdb.python/py-frame.exp: Test Frame.read_register.
11766
7d793aa9
SDJ
117672014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11768
11769 PR python/16699
11770 * gdb.python/py-completion.exp: New file.
11771 * gdb.python/py-completion.py: Likewise.
11772
fb0576e9
DE
117732014-08-28 Doug Evans <dje@google.com>
11774
11775 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11776 eax,etc. are live with values set by gdb and thus the compiler can't
11777 use them.
11778 * gdb.arch/i386-pseudo.c (main): Ditto.
11779
ee92b0dd
DE
117802014-08-27 Doug Evans <dje@google.com>
11781
11782 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11783
6649db35
DE
117842014-08-25 Doug Evans <dje@google.com>
11785
11786 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11787 (main): Ditto.
11788
564b7600
DE
117892014-08-25 Doug Evans <dje@google.com>
11790
11791 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11792
3881fb67
YQ
117932014-08-24 Yao Qi <yao@codesourcery.com>
11794
11795 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11796 symbol off.
11797 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11798
a05a36a5
DE
117992014-08-22 Doug Evans <dje@google.com>
11800
11801 PR 17276
11802 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11803 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11804 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11805
7c343b48
YQ
118062014-08-22 Yao Qi <yao@codesourcery.com>
11807
11808 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11809 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11810 * gdb.python/python.exp: Likewise. Use .py file on the host
11811 instead of the build.
11812
22fd09ae
JK
118132014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11814
11815 * gdb.threads/gcore-stale-thread.c: New file.
11816 * gdb.threads/gcore-stale-thread.exp: New file.
11817
a8454a7c
PA
118182014-08-21 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11821 * gdb.base/gcore-relro-pie.exp: Likewise.
11822 * gdb.base/gcore-relro.exp: Likewise.
11823 * gdb.base/gcore.exp: Likewise.
11824 * gdb.base/print-symbol-loading.exp: Likewise.
11825 * gdb.threads/gcore-thread.exp: Likewise.
11826 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11827
2a31c623
PA
118282014-08-20 Pedro Alves <palves@redhat.com>
11829 Jan Kratochvil <jan.kratochvil@redhat.com>
11830
11831 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11832 configure.
11833 (EXPECT): Handle READ1 being set.
11834 (all): Depend on EXTRA_RULES.
11835 (check-read1, expect-read1, read1.so, read1): New rules.
11836 * README (Testsuite Parameters): Document the READ1 make variable.
11837 (Race detection): New section.
11838 * configure: Regenerate.
11839 * configure.ac: If build==host==target, and running under a
11840 GNU/glibc system, add read1 to the extra Makefile rules.
11841 (EXTRA_RULES): AC_SUBST it.
11842 * lib/read1.c: New file.
11843
d36430db
JB
118442014-08-20 Joel Brobecker <brobecker@adacore.com>
11845
11846 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11847 the handling of variables declared as a typedef to an array
11848 which a DW_AT_data_location attribute.
11849
9a0dc9e3
PA
118502014-08-19 Andrew Burgess <aburgess@broadcom.com>
11851 Pedro Alves <palves@redhat.com>
11852
11853 PR symtab/14604
11854 PR symtab/14605
11855 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11856 gdb_test.
11857
0718a8da
PA
118582014-08-19 Pedro Alves <palves@redhat.com>
11859
11860 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11861
13b448cd
YQ
118622014-08-19 Yao Qi <yao@codesourcery.com>
11863
11864 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11865 right line.
11866
1cbf5077
DB
118672014-08-18 David Blaikie <dblaikie@gmail.com>
11868
11869 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11870
bf0fae19
JB
118712014-08-18 Joel Brobecker <brobecker@adacore.com>
11872
11873 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11874 attribute in array range.
11875
3c8c5dcc
JB
118762014-08-18 Joel Brobecker <brobecker@adacore.com>
11877
11878 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11879
e66d4446
SC
118802014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11881
11882 PR c++/17132
11883 * gdb.cp/pr17132.cc: New file.
11884 * gdb.cp/pr17132.exp: New file.
11885
940df408
SC
118862014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11887
11888 * gdb.python/py-xmethods.py (A_getarrayind)
11889 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11890 Use 'print' with function call syntax.
11891 (E_method_matcher.match): Fix tab vs space indentation mixup.
11892
ebcc6c3a
YQ
118932014-08-15 Yao Qi <yao@codesourcery.com>
11894
11895 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11896 false.
11897
775e0f04
YQ
118982014-08-15 Yao Qi <yao@codesourcery.com>
11899
11900 * gdb.cp/casts.exp: Set print symbol off.
11901 * gdb.cp/class2.exp: Likewise.
11902 * gdb.cp/overload.exp: Likewise.
11903 * gdb.cp/templates.exp: Likewise.
11904
d769e349
DE
119052014-08-11 Doug Evans <dje@google.com>
11906
11907 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11908 (test_load_shlib): Update.
11909
20c6f1e1
YQ
119102014-08-09 Yao Qi <yao@codesourcery.com>
11911
11912 * gdb.base/display.exp: Invoke is_address_zero_readable.
11913 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11914 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11915 * gdb.base/hbreak-unmapped.exp: Return if
11916 is_address_zero_readable returns true.
11917 * gdb.base/signest.exp: Likewise.
11918 * gdb.base/signull.exp: Likewise.
11919 * gdb.base/sigbpt.exp: Likewise.
11920 * gdb.guile/scm-disasm.exp: Do the test if
11921 is_address_zero_readable returns false.
11922 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11923 * gdb.python/py-arch.exp: Likewise.
11924 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11925 * lib/gdb.exp (is_address_zero_readable): New proc.
11926
5792e8e3
YQ
119272014-08-09 Yao Qi <yao@codesourcery.com>
11928
11929 PR testsuite/13443
11930 * gdb.mi/mi-var-display.exp: Make test messages unique.
11931
3cecbbbe
TT
119322014-08-04 Tom Tromey <tromey@redhat.com>
11933
11934 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11935 target 0".
11936
00b51ff5
TT
119372014-08-04 Tom Tromey <tromey@redhat.com>
11938
11939 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11940 "target_resume".
11941
6908c509
JB
119422014-08-01 Joel Brobecker <brobecker@adacore.com>
11943
11944 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11945 inner_vla_struct_object_size.
11946 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11947 as xfail.
11948
cc6563d2
PA
119492014-07-30 Pedro Alves <palves@redhat.com>
11950
11951 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11952 comment.
11953
7e09a223
YQ
119542014-07-29 Yao Qi <yao@codesourcery.com>
11955
11956 PR gdb/17206
11957 * gdb.base/until-nodebug.exp: New.
11958
7ebdbe92
DE
119592014-07-28 Doug Evans <xdje42@gmail.com>
11960
11961 PR guile/17203
11962 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11963 previously existing parameter, and previously ambiguously spelled
11964 parameter.
11965
fdb1adc6
WN
119662014-07-28 Will Newton <will.newton@linaro.org>
11967
11968 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11969
186fcde0
DE
119702014-07-26 Ludovic Courtès <ludo@gnu.org>
11971 Doug Evans <xdje42@gmail.com>
11972
11973 PR guile/17146
11974 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11975
70509625
PA
119762014-07-25 Pedro Alves <palves@redhat.com>
11977
11978 * gdb.threads/signal-command-handle-nopass.c: New file.
11979 * gdb.threads/signal-command-handle-nopass.exp: New file.
11980 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11981 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11982 * gdb.threads/signal-delivered-right-thread.c: New file.
11983 * gdb.threads/signal-delivered-right-thread.exp: New file.
11984
c3f814a1
PA
119852014-07-25 Pedro Alves <palves@redhat.com>
11986
11987 * gdb.base/double-prompt-target-event-error.exp
11988 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11989 match.
11990 (cancel_pagination_in_target_event): Rework double prompt
11991 detection.
11992 * gdb.base/paginate-after-ctrl-c-running.exp
11993 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11994 <return>' match.
11995 * gdb.base/paginate-bg-execution.exp
11996 (test_bg_execution_pagination_return)
11997 (test_bg_execution_pagination_cancel): Remove '-notransfer
11998 <return>' matches.
11999 * gdb.base/paginate-execution-startup.exp
12000 (test_fg_execution_pagination_return)
12001 (test_fg_execution_pagination_cancel): Remove '-notransfer
12002 <return>' matches.
12003 * gdb.base/paginate-inferior-exit.exp
12004 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12005 match.
12006 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12007 * lib/gdb.exp (pagination_prompt): Run text through
12008 string_to_regexp.
12009 (gdb_test_multiple): Match $pagination_prompt instead of
12010 "<return>".
12011 (string_to_regexp): Move to lib/gdb-utils.exp.
12012
e214cf6c
JK
120132014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12014
12015 * gdb.arch/amd64-entry-value-paramref.S: New file.
12016 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12017 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12018 * gdb.arch/amd64-optimout-repeat.S: New file.
12019 * gdb.arch/amd64-optimout-repeat.c: New file.
12020 * gdb.arch/amd64-optimout-repeat.exp: New file.
12021
17d0c5c8
JK
120222014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12023
12024 PR gdb/17170
12025 * gdb.base/statistics.exp: New file.
12026
b8b8facf
DE
120272014-07-17 Doug Evans <dje@google.com>
12028
74b49205 12029 PR gdb/17170
b8b8facf
DE
12030 * gdb.base/maint.exp: Update testing of per-command stats.
12031
1b5d0ab3
PA
120322014-07-16 Pedro Alves <palves@redhat.com>
12033
12034 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12035 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12036 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12037 (tfile_write_buf): New functions.
12038 (add_memory_block): Rewrite using the above.
12039 (adjust_function_address): New function.
12040 (FUNCTION_ADDRESS): New macro.
12041 (write_basic_trace_file): Remove short_x local, and use
12042 tfile_write_16. Change type of func_addr local to unsigned long
12043 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12044 here. Cast argument of add_memory_block to char pointer.
12045 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12046 (main): Remove parameters.
12047 * gdb.trace/tfile.exp: Remove nowarnings.
12048
4d974e88
SM
120492014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12050
12051 * gdb.base/debug-expr.exp: Test string evaluation with
12052 "debug expression" on.
12053
41e99568
PA
120542014-07-15 Pedro Alves <palves@redhat.com>
12055
12056 * gdb.base/reread.exp: Use clean_restart.
12057
487d9753
PL
120582014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12059
12060 * gdb.arch/avr-flash-qualifer.c: New.
12061 * gdb.arch/avr-flash-qualifer.exp: New.
12062
cc1c52ad
PA
120632014-07-14 Pedro Alves <palves@redhat.com>
12064
12065 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12066 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12067
1e973570
PA
120682014-07-14 Pedro Alves <palves@redhat.com>
12069
12070 * gdb.base/double-prompt-target-event-error.c: New file.
12071 * gdb.base/double-prompt-target-event-error.exp: New file.
12072
93d6eb10
PA
120732014-07-14 Pedro Alves <palves@redhat.com>
12074
12075 PR gdb/17072
12076 * gdb.base/paginate-inferior-exit.c: New file.
12077 * gdb.base/paginate-inferior-exit.exp: New file.
12078
0017922d
PA
120792014-07-14 Pedro Alves <palves@redhat.com>
12080
12081 PR gdb/17072
12082 * gdb.base/paginate-bg-execution.c: New file.
12083 * gdb.base/paginate-bg-execution.exp: New file.
12084
94696ad3
PA
120852014-07-14 Pedro Alves <palves@redhat.com>
12086
12087 PR gdb/17072
12088 * gdb.base/paginate-execution-startup.c: New file.
12089 * gdb.base/paginate-execution-startup.exp: New file.
12090 * lib/gdb.exp (pagination_prompt): New global.
12091 (default_gdb_spawn): New procedure, factored out from
12092 default_gdb_spawn.
12093 (default_gdb_start): Adjust to call default_gdb_spawn.
12094 (gdb_spawn): New procedure.
12095
bd293940
PA
120962014-07-14 Pedro Alves <palves@redhat.com>
12097
12098 * lib/gdb.exp (gdb_assert): New procedure.
12099 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12100
c933f875
PA
121012014-07-14 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.base/execution-termios.c: New file.
12104 * gdb.base/execution-termios.exp: New file.
12105
d98b7a16
TT
121062014-07-14 Tom Tromey <tromey@redhat.com>
12107
12108 * gdb.cp/vla-cxx.cc: New file.
12109 * gdb.cp/vla-cxx.exp: New file.
12110
548740d6
TT
121112014-07-14 Tom Tromey <tromey@redhat.com>
12112
12113 * gdb.reverse/rerun-prec.c: New file.
12114 * gdb.reverse/rerun-prec.exp: New file.
12115
a25eb028
MR
121162014-07-12 Maciej W. Rozycki <macro@mips.com>
12117 Maciej W. Rozycki <macro@codesourcery.com>
12118
12119 * lib/gdb-utils.exp: New file.
12120 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12121 inline `gdb_init_command' processing.
12122 (gdb_start_cmd): Likewise.
12123 * lib/mi-support.exp (mi_run_cmd): Likewise.
12124 * README: Document `gdb_init_command' and `gdb_init_commands'.
12125
218c2655
JK
121262014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12127
12128 Fix false FAIL running under a very long directory name.
12129 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12130 and "set print elements 10000". Twice.
12131
5401fde3
YQ
121322014-07-11 Yao Qi <yao@codesourcery.com>
12133
12134 * gdb.base/exprs.exp: "set print symbol off".
12135
e76126e8
PA
121362014-07-11 Pedro Alves <palves@redhat.com>
12137
12138 * gdb.threads/kill.c: New file.
12139 * gdb.threads/kill.exp: New file.
12140
2d6f0de6
YQ
121412014-07-10 Yao Qi <yao@codesourcery.com>
12142
12143 * gdb.trace/tfile.c (write_basic_trace_file)
12144 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12145 address written to trace file.
12146
7180e04a
PA
121472014-07-09 Pedro Alves <palves@redhat.com>
12148
12149 * gdb.base/attach-wait-input.exp: New file.
12150 * gdb.base/attach-wait-input.c: New file.
12151
9a9a7608
AB
121522014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12153
12154 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12155 setting up test structures.
12156 (main): Call new test function.
12157 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12158 test function, continue into test function and walk test
12159 structures.
12160
161ac41e
YQ
121612014-07-02 Yao Qi <yao@codesourcery.com>
12162
12163 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12164 'bar_start' at the beginning of functions 'foo' and 'bar'
12165 respectively.
12166 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12167 instead of 'foo' and 'bar'.
12168
1f267ae3
MM
121692014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12170
12171 * gdb.btrace/segv.exp: New.
12172 * gdb.btrace/segv.c: New.
12173
2b239efb
LM
121742014-07-02 Luis Machado <lgustavo@codesourcery.com>
12175
12176 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12177 instruction.
12178
cf363f18
MW
121792014-06-30 Mark Wielaard <mjw@redhat.com>
12180
12181 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12182 vulture, vilify, villar): New volatile array constants.
12183 (vindictive, vegetation): New const volatile array constants.
12184 * gdb.base/volatile.exp: Test volatile and const volatile array
12185 types.
12186
aebf9d24
AA
121872014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12188
12189 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12190 target lacks support for awatch, rwatch, or hbreak.
12191
b67a2c6f
YQ
121922014-06-27 Yao Qi <yao@codesourcery.com>
12193
12194 * gdb.multi/dummy-frame-restore.exp: New.
12195 * gdb.multi/dummy-frame-restore.c: New.
12196
aef92902
MM
121972014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12198
12199 * gdb.btrace/gcore.exp: New.
12200
8e9db26e
PA
122012014-06-23 Pedro Alves <palves@redhat.com>
12202
12203 * gdb.base/watchpoint-reuse-slot.c: New file.
12204 * gdb.base/watchpoint-reuse-slot.exp: New file.
12205
70afc5b7
SC
122062014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12207
12208 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12209 progspace's filename in 'info', 'enable' and 'disable' command
12210 tests.
12211
b972bd9c
JK
122122014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12213
12214 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12215 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12216 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12217
125f8a3d
GB
122182014-06-20 Gary Benson <gbenson@redhat.com>
12219
12220 * gdb.arch/i386-avx.exp: Fix include file location.
12221 * gdb.arch/i386-sse.exp: Likewise.
12222
3ed9baed
IB
122232014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12224
12225 * gdb.dlang/expression.exp: New file.
12226
034f788c
PA
122272014-06-19 Pedro Alves <palves@redhat.com>
12228
12229 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12230 out from ...
12231 (top level): ... here. Iterate running tests under different
12232 scheduler-locking settings.
12233
45371d0c
LM
122342014-06-18 Luis Machado <lgustavo@codesourcery.com>
12235
12236 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12237 to DW_FORM_addr and use non-zero addresses.
12238
5d376983
SC
122392014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12240
12241 PR gdb/17017
12242 * gdb.python/py-xmethods.cc: Add global function call counters and
12243 increment them in their respective functions. Remove "cout"
12244 statements.
12245 * gdb.python/py-xmethods.exp: Make tests check the global function
12246 call counters instead of depending on inferior IO.
12247
a1aa2221
LM
122482014-06-18 Don Breazeal <donb@codesourcery.com>
12249
12250 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12251 Deleted procedure.
12252 (explicit_fork_parent_follow): Deleted procedure.
12253 (explicit_fork_child_follow): Deleted procedure.
12254 (test_follow_fork): New procedure.
12255 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 12256 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
12257 procedure calls.
12258
0fc05997
YQ
122592014-06-17 Yao Qi <yao@codesourcery.com>
12260
12261 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12262 CP1252.
12263
70795c52
LM
122642014-06-17 Luis Machado <lgustavo@codesourcery.com>
12265
12266 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12267 Initialize ptr and S explicitly.
12268 (skip_type_update_when_not_use_rtti_test): Likewise.
12269
6be47f0c
KS
122702014-06-16 Keith Seitz <keiths@redhat.com>
12271
12272 PR mi/15863
12273 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12274 the inferior is started.
12275
d03de421
PA
122762014-06-16 Pedro Alves <palves@redhat.com>
12277
12278 * gdb.base/break-main-file-remove-fail.c: New file.
12279 * gdb.base/break-main-file-remove-fail.exp: New file.
12280 * gdb.base/break-unload-file.exp: Use build_executable instead of
12281 prepare_for_testing.
12282 (test_break): New parameter "initial_load". Handle it.
12283 (top level): Add initial_load cmdline/file axis.
12284
f9579b99
TT
122852014-06-12 Tom Tromey <tromey@redhat.com>
12286
12287 * gdb.base/completion.exp: Don't use directory name in test.
12288
3657956b
GB
122892014-06-09 Gary Benson <gbenson@redhat.com>
12290
12291 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12292 separate the always-available ANSI-standard signals from the
12293 signals that require checking.
12294 (main): Likewise.
12295 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12296 Likewise.
12297 (main): Likewise.
12298
4186eb54
KS
122992014-06-07 Keith Seitz <keiths@redhat.com>
12300
12301 Revert:
12302 PR c++/16253
12303 * gdb.cp/var-tag.cc: New file.
12304 * gdb.cp/var-tag.exp: New file.
12305 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12306 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12307 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12308 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12309
25326a28 123102014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
12311
12312 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12313
829155c9
PA
123142014-06-06 Pedro Alves <palves@redhat.com>
12315
12316 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12317 in target debug output instead of looking at RSP packets,
12318 disabling the test on any target that uses hardware stepping.
12319 Update comments.
12320
61c8d22e
PA
123212014-06-06 Pedro Alves <palves@redhat.com>
12322
12323 * gdb.base/break-unload-file.exp: Fix typo.
12324
d9a47287
YQ
123252014-06-06 Yao Qi <yao@codesourcery.com>
12326
12327 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12328 from "jit_function" to "^jit_function".
12329
e5e01dbf
YQ
123302014-06-06 Yao Qi <yao@codesourcery.com>
12331
12332 * gdb.base/async.c (foo): Add one statement.
12333 * gdb.base/async.exp: Get the next instruction address and
12334 match the output of "nexti" by instruction address. Match
12335 the hex address in the output of "finish".
12336
73ba372c
GB
123372014-06-06 Gary Benson <gbenson@redhat.com>
12338
12339 * gdb.base/call-signals.c: Remove preprocessor conditionals
12340 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12341 SIGSEGV and SIGTERM.
12342 * gdb.base/sigall.c: Likewise.
12343 * gdb.base/unwindonsignal.c: Likewise.
12344 * gdb.reverse/sigall-reverse.c: Likewise.
12345
831517df
YQ
123462014-06-06 Yao Qi <yao@codesourcery.com>
12347
12348 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12349 readable, skip the test.
12350
b8b91e98
YQ
123512014-06-06 Yao Qi <yao@codesourcery.com>
12352
12353 * gdb.threads/staticthreads.c (thread_function): Move the line
12354 setting breakpoint on forward.
12355 * gdb.threads/staticthreads.exp: Update comments.
12356
fb934770
LC
123572014-06-05 Ludovic Courtès <ludo@gnu.org>
12358
12359 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12360 "history-append! type error".
12361
6ef284bd
SM
123622014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12363
12364 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12365 erroneous dprintf expected input.
12366
a872e241
DE
123672014-06-04 Doug Evans <xdje42@gmail.com>
12368
12369 * gdb.guile/scm-generics.exp: Delete.
12370
16f691fb
DE
123712014-06-04 Doug Evans <xdje42@gmail.com>
12372
12373 * gdb.guile/scm-breakpoint.exp: Update.
12374 Add tests for breakpoint registration.
12375
012370f6
TT
123762014-06-04 Tom Tromey <tromey@redhat.com>
12377
12378 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12379 VLA-in-union.
12380 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12381 inner_vla_struct, vla_union types. Initialize objects of those
12382 types and compute their sizes.
12383
9f5a4cef
HZ
123842014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12385 Hui Zhu <hui@codesourcery.com>
12386
12387 * gdb.base/fileio.exp: Add test for shell not available as well as
12388 available.
12389 * gdb.base/fileio.c (test_system): Check for shell twice.
12390
90a45c4d
YQ
123912014-06-04 Yao Qi <yao@codesourcery.com>
12392
12393 * gdb.base/auto-connect-native-target.exp: Remove redundant
12394 space from the regexp pattern.
12395
70017e41
YQ
123962014-06-04 Yao Qi <yao@codesourcery.com>
12397
12398 * gdb.base/default.exp: Replace "child" with "native" in
12399 regexp pattern.
12400
883964a7
SC
124012014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12402
12403 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12404 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12405 * gdb.python/py-xmethods.py: Python script supporting the
12406 new testcase and tests.
12407
ef370185
JB
124082014-06-03 Joel Brobecker <brobecker@adacore.com>
12409 Pedro Alves <palves@redhat.com>
12410
12411 PR breakpoints/17000
12412 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12413 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12414
1e2ccb61
BM
124152014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12416
12417 * gdb.base/subst.exp: Add tests to verify partial path matching
12418 output.
12419
c6ec5ab2
PA
124202014-06-03 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12423 target that doesn't use software single-stepping.
12424
835c559f
PA
124252014-06-03 Pedro Alves <palves@redhat.com>
12426
12427 PR breakpoints/17000
12428 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12429 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12430
06eb1586
DE
124312014-06-02 Doug Evans <xdje42@gmail.com>
12432
12433 * gdb.guile/scm-parameter.exp: New file.
12434
e698b8c4
DE
124352014-06-02 Doug Evans <xdje42@gmail.com>
12436
12437 * gdb.guile/scm-cmd.c: New file.
12438 * gdb.guile/scm-cmd.exp: New file.
12439
ded03782
DE
124402014-06-02 Doug Evans <xdje42@gmail.com>
12441
12442 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12443 pretty-printer lookup.
12444 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12445 (make-pp_s-printer): Call it.
12446 (make-pretty-printer-from-dict): New function.
12447 (lookup-pretty-printer-maker-from-dict): New function.
12448 (*pretty-printer*): Simplify.
12449 (make-objfile-pp_s-printer): New function.
12450 (install-objfile-pretty-printers!): New function.
12451 (make-progspace-pp_s-printer): New function.
12452 (install-progspace-pretty-printers!): New function.
12453 * gdb.guile/scm-progspace.c: New file.
12454 * gdb.guile/scm-progspace.exp: New file.
12455
41fac0cf
PA
124562014-06-02 Pedro Alves <palves@redhat.com>
12457
12458 * gdb.base/dprintf-bp-same-addr.c: New file.
12459 * gdb.base/dprintf-bp-same-addr.exp: New file.
12460
96ae5695
EBM
124612014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12462
12463 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12464 * gdb.arch/powerpc-power.s: Likewise.
12465
da02b3a8
JB
124662014-06-02 Joel Brobecker <brobecker@adacore.com>
12467
12468 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12469
c72b2e7b
YQ
124702014-06-01 Yao Qi <yao@codesourcery.com>
12471
12472 * gdb.base/watchpoint.exp (test_watch_location): Check null
12473 pointer can be dereferenced. If not, do the test, otherwise
12474 skip it.
12475
53e8a631
AB
124762014-05-30 Andrew Burgess <aburgess@broadcom.com>
12477
12478 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12479 results.
12480 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12481
938f0e2f
AB
124822014-05-30 Andrew Burgess <aburgess@broadcom.com>
12483
12484 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12485 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12486 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12487 * gdb.arch/amd64-invalid-stack-top.c: New file.
12488 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12489
9ba6657a
PA
124902014-05-30 Pedro Alves <palves@redhat.com>
12491
12492 PR breakpoints/17000
12493 * gdb.base/sss-bp-on-user-bp.c: New file.
12494 * gdb.base/sss-bp-on-user-bp.exp: New file.
12495
522c09bf
DB
124962014-05-30 David Blaikie <dblaikie@gmail.com>
12497
12498 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12499 gnu_inline semantics via attribute.
12500 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12501 source explicitly specifies the required semantics.
12502
bf4ef81e
MR
125032014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12504
12505 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12506
329ea579
PA
125072014-05-29 Pedro Alves <palves@redhat.com>
12508 Tom Tromey <tromey@redhat.com>
12509
12510 * gdb.base/async-shell.exp: Don't enable target-async.
12511 * gdb.base/async.exp
12512 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12513 parameter. Adjust.
12514 (top level): Don't test with "target-async".
12515 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12516 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12517 * gdb.base/inferior-died.exp: Don't enable target-async.
12518 * gdb.base/interrupt-noterm.exp: Likewise.
12519 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12520 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12521 * gdb.mi/mi-nonstop.exp: Likewise.
12522 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12523 * gdb.mi/mi-nsintrall.exp: Likewise.
12524 * gdb.mi/mi-nsmoribund.exp: Likewise.
12525 * gdb.mi/mi-nsthrexec.exp: Likewise.
12526 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12527 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12528 * gdb.python/py-evsignal.exp: Don't enable target-async.
12529 * gdb.python/py-evthreads.exp: Likewise.
12530 * gdb.python/py-prompt.exp: Likewise.
12531 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12532 * gdb.server/solib-list.exp: Don't enable target-async.
12533 * gdb.threads/thread-specific-bp.exp: Likewise.
12534 * lib/mi-support.exp: Adjust to use mi-async.
12535
fd664c91
PA
125362014-05-29 Pedro Alves <palves@redhat.com>
12537
12538 PR gdb/13860
12539 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12540 reason, even in sync mode.
12541
251bde03
PA
125422014-05-29 Pedro Alves <palves@redhat.com>
12543 Hui Zhu <hui@codesourcery.com>
12544
12545 PR PR15693
12546 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12547 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12548 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12549 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12550
7f3c0343
JB
125512014-05-28 Joel Brobecker <brobecker@adacore.com>
12552
12553 * config/monitor.exp (gdb_target_monitor): Replace use of
12554 "set remotebaud" by "set serial baud".
12555
b2715b27
AW
125562014-05-26 Andy Wingo <wingo@igalia.com>
12557
12558 * gdb.guile/scm-breakpoint.exp:
12559 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12560 properties instead of gdb-object-properties.
12561
498a4489
YQ
125622014-05-26 Yao Qi <yao@codesourcery.com>
12563
12564 * gdb.server/no-thread-db.exp: Specify source file name
12565 explicitly when setting a breakpoint.
12566
589fdceb
MM
125672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12568
12569 * gdb.btrace/vdso.c: New.
12570 * gdb.btrace/vdso.exp: New.
12571
e9089e05
MM
125722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12573
12574 * gdb.base/gcore.exp (capture_command_output): Move ...
12575 * lib/gdb.exp (capture_command_output): ... here.
12576
67b5c0c1
MM
125772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12578
12579 * gdb.btrace/data.exp: Test memory access during btrace replay.
12580
a2199296
SM
125812014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12582
12583 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12584
17b2616c
PA
125852014-05-21 Pedro Alves <palves@redhat.com>
12586
12587 PR gdb/13860
12588 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12589 (top level): Test that output related to execution commands is
12590 sent to the console with CLI commands, but not with MI commands.
12591 Test that breakpoint events are always mirrored to the console.
12592 Also expect the new source line to be output after a "next" in
12593 async mode too. Make it a pass/fail test.
12594 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12595 output.
12596 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12597
5166082f
PA
125982014-05-21 Pedro Alves <palves@redhat.com>
12599
12600 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12601 Use them to test variations of "list" after reaching a breakpoint.
12602 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12603 Test "list" with listsize 10 after reaching a breakpoint.
12604 * gdb.python/python.exp (decode_line current location line
12605 number): Adjust expected line number.
12606
2f25d70f
SM
126072014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12608
12609 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12610 behavior for $args, pass it directly to "run".
12611
ff604a67
MR
126122014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12613
12614 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12615 30000 to 65536.
12616
6a3cb8e8
PA
126172014-05-21 Pedro Alves <palves@redhat.com>
12618
12619 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12620 auto-connect-native-target off".
12621 * gdb.base/auto-connect-native-target.c: New file.
12622 * gdb.base/auto-connect-native-target.exp: New file.
12623
4ebfc96e
PA
126242014-05-21 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.base/default.exp: Test "target native" instead of "target
12627 child".
12628
36d46afb
MW
126292014-05-21 Mark Wielaard <mjw@redhat.com>
12630
12631 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12632
5876f503
JK
126332014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12634
12635 Fix TLS access for -static -pthread.
12636 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12637 <HAVE_TLS> (thread_function, main): Initialize it.
12638 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12639 Add clean_restart.
12640 <$have_tls != "">: Check TLSVAR.
12641
0256a6ac
PA
126422014-05-21 Pedro Alves <palves@redhat.com>
12643
12644 * gdb.base/dcache-line-read-error.c: New.
12645 * gdb.base/dcache-line-read-error.exp: New.
12646
936d2992
PA
126472014-05-20 Pedro Alves <palves@redhat.com>
12648
12649 * gdb.base/compare-sections.c: New file.
12650 * gdb.base/compare-sections.exp: New file.
12651
802e8e6d
PA
126522014-05-20 Pedro Alves <palves@redhat.com>
12653
12654 * gdb.base/break-idempotent.c: New file.
12655 * gdb.base/break-idempotent.exp: New file.
12656
e59fa00f
MM
126572014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12658
12659 * gdb.btrace/nohist.exp: New.
12660
8b696e31
YQ
126612014-05-20 Yao Qi <yao@codesourcery.com>
12662
12663 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12664 gdb.reverse directory and gdb_reverse_timeout exists in board
12665 setting.
12666 * README: Document gdb_reverse_timeout.
12667
73c9764f
YQ
126682014-05-20 Yao Qi <yao@codesourcery.com>
12669
12670 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12671 'test_file_name'. Treat args as a string instead of a list.
12672 (gdb_init): Rename argument 'args' by 'test_file_name'.
12673
f1f4348a
JK
126742014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12675
12676 * gdb.arch/powerpc-power.exp: New file.
12677 * gdb.arch/powerpc-power.s: New file.
12678
0dbe70ce
DE
126792014-05-16 Doug Evans <dje@google.com>
12680
12681 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
12682 * gdb.base/completion.exp: Check that all expected files exist
12683 before doing file completion.
0dbe70ce 12684
8d551b02
DE
126852014-05-16 Doug Evans <dje@google.com>
12686
12687 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12688 Update.
12689 (do_syscall_tests_without_xml): Update.
12690
73eb7709
PA
126912014-05-16 Pedro Alves <palves@redhat.com>
12692
12693 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12694 instead of "unknown output after running".
12695
3fae92fc
YQ
126962014-05-16 Yao Qi <yao@codesourcery.com>
12697
12698 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12699 file1.txt from host at the end.
12700 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12701
c2b2ccc5
DE
127022014-05-15 Doug Evans <dje@google.com>
12703
12704 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12705 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12706 loading file. Add test for TU lookup.
12707
8c217a4b
SM
127082014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12709
12710 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12711 calling "-exec-arguments" or "set args" before running the
12712 inferior.
12713
3deb39c6
SM
127142014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12715
12716 * lib/mi-support.exp (mi_expect_stop): Expect message for
12717 inferiors that exit with non-zero exit code.
12718
71a79f8c
YQ
127192014-05-14 Yao Qi <yao@codesourcery.com>
12720
12721 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12722 match absolute path on remote host.
12723 (test_file_list_exec_source_files): Remove "/" from the
12724 pattern.
12725
f23fcd46
YQ
127262014-05-14 Yao Qi <yao@codesourcery.com>
12727
12728 * boards/local-remote-host-notty.exp (${board}_file): New
12729 proc.
12730
9404b58f
KM
127312014-05-07 Kyle McMartin <kyle@redhat.com>
12732
12733 Pushed by Joel Brobecker <brobecker@adacore.com>.
12734 * gdb.arch/aarch64-atomic-inst.c: New file.
12735 * gdb.arch/aarch64-atomic-inst.exp: New file.
12736
5e45f04c
YQ
127372014-05-07 Yao Qi <yao@codesourcery.com>
12738
12739 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12740 in current context" too.
12741
c888a17d
KS
127422014-05-05 Keith Seitz <keiths@redhat.com>
12743
12744 * gdb.linespec/ls-dollar.exp: Add test for linespec
12745 file:convenience_variable.
12746
290a839c
YQ
127472014-05-05 Yao Qi <yao@codesourcery.com>
12748
12749 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12750 traceframes into tfile and ctf trace files. Read data from
12751 trace file and test collected data.
12752 (gdb_collect_locals_test): Likewise.
12753 (gdb_unavailable_registers_test): Likewise.
12754 (gdb_unavailable_floats): Likewise.
12755 (gdb_collect_globals_test): Likewise.
12756 (top-level): Append "ctf" to trace_file_targets if GDB
12757 supports.
12758
b5262cd0
YQ
127592014-05-05 Yao Qi <yao@codesourcery.com>
12760
12761 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12762 code to ...
12763 (gdb_collect_args_test_1): ... it. New proc.
12764 (gdb_collect_locals_test): Move some code to ...
12765 (gdb_collect_locals_test_1): ... it. New proc.
12766 (gdb_unavailable_registers_test): Move some code to ...
12767 (gdb_unavailable_registers_test_1): ... it. New proc.
12768 (gdb_unavailable_floats): Move some code to ...
12769 (gdb_unavailable_floats_1): ... it. New proc.
12770
30a1e6cc
SDJ
127712014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12772
12773 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12774 probes to test for bitness recognition.
12775 * gdb.arch/amd64-stap-optional-prefix.exp
12776 (test_probe_value_without_reg): New procedure.
12777 Add code to test for different kinds of bitness.
12778
f33da99a
SDJ
127792014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12780
12781 PR breakpoints/16889
12782 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12783 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12784
5b80f00d
PA
127852014-05-01 Pedro Alves <palves@redhat.com>
12786
12787 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12788 gdb_file_cmd if no file is specified.
12789 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12790 last_loaded_file to set the remote exec-file.
12791
f8c2a73c
PA
127922014-05-01 Pedro Alves <palves@redhat.com>
12793
12794 * boards/local-remote-host.exp: New file.
12795
be6e8ac7
PA
127962014-05-01 Pedro Alves <palves@redhat.com>
12797
12798 * boards/local-remote-host.exp: Rename to ...
12799 * boards/local-remote-host-notty.exp: ... this.
12800
cac0dc8f
JB
128012014-04-28 Joel Brobecker <brobecker@adacore.com>
12802
12803 * gdb.ada/dyn_arrayidx: New testcase.
12804
9730e6cc
YQ
128052014-04-26 Yao Qi <yao@codesourcery.com>
12806
12807 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12808 and compute the length of function main. Save it in
12809 $main_length.
12810 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12811 (top-level): Use gdb_compile to compile objects into
12812 executable and restart GDB. Remove invocation to
12813 prepare_for_testing.
12814
7ae1a6a6
PA
128152014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12816 Pedro Alves <palves@redhat.com>
12817
12818 PR server/16255
12819 * gdb.multi/multi-attach.c: New file.
12820 * gdb.multi/multi-attach.exp: New file.
12821
4082afcc
PA
128222014-04-25 Pedro Alves <palves@redhat.com>
12823
12824 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12825 user.
12826 (top level): Test that "set remote conditional-breakpoints-packet
12827 off" works as intended.
12828 * gdb.base/dprintf.exp: Test that "set remote
12829 breakpoint-commands-packet off" works as intended.
12830 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12831 New function.
12832 (top level): Call it.
12833 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12834 remote fast-tracepoints-packet off" works as intended.
12835 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12836 * lib/gdb.exp (gdb_is_target_remote): ... here.
12837
2abc3f8d
DB
128382014-04-24 David Blaikie <dblaikie@gmail.com>
12839
12840 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12841 ensure clang would not discard them.
12842 * gdb.base/gdbvars.c: Ditto.
12843 * gdb.base/memattr.c: Ditto.
12844 * gdb.base/whatis.c: Ditto.
12845 * gdb.python/py-prettyprint.c: Ditto.
12846 * gdb.trace/actions.c: Ditto.
12847 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12848 ensure clang would not discard it.
12849
bfd39632
DB
128502014-04-24 David Blaikie <dblaikie@gmail.com>
12851
12852 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12853 clang to emit the full definition of type required by the test
12854 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12855
22842ff6
DB
128562014-04-24 David Blaikie <dblaikie@gmail.com>
12857
12858 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12859 coax Clang into emitting the definition of the type.
12860 * gdb.cp/pr10728-x.h (y): Ditto.
12861 * gdb.cp/pr10728-y.cc (y): Ditto.
12862
c2e827ad
DB
128632014-04-24 David Blaikie <dblaikie@gmail.com>
12864
12865 * gdb.base/label.exp: XFAIL label related tests under Clang.
12866 * gdb.cp/cplabel.exp: Ditto.
12867 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12868 under Clang those using labels.
12869
4c2d33e7
YQ
128702014-04-25 Yao Qi <yao@codesourcery.com>
12871
12872 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12873 double_label.
12874 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12875 partial_label and double_label.
12876
56083b99
DB
128772014-04-24 David Blaikie <dblaikie@gmail.com>
12878
12879 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12880
25d4e99d
DB
128812014-04-24 David Blaikie <dblaikie@gmail.com>
12882
12883 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12884 of the function to work across GCC and Clang.
12885 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12886 pointer types (const void ** const V void **).
12887
01f9f808
MS
128882014-04-24 Michael Sturm <michael.sturm@mintel.com>
12889 Walfred Tedeschi <walfred.tedeschi@intel.com>
12890
12891 * Makefile.in (EXECUTABLES): Added i386-avx512.
12892 * gdb.arch/i386-avx512.c: New file.
12893 * gdb.arch/i386-avx512.exp: Likewise.
12894
4b48d439
KS
128952014-04-23 Keith Seitz <keiths@redhat.com>
12896
12897 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12898 (mi_make_breakpoint_table): New procedure.
12899 (mi_create_breakpoint): Use mi_make_breakpoint
12900 and return the result.
12901 (mi_make_breakpoint): New procedure.
12902 (mi_build_kv_pairs): New procedure.
12903
12904 * gdb.mi/mi-break.exp: Remove unused globals,
12905 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12906 All callers updated.
12907 * gdb.mi/mi-dprintf.exp: Use variable to track command
12908 number.
12909 Update all callers of mi_create_breakpoint and use
12910 mi_make_breakpoint_table.
12911 Remove any unused global variables.
12912 * gdb.mi/mi-nonstop.exp: Likewise.
12913 * gdb.mi/mi-nsintrall.exp: Likewise.
12914 * gdb.mi/mi-nsmoribund.exp: Likewise.
12915 * gdb.mi/mi-nsthrexec.exp: Likewise.
12916 * gdb.mi/mi-reverse.exp: Likewise.
12917 * gdb.mi/mi-simplerun.exp: Likewise.
12918 * gdb.mi/mi-stepn.exp: Likewise.
12919 * gdb.mi/mi-syn-frame.exp: Likewise.
12920 * gdb.mi/mi-until.exp: Likewise.
12921 * gdb.mi/mi-var-cp.exp: Likewise.
12922 * gdb.mi/mi-var-display.exp: Likewise.
12923 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12924 * gdb.mi/mi2-var-child.exp: Likewise.
12925 * gdb.mi/mi-vla-c99.exp: Likewise.
12926 * lib/mi-support.exp: Likewise.
12927
12928 From Ian Lance Taylor <iant@cygnus.com>:
12929 * lib/gdb.exp (parse_args): New procedure.
12930
08351840
PA
129312014-04-23 Pedro Alves <palves@redhat.com>
12932
12933 * gdb.base/break-unload-file.c: New file.
12934 * gdb.base/break-unload-file.exp: New file.
12935 * gdb.base/sym-file-lib.c (baz): New function.
12936 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12937 field.
12938 (load): Store the segment's mapped size.
12939 (unload): New function.
12940 (unload_shlib): New function.
12941 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12942 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12943 set a breakpoint at baz, and call it.
12944 * gdb.base/sym-file.exp: New tests for stale breakpoint
12945 instructions.
12946
076855f9
PA
129472014-04-23 Pedro Alves <palves@redhat.com>
12948
12949 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12950 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12951 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12952 * gdb.base/hbreak-unmapped.c: New file.
12953 * gdb.base/hbreak-unmapped.exp: New file.
12954 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12955 * lib/gdb.exp (gdb_is_target_remote): ... here.
12956
483805cf
PA
129572014-04-22 Pedro Alves <palves@redhat.com>
12958
12959 * gdb.base/consecutive-step-over.c: New file.
12960 * gdb.base/consecutive-step-over.exp: New file.
12961
06d97543
PA
129622014-04-22 Pedro Alves <palves@redhat.com>
12963
12964 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12965 instead of send_gdb/gdb_expect.
12966
b4429ea2
YQ
129672014-04-22 Yao Qi <yao@codesourcery.com>
12968
12969 * lib/trace-support.exp (generate_tracefile): New procedure.
12970 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12971 return 0.
12972 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12973 if generate_tracefile returns 1.
12974
51d48146
PA
129752014-04-18 Tom Tromey <palves@redhat.com>
12976 Pedro alves <tromey@redhat.com>
12977
12978 PR backtrace/15558
12979 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12980 with a backtrace limit.
12981 * gdb.python/py-frame-inline.exp: Test running to an inline
12982 function with a backtrace limit, and printing the newest frame.
12983 * gdb.python/py-frame-inline.c (main): Call f.
12984
bd1dce5f
MS
129852014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12986
12987 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12988
40d1a503
MS
129892014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12990
12991 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12992 Drop prefix from unsupported source file path.
12993
389b98f7
YQ
129942014-04-17 Yao Qi <yao@codesourcery.com>
12995
12996 * lib/gdb.exp (with_target_charset): New proc.
12997 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12998 with_target_charset.
12999 (test_print_strings): Likewise.
13000 (test_repeat_bytes): Likewise.
13001 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13002 for some tests.
13003
22869d73
KS
130042014-04-16 Keith Seitz <keiths@redhat.com>
13005
13006 PR gdb/15827
13007 * gdb.dwarf2/corrupt.c: New file.
13008 * gdb.dwarf2/corrupt.exp: New file.
13009
c4f87ca6
KS
130102014-04-16 Keith Seitz <keiths@redhat.com>
13011
13012 PR c++/16597
13013 * gdb.cp/namelessclass.cc: New file.
13014 * gdb.cp/namelessclass.exp: New file.
13015 * gdb.cp/namelessclass.S: New file.
13016
ab19de87
DE
130172014-04-16 Doug Evans <dje@google.com>
13018
13019 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13020 Add comment.
13021 (gdbserver_default_get_comm_port): New function.
13022 (gdbserver_start): Check if board file provided
13023 "gdbserver,get_comm_port" and use it if so.
13024 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13025 (gdb,socketport): Set to "stdio".
13026 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13027 (stdio_gdbserver_template): Delete.
13028 (${board}_get_remote_address): Update.
13029 (${board}_build_remote_cmd): Delete.
13030 (${board}_get_comm_port): New function.
13031 (${board}_spawn): Update.
13032 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13033 Delete.
13034 (${board}_get_remote_address): Update.
13035 (${board}_get_comm_port): New function.
13036
fc98a809
AB
130372014-04-16 Andrew Burgess <aburgess@broadcom.com>
13038
13039 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13040 appearing in any order.
13041
87fd9e6e
DE
130422014-04-15 Doug Evans <dje@google.com>
13043
13044 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13045 uninitialized value of "description".
13046
099fc3ea
KS
130472014-04-15 Keith Seitz <keiths@redhat.com>
13048
13049 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13050 Remove unused globals.
13051 (test_running_the_program): Likewise.
13052 (test_controlled_execution): Likewise.
13053 (test_controlling_breakpoints): Likewise.
13054 (test_program_termination): Likewise.
13055
5da151d4
KS
130562014-04-15 Keith Seitz <keiths@redhat.com>
13057
13058 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13059 unused globals.
13060 (test_rbreak_creation_and_listing): Likewise.
13061 (test_ignore_count): Likewise.
13062 (test_error): Likewise.
13063
35e5d2f0
PA
130642014-04-15 Pedro Alves <palves@redhat.com>
13065
13066 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13067 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13068 sym-file-loader.c.
13069 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13070 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13071 to sym-file-loader.c.
13072 (struct library): Forward declare.
13073 (load_shlib, lookup_function): Change prototypes.
13074 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13075 (translate_offset): Remove declarations.
13076 (get_text_addr): New declaration.
13077 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13078 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13079 sym-file-loader.h.
13080 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13081 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13082 here from sym-file-loader.h.
13083 (struct library): New structure.
13084 (load_shlib, lookup_function): Change prototypes and adjust to
13085 work with a struct library.
13086 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13087 (translate_offset): Make static.
13088 (get_text_addr): New function.
13089 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13090
eb4c1710
PA
130912014-04-15 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13094
2d1baf52
PA
130952014-04-15 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.base/sym-file-loader.c: Include <limits.h>.
13098 (SELF_LINK): New define.
13099 (get_origin): New function.
13100 (load_shlib): Use it.
13101 * gdb.base/sym-file.exp: Don't early return if the target is
13102 remote. Use runto_main, and issue fail is that fails. Use
13103 gdb_load_shlibs.
13104 (shlib_name): Delete.
13105 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13106
7dd6df01
PA
131072014-04-15 Pedro Alves <palves@redhat.com>
13108
13109 * gdb.base/sym-file.exp: Remove regex characters from test
13110 message. Don't refer to breakpoint numbers in test messages.
13111
b50c8614
KS
131122014-04-14 Keith Seitz <keiths@redhat.com>
13113
13114 PR c++/16253
13115 * gdb.cp/var-tag.cc: New file.
13116 * gdb.cp/var-tag.exp: New file.
13117 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13118 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13119 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13120 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13121
3d567982
TT
131222014-04-14 Tom Tromey <tromey@redhat.com>
13123
13124 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13125 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13126 type.
13127 * gdb.cp/enum-class.exp: New file.
13128 * gdb.cp/enum-class.cc: New file.
13129
0626fc76
TT
131302014-04-14 Tom Tromey <tromey@redhat.com>
13131
13132 * gdb.dwarf2/enum-type.exp: New file.
13133
dca325b3
SA
131342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13135
13136 * gdb.mi/mi-vla-c99.exp: New file.
13137 * gdb.mi/vla.c: New file.
13138
5854b38a
SA
131392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13140
13141 * gdb.base/vla-datatypes.c: New file.
13142 * gdb.base/vla-datatypes.exp: New file.
13143
463bb957
SA
131442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13145
13146 * gdb.base/vla-ptr.c: New file.
13147 * gdb.base/vla-ptr.exp: New file.
13148
3dd170be
SA
131492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13150
13151 * gdb.dwarf2/count.exp: New file.
13152
5ecaaa66
SA
131532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13154
13155 * gdb.base/vla-sideeffect.c: New file.
13156 * gdb.base/vla-sideeffect.exp: New file.
13157
41f1ada5
DB
131582014-04-14 David Blaikie <dblaikie@gmail.com>
13159
13160 * gdb.mi/non-stop.c: Add return value for non-void function return
13161 statement.
13162 * gdb.threads/staticthreads.c: Ditto.
13163
0be03e84
DE
131642014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13165 Doug Evans <xdje42@gmail.com>
13166
13167 * gdb.guile/scm-value.c: Improve test case.
13168 * gdb.guile/scm-value.exp: Add new test.
13169
f180a1fb
DB
131702014-04-11 David Blaikie <dblaikie@gmail.com>
13171
13172 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13173 override Clang's default.
13174
6b662e19
JB
131752014-04-11 Joel Brobecker <brobecker@adacore.com>
13176
13177 Revert the following changes (regressions):
13178
13179 * gdb.base/vla-sideeffect.c: New file.
13180 * gdb.base/vla-sideeffect.exp: New file.
13181
13182 * gdb.dwarf2/count.exp: New file.
13183
13184 * gdb.base/vla-multi.c: New file.
13185 * gdb.base/vla-multi.exp: New file.
13186
13187 * gdb.base/vla-ptr.c: New file.
13188 * gdb.base/vla-ptr.exp: New file.
13189
13190 * gdb.base/vla-datatypes.c: New file.
13191 * gdb.base/vla-datatypes.exp: New file.
13192
13193 * gdb.mi/mi-vla-c99.exp: New file.
13194 * gdb.mi/vla.c: New file.
13195
245a5f0b
KS
131962014-04-11 Keith Seitz <keiths@redhat.com>
13197
13198 PR c++/16675
13199 * gdb.cp/cpsizeof.exp: New file.
13200 * gdb.cp/cpsizeof.cc: New file.
13201
58a84dcf
SA
132022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13203
191a8a90
JB
13204 * gdb.mi/mi-vla-c99.exp: New file.
13205 * gdb.mi/vla.c: New file.
58a84dcf 13206
c8655f75
SA
132072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13208
13209 * gdb.base/vla-datatypes.c: New file.
13210 * gdb.base/vla-datatypes.exp: New file.
13211
024e13b4
SA
132122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13213
13214 * gdb.base/vla-ptr.c: New file.
13215 * gdb.base/vla-ptr.exp: New file.
13216
1a237e0e
SA
132172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13218
13219 * gdb.base/vla-multi.c: New file.
13220 * gdb.base/vla-multi.exp: New file.
13221
504f3432
SA
132222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13223
13224 * gdb.dwarf2/count.exp: New file.
13225
3bce8237
SA
132262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13227
191a8a90
JB
13228 * gdb.base/vla-sideeffect.c: New file.
13229 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 13230
322f9c21
YQ
132312014-04-11 Yao Qi <yao@codesourcery.com>
13232
13233 * gdb.base/completion.exp: Check file exists before running tests
13234 on file completion.
13235
d708bcd1
PA
132362014-04-10 Pedro Alves <palves@redhat.com>
13237
13238 * gdb.base/cond-eval-mode.c: New file.
13239 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13240 prepare_for_testing to build the new file. Check result of
13241 runto_main.
13242 (test_break, test_watch): New procedures.
13243 (top level): Use them.
13244
ae1d2761
PM
132452014-04-08 Pierre Muller <muller@sourceware.org>
13246
13247 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13248 Ctrl-V use for mingw hosts.
13249
7af389b8
SC
132502014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13251
13252 * gdb.python/py-value.c: Improve test case.
13253 * gdb.python/py-value.exp: Add new test.
13254
5e703181
DE
132552014-04-07 David Blaikie <dblaikie@gmail.com>
13256
13257 * lib/compiler.c: Identify the clang compiler.
13258 * lib/compiler.cc: Ditto.
13259
9810b410
YQ
132602014-04-03 Yao Qi <yao@codesourcery.com>
13261
13262 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13263
98d1b8dc
AB
132642014-04-01 Anton Blanchard <anton@samba.org>
13265
13266 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13267 messages unique.
13268
3114cea1
AB
132692014-04-01 Anton Blanchard <anton@samba.org>
13270
13271 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13272 prepare_for_testing.
13273
62f7182c
AB
132742014-04-01 Anton Blanchard <anton@samba.org>
13275
13276 * gdb.arch/ppc64-atomic-inst.c: Remove.
13277 * gdb.arch/ppc64-atomic-inst.S: New file.
13278 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13279
770e7fc7
DE
132802014-03-31 Doug Evans <dje@google.com>
13281
13282 * gdb.base/print-symbol-loading-lib.c: New file.
13283 * gdb.base/print-symbol-loading-main.c: New file.
13284 * gdb.base/print-symbol-loading.exp: New file.
13285
46e2bafa
YQ
132862014-03-31 Yao Qi <yao@codesourcery.com>
13287
13288 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13289
8776cfe9
JB
132902014-03-28 Joel Brobecker <brobecker@adacore.com>
13291
13292 * gdb.ada/mi_dyn_arr: New testcase.
13293
5d1ef361
DE
132942014-03-27 Doug Evans <dje@google.com>
13295
13296 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13297
b5bee914
YQ
132982014-03-27 Yao Qi <yao@codesourcery.com>
13299
13300 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13301 if target is nios2-*-*.
13302
0d4d0e77
YQ
133032014-03-26 Yao Qi <yao@codesourcery.com>
13304
13305 * lib/gdb.exp (readline_is_used): New proc.
13306 * gdb.base/completion.exp: Move tests on command complete up.
13307 Skip the rest of tests if readline is not used.
13308 * gdb.ada/complete.exp: Skp the test if readline is not
13309 used.
13310 * gdb.base/filesym.exp: Likewise.
13311 * gdb.base/macscp.exp: Likewise.
13312 * gdb.base/readline-ask.exp: Likewise.
13313 * gdb.base/readline.exp: Likewise.
13314 * gdb.python/py-cmd.exp: Likewise.
13315 * gdb.trace/tfile.exp: Likewise.
13316
29361eee
YQ
133172014-03-26 Yao Qi <yao@codesourcery.com>
13318
13319 * gdb.base/macscp.exp: Fix code format issues.
13320
bc9a5525
UW
133212014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13322
13323 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13324 * gdb.asm/powerpc64le.inc: New file.
13325
d3839ede
PA
133262014-03-25 Pedro Alves <palves@redhat.com>
13327 Doug Evans <dje@google.com>
13328
13329 * gdb.base/source-execution.c: New file.
13330 * gdb.base/source-execution.exp: New file.
13331 * gdb.base/source-execution.gdb: New file.
13332
01672a57
DE
133332014-03-24 Doug Evans <dje@google.com>
13334
13335 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13336 using fission.
13337
88bbeca9
HZ
133382014-03-24 Hui Zhu <hui@codesourcery.com>
13339 Pedro Alves <palves@redhat.com>
13340
13341 PR breakpoints/16101
13342 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13343 test pass/fail messages. Detect missing support for dprintf when
13344 breakpoints are actually inserted.
13345 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13346 breakpoints are actually inserted.
13347 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13348 fails.
13349
d2348791
JK
133502014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13351
13352 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13353
feef67ab
DE
133542014-03-22 Doug Evans <xdje42@gmail.com>
13355
13356 * gdb.python/python.exp (python not supported): Verify multi-line
13357 python command issues an error.
25d743f9 13358 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 13359 guile command issues an error.
feef67ab 13360
ecebef6a
MR
133612014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13362
13363 * gdb.threads/thread-specific.exp: Handle the lack of usable
13364 $this_breakpoint and $this_thread.
13365
ccdd1909
HZ
133662014-03-21 Hui Zhu <hui@codesourcery.com>
13367
13368 * gdb.base/attach.exp (do_command_attach_tests): New.
13369
beb460e8
PA
133702014-03-20 Tom Tromey <tromey@redhat.com>
13371 Pedro Alves <palves@redhat.com>
13372
13373 PR cli/15718
13374 * gdb.base/condbreak-call-false.c: New file.
13375 * gdb.base/condbreak-call-false.exp: New file.
13376
40acf43a
PA
133772014-03-20 Pedro Alves <palves@redhat.com>
13378
13379 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13380 Delete.
13381 (block_signals, unblock_signals): Delete.
13382 (child_function_2, main): Remove references to deleted variable
13383 and functions.
13384
9f5e1e02
PA
133852014-03-20 Pedro Alves <palves@redhat.com>
13386
13387 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13388 Use pthread_kill to signal thread 2.
13389 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13390 Adjust to make the test send itself a signal rather than using the
13391 host's "kill" command.
13392
99619bea
PA
133932014-03-20 Pedro Alves <palves@redhat.com>
13394
13395 * gdb.threads/multiple-step-overs.c: New file.
13396 * gdb.threads/multiple-step-overs.exp: New file.
13397 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13398 Adjust expected infrun debug output.
13399
2adfaa28
PA
134002014-03-20 Pedro Alves <palves@redhat.com>
13401
13402 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13403 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13404
31e77af2
PA
134052014-03-20 Pedro Alves <palves@redhat.com>
13406
13407 PR breakpoints/7143
13408 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13409 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13410 of gdb_test_multiple.
13411 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13412 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13413
b9f437de
PA
134142014-03-20 Pedro Alves <palves@redhat.com>
13415
13416 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13417 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13418
05adc73e
PA
134192014-03-19 Pedro Alves <palves@redhat.com>
13420
13421 * gdb.base/async.exp: Remove early return.
13422
6048b950
PA
134232014-03-19 Pedro Alves <palves@redhat.com>
13424
13425 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13426
8bcfb00a
PA
134272014-03-19 Pedro Alves <palves@redhat.com>
13428
13429 * gdb.base/async.exp (test_background): Expect \r\n after
13430 "completed." in the fail pattern.
13431
884e37dc
PA
134322014-03-19 Pedro Alves <palves@redhat.com>
13433
13434 * gdb.base/async.exp (test_background): New procedure.
13435 Use it for all background execution command tests.
13436
148e57e2
PA
134372014-03-19 Pedro Alves <palves@redhat.com>
13438
13439 * gdb.base/async.exp: Use prepare_for_testing.
13440
f48088c7
PA
134412014-03-19 Pedro Alves <palves@redhat.com>
13442
13443 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13444 the same line.
13445
e2f6c966
PA
134462014-03-19 Pedro Alves <palves@redhat.com>
13447
13448 * gdb.base/async.c (main): Add "jump here" and "until here" line
13449 marker comments.
13450 * gdb.base/async.exp (jump_here): New global.
13451 (jump& test): Use it.
13452 (until_here): New global.
13453 (until& test): Use it.
13454
c30568d4
PA
134552014-03-19 Pedro Alves <palves@redhat.com>
13456
13457 * gdb.base/async.exp: Don't frob gdb_protocol.
13458
0172b6a7
DE
134592014-03-18 Doug Evans <xdje42@gmail.com>
13460
13461 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13462 Fix spelling of exec-done-display.
13463
06c868a8
JK
134642014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13465
13466 PR gdb/15358
13467 * gdb.base/gdb-sigterm.c: New file.
13468 * gdb.base/gdb-sigterm.exp: New file.
13469
0c7e1a46
PA
134702014-03-18 Pedro Alves <palves@redhat.com>
13471
13472 PR gdb/13860
13473 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13474 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13475 solib-event.
13476
f7c77d93
JB
134772014-03-17 Joel Brobecker <brobecker@adacore.com>
13478
13479 * gdb.ada/pckd_arr_ren: New testcase.
13480
5a1e8c7a
DE
134812014-03-13 Doug Evans <xdje42@gmail.com>
13482
13483 PR guile/16612
13484 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13485 collect after discarding symbols.
13486
350e1a76
DE
134872014-03-13 Ludovic Courtès <ludo@gnu.org>
13488 Doug Evans <xdje42@gmail.com>
13489
13490 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13491 to history survives a gc.
13492
a69900ae
PA
134932014-03-13 Pedro Alves <palves@redhat.com>
13494
13495 * gdb.base/default.exp: Don't test "target procfs".
13496
5db9f0bd
PA
134972014-03-13 Pedro Alves <palves@redhat.com>
13498
13499 * gdb.base/default.exp: Update "target child" and "target procfs"
13500 tests to not expect "Unix".
13501
b3ccfe11
TT
135022014-03-12 Tom Tromey <tromey@redhat.com>
13503
13504 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13505 New procs. Add target-async tests.
13506 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13507 Add target-async tests.
13508
646f4417
AA
135092014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13510
13511 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13512 'func_start' and 'func_end' for the beginning and end of the
13513 function code, respectively.
13514 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13515 'func_end' instead of 'func' and 'main'.
13516
288c211f
AA
135172014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13518
13519 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13520 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13521 generate the debug info assembler source.
13522
e0c0f156
AA
135232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13524
13525 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13526 * gdb.dwarf2/arr-subrange.exp: Likewise.
13527 * gdb.dwarf2/dwz.exp: Likewise.
13528 * gdb.dwarf2/method-ptr.exp: Likewise.
13529 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13530 * gdb.dwarf2/subrange.exp: Likewise.
13531 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13532 * gdb.dwarf2/implptrpiece.exp: Likewise.
13533 * gdb.dwarf2/nostaticblock.exp: Likewise.
13534
0e5c4555
AA
135352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13536
13537 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13538 directory to absolute path name arguments.
13539
5ec18f2b
JG
135402014-03-10 Joel Brobecker <brobecker@adacore.com>
13541
13542 * gdb.ada/tagged_access: New testcase.
13543
847fc4f2
MM
135442014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13545
13546 * gdb.btrace/data.exp: Update expected output.
13547
cc3da688
YQ
135482014-03-06 Yao Qi <yao@codesourcery.com>
13549
13550 * gdb.trace/pr16508.exp: New file.
13551
0f26cec1
PA
135522014-03-05 Pedro Alves <palves@redhat.com>
13553
13554 PR gdb/16575
13555 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13556 procedure.
13557 (top level): Adjust to use it. Add tests that exercise breakpoint
13558 interaction with the code-cache.
13559
7a5a839f
LC
135602014-02-26 Ludovic Courtès <ludo@gnu.org>
13561
13562 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13563 test for 'history-append!'.
13564
31aa7e4e
JB
135652014-02-26 Joel Brobecker <brobecker@adacore.com>
13566
13567 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13568 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13569 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13570 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13571 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13572 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13573
1b588015
JB
135742014-02-26 Joel Brobecker <brobecker@adacore.com>
13575
13576 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13577 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13578 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13579
55426c9d
JB
135802014-02-26 Joel Brobecker <brobecker@adacore.com>
13581
13582 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13583
dc53a7ad
JB
135842014-02-26 Joel Brobecker <brobecker@adacore.com>
13585
13586 * gdb.dwarf2/arr-stride.c: New file.
13587 * gdb.dwarf2/arr-stride.exp: New file.
13588
12ab52e9
PA
135892014-02-26 Pedro Alves <palves@redhat.com>
13590
13591 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13592 that won't ever trigger. Make sure that GDB reports the correct
13593 breakpoint that caused the stop.
13594
849c862e
JK
135952014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13596
13597 PR gdb/16626
13598 * gdb.base/auto-load-script: New file.
13599 * gdb.base/auto-load.c: New file.
13600 * gdb.base/auto-load.exp: New file.
13601
71b7d793
JK
13602 PR gdb/16626
13603 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13604
e2f0d509
JK
136052014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13606
13607 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13608 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13609
50cc37c8
DE
136102014-02-24 Doug Evans <dje@google.com>
13611
13612 * lib/gdb.exp (run_on_host): Log error output if program fails.
13613
ea4758f2
PA
136142014-02-21 Pedro Alves <palves@redhat.com>
13615
13616 * gdb.threads/step-after-sr-lock.c: Rename to ...
13617 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13618 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13619 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13620 ... this.
13621
d7b30f67
SDJ
136222014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13623
13624 PR tdep/16397
13625 * gdb.arch/amd64-stap-special-operands.exp: New file.
13626 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13627 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13628 * gdb.arch/amd64-stap-triplet.S: Likewise.
13629 * gdb.arch/amd64-stap-triplet.c: Likewise.
13630
83deb43f
JB
136312014-02-20 Joel Brobecker <brobecker@adacore.com>
13632
13633 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13634 in .section pseudo-op.
13635
adde2bff
DE
136362014-02-20 lin zuojian <manjian2006@gmail.com>
13637 Joel Brobecker <brobecker@adacore.com>
13638 Doug Evans <xdje42@gmail.com>
13639
13640 PR symtab/16581
13641 * gdb.dwarf2/dw2-icycle.S: New file.
13642 * gdb.dwarf2/dw2-icycle.c: New file.
13643 * gdb.dwarf2/dw2-icycle.exp: New file.
13644
f7bd0f78
SC
136452014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13646
13647 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13648 operations on gdb.Value objects.
13649 * gdb.python/py-value-cc.exp: Add new test to test operations on
13650 gdb.Value objects.
13651
c17ef0d5
DE
136522014-02-18 Doug Evans <dje@google.com>
13653
13654 * Makefile.in (TESTS): New variable.
13655 (expanded_tests, expanded_tests_or_none): New variables
13656 (check-single): Pass $(expanded_tests_or_none) to runtest.
13657 (check-parallel): Only run tests in $(TESTS) if non-empty.
13658 (check/no-matching-tests-found): New rule.
13659 * README: Document TESTS makefile variable.
13660
5dd3176f
DE
136612014-02-18 Doug Evans <dje@google.com>
13662
13663 * Makefile.in (check-parallel): rm -rf outputs temp.
13664
0b10be4f
JK
136652014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13666
13667 Fix "ERROR: no fileid for" in the testsuite.
13668 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13669
85f224e7
DE
136702014-02-12 Doug Evans <dje@google.com>
13671
13672 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13673 (MISCELLANEOUS): New variable.
13674 (clean): rm -rf $(MISCELLANEOUS).
13675 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13676 dwp live in the same directory as symlinks, with each symlink pointed
13677 to a differently named file in a different directory.
13678
149b30ff
DE
136792014-02-11 Doug Evans <dje@google.com>
13680
13681 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13682 of Tcl file commands.
13683
1dfdac32
MK
136842014-02-10 Mark Kettenis <kettenis@gnu.org>
13685
13686 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13687 "kill -SIGUSR1 -1".
13688
aa4fb036
JB
136892014-02-10 Joel Brobecker <brobecker@adacore.com>
13690
13691 * gdb.ada/tick_length_array_enum_idx: New testcase.
13692
ed3ef339
DE
136932014-02-10 Doug Evans <xdje42@gmail.com>
13694
13695 * configure.ac (AC_OUTPUT): Add gdb.guile.
13696 * configure: Regenerate.
13697 * lib/gdb-guile.exp: New file.
13698 * lib/gdb.exp (get_target_charset): New function.
13699 * gdb.base/help.exp: Update expected output from "apropos apropos".
13700 * gdb.guile/Makefile.in: New file.
13701 * gdb.guile/guile.exp: New file.
13702 * gdb.guile/scm-arch.c: New file.
13703 * gdb.guile/scm-arch.exp: New file.
13704 * gdb.guile/scm-block.c: New file.
13705 * gdb.guile/scm-block.exp: New file.
13706 * gdb.guile/scm-breakpoint.c: New file.
13707 * gdb.guile/scm-breakpoint.exp: New file.
13708 * gdb.guile/scm-disasm.c: New file.
13709 * gdb.guile/scm-disasm.exp: New file.
13710 * gdb.guile/scm-equal.c: New file.
13711 * gdb.guile/scm-equal.exp: New file.
13712 * gdb.guile/scm-error.exp: New file.
13713 * gdb.guile/scm-error.scm: New file.
13714 * gdb.guile/scm-frame-args.c: New file.
13715 * gdb.guile/scm-frame-args.exp: New file.
13716 * gdb.guile/scm-frame-args.scm: New file.
13717 * gdb.guile/scm-frame-inline.c: New file.
13718 * gdb.guile/scm-frame-inline.exp: New file.
13719 * gdb.guile/scm-frame.c: New file.
13720 * gdb.guile/scm-frame.exp: New file.
13721 * gdb.guile/scm-generics.exp: New file.
13722 * gdb.guile/scm-gsmob.exp: New file.
13723 * gdb.guile/scm-iterator.c: New file.
13724 * gdb.guile/scm-iterator.exp: New file.
13725 * gdb.guile/scm-math.c: New file.
13726 * gdb.guile/scm-math.exp: New file.
13727 * gdb.guile/scm-objfile-script-gdb.in: New file.
13728 * gdb.guile/scm-objfile-script.c: New file.
13729 * gdb.guile/scm-objfile-script.exp: New file.
13730 * gdb.guile/scm-objfile.c: New file.
13731 * gdb.guile/scm-objfile.exp: New file.
13732 * gdb.guile/scm-ports.exp: New file.
13733 * gdb.guile/scm-pretty-print.c: New file.
13734 * gdb.guile/scm-pretty-print.exp: New file.
13735 * gdb.guile/scm-pretty-print.scm: New file.
13736 * gdb.guile/scm-section-script.c: New file.
13737 * gdb.guile/scm-section-script.exp: New file.
13738 * gdb.guile/scm-section-script.scm: New file.
13739 * gdb.guile/scm-symbol.c: New file.
13740 * gdb.guile/scm-symbol.exp: New file.
13741 * gdb.guile/scm-symtab-2.c: New file.
13742 * gdb.guile/scm-symtab.c: New file.
13743 * gdb.guile/scm-symtab.exp: New file.
13744 * gdb.guile/scm-type.c: New file.
13745 * gdb.guile/scm-type.exp: New file.
13746 * gdb.guile/scm-value-cc.cc: New file.
13747 * gdb.guile/scm-value-cc.exp: New file.
13748 * gdb.guile/scm-value.c: New file.
13749 * gdb.guile/scm-value.exp: New file.
13750 * gdb.guile/source2.scm: New file.
13751 * gdb.guile/types-module.cc: New file.
13752 * gdb.guile/types-module.exp: New file.
13753
7026a7c1
YQ
137542014-02-10 Yao Qi <yao@codesourcery.com>
13755
13756 PR testsuite/16543
13757 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13758 * configure: Regenerated.
13759 * Makefile.in: New file.
13760
6c466447
AS
137612014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13762
13763 * gdb.python/py-framefilter.exp: Fix typo.
13764
6e854735
YQ
137652014-02-08 Yao Qi <yao@codesourcery.com>
13766
13767 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13768 that no =breakpoint-modified is emitted when breakpoints are
13769 modified through MI commands.
13770
d137e6dc
PA
137712014-02-07 Pedro Alves <pedro@codesourcery.com>
13772 Pedro Alves <palves@redhat.com>
13773
13774 * gdb.threads/step-after-sr-lock.c: New file.
13775 * gdb.threads/step-after-sr-lock.exp: New file.
13776
b5ee5a50
PA
137772014-02-07 Pedro Alves <palves@redhat.com>
13778
13779 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13780
3c77faf3
JK
137812014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13782
13783 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13784 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13785
6dddc817
DE
137862014-02-06 Doug Evans <xdje42@gmail.com>
13787
13788 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13789 output.
13790
13791 * gdb.gdb/python-interrupts.exp: New file.
13792
de7b2893
YQ
137932014-02-05 Yao Qi <yao@codesourcery.com>
13794
13795 * gdb.trace/report.exp (use_collected_data): Test the output
13796 of "info threads" and "info inferiors".
13797
66d032ac
YQ
137982014-02-05 Yao Qi <yao@codesourcery.com>
13799
13800 Revert this patch:
13801
13802 2013-05-24 Yao Qi <yao@codesourcery.com>
13803
13804 * gdb.trace/tfile.exp: Test inferior and thread.
13805
591a12a1
UW
138062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13807
13808 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13809 on a function.
13810 * gdb.base/step-bt.c: Call hello via function pointer to make
13811 sure its first instruction is executed on powerpc64le-linux.
13812
0ff3e01f
UW
138132014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13814
13815 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13816
084ee545
UW
138172014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13818
13819 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13820 of the test patterns for use on little-endian systems.
13821
6ed14ff3
UW
138222014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13823
13824 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13825 (decimal_vector): Fix for little-endian.
13826
401e27fd
JM
138272014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13828
13829 * gdb.arch/sparc-sysstep.exp: New file.
13830 * gdb.arch/sparc-sysstep.c: Likewise.
13831
13832 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13833
8b924729
EBM
138342014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13835
13836 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13837
fb151210
JB
138382014-01-23 Tom Tromey <tromey@redhat.com>
13839
13840 * gdb.ada/array_char_idx: New testcase.
13841
0740f8d8
TT
138422014-01-23 Tom Tromey <tromey@redhat.com>
13843
13844 PR python/16487:
13845 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13846 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13847 classes.
13848
21909fa1
TT
138492014-01-23 Tom Tromey <tromey@redhat.com>
13850
13851 PR python/16491:
13852 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13853 string from an inferior frame.
13854 * gdb.python/py-framefilter-mi.exp: Update.
13855
87ce2a04
DE
138562014-01-22 Doug Evans <dje@google.com>
13857
13858 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13859
237b092b
AA
138602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13861
13862 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13863
d674a709
AA
138642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13865
13866 * gdb.trace/entry-values.exp: Remove excess space character from
13867 regex patterns. Handle s390 call instruction.
13868
20fa3390
AA
138692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13870
13871 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13872 define "*_start" label. Make "name" static.
13873 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13874 ${name} by references to ${name}_start.
13875
78466714
AA
138762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13877
13878 * gdb.base/info-macros.exp: Remove "debug" from the compile
13879 options.
13880
ec9f644a
IB
138812014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13882
13883 * gdb.dlang/demangle.exp: New file.
13884
94b1b47e
IB
138852014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13886
13887 * gdb.dlang/primitive-types.exp: New file.
13888
7f420862
IB
138892014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13890
13891 * configure.ac: Create gdb.dlang/Makefile.
13892 * configure: Regenerate.
13893 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13894 * gdb.dlang/Makefile.in: New file.
13895 * lib/d-support.exp: New file.
13896 * lib/gdb.exp (skip_d_tests): New proc.
13897
52834460
MM
138982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13899
13900 * gdb.btrace/delta.exp: Check reverse stepi.
13901 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13902 * gdb.btrace/finish.exp: New.
13903 * gdb.btrace/next.exp: New.
13904 * gdb.btrace/nexti.exp: New.
13905 * gdb.btrace/record_goto.c: Add comments.
13906 * gdb.btrace/step.exp: New.
13907 * gdb.btrace/stepi.exp: New.
13908 * gdb.btrace/multi-thread-step.c: New.
13909 * gdb.btrace/multi-thread-step.exp: New.
13910 * gdb.btrace/rn-dl-bind.c: New.
13911 * gdb.btrace/rn-dl-bind.exp: New.
13912 * gdb.btrace/data.c: New.
13913 * gdb.btrace/data.exp: New.
13914 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13915
6e07b1d2
MM
139162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13917
13918 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13919 * gdb.btrace/exception.exp: Update.
13920 * gdb.btrace/instruction_history.exp: Update.
13921 * gdb.btrace/record_goto.exp: Update.
13922 * gdb.btrace/tailcall.exp: Update.
13923 * gdb.btrace/unknown_functions.exp: Update.
13924 * gdb.btrace/delta.exp: New.
13925
0b722aec
MM
139262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13927
13928 * gdb.btrace/record_goto.exp: Add backtrace test.
13929 * gdb.btrace/tailcall.exp: Add backtrace test.
13930
066ce621
MM
139312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13932
13933 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13934 * gdb.btrace/record_goto.c: New.
13935 * gdb.btrace/record_goto.exp: New.
13936 * gdb.btrace/x86-record_goto.S: New.
13937
0688d04e
MM
139382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13939
13940 * gdb.btrace/function_call_history.exp: Update tests.
13941 * gdb.btrace/instruction_history.exp: Update tests.
13942
8710b709
MM
139432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13944
13945 * gdb.btrace/function_call_history.exp: Fix expected field
13946 order for "record function-call-history".
13947 Add new tests for "record function-call-history /c".
13948 * gdb.btrace/exception.cc: New.
13949 * gdb.btrace/exception.exp: New.
13950 * gdb.btrace/tailcall.exp: New.
13951 * gdb.btrace/x86-tailcall.S: New.
13952 * gdb.btrace/x86-tailcall.c: New.
13953 * gdb.btrace/unknown_functions.c: New.
13954 * gdb.btrace/unknown_functions.exp: New.
13955 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13956
5de9129b
MM
139572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13958
13959 * gdb.btrace/instruction_history.exp: Update.
13960 * gdb.btrace/function_call_history.exp: Update.
13961
23a7fe75
MM
139622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13963
13964 * gdb.btrace/function_call_history.exp: Fix expected function
13965 trace.
13966 * gdb.btrace/instruction_history.exp: Initialize traced.
13967 Remove traced_functions.
13968
724c7dd8
MM
139692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13970
13971 * gdb.btrace/function_call_history.exp: Update
13972 * gdb.btrace/instruction_history.exp: Update.
13973
6d78d93b
MM
139742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13975
13976 * gdb.btrace/enable.exp: Update expected text.
13977
93a360cc
OJ
139782014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13979
13980 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13981 bytes.
13982
3772b53f
MR
139832014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13984
13985 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13986
596662fa
OJ
139872014-01-15 Omair Javaid <omair.javaid@linaro.org>
13988
13989 * lib/gdb.exp (supports_process_record): Return true for
13990 arm*-linux*. (supports_reverse): Likewise.
13991
b5b08fb4
SC
139922014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13993
13994 PR python/15464
13995 PR python/16113
13996 * gdb.python/py-type.c: Enhance test case.
13997 * gdb.python/py-value-cc.cc: Likewise
13998 * gdb.python/py-type.exp: Add new tests.
13999 * gdb.python/py-value-cc.exp: Likewise
14000
52d7fb13
AA
140012014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14002 Pedro Alves <palves@redhat.com>
14003
14004 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14005 Make "name" extern.
14006 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14007 references to ${name}_start by references to ${name}.
14008
a2cd8cfe
JB
140092014-01-10 Joel Brobecker <brobecker@adacore.com>
14010
14011 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14012
4e23fced
JB
140132014-01-10 Joel Brobecker <brobecker@adacore.com>
14014
14015 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14016
c6a9e42c
PA
140172014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14018 Pedro Alves <palves@redhat.com>
14019
14020 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14021 mi_gdb_target_load.
c6a9e42c 14022
b7ea362b
PA
140232014-01-08 Pedro Alves <palves@redhat.com>
14024
14025 * gdb.threads/reconnect-signal.c: New file.
14026 * gdb.threads/reconnect-signal.exp: New file.
14027
5e3f4fab
EBM
140282014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14029
14030 * gdb.base/source-dir.exp: New file.
14031
79301218
JB
140322014-01-07 Joel Brobecker <brobecker@adacore.com>
14033
14034 * gdb.ada/mi_interface: New testcase.
14035
8e355c5d
JB
140362014-01-07 Joel Brobecker <brobecker@adacore.com>
14037
14038 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14039 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14040 gdb.ada/pp-rec-component/pck.ads: New files.
14041
c0d48811
JB
140422014-01-07 Joel Brobecker <brobecker@adacore.com>
14043
14044 * gdb.python/py-pp-integral.c: New file.
14045 * gdb.python/py-pp-integral.py: New file.
14046 * gdb.python/py-pp-integral.exp: New file.
14047
17b609c3 14048For older changes see ChangeLog-1993-2013.
c906108c 14049\f
8d8cb839
EZ
14050;; Local Variables:
14051;; mode: change-log
14052;; left-margin: 8
14053;; fill-column: 74
14054;; version-control: never
14055;; End:
902f2ccb 14056
e2882c85 14057 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14058 Copying and distribution of this file, with or without modification,
14059 are permitted provided the copyright notice and this notice are preserved.