Don't elide all inlined frames
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-05-17 Keith Seitz <keiths@redhat.com>
2
3 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4 in expected breakpoint stop locations.
5 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6 move to proper scope to test variable values.
7 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
8 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9 New functions.
10 (main): Call not_inline_func3.
11 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
12 inline_func1, inline_func2, and inline_func3. Test that when each
13 breakpoint is hit, GDB properly reports both the stop location
14 and the backtrace. Repeat tests for temporary breakpoints.
15
16 2018-05-15 Maciej W. Rozycki <macro@mips.com>
17
18 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
19 rather then trying to access it in determining whether the PID
20 of `gdbserver' could have been retrieved.
21
22 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
23
24 * gdb.arch/amd64-init-x87-values.S: New file.
25 * gdb.arch/amd64-init-x87-values.exp: New file.
26
27 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
28
29 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
30
31 2018-05-04 Tom Tromey <tom@tromey.com>
32
33 PR python/22730:
34 * gdb.python/python.exp: Test multi-line execute.
35
36 2018-05-04 Tom Tromey <tom@tromey.com>
37
38 PR python/22731:
39 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
40
41 2018-05-04 Tom Tromey <tom@tromey.com>
42
43 PR gdb/11750:
44 * gdb.base/define.exp: Test defining a user command inside a user
45 command.
46 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
47
48 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
49 Pedro Alves <palves@redhat.com>
50
51 PR breakpoints/19806 and support for PR external/20207.
52 * gdb.base/watchpoint-unaligned.c: New file.
53 * gdb.base/watchpoint-unaligned.exp: New file.
54
55 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
56
57 * gdb.base/maint.exp: Make test names unique, use
58 test_prefix_command_help to test 'help maint info', and remove
59 repeated test of 'help maint'.
60
61 2018-05-04 Tom Tromey <tom@tromey.com>
62
63 PR gdb/22619:
64 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
65 behavior.
66
67 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * gdb.base/maint.exp: Process output from 'maint print registers'
70 line at a time.
71
72 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
75 timeout.
76
77 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
80 filter pattern.
81
82 2018-05-02 Pedro Alves <palves@redhat.com>
83
84 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
85 to_log_command renames.
86 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
87
88 2018-05-02 Tom Tromey <tom@tromey.com>
89
90 * gdb.python/py-parameter.exp: Set test message.
91
92 2018-05-02 Tom Tromey <tom@tromey.com>
93
94 PR python/20084:
95 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
96 PARAM_ZUINTEGER_UNLIMITED tests.
97
98 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
99
100 PR rust/23124
101 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
102 when casting.
103
104 2018-04-30 Tom Tromey <tom@tromey.com>
105
106 * gdb.python/py-type.exp: Check align attribute.
107 * gdb.python/py-type.c: New "aligncheck" global.
108
109 2018-04-30 Tom Tromey <tom@tromey.com>
110
111 PR exp/17095:
112 * gdb.dwarf2/dw2-align.exp: New file.
113 * gdb.cp/align.exp: New file.
114 * gdb.base/align.exp: New file.
115 * lib/gdb.exp (gdb_int128_helper): New proc.
116 (has_int128_c, has_int128_cxx): New caching procs.
117
118 2018-04-27 Tom Tromey <tom@tromey.com>
119
120 PR rust/22545:
121 * gdb.rust/simple.exp: Add inclusive range tests.
122
123 2018-04-26 Pedro Alves <palves@redhat.com>
124
125 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
126 ifunc breakpoint locations correctly of ifunc breakpoints set
127 while the program resolves the ifunc.
128
129 2018-04-26 Pedro Alves <palves@redhat.com>
130
131 * gdb.base/gnu-ifunc-final.c: New file.
132 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
133 * gdb.base/gnu-ifunc.exp (executable): Delete.
134 (staticexecutable): Adjust.
135 (lib_opts, exec_opts): Delete.
136 (make_binsuffix, build, set-break): New procedures.
137 (misc_tests): New, with tests factored out from the top level.
138 (top level): Test different combinations of ifunc resolver name,
139 resolver with and with debug info, and ifunc target with and
140 without debug info. Wrap static tests with with_target_prefix.
141
142 2018-04-26 Pedro Alves <palves@redhat.com>
143
144 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
145 return type" warnings.
146
147 2018-04-25 Pedro Alves <palves@redhat.com>
148
149 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
150 killed".
151 * gdb.base/kill-after-signal.exp: Likewise.
152 * gdb.threads/kill.exp: Likewise.
153
154 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
155 Sergio Durigan Junior <sergiodj@redhat.com>
156 Pedro Alves <palves@redhat.com>
157
158 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
159 regexps to expect for '[Inferior ... detached]' as well.
160 * gdb.base/attach.exp: Likewise.
161 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
162 "gdb_continue_to_end".
163 (test_catch_syscall_with_wrong_args): Likewise.
164 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
165 ']'. Don't set 'verbose' on.
166 * gdb.base/foll-vfork.exp: Likewise.
167 * gdb.base/fork-print-inferior-events.c: New file.
168 * gdb.base/fork-print-inferior-events.exp: New file.
169 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
170 '[Inferior ... has been killed]' message.
171 * gdb.base/kill-after-signal.exp: Likewise.
172 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
173 detach message.
174 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
175 message.
176 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
177 regexps to expect for '[Inferior ... detached]' as well.
178 * gdb.threads/process-dies-while-detaching.exp: Likewise.
179
180 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
181
182 PR gdb/23104
183 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
184
185 2018-04-19 Richard Bunt <richard.bunt@arm.com>
186
187 * gdb.threads/multiple-successive-infcall.c: New test.
188 * gdb.threads/multiple-successive-infcall.exp: New file.
189
190 2018-04-17 Tom Tromey <tom@tromey.com>
191
192 * gdb.rust/simple.rs (Union): New type.
193 (main): New local "u".
194 * gdb.rust/simple.exp (test_one_slice): Add new test case.
195
196 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
197
198 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
199 number information in output of "whereis" command.
200 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
201
202 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
203
204 * gdb.ada/info_types.exp: Adjust expected output to the line
205 numbers now printed by "info var/func/type".
206 * gdb.base/completion.exp: Likewise.
207 * gdb.base/included.exp: Likewise.
208 * gdb.cp/cp-relocate.exp: Likewise.
209 * gdb.cp/cplusfuncs.exp: Likewise.
210 * gdb.cp/namespace.exp: Likewise.
211 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
212
213 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
214
215 * gdb.btrace/cpu.exp: New.
216
217 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
218
219 * gdb.base/step-indirect-call-thunk.exp: New.
220 * gdb.base/step-indirect-call-thunk.c: New.
221 * gdb.reverse/step-indirect-call-thunk.exp: New.
222 * gdb.reverse/step-indirect-call-thunk.c: New.
223
224 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
225
226 * gdb.base/pie-fork.c: New file.
227 * gdb.base/pie-fork.exp: New file.
228
229 2018-04-11 Tom Tromey <tom@tromey.com>
230
231 * gdb.rust/simple.exp: Add test for ".." struct initializer.
232
233 2018-04-10 Pedro Alves <palves@redhat.com>
234
235 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
236 exits. Instead loop running forever.
237 (fork_parent): Run forever too.
238
239 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
240
241 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
242 mi_continue_to_line.
243 * gdb.mi/mi-stack.c (callee4): Add comment.
244
245 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
246
247 * gdb.mi/mi-stack.exp: Fix indentation.
248
249 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
250
251 PR gdb/22979
252 * gdb.arch/amd64-osabi.exp: New file.
253
254 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
255
256 PR gdb/22980
257 * gdb.base/osabi.exp: New file.
258
259 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
260
261 * gdb.cp/static-typedef-print.exp: New file.
262 * gdb.cp/static-typedef-print.cc: New file.
263
264 2018-03-27 Joel Brobecker <brobecker@adacore.com>
265
266 * gdb.ada/varsize_limit: New testcase.
267
268 2018-03-27 Joel Brobecker <brobecker@adacore.com>
269
270 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
271
272 * gdb.ada/notcplusplus: New testcase.
273
274 * gdb.base/c-linkage-name.c: New file.
275 * gdb.base/c-linkage-name.exp: New testcase.
276
277 2018-03-26 Tom Tromey <tom@tromey.com>
278
279 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
280 * gdb.python/py-framefilter.py (name_error): New global.
281 (ErrorInName.function): Use name_error.
282
283 2018-03-26 Tom Tromey <tom@tromey.com>
284
285 PR backtrace/15582:
286 * gdb.python/py-framefilter.exp: Add "bt hide" test.
287
288 2018-03-23 Keith Seitz <keiths@redhat.com>
289
290 PR c++/22968
291 * gdb.cp/subtypes.exp: New file.
292 * gdb.cp/subtypes.h: New file.
293 * gdb.cp/subtypes.cc: New file.
294 * gdb.cp/subtypes-2.cc: New file.
295
296 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
299 (done): Call '_exit' not 'exit' to avoid atexit handlers.
300 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
301 -nostartfiles when compiling the test. Confirm that all registers
302 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
303
304 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
305
306 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
307 option, syntax was wrong anyway.
308 * gdb.arch/arm-disp-step.exp: Likewise.
309 * gdb.arch/sparc64-regs.exp: Likewise.
310 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
311 option, syntax was wrong anyway, switch to use
312 prepare_for_testing.
313 * gdb.arch/i386-disp-step.exp: Likewise.
314
315 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
316
317 * gdb.ada/exec_changed.exp: Replace "target_info exists
318 use_gdb_stub" by "use_gdb_stub".
319 * gdb.ada/start.exp: Likewise.
320 * gdb.base/async-shell.exp: Likewise.
321 * gdb.base/attach-pie-misread.exp: Likewise.
322 * gdb.base/attach-wait-input.exp: Likewise.
323 * gdb.base/break-entry.exp: Likewise.
324 * gdb.base/break-interp.exp: Likewise.
325 * gdb.base/dprintf-detach.exp: Likewise.
326 * gdb.base/nostdlib.exp: Likewise.
327 * gdb.base/solib-nodir.exp: Likewise.
328 * gdb.base/statistics.exp: Likewise.
329 * gdb.base/testenv.exp: Likewise.
330 * gdb.mi/mi-exec-run.exp: Likewise.
331 * gdb.mi/mi-start.exp: Likewise.
332 * gdb.multi/dummy-frame-restore.exp: Likewise.
333 * gdb.multi/multi-arch-exec.exp: Likewise.
334 * gdb.multi/multi-arch.exp: Likewise.
335 * gdb.multi/tids.exp: Likewise.
336 * gdb.multi/watchpoint-multi.exp: Likewise.
337 * gdb.python/py-events.exp: Likewise.
338 * gdb.threads/attach-into-signal.exp: Likewise.
339 * gdb.threads/attach-stopped.exp: Likewise.
340 * gdb.threads/threadapply.exp: Likewise.
341 * lib/selftest-support.exp: Likewise.
342
343 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
344
345 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
346
347 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
348
349 * gdb.perf/template-breakpoints.cc: New file.
350 * gdb.perf/template-breakpoints.exp: New file.
351 * gdb.perf/template-breakpoints.py: New file.
352
353 2018-03-19 Tom Tromey <tom@tromey.com>
354
355 * gdb.rust/simple.rs (main): Add local variables field1, field2,
356 y0.
357 * gdb.rust/simple.exp: Test bare identifier form of struct
358 initializer.
359
360 2018-03-19 Tom Tromey <tom@tromey.com>
361
362 * gdb.gdb/observer.exp: Remove.
363
364 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
365
366 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
367 "qualified" option when setting breakpoints.
368 * gdb.trace/backtrace.exp: Likewise.
369 * gdb.trace/circ.exp: Likewise.
370 * gdb.trace/collection.exp: Likewise.
371 * gdb.trace/disconnected-tracing.exp: Likewise.
372 * gdb.trace/ftrace-lock.exp: Likewise.
373 * gdb.trace/ftrace.exp: Likewise.
374 * gdb.trace/infotrace.exp: Likewise.
375 * gdb.trace/packetlen.exp: Likewise.
376 * gdb.trace/passc-dyn.exp: Likewise.
377 * gdb.trace/qtro.exp: Likewise.
378 * gdb.trace/read-memory.exp: Likewise.
379 * gdb.trace/report.exp: Likewise.
380 * gdb.trace/signal.exp: Likewise.
381 * gdb.trace/status-stop.exp: Likewise.
382 * gdb.trace/strace.exp: Likewise.
383 * gdb.trace/tfind.exp: Likewise.
384 * gdb.trace/trace-break.exp: Likewise.
385 * gdb.trace/trace-condition.exp: Likewise.
386 * gdb.trace/trace-mt.exp: Likewise.
387 * gdb.trace/tstatus.exp: Likewise.
388 * gdb.trace/tsv.exp: Likewise.
389 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
390 * gdb.trace/unavailable.exp: Likewise.
391 * gdb.trace/while-dyn.exp: Likewise.
392
393 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
394
395 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
396 that libinproctrace is copied to the target.
397
398 2018-03-14 Tom Tromey <tom@tromey.com>
399
400 PR cli/14977:
401 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
402 a null pointer.
403 * gdb.base/wchar.exp: Likewise.
404
405 2018-03-14 Tom Tromey <tom@tromey.com>
406
407 PR cli/19918:
408 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
409 flag.
410
411 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
412
413 PR gdb/22841
414 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
415 "target" to remote_exec.
416
417 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
418
419 PR gdb/22841
420 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
421 ${board}_upload): Remove.
422
423 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
424
425 * gdb.cp/watch-cp.cc: New test.
426 * gdb.cp/watch-cp.exp: New file.
427
428 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.base/infcall-nested-structs.exp: New file.
431 * gdb.base/infcall-nested-structs.c: New file.
432 * gdb.base/float.exp: Add riscv support.
433
434 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
435
436 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
437 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
438
439 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
440
441 * gdb.server/abspath.exp: New file.
442 * lib/gdb.exp (with_cwd): New procedure.
443
444 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
445
446 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
447 use it.
448 (gdb_is_target_remote_prompt): New proc.
449 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
450 (gdb_is_target_native): Pass prompt parameter to
451 gdb_is_target_1.
452
453 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
454
455 * gdb.base/load-command.c: New file.
456 * gdb.base/load-command.exp: New file.
457 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
458 (gdb_is_target_1): ...this, and generalize for other targets
459 than just remote.
460 (gdb_is_target_remote): Use gdb_is_target_1.
461 (gdb_is_target_native): use gdb_is_target_1.
462
463 2018-02-26 Tom Tromey <tom@tromey.com>
464
465 PR python/16497:
466 * gdb.python/py-framefilter.exp: Update test.
467
468 2018-02-26 Tom Tromey <tom@tromey.com>
469
470 * gdb.dwarf2/variant.c: New file.
471 * gdb.dwarf2/variant.exp: New file.
472
473 2018-02-26 Tom Tromey <tom@tromey.com>
474
475 * gdb.rust/simple.exp: Accept more possible results in enum test.
476
477 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
478
479 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
480 parentheses.
481
482 2018-02-23 Maciej W. Rozycki <macro@mips.com>
483
484 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
485 name of a variable: $actual_linejj -> $actual_line.
486
487 2018-02-21 John Baldwin <jhb@FreeBSD.org>
488
489 * gdb.arch/amd64-i386-address.exp: Fix a typo.
490
491 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
492
493 * gdb.btrace/buffer-size.exp: Do not force BTS.
494
495 2018-02-14 Pedro Alves <palves@redhat.com>
496
497 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
498 getting a "Quit".
499
500 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
501
502 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
503 Fix test name.
504
505 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
506
507 * gdb.cp/m-static.exp: Check type of optimized out static
508 member.
509
510 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
513 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
514
515 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
516 Leszek Swirski <leszeks@google.com>
517
518 * gdb.python/py-prettyprint.c
519 (struct to_string_returns_value_inner,
520 struct to_string_returns_value_wrapper): New.
521 (main): Add tsrvw variable.
522 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
523 ToStringReturnsValueWrapper): New classes.
524 (register_pretty_printers): Register new pretty-printers.
525 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
526 recursive pretty printer.
527 * gdb.python/py-mi.exp: Likewise.
528
529 2018-02-01 Leszek Swirski <leszeks@google.com>
530
531 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
532 functions with the same name as an include file are parsed
533 correctly.
534
535 2018-02-01 Yao Qi <yao.qi@linaro.org>
536
537 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
538 "\[^\r\n\]*".
539
540 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
541
542 * gdb.arch/powerpc-prologue-frame.s: New file.
543 * gdb.arch/powerpc-prologue-frame.c: Likewise.
544 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
545
546 2018-01-31 Joel Brobecker <brobecker@adacore.com>
547
548 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
549
550 2018-01-30 Pedro Alves <palves@redhat.com>
551
552 PR gdb/13211
553 * gdb.base/interrupt-daemon.c: New.
554 * gdb.base/interrupt-daemon.exp: New.
555 * gdb.multi/multi-term-settings.c: New.
556 * gdb.multi/multi-term-settings.exp: New.
557
558 2018-01-30 Joel Brobecker <brobecker@adacore.com>
559
560 * gdb.base/break.exp: Save the location where the breakpoint
561 on break.c:47 was actually inserted when debugging the version
562 compiled at -O2 and use it in the expected output of the "info
563 break" test performed soon after.
564
565 2018-01-22 Pedro Alves <palves@redhat.com>
566 Sergio Durigan Junior <sergiodj@redhat.com>
567
568 * gdb.base/whatis.exp: Add tests for 'set print object on' +
569 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
570
571 2018-01-22 Joel Brobecker <brobecker@adacore.com>
572
573 * gdb.base/break-include.c, gdb.base/break-include.inc,
574 gdb.base/break-include.exp: New files.
575 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
576 line number now being the actual line number where the breakpoint
577 was inserted.
578 * gdb.mi/mi-break.exp: Likewise.
579 * gdb.mi/mi-reverse.exp: Likewise.
580 * gdb.mi/mi-simplerun.exp: Ditto.
581
582 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
583
584 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
585 varobj.
586 * gdb.mi/mi-var-create-rtti.exp: Likewise.
587
588 2018-01-21 Don Breazeal <donb@codesourcery.com>
589 Andrew Burgess <andrew.burgess@embecosm.com>
590
591 * gdb.mi/basics.c: Add new global.
592 * gdb.mi/mi-frame-regs.exp: New file.
593 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
594 case.
595
596 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
597
598 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
599 non-parameter, and on an unknown symbol.
600
601 2018-01-19 Tom Tromey <tom@tromey.com>
602
603 * gdb.rust/modules.rs (TWENTY_THREE): New global.
604 * gdb.rust/modules.exp: Add ::-qualified lookup test.
605
606 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
607
608 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
609 setrlimit and chdir to int.
610
611 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
612
613 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
614 function.
615 (my_tend): Likewise.
616 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
617 rationale of avoiding FP- and vector instructions.
618
619 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
620
621 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
622 "info reg" with "\[ \t\]*".
623 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
624 "\[ \t\]+".
625 * gdb.arch/s390-multiarch.exp: Ditto.
626 * gdb.base/pc-fp.exp: Ditto.
627 * gdb.reverse/i386-precsave.exp: Ditto.
628 * gdb.reverse/i386-reverse.exp: Ditto.
629 * gdb.reverse/i387-env-reverse.exp: Ditto.
630 * gdb.reverse/i387-stack-reverse.exp: Ditto.
631
632 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
633
634 * lib/gdb.exp (gdb_compile): Re-enable use of
635 universal_compile_options for languages other than Rust.
636
637 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
638
639 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
640
641 2018-01-17 Mike Gulick <mgulick@mathworks.com>
642
643 PR gdb/16577
644 * gdb.base/solib-vanish.exp: New.
645 * gdb.base/solib-vanish-main.c: New.
646 * gdb.base/solib-vanish-lib1.c: New.
647 * gdb.base/solib-vanish-lib2.c: New.
648
649 2018-01-17 Yao Qi <yao.qi@linaro.org>
650
651 * gdb.compile/compile.exp: Match the address printed for
652 frame in the output of command "bt".
653
654 2018-01-15 Tom Tromey <tom@tromey.com>
655
656 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
657 compute sp_reg.
658
659 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
660
661 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
662 to prepare.
663 (prepare): Return 0 on error, 1 on success.
664
665 2018-01-12 Pedro Alves <palves@redhat.com>
666
667 * gdb.base/continue-after-aborted-step-over.c: New.
668 * gdb.base/continue-after-aborted-step-over.exp: New.
669
670 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
671
672 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
673 options when not creating an executable.
674
675 2018-01-11 Pedro Alves <palves@redhat.com>
676
677 PR remote/22597
678 * gdb.server/stop-reply-no-thread.c: New file.
679 * gdb.server/stop-reply-no-thread.exp: New file.
680
681 2018-01-10 Pedro Alves <palves@redhat.com>
682
683 PR gdb/22670
684 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
685 functions too. Test setting breakpoints and printing C functions
686 with no debug info too.
687 * gdb.ada/bp_c_mixed_case/qux.c: New file.
688
689 2018-01-10 Pedro Alves <palves@redhat.com>
690
691 PR gdb/22670
692 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
693 a fail.
694
695 2018-01-10 Pedro Alves <palves@redhat.com>
696
697 PR gdb/22670
698 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
699
700 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
701
702 * gdb.server/unittest.exp: Match the output in non-development
703 mode.
704
705 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
706
707 * gdb.gdb/unittest.exp: Match output in non-development mode.
708
709 2018-01-08 Joel Brobecker <brobecker@adacore.com>
710
711 * gdb.ada/access_tagged_param.exp: Relax expected output
712 for value of "ObjL" in "continue" to pck.inspect breakpoint
713 test.
714
715 2018-01-08 Joel Brobecker <brobecker@adacore.com>
716
717 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
718 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
719
720 2018-01-05 Pedro Alves <palves@redhat.com>
721
722 PR gdb/18653
723 * gdb.base/libsegfault.exp: New.
724
725 2018-01-05 Joel Brobecker <brobecker@adacore.com>
726
727 PR gdb/22670
728 * gdb.ada/access_tagged_param.exp: New file.
729 * gdb.ada/access_tagged_param/foo.adb: New file.
730
731 2018-01-05 Pedro Alves <palves@redhat.com>
732
733 PR gdb/22670
734 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
735 exercise lower case too, and to exercise both full matching and
736 wild matching.
737
738 2018-01-05 Joel Brobecker <brobecker@adacore.com>
739
740 * gdb.ada/rename_subscript_param: New testcase.
741
742 2018-01-05 Jerome Guitton <guitton@adacore.com>
743
744 * gdb.ada/arr_acc_idx_w_gap: New testcase.
745
746 2018-01-05 Joel Brobecker <brobecker@adacore.com>
747
748 * gdb.ada/convvar_comp: New testcase.
749
750 2018-01-05 Xavier Roirand <roirand@adacore.com>
751
752 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
753 (My_Table): New global variable.
754 * testsuite/gdb.ada/array_char_idx.exp: Add test.
755
756 2018-01-04 Joel Brobecker <brobecker@adacore.com>
757
758 PR gdb/22670
759 * gdb.ada/maint_with_ada: New testcase.
760
761 2018-01-04 Joel Brobecker <brobecker@adacore.com>
762
763 PR gdb/22670
764 * gdb.ada/bp_c_mixed_case: New testcase.
765
766 2018-01-04 Joel Brobecker <brobecker@adacore.com>
767
768 PR gdb/22670
769 * gdb.ada/complete.exp: Add "complete break ada" test.
770
771 2018-01-04 Joel Brobecker <brobecker@adacore.com>
772
773 PR gdb/22670
774 * gdb.ada/info_addr_mixed_case: New testcase.
775
776 2018-01-03 Xavier Roirand <roirand@adacore.com>
777
778 * gdb.ada/excep_handle.exp: New testcase.
779 * gdb.ada/excep_handle/foo.adb: New file.
780 * gdb.ada/excep_handle/pck.ads: New file.
781
782 2018-01-03 Joel Brobecker <brobecker@adacore.com>
783
784 * gdb.base/step-line.c: Add extra empty line in copyright header.
785 * gdb.base/step-line.inp: Likewise.
786
787 2018-01-02 Joel Brobecker <brobecker@adacore.com>
788
789 * gdb.ada/dyn_stride.exp: Add slice test.
790
791 2018-01-02 Joel Brobecker <brobecker@adacore.com>
792
793 * gdb.ada/dyn_stride: New testcase.
794
795 2017-12-27 Stafford Horne <shorne@gmail.com>
796
797 * gdb.xml/extra-regs.xml: Add example foo reggroup.
798 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
799
800 2017-12-27 Stafford Horne <shorne@gmail.com>
801
802 * gdb.base/reggroups.c: New file.
803 * gdb.base/reggroups.exp: New file.
804
805 2017-12-18 Joel Brobecker <brobecker@adacore.com>
806
807 * gdb.dwarf2/ada-valprint-error.c: New file.
808 * gdb.dwarf2/ada-valprint-error.exp: New file.
809
810 2017-12-18 Joel Brobecker <brobecker@adacore.com>
811
812 * gdb.ada/assign_arr: New testcase.
813
814 2017-12-18 Xavier Roirand <roirand@adacore.com>
815
816 * gdb.ada/funcall_ptr: New testcase.
817
818 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
819
820 PR cli/16224
821 * gdb.base/ptype-offsets.cc: New file.
822 * gdb.base/ptype-offsets.exp: New file.
823
824 2017-12-15 Yao Qi <yao.qi@linaro.org>
825
826 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
827 if XML is disabled.
828
829 2017-12-15 Xavier Roirand <roirand@adacore.com>
830
831 * gdb.ada/same_component_name: New testcase.
832
833 2017-12-14 Joel Brobecker <brobecker@adacore.com>
834
835 * gdb.ada/str_binop_equal: New testcase.
836
837 2017-12-14 Joel Brobecker <brobecker@adacore.com>
838
839 * gdb.ada/task_switch_in_core: New testcase.
840
841 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
842
843 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
844 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
845 call test_bkpt_qualified.
846 (test_bkpt_qualified): New proc.
847
848 2017-12-13 Pedro Alves <palves@redhat.com>
849
850 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
851 Tighten regexp by matching with an anchor.
852
853 2017-12-13 Pedro Alves <palves@redhat.com>
854
855 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
856 ("expression with namespace"): New set of tests.
857 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
858 (Nested::Test_NS::qux): New.
859 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
860 defaults to 'start_quote_char' and 'end_quote_char' parameters.
861
862 2017-12-13 Joel Brobecker <brobecker@adacore.com>
863
864 * gdb.base/server-del-break.c: New file.
865 * gdb.base/server-del-break.exp: New file.
866
867 2017-12-12 Stafford Horne <shorne@gmail.com>
868
869 * gdb.xml/tdesc-regs.exp: Add or1k support.
870
871 2017-12-12 Stafford Horne <shorne@gmail.com>
872
873 * gdb.base/bp-permanent.c: Define nop of or1k.
874
875 2017-12-11 Joel Brobecker <brobecker@adacore.com>
876
877 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
878 output with components being reordered.
879
880 2017-12-11 Joel Brobecker <brobecker@adacore.com>
881
882 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
883 output with components being reordered.
884
885 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
886 Pedro Alves <palves@redhat.com>
887
888 * gdb.base/maint.exp (check for .gdb_index): Check also for
889 .debug_names.
890 * gdb.dlang/watch-loc.c (.debug_aranges): New.
891 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
892 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
893 (.gdb_index used after symbol reloading): Support also .debug_names.
894 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
895
896 2017-12-08 Yao Qi <yao.qi@linaro.org>
897
898 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
899 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
900
901 2017-12-08 Yao Qi <yao.qi@linaro.org>
902
903 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
904 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
905
906 2017-12-08 Yao Qi <yao.qi@linaro.org>
907
908 * gdb.arch/aarch64-tagged-pointer.c: New file.
909 * gdb.arch/aarch64-tagged-pointer.exp: New file.
910
911 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
912
913 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
914 "int".
915
916 2017-12-07 Keith Seitz <keiths@redhat.com>
917
918 PR breakpoints/22569
919 * gdb.linespec/ls-errs.exp: Change expected result of "break
920 -source this file has spaces.c -line 3".
921 Check that an explicit source file followed by whitespace is
922 identified as an invalid explicit location.
923
924 2017-12-07 Keith Seitz <keiths@redhat.com>
925
926 * gdb.cp/nested-types.cc: New file.
927 * gdb.cp/nested-types.exp: New file.
928 * lib/cp-support.exp: Load data-structures.exp library.
929 (debug_cp_test_ptype_class): New global.
930 (cp_ptype_class_verbose, next_line): New procedures.
931 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
932 Add and document new return value.
933 Switch the list of lines to a queue.
934 Add support for new `type' key for nested type definitions.
935 Add debugging/troubleshooting messages.
936 * lib/data-structures.exp: New file.
937
938 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
939
940 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
941 with proc_with_prefix, don't use with_test_prefix.
942
943 2017-12-07 Tom Tromey <tom@tromey.com>
944
945 * gdb.base/break.exp: Add test for empty "commands".
946
947 2017-12-07 Yao Qi <yao.qi@linaro.org>
948
949 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
950 malloc and catch syscall.
951
952 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
953
954 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
955 tests for explicit locations.
956
957 2017-12-06 Pedro Alves <palves@redhat.com>
958
959 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
960 force-disabling XML descriptions.
961
962 2017-12-04 Pedro Alves <palves@redhat.com>
963
964 PR gdb/22499
965 * gdb.arch/amd64-disp-step-avx.S: New file.
966 * gdb.arch/amd64-disp-step-avx.exp: New file.
967
968 2017-12-03 Pedro Alves <palves@redhat.com>
969
970 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
971 and <string.h>.
972 (parent_function): Print distinct messages when waitpid fails, or
973 the child exits with a signal, or the child exits for an unhandled
974 reason.
975 * gdb.threads/process-dies-while-detaching.exp
976 (detach_and_expect_exit): New 'inf_output_re' parameter and use
977 it. Wait for both inferior output and GDB's prompt. Use an
978 indirect spawn id list.
979 (do_detach): New parameter 'child_exit'. Use it to compute
980 expected inferior output.
981 (test_detach, test_detach_watch, test_detach_killed_outside):
982 Adjust to pass down the expected child exit kind.
983
984 2017-12-01 Joel Brobecker <brobecker@adacore.com>
985 Sergio Durigan Junior <sergiodj@redhat.com>
986 Pedro Alves <palves@redhat.com>
987
988 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
989
990 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
991
992 * gdb.base/relocate.exp: Add tests to guarantee that arguments
993 to 'symbol-file' and 'add-symbol-file' can be
994 position-independent.
995
996 2017-12-01 Yao Qi <yao.qi@linaro.org>
997
998 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
999 the URL in copyright header.
1000 * gdb.arch/aarch64-fp.exp: Likewise.
1001 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1002 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1003 * gdb.base/expand-psymtabs.exp: Likewise.
1004 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1005 * gdb.fortran/common-block.exp: Likewise.
1006 * gdb.fortran/common-block.f90: Likewise.
1007 * gdb.fortran/logical.exp: Likewise.
1008 * gdb.fortran/vla-datatypes.f90: Likewise.
1009 * gdb.fortran/vla-sub.f90: Likewise.
1010
1011 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1012
1013 * gdb.ada/repeat_dyn: New testcase.
1014
1015 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1016
1017 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1018 Update for changed thread numbering.
1019 * gdb.cell/bt.exp: Update for changed GDB output.
1020
1021 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1022
1023 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1024 setting isremote by hand.
1025 * boards/dwarf4-gdb-index.exp: Likewise.
1026 * boards/fission.exp: Likewise.
1027 * boards/stabs.exp: Likewise.
1028
1029 2017-11-30 Pedro Alves <palves@redhat.com>
1030
1031 * gdb.linespec/cpls-ops.exp
1032 (check_explicit_skips_function_argument): Extract the underlying
1033 type of size_t instead of hardcoding it.
1034
1035 2017-11-29 Pedro Alves <palves@redhat.com>
1036
1037 PR c++/19436
1038 * gdb.linespec/cpls-abi-tag.cc: New file.
1039 * gdb.linespec/cpls-abi-tag.exp: New file.
1040
1041 2017-11-29 Pedro Alves <palves@redhat.com>
1042
1043 * gdb.base/langs.exp: Use -qualified.
1044 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1045 it.
1046 * gdb.cp/namespace.exp: Use -qualified.
1047 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1048 (overload-3, template-overload, template-ret-type, const-overload)
1049 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1050 procedures.
1051 (test_driver): Call them.
1052 * gdb.cp/save-bp-qualified.cc: New.
1053 * gdb.cp/save-bp-qualified.exp: New.
1054 * gdb.linespec/explicit.exp: Test -qualified.
1055 * lib/completion-support.exp (completion::explicit_opts_list): Add
1056 "-qualified".
1057 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1058
1059 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1060
1061 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1062
1063 2017-11-29 Tom Tromey <tom@tromey.com>
1064
1065 * gdb.base/relocate.exp: Update invalid argument test.
1066 Add new tests for invalid arguments.
1067
1068 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1069
1070 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1071 Return 0 as a long.
1072 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1073
1074 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1075
1076 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1077 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1078 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1079 func ().
1080 * gdb.cp/shadow.cc (B.func): Return 0.
1081
1082 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1083
1084 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1085 expected output in gdb_expect call to allow the exception
1086 message to be present as well. Fix syntax confusion to avoid
1087 TCL thinking that exception_name is an array.
1088
1089 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1090
1091 * gdb.arch/spu-info.c: Include <unistd.h>.
1092 (do_signal_test): Fix broken calls to write.
1093 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1094 Fix checks for empty mailboxes. Update signal tests for corrected
1095 do_signal_test routine. Allow nonzero event status.
1096 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1097 * gdb.cell/arch.exp: Use standard_output_file.
1098 * gdb.cell/break.exp: Likewise.
1099 * gdb.cell/bt.exp: Likewise.
1100 * gdb.cell/core.exp: Likewise.
1101 * gdb.cell/dwarfaddr.exp: Likewise.
1102 * gdb.cell/ea-cache.exp: Likewise.
1103 * gdb.cell/ea-standalone.exp: Likewise.
1104 * gdb.cell/f-regs.exp: Likewise.
1105 * gdb.cell/fork.exp: Likewise.
1106 * gdb.cell/gcore.exp: Likewise.
1107 * gdb.cell/mem-access.exp: Likewise.
1108 * gdb.cell/ptype.exp: Likewise.
1109 * gdb.cell/registers.exp: Likewise.
1110 * gdb.cell/sizeof.exp: Likewise.
1111 * gdb.cell/solib-symbol.exp: Likewise.
1112 * gdb.cell/solib.exp: Likewise.
1113
1114 2017-11-25 Pedro Alves <palves@redhat.com>
1115
1116 * gdb.base/complete-empty.exp: New file.
1117 * gdb.base/completion.exp: Adjust.
1118
1119 2017-11-25 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.linespec/cpls-ops.cc: New file.
1122 * gdb.linespec/cpls-ops.exp: New file.
1123 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1124 factored out from ...
1125 (test_complete_prefix_range): ... this.
1126
1127 2017-11-24 Pedro Alves <palves@redhat.com>
1128
1129 * gdb.linespec/cpcompletion.exp: New file.
1130 * gdb.linespec/cpls-hyphen.cc: New file.
1131 * gdb.linespec/cpls.cc: New file.
1132 * gdb.linespec/cpls2.cc: New file.
1133 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1134 test to use test_gdb_complete_unique. Add label completion,
1135 keyword completion and explicit location completion tests.
1136 * lib/completion-support.exp: New file.
1137
1138 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1139
1140 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1141 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1142 when hitting an exception catchpoint.
1143
1144 2017-11-22 Yao Qi <yao.qi@linaro.org>
1145
1146 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1147
1148 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1149
1150 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1151 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1152 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1153
1154 2017-11-22 Yao Qi <yao.qi@linaro.org>
1155
1156 * gdb.base/info-os.exp: Pass pthreads.
1157 * gdb.multi/multi-attach.exp: Likewise.
1158
1159 2017-11-22 Yao Qi <yao.qi@linaro.org>
1160
1161 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1162 compiler.
1163
1164 2017-11-22 Yao Qi <yao.qi@linaro.org>
1165
1166 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1167 * gdb.base/break-interp.exp: Likewise.
1168 * gdb.base/jit-attach-pie.exp: Likewise.
1169
1170 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1171
1172 * gdb.base/float128.c (large128): New variable.
1173 * gdb.base/float128.exp: Add test to print largest __float128 value.
1174
1175 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1176
1177 * gdb.arch/vsx-regs.exp: Update register content checks.
1178
1179 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1180
1181 * gdb.arch/ppc-longdouble.exp: New file.
1182 * gdb.arch/ppc-longdouble.c: Likewise.
1183
1184 2017-11-21 Pedro Alves <palves@redhat.com>
1185
1186 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1187
1188 2017-11-20 Pedro Alves <palves@redhat.com>
1189
1190 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1191 (long_double_typedef): New typedefs.
1192 Use DEF on double and long double.
1193 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1194 cases.
1195 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1196 and 'long_double_ptr_same_size' locals. Use them to decide
1197 whether cast from array/function to float is valid/invalid.
1198
1199 2017-11-17 Tom Tromey <tom@tromey.com>
1200
1201 * gdb.rust/traits.rs: New file.
1202 * gdb.rust/traits.exp: New file.
1203
1204 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1205
1206 * gdb.ada/minsyms: New testcase.
1207
1208 2017-11-16 Pedro Alves <palves@redhat.com>
1209
1210 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1211 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1212
1213 2017-11-16 Pedro Alves <palves@redhat.com>
1214
1215 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1216 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1217
1218 2017-11-16 Pedro Alves <palves@redhat.com>
1219
1220 * gdb.server/reconnect-ctrl-c.c: New file.
1221 * gdb.server/reconnect-ctrl-c.exp: New file.
1222
1223 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1224
1225 * gdb.python/py-rbreak.exp: New file.
1226 * gdb.python/py-rbreak.c: New file.
1227 * gdb.python/py-rbreak-func2.c: New file.
1228
1229 2017-11-16 Pedro Alves <palves@redhat.com>
1230
1231 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1232 pattern.
1233 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1234 GDB.
1235
1236 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1237
1238 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1239 regex.
1240
1241 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1242
1243 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1244 test names.
1245
1246 2017-11-09 Pedro Alves <palves@redhat.com>
1247
1248 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1249 factored out from ...
1250 (top level): ... here, and adjusted to avoid expecting beyond the
1251 prompt in a single gdb_test_multiple.
1252
1253 2017-11-09 Pedro Alves <palves@redhat.com>
1254
1255 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1256 output.
1257 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1258 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1259 * gdb.server/ext-run.exp ("kill" test): Likewise.
1260 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1261
1262 2017-11-09 Pedro Alves <palves@redhat.com>
1263
1264 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1265 match till end of line.
1266
1267 2017-11-09 Pedro Alves <palves@redhat.com>
1268
1269 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1270
1271 2017-11-09 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1274 New procedures, factored out from ...
1275 (top level): ... here, and adjusted to avoid expecting beyond the
1276 prompt in one go.
1277
1278 2017-11-09 Pedro Alves <palves@redhat.com>
1279
1280 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1281 output. Fix '?' match.
1282
1283 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1284
1285 * gdb.ada/scoped_watch: New testcase.
1286 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1287 which is actually correct.
1288 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1289 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1290
1291 2017-11-08 Pedro Alves <palves@redhat.com>
1292
1293 * gdb.gdb/complaints.exp (test_initial_complaints)
1294 (test_serial_complaints, test_short_complaints): Call
1295 complaint_internal instead of complaint.
1296
1297 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1298
1299 * gdb.threads/tls-core.c: New file.
1300 * gdb.threads/tls-core.exp: Likewise.
1301
1302 2017-11-08 Pedro Alves <palves@redhat.com>
1303
1304 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1305 (p Exported_Capitalized): New test.
1306 (p exported_capitalized): New test.
1307
1308 2017-11-07 Pedro Alves <palves@redhat.com>
1309
1310 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1311
1312 2017-11-07 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1315 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1316 (disable_invalid, disable_inverted, disable_negative): New
1317 procedures.
1318 ("bad numbers"): New set of tests.
1319
1320 2017-11-07 Pedro Alves <palves@redhat.com>
1321
1322 * gdb.cp/ena-dis-br-range.exp: Add tests.
1323
1324 2017-11-07 Pedro Alves <palves@redhat.com>
1325
1326 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1327
1328 2017-11-07 Xavier Roirand <roirand@adacore.com>
1329 Pedro Alves <palves@redhat.com>
1330
1331 * gdb.base/ena-dis-br.exp: Add reference to
1332 gdb.cp/ena-dis-br-range.exp.
1333 * gdb.cp/ena-dis-br-range.exp: New file.
1334 * gdb.cp/ena-dis-br-range.cc: New file.
1335
1336 2017-11-06 Pedro Alves <palves@redhat.com>
1337
1338 * gdb.base/attach-non-pgrp-leader.c: New.
1339 * gdb.base/attach-non-pgrp-leader.exp: New.
1340
1341 2017-11-06 Pedro Alves <palves@redhat.com>
1342
1343 * configure.ac: No longer check for termio.h and sgtty.h.
1344 * configure: Regenerate.
1345 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1346 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1347 Remove termio and sgtty code.
1348
1349 2017-11-03 Yao Qi <yao.qi@linaro.org>
1350
1351 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1352 in GDB is disabled.
1353
1354 2017-11-03 Yao Qi <yao.qi@linaro.org>
1355
1356 * gdb.python/py-thrhandle.exp: Skip it if python is not
1357 enabled.
1358
1359 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1360
1361 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1362 as a breakpoint command.
1363
1364 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1365
1366 PR python/21213
1367 * gdb.python/py-infthread.exp: Test calling
1368 InferiorThread.inferior () multiple times in a row.
1369
1370 2017-10-27 Keith Seitz <keiths@redhat.com>
1371
1372 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1373 Test "info break" for every inlined function breakpoint.
1374
1375 2017-10-27 Yao Qi <yao.qi@linaro.org>
1376
1377 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1378
1379 2017-10-26 Patrick Frants <osscontribute@gmail.com>
1380
1381 * gdb.cp/classes.exp (test_static_members): Test printing
1382 Outer::instance.
1383 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1384 (Inner::instance, Outer::instance): New.
1385
1386 2017-10-24 Pedro Alves <palves@redhat.com>
1387
1388 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1389 extra console" test in two stages.
1390
1391 2017-10-24 Pedro Alves <palves@redhat.com>
1392
1393 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1394
1395 2017-10-24 Pedro Alves <palves@redhat.com>
1396
1397 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1398 loop.
1399
1400 2017-10-24 Pedro Alves <palves@redhat.com>
1401
1402 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1403 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1404
1405 2017-10-24 Pedro Alves <palves@redhat.com>
1406
1407 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1408 parameter and handle it. Don't output read value in test name.
1409
1410 2017-10-24 Pedro Alves <palves@redhat.com>
1411
1412 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1413 custom test name.
1414
1415 2017-10-24 Pedro Alves <palves@redhat.com>
1416
1417 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1418 include the unstable output directory name in the test's name.
1419 (initial_setup_simple) <'set args'>: Use custom test name.
1420
1421 2017-10-24 Pedro Alves <palves@redhat.com>
1422
1423 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1424 with explicit test name.
1425
1426 2017-10-20 Pedro Alves <palves@redhat.com>
1427
1428 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1429 'wait -i'. Use gdb_assert and remote_close.
1430
1431 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1432
1433 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1434 number from variable rather than hard-coded.
1435
1436 2017-10-19 Pedro Alves <palves@redhat.com>
1437
1438 * gdb.base/long-inferior-output.c: New file.
1439 * gdb.base/long-inferior-output.exp: New file.
1440
1441 2017-11-18 Keith Seitz <keiths@redhat.com>
1442
1443 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1444 method.
1445 (main): Call it.
1446 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1447 Add additional user-defined conversion operator tests.
1448
1449 2017-10-17 Pedro Alves <palves@redhat.com>
1450
1451 * boards/native-stdio-gdbserver.exp: Load "local-board".
1452
1453 2017-10-17 Pedro Alves <palves@redhat.com>
1454
1455 * gdb.base/quit-live.c: New file.
1456 * gdb.base/quit-live.exp: New file.
1457
1458 2017-10-16 Keith Seitz <keiths@redhat.com>
1459
1460 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1461 (class_with_protected_typedef, class_with_private_typedef)
1462 (struct_with_public_typedef, struct_with_protected_typedef)
1463 (struct_with_private_typedef): New classes/structs.
1464 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1465 typedefs and access specifiers.
1466
1467 2017-10-16 Pedro Alves <palves@redhat.com>
1468 Simon Marchi <simon.marchi@polymtl.ca>
1469
1470 * README (Local vs Remote vs Native): New section.
1471 * boards/local-board.exp: New file, with bits factored out from
1472 ...
1473 * boards/native-extended-gdbserver.exp: ... here. Load
1474 "local-board".
1475 * boards/native-gdbserver.exp: Load "local-board".
1476 (${board}_spawn, ${board}_exec): Delete.
1477 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1478 ...
1479 * boards/stdio-gdbserver-base.exp: ... this new file.
1480 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1481 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1482 procedure.
1483 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1484 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1485 stdio_gdbserver_command.
1486 (${board}_get_remote_address, ${board}_get_comm_port)
1487 (${board}_download, ${board}_upload): Delete.
1488 (get_target_remote_pipe_cmd): New.
1489
1490 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1491
1492 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1493 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1494 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1495 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1496 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1497 remove with_test_prefix.
1498
1499 2017-10-13 Pedro Alves <palves@redhat.com>
1500
1501 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1502 * gdb.base/annota1.exp: Use it instead of is_remote.
1503 * gdb.base/annota3.exp: Use it instead of is_remote.
1504 * gdb.cp/annota2.exp: Use it instead of is_remote.
1505 * gdb.cp/annota3.exp: Use it instead of is_remote.
1506 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1507
1508 2017-10-13 Pedro Alves <palves@redhat.com>
1509
1510 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1511 (test_num_test_vars, run_and_count_vars, find_env)
1512 (test_set_unset_env, test_inherit_env_var): New procedures.
1513 (top level): Use them.
1514
1515 2017-10-13 Pedro Alves <palves@redhat.com>
1516
1517 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1518 also skip on stub-like targets.
1519
1520 2017-10-13 Pedro Alves <palves@redhat.com>
1521
1522 PR gdb/22293
1523 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1524 (top level): Move some tests to ...
1525 (test_not_found): ... this new procedure.
1526 (top level): Call it.
1527
1528 2017-10-13 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1531 expect different "info terminal" output if testing with a
1532 non-native target.
1533
1534 2017-10-13 Pedro Alves <palves@redhat.com>
1535 Simon Marchi <simon.marchi@polymtl.ca>
1536
1537 PR python/12966
1538 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1539
1540 2017-10-13 Pedro Alves <palves@redhat.com>
1541
1542 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1543 already.
1544
1545 2017-10-13 Pedro Alves <palves@redhat.com>
1546
1547 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1548 is_remote.
1549
1550 2017-10-13 Pedro Alves <palves@redhat.com>
1551
1552 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1553 is_remote.
1554
1555 2017-10-13 Pedro Alves <palves@redhat.com>
1556
1557 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1558 is set.
1559 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1560 instead of is_remote.
1561
1562 2017-10-13 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1565 (top level): Add comment.
1566
1567 2017-10-13 Pedro Alves <palves@redhat.com>
1568
1569 * gdb.base/remote.exp (top level): Fix comment typo and add
1570 missing return.
1571
1572 2017-10-13 Pedro Alves <palves@redhat.com>
1573 Simon Marchi <simon.marchi@polymtl.ca>
1574
1575 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1576 calls and add comments. Skip test if use_gdb_stub is set.
1577 (top level): Use "set cwd" command instead of "cd" command.
1578
1579 2017-10-13 Pedro Alves <palves@redhat.com>
1580
1581 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1582 is_remote target check.
1583
1584 2017-10-13 Pedro Alves <palves@redhat.com>
1585
1586 * gdb.base/scope.exp: Use build_executable + clean_restart +
1587 gdb_file_cmd instead of prepare_for_testing and no longer skip
1588 "before run" tests on is_remote target boards. Update comments.
1589 * boards/native-extended-gdbserver.exp
1590 (extended_gdbserver_load_last_file): New, factored out from ...
1591 (gdb_load): ... this. Move further below and add comment.
1592 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1593
1594 2017-10-12 Pedro Alves <palves@redhat.com>
1595
1596 * gdb.base/attach.exp: Remove references to gdb64.
1597 * gdb.base/dbx.exp: Remove references to gdb64.
1598
1599 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1600 Pedro Alves <palves@redhat.com>
1601
1602 * gdb.base/label.exp: Remove is_remote target check.
1603
1604 2017-10-12 Pedro Alves <palves@redhat.com>
1605
1606 * gdb.base/auvx.exp (coredir): Update comment.
1607 (top level) <core_works>: Use "set cwd" command instead of "cd"
1608 command.
1609
1610 2017-10-12 Pedro Alves <palves@redhat.com>
1611 Simon Marchi <simon.marchi@polymtl.ca>
1612
1613 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1614 target boards.
1615
1616 2017-10-12 Pedro Alves <palves@redhat.com>
1617 Simon Marchi <simon.marchi@polymtl.ca>
1618
1619 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1620 Instead skip if there's any gdb_protocol set.
1621
1622 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1623 Pedro Alves <palves@redhat.com>
1624
1625 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1626
1627 2017-10-12 Pedro Alves <palves@redhat.com>
1628 Simon Marchi <simon.marchi@polymtl.ca>
1629
1630 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1631 instead of on dejagnu remote boards.
1632
1633 2017-10-12 Pedro Alves <palves@redhat.com>
1634 Simon Marchi <simon.marchi@polymtl.ca>
1635
1636 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1637 checks. Use build_executable + clean_restart instead of
1638 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1639 of enabling non-stop after starting gdb.
1640
1641 2017-10-12 Pedro Alves <palves@redhat.com>
1642
1643 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1644 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1645 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1646 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1647
1648 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1649
1650 * gdb.arch/arc-tdesc-cpu.exp: New file.
1651 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1652
1653 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1654
1655 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1656
1657 2017-10-10 Pedro Alves <palves@redhat.com>
1658
1659 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1660 expect CLI output.
1661
1662 2017-10-10 Pedro Alves <palves@redhat.com>
1663
1664 * lib/selftest-support.exp (selftest_setup): Update for
1665 captured_command_loop's prototype change.
1666
1667 2017-10-09 Pedro Alves <palves@redhat.com>
1668
1669 Test both arch1=>arch2 and arch2=>arch1.
1670
1671 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1672 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1673 factored out to...
1674 (append_arch1_options, append_arch2_options, append_arch_options)
1675 (build_executables): New procedures.
1676 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1677 local.
1678 (top level): Add new 'first_arch' testing axis.
1679
1680 2017-10-09 Pedro Alves <palves@redhat.com>
1681
1682 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1683 (barrier): New.
1684 (thread_start, all_started): New functions.
1685 (main): Spawn new thread and wait until it is scheduled.
1686 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1687 option.
1688 (do_test): Add 'selected_thread' parameter. Run to all_started
1689 instead of main. Explicitly set the breakpoint at main. Switch
1690 to the SELECTED_THREAD thread.
1691 (top level): Test handling the exec event with either the main
1692 thread or the second thread selected.
1693
1694 2017-10-09 Pedro Alves <palves@redhat.com>
1695
1696 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1697 logic. Move STOP marker after the value checks.
1698 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1699 regexp.
1700
1701 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1702
1703 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1704
1705 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1706
1707 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1708 integer-to-dfp conversion.
1709 * gdb.base/dfp-test.exp: Likewise.
1710
1711 2017-10-04 Pedro Alves <palves@redhat.com>
1712
1713 * gdb.multi/hangout.c: Include <unistd.h>.
1714 (hangout_loop): New function.
1715 (main): Call alarm. Call hangout_loop in a loop.
1716 * gdb.multi/hello.c: Include <unistd.h>.
1717 (hello_loop): New function.
1718 (main): Call alarm. Call hangout_loop in a loop.
1719 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1720 inferior with the other selected.
1721
1722 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1723
1724 * gdb.mi/list-thread-groups-available.exp: New file.
1725 * gdb.mi/list-thread-groups-available.c: New file.
1726
1727 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1728
1729 * gdb.base/set-cwd.exp: Make it available on
1730 native-extended-gdbserver.
1731
1732 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1733
1734 * gdb.base/set-cwd.c: New file.
1735 * gdb.base/set-cwd.exp: Likewise.
1736
1737 2017-10-02 Tom Tromey <tom@tromey.com>
1738
1739 PR rust/22236:
1740 * gdb.rust/simple.rs (main): New variable "fslice".
1741 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1742
1743 2017-10-02 Tom Tromey <tom@tromey.com>
1744
1745 * gdb.rust/simple.exp: Test ptype of a slice.
1746
1747 2017-10-02 Tom Tromey <tom@tromey.com>
1748
1749 * gdb.rust/simple.exp: Test index of slice.
1750
1751 2017-09-27 Tom Tromey <tom@tromey.com>
1752
1753 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1754
1755 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1756 Pedro Alves <palves@redhat.com>
1757
1758 * gdb.base/compare-sections.exp (get value of read-only section): Read
1759 as unsigned value.
1760 (corrupt read-only section): Likewise and don't set written if patching
1761 failed.
1762
1763 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1764
1765 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1766 files.
1767
1768 2017-09-20 Pedro Alves <palves@redhat.com>
1769
1770 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1771 symbol names in gdb's output.
1772 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1773
1774 2017-09-20 Pedro Alves <palves@redhat.com>
1775
1776 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1777 Rename to ...
1778 (test_list_ambiguous_symbol): ... this and add a symbol name
1779 parameter. Adjust.
1780 (test_list_ambiguous_function): Reimplement on top of
1781 test_list_ambiguous_symbol and also test listing ambiguous
1782 variables.
1783 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1784 (ambiguous_fun): ... this.
1785 (ambiguous_var): New.
1786 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1787 (ambiguous_fun): ... this.
1788 (ambiguous_var): New.
1789
1790 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1791
1792 * gdb.base/starti.c: New file.
1793 * gdb.base/starti.exp: New file.
1794 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1795
1796 2017-09-14 Pedro Alves <palves@redhat.com>
1797
1798 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1799 (top level): Use it instead of runto.
1800
1801 2017-09-11 Tom Tromey <tom@tromey.com>
1802
1803 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1804
1805 2017-09-11 Tom Tromey <tom@tromey.com>
1806
1807 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1808 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1809
1810 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1811
1812 * gdb.fortran/printing-types.exp: New file.
1813 * gdb.fortran/printing-types.exp: New file.
1814
1815 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1816
1817 * gdb.fortran/vla-ptype.exp: Fix typos.
1818 * gdb.fortran/vla-value.exp: Same.
1819
1820 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1821
1822 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1823 * gdb.mi/mi-var-child-f.exp: Likewise.
1824 * gdb.mi/mi-vla-fortran.exp: Likewise.
1825
1826 2017-09-08 Frank Penczek <frank.penczek@intel.com>
1827 Christoph Weinmann <christoph.t.weinmann@intel.com>
1828 Bernhard Heckel <bernhard.heckel@intel.com>
1829
1830 * gdb.fortran/ptr-indentation.f90: New file.
1831 * gdb.fortran/ptr-indentation.exp: New file.
1832
1833 2017-09-05 Tom Tromey <tom@tromey.com>
1834
1835 PR gdb/22010:
1836 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1837
1838 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1839
1840 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1841
1842 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1843
1844 * gdb.threads/tls-nodebug-pie.c: New file.
1845 * gdb.threads/tls-nodebug-pie.exp: New file.
1846
1847 2017-09-05 Tom Tromey <tom@tromey.com>
1848
1849 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
1850 for rust.
1851
1852 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
1853
1854 * gdb.multi/multi-arch-exec.exp: Test with different
1855 "follow-exec-mode" settings.
1856 (do_test): New procedure.
1857
1858 2017-09-04 Pedro Alves <palves@redhat.com>
1859
1860 * gdb.base/func-static.c (S::method const, S::method volatile)
1861 (S::method volatile const): New methods.
1862 (c_s, v_s, cv_s): New instances.
1863 (main): Call method() on them.
1864 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
1865 (cannot_resolve): New procedure.
1866 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
1867 print-quote-unquoted columns.
1868 (do_test): Test printing each scope too.
1869
1870 2017-09-04 Pedro Alves <palves@redhat.com>
1871
1872 * gdb.base/local-static.exp: Also test with
1873 class::method::variable wholly quoted.
1874 * gdb.cp/m-static.exp (class::method::variable): Remove test.
1875
1876 2017-09-04 Pedro Alves <palves@redhat.com>
1877
1878 * gdb.base/local-static.c: New.
1879 * gdb.base/local-static.cc: New.
1880 * gdb.base/local-static.exp: New.
1881
1882 2017-09-04 Pedro Alves <palves@redhat.com>
1883
1884 * gdb.asm/asm-source.exp: Add casts to int.
1885 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
1886 (dataglobal64_1, dataglobal64_2): New globals.
1887 * gdb.base/nodebug.exp: Test different expressions involving the
1888 new globals, with print, whatis and ptype. Add casts to int.
1889 * gdb.base/solib-display.exp: Add casts to int.
1890 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
1891 * gdb.cp/m-static.exp: Add cast to int.
1892 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
1893 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
1894 tls variable with no debug info without a cast. Test with a cast
1895 to int too.
1896 * gdb.trace/entry-values.exp: Add casts.
1897
1898 2017-09-04 Pedro Alves <palves@redhat.com>
1899
1900 * gdb.base/nodebug.exp: Test that ptype's error about functions
1901 with unknown return type includes the function name too.
1902
1903 2017-09-04 Pedro Alves <palves@redhat.com>
1904
1905 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
1906 return type of munmap in infcall.
1907 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
1908 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
1909 type of ftell in infcall.
1910 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
1911 type of getpid in infcall.
1912 * gdb.base/infcall-exec.exp: Cast return type of execlp in
1913 infcall.
1914 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
1915 Bail on failure to extract the pid.
1916 * gdb.base/nodebug.c: #include <stdint.h>.
1917 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
1918 New functions.
1919 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
1920 Change expected output of print/whatis/ptype with functions with
1921 no debug info. Test all supported languages. Call
1922 test_call_promotion.
1923 * gdb.compile/compile.exp: Adjust expected output to expect
1924 warning.
1925 * gdb.threads/siginfo-threads.exp: Likewise.
1926
1927 2017-09-04 Pedro Alves <palves@redhat.com>
1928
1929 * gdb.base/callfuncs.exp (do_function_calls): New parameter
1930 "prototypes". Test calling float functions via prototyped and
1931 unprototyped function pointers.
1932 (perform_all_tests): New parameter "prototypes". Pass it down.
1933 (top level): Pass down "prototypes" parameter to
1934 perform_all_tests.
1935
1936 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1937
1938 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
1939 Test with nested loops.
1940
1941 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1942
1943 * gdb.base/commands.exp: Call the new procedures.
1944 (loop_break_test, loop_continue_test): New procedures.
1945
1946 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
1947
1948 * gdb.base/commands.exp: Call new procedure.
1949 (define_if_without_arg_test): New procedure.
1950
1951 2017-09-04 Pedro Alves <palves@redhat.com>
1952
1953 * gdb.base/list-ambiguous.exp: New file.
1954 * gdb.base/list-ambiguous0.c: New file.
1955 * gdb.base/list-ambiguous1.c: New file.
1956 * gdb.base/list.exp (test_list_range): Adjust expected output.
1957
1958 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
1959
1960 * gdb.base/share-env-with-gdbserver.c: New file.
1961 * gdb.base/share-env-with-gdbserver.exp: Likewise.
1962
1963 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1964
1965 * gdb.base/commands.exp (gdbvar_simple_if_test,
1966 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
1967 progvar_simple_if_test, progvar_simple_while_test,
1968 progvar_complex_if_while_test, user_defined_command_test,
1969 user_defined_command_args_eval,
1970 user_defined_command_args_stack_test,
1971 user_defined_command_manyargs_test, bp_deleted_in_command_test,
1972 temporary_breakpoint_commands,
1973 gdb_test_no_prompt, redefine_hook_test,
1974 redefine_backtrace_test): Remove "global gdb_prompt".
1975
1976 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
1977
1978 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
1979 New proc, call it from toplevel.
1980
1981 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1982
1983 PR remote/21852
1984 * gdb.server/normal.c: New file, copied from gdb.base.
1985 * gdb.server/run-without-local-binary.exp: New file.
1986
1987 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
1988
1989 * gdb.arch/sparc64-adi.exp: New file.
1990 * gdb.arch/sparc64-adi.c: New file.
1991
1992 2017-08-22 Pedro Alves <palves@redhat.com>
1993
1994 * gdb.cp/overload.exp (line_range_pattern): New procedure.
1995 (top level): Add "list all overloads" tests.
1996
1997 2017-08-22 Tom Tromey <tom@tromey.com>
1998
1999 * gdb.gdb/xfullpath.exp: Remove.
2000
2001 2017-08-21 Pedro Alves <palves@redhat.com>
2002
2003 PR gdb/19487
2004 * gdb.base/symbol-alias.c: New.
2005 * gdb.base/symbol-alias2.c: New.
2006 * gdb.base/symbol-alias.exp: New.
2007
2008 2017-08-21 Pedro Alves <palves@redhat.com>
2009
2010 * gdb.base/dfp-test.c
2011 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2012 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2013 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2014 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2015 * gdb.base/whatis-ptype-typedefs.c: New.
2016 * gdb.base/whatis-ptype-typedefs.exp: New.
2017 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2018 (an_int, an_int_type, an_int_type2): New globals.
2019 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2020 involving typedefs and cast expressions.
2021 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2022 (lookup_typedefs_function): New.
2023 (typedefs_pretty_printers_dict): New.
2024 (top level): Register lookup_typedefs_function in
2025 gdb.pretty_printers.
2026
2027 2017-08-18 Yao Qi <yao.qi@linaro.org>
2028
2029 * gdb.server/unittest.exp: New.
2030
2031 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2032
2033 PR gdb/21954
2034 * gdb.base/environ.exp: Add test to check if 'unset environment'
2035 works.
2036
2037 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2038
2039 * lib/gdb.exp (universal_compile_options): New caching proc.
2040 (gdb_compile): Suppress GCC's coloring of messages.
2041
2042 2017-08-14 Tom Tromey <tom@tromey.com>
2043
2044 PR gdb/21675:
2045 * gdb.base/printcmds.exp (test_radices): New function.
2046 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2047 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2048 * lib/gdb.exp (get_integer_valueof): Use p/d.
2049
2050 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2051
2052 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2053 characters.
2054
2055 2017-08-05 Tom Tromey <tom@tromey.com>
2056
2057 * gdb.rust/simple.exp: Allow String to appear in a different
2058 namespace.
2059
2060 2017-07-26 Yao Qi <yao.qi@linaro.org>
2061
2062 * gdb.gdb/unittest.exp: Invoke command
2063 "maintenance check xml-descriptions".
2064
2065 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2066
2067 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2068 calling context.
2069 (hex128): Drop erroneous calculation of parameters.
2070
2071 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2072
2073 * gdb.python/py-unwind.exp: Disable stack protection when
2074 building test file.
2075
2076 2017-07-20 Pedro Alves <palves@redhat.com>
2077
2078 * gdb.base/default.exp (set language): Adjust expected output.
2079
2080 2017-07-20 Pedro Alves <palves@redhat.com>
2081
2082 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2083 (test_minsym): ... this, and make static.
2084 (get_pck__foo__bar__minsym): Rename to ...
2085 (get_test_minsym): ... this.
2086 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2087 symbol names and comments.
2088 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2089 (get_test_minsym): ... this.
2090 (pck__foo__bar__minsym__2): Rename to ...
2091 (test_minsym): ... this.
2092 (main): Adjust.
2093
2094 2017-07-17 Pedro Alves <palves@redhat.com>
2095
2096 * gdb.base/completion.exp: Adjust expected output.
2097 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2098 the completer works.
2099
2100 2017-07-17 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2103
2104 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2105
2106 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2107
2108 2017-07-14 Tom Tromey <tom@tromey.com>
2109
2110 PR rust/21764:
2111 * gdb.rust/simple.exp: Add tests.
2112
2113 2017-07-14 Tom Tromey <tom@tromey.com>
2114
2115 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2116
2117 2017-07-14 Pedro Alves <palves@redhat.com>
2118
2119 * gdb.linespec/base/one/thefile.cc (z1): New function.
2120 * gdb.linespec/base/two/thefile.cc (z2): New function.
2121 * gdb.linespec/linespec.exp: Add tests.
2122
2123 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2124
2125 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2126 to mi_create_breakpoint.
2127
2128 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2129
2130 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2131 mi_create_breakpoint.
2132
2133 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2134
2135 * gdb.dlang/demangle.exp: Update for demangling changes.
2136
2137 2017-07-09 Tom Tromey <tom@tromey.com>
2138
2139 * gdb.dwarf2/shortpiece.exp: New file.
2140
2141 2017-07-06 David Blaikie <dblaikie@gmail.com>
2142
2143 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2144 built from fissiont-multi-cu{1,2}.c.
2145 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2146 except putting 'main' and 'func' in separate CUs in the same DWO file.
2147 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2148 test.
2149 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2150 test.
2151
2152 2017-07-06 Pedro Alves <palves@redhat.com>
2153
2154 * gdb.python/py-unwind.exp: Test flushregs.
2155
2156 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2157
2158 PR cli/21688
2159 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2160 tests for alias commands and trailing whitespace.
2161
2162 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2163
2164 PR cli/21688
2165 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2166 procedure. Call it.
2167
2168 2017-06-29 Pedro Alves <palves@redhat.com>
2169
2170 * gdb.base/printcmds.exp: Add tests.
2171
2172 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2173
2174 PR gdb/21337
2175 * gdb.base/reread-readsym.exp: New file.
2176 * gdb.base/reread-readsym.c: New file.
2177
2178 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2179
2180 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2181 subpattern.
2182
2183 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2184
2185 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2186 extended mnemonic.
2187 * gdb.arch/powerpc-power9.s: Likewise.
2188
2189 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2190
2191 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2192 on 32-bit x86 targets. Exploit is_*_target macros where
2193 appropriate.
2194
2195 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2196
2197 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2198 register pieces.
2199
2200 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2201
2202 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2203 located in one or more DWARF pieces.
2204
2205 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2206
2207 * lib/gdb.exp (get_endianness): New proc.
2208 * gdb.arch/aarch64-fp.exp: Use it.
2209 * gdb.arch/altivec-regs.exp: Likewise.
2210 * gdb.arch/e500-regs.exp: Likewise.
2211 * gdb.arch/vsx-regs.exp: Likewise.
2212 * gdb.base/dump.exp: Likewise.
2213 * gdb.base/funcargs.exp: Likewise.
2214 * gdb.base/gnu_vector.exp: Likewise.
2215 * gdb.dwarf2/formdata16.exp: Likewise.
2216 * gdb.dwarf2/implptrpiece.exp: Likewise.
2217 * gdb.dwarf2/nonvar-access.exp: Likewise.
2218 * gdb.python/py-inferior.exp: Likewise.
2219 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2220
2221 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2222
2223 PR gdb/21226
2224 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2225 stack value pieces are taken from the LSB end.
2226
2227 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2228
2229 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2230 variable at nonzero offset.
2231
2232 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2233
2234 * gdb.dwarf2/var-access.c: New file.
2235 * gdb.dwarf2/var-access.exp: New test.
2236 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2237
2238 2017-06-12 Tom Tromey <tom@tromey.com>
2239
2240 * gdb.dwarf2/formdata16.exp: Add tests.
2241
2242 2017-06-12 Tom Tromey <tom@tromey.com>
2243
2244 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2245
2246 2017-06-12 Tom Tromey <tom@tromey.com>
2247
2248 PR exp/16225:
2249 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2250 * gdb.arch/vsx-regs.exp: Update tests.
2251 * gdb.arch/s390-vregs.exp (hex128): New proc.
2252 Update test.
2253 * gdb.arch/altivec-regs.exp: Update tests.
2254
2255 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2256
2257 * gdb.base/startup-with-shell.c: New file.
2258 * gdb.base/startup-with-shell.exp: Likewise.
2259
2260 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2261
2262 * gdb.server/non-existing-program.exp: Update regex in order to
2263 reflect the fact that gdbserver is now using fork_inferior (with a
2264 shell) to startup the inferior.
2265
2266 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2267
2268 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2269 support function calls from GDB.
2270
2271 2017-05-21 Tom Tromey <tom@tromey.com>
2272
2273 PR rust/21466:
2274 * gdb.rust/unsized.exp: New file.
2275 * gdb.rust/unsized.rs: New file.
2276
2277 2017-05-19 Tom Tromey <tom@tromey.com>
2278
2279 PR rust/21484:
2280 * gdb.rust/watch.exp: New file.
2281 * gdb.rust/watch.rs: New file.
2282
2283 2017-05-18 Tom Tromey <tom@tromey.com>
2284
2285 * gdb.rust/simple.exp: Allow Box to be qualified.
2286
2287 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2288
2289 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2290
2291 2017-05-18 Pedro Alves <palves@redhat.com>
2292
2293 * gdb.base/fileio.c (test_write, test_read, test_close)
2294 (test_fstat): Don't print 'ret' in the fail path.
2295
2296 2017-05-18 Pedro Alves <palves@redhat.com>
2297
2298 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2299 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2300 (test_system, test_rename, test_unlink, test_time): Change
2301 prototypes.
2302 * gdb.base/fileio.exp (stop_msg): Adjust.
2303
2304 2017-05-18 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.base/fileio.c (null_str): New global.
2307 (test_stat): Use it.
2308 * gdb.base/fileio.exp: Remove nowarnings.
2309
2310 2017-05-17 Yao Qi <yao.qi@linaro.org>
2311
2312 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2313
2314 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2315
2316 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2317 argument command.
2318 (top-level): Invoke test_set_inferior_tty.
2319
2320 2017-05-04 Pedro Alves <palves@redhat.com>
2321
2322 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2323 Add parens to print call for Python 3.
2324
2325 2017-05-03 Keith Seitz <keiths@redhat.com>
2326
2327 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2328 (main): Call it.
2329
2330 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2331
2332 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2333 to prev and next.
2334
2335 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2336
2337 * gdb.python/py-record-btrace.exp: Remove test for
2338 gdb.BtraceInstruction.error.
2339
2340 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2341
2342 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2343
2344 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2345
2346 * gdb.python/py-record-btrace-threads.c: New file.
2347 * gdb.python/py-record-btrace-threads.exp: New file.
2348
2349 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2350
2351 PR testsuite/8595
2352 * gdb.base/environ.exp: Make test available in all architectures.
2353 Move bits related to "info program" testing to
2354 gdb.base/info-program.exp. Rewrite tests to use the two new
2355 procedures mentione below.
2356 (test_set_show_env_var) New procedure.
2357 (test_set_show_env_var_equal): Likewise.
2358 * gdb.base/info-program.exp: New file.
2359
2360 2017-04-27 Keith Seitz <keiths@redhat.com>
2361
2362 * gdb.cp/oranking.cc (test15): New function.
2363 (main): Call test15 and declare additional variables for testing.
2364 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2365 "p foo101('abc')" tests.
2366 Add tests for cv qualifier overloads.
2367 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2368 "lvalue reference overload" test.
2369 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2370 "print value of f1 on Child&& in f2" test.
2371
2372 2017-04-19 Pedro Alves <palves@redhat.com>
2373
2374 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2375 procedure.
2376 (top level): Call it.
2377 * lib/gdb.exp (gdb_define_cmd): New procedure.
2378
2379 2017-04-12 Pedro Alves <palves@redhat.com>
2380
2381 PR gdb/21323
2382 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2383 (wchar): New global.
2384 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2385 (do_test_wide_char, wide_char_types_no_program, top level): Add
2386 wchar_t testing.
2387
2388 2017-04-12 Pedro Alves <palves@redhat.com>
2389
2390 PR c++/21323
2391 * gdb.cp/wide_char_types.c: New file.
2392 * gdb.cp/wide_char_types.exp: New file.
2393
2394 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2395
2396 PR gdb/21352
2397 * gdb.trace/tsv.exp: Add test for "tsave -r".
2398
2399 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2400
2401 * gdb.dlang/watch-loc.c: New file.
2402 * gdb.dlang/watch-loc.exp: New file.
2403
2404 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2405
2406 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2407
2408 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2409
2410 * gdb.arch/arc-analyze-prologue.S: New file.
2411 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2412
2413 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2414
2415 * gdb.arch/arc-decode-insn.S: New file.
2416 * gdb.arch/arc-decode-insn.exp: Likewise.
2417
2418 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2419
2420 PR tdep/20928
2421 * gdb.arch/sparc64-regs.exp: New file.
2422 * gdb.arch/sparc64-regs.S: Likewise.
2423
2424 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2425
2426 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2427 and memory view on Python 3.
2428
2429 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
2430 Keith Seitz <keiths@redhat.com>
2431
2432 PR gdb/14441
2433 * gdb.cp/demangle.exp: Add rvalue reference tests.
2434 * gdb.cp/rvalue-ref-casts.cc: New file.
2435 * gdb.cp/rvalue-ref-casts.exp: New file.
2436 * gdb.cp/rvalue-ref-overload.cc: New file.
2437 * gdb.cp/rvalue-ref-overload.exp: New file.
2438 * gdb.cp/rvalue-ref-params.cc: New file.
2439 * gdb.cp/rvalue-ref-params.exp: New file.
2440 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2441 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2442 * gdb.cp/rvalue-ref-types.cc: New file.
2443 * gdb.cp/rvalue-ref-types.exp: New file.
2444 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2445 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2446
2447 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2448
2449 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2450 New procedure.
2451
2452 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2453
2454 * lib/mi-support.exp (mi_gdb_test): Add additional message
2455 for unexpected output.
2456
2457 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2458
2459 * gdb.base/examine-backward.c (Barrier): New character array
2460 constant, to ensure that TestStrings is preceded by a string
2461 terminator.
2462
2463 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2464
2465 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2466 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2467 and implicit pointer into such a location.
2468
2469 2017-03-16 Doug Evans <dje@google.com>
2470
2471 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2472
2473 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2474
2475 * gdb.cp/m-static.exp: Fix expectation for prototype of
2476 test5.single_constructor and single_constructor::single_constructor.
2477
2478 2017-03-16 Doug Evans <dje@google.com>
2479
2480 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2481 * gdb.guile/scm-lazy-string.c: New file.
2482 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2483 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2484 for pointer, array, typedef lazy strings.
2485
2486 2017-03-16 Doug Evans <dje@google.com>
2487
2488 PR python/17728, python/18439, python/18779
2489 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2490 * gdb.python/py-lazy-string.c (pointer): New typedef.
2491 (main): New locals ptr, array, typedef_ptr.
2492 * gdb.python/py-value.exp: Move lazy string tests to ...
2493 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2494 array, typedef lazy strings.
2495
2496 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2497
2498 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2499 Add optional 'test' parameter.
2500
2501 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2502
2503 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2504 Skip for versions of DejaGnu < 1.5.
2505
2506 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2507
2508 * lib/gdb.exp (dejagnu_version): New proc.
2509 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2510 Use dejagnu_version.
2511
2512 2017-03-10 Keith Seitz <keiths@redhat.com>
2513
2514 PR c++/8128
2515 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2516 type from destructor regexps.
2517 Add a branch which actually passes the test.
2518 Adjust "ptype t5i" test names.
2519
2520 2017-03-08 Pedro Alves <palves@redhat.com>
2521
2522 * gdb.base/step-over-exit.exp: Add explicit test message.
2523
2524 2017-03-08 Pedro Alves <palves@redhat.com>
2525
2526 PR gdb/18360
2527 * gdb.threads/interrupt-while-step-over.c: New file.
2528 * gdb.threads/interrupt-while-step-over.exp: New file.
2529
2530 2017-03-08 Pedro Alves <palves@redhat.com>
2531
2532 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2533 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2534
2535 2017-03-08 Pedro Alves <palves@redhat.com>
2536
2537 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2538 PKRU as not supported as a PASS.
2539
2540 2017-03-08 Pedro Alves <palves@redhat.com>
2541
2542 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2543 prefix instead of $binfile1/$binfile2.
2544 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2545 in test message.
2546 * gdb.python/py-completion.exp: Use "load python file" as test
2547 messages instead of unstable path names.
2548
2549 2017-03-08 Pedro Alves <palves@redhat.com>
2550 Jan Kratochvil <jan.kratochvil@redhat.com>
2551
2552 PR cli/21218
2553 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2554 New proc.
2555 (top level): Call it.
2556
2557 2017-03-08 Pedro Alves <palves@redhat.com>
2558
2559 PR tui/21216
2560 * gdb.tui/tui-nl-filtered-output.exp: New file.
2561
2562 2017-03-08 Pedro Alves <palves@redhat.com>
2563
2564 * gdb.base/completion.exp: Move TUI completion tests to ...
2565 * gdb.tui/completion.exp: ... this new file.
2566
2567 2017-03-08 Pedro Alves <palves@redhat.com>
2568
2569 * gdb.base/tui-disasm-long-lines.c,
2570 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2571 gdb.base/tui-layout.exp: Move to ...
2572 * gdb.tui/: ... this new directory.
2573
2574 2017-03-07 Pedro Alves <palves@redhat.com>
2575
2576 * gdb.base/tui-layout.c: New file.
2577 * gdb.base/tui-layout.exp: New file.
2578
2579 2017-03-07 Pedro Alves <palves@redhat.com>
2580
2581 * gdb.base/tui-layout.c: Rename to ...
2582 * gdb.base/tui-disasm-long-lines.c: ... this.
2583 * gdb.base/tui-layout.exp: Rename to ...
2584 * gdb.base/tui-disasm-long-lines.exp: ... this.
2585
2586 2017-03-07 Pedro Alves <palves@redhat.com>
2587
2588 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2589
2590 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2591
2592 * i386-mpx-call.c: New file.
2593 * i386-mpx-call.exp: New file.
2594
2595 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2596
2597 * gdb.arch/powerpc-power.exp: Delete test.
2598 * gdb.arch/powerpc-power.s: Likewise.
2599 * gdb.disasm/disassembler-options.exp: New test.
2600 * gdb.arch/powerpc-altivec.exp: Likewise.
2601 * gdb.arch/powerpc-altivec.s: Likewise.
2602 * gdb.arch/powerpc-altivec2.exp: Likewise.
2603 * gdb.arch/powerpc-altivec2.s: Likewise.
2604 * gdb.arch/powerpc-altivec3.exp: Likewise.
2605 * gdb.arch/powerpc-altivec3.s: Likewise.
2606 * gdb.arch/powerpc-power7.exp: Likewise.
2607 * gdb.arch/powerpc-power7.s: Likewise.
2608 * gdb.arch/powerpc-power8.exp: Likewise.
2609 * gdb.arch/powerpc-power8.s: Likewise.
2610 * gdb.arch/powerpc-power9.exp: Likewise.
2611 * gdb.arch/powerpc-power9.s: Likewise.
2612 * gdb.arch/powerpc-vsx.exp: Likewise.
2613 * gdb.arch/powerpc-vsx.s: Likewise.
2614 * gdb.arch/powerpc-vsx2.exp: Likewise.
2615 * gdb.arch/powerpc-vsx2.s: Likewise.
2616 * gdb.arch/powerpc-vsx3.exp: Likewise.
2617 * gdb.arch/powerpc-vsx3.s: Likewise.
2618 * gdb.arch/arm-disassembler-options.exp: Likewise.
2619 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2620 * gdb.arch/s390-disassembler-options.exp: Likewise.
2621
2622 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
2623
2624 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2625 (check_supported_features): ... this. Changed return type to void.
2626 (supports_rdseed): New static global.
2627 (rdseed): Check supports_rdseed.
2628 (initialize): Call check_supported_features.
2629
2630 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2631
2632 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2633 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2634 and lqarx/stqcx.
2635 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2636 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2637
2638 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2639
2640 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2641 uppercase.
2642
2643 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2644
2645 * gdb.dwarf2/formdata16.c: New file.
2646 * gdb.dwarf2/formdata16.exp: New file.
2647 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2648
2649 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2650
2651 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2652 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2653 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2654 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2655 DW_AT_GNU_*.
2656
2657 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2658
2659 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2660
2661 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2662
2663 PR gdb/21164
2664 * gdb.base/maint.exp: Add testcases for when the commands do
2665 not have arguments.
2666
2667 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2668
2669 * gdb.cp/chained-calls.exp: Use p instead of P.
2670
2671 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2672
2673 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2674 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2675
2676 2017-02-14 Tom Tromey <tom@tromey.com>
2677
2678 PR python/13598:
2679 * gdb.python/py-events.exp: Add before_prompt event tests.
2680
2681 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2682
2683 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2684
2685 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2686
2687 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2688 (main): Call my_unique_function_name.
2689 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2690 completion of patterns with a single match.
2691 Add missing -re switches to gdb_test_multiple calls.
2692
2693 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2694
2695 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2696 return if core file is not recognized.
2697
2698 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2699
2700 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2701 and extra UIs.
2702
2703 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2704
2705 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2706 proc_with_prefix.
2707
2708 2017-02-10 Tom Tromey <tom@tromey.com>
2709
2710 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2711
2712 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
2713
2714 PR gdb/21122
2715 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2716
2717 2017-02-08 Jerome Guitton <guitton@adacore.com>
2718
2719 * gdb.base/define.exp: Add test for command abbreviations
2720 in define.
2721
2722 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
2723
2724 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2725 * gdb.reverse/insn-reverse-x86.c: New file.
2726
2727 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2728
2729 PR tdep/20936
2730 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2731
2732 2017-02-03 Tom Tromey <tom@tromey.com>
2733
2734 PR rust/21097:
2735 * gdb.rust/simple.exp: Add new tests.
2736
2737 2017-02-02 Pedro Alves <palves@redhat.com>
2738
2739 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2740 tests.
2741
2742 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2743
2744 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2745 taking a 2-byte value out of a 4-byte DWARF implicit value on
2746 big-endian targets.
2747 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2748 logic. Add test cases for DW_OP_implicit.
2749
2750 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2751
2752 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2753
2754 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2755
2756 * gdb.btrace/enable.exp: Call gdb_exit before
2757 skip_gdbserver_tests.
2758
2759 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2760
2761 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2762 GDBFLAGS.
2763
2764 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2765
2766 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2767 the test is skipped.
2768 * gdb.btrace/data.exp: Likewise.
2769 * gdb.btrace/delta.exp: Likewise.
2770 * gdb.btrace/dlopen.exp: Likewise.
2771 * gdb.btrace/enable-running.exp: Likewise.
2772 * gdb.btrace/enable.exp: Likewise.
2773 * gdb.btrace/exception.exp: Likewise.
2774 * gdb.btrace/function_call_history.exp: Likewise.
2775 * gdb.btrace/gcore.exp: Likewise.
2776 * gdb.btrace/instruction_history.exp: Likewise.
2777 * gdb.btrace/multi-thread-step.exp: Likewise.
2778 * gdb.btrace/nohist.exp: Likewise.
2779 * gdb.btrace/non-stop.exp: Likewise.
2780 * gdb.btrace/reconnect.exp: Likewise.
2781 * gdb.btrace/record_goto-step.exp: Likewise.
2782 * gdb.btrace/record_goto.exp: Likewise.
2783 * gdb.btrace/rn-dl-bind.exp: Likewise.
2784 * gdb.btrace/segv.exp: Likewise.
2785 * gdb.btrace/step.exp: Likewise.
2786 * gdb.btrace/stepi.exp: Likewise.
2787 * gdb.btrace/tailcall-only.exp: Likewise.
2788 * gdb.btrace/tailcall.exp: Likewise.
2789 * gdb.btrace/tsx.exp: Likewise.
2790 * gdb.btrace/unknown_functions.exp: Likewise.
2791 * gdb.btrace/vdso.exp: Likewise.
2792
2793 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2794
2795 * gdb.btrace/enable-running.c: New.
2796 * gdb.btrace/enable-running.exp: New.
2797
2798 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2799
2800 * gdb.arch/amd64-gs_base.c: New file.
2801 * gdb.arch/amd64-gs_base.exp: New file.
2802
2803 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2804
2805 * lib/memory.exp: Remove spurious empty newlines.
2806
2807 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2808
2809 * gdb.python/py-bad-printers.exp: Load python file using "source".
2810 * gdb.python/py-events.exp: Likewise.
2811 * gdb.python/py-evsignal.exp: Likewise.
2812 * gdb.python/py-evthreads.exp: Likewise.
2813 * gdb.python/py-frame-args.exp: Likewise.
2814 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2815 * gdb.python/py-framefilter-mi.exp: Likewise.
2816 * gdb.python/py-framefilter.exp: Likewise.
2817 * gdb.python/py-mi.exp: Likewise.
2818 * gdb.python/py-pp-maint.exp: Likewise.
2819 * gdb.python/py-pp-registration.exp: Likewise.
2820 * gdb.python/py-prettyprint.exp: Likewise.
2821 (run_lang_tests): Likewise.
2822 * gdb.python/py-typeprint.exp: Likewise.
2823
2824 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2825
2826 * lib/memory.exp: New file.
2827 * lib/gdb.exp: Load memory.exp.
2828 * gdb.base/memattr.exp (delete_memory): Move proc to
2829 lib/memory.exp and rename to delete_memory_regions.
2830 Replace delete_memory with delete_memory_regions.
2831 Cleanup memory regions before tests.
2832 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2833 before tests.
2834
2835 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2836
2837 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2838 files.
2839 (initialize): New function conditionally defined.
2840 (testcases): Move within conditional block.
2841 (main): Call initialize.
2842 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2843 of gdb.reverse/insn-reverse.c.
2844 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
2845 gdb.reverse/insn-reverse.c.
2846
2847 2017-01-26 Yao Qi <yao.qi@linaro.org>
2848
2849 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
2850 disassemble on address 0.
2851
2852 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2853 Yao Qi <yao.qi@linaro.org>
2854
2855 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
2856 * gdb.dwarf2/implptr-64bit.S: Remove.
2857 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
2858 variables in caller's context. Add DW_OP_implicit_value.
2859
2860 2017-01-25 Yao Qi <yao.qi@linaro.org>
2861
2862 * lib/dwarf.exp (Dwarf::_location): Handle
2863 DW_OP_GNU_implicit_pointer with proper size.
2864
2865 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
2866
2867 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
2868 and add untested calls.
2869
2870 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
2871
2872 * gdb.python/python.exp: Check line number against what GDB thinks
2873 the line number is for func1.
2874
2875 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
2876
2877 * gdb.dlang/debug-expr.exp: New file.
2878
2879 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
2880
2881 Fix test names for the following files:
2882
2883 * gdb.ada/exec_changed.exp
2884 * gdb.ada/info_types.exp
2885 * gdb.arch/aarch64-atomic-inst.exp
2886 * gdb.arch/aarch64-fp.exp
2887 * gdb.arch/altivec-abi.exp
2888 * gdb.arch/altivec-regs.exp
2889 * gdb.arch/amd64-byte.exp
2890 * gdb.arch/amd64-disp-step.exp
2891 * gdb.arch/amd64-dword.exp
2892 * gdb.arch/amd64-entry-value-inline.exp
2893 * gdb.arch/amd64-entry-value-param.exp
2894 * gdb.arch/amd64-entry-value-paramref.exp
2895 * gdb.arch/amd64-entry-value.exp
2896 * gdb.arch/amd64-i386-address.exp
2897 * gdb.arch/amd64-invalid-stack-middle.exp
2898 * gdb.arch/amd64-invalid-stack-top.exp
2899 * gdb.arch/amd64-optimout-repeat.exp
2900 * gdb.arch/amd64-prologue-skip.exp
2901 * gdb.arch/amd64-prologue-xmm.exp
2902 * gdb.arch/amd64-stap-special-operands.exp
2903 * gdb.arch/amd64-stap-wrong-subexp.exp
2904 * gdb.arch/amd64-tailcall-cxx.exp
2905 * gdb.arch/amd64-tailcall-noret.exp
2906 * gdb.arch/amd64-tailcall-ret.exp
2907 * gdb.arch/amd64-tailcall-self.exp
2908 * gdb.arch/amd64-word.exp
2909 * gdb.arch/arm-bl-branch-dest.exp
2910 * gdb.arch/arm-disp-step.exp
2911 * gdb.arch/arm-neon.exp
2912 * gdb.arch/arm-single-step-kernel-helper.exp
2913 * gdb.arch/avr-flash-qualifier.exp
2914 * gdb.arch/disp-step-insn-reloc.exp
2915 * gdb.arch/e500-abi.exp
2916 * gdb.arch/e500-regs.exp
2917 * gdb.arch/ftrace-insn-reloc.exp
2918 * gdb.arch/i386-avx512.exp
2919 * gdb.arch/i386-bp_permanent.exp
2920 * gdb.arch/i386-byte.exp
2921 * gdb.arch/i386-cfi-notcurrent.exp
2922 * gdb.arch/i386-disp-step.exp
2923 * gdb.arch/i386-dr3-watch.exp
2924 * gdb.arch/i386-float.exp
2925 * gdb.arch/i386-gnu-cfi.exp
2926 * gdb.arch/i386-mpx-map.exp
2927 * gdb.arch/i386-mpx-sigsegv.exp
2928 * gdb.arch/i386-mpx-simple_segv.exp
2929 * gdb.arch/i386-mpx.exp
2930 * gdb.arch/i386-permbkpt.exp
2931 * gdb.arch/i386-prologue.exp
2932 * gdb.arch/i386-signal.exp
2933 * gdb.arch/i386-size-overlap.exp
2934 * gdb.arch/i386-unwind.exp
2935 * gdb.arch/i386-word.exp
2936 * gdb.arch/mips-fcr.exp
2937 * gdb.arch/powerpc-d128-regs.exp
2938 * gdb.arch/powerpc-stackless.exp
2939 * gdb.arch/ppc64-atomic-inst.exp
2940 * gdb.arch/s390-stackless.exp
2941 * gdb.arch/s390-tdbregs.exp
2942 * gdb.arch/s390-vregs.exp
2943 * gdb.arch/sparc-sysstep.exp
2944 * gdb.arch/thumb-bx-pc.exp
2945 * gdb.arch/thumb-singlestep.exp
2946 * gdb.arch/thumb2-it.exp
2947 * gdb.arch/vsx-regs.exp
2948 * gdb.asm/asm-source.exp
2949 * gdb.base/a2-run.exp
2950 * gdb.base/advance.exp
2951 * gdb.base/all-bin.exp
2952 * gdb.base/anon.exp
2953 * gdb.base/args.exp
2954 * gdb.base/arithmet.exp
2955 * gdb.base/async-shell.exp
2956 * gdb.base/async.exp
2957 * gdb.base/attach-pie-noexec.exp
2958 * gdb.base/attach-twice.exp
2959 * gdb.base/auto-load.exp
2960 * gdb.base/bang.exp
2961 * gdb.base/bitfields.exp
2962 * gdb.base/break-always.exp
2963 * gdb.base/break-caller-line.exp
2964 * gdb.base/break-entry.exp
2965 * gdb.base/break-inline.exp
2966 * gdb.base/break-on-linker-gcd-function.exp
2967 * gdb.base/break-probes.exp
2968 * gdb.base/break.exp
2969 * gdb.base/breakpoint-shadow.exp
2970 * gdb.base/call-ar-st.exp
2971 * gdb.base/call-sc.exp
2972 * gdb.base/call-signal-resume.exp
2973 * gdb.base/call-strs.exp
2974 * gdb.base/callfuncs.exp
2975 * gdb.base/catch-fork-static.exp
2976 * gdb.base/catch-gdb-caused-signals.exp
2977 * gdb.base/catch-load.exp
2978 * gdb.base/catch-signal-fork.exp
2979 * gdb.base/catch-signal.exp
2980 * gdb.base/catch-syscall.exp
2981 * gdb.base/charset.exp
2982 * gdb.base/checkpoint.exp
2983 * gdb.base/chng-syms.exp
2984 * gdb.base/code-expr.exp
2985 * gdb.base/code_elim.exp
2986 * gdb.base/commands.exp
2987 * gdb.base/completion.exp
2988 * gdb.base/complex.exp
2989 * gdb.base/cond-expr.exp
2990 * gdb.base/condbreak.exp
2991 * gdb.base/consecutive.exp
2992 * gdb.base/continue-all-already-running.exp
2993 * gdb.base/coredump-filter.exp
2994 * gdb.base/corefile.exp
2995 * gdb.base/dbx.exp
2996 * gdb.base/debug-expr.exp
2997 * gdb.base/define.exp
2998 * gdb.base/del.exp
2999 * gdb.base/disabled-location.exp
3000 * gdb.base/disasm-end-cu.exp
3001 * gdb.base/disasm-optim.exp
3002 * gdb.base/display.exp
3003 * gdb.base/duplicate-bp.exp
3004 * gdb.base/ena-dis-br.exp
3005 * gdb.base/ending-run.exp
3006 * gdb.base/enumval.exp
3007 * gdb.base/environ.exp
3008 * gdb.base/eu-strip-infcall.exp
3009 * gdb.base/eval-avoid-side-effects.exp
3010 * gdb.base/eval-skip.exp
3011 * gdb.base/exitsignal.exp
3012 * gdb.base/expand-psymtabs.exp
3013 * gdb.base/filesym.exp
3014 * gdb.base/find-unmapped.exp
3015 * gdb.base/finish.exp
3016 * gdb.base/float.exp
3017 * gdb.base/foll-exec-mode.exp
3018 * gdb.base/foll-exec.exp
3019 * gdb.base/foll-fork.exp
3020 * gdb.base/fortran-sym-case.exp
3021 * gdb.base/freebpcmd.exp
3022 * gdb.base/func-ptr.exp
3023 * gdb.base/func-ptrs.exp
3024 * gdb.base/funcargs.exp
3025 * gdb.base/gcore-buffer-overflow.exp
3026 * gdb.base/gcore-relro-pie.exp
3027 * gdb.base/gcore-relro.exp
3028 * gdb.base/gcore.exp
3029 * gdb.base/gdb1090.exp
3030 * gdb.base/gdb11530.exp
3031 * gdb.base/gdb11531.exp
3032 * gdb.base/gdb1821.exp
3033 * gdb.base/gdbindex-stabs.exp
3034 * gdb.base/gdbvars.exp
3035 * gdb.base/hbreak.exp
3036 * gdb.base/hbreak2.exp
3037 * gdb.base/included.exp
3038 * gdb.base/infcall-input.exp
3039 * gdb.base/inferior-died.exp
3040 * gdb.base/infnan.exp
3041 * gdb.base/info-macros.exp
3042 * gdb.base/info-os.exp
3043 * gdb.base/info-proc.exp
3044 * gdb.base/info-shared.exp
3045 * gdb.base/info-target.exp
3046 * gdb.base/infoline.exp
3047 * gdb.base/interp.exp
3048 * gdb.base/interrupt.exp
3049 * gdb.base/jit-reader.exp
3050 * gdb.base/jit-simple.exp
3051 * gdb.base/kill-after-signal.exp
3052 * gdb.base/kill-detach-inferiors-cmd.exp
3053 * gdb.base/label.exp
3054 * gdb.base/langs.exp
3055 * gdb.base/ldbl_e308.exp
3056 * gdb.base/line-symtabs.exp
3057 * gdb.base/linespecs.exp
3058 * gdb.base/list.exp
3059 * gdb.base/long_long.exp
3060 * gdb.base/longest-types.exp
3061 * gdb.base/maint.exp
3062 * gdb.base/max-value-size.exp
3063 * gdb.base/memattr.exp
3064 * gdb.base/mips_pro.exp
3065 * gdb.base/morestack.exp
3066 * gdb.base/moribund-step.exp
3067 * gdb.base/multi-forks.exp
3068 * gdb.base/nested-addr.exp
3069 * gdb.base/nextoverexit.exp
3070 * gdb.base/noreturn-finish.exp
3071 * gdb.base/noreturn-return.exp
3072 * gdb.base/nostdlib.exp
3073 * gdb.base/offsets.exp
3074 * gdb.base/opaque.exp
3075 * gdb.base/pc-fp.exp
3076 * gdb.base/permissions.exp
3077 * gdb.base/print-symbol-loading.exp
3078 * gdb.base/prologue-include.exp
3079 * gdb.base/psymtab.exp
3080 * gdb.base/ptype.exp
3081 * gdb.base/random-signal.exp
3082 * gdb.base/randomize.exp
3083 * gdb.base/range-stepping.exp
3084 * gdb.base/readline-ask.exp
3085 * gdb.base/recpar.exp
3086 * gdb.base/recurse.exp
3087 * gdb.base/relational.exp
3088 * gdb.base/restore.exp
3089 * gdb.base/return-nodebug.exp
3090 * gdb.base/return.exp
3091 * gdb.base/run-after-attach.exp
3092 * gdb.base/save-bp.exp
3093 * gdb.base/scope.exp
3094 * gdb.base/sect-cmd.exp
3095 * gdb.base/set-lang-auto.exp
3096 * gdb.base/set-noassign.exp
3097 * gdb.base/setvar.exp
3098 * gdb.base/sigall.exp
3099 * gdb.base/sigbpt.exp
3100 * gdb.base/siginfo-addr.exp
3101 * gdb.base/siginfo-infcall.exp
3102 * gdb.base/siginfo-obj.exp
3103 * gdb.base/siginfo.exp
3104 * gdb.base/signals-state-child.exp
3105 * gdb.base/signest.exp
3106 * gdb.base/sigstep.exp
3107 * gdb.base/sizeof.exp
3108 * gdb.base/skip.exp
3109 * gdb.base/solib-corrupted.exp
3110 * gdb.base/solib-nodir.exp
3111 * gdb.base/solib-search.exp
3112 * gdb.base/stack-checking.exp
3113 * gdb.base/stale-infcall.exp
3114 * gdb.base/stap-probe.exp
3115 * gdb.base/start.exp
3116 * gdb.base/step-break.exp
3117 * gdb.base/step-bt.exp
3118 * gdb.base/step-line.exp
3119 * gdb.base/step-over-exit.exp
3120 * gdb.base/step-over-syscall.exp
3121 * gdb.base/step-resume-infcall.exp
3122 * gdb.base/step-test.exp
3123 * gdb.base/store.exp
3124 * gdb.base/structs3.exp
3125 * gdb.base/sym-file.exp
3126 * gdb.base/symbol-without-target_section.exp
3127 * gdb.base/term.exp
3128 * gdb.base/testenv.exp
3129 * gdb.base/ui-redirect.exp
3130 * gdb.base/until.exp
3131 * gdb.base/unwindonsignal.exp
3132 * gdb.base/value-double-free.exp
3133 * gdb.base/vla-datatypes.exp
3134 * gdb.base/vla-ptr.exp
3135 * gdb.base/vla-sideeffect.exp
3136 * gdb.base/volatile.exp
3137 * gdb.base/watch-cond-infcall.exp
3138 * gdb.base/watch-cond.exp
3139 * gdb.base/watch-non-mem.exp
3140 * gdb.base/watch-read.exp
3141 * gdb.base/watch-vfork.exp
3142 * gdb.base/watchpoint-cond-gone.exp
3143 * gdb.base/watchpoint-delete.exp
3144 * gdb.base/watchpoint-hw-hit-once.exp
3145 * gdb.base/watchpoint-hw.exp
3146 * gdb.base/watchpoint-stops-at-right-insn.exp
3147 * gdb.base/watchpoints.exp
3148 * gdb.base/wchar.exp
3149 * gdb.base/whatis-exp.exp
3150 * gdb.btrace/buffer-size.exp
3151 * gdb.btrace/data.exp
3152 * gdb.btrace/delta.exp
3153 * gdb.btrace/dlopen.exp
3154 * gdb.btrace/enable.exp
3155 * gdb.btrace/exception.exp
3156 * gdb.btrace/function_call_history.exp
3157 * gdb.btrace/gcore.exp
3158 * gdb.btrace/instruction_history.exp
3159 * gdb.btrace/nohist.exp
3160 * gdb.btrace/reconnect.exp
3161 * gdb.btrace/record_goto-step.exp
3162 * gdb.btrace/record_goto.exp
3163 * gdb.btrace/rn-dl-bind.exp
3164 * gdb.btrace/segv.exp
3165 * gdb.btrace/step.exp
3166 * gdb.btrace/stepi.exp
3167 * gdb.btrace/tailcall-only.exp
3168 * gdb.btrace/tailcall.exp
3169 * gdb.btrace/tsx.exp
3170 * gdb.btrace/unknown_functions.exp
3171 * gdb.btrace/vdso.exp
3172 * gdb.compile/compile-ifunc.exp
3173 * gdb.compile/compile-ops.exp
3174 * gdb.compile/compile-print.exp
3175 * gdb.compile/compile-setjmp.exp
3176 * gdb.cp/abstract-origin.exp
3177 * gdb.cp/ambiguous.exp
3178 * gdb.cp/annota2.exp
3179 * gdb.cp/annota3.exp
3180 * gdb.cp/anon-ns.exp
3181 * gdb.cp/anon-struct.exp
3182 * gdb.cp/anon-union.exp
3183 * gdb.cp/arg-reference.exp
3184 * gdb.cp/baseenum.exp
3185 * gdb.cp/bool.exp
3186 * gdb.cp/breakpoint.exp
3187 * gdb.cp/bs15503.exp
3188 * gdb.cp/call-c.exp
3189 * gdb.cp/casts.exp
3190 * gdb.cp/chained-calls.exp
3191 * gdb.cp/class2.exp
3192 * gdb.cp/classes.exp
3193 * gdb.cp/cmpd-minsyms.exp
3194 * gdb.cp/converts.exp
3195 * gdb.cp/cp-relocate.exp
3196 * gdb.cp/cpcompletion.exp
3197 * gdb.cp/cpexprs.exp
3198 * gdb.cp/cplabel.exp
3199 * gdb.cp/cplusfuncs.exp
3200 * gdb.cp/cpsizeof.exp
3201 * gdb.cp/ctti.exp
3202 * gdb.cp/derivation.exp
3203 * gdb.cp/destrprint.exp
3204 * gdb.cp/dispcxx.exp
3205 * gdb.cp/enum-class.exp
3206 * gdb.cp/exception.exp
3207 * gdb.cp/exceptprint.exp
3208 * gdb.cp/expand-psymtabs-cxx.exp
3209 * gdb.cp/expand-sals.exp
3210 * gdb.cp/extern-c.exp
3211 * gdb.cp/filename.exp
3212 * gdb.cp/formatted-ref.exp
3213 * gdb.cp/fpointer.exp
3214 * gdb.cp/gdb1355.exp
3215 * gdb.cp/gdb2495.exp
3216 * gdb.cp/hang.exp
3217 * gdb.cp/impl-this.exp
3218 * gdb.cp/infcall-dlopen.exp
3219 * gdb.cp/inherit.exp
3220 * gdb.cp/iostream.exp
3221 * gdb.cp/koenig.exp
3222 * gdb.cp/local.exp
3223 * gdb.cp/m-data.exp
3224 * gdb.cp/m-static.exp
3225 * gdb.cp/mb-ctor.exp
3226 * gdb.cp/mb-inline.exp
3227 * gdb.cp/mb-templates.exp
3228 * gdb.cp/member-name.exp
3229 * gdb.cp/member-ptr.exp
3230 * gdb.cp/meth-typedefs.exp
3231 * gdb.cp/method.exp
3232 * gdb.cp/method2.exp
3233 * gdb.cp/minsym-fallback.exp
3234 * gdb.cp/misc.exp
3235 * gdb.cp/namelessclass.exp
3236 * gdb.cp/namespace-enum.exp
3237 * gdb.cp/namespace-nested-import.exp
3238 * gdb.cp/namespace.exp
3239 * gdb.cp/nextoverthrow.exp
3240 * gdb.cp/no-dmgl-verbose.exp
3241 * gdb.cp/non-trivial-retval.exp
3242 * gdb.cp/noparam.exp
3243 * gdb.cp/nsdecl.exp
3244 * gdb.cp/nsimport.exp
3245 * gdb.cp/nsnested.exp
3246 * gdb.cp/nsnoimports.exp
3247 * gdb.cp/nsrecurs.exp
3248 * gdb.cp/nsstress.exp
3249 * gdb.cp/nsusing.exp
3250 * gdb.cp/operator.exp
3251 * gdb.cp/oranking.exp
3252 * gdb.cp/overload-const.exp
3253 * gdb.cp/overload.exp
3254 * gdb.cp/ovldbreak.exp
3255 * gdb.cp/ovsrch.exp
3256 * gdb.cp/paren-type.exp
3257 * gdb.cp/parse-lang.exp
3258 * gdb.cp/pass-by-ref.exp
3259 * gdb.cp/pr-1023.exp
3260 * gdb.cp/pr-1210.exp
3261 * gdb.cp/pr-574.exp
3262 * gdb.cp/pr10687.exp
3263 * gdb.cp/pr12028.exp
3264 * gdb.cp/pr17132.exp
3265 * gdb.cp/pr17494.exp
3266 * gdb.cp/pr9067.exp
3267 * gdb.cp/pr9167.exp
3268 * gdb.cp/pr9631.exp
3269 * gdb.cp/printmethod.exp
3270 * gdb.cp/psmang.exp
3271 * gdb.cp/psymtab-parameter.exp
3272 * gdb.cp/ptype-cv-cp.exp
3273 * gdb.cp/ptype-flags.exp
3274 * gdb.cp/re-set-overloaded.exp
3275 * gdb.cp/ref-types.exp
3276 * gdb.cp/rtti.exp
3277 * gdb.cp/scope-err.exp
3278 * gdb.cp/shadow.exp
3279 * gdb.cp/smartp.exp
3280 * gdb.cp/static-method.exp
3281 * gdb.cp/static-print-quit.exp
3282 * gdb.cp/temargs.exp
3283 * gdb.cp/templates.exp
3284 * gdb.cp/try_catch.exp
3285 * gdb.cp/typedef-operator.exp
3286 * gdb.cp/typeid.exp
3287 * gdb.cp/userdef.exp
3288 * gdb.cp/using-crash.exp
3289 * gdb.cp/var-tag.exp
3290 * gdb.cp/virtbase.exp
3291 * gdb.cp/virtfunc.exp
3292 * gdb.cp/virtfunc2.exp
3293 * gdb.cp/vla-cxx.exp
3294 * gdb.disasm/t01_mov.exp
3295 * gdb.disasm/t02_mova.exp
3296 * gdb.disasm/t03_add.exp
3297 * gdb.disasm/t04_sub.exp
3298 * gdb.disasm/t05_cmp.exp
3299 * gdb.disasm/t06_ari2.exp
3300 * gdb.disasm/t07_ari3.exp
3301 * gdb.disasm/t08_or.exp
3302 * gdb.disasm/t09_xor.exp
3303 * gdb.disasm/t10_and.exp
3304 * gdb.disasm/t11_logs.exp
3305 * gdb.disasm/t12_bit.exp
3306 * gdb.disasm/t13_otr.exp
3307 * gdb.dlang/circular.exp
3308 * gdb.dwarf2/arr-stride.exp
3309 * gdb.dwarf2/arr-subrange.exp
3310 * gdb.dwarf2/atomic-type.exp
3311 * gdb.dwarf2/bad-regnum.exp
3312 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3313 * gdb.dwarf2/callframecfa.exp
3314 * gdb.dwarf2/clztest.exp
3315 * gdb.dwarf2/corrupt.exp
3316 * gdb.dwarf2/data-loc.exp
3317 * gdb.dwarf2/dup-psym.exp
3318 * gdb.dwarf2/dw2-anon-mptr.exp
3319 * gdb.dwarf2/dw2-anonymous-func.exp
3320 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3321 * gdb.dwarf2/dw2-bad-unresolved.exp
3322 * gdb.dwarf2/dw2-basic.exp
3323 * gdb.dwarf2/dw2-canonicalize-type.exp
3324 * gdb.dwarf2/dw2-case-insensitive.exp
3325 * gdb.dwarf2/dw2-common-block.exp
3326 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3327 * gdb.dwarf2/dw2-compressed.exp
3328 * gdb.dwarf2/dw2-const.exp
3329 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3330 * gdb.dwarf2/dw2-cu-size.exp
3331 * gdb.dwarf2/dw2-dup-frame.exp
3332 * gdb.dwarf2/dw2-entry-value.exp
3333 * gdb.dwarf2/dw2-icycle.exp
3334 * gdb.dwarf2/dw2-ifort-parameter.exp
3335 * gdb.dwarf2/dw2-inline-break.exp
3336 * gdb.dwarf2/dw2-inline-param.exp
3337 * gdb.dwarf2/dw2-intercu.exp
3338 * gdb.dwarf2/dw2-intermix.exp
3339 * gdb.dwarf2/dw2-lexical-block-bare.exp
3340 * gdb.dwarf2/dw2-linkage-name-trust.exp
3341 * gdb.dwarf2/dw2-minsym-in-cu.exp
3342 * gdb.dwarf2/dw2-noloc.exp
3343 * gdb.dwarf2/dw2-op-call.exp
3344 * gdb.dwarf2/dw2-op-out-param.exp
3345 * gdb.dwarf2/dw2-opt-structptr.exp
3346 * gdb.dwarf2/dw2-param-error.exp
3347 * gdb.dwarf2/dw2-producer.exp
3348 * gdb.dwarf2/dw2-ranges-base.exp
3349 * gdb.dwarf2/dw2-ref-missing-frame.exp
3350 * gdb.dwarf2/dw2-reg-undefined.exp
3351 * gdb.dwarf2/dw2-regno-invalid.exp
3352 * gdb.dwarf2/dw2-restore.exp
3353 * gdb.dwarf2/dw2-restrict.exp
3354 * gdb.dwarf2/dw2-single-line-discriminators.exp
3355 * gdb.dwarf2/dw2-strp.exp
3356 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3357 * gdb.dwarf2/dw2-unresolved.exp
3358 * gdb.dwarf2/dw2-var-zero-addr.exp
3359 * gdb.dwarf2/dw4-sig-types.exp
3360 * gdb.dwarf2/dwz.exp
3361 * gdb.dwarf2/dynarr-ptr.exp
3362 * gdb.dwarf2/enum-type.exp
3363 * gdb.dwarf2/gdb-index.exp
3364 * gdb.dwarf2/implptr-64bit.exp
3365 * gdb.dwarf2/implptr-optimized-out.exp
3366 * gdb.dwarf2/implptr.exp
3367 * gdb.dwarf2/implref-array.exp
3368 * gdb.dwarf2/implref-const.exp
3369 * gdb.dwarf2/implref-global.exp
3370 * gdb.dwarf2/implref-struct.exp
3371 * gdb.dwarf2/mac-fileno.exp
3372 * gdb.dwarf2/main-subprogram.exp
3373 * gdb.dwarf2/member-ptr-forwardref.exp
3374 * gdb.dwarf2/method-ptr.exp
3375 * gdb.dwarf2/missing-sig-type.exp
3376 * gdb.dwarf2/nonvar-access.exp
3377 * gdb.dwarf2/opaque-type-lookup.exp
3378 * gdb.dwarf2/pieces-optimized-out.exp
3379 * gdb.dwarf2/pieces.exp
3380 * gdb.dwarf2/pr10770.exp
3381 * gdb.dwarf2/pr13961.exp
3382 * gdb.dwarf2/staticvirtual.exp
3383 * gdb.dwarf2/subrange.exp
3384 * gdb.dwarf2/symtab-producer.exp
3385 * gdb.dwarf2/trace-crash.exp
3386 * gdb.dwarf2/typeddwarf.exp
3387 * gdb.dwarf2/valop.exp
3388 * gdb.dwarf2/watch-notconst.exp
3389 * gdb.fortran/array-element.exp
3390 * gdb.fortran/charset.exp
3391 * gdb.fortran/common-block.exp
3392 * gdb.fortran/complex.exp
3393 * gdb.fortran/derived-type-function.exp
3394 * gdb.fortran/derived-type.exp
3395 * gdb.fortran/logical.exp
3396 * gdb.fortran/module.exp
3397 * gdb.fortran/multi-dim.exp
3398 * gdb.fortran/nested-funcs.exp
3399 * gdb.fortran/print-formatted.exp
3400 * gdb.fortran/subarray.exp
3401 * gdb.fortran/vla-alloc-assoc.exp
3402 * gdb.fortran/vla-datatypes.exp
3403 * gdb.fortran/vla-history.exp
3404 * gdb.fortran/vla-ptr-info.exp
3405 * gdb.fortran/vla-ptype-sub.exp
3406 * gdb.fortran/vla-ptype.exp
3407 * gdb.fortran/vla-sizeof.exp
3408 * gdb.fortran/vla-type.exp
3409 * gdb.fortran/vla-value-sub-arbitrary.exp
3410 * gdb.fortran/vla-value-sub-finish.exp
3411 * gdb.fortran/vla-value-sub.exp
3412 * gdb.fortran/vla-value.exp
3413 * gdb.fortran/whatis_type.exp
3414 * gdb.go/chan.exp
3415 * gdb.go/handcall.exp
3416 * gdb.go/hello.exp
3417 * gdb.go/integers.exp
3418 * gdb.go/methods.exp
3419 * gdb.go/package.exp
3420 * gdb.go/strings.exp
3421 * gdb.go/types.exp
3422 * gdb.go/unsafe.exp
3423 * gdb.guile/scm-arch.exp
3424 * gdb.guile/scm-block.exp
3425 * gdb.guile/scm-breakpoint.exp
3426 * gdb.guile/scm-cmd.exp
3427 * gdb.guile/scm-disasm.exp
3428 * gdb.guile/scm-equal.exp
3429 * gdb.guile/scm-frame-args.exp
3430 * gdb.guile/scm-frame-inline.exp
3431 * gdb.guile/scm-frame.exp
3432 * gdb.guile/scm-iterator.exp
3433 * gdb.guile/scm-math.exp
3434 * gdb.guile/scm-objfile.exp
3435 * gdb.guile/scm-ports.exp
3436 * gdb.guile/scm-symbol.exp
3437 * gdb.guile/scm-symtab.exp
3438 * gdb.guile/scm-value-cc.exp
3439 * gdb.guile/types-module.exp
3440 * gdb.linespec/break-ask.exp
3441 * gdb.linespec/cpexplicit.exp
3442 * gdb.linespec/explicit.exp
3443 * gdb.linespec/keywords.exp
3444 * gdb.linespec/linespec.exp
3445 * gdb.linespec/ls-dollar.exp
3446 * gdb.linespec/ls-errs.exp
3447 * gdb.linespec/skip-two.exp
3448 * gdb.linespec/thread.exp
3449 * gdb.mi/mi-async.exp
3450 * gdb.mi/mi-basics.exp
3451 * gdb.mi/mi-break.exp
3452 * gdb.mi/mi-catch-load.exp
3453 * gdb.mi/mi-cli.exp
3454 * gdb.mi/mi-cmd-param-changed.exp
3455 * gdb.mi/mi-console.exp
3456 * gdb.mi/mi-detach.exp
3457 * gdb.mi/mi-disassemble.exp
3458 * gdb.mi/mi-eval.exp
3459 * gdb.mi/mi-file-transfer.exp
3460 * gdb.mi/mi-file.exp
3461 * gdb.mi/mi-fill-memory.exp
3462 * gdb.mi/mi-inheritance-syntax-error.exp
3463 * gdb.mi/mi-linespec-err-cp.exp
3464 * gdb.mi/mi-logging.exp
3465 * gdb.mi/mi-memory-changed.exp
3466 * gdb.mi/mi-read-memory.exp
3467 * gdb.mi/mi-record-changed.exp
3468 * gdb.mi/mi-reg-undefined.exp
3469 * gdb.mi/mi-regs.exp
3470 * gdb.mi/mi-return.exp
3471 * gdb.mi/mi-reverse.exp
3472 * gdb.mi/mi-simplerun.exp
3473 * gdb.mi/mi-solib.exp
3474 * gdb.mi/mi-stack.exp
3475 * gdb.mi/mi-stepi.exp
3476 * gdb.mi/mi-syn-frame.exp
3477 * gdb.mi/mi-until.exp
3478 * gdb.mi/mi-var-block.exp
3479 * gdb.mi/mi-var-child.exp
3480 * gdb.mi/mi-var-cmd.exp
3481 * gdb.mi/mi-var-cp.exp
3482 * gdb.mi/mi-var-display.exp
3483 * gdb.mi/mi-var-invalidate.exp
3484 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3485 * gdb.mi/mi-vla-fortran.exp
3486 * gdb.mi/mi-watch.exp
3487 * gdb.mi/mi2-var-child.exp
3488 * gdb.mi/user-selected-context-sync.exp
3489 * gdb.modula2/unbounded-array.exp
3490 * gdb.multi/dummy-frame-restore.exp
3491 * gdb.multi/multi-arch-exec.exp
3492 * gdb.multi/multi-arch.exp
3493 * gdb.multi/tids.exp
3494 * gdb.multi/watchpoint-multi.exp
3495 * gdb.opencl/callfuncs.exp
3496 * gdb.opencl/convs_casts.exp
3497 * gdb.opencl/datatypes.exp
3498 * gdb.opencl/operators.exp
3499 * gdb.opencl/vec_comps.exp
3500 * gdb.opt/clobbered-registers-O2.exp
3501 * gdb.opt/inline-break.exp
3502 * gdb.opt/inline-bt.exp
3503 * gdb.opt/inline-cmds.exp
3504 * gdb.opt/inline-locals.exp
3505 * gdb.pascal/case-insensitive-symbols.exp
3506 * gdb.pascal/floats.exp
3507 * gdb.pascal/gdb11492.exp
3508 * gdb.python/lib-types.exp
3509 * gdb.python/py-arch.exp
3510 * gdb.python/py-as-string.exp
3511 * gdb.python/py-bad-printers.exp
3512 * gdb.python/py-block.exp
3513 * gdb.python/py-breakpoint-create-fail.exp
3514 * gdb.python/py-breakpoint.exp
3515 * gdb.python/py-caller-is.exp
3516 * gdb.python/py-cmd.exp
3517 * gdb.python/py-explore-cc.exp
3518 * gdb.python/py-explore.exp
3519 * gdb.python/py-finish-breakpoint.exp
3520 * gdb.python/py-finish-breakpoint2.exp
3521 * gdb.python/py-frame-args.exp
3522 * gdb.python/py-frame-inline.exp
3523 * gdb.python/py-frame.exp
3524 * gdb.python/py-framefilter-mi.exp
3525 * gdb.python/py-infthread.exp
3526 * gdb.python/py-lazy-string.exp
3527 * gdb.python/py-linetable.exp
3528 * gdb.python/py-mi-events.exp
3529 * gdb.python/py-mi-objfile.exp
3530 * gdb.python/py-mi.exp
3531 * gdb.python/py-objfile.exp
3532 * gdb.python/py-pp-integral.exp
3533 * gdb.python/py-pp-maint.exp
3534 * gdb.python/py-pp-re-notag.exp
3535 * gdb.python/py-pp-registration.exp
3536 * gdb.python/py-recurse-unwind.exp
3537 * gdb.python/py-strfns.exp
3538 * gdb.python/py-symbol.exp
3539 * gdb.python/py-symtab.exp
3540 * gdb.python/py-sync-interp.exp
3541 * gdb.python/py-typeprint.exp
3542 * gdb.python/py-unwind-maint.exp
3543 * gdb.python/py-unwind.exp
3544 * gdb.python/py-value-cc.exp
3545 * gdb.python/py-xmethods.exp
3546 * gdb.reverse/amd64-tailcall-reverse.exp
3547 * gdb.reverse/break-precsave.exp
3548 * gdb.reverse/break-reverse.exp
3549 * gdb.reverse/consecutive-precsave.exp
3550 * gdb.reverse/consecutive-reverse.exp
3551 * gdb.reverse/finish-precsave.exp
3552 * gdb.reverse/finish-reverse-bkpt.exp
3553 * gdb.reverse/finish-reverse.exp
3554 * gdb.reverse/fstatat-reverse.exp
3555 * gdb.reverse/getresuid-reverse.exp
3556 * gdb.reverse/i386-precsave.exp
3557 * gdb.reverse/i386-reverse.exp
3558 * gdb.reverse/i386-sse-reverse.exp
3559 * gdb.reverse/i387-env-reverse.exp
3560 * gdb.reverse/i387-stack-reverse.exp
3561 * gdb.reverse/insn-reverse.exp
3562 * gdb.reverse/machinestate-precsave.exp
3563 * gdb.reverse/machinestate.exp
3564 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3565 * gdb.reverse/pipe-reverse.exp
3566 * gdb.reverse/readv-reverse.exp
3567 * gdb.reverse/recvmsg-reverse.exp
3568 * gdb.reverse/rerun-prec.exp
3569 * gdb.reverse/s390-mvcle.exp
3570 * gdb.reverse/step-precsave.exp
3571 * gdb.reverse/step-reverse.exp
3572 * gdb.reverse/time-reverse.exp
3573 * gdb.reverse/until-precsave.exp
3574 * gdb.reverse/until-reverse.exp
3575 * gdb.reverse/waitpid-reverse.exp
3576 * gdb.reverse/watch-precsave.exp
3577 * gdb.reverse/watch-reverse.exp
3578 * gdb.rust/generics.exp
3579 * gdb.rust/methods.exp
3580 * gdb.rust/modules.exp
3581 * gdb.rust/simple.exp
3582 * gdb.server/connect-with-no-symbol-file.exp
3583 * gdb.server/ext-attach.exp
3584 * gdb.server/ext-restart.exp
3585 * gdb.server/ext-wrapper.exp
3586 * gdb.server/file-transfer.exp
3587 * gdb.server/server-exec-info.exp
3588 * gdb.server/server-kill.exp
3589 * gdb.server/server-mon.exp
3590 * gdb.server/wrapper.exp
3591 * gdb.stabs/exclfwd.exp
3592 * gdb.stabs/gdb11479.exp
3593 * gdb.threads/clone-new-thread-event.exp
3594 * gdb.threads/corethreads.exp
3595 * gdb.threads/current-lwp-dead.exp
3596 * gdb.threads/dlopen-libpthread.exp
3597 * gdb.threads/gcore-thread.exp
3598 * gdb.threads/sigstep-threads.exp
3599 * gdb.threads/watchpoint-fork.exp
3600 * gdb.trace/actions-changed.exp
3601 * gdb.trace/backtrace.exp
3602 * gdb.trace/change-loc.exp
3603 * gdb.trace/circ.exp
3604 * gdb.trace/collection.exp
3605 * gdb.trace/disconnected-tracing.exp
3606 * gdb.trace/ftrace.exp
3607 * gdb.trace/mi-trace-frame-collected.exp
3608 * gdb.trace/mi-trace-unavailable.exp
3609 * gdb.trace/mi-traceframe-changed.exp
3610 * gdb.trace/mi-tsv-changed.exp
3611 * gdb.trace/no-attach-trace.exp
3612 * gdb.trace/passc-dyn.exp
3613 * gdb.trace/qtro.exp
3614 * gdb.trace/range-stepping.exp
3615 * gdb.trace/read-memory.exp
3616 * gdb.trace/save-trace.exp
3617 * gdb.trace/signal.exp
3618 * gdb.trace/status-stop.exp
3619 * gdb.trace/tfile.exp
3620 * gdb.trace/trace-break.exp
3621 * gdb.trace/trace-buffer-size.exp
3622 * gdb.trace/trace-condition.exp
3623 * gdb.trace/tracefile-pseudo-reg.exp
3624 * gdb.trace/tstatus.exp
3625 * gdb.trace/unavailable.exp
3626 * gdb.trace/while-dyn.exp
3627 * gdb.trace/while-stepping.exp
3628
3629 2016-12-22 Doug Evans <xdje42@gmail.com>
3630
3631 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3632 and msymbols.
3633
3634 2016-12-19 Yao Qi <yao.qi@linaro.org>
3635
3636 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3637 (test_with_self): Don't call do_steps_and_nexts, and remove
3638 code about stepping into xmalloc.
3639
3640 2016-12-09 Yao Qi <yao.qi@linaro.org>
3641
3642 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3643
3644 2016-12-09 Yao Qi <yao.qi@linaro.org>
3645
3646 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3647
3648 2016-12-09 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.base/all-architectures-0.exp: New file.
3651 * gdb.base/all-architectures-1.exp: New file.
3652 * gdb.base/all-architectures-2.exp: New file.
3653 * gdb.base/all-architectures-3.exp: New file.
3654 * gdb.base/all-architectures-4.exp: New file.
3655 * gdb.base/all-architectures-5.exp: New file.
3656 * gdb.base/all-architectures-6.exp: New file.
3657 * gdb.base/all-architectures-7.exp: New file.
3658 * gdb.base/all-architectures.exp.in: New file.
3659
3660 2016-12-09 Yao Qi <yao.qi@linaro.org>
3661
3662 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3663
3664 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3665
3666 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3667 possible.
3668 Remove useless pattern-matching code.
3669
3670 2016-12-02 Pedro Alves <palves@redhat.com>
3671
3672 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3673 procedure.
3674 (top level): Call it.
3675
3676 2016-12-02 Pedro Alves <palves@redhat.com>
3677
3678 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3679 New procedure.
3680 (top level): Call it.
3681
3682 2016-12-02 Pedro Alves <palves@redhat.com>
3683
3684 PR cli/20559
3685 * gdb.base/commands.exp (user_defined_command_args_eval): New
3686 procedure.
3687 (top level): Call it.
3688
3689 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3690
3691 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3692 timeout handling.
3693
3694 2016-12-02 Tom Tromey <tom@tromey.com>
3695
3696 * gdb.dwarf2/main-subprogram.c: New file.
3697 * gdb.dwarf2/main-subprogram.exp: New file.
3698
3699 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3700
3701 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3702 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3703 gdb_test_no_output for a couple of cases.
3704 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3705
3706 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3707
3708 Fix test names and standardize compilation error messages throughout
3709 the following files:
3710
3711 * gdb.ada/start.exp
3712 * gdb.arch/alpha-step.exp
3713 * gdb.arch/e500-prologue.exp
3714 * gdb.arch/ftrace-insn-reloc.exp
3715 * gdb.arch/gdb1291.exp
3716 * gdb.arch/gdb1431.exp
3717 * gdb.arch/gdb1558.exp
3718 * gdb.arch/i386-dr3-watch.exp
3719 * gdb.arch/i386-sse-stack-align.exp
3720 * gdb.arch/ia64-breakpoint-shadow.exp
3721 * gdb.arch/pa-nullify.exp
3722 * gdb.arch/powerpc-aix-prologue.exp
3723 * gdb.arch/thumb-bx-pc.exp
3724 * gdb.base/annota1.exp
3725 * gdb.base/annota3.exp
3726 * gdb.base/arrayidx.exp
3727 * gdb.base/assign.exp
3728 * gdb.base/attach.exp
3729 * gdb.base/auxv.exp
3730 * gdb.base/bang.exp
3731 * gdb.base/bfp-test.exp
3732 * gdb.base/bigcore.exp
3733 * gdb.base/bitfields2.exp
3734 * gdb.base/break-fun-addr.exp
3735 * gdb.base/break-probes.exp
3736 * gdb.base/call-rt-st.exp
3737 * gdb.base/callexit.exp
3738 * gdb.base/catch-fork-kill.exp
3739 * gdb.base/charset.exp
3740 * gdb.base/checkpoint.exp
3741 * gdb.base/comprdebug.exp
3742 * gdb.base/constvars.exp
3743 * gdb.base/coredump-filter.exp
3744 * gdb.base/cursal.exp
3745 * gdb.base/cvexpr.exp
3746 * gdb.base/detach.exp
3747 * gdb.base/display.exp
3748 * gdb.base/dmsym.exp
3749 * gdb.base/dprintf-pending.exp
3750 * gdb.base/dso2dso.exp
3751 * gdb.base/dtrace-probe.exp
3752 * gdb.base/dump.exp
3753 * gdb.base/enum_cond.exp
3754 * gdb.base/exe-lock.exp
3755 * gdb.base/exec-invalid-sysroot.exp
3756 * gdb.base/execl-update-breakpoints.exp
3757 * gdb.base/exprs.exp
3758 * gdb.base/fileio.exp
3759 * gdb.base/find.exp
3760 * gdb.base/finish.exp
3761 * gdb.base/fixsection.exp
3762 * gdb.base/foll-vfork.exp
3763 * gdb.base/frame-args.exp
3764 * gdb.base/gcore.exp
3765 * gdb.base/gdb1250.exp
3766 * gdb.base/global-var-nested-by-dso.exp
3767 * gdb.base/gnu-ifunc.exp
3768 * gdb.base/hashline1.exp
3769 * gdb.base/hashline2.exp
3770 * gdb.base/hashline3.exp
3771 * gdb.base/hbreak-in-shr-unsupported.exp
3772 * gdb.base/huge.exp
3773 * gdb.base/infcall-input.exp
3774 * gdb.base/info-fun.exp
3775 * gdb.base/info-shared.exp
3776 * gdb.base/jit-simple.exp
3777 * gdb.base/jit-so.exp
3778 * gdb.base/jit.exp
3779 * gdb.base/jump.exp
3780 * gdb.base/label.exp
3781 * gdb.base/lineinc.exp
3782 * gdb.base/logical.exp
3783 * gdb.base/longjmp.exp
3784 * gdb.base/macscp.exp
3785 * gdb.base/miscexprs.exp
3786 * gdb.base/new-ui-echo.exp
3787 * gdb.base/new-ui-pending-input.exp
3788 * gdb.base/new-ui.exp
3789 * gdb.base/nodebug.exp
3790 * gdb.base/nofield.exp
3791 * gdb.base/offsets.exp
3792 * gdb.base/overlays.exp
3793 * gdb.base/pending.exp
3794 * gdb.base/pointers.exp
3795 * gdb.base/pr11022.exp
3796 * gdb.base/printcmds.exp
3797 * gdb.base/prologue.exp
3798 * gdb.base/ptr-typedef.exp
3799 * gdb.base/realname-expand.exp
3800 * gdb.base/relativedebug.exp
3801 * gdb.base/relocate.exp
3802 * gdb.base/remote.exp
3803 * gdb.base/reread.exp
3804 * gdb.base/return2.exp
3805 * gdb.base/savedregs.exp
3806 * gdb.base/sep.exp
3807 * gdb.base/sepdebug.exp
3808 * gdb.base/sepsymtab.exp
3809 * gdb.base/set-inferior-tty.exp
3810 * gdb.base/setshow.exp
3811 * gdb.base/shlib-call.exp
3812 * gdb.base/sigaltstack.exp
3813 * gdb.base/siginfo-addr.exp
3814 * gdb.base/signals.exp
3815 * gdb.base/signull.exp
3816 * gdb.base/sigrepeat.exp
3817 * gdb.base/so-impl-ld.exp
3818 * gdb.base/solib-display.exp
3819 * gdb.base/solib-overlap.exp
3820 * gdb.base/solib-search.exp
3821 * gdb.base/solib-symbol.exp
3822 * gdb.base/structs.exp
3823 * gdb.base/structs2.exp
3824 * gdb.base/symtab-search-order.exp
3825 * gdb.base/twice.exp
3826 * gdb.base/unload.exp
3827 * gdb.base/varargs.exp
3828 * gdb.base/watchpoint-solib.exp
3829 * gdb.base/watchpoint.exp
3830 * gdb.base/whatis.exp
3831 * gdb.base/wrong_frame_bt_full.exp
3832 * gdb.btrace/dlopen.exp
3833 * gdb.cell/ea-standalone.exp
3834 * gdb.cell/ea-test.exp
3835 * gdb.cp/dispcxx.exp
3836 * gdb.cp/gdb2384.exp
3837 * gdb.cp/method2.exp
3838 * gdb.cp/nextoverthrow.exp
3839 * gdb.cp/pr10728.exp
3840 * gdb.disasm/am33.exp
3841 * gdb.disasm/h8300s.exp
3842 * gdb.disasm/mn10300.exp
3843 * gdb.disasm/sh3.exp
3844 * gdb.dwarf2/dw2-dir-file-name.exp
3845 * gdb.fortran/complex.exp
3846 * gdb.fortran/library-module.exp
3847 * gdb.guile/scm-pretty-print.exp
3848 * gdb.guile/scm-symbol.exp
3849 * gdb.guile/scm-type.exp
3850 * gdb.guile/scm-value.exp
3851 * gdb.linespec/linespec.exp
3852 * gdb.mi/gdb701.exp
3853 * gdb.mi/gdb792.exp
3854 * gdb.mi/mi-breakpoint-changed.exp
3855 * gdb.mi/mi-dprintf-pending.exp
3856 * gdb.mi/mi-dprintf.exp
3857 * gdb.mi/mi-exit-code.exp
3858 * gdb.mi/mi-pending.exp
3859 * gdb.mi/mi-solib.exp
3860 * gdb.mi/new-ui-mi-sync.exp
3861 * gdb.mi/pr11022.exp
3862 * gdb.mi/user-selected-context-sync.exp
3863 * gdb.opt/solib-intra-step.exp
3864 * gdb.python/py-events.exp
3865 * gdb.python/py-finish-breakpoint.exp
3866 * gdb.python/py-mi.exp
3867 * gdb.python/py-prettyprint.exp
3868 * gdb.python/py-shared.exp
3869 * gdb.python/py-symbol.exp
3870 * gdb.python/py-template.exp
3871 * gdb.python/py-type.exp
3872 * gdb.python/py-value.exp
3873 * gdb.reverse/solib-precsave.exp
3874 * gdb.reverse/solib-reverse.exp
3875 * gdb.server/solib-list.exp
3876 * gdb.stabs/weird.exp
3877 * gdb.threads/reconnect-signal.exp
3878 * gdb.threads/stepi-random-signal.exp
3879 * gdb.trace/actions.exp
3880 * gdb.trace/ax.exp
3881 * gdb.trace/backtrace.exp
3882 * gdb.trace/change-loc.exp
3883 * gdb.trace/deltrace.exp
3884 * gdb.trace/ftrace-lock.exp
3885 * gdb.trace/ftrace.exp
3886 * gdb.trace/infotrace.exp
3887 * gdb.trace/mi-tracepoint-changed.exp
3888 * gdb.trace/packetlen.exp
3889 * gdb.trace/passcount.exp
3890 * gdb.trace/pending.exp
3891 * gdb.trace/range-stepping.exp
3892 * gdb.trace/report.exp
3893 * gdb.trace/stap-trace.exp
3894 * gdb.trace/tfind.exp
3895 * gdb.trace/trace-break.exp
3896 * gdb.trace/trace-condition.exp
3897 * gdb.trace/trace-enable-disable.exp
3898 * gdb.trace/trace-mt.exp
3899 * gdb.trace/tracecmd.exp
3900 * gdb.trace/tspeed.exp
3901 * gdb.trace/tsv.exp
3902 * lib/perftest.exp
3903
3904 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3905
3906 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
3907 with gdb_test_no_output.
3908 Use command as test name.
3909
3910 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3911
3912 Fix test names starting with uppercase throughout the files.
3913
3914 * gdb.ada/assign_1.exp
3915 * gdb.ada/boolean_expr.exp
3916 * gdb.base/arrayidx.exp
3917 * gdb.base/del.exp
3918 * gdb.base/gcore-buffer-overflow.exp
3919 * gdb.base/testenv.exp
3920 * gdb.compile/compile.exp
3921 * gdb.python/py-framefilter-invalidarg.exp
3922 * gdb.python/py-framefilter.exp
3923
3924 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3925
3926 Fix test names starting with uppercase throughout the files.
3927
3928 * gdb.ada/array_return.exp
3929 * gdb.ada/expr_delims.exp
3930 * gdb.ada/mi_dyn_arr.exp
3931 * gdb.ada/mi_interface.exp
3932 * gdb.ada/mi_var_array.exp
3933 * gdb.ada/watch_arg.exp
3934 * gdb.arch/alpha-step.exp
3935 * gdb.arch/altivec-regs.exp
3936 * gdb.arch/e500-regs.exp
3937 * gdb.arch/powerpc-d128-regs.exp
3938 * gdb.base/arrayidx.exp
3939 * gdb.base/break.exp
3940 * gdb.base/checkpoint.exp
3941 * gdb.base/debug-expr.exp
3942 * gdb.base/dmsym.exp
3943 * gdb.base/radix.exp
3944 * gdb.base/sepdebug.exp
3945 * gdb.base/testenv.exp
3946 * gdb.base/watch_thread_num.exp
3947 * gdb.base/watchpoint-cond-gone.exp
3948 * gdb.cell/break.exp
3949 * gdb.cell/ea-cache.exp
3950 * gdb.compile/compile.exp
3951 * gdb.cp/gdb2495.exp
3952 * gdb.gdb/selftest.exp
3953 * gdb.gdb/xfullpath.exp
3954 * gdb.go/hello.exp
3955 * gdb.go/integers.exp
3956 * gdb.objc/basicclass.exp
3957 * gdb.pascal/hello.exp
3958 * gdb.pascal/integers.exp
3959 * gdb.python/py-breakpoint.exp
3960 * gdb.python/py-cmd.exp
3961 * gdb.python/py-linetable.exp
3962 * gdb.python/py-xmethods.exp
3963 * gdb.python/python.exp
3964 * gdb.reverse/consecutive-precsave.exp
3965 * gdb.reverse/finish-precsave.exp
3966 * gdb.reverse/i386-precsave.exp
3967 * gdb.reverse/machinestate-precsave.exp
3968 * gdb.reverse/sigall-precsave.exp
3969 * gdb.reverse/solib-precsave.exp
3970 * gdb.reverse/step-precsave.exp
3971 * gdb.reverse/until-precsave.exp
3972 * gdb.reverse/watch-precsave.exp
3973 * gdb.threads/leader-exit.exp
3974 * gdb.threads/pthreads.exp
3975 * gdb.threads/wp-replication.exp
3976 * gdb.trace/actions.exp
3977 * gdb.trace/mi-tsv-changed.exp
3978 * gdb.trace/tsv.exp
3979
3980 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3981
3982 Fix test names starting with uppercase throughout the files.
3983
3984 * gdb.arch/i386-bp_permanent.exp
3985 * gdb.arch/i386-gnu-cfi.exp
3986 * gdb.base/disasm-end-cu.exp
3987 * gdb.base/macscp.exp
3988 * gdb.base/pending.exp
3989 * gdb.base/watch_thread_num.exp
3990 * gdb.cp/exception.exp
3991 * gdb.cp/gdb2495.exp
3992 * gdb.cp/local.exp
3993 * gdb.python/py-evsignal.exp
3994 * gdb.python/python.exp
3995 * gdb.trace/tracecmd.exp
3996
3997 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3998
3999 Fix test names starting with uppercase throughout the files.
4000
4001 * gdb.base/charset.exp
4002 * gdb.base/eval.exp
4003 * gdb.base/multi-forks.exp
4004 * gdb.guile/scm-progspace.exp
4005 * gdb.opencl/datatypes.exp
4006 * gdb.python/py-block.exp
4007 * gdb.python/py-function.exp
4008 * gdb.python/py-symbol.exp
4009 * gdb.python/py-symtab.exp
4010 * gdb.python/py-xmethods.exp
4011 * gdb.reverse/break-precsave.exp
4012 * gdb.reverse/break-reverse.exp
4013 * gdb.reverse/consecutive-precsave.exp
4014 * gdb.reverse/consecutive-reverse.exp
4015 * gdb.reverse/finish-precsave.exp
4016 * gdb.reverse/finish-reverse-bkpt.exp
4017 * gdb.reverse/finish-reverse.exp
4018 * gdb.reverse/fstatat-reverse.exp
4019 * gdb.reverse/getresuid-reverse.exp
4020 * gdb.reverse/i386-precsave.exp
4021 * gdb.reverse/i386-reverse.exp
4022 * gdb.reverse/i386-sse-reverse.exp
4023 * gdb.reverse/i387-stack-reverse.exp
4024 * gdb.reverse/insn-reverse.exp
4025 * gdb.reverse/machinestate-precsave.exp
4026 * gdb.reverse/machinestate.exp
4027 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4028 * gdb.reverse/pipe-reverse.exp
4029 * gdb.reverse/readv-reverse.exp
4030 * gdb.reverse/recvmsg-reverse.exp
4031 * gdb.reverse/rerun-prec.exp
4032 * gdb.reverse/s390-mvcle.exp
4033 * gdb.reverse/sigall-precsave.exp
4034 * gdb.reverse/sigall-reverse.exp
4035 * gdb.reverse/solib-precsave.exp
4036 * gdb.reverse/solib-reverse.exp
4037 * gdb.reverse/step-precsave.exp
4038 * gdb.reverse/step-reverse.exp
4039 * gdb.reverse/time-reverse.exp
4040 * gdb.reverse/until-precsave.exp
4041 * gdb.reverse/until-reverse.exp
4042 * gdb.reverse/waitpid-reverse.exp
4043 * gdb.reverse/watch-precsave.exp
4044 * gdb.reverse/watch-reverse.exp
4045
4046 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4047
4048 Fix test names starting with uppercase throughout the files.
4049
4050 * gdb.arch/i386-mpx-simple_segv.exp
4051 * gdb.arch/i386-mpx.exp
4052 * gdb.arch/i386-permbkpt.exp
4053 * gdb.arch/pa-nullify.exp
4054 * gdb.arch/powerpc-d128-regs.exp
4055 * gdb.arch/vsx-regs.exp
4056 * gdb.base/bfp-test.exp
4057 * gdb.base/break.exp
4058 * gdb.base/breakpoint-shadow.exp
4059 * gdb.base/callfuncs.exp
4060 * gdb.base/charset.exp
4061 * gdb.base/commands.exp
4062 * gdb.base/completion.exp
4063 * gdb.base/dfp-test.exp
4064 * gdb.base/echo.exp
4065 * gdb.base/ending-run.exp
4066 * gdb.base/eval.exp
4067 * gdb.base/expand-psymtabs.exp
4068 * gdb.base/float128.exp
4069 * gdb.base/floatn.exp
4070 * gdb.base/foll-exec-mode.exp
4071 * gdb.base/gdb1056.exp
4072 * gdb.base/gdb11531.exp
4073 * gdb.base/kill-after-signal.exp
4074 * gdb.base/multi-forks.exp
4075 * gdb.base/overlays.exp
4076 * gdb.base/pending.exp
4077 * gdb.base/sepdebug.exp
4078 * gdb.base/testenv.exp
4079 * gdb.base/valgrind-db-attach.exp
4080 * gdb.base/watch_thread_num.exp
4081 * gdb.base/watchpoint-cond-gone.exp
4082 * gdb.base/watchpoint.exp
4083 * gdb.base/watchpoints.exp
4084 * gdb.cp/arg-reference.exp
4085 * gdb.cp/baseenum.exp
4086 * gdb.cp/operator.exp
4087 * gdb.cp/shadow.exp
4088 * gdb.dwarf2/dw2-op-out-param.exp
4089 * gdb.dwarf2/dw2-reg-undefined.exp
4090 * gdb.go/chan.exp
4091 * gdb.go/hello.exp
4092 * gdb.go/integers.exp
4093 * gdb.go/methods.exp
4094 * gdb.go/package.exp
4095 * gdb.guile/scm-parameter.exp
4096 * gdb.guile/scm-progspace.exp
4097 * gdb.guile/scm-value.exp
4098 * gdb.mi/mi-pending.exp
4099 * gdb.mi/user-selected-context-sync.exp
4100 * gdb.multi/multi-attach.exp
4101 * gdb.multi/tids.exp
4102 * gdb.opt/clobbered-registers-O2.exp
4103 * gdb.pascal/floats.exp
4104 * gdb.pascal/integers.exp
4105 * gdb.python/py-block.exp
4106 * gdb.python/py-events.exp
4107 * gdb.python/py-parameter.exp
4108 * gdb.python/py-symbol.exp
4109 * gdb.python/py-symtab.exp
4110 * gdb.python/py-type.exp
4111 * gdb.python/py-value.exp
4112 * gdb.python/py-xmethods.exp
4113 * gdb.python/python.exp
4114 * gdb.reverse/break-precsave.exp
4115 * gdb.reverse/consecutive-precsave.exp
4116 * gdb.reverse/finish-precsave.exp
4117 * gdb.reverse/i386-precsave.exp
4118 * gdb.reverse/machinestate-precsave.exp
4119 * gdb.reverse/sigall-precsave.exp
4120 * gdb.reverse/solib-precsave.exp
4121 * gdb.reverse/step-precsave.exp
4122 * gdb.reverse/until-precsave.exp
4123 * gdb.reverse/watch-precsave.exp
4124 * gdb.server/ext-attach.exp
4125 * gdb.server/ext-restart.exp
4126 * gdb.server/ext-run.exp
4127 * gdb.server/ext-wrapper.exp
4128 * gdb.stabs/gdb11479.exp
4129 * gdb.stabs/weird.exp
4130 * gdb.threads/attach-many-short-lived-threads.exp
4131 * gdb.threads/kill.exp
4132 * gdb.threads/watchpoint-fork.exp
4133
4134 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4135
4136 Fix test names starting with uppercase throughout all the files below.
4137
4138 * gdb.ada/array_return.exp
4139 * gdb.ada/catch_ex.exp
4140 * gdb.ada/info_exc.exp
4141 * gdb.ada/mi_catch_ex.exp
4142 * gdb.ada/mi_dyn_arr.exp
4143 * gdb.ada/mi_ex_cond.exp
4144 * gdb.ada/mi_exc_info.exp
4145 * gdb.ada/mi_interface.exp
4146 * gdb.ada/mi_task_arg.exp
4147 * gdb.ada/mi_task_info.exp
4148 * gdb.ada/mi_var_array.exp
4149 * gdb.arch/alpha-step.exp
4150 * gdb.arch/amd64-disp-step.exp
4151 * gdb.arch/arm-disp-step.exp
4152 * gdb.arch/disp-step-insn-reloc.exp
4153 * gdb.arch/e500-prologue.exp
4154 * gdb.arch/ftrace-insn-reloc.exp
4155 * gdb.arch/gdb1558.exp
4156 * gdb.arch/i386-bp_permanent.exp
4157 * gdb.arch/i386-disp-step.exp
4158 * gdb.arch/i386-float.exp
4159 * gdb.arch/i386-gnu-cfi.exp
4160 * gdb.arch/ia64-breakpoint-shadow.exp
4161 * gdb.arch/mips16-thunks.exp
4162 * gdb.arch/pa-nullify.exp
4163 * gdb.arch/powerpc-aix-prologue.exp
4164 * gdb.arch/powerpc-power.exp
4165 * gdb.arch/ppc-dfp.exp
4166 * gdb.arch/s390-tdbregs.exp
4167 * gdb.arch/spu-info.exp
4168 * gdb.arch/spu-ls.exp
4169 * gdb.arch/thumb-bx-pc.exp
4170 * gdb.base/advance.exp
4171 * gdb.base/annota-input-while-running.exp
4172 * gdb.base/arrayidx.exp
4173 * gdb.base/asmlabel.exp
4174 * gdb.base/async.exp
4175 * gdb.base/attach-wait-input.exp
4176 * gdb.base/auto-connect-native-target.exp
4177 * gdb.base/batch-preserve-term-settings.exp
4178 * gdb.base/bfp-test.exp
4179 * gdb.base/bigcore.exp
4180 * gdb.base/bp-permanent.exp
4181 * gdb.base/break-always.exp
4182 * gdb.base/break-fun-addr.exp
4183 * gdb.base/break-idempotent.exp
4184 * gdb.base/break-main-file-remove-fail.exp
4185 * gdb.base/break-probes.exp
4186 * gdb.base/break-unload-file.exp
4187 * gdb.base/break.exp
4188 * gdb.base/call-ar-st.exp
4189 * gdb.base/call-rt-st.exp
4190 * gdb.base/call-sc.exp
4191 * gdb.base/call-signal-resume.exp
4192 * gdb.base/call-strs.exp
4193 * gdb.base/callexit.exp
4194 * gdb.base/callfuncs.exp
4195 * gdb.base/catch-gdb-caused-signals.exp
4196 * gdb.base/catch-signal-siginfo-cond.exp
4197 * gdb.base/catch-syscall.exp
4198 * gdb.base/compare-sections.exp
4199 * gdb.base/cond-eval-mode.exp
4200 * gdb.base/condbreak-call-false.exp
4201 * gdb.base/consecutive-step-over.exp
4202 * gdb.base/cursal.exp
4203 * gdb.base/disabled-location.exp
4204 * gdb.base/disasm-end-cu.exp
4205 * gdb.base/display.exp
4206 * gdb.base/double-prompt-target-event-error.exp
4207 * gdb.base/dprintf-bp-same-addr.exp
4208 * gdb.base/dprintf-detach.exp
4209 * gdb.base/dprintf-next.exp
4210 * gdb.base/dprintf-non-stop.exp
4211 * gdb.base/dprintf-pending.exp
4212 * gdb.base/dso2dso.exp
4213 * gdb.base/ending-run.exp
4214 * gdb.base/enum_cond.exp
4215 * gdb.base/examine-backward.exp
4216 * gdb.base/exe-lock.exp
4217 * gdb.base/exec-invalid-sysroot.exp
4218 * gdb.base/execl-update-breakpoints.exp
4219 * gdb.base/execution-termios.exp
4220 * gdb.base/fileio.exp
4221 * gdb.base/fixsection.exp
4222 * gdb.base/foll-exec-mode.exp
4223 * gdb.base/foll-exec.exp
4224 * gdb.base/fork-running-state.exp
4225 * gdb.base/frame-args.exp
4226 * gdb.base/fullpath-expand.exp
4227 * gdb.base/func-ptr.exp
4228 * gdb.base/gcore-relro-pie.exp
4229 * gdb.base/gdb1090.exp
4230 * gdb.base/gdb1555.exp
4231 * gdb.base/global-var-nested-by-dso.exp
4232 * gdb.base/gnu-ifunc.exp
4233 * gdb.base/hbreak-in-shr-unsupported.exp
4234 * gdb.base/hbreak-unmapped.exp
4235 * gdb.base/hook-stop.exp
4236 * gdb.base/infcall-input.exp
4237 * gdb.base/info-fun.exp
4238 * gdb.base/info-shared.exp
4239 * gdb.base/interrupt-noterm.exp
4240 * gdb.base/jit-so.exp
4241 * gdb.base/jit.exp
4242 * gdb.base/line-symtabs.exp
4243 * gdb.base/list.exp
4244 * gdb.base/longjmp.exp
4245 * gdb.base/macscp.exp
4246 * gdb.base/max-value-size.exp
4247 * gdb.base/nodebug.exp
4248 * gdb.base/nofield.exp
4249 * gdb.base/overlays.exp
4250 * gdb.base/paginate-after-ctrl-c-running.exp
4251 * gdb.base/paginate-bg-execution.exp
4252 * gdb.base/paginate-inferior-exit.exp
4253 * gdb.base/pending.exp
4254 * gdb.base/pr11022.exp
4255 * gdb.base/printcmds.exp
4256 * gdb.base/ptr-typedef.exp
4257 * gdb.base/ptype.exp
4258 * gdb.base/randomize.exp
4259 * gdb.base/range-stepping.exp
4260 * gdb.base/realname-expand.exp
4261 * gdb.base/relativedebug.exp
4262 * gdb.base/remote.exp
4263 * gdb.base/savedregs.exp
4264 * gdb.base/sepdebug.exp
4265 * gdb.base/set-noassign.exp
4266 * gdb.base/shlib-call.exp
4267 * gdb.base/shreloc.exp
4268 * gdb.base/sigaltstack.exp
4269 * gdb.base/sigbpt.exp
4270 * gdb.base/siginfo-addr.exp
4271 * gdb.base/siginfo-obj.exp
4272 * gdb.base/siginfo-thread.exp
4273 * gdb.base/signest.exp
4274 * gdb.base/signull.exp
4275 * gdb.base/sigrepeat.exp
4276 * gdb.base/skip.exp
4277 * gdb.base/so-impl-ld.exp
4278 * gdb.base/solib-corrupted.exp
4279 * gdb.base/solib-disc.exp
4280 * gdb.base/solib-display.exp
4281 * gdb.base/solib-overlap.exp
4282 * gdb.base/solib-search.exp
4283 * gdb.base/solib-symbol.exp
4284 * gdb.base/source-execution.exp
4285 * gdb.base/sss-bp-on-user-bp-2.exp
4286 * gdb.base/sss-bp-on-user-bp.exp
4287 * gdb.base/stack-checking.exp
4288 * gdb.base/stale-infcall.exp
4289 * gdb.base/step-break.exp
4290 * gdb.base/step-line.exp
4291 * gdb.base/step-over-exit.exp
4292 * gdb.base/step-test.exp
4293 * gdb.base/structs.exp
4294 * gdb.base/sym-file.exp
4295 * gdb.base/symtab-search-order.exp
4296 * gdb.base/term.exp
4297 * gdb.base/type-opaque.exp
4298 * gdb.base/unload.exp
4299 * gdb.base/until-nodebug.exp
4300 * gdb.base/until.exp
4301 * gdb.base/unwindonsignal.exp
4302 * gdb.base/watch-cond.exp
4303 * gdb.base/watch-non-mem.exp
4304 * gdb.base/watch_thread_num.exp
4305 * gdb.base/watchpoint-reuse-slot.exp
4306 * gdb.base/watchpoint-solib.exp
4307 * gdb.base/watchpoint.exp
4308 * gdb.btrace/dlopen.exp
4309 * gdb.cell/arch.exp
4310 * gdb.cell/break.exp
4311 * gdb.cell/bt.exp
4312 * gdb.cell/core.exp
4313 * gdb.cell/data.exp
4314 * gdb.cell/dwarfaddr.exp
4315 * gdb.cell/ea-cache.exp
4316 * gdb.cell/ea-standalone.exp
4317 * gdb.cell/ea-test.exp
4318 * gdb.cell/f-regs.exp
4319 * gdb.cell/fork.exp
4320 * gdb.cell/gcore.exp
4321 * gdb.cell/mem-access.exp
4322 * gdb.cell/ptype.exp
4323 * gdb.cell/registers.exp
4324 * gdb.cell/sizeof.exp
4325 * gdb.cell/solib-symbol.exp
4326 * gdb.cell/solib.exp
4327 * gdb.compile/compile-tls.exp
4328 * gdb.cp/exception.exp
4329 * gdb.cp/gdb2495.exp
4330 * gdb.cp/local.exp
4331 * gdb.cp/mb-inline.exp
4332 * gdb.cp/mb-templates.exp
4333 * gdb.cp/pr10687.exp
4334 * gdb.cp/pr9167.exp
4335 * gdb.cp/scope-err.exp
4336 * gdb.cp/templates.exp
4337 * gdb.cp/virtfunc.exp
4338 * gdb.dwarf2/dw2-dir-file-name.exp
4339 * gdb.dwarf2/dw2-single-line-discriminators.exp
4340 * gdb.fortran/complex.exp
4341 * gdb.fortran/library-module.exp
4342 * gdb.guile/guile.exp
4343 * gdb.guile/scm-cmd.exp
4344 * gdb.guile/scm-frame-inline.exp
4345 * gdb.guile/scm-objfile.exp
4346 * gdb.guile/scm-pretty-print.exp
4347 * gdb.guile/scm-symbol.exp
4348 * gdb.guile/scm-type.exp
4349 * gdb.guile/scm-value.exp
4350 * gdb.linespec/keywords.exp
4351 * gdb.linespec/ls-errs.exp
4352 * gdb.linespec/macro-relative.exp
4353 * gdb.linespec/thread.exp
4354 * gdb.mi/mi-breakpoint-changed.exp
4355 * gdb.mi/mi-dprintf-pending.exp
4356 * gdb.mi/mi-fullname-deleted.exp
4357 * gdb.mi/mi-logging.exp
4358 * gdb.mi/mi-pending.exp
4359 * gdb.mi/mi-solib.exp
4360 * gdb.mi/new-ui-mi-sync.exp
4361 * gdb.mi/user-selected-context-sync.exp
4362 * gdb.multi/dummy-frame-restore.exp
4363 * gdb.multi/multi-arch-exec.exp
4364 * gdb.multi/remove-inferiors.exp
4365 * gdb.multi/watchpoint-multi-exit.exp
4366 * gdb.opt/solib-intra-step.exp
4367 * gdb.perf/backtrace.exp
4368 * gdb.perf/single-step.exp
4369 * gdb.perf/skip-command.exp
4370 * gdb.perf/skip-prologue.exp
4371 * gdb.perf/solib.exp
4372 * gdb.python/lib-types.exp
4373 * gdb.python/py-as-string.exp
4374 * gdb.python/py-bad-printers.exp
4375 * gdb.python/py-block.exp
4376 * gdb.python/py-breakpoint.exp
4377 * gdb.python/py-cmd.exp
4378 * gdb.python/py-events.exp
4379 * gdb.python/py-evthreads.exp
4380 * gdb.python/py-finish-breakpoint.exp
4381 * gdb.python/py-finish-breakpoint2.exp
4382 * gdb.python/py-frame-inline.exp
4383 * gdb.python/py-frame.exp
4384 * gdb.python/py-inferior.exp
4385 * gdb.python/py-infthread.exp
4386 * gdb.python/py-mi.exp
4387 * gdb.python/py-objfile.exp
4388 * gdb.python/py-pp-maint.exp
4389 * gdb.python/py-pp-registration.exp
4390 * gdb.python/py-prettyprint.exp
4391 * gdb.python/py-recurse-unwind.exp
4392 * gdb.python/py-shared.exp
4393 * gdb.python/py-symbol.exp
4394 * gdb.python/py-symtab.exp
4395 * gdb.python/py-template.exp
4396 * gdb.python/py-type.exp
4397 * gdb.python/py-unwind-maint.exp
4398 * gdb.python/py-unwind.exp
4399 * gdb.python/py-value.exp
4400 * gdb.python/python.exp
4401 * gdb.reverse/finish-reverse-bkpt.exp
4402 * gdb.reverse/insn-reverse.exp
4403 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4404 * gdb.reverse/solib-precsave.exp
4405 * gdb.reverse/solib-reverse.exp
4406 * gdb.stabs/gdb11479.exp
4407 * gdb.stabs/weird.exp
4408 * gdb.threads/fork-child-threads.exp
4409 * gdb.threads/fork-plus-threads.exp
4410 * gdb.threads/fork-thread-pending.exp
4411 * gdb.threads/forking-threads-plus-breakpoint.exp
4412 * gdb.threads/hand-call-in-threads.exp
4413 * gdb.threads/interrupted-hand-call.exp
4414 * gdb.threads/linux-dp.exp
4415 * gdb.threads/local-watch-wrong-thread.exp
4416 * gdb.threads/next-while-other-thread-longjmps.exp
4417 * gdb.threads/non-ldr-exit.exp
4418 * gdb.threads/pending-step.exp
4419 * gdb.threads/print-threads.exp
4420 * gdb.threads/process-dies-while-detaching.exp
4421 * gdb.threads/process-dies-while-handling-bp.exp
4422 * gdb.threads/pthreads.exp
4423 * gdb.threads/queue-signal.exp
4424 * gdb.threads/reconnect-signal.exp
4425 * gdb.threads/signal-command-handle-nopass.exp
4426 * gdb.threads/signal-command-multiple-signals-pending.exp
4427 * gdb.threads/signal-delivered-right-thread.exp
4428 * gdb.threads/signal-sigtrap.exp
4429 * gdb.threads/sigthread.exp
4430 * gdb.threads/staticthreads.exp
4431 * gdb.threads/stepi-random-signal.exp
4432 * gdb.threads/thread-unwindonsignal.exp
4433 * gdb.threads/thread_check.exp
4434 * gdb.threads/thread_events.exp
4435 * gdb.threads/tid-reuse.exp
4436 * gdb.threads/tls-nodebug.exp
4437 * gdb.threads/tls-shared.exp
4438 * gdb.threads/tls-so_extern.exp
4439 * gdb.threads/tls.exp
4440 * gdb.threads/wp-replication.exp
4441 * gdb.trace/actions-changed.exp
4442 * gdb.trace/actions.exp
4443 * gdb.trace/backtrace.exp
4444 * gdb.trace/change-loc.exp
4445 * gdb.trace/collection.exp
4446 * gdb.trace/deltrace.exp
4447 * gdb.trace/disconnected-tracing.exp
4448 * gdb.trace/entry-values.exp
4449 * gdb.trace/ftrace-lock.exp
4450 * gdb.trace/ftrace.exp
4451 * gdb.trace/infotrace.exp
4452 * gdb.trace/mi-trace-frame-collected.exp
4453 * gdb.trace/mi-trace-unavailable.exp
4454 * gdb.trace/mi-traceframe-changed.exp
4455 * gdb.trace/mi-tracepoint-changed.exp
4456 * gdb.trace/mi-tsv-changed.exp
4457 * gdb.trace/no-attach-trace.exp
4458 * gdb.trace/packetlen.exp
4459 * gdb.trace/passc-dyn.exp
4460 * gdb.trace/passcount.exp
4461 * gdb.trace/pending.exp
4462 * gdb.trace/pr16508.exp
4463 * gdb.trace/qtro.exp
4464 * gdb.trace/range-stepping.exp
4465 * gdb.trace/read-memory.exp
4466 * gdb.trace/report.exp
4467 * gdb.trace/save-trace.exp
4468 * gdb.trace/signal.exp
4469 * gdb.trace/stap-trace.exp
4470 * gdb.trace/status-stop.exp
4471 * gdb.trace/strace.exp
4472 * gdb.trace/tfile.exp
4473 * gdb.trace/tfind.exp
4474 * gdb.trace/trace-break.exp
4475 * gdb.trace/trace-condition.exp
4476 * gdb.trace/trace-enable-disable.exp
4477 * gdb.trace/trace-mt.exp
4478 * gdb.trace/tracecmd.exp
4479 * gdb.trace/tracefile-pseudo-reg.exp
4480 * gdb.trace/tspeed.exp
4481 * gdb.trace/tstatus.exp
4482 * gdb.trace/tsv.exp
4483 * gdb.trace/unavailable.exp
4484 * gdb.trace/while-dyn.exp
4485 * gdb.trace/while-stepping.exp
4486 * lib/gdb-guile.exp
4487 * lib/gdb.exp
4488 * lib/mi-support.exp
4489 * lib/pascal.exp
4490 * lib/perftest.exp
4491 * lib/prelink-support.exp
4492 * lib/selftest-support.exp
4493
4494 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4495
4496 * Makefile.in: Include disable-implicit-rules.mk.
4497
4498 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4499
4500 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4501 non-byte-aligned bit fields.
4502
4503 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4504
4505 PR gdb/12616
4506 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4507 respects the DW_AT_data_bit_offset attribute.
4508
4509 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4510
4511 * gdb.base/default.exp: Fix output of "set language".
4512
4513 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4514
4515 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4516 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4517 make.
4518 * configure.ac: Remove checks for the make program.
4519 * configure: Re-generate.
4520
4521 2016-11-16 Kevin Buettner <kevinb@redhat.com>
4522
4523 * gdb.python/py-recurse-unwind.c (main): Add loop.
4524 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4525 to read_register() and gdb.parse_and_eval(). Make each code
4526 call a separate case that can be individually tested.
4527 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4528 proc. Call cont_and_backtrace for each of the code paths that
4529 we want to test in the unwinder.
4530
4531 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4532
4533 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4534 the definition of struct S.
4535
4536 2016-11-11 Catherine Moore <clm@codesourcery.com>
4537
4538 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4539
4540 2016-11-09 Pedro Alves <palves@redhat.com>
4541
4542 * gdb.base/commands.exp (runto_or_return): New procedure.
4543 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4544 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4545 (progvar_simple_while_test, progvar_complex_if_while_test)
4546 (if_while_breakpoint_command_test)
4547 (infrun_breakpoint_command_test, breakpoint_command_test)
4548 (user_defined_command_test, watchpoint_command_test)
4549 (test_command_prompt_position, redefine_hook_test)
4550 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4551 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4552 multi_line_input and multi_line. Remove gdb_expect and
4553 gdb_stop_suppressing_tests uses.
4554 * lib/gdb.exp (valnum_re): New global.
4555 (multi_line_input): New procedure.
4556
4557 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4558
4559 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4560 Remove.
4561 (test_setup): Define with proc_with_prefix.
4562 (test_cli_inferior): Likewise.
4563 (test_cli_thread): Likewise.
4564 (test_cli_frame): Likewise.
4565 (test_cli_select_frame): Likewise.
4566 (test_cli_up_down): Likewise.
4567 (test_mi_thread_select): Likewise.
4568 (test_mi_stack_select_frame): Likewise.
4569 (test_cli_in_mi_inferior): Likewise.
4570 (test_cli_in_mi_thread): Likewise.
4571 (test_cli_in_mi_frame): Likewise.
4572 (top level): Do not use with_test_prefix_procname.
4573
4574 2016-11-09 Pedro Alves <palves@redhat.com>
4575
4576 * gdb.base/commands.exp (gdbvar_simple_if_test)
4577 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4578 (progvar_simple_if_test, progvar_simple_while_test)
4579 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4580 (infrun_breakpoint_command_test, breakpoint_command_test)
4581 (user_defined_command_test, watchpoint_command_test)
4582 (test_command_prompt_position, deprecated_command_test)
4583 (bp_deleted_in_command, temporary_breakpoint_commands)
4584 (stray_arg0_test, source_file_with_indented_comment)
4585 (recursive_source_test, if_commands_test)
4586 (error_clears_commands_left, redefine_hook_test)
4587 (redefine_backtrace_test): Use proc_with_prefix.
4588 * lib/gdb.exp (proc_with_prefix): New proc.
4589
4590 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4591
4592 * gdb.base/tui-layout.c: New file.
4593 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4594 disassembly window contains very long lines.
4595
4596 2016-11-08 Tom Tromey <tom@tromey.com>
4597
4598 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4599 depend on Python 2.
4600
4601 2016-11-08 Tom Tromey <tom@tromey.com>
4602
4603 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4604 New method.
4605
4606 2016-10-29 Manish Goregaokar <manish@mozilla.com>
4607
4608 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
4609
4610 2016-10-27 Manish Goregaokar <manish@mozilla.com>
4611
4612 * gdb.rust/simple.rs: Add test for univariant enums without
4613 discriminants and for encoded struct-like enums.
4614
4615 2016-10-28 Pedro Alves <palves@redhat.com>
4616
4617 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4618 gdb_test_multiple, tighten regexps and match symtabs and line
4619 tables incrementally.
4620
4621 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
4622
4623 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4624 general.
4625
4626 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
4627
4628 * gdb.base/exec-invalid-sysroot.exp: New file.
4629
4630 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4631
4632 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4633
4634 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4635
4636 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4637
4638 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4639
4640 * gdb.base/killed-outside.exp: Remove $options from a call to
4641 `prepare_for_testing'.
4642
4643 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4644
4645 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4646 Change test message.
4647
4648 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4649
4650 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4651 Update comment.
4652
4653 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4654
4655 * gdb.trace/mi-trace-save.exp: New file.
4656
4657 2016-10-13 Yao Qi <yao.qi@linaro.org>
4658
4659 * gdb.base/code_elim.exp (get_var_address): Remove.
4660 * gdb.base/relocate.exp: Likewise.
4661 * gdb.base/shreloc.exp: Likewise.
4662 * lib/gdb.exp (get_var_address): New.
4663
4664 2016-10-13 Yao Qi <yao.qi@linaro.org>
4665
4666 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4667 floating point tests if $skip_float_test is false.
4668
4669 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
4670
4671 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4672 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4673 argc values.
4674 Add 1 to argc so we guarantee distinct initial/modified argc values.
4675
4676 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4677
4678 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4679
4680 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4681
4682 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4683 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4684 * gdb.arch/vsx-regs.exp: Likewise.
4685
4686 2016-10-07 Yao Qi <yao.qi@linaro.org>
4687
4688 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4689
4690 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4691
4692 * gdb.python/python.exp: Test decode_line("*0").
4693
4694 2016-10-06 Doug Evans <dje@google.com>
4695
4696 * gdb.python/py-value.exp (test_value_creation): Add test for large
4697 unsigned 64-bit value.
4698
4699 2016-10-06 Tom Tromey <tom@tromey.com>
4700
4701 * gdb.compile/compile.exp: Change java tests to rust.
4702 * gdb.base/setshow.exp: Change java tests to rust.
4703 * gdb.base/default.exp: Remove java from language list.
4704 * README (Examples): Update language example.
4705 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4706 test.
4707 * lib/gdb.exp (skip_java_tests): Remove.
4708 * lib/java.exp: Remove.
4709 * gdb.java: Remove.
4710
4711 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4712
4713 * gdb.arch/mips-fcr.exp: New test.
4714 * gdb.arch/mips-fcr.c: Source for the new test.
4715
4716 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4717
4718 * gdb.base/solib-disc.exp: Use `standard_output_file'
4719 throughout.
4720
4721 2016-10-06 Pedro Alves <palves@redhat.com>
4722
4723 * gdb.base/jit-simple-dl.c: New file.
4724 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4725 * gdb.base/jit-simple.c: ... this.
4726 * gdb.base/jit-simple.exp (jit_run): Delete.
4727 (build_jit): New proc.
4728 (jit_test_reread): Recompile either the main program or the shared
4729 library, depending on what is being tested. Skip changing address
4730 if caller wants to. Compare before/after addresses. If testing
4731 standalone, explicitly load the binary. Test "maint info
4732 breakpoints".
4733 (top level): Add "standalone vs shared lib" and "change address"
4734 vs "same address" axes.
4735
4736 2016-10-06 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4739 call.
4740 (jit_run): Delete.
4741 (jit_test_reread): Use with_test_prefix. Reload the main binary
4742 explicitly. Compare the before/after addresses of the JIT
4743 descriptor.
4744
4745 2016-08-15 Doug Evans <dje@google.com>
4746
4747 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4748 for single bitfields is bool.
4749 * gdb.xml/tdesc-regs.exp: Ditto.
4750
4751 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4752
4753 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4754
4755 2016-10-05 Yao Qi <yao.qi@linaro.org>
4756
4757 * lib/gdb.exp (support_complex_tests): Return zero if
4758 gdb_skip_float_test return true.
4759
4760 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
4761 Simon Marchi <simon.marchi@ericsson.com>
4762
4763 PR gdb/20487
4764 * gdb.mi/user-selected-context-sync.exp: New file.
4765 * gdb.mi/user-selected-context-sync.c: New file.
4766
4767 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
4768 Simon Marchi <simon.marchi@ericsson.com>
4769
4770 PR gdb/20487
4771 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4772 =thread-select-event check.
4773
4774 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4775
4776 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4777 the compulsory L operand changes.
4778 * gdb.arch/powerpc-power.s: Likewise.
4779
4780 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4781
4782 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4783 * gdb.base/jit-attach-pie.c: New file.
4784 * gdb.base/jit-attach-pie.exp: New file.
4785
4786 2016-09-28 Pedro Alves <palves@redhat.com>
4787
4788 * gdb.base/infcall-input.c: New file.
4789 * gdb.base/infcall-input.exp: New file.
4790
4791 2016-09-22 Yao Qi <yao.qi@linaro.org>
4792
4793 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4794 (gdb_exit): Rename it to ...
4795 (gdbserver_gdb_exit): ... Close GDBserver.
4796 (gdb_exit): New proc, call gdbserver_gdb_exit.
4797 (mi_gdb_exit): Likewise.
4798
4799 2016-09-22 Yao Qi <yao.qi@linaro.org>
4800
4801 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4802 path.
4803 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4804 Remove duplication.
4805
4806 2016-09-22 Yao Qi <yao.qi@linaro.org>
4807
4808 * lib/gdbserver-support.exp: Check the existence of
4809 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4810
4811 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4812
4813 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4814
4815 2016-09-21 Tom Tromey <tom@tromey.com>
4816
4817 PR gdb/20604:
4818 * gdb.base/quit.exp: New file.
4819
4820 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4821
4822 * .gitignore: New file.
4823
4824 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4825
4826 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4827 throughout.
4828
4829 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4830
4831 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4832
4833 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4834
4835 * gdb.cp/casts.cc (decltype): Move it ...
4836 (main): ... with its call to ...
4837 * gdb.cp/casts03.cc: ... a new file.
4838 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4839
4840 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4841
4842 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4843
4844 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
4845
4846 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
4847 and sync up the test with tests in gas/testsuite/gas/ppc.
4848 * gdb.arch/powerpc-power.exp: Likewise.
4849
4850 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4851
4852 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
4853
4854 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
4855 Jan Kratochvil <jan.kratochvil@redhat.com>
4856
4857 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
4858 make m1's definition to be different from m2's. Use 'dummy' as an
4859 argument for probe 'two'.
4860
4861 2016-09-10 Jon Beniston <jon@beniston.com>
4862
4863 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
4864 for sim target.
4865
4866 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4867
4868 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
4869 variable declaration.
4870 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
4871 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
4872 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
4873 received HWCAP as its argument.
4874
4875 2016-09-06 Pedro Alves <palves@redhat.com>
4876
4877 * gdb.base/new-ui-pending-input.c: New file.
4878 * gdb.base/new-ui-pending-input.exp: New file.
4879 * gdb.exp (clear_gdb_spawn_id): New procedure.
4880 (with_spawn_id): Check whether gdb_spawn_id exists before
4881 referencing it. If gdb_spawn_id didn't exist on entry, clear it
4882 on exit.
4883
4884 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4885
4886 * gdb.base/float128.c: New file.
4887 * gdb.base/float128.exp: Likewise.
4888 * gdb.base/floatn.c: Likewise.
4889 * gdb.base/floatn.exp: Likewise.
4890
4891 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4892
4893 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
4894
4895 2016-09-05 Pedro Alves <palves@redhat.com>
4896
4897 PR backtrace/19927
4898 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
4899 unwinders are immediately called as side effect of "source" or
4900 "disable unwinder" commands.
4901 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
4902
4903 2016-09-02 Yao Qi <yao.qi@linaro.org>
4904
4905 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
4906 is true and $type is "float" or "double".
4907
4908 2016-09-02 Yao Qi <yao.qi@linaro.org>
4909
4910 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
4911 true.
4912 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
4913 * gdb.base/call-rt-st.exp: Likewise.
4914 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
4915 return value instead of gdb,skip_float_test.
4916 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
4917 (do_function_calls): Use its return value instead of
4918 gdb,skip_float_test.
4919 * gdb.base/finish.exp: Likewise.
4920 * gdb.base/funcargs.exp: Likewise.
4921 * gdb.base/return.exp: Likewise.
4922 * gdb.base/return2.exp: Likewise.
4923 * gdb.base/varargs.exp: Likewise.
4924 * lib/gdb.exp (gdb_skip_float_test): Change it to
4925 gdb_caching_proc. Detect the broken ptrace on arm-linux.
4926
4927 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4928
4929 * gdb.multi/tids.exp: Test "thread apply all".
4930
4931 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4932
4933 * gdb.base/default.exp (tty): Remove.
4934
4935 2016-08-24 Kevin Buettner <kevinb@redhat.com>
4936
4937 * gdb.python/py-recurse-unwind.c: New file.
4938 * gdb.python/py-recurse-unwind.py: New file.
4939 * gdb.python/py-recurse-unwind.exp: New file.
4940
4941 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4942
4943 * gdb.base/set-inferior-tty.exp: New file.
4944 * gdb.base/set-inferior-tty.c: New file.
4945
4946 2016-08-23 Pedro Alves <palves@redhat.com>
4947
4948 PR gdb/20494
4949 * gdb.base/new-ui-echo.c: New file.
4950 * gdb.base/new-ui-echo.exp: New file.
4951
4952 2016-08-23 Yao Qi <yao.qi@linaro.org>
4953
4954 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
4955 gdbserver_spawn.
4956 * gdb.server/connect-without-multi-process.exp (do_test):
4957 Likewise.
4958
4959 2016-08-23 Yao Qi <yao.qi@linaro.org>
4960
4961 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
4962 standalone_txt. Delete gdb_txt and standalone_txt on host
4963 and target. Spawn the binary on target. Copy files from
4964 target to host.
4965
4966 2016-08-22 Pedro Alves <palves@redhat.com>
4967
4968 PR gdb/20505
4969 * gdb.base/vdso-warning.exp: Test core dumps too. Use
4970 with_test_prefix. Factor out bits to ...
4971 (test_no_vdso): ... this new procedure.
4972
4973 2016-08-19 Carl Love <cel@us.ibm.com>
4974
4975 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
4976 maintaining separate logic for constructing the output path.
4977 * gdb.arch/powerpc-d128-regs.exp: Likewise.
4978 * gdb.arch/ppc-dfp.exp: Likewise.
4979 * gdb.arch/ppc-fp.exp: Likewise.
4980 * gdb.arch/vsx-regs.exp: Likewise.
4981 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
4982 binprefix for generating the additional binary files.
4983
4984 2016-08-19 Pedro Alves <palves@redhat.com>
4985
4986 * gdb.trace/mi-trace-frame-collected.exp
4987 (test_trace_frame_collected): On x32, expect two registers.
4988
4989 2016-08-18 Carl Love <cel@us.ibm.com>
4990
4991 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
4992 and sync up the test with tests in gas/testsuite/gas/ppc.
4993 * gdb.arch/powerpc-power.exp: Likewise.
4994
4995 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4996
4997 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
4998 expected error message.
4999
5000 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5001
5002 * gdb.multi/remove-inferiors.exp: New file.
5003 * gdb.multi/remove-inferiors.c: New file.
5004
5005 2016-08-12 Yao Qi <yao.qi@linaro.org>
5006
5007 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5008 argument list.
5009
5010 2016-08-10 Pedro Alves <palves@redhat.com>
5011
5012 PR gdb/19187
5013 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5014 setup_kfails.
5015
5016 2016-08-09 Pedro Alves <palves@redhat.com>
5017 Simon Marchi <simon.marchi@ericsson.com>
5018
5019 PR gdb/20418
5020 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5021 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5022
5023 2016-08-09 Pedro Alves <palves@redhat.com>
5024
5025 PR mi/20431
5026 * gdb.mi/mi-cmd-error.exp: New file.
5027
5028 2016-08-09 Pedro Alves <palves@redhat.com>
5029
5030 PR gdb/18653
5031 * gdb.base/signals-state-child.c: New file.
5032 * gdb.base/signals-state-child.exp: New file.
5033 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5034
5035 2016-08-09 Pedro Alves <palves@redhat.com>
5036
5037 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5038
5039 2016-08-03 Tom Tromey <tom@tromey.com>
5040
5041 PR python/18565:
5042 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5043
5044 2016-08-01 Yao Qi <yao.qi@linaro.org>
5045
5046 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5047 variable mode to "multi-process" if $multi_process is 1, otherwise
5048 set it to "single-process".
5049
5050 2016-08-01 Yao Qi <yao.qi@linaro.org>
5051
5052 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5053 * gdb.cp/cpexprs.exp: Likewise.
5054 * gdb.cp/m-static.exp: Likewise.
5055
5056 2016-07-26 Tom Tromey <tom@tromey.com>
5057
5058 PR python/20190:
5059 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5060 test.
5061
5062 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5063
5064 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5065 selecting assembly source files.
5066 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5067 assembly source files.
5068 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5069 assembly source files.
5070 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5071 selecting assembly source files.
5072
5073 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5074
5075 * gdb.base/new-ui.exp (do_test_invalid_args): New
5076 procedure.
5077
5078 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5079
5080 * gdb.btrace/reconnect.c: New file.
5081 * gdb.btrace/reconnect.exp: New file.
5082
5083 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5084
5085 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5086 to test_catch_syscall_group.
5087 (test_catch_syscall_group): New.
5088
5089 2016-07-21 Tom Tromey <tom@tromey.com>
5090
5091 * gdb.rust/simple.rs (main): Use empty struct expression.
5092 * gdb.rust/simple.exp: Add tests for empty struct expression.
5093
5094 2016-07-21 Yao Qi <yao.qi@linaro.org>
5095
5096 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5097 if gdb_skip_xml_test is true on some targets.
5098
5099 2016-07-21 Yao Qi <yao.qi@linaro.org>
5100
5101 * gdb.server/solib-list.exp: Unset last_loaded_file.
5102
5103 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5104
5105 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5106 "step into captured_main (args)".
5107
5108 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5109
5110 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5111
5112 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5113
5114 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5115
5116 2016-07-19 Pedro Alves <palves@redhat.com>
5117
5118 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5119 * gdb.opt/inline-bt.exp: Likewise.
5120 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5121 additional_flags=-Winline.
5122 * gdb.opt/inline-locals.exp: Likewise.
5123 * gdb.opt/inline-markers.c (ATTR): Define.
5124 (inlined_fn): Use it.
5125
5126 2016-07-19 Yao Qi <yao.qi@linaro.org>
5127
5128 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5129 (test_with_self): Remove some code. Remove argument executable.
5130 (top-level): Use do_self_tests.
5131
5132 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5133 Don Breazeal <donb@codesourcery.com>
5134
5135 * gdb.base/maint.exp: Escape paths used in regular expressions.
5136 * gdb.stabs/weird.exp: Likewise.
5137
5138 2016-07-13 Tom Tromey <tom@tromey.com>
5139
5140 PR python/15620, PR python/18620:
5141 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5142 (test_bkpt_events): New procs.
5143
5144 2016-07-13 Tom Tromey <tom@tromey.com>
5145
5146 PR python/17698:
5147 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5148 test.
5149 (test_watchpoints): Likewise.
5150 (test_bkpt_pending): New proc.
5151
5152 2016-07-13 Tom Tromey <tom@tromey.com>
5153
5154 PR cli/18053:
5155 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5156 completion test.
5157
5158 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5159
5160 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5161 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5162 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5163 f_label.
5164 (g): Rename g_end_lbl to g_label.
5165 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5166 low_pc and high_pc.
5167 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5168
5169 2016-07-12 Tom Tromey <tom@tromey.com>
5170
5171 PR python/19293:
5172 * gdb.python/py-unwind-maint.exp: Update tests.
5173
5174 2016-07-12 Yao Qi <yao.qi@linaro.org>
5175
5176 * lib/selftest-support.exp (selftest_setup): Match the output
5177 when captured_main is inlined.
5178
5179 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5180
5181 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5182 New variables.
5183 (print this%a, print this%b, print this): New tests.
5184 * gdb.fortran/derived-types.f90 (this): New object and
5185 initialization.
5186
5187 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5188
5189 * gdb.ada/arraydim.exp: Remove extra directory level in build
5190 directory.
5191
5192 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5193
5194 * lib/ada.exp: Remove extra directory level in build directory.
5195 * gdb.ada/cond_lang.exp: Likewise.
5196 * gdb.ada/exec_changed.exp: Likewise.
5197 * gdb.ada/lang_switch.exp: Likewise.
5198
5199 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5200
5201 * simple.rs: Add test for raw pointer subscripting.
5202 * simple.exp: Add test expectations.
5203
5204 2016-07-05 Yao Qi <yao.qi@linaro.org>
5205
5206 * gdb.mi/mi-reverse.exp: Match =record-started output.
5207
5208 2016-07-01 Pedro Alves <palves@redhat.com>
5209
5210 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5211 procedure.
5212 (jit_reader_test): Test the jit reader's unwinder.
5213 * gdb.base/jithost.c (jit_function_00_code): New global.
5214 (main): Use memcpy to fill in the mmapped code, instead of poking
5215 bytes manually here.
5216 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5217 value.
5218 (read_debug_info): Save the function's range.
5219 (read_sp): New function.
5220 (unwind_frame): Use it. Also unwind RBP.
5221 (get_frame_id): Use read_sp.
5222 (gdb_init_reader): Use calloc instead of malloc.
5223 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5224 parameter. Use gdb_test_multiple.
5225
5226 2016-07-01 Pedro Alves <palves@redhat.com>
5227 Antoine Tremblay <antoine.tremblay@ericsson.com>
5228
5229 * gdb.threads/process-dies-while-detaching.c: New file.
5230 * gdb.threads/process-dies-while-detaching.exp: New file.
5231
5232 2016-07-01 Pedro Alves <palves@redhat.com>
5233
5234 * gdb.multi/watchpoint-multi-exit.c: New file.
5235 * gdb.multi/watchpoint-multi-exit.exp: New file.
5236
5237 2016-06-30 Pedro Alves <palves@redhat.com>
5238
5239 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5240 unset inferior_spawn_id.
5241
5242 2016-06-30 Pedro Alves <palves@redhat.com>
5243
5244 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5245 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5246
5247 2016-06-29 Yao Qi <yao.qi@linaro.org>
5248
5249 * gdb.base/return.c: Add copyright header.
5250
5251 2016-06-29 Tom Tromey <tom@tromey.com>
5252
5253 PR python/20129:
5254 * gdb.python/py-framefilter.exp: Add tests for setting priority
5255 and disabling of non-existent frame filter.
5256
5257 2016-06-29 Yao Qi <yao.qi@linaro.org>
5258
5259 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5260 0x0f07ff.
5261
5262 2016-06-28 Yao Qi <yao.qi@linaro.org>
5263
5264 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5265 triplets. Start gdb, execute catch syscall, and continue. Check
5266 gdb's output to determine catch syscall is supported.
5267
5268 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5269
5270 * gdb.rust/simple.rs: Add test for returning unit in a function.
5271 * gdb.rust/simple.exp: Add expectation for functions returning
5272 unit.
5273
5274 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5275
5276 * gdb.python/py-breakpoint-create-fail.c,
5277 gdb.python/py-breakpoint-create-fail.exp,
5278 gdb.python/py-breakpoint-create-fail.py: New testcase.
5279
5280 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5281
5282 PR gdb/20239
5283 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5284 * gdb.rust/simple.exp: Add test expectations for new NonZero
5285 tests.
5286
5287 2016-06-24 David Taylor <dtaylor@emc.com>
5288
5289 * gdb.base/offsets.exp: New file.
5290 * gdb.base/offsets.c: New file.
5291
5292 2016-06-23 Tom Tromey <tom@tromey.com>
5293
5294 PR gdb/16483:
5295 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5296 before any filters are loaded.
5297
5298 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5299
5300 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5301 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5302 structs.
5303 * gdb.fortran/derived-type-function.exp: New file.
5304 * gdb.fortran/derived-type-function.f90: New file.
5305
5306
5307 2016-06-21 Pedro Alves <palves@redhat.com>
5308
5309 * gdb.base/new-ui.exp: New file.
5310 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5311 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5312 (with_spawn_id): New procedure.
5313
5314 2016-06-21 Pedro Alves <palves@redhat.com>
5315
5316 * gdb.mi/mi-exec-run.exp: New file.
5317
5318 2016-06-21 Pedro Alves <palves@redhat.com>
5319
5320 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5321 breakpoint command's output on the main UI.
5322 (test_break): New procedure, factored out from calls in the top
5323 level.
5324 (top level): Use foreach_with_prefix to test MI as main UI and as
5325 separate UI.
5326
5327 2016-06-21 Pedro Alves <palves@redhat.com>
5328
5329 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5330 (test_awatch_creation_and_listing)
5331 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5332 Remove 'type' parameter.
5333 (test_watchpoint_all): New parameter mi_mode. Remove
5334 with_test_prefix.
5335 (top level): Use foreach_with_prefix, and add main/separate UI MI
5336 testing axis.
5337
5338 2016-06-21 Pedro Alves <palves@redhat.com>
5339
5340 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5341 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5342 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5343 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5344 (gdb_main_spawn_id, mi_spawn_id): Declare and
5345 comment.
5346 (mi_create_inferior_pty): New procedure,
5347 factored out from default_mi_gdb_start.
5348 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5349 procedures.
5350 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5351 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5352 Use mi_create_inferior_pty.
5353 (mi_gdb_start): Use eval to pass down args list.
5354
5355 2016-06-21 Pedro Alves <palves@redhat.com>
5356
5357 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5358 * gdb.opt/inline-cmds.exp: Add MI tests.
5359
5360 2016-06-21 Pedro Alves <palves@redhat.com>
5361
5362 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5363
5364 2016-06-21 Pedro Alves <palves@redhat.com>
5365
5366 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5367 (top level): Use it instead of mi_execute_to.
5368
5369 2016-06-21 Pedro Alves <palves@redhat.com>
5370
5371 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5372 (cont_handler_str): New.
5373 (signal_stop_handler): Set stop_handler_str instead of printing to
5374 stdout.
5375 (continue_handler): Set cont_handler_str instead of printing to
5376 stdout.
5377 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5378 mi_send_resuming_command. Print stop_handler_str and
5379 cont_handler_str instead of expecting the python events print
5380 directly.
5381
5382 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5383
5384 * gdb.base/jit-reader.exp: New file.
5385 * gdb.base/jithost.c: New file.
5386 * gdb.base/jithost.h: New file.
5387 * gdb.base/jitreader.c : New file.
5388 * gdb.base/jit-protocol.h: New file.
5389
5390 2016-06-17 Yao Qi <yao.qi@linaro.org>
5391
5392 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5393 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5394 and detach-on-fork. Adjust tests.
5395 (top level): Invoke break_cond_on_syscall with combinations of
5396 syscall, follow-fork-mode and detach-on-fork.
5397
5398 2016-06-17 Yao Qi <yao.qi@linaro.org>
5399
5400 * gdb.base/step-over-exit.c: New.
5401 * gdb.base/step-over-exit.exp: New.
5402
5403 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5404
5405 * gdb.base/float.exp: Add target check for nds32*-*-*.
5406 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5407
5408 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5409
5410 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5411 for unsupported target features.
5412 * gdb.base/call-rt-st.exp: Likewise.
5413 * gdb.base/call-sc.exp: Likewise.
5414 * gdb.base/call-signal-resume.exp: Likewise.
5415 * gdb.base/call-strs.exp: Likewise.
5416 * gdb.base/callexit.exp: Likewise.
5417 * gdb.base/callfuncs.exp: Likewise.
5418 * gdb.base/nodebug.exp: Likewise.
5419 * gdb.base/printcmds.exp: Likewise.
5420 * gdb.base/ptype.exp: Likewise.
5421 * gdb.base/structs.exp: Likewise.
5422 * gdb.base/unwindonsignal.exp: Likewise.
5423 * gdb.cp/gdb2495.exp: Likewise.
5424 * gdb.cp/templates.exp: Likewise.
5425 * gdb.cp/virtfunc.exp: Likewise.
5426 * gdb.threads/hand-call-in-threads.exp: Likewise.
5427 * gdb.threads/interrupted-hand-call.exp: Likewise.
5428 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5429
5430 2016-06-10 Tom Tromey <tom@tromey.com>
5431
5432 PR rust/20110:
5433 * gdb.rust/expr.exp: Add test for integer constant larger than
5434 i32.
5435
5436 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5437
5438 * gdb.fortran/nested-funcs.exp: New.
5439 * gdb.fortran/nested-funcs.f90: New.
5440
5441 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5442
5443 * gdb.base/examine-backward.c: New file.
5444 * gdb.base/examine-backward.exp: New file.
5445
5446 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5447
5448 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5449 matching.
5450
5451 2016-06-02 Tom Tromey <tom@tromey.com>
5452
5453 PR python/18984:
5454 * gdb.python/py-shared.exp: Add solib_name test.
5455
5456 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5457
5458 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5459
5460 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5461
5462 PR c++/19893
5463 * gdb.dwarf2/implref.exp: Rename to...
5464 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5465 * gdb.dwarf2/implref-array.c: New file.
5466 * gdb.dwarf2/implref-array.exp: Likewise.
5467 * gdb.dwarf2/implref-global.c: Likewise.
5468 * gdb.dwarf2/implref-global.exp: Likewise.
5469 * gdb.dwarf2/implref-struct.c: Likewise.
5470 * gdb.dwarf2/implref-struct.exp: Likewise.
5471
5472 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5473
5474 * gdb.trace/trace-condition.exp: Add 64bit tests.
5475
5476 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5477
5478 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5479 bits types.
5480 (main): Adapt to 8 to 64 bits types.
5481 * gdb.trace/trace-condition.exp: Add new tests.
5482
5483 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5484
5485 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5486
5487 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5488
5489 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5490 Move condition tests...
5491 * gdb.trace/trace-condition.exp: Here.
5492
5493 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5494
5495 * gdb.trace/trace-condition.exp: Add counter-case tests.
5496
5497 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5498
5499 PR c++/15231
5500 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5501 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5502
5503 2016-05-27 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5506 New procedure.
5507 (top level): Call it, and bail out of DejaGnu is known to be bad.
5508
5509 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5510
5511 * gdb.base/whatis.c: Extend the test case.
5512 * gdb.base/whatis.exp: Add additional tests.
5513
5514 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5515
5516 * gdb.fortran/type.f90: Add pointer variable.
5517 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5518
5519 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5520
5521 * gdb.fortran/vla-type.exp: Fix testcase name.
5522
5523 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5524
5525 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5526
5527 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5528
5529 * gdb.fortran/type.f90: Add nested structures.
5530 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5531 * gdb.fortran/derived-type.exp: Adapt expected output.
5532 * gdb.fortran/vla-type.exp: Adapt expected output.
5533
5534 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5535
5536 * gdb.fortran/whatis_type.exp: Adapt expected output.
5537
5538 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5539
5540 * gdb.fortran/print_type.exp: Fix expected output.
5541 * gdb.fortran/whatis_type.exp: Fix expected output.
5542
5543 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5544
5545 * gdb.fortran/whatis_type.exp: Use multi_line.
5546
5547 2016-05-24 Tom Tromey <tom@tromey.com>
5548
5549 PR python/17386:
5550 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5551 use value as an index.
5552
5553 2016-05-23 Tom Tromey <tom@tromey.com>
5554
5555 PR python/17981:
5556 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5557 no-breakpoint case.
5558
5559 2016-05-24 Pedro Alves <palves@redhat.com>
5560
5561 PR gdb/19828
5562 * gdb.threads/clone-attach-detach.c: New file.
5563 * gdb.threads/clone-attach-detach.exp: New file.
5564
5565 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5566
5567 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5568
5569 2016-05-23 Tom Tromey <tom@tromey.com>
5570
5571 PR python/19438, PR python/18393:
5572 * gdb.python/py-progspace.exp: Add "dir" test.
5573 * gdb.python/py-objfile.exp: Add "dir" test.
5574
5575 2016-05-23 Yao Qi <yao.qi@linaro.org>
5576
5577 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5578 * gdb.arch/thumb2-it.exp: Likewise.
5579
5580 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5581
5582 * gdb.mi/mi-threads-interrupt.c: New file.
5583 * gdb.mi/mi-threads-interrupt.exp: New file.
5584
5585 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5586
5587 PR gdb/18077
5588 * gdb.mi/mi-async-run.exp: New file.
5589 * gdb.mi/mi-async-run.c: New file.
5590
5591 2016-05-17 Tom Tromey <tom@tromey.com>
5592 Manish Goregaokar <manishsmail@gmail.com>
5593
5594 * lib/rust-support.exp: New file.
5595 * lib/gdb.exp (skip_rust_tests): New proc.
5596 (build_executable_from_specs): Handle rust.
5597 * lib/future.exp (gdb_find_rustc): New proc.
5598 (gdb_default_target_compile): Handle rust.
5599 * gdb.rust/expr.exp: New file.
5600 * gdb.rust/generics.exp: New file.
5601 * gdb.rust/generics.rs: New file.
5602 * gdb.rust/methods.exp: New file.
5603 * gdb.rust/methods.rs: New file.
5604 * gdb.rust/modules.exp: New file.
5605 * gdb.rust/modules.rs: New file.
5606 * gdb.rust/simple.exp: New file.
5607 * gdb.rust/simple.rs: New file.
5608
5609 2016-05-17 Tom Tromey <tom@tromey.com>
5610
5611 * gdb.base/default.exp (set language): Add rust.
5612
5613 2016-05-17 Tom Tromey <tom@tromey.com>
5614
5615 * gdb.gdb/unittest.exp: New file.
5616
5617 2016-05-16 Yao Qi <yao.qi@linaro.org>
5618
5619 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5620 shell_prompt. Update shell_prompt_re.
5621
5622 2016-05-12 Doug Evans <dje@google.com>
5623
5624 PR symtab/19999
5625 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5626 $options when building executable.
5627 * gdb.dwarf2/fission-loclists-pie.S: New file.
5628 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5629
5630 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5631
5632 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5633 of [is_remote target],
5634
5635 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5636
5637 * lib/gdb.exp (use_gdb_stub): New procedure.
5638
5639 2016-05-03 Yunlian Jiang <yunlian@google.com>
5640 Doug Evans <dje@google.com>
5641
5642 PR symtab/19914
5643 * gdb.dwarf2/dwp-sepdebug.c: New file.
5644 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5645
5646 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5647
5648 * gdb.base/detach.exp: Remove is_remote check.
5649
5650 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5651
5652 * gdb.base/annota-input-while-running.exp: Don't check for
5653 [is_remote target]. Enable annotations after running to main.
5654 Remove unused "set test..." line.
5655
5656 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5657
5658 * gdb.trace/trace-enable-disable.exp: New file.
5659 * gdb.trace/trace-enable-disable.c: New file.
5660
5661 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5662
5663 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5664 use it in info sharedlibrary test.
5665 * gdb.trace/ftrace-lock.exp: Likewise.
5666 * gdb.trace/ftrace.exp: Likewise.
5667 * gdb.trace/range-stepping.exp: Likewise.
5668 * gdb.trace/trace-break.exp: Likewise.
5669 * gdb.trace/trace-condition.exp: Likewise.
5670 * gdb.trace/trace-mt.exp: Likewise.
5671
5672 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5673
5674 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5675 (gdb_load_shlib): ... this.
5676 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5677 gdb_load_shlib.
5678 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5679 * gdb.base/ctxobj.exp: Likewise.
5680 * gdb.base/dprintf-pending.exp: Likewise.
5681 * gdb.base/dso2dso.exp: Likewise.
5682 * gdb.base/fixsection.exp: Likewise.
5683 * gdb.base/gcore-relro.exp: Likewise.
5684 * gdb.base/gdb1555.exp: Likewise.
5685 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5686 * gdb.base/gnu-ifunc.exp: Likewise.
5687 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5688 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5689 * gdb.base/pending.exp: Likewise.
5690 * gdb.base/print-file-var.exp: Likewise.
5691 * gdb.base/print-symbol-loading.exp: Likewise.
5692 * gdb.base/shlib-call.exp: Likewise.
5693 * gdb.base/shreloc.exp: Likewise.
5694 * gdb.base/so-impl-ld.exp: Likewise.
5695 * gdb.base/solib-disc.exp: Likewise.
5696 * gdb.base/solib-nodir.exp: Likewise.
5697 * gdb.base/solib-overlap.exp: Likewise.
5698 * gdb.base/solib-symbol.exp: Likewise.
5699 * gdb.base/solib-weak.exp (do_test): Likewise.
5700 * gdb.base/sym-file.exp: Likewise.
5701 * gdb.base/symtab-search-order.exp: Likewise.
5702 * gdb.base/type-opaque.exp: Likewise.
5703 * gdb.base/unload.exp: Likewise.
5704 * gdb.base/watchpoint-solib.exp: Likewise.
5705 * gdb.compile/compile.exp: Likewise.
5706 * gdb.cp/gdb2384.exp: Likewise.
5707 * gdb.cp/infcall-dlopen.exp: Likewise.
5708 * gdb.cp/re-set-overloaded.exp: Likewise.
5709 * gdb.fortran/library-module.exp: Likewise.
5710 * gdb.opt/solib-intra-step.exp: Likewise.
5711 * gdb.python/py-finish-breakpoint.exp: Likewise.
5712 * gdb.python/py-shared.exp: Likewise.
5713 * gdb.reverse/solib-precsave.exp: Likewise.
5714 * gdb.reverse/solib-reverse.exp: Likewise.
5715 * gdb.server/solib-list.exp: Likewise.
5716 * gdb.threads/dlopen-libpthread.exp: Likewise.
5717 * gdb.threads/tls-shared.exp: Likewise.
5718 * gdb.threads/tls-so_extern.exp: Likewise.
5719 * gdb.trace/change-loc.exp: Likewise.
5720 * gdb.trace/ftrace-lock.exp: Likewise.
5721 * gdb.trace/ftrace.exp: Likewise.
5722 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5723 * gdb.trace/pending.exp: Likewise.
5724 * gdb.trace/range-stepping.exp: Likewise.
5725 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5726 (strace_info_marker): Likewise.
5727 (strace_probe_marker): Likewise.
5728 (strace_trace_on_same_addr): Likewise.
5729 (strace_trace_on_diff_addr): Likewise.
5730 * gdb.trace/trace-break.exp: Likewise.
5731 * gdb.trace/trace-condition.exp: Likewise.
5732 * gdb.trace/trace-mt.exp: Likewise.
5733
5734 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5735
5736 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5737 result of gdb_remote_download.
5738 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5739 * gdb.base/dso2dso.exp: Likewise.
5740 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5741 * gdb.base/print-file-var.exp: Likewise.
5742 * gdb.base/shlib-call.exp: Likewise.
5743 * gdb.base/shreloc.exp: Likewise.
5744 * gdb.base/solib-overlap.exp: Likewise.
5745 * gdb.base/solib-weak.exp (do_test): Likewise.
5746 * gdb.base/unload.exp: Likewise.
5747
5748 2016-04-27 Yao Qi <yao.qi@linaro.org>
5749
5750 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5751 exists.
5752
5753 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5754
5755 * vla-type.exp: Print structure from toplevel.
5756
5757 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5758
5759 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5760 of dynamic types.
5761 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5762 of dynamic types.
5763
5764 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5765
5766 * gdb.fortran/vla-type.f90: New file.
5767 * gdb.fortran/vla-type.exp: New file.
5768
5769 2016-04-25 Yao Qi <yao.qi@linaro.org>
5770
5771 * gdb.base/branch-to-self.c: New file.
5772 * gdb.base/branch-to-self.exp: New file.
5773
5774 2016-04-22 Yao Qi <yao.qi@linaro.org>
5775
5776 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5777 more after $hex.
5778
5779 2016-04-22 Yao Qi <yao.qi@linaro.org>
5780
5781 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5782 * gdb.base/annota3.exp: Likewise.
5783
5784 2016-04-22 Yao Qi <yao.qi@linaro.org>
5785
5786 * gdb.reverse/step-precsave.exp: Do one step and test program
5787 stops in "callee" and do multiple steps until program goes out
5788 of "callee".
5789 * gdb.reverse/step-reverse.exp: Likewise.
5790
5791 2016-04-22 Yao Qi <yao.qi@linaro.org>
5792
5793 * gdb.trace/signal.exp: Also pass if
5794 $tracepoint_hits($i) > $iterations.
5795
5796 2016-04-22 Yao Qi <yao.qi@linaro.org>
5797
5798 * gdb.trace/signal.c: New file.
5799 * gdb.trace/signal.exp: New file.
5800
5801 2016-04-19 Doug Evans <xdje42@gmail.com>
5802
5803 * gdb.base/bad-file.exp: New file.
5804
5805 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5806
5807 * gdb.dwarf2/implref.exp: New file.
5808
5809 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5810
5811 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5812 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5813 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5814 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5815 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5816 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5817 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5818 * lib/fortran.exp (fortran_int4): New procedure.
5819 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5820 (fortran_logical4): Likewise.
5821
5822 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5823
5824 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5825
5826 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5827
5828 * lib/compiler.c: Add Intel specific preprocessor macros.
5829 * lib/compiler.cc: Likewise.
5830
5831 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
5832
5833 * gdb.server/connect-with-no-symbol-file.c: New file.
5834 * gdb.server/connect-with-no-symbol-file.exp: New file.
5835
5836 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5837
5838 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5839
5840 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5841
5842 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5843 standard output directory.
5844
5845 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
5846
5847 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
5848
5849 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
5850
5851 * gdb.btrace/instruction_history.c (loop): Add declaration.
5852
5853 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
5854
5855 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
5856
5857 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
5858
5859 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
5860 parentheses to print.
5861 (continue_handler): Likewise.
5862
5863 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
5864
5865 * gdb.server/solib-list.exp: Remove is_remote check.
5866 Pass shlib= to gdb_compile. Don't link shared library with
5867 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
5868 Run binary filename through "readlink -f" on the target.
5869
5870 2016-04-08 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
5873 interpreter filename as argument to gdbserver_spawn.
5874 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5875 Return empty if $last_loaded_file does not exist.
5876
5877 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5878
5879 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
5880 * gdb.base/jit-main.c: Use exit after usage.
5881
5882 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5883
5884 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
5885 GDBHISTSIZE prior to the tests.
5886 * gdb.base/gdbinit-history.exp: Likewise.
5887
5888 2016-04-07 Pedro Alves <palves@redhat.com>
5889
5890 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
5891 instead of build_executable. Use gdb_load_shlibs.
5892
5893 2016-04-07 Yao Qi <yao.qi@linaro.org>
5894
5895 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
5896 Execute "si" command.
5897
5898 2016-04-07 Yao Qi <yao.qi@linaro.org>
5899
5900 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
5901 number instead of the comments on some line.
5902
5903 2016-04-06 Don Breazeal <donb@codesourcery.com>
5904
5905 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
5906 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
5907
5908 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
5909
5910 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
5911 standard_output_file. Remove unused binfile variable.
5912
5913 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
5914
5915 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
5916 * gdb.python/py-mi-objfile.exp: Match "list main" output
5917 in console format.
5918
5919 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
5920
5921 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
5922 absolute.
5923
5924 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5925
5926 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
5927 absolute.
5928 * gdb.trace/ftrace.exp: Likewise.
5929 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
5930 targets as well.
5931 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
5932 (gdb_load_shlibs): Copy libraries to test directory when testing
5933 natively. Only set solib-search-path if testing remotely.
5934 * lib/mi-support.exp (mi_load_shlibs): Likewise.
5935
5936 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
5937
5938 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
5939 gdb_download. Use it even if the target is not remote.
5940 * gdb.base/jit.exp (compile_jit_test): Likewise.
5941 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
5942 output directory if the destination board is local, otherwise use
5943 the standard remote_download from DejaGnu.
5944 (gdb_download): Remove.
5945 (gdb_load_shlibs): Use gdb_remote_download instead of
5946 gdb_download.
5947 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
5948 Use gdb_remote_download instead of gdb_download. Use it even if
5949 the target is not remote.
5950 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
5951 instead of gdb_download.
5952
5953 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
5954
5955 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
5956 (test_insert_delete_modify): Call mi_load_shlibs before trying to
5957 run.
5958
5959 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
5960
5961 PR gdb/19820
5962 * gdb.base/printcmds.exp: Add artificial arrays tests.
5963
5964 2016-03-31 Pedro Alves <palves@redhat.com>
5965
5966 PR gdb/19858
5967 * gdb.base/jit-main.c: Include unistd.h.
5968 (ATTACH): Define to 0 if not already defined.
5969 (wait_for_gdb, mypid): New globals.
5970 (WAIT_FOR_GDB): New macro.
5971 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
5972 some breakpoint locations.
5973 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
5974 New procedures.
5975 (one_jit_test): Add REATTACH parameter, and handle it. Use
5976 continue_to_test_location.
5977 (top level): Test attach, and adjusts calls to one_jit_test.
5978
5979 2016-03-31 Pedro Alves <palves@redhat.com>
5980
5981 PR gdb/19858
5982 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
5983 BINSUFFIX parameter, and handle it.
5984 (top level): Adjust calls compile_jit_test.
5985
5986 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
5987
5988 PR python/19743
5989 * gdb.python/py-mi-events-gdb.py: New file.
5990 * gdb.python/py-mi-events.c: New file.
5991 * gdb.python/py-mi-events.exp: New file.
5992
5993 2016-03-30 Yao Qi <yao.qi@linaro.org>
5994
5995 * gdb.reverse/until-precsave.exp: Match function name only.
5996 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
5997 Move malloc to a condition block.
5998 * gdb.reverse/until-reverse.exp: Match function name only.
5999
6000 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6001
6002 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6003 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6004 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6005 variable for GPR 0 instead of assuming it is register 0.
6006 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6007 * lib/trace-support.exp: Add s390 registers.
6008
6009 2016-03-29 Yao Qi <yao.qi@linaro.org>
6010
6011 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6012
6013 2016-03-24 Yao Qi <yao.qi@linaro.org>
6014
6015 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6016 test message.
6017
6018 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6019
6020 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6021 maintaining separate logic for constructing the output path.
6022
6023 2016-03-16 Don Breazeal <donb@codesourcery.com>
6024
6025 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6026 Retry fork and waitpid on interrupted system call errors.
6027 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6028 Use with_timeout_factor to increase timeout by factor of 10.
6029
6030 2016-03-15 Don Breazeal <donb@codesourcery.com>
6031
6032 * gdb.cp/scope-err.cc: New test program.
6033 * gdb.cp/scope-err.exp: New test script.
6034 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6035 lines and "set breakpoint here" comment.
6036 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6037 Fixed some whitespace and format issues.
6038 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6039 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6040
6041 2016-03-15 Doug Evans <dje@google.com>
6042
6043 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6044 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6045 All callers updated. Add tests for enums, mixed flags register.
6046
6047 2016-03-15 Doug Evans <dje@google.com>
6048
6049 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6050 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6051
6052 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6053
6054 * gdb.base/default.exp: Add $_as_string to the list of expected
6055 convenience functions.
6056
6057 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6058
6059 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6060
6061 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6062
6063 * gdb.python/py-as-string.exp: New file.
6064 * gdb.python/py-as-string.c: New file.
6065
6066 2016-03-09 Pedro Alves <palves@redhat.com>
6067
6068 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6069 signal" -> "Thread NN received signal" output change.
6070 * gdb.threads/ia64-sigill.exp: Likewise.
6071 * gdb.threads/linux-dp.exp: Likewise.
6072 * gdb.threads/manythreads.exp: Likewise.
6073 * gdb.threads/pending-step.exp: Likewise.
6074 * gdb.threads/print-threads.exp: Likewise.
6075 * gdb.threads/sigstep-threads.exp: Likewise.
6076 * gdb.threads/staticthreads.exp: Likewise.
6077 * gdb.threads/tls.exp: Likewise.
6078
6079 2016-03-09 Pedro Alves <palves@redhat.com>
6080
6081 * gdb.base/command-line-input.exp: New file.
6082
6083 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6084
6085 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6086 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6087 * gdb.trace/pending.exp: Accept leading dot before function name.
6088 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6089 * lib/trace-support.exp: Set registers for ppc.
6090
6091 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6092
6093 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6094 use it for disassembly; accept .main in addition to main in backtrace.
6095
6096 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6097 Marcin Kościelnicki <koriakin@0x04.net>
6098
6099 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6100 (gdb_recursion_test_ptr): New global variable.
6101 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6102 gdb_recursion_test.
6103 (gdb_c_test): Ditto.
6104
6105 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6106
6107 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6108 ordering.
6109
6110 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6111
6112 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6113 (bar): Add bar_start_lbl label.
6114 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6115 of foo/bar for emitting DWARF and tracing.
6116
6117 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6118
6119 * analyze-racy-logs.py: Set executable bit.
6120
6121 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6122
6123 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6124 (CHECK_TARGET_TMP): Likewise.
6125 (check-single-racy): New rule.
6126 (check-parallel-racy): Likewise.
6127 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6128 (do-check-parallel-racy): New rule.
6129 (check-racy/%.exp): Likewise.
6130 * README (Racy testcases): New section.
6131 * analyze-racy-logs.py: New file.
6132
6133 2016-03-03 Doug Evans <dje@google.com>
6134
6135 * gdb.base/skip.exp: Use with_test_prefix.
6136
6137 2016-03-03 Yao Qi <yao.qi@linaro.org>
6138
6139 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6140 Invoke step_over_syscall "clone" and break_cond_on_syscall
6141 "clone".
6142 * gdb.base/step-over-clone.c: New file.
6143
6144 2016-03-03 Yao Qi <yao.qi@linaro.org>
6145
6146 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6147 code format.
6148
6149 2016-03-03 Yao Qi <yao.qi@linaro.org>
6150
6151 * gdb.base/disp-step-fork.c: Rename to ...
6152 * gdb.base/step-over-fork.c: ... it. New file.
6153 * gdb.base/disp-step-vfork.c: Rename to ...
6154 * gdb.base/step-over-vfork.c: ... it. New file.
6155 * gdb.base/disp-step-syscall.exp: Rename to ...
6156 * gdb.base/step-over-syscall.exp: ... it. New file.
6157 (disp_step_cross_syscall): Rename to ...
6158 (step_over_syscall): ... it.
6159
6160 2016-03-03 Yao Qi <yao.qi@linaro.org>
6161
6162 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6163 If target supports condition evaluation on target, invoke
6164 break_cond_on_syscall for fork and vfork.
6165
6166 2016-03-03 Yao Qi <yao.qi@linaro.org>
6167
6168 * gdb.base/disp-step-syscall.exp: Don't invoke
6169 support_displaced_stepping.
6170 (disp_step_cross_syscall): Test with displaced stepping off and
6171 on if supported.
6172
6173 2016-03-03 Yao Qi <yao.qi@linaro.org>
6174
6175 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6176 proc.
6177 (setup): New proc.
6178 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6179 and setup.
6180
6181 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6182
6183 * gdb.fortran/vla-history.exp: Remove breakpoint.
6184
6185 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6186
6187 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6188 exceeds timeout.
6189
6190 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6191
6192 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6193 breakpoint.
6194
6195 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6196
6197 * gdb.mi/vla.f90: Nullify pointer after declaration.
6198
6199 2016-03-01 Pedro Alves <palves@redhat.com>
6200
6201 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6202
6203 2016-03-01 Pedro Alves <palves@redhat.com>
6204
6205 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6206 before anything else.
6207 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6208 _GNU_SOURCE here.
6209 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6210 before anything else.
6211 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6212
6213 2016-03-01 Pedro Alves <palves@redhat.com>
6214
6215 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6216
6217 2016-03-01 Yao Qi <yao.qi@linaro.org>
6218
6219 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6220 prepare_for_testing.
6221
6222 2016-03-01 Yao Qi <yao.qi@linaro.org>
6223
6224 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6225
6226 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6227
6228 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6229 manually constructing the output path.
6230
6231 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6232
6233 * gdb.arch/s390-stackless.S: New.
6234 * gdb.arch/s390-stackless.exp: New.
6235
6236 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6237
6238 * gdb.dlang/circular.c: New file.
6239 * gdb.dlang/circular.exp: New file.
6240
6241 2016-02-26 Yao Qi <yao.qi@linaro.org>
6242
6243 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6244 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6245 (testcases): Update.
6246
6247 2016-02-26 Yao Qi <yao.qi@linaro.org>
6248
6249 * gdb.reverse/aarch64.c: Rename to ...
6250 * gdb.reverse/insn-reverse.c: ... it.
6251 * gdb.reverse/aarch64.exp: Rename to ...
6252 * gdb.reverse/insn-reverse.exp: ... it.
6253
6254 2016-02-26 Yao Qi <yao.qi@linaro.org>
6255
6256 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6257 (testcase_ftype): New.
6258 (testcases): New array.
6259 (n_testcases): New.
6260 (main): Call each element in testcases.
6261 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6262 (read_testcase): New.
6263 Do the tests in a loop.
6264
6265 2016-02-25 Yao Qi <yao.qi@linaro.org>
6266
6267 * gdb.base/branches.c: Remove.
6268
6269 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6270
6271 PR gdb/13808
6272 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6273
6274 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6275
6276 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6277
6278 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6279
6280 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6281 change x86_64 call_insn to 'callq'.
6282
6283 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6284
6285 * gdb.trace/tfile-avx.c: Move to...
6286 * gdb.trace/tracefile-pseudo-reg.c: Here.
6287 * gdb.trace/tfile-avx.exp: Move to...
6288 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6289
6290 2016-02-24 Gary Benson <gbenson@redhat.com>
6291
6292 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6293 message on attach.
6294
6295 2016-02-23 Doug Evans <dje@google.com>
6296
6297 * gdb.base/skip.c (test_skip): New function.
6298 (end_test_skip_file_and_function): New function.
6299 (test_skip_file_and_function): New function.
6300 * gdb.base/skip1.c (test_skip): New function.
6301 (skip1_test_skip_file_and_function): New function.
6302 * gdb.base/skip.exp: Add tests for new skip options.
6303 * gdb.base/skip-solib.exp: Update expected output.
6304 * gdb.perf/skip-command.cc: New file.
6305 * gdb.perf/skip-command.exp: New file.
6306 * gdb.perf/skip-command.py: New file.
6307
6308 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6309
6310 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6311 info registers pattern.
6312
6313 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6314
6315 * lib/future.exp: Add D support.
6316 (gdb_find_gdc): New proc.
6317 (gdb_default_target_compile): Add D support.
6318
6319 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
6320
6321 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6322 user+system time.
6323 (trace_speed_test): Determine the iteration count for a time
6324 between 15..30 seconds.
6325
6326 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6327
6328 * gdb.arch/i386-mpx-sigsegv.c: New file.
6329 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6330 * gdb.arch/i386-mpx-simple_segv.c: New file.
6331 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6332
6333 2016-02-18 Yao Qi <yao.qi@linaro.org>
6334
6335 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6336 Don't call setup_kfail.
6337
6338 2016-02-18 Yao Qi <yao.qi@linaro.org>
6339
6340 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6341 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6342
6343 2016-02-16 Doug Evans <dje@google.com>
6344
6345 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6346 * gdb.base/skip1.c: Ditto.
6347 * gdb.base/skip.exp: Whitespace cleanup.
6348
6349 2016-02-16 Don Breazeal <donb@codesourcery.com>
6350
6351 PR remote/19496
6352 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6353 Remove kfail for PR remote/19496.
6354
6355 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6356
6357 * lib/gdb.exp (standard_temp_file): Return a path specific to
6358 the runtest invocation.
6359
6360 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6361
6362 * gdb.trace/save-trace.exp: Change relative path to be in the
6363 standard output directory.
6364
6365 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6366
6367 * gdb.arch/i386-prologue.c: Add missing prototypes.
6368
6369 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6370
6371 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6372 * gdb.arch/i386-prologue.exp: Likewise.
6373 * gdb.arch/i386-size.exp: Likewise.
6374
6375 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6376
6377 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6378 define object file path.
6379 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6380 file path.
6381 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6382 standard_output_file to define binfile.
6383
6384 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6385
6386 Fix compatibility with recent gfortran-5.3.1.
6387 * gdb.fortran/vla-history.exp (print vla1 allocated)
6388 (print vla2 allocated, print $2, print $3): Remove
6389 (print $4): Rename to ...
6390 (print $2): ... here.
6391 (print $9): Rename to ...
6392 (print $5): ... here.
6393 (print $10): Rename to ...
6394 (print $6): ... here.
6395 * gdb.fortran/vla.f90: Add pvla initialization.
6396
6397 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6398
6399 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6400 New test.
6401 * gdb.fortran/vla-value-sub.exp: Likewise.
6402
6403 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6404
6405 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6406
6407 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6408
6409 * i386-biarch-core.exp: Define corefile using
6410 standard_output_file.
6411
6412 2016-02-12 Yao Qi <yao.qi@linaro.org>
6413
6414 * gdb.arch/arm-single-step-kernel-helper.c: New.
6415 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6416
6417 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6418
6419 * gdb.btrace/tailcall-only.exp: New.
6420 * gdb.btrace/tailcall-only.c: New.
6421 * gdb.btrace/x86_64-tailcall-only.S: New.
6422 * gdb.btrace/i686-tailcall-only.S: New.
6423
6424 2016-02-11 Pedro Alves <palves@redhat.com>
6425
6426 * README (Parallel testing): Add missing double quotes.
6427
6428 2016-02-11 Pedro Alves <palves@redhat.com>
6429
6430 * README (Parallel testing): New section.
6431 (GDB_PARALLEL): Rewrite.
6432 (FORCE_PARALLEL): Document.
6433
6434 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6435
6436 * gdb.trace/tfile-avx.c: New test.
6437 * gdb.trace/tfile-avx.exp: New test.
6438
6439 2016-02-09 Keith Seitz <keiths@redhat.com>
6440
6441 PR breakpoints/19546
6442 * gdb.base/infcall-exec.c: New file.
6443 * gdb.base/infcall-exec2.c: New file.
6444 * gdb.base/infcall-exec.exp: New file.
6445
6446 2016-02-09 Keith Seitz <keiths@redhat.com>
6447
6448 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6449 (toplevel): Call test_bkpt_address.
6450
6451 2016-02-09 Keith Seitz <keiths@redhat.com>
6452
6453 PR python/19506
6454 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6455 (toplevel): Call test_bkpt_address.
6456
6457 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6458
6459 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6460 to AC_OUTPUT.
6461 * configure: Regenerate.
6462
6463 2016-02-09 Pedro Alves <palves@redhat.com>
6464
6465 PR breakpoints/19548
6466 * gdb.base/execl-update-breakpoints.c (some_function): New
6467 function.
6468 (main): Call it.
6469 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6470 Tighten expected GDB output.
6471
6472 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6473
6474 * Makefile.in (ALL_SUBDIRS): Remove.
6475 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6476 (distclean maintainer-clean realclean): Likewise.
6477 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6478 * configure: Regenerate.
6479 * gdb.ada/Makefile.in: Delete.
6480 * gdb.arch/Makefile.in: Likewise.
6481 * gdb.asm/Makefile.in: Likewise.
6482 * gdb.base/Makefile.in: Likewise.
6483 * gdb.btrace/Makefile.in: Likewise.
6484 * gdb.cell/Makefile.in: Likewise.
6485 * gdb.compile/Makefile.in: Likewise.
6486 * gdb.cp/Makefile.in: Likewise.
6487 * gdb.disasm/Makefile.in: Likewise.
6488 * gdb.dlang/Makefile.in: Likewise.
6489 * gdb.dwarf2/Makefile.in: Likewise.
6490 * gdb.fortran/Makefile.in: Likewise.
6491 * gdb.gdb/Makefile.in: Likewise.
6492 * gdb.go/Makefile.in: Likewise.
6493 * gdb.guile/Makefile.in: Likewise.
6494 * gdb.java/Makefile.in: Likewise.
6495 * gdb.linespec/Makefile.in: Likewise.
6496 * gdb.mi/Makefile.in: Likewise.
6497 * gdb.modula2/Makefile.in: Likewise.
6498 * gdb.multi/Makefile.in: Likewise.
6499 * gdb.objc/Makefile.in: Likewise.
6500 * gdb.opencl/Makefile.in: Likewise.
6501 * gdb.opt/Makefile.in: Likewise.
6502 * gdb.pascal/Makefile.in: Likewise.
6503 * gdb.perf/Makefile.in: Likewise.
6504 * gdb.python/Makefile.in: Likewise.
6505 * gdb.reverse/Makefile.in: Likewise.
6506 * gdb.server/Makefile.in: Likewise.
6507 * gdb.stabs/Makefile.in: Likewise.
6508 * gdb.threads/Makefile.in: Likewise.
6509 * gdb.trace/Makefile.in: Likewise.
6510 * gdb.xml/Makefile.in: Likewise.
6511 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6512 GDB_PARALLEL.
6513 (standard_output_file): Remove check for GDB_PARALLEL, always
6514 return path in outputs/$subdir/$testname.
6515
6516 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6517
6518 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6519 (site.exp): Assign abs_srcdir to tcl's srcdir.
6520
6521 2016-02-04 Yao Qi <yao.qi@linaro.org>
6522
6523 * gdb.base/foll-exec-mode.c: Include limits.h.
6524 (main): Add parameters argc and argv. Get directory from
6525 argv[0].
6526 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6527 compilation.
6528 * gdb.base/foll-exec.c: Include limits.h.
6529 (main): Add parameters argc and argv.
6530 Get directory from argv[0].
6531 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6532 Adjust tests on the number of lines as source code changed.
6533 * gdb.base/foll-vfork-exit.c: Include limits.h.
6534 (main): Add one line of statement before vfork.
6535 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6536 (main): Add parameters argc and argv. Get directory from
6537 argv[0].
6538 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6539 (setup_gdb): Set tbreak to skip some source lines.
6540 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6541 (main): Add parameters argc and argv. Get directory from
6542 argv[0].
6543 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6544 compilation.
6545 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6546 (main): Add parameters argc and argv. Get directory from
6547 argv[0].
6548 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6549 compilation.
6550
6551 2016-02-01 Doug Evans <dje@google.com>
6552
6553 * gdb.base/skip.exp: Clean up multiple references to same test name.
6554
6555 2016-02-01 Pedro Alves <palves@redhat.com>
6556
6557 PR remote/19496
6558 * gdb.threads/forking-threads-plus-breakpoint.exp
6559 (displaced_stepping_supported): New global.
6560 (probe_displaced_stepping_support): New procedure.
6561 (do_test): Add 'displaced' parameter, and use it.
6562 (top level): Check for displaced stepping support. Add displaced
6563 stepping on/off testing axis.
6564
6565 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6566
6567 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6568 pointer. Don't perform further tests on the unassociated pointer
6569 if the first test fails.
6570
6571 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6572
6573 * gdb.base/max-value-size.c: New file.
6574 * gdb.base/max-value-size.exp: New file.
6575 * gdb.base/huge.exp: Disable max-value-size for this test.
6576
6577 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6578
6579 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6580
6581 2016-01-28 Yao Qi <yao.qi@linaro.org>
6582
6583 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6584
6585 2016-01-25 Pedro Alves <palves@redhat.com>
6586
6587 PR threads/19461
6588 * gdb.base/fork-running-state.c: New file.
6589 * gdb.base/fork-running-state.exp: New file.
6590
6591 2016-01-25 Pedro Alves <palves@redhat.com>
6592
6593 PR gdb/19494
6594 * gdb.base/catch-fork-kill.c: New file.
6595 * gdb.base/catch-fork-kill.exp: New file.
6596
6597 2016-01-25 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6600 Delete, moved to lib/gdb.exp.
6601 * gdb.threads/forking-threads-plus-breakpoint.exp
6602 (foreach_with_prefix): Likewise.
6603 * gdb.threads/process-dies-while-handling-bp.exp
6604 (foreach_with_prefix): Likewise.
6605 * lib/gdb.exp (foreach_with_prefix): New procedure.
6606
6607 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6608
6609 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6610 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6611
6612 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6613
6614 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6615 endian targets.
6616
6617 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6618 Pedro Alves <palves@redhat.com>
6619
6620 Fix testsuite compatibility with Guile.
6621 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6622 number.
6623
6624 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6625
6626 Fix testsuite compatibility with Guile.
6627 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6628 (thread 1): New test for backtrace through signal handler.
6629
6630 2016-01-22 Yao Qi <yao.qi@linaro.org>
6631
6632 PR testsuite/19491
6633 * gdb.base/multi-forks.c: Include
6634 ../lib/unbuffer_output.c
6635 (main): Call gdb_unbuffer_output.
6636
6637 2016-01-21 Doug Evans <dje@google.com>
6638
6639 * lib/ada.exp (gdb_compile_ada): Fix typo.
6640
6641 2016-01-21 Joel Brobecker <brobecker@adacore.com>
6642
6643 * gdb.base/break-fun-addr.exp: New file.
6644 * gdb.base/break-fun-addr1.c: New file.
6645 * gdb.base/break-fun-addr2.c: New file.
6646
6647 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6648
6649 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6650 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6651 enum flag values.
6652
6653 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6654
6655 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6656 when GDB can not set the vector return value. Add more comments
6657 for clarification.
6658
6659 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6660
6661 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6662 command.
6663
6664 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6665
6666 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6667
6668 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6669
6670 * Makefile.in (check-single): Pass --status to runtest.
6671 (check/%.exp): Likewise.
6672
6673 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6674
6675 * Makefile.in (check-parallel): Propagate return code from make
6676 do-check-parallel.
6677
6678 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6679
6680 * gdb.trace/ftrace.exp: Fix expected message on continue.
6681 * gdb.trace/pending.exp: Fix expected message on continue.
6682 * gdb.trace/trace-break.exp: Fix expected message on continue.
6683
6684 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6685
6686 * lib/gdb.exp (gdb_test): Remove unused global references.
6687
6688 2016-01-18 Pedro Alves <palves@redhat.com>
6689
6690 * gdb.base/async-shell.exp: Adjust expected output.
6691 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6692 * gdb.base/siginfo-thread.exp: Adjust expected output.
6693 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6694 * gdb.java/jnpe.exp: Adjust expected output.
6695 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6696 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6697 * gdb.threads/leader-exit.exp: Adjust expected output.
6698 * gdb.threads/manythreads.exp: Adjust expected output.
6699 * gdb.threads/pthreads.exp: Adjust expected output.
6700 * gdb.threads/schedlock.exp: Adjust expected output.
6701 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6702 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6703 expected output.
6704 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6705 output.
6706 * gdb.threads/sigthread.exp: Adjust expected output.
6707 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6708
6709 2016-01-18 Yao Qi <yao.qi@linaro.org>
6710
6711 * gdb.guile/scm-section-script.c: Replace @progbits with
6712 %progbits.
6713 * gdb.python/py-section-script.c: Likewise.
6714
6715 2016-01-15 Pedro Alves <palves@redhat.com>
6716
6717 * gdb.multi/tids.exp: Test star wildcard ranges.
6718
6719 2016-01-15 Pedro Alves <palves@redhat.com>
6720
6721 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6722 command from "thread apply" invocation.
6723 (thr_apply_info_thr_invalid): Default the expected output to the
6724 input tid list.
6725 (top level): Add tests that use convenience variables. Add tests
6726 for "thread apply" with a valid TID list, but missing the command.
6727
6728 2016-01-13 Pedro Alves <palves@redhat.com>
6729
6730 * gdb.base/default.exp: Expect $_gthread as well.
6731 * gdb.multi/tids.exp: Test $_gthread.
6732 * gdb.threads/thread-specific.exp: Test $_gthread.
6733
6734 2016-01-13 Pedro Alves <palves@redhat.com>
6735
6736 * gdb.multi/tids.exp: Test "info threads -gid".
6737
6738 2016-01-13 Pedro Alves <palves@redhat.com>
6739
6740 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6741 Breakpoint.thread.
6742 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6743
6744 2016-01-07 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.base/break.exp: Adjust to output changes.
6747 * gdb.base/hbreak2.exp: Likewise.
6748 * gdb.base/sepdebug.exp: Likewise.
6749 * gdb.base/watch_thread_num.exp: Likewise.
6750 * gdb.linespec/keywords.exp: Likewise.
6751 * gdb.multi/info-threads.exp: Likewise.
6752 * gdb.threads/thread-find.exp: Likewise.
6753 * gdb.multi/tids.c: New file.
6754 * gdb.multi/tids.exp: New file.
6755
6756 2016-01-13 Pedro Alves <palves@redhat.com>
6757
6758 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6759
6760 2016-01-13 Pedro Alves <palves@redhat.com>
6761
6762 * gdb.base/default.exp: Expect $_inferior as well.
6763 * gdb.multi/base.exp: Test $_inferior.
6764
6765 2016-01-13 Pedro Alves <palves@redhat.com>
6766
6767 PR breakpoints/19388
6768 * gdb.base/catch-signal-siginfo-cond.c: New file.
6769 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6770
6771 2016-01-12 Josh Stone <jistone@redhat.com>
6772 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6773
6774 * gdb.base/catch-syscall.c (do_execve): New variable.
6775 (main): Conditionally trigger an execve.
6776 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6777 (test_catch_syscall_execve): New, check entry/return across execve.
6778 (do_syscall_tests): Call test_catch_syscall_execve.
6779
6780 2016-01-12 Pedro Alves <palves@redhat.com>
6781
6782 * gdb.base/random-signal.exp (do_test): New procedure, with body
6783 of testcase moved in.
6784
6785 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6786 Pedro Alves <palves@redhat.com>
6787
6788 * gdb.base/funcargs.exp (finish from indirectly called function):
6789 Reintroduce the case for 'First'.
6790
6791 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6792 Pedro Alves <palves@redhat.com>
6793
6794 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6795 (tcatch_vfork_then_child_follow_exec)
6796 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6797 identification.
6798
6799 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6800
6801 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6802 and repeats to unlimited.
6803 * gdb.python/py-value.exp: Likewise.
6804 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6805 and repeats to unlimited.
6806
6807 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6808
6809 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6810 and reordering the functions.
6811 * gdb.multi/hangout.c: Likewise.
6812 * gdb.multi/hello.c: Likewise.
6813
6814 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6815
6816 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6817 absolute.
6818 (SingleStatisticTestResult.report): Use dict.keys instead of
6819 dict.iterkeys.
6820
6821 2016-01-06 Pedro Alves <palves@redhat.com>
6822
6823 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6824
6825 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6826
6827 * gdb.btrace/dlopen.exp: New.
6828 * gdb.btrace/dlopen.c: New.
6829 * gdb.btrace/dlopen-dso.c: New.
6830
6831 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6832
6833 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6834 PATTERN argument is optional.
6835
6836 2015-12-24 Joel Brobecker <brobecker@adacore.com>
6837
6838 * lib/ada.exp (target_compile_ada_from_dir): New function.
6839 (gdb_compile_ada): Reimplement avoiding the use of project files.
6840 * gdb.ada/gnat_ada.gpr: Delete.
6841 * gdb.ada/cond_lang.exp: Adjust test to make path before
6842 filename optional.
6843 * gdb.ada/small_reg_param.exp: Likewise.
6844
6845 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
6846
6847 * gdb.base/foll-vork.exp: Remove HP-UX special case.
6848
6849 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
6850
6851 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
6852 case.
6853
6854 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
6855
6856 * gdb.base/break.exp: Remove dead code.
6857 * gdb.base/sepdebug.exp: Likewise.
6858
6859 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6860
6861 * gdb.asm/asm-source.exp: Remove HP-UX references.
6862 * gdb.base/annota1.exp: Likewise.
6863 * gdb.base/annota3.exp: Likewise.
6864 * gdb.base/attach.exp: Likewise.
6865 * gdb.base/bigcore.exp: Likewise.
6866 * gdb.base/break.exp: Likewise.
6867 * gdb.base/call-ar-st.exp: Likewise.
6868 * gdb.base/callfuncs.exp: Likewise.
6869 * gdb.base/catch-fork-static.exp: Likewise.
6870 * gdb.base/display.exp: Likewise.
6871 * gdb.base/foll-exec-mode.exp: Likewise.
6872 * gdb.base/foll-exec.exp: Likewise.
6873 * gdb.base/foll-fork.exp: Likewise.
6874 * gdb.base/foll-vfork.exp: Likewise.
6875 * gdb.base/funcargs.exp: Likewise.
6876 * gdb.base/hbreak2.exp: Likewise.
6877 * gdb.base/inferior-died.exp: Likewise.
6878 * gdb.base/interrupt.exp: Likewise.
6879 * gdb.base/multi-forks.exp: Likewise.
6880 * gdb.base/nodebug.exp: Likewise.
6881 * gdb.base/sepdebug.exp: Likewise.
6882 * gdb.base/solib1.c: Likewise.
6883 * gdb.base/step-test.exp: Likewise.
6884 * gdb.mi/non-stop.c: Likewise.
6885 * gdb.mi/pthreads.c: Likewise.
6886 * gdb.multi/bkpt-multi-exec.ex: Likewise.
6887 * gdb.threads/pthreads.c: Likewise.
6888 * gdb.threads/staticthreads.exp: Likewise.
6889 * lib/future.exp: Likewise.
6890 * lib/gdb.exp: Likewise.
6891 * gdb.base/so-indr-cl.c: Remove.
6892 * gdb.base/so-indr-cl.exp: Likewise.
6893 * gdb.base/solib.c: Likewise.
6894 * gdb.base/solib.exp: Likewise.
6895 * gdb.base/solib2.c: Likewise.
6896
6897 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
6898
6899 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
6900 * gdb.base/call-ar-st.exp: Likewise.
6901 * gdb.base/callfuncs.exp: Likewise.
6902 * gdb.base/condbreak.exp: Likewise.
6903 * gdb.base/constvars.exp: Likewise.
6904 * gdb.base/hbreak2.exp: Likewise.
6905 * gdb.base/langs.exp: Likewise.
6906 * gdb.base/list.exp: Likewise.
6907 * gdb.base/long_long.exp: Likewise.
6908 * gdb.base/ptype.exp: Likewise.
6909 * gdb.base/scope.exp: Likewise.
6910 * gdb.base/signals.exp: Likewise.
6911 * gdb.base/so-impl-ld.exp: Likewise.
6912 * gdb.base/varargs.exp: Likewise.
6913 * gdb.base/volatile.exp: Likewise.
6914 * gdb.base/whatis.exp: Likewise.
6915 * gdb.cp/cplusfuncs.exp: Likewise.
6916 * gdb.cp/inherit.exp: Likewise.
6917 * gdb.cp/local.exp: Likewise.
6918 * gdb.cp/member-ptr.exp: Likewise.
6919 * gdb.cp/method.exp: Likewise.
6920 * gdb.cp/overload.exp: Likewise.
6921 * gdb.cp/templates.exp: Likewise.
6922 * gdb.stabs/weird.exp: Likewise.
6923 * lib/compiler.c: Likewise.
6924 * lib/compiler.cc: Likewise.
6925 * lib/cp-support.exp: Likewise.
6926 * lib/gdb.exp: Likewise.
6927
6928 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
6929
6930 * configure.ac: Remove HP-UX case.
6931 * configure: Regenerate.
6932
6933 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
6934
6935 * lib/gdb.exp (gdb_compile): Add function doc.
6936
6937 2015-12-17 Pedro Alves <palves@redhat.com>
6938
6939 PR threads/19354
6940 * gdb.multi/info-threads.exp: New file.
6941
6942 2015-12-15 Yao Qi <yao.qi@linaro.org>
6943
6944 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
6945 is aarch64*-*-*.
6946
6947 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6948
6949 * gdb.base/history-duplicates.exp: Skip if no readline support.
6950
6951 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6952
6953 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
6954
6955 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6956
6957 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
6958
6959 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6960
6961 * gdb.base/completion.exp: Skip tests that interrupt GDB with
6962 ctrl-C if nointerrupts target property is set.
6963 * gdb.base/double-prompt-target-event-error.exp: Likewise.
6964 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
6965 * gdb.base/paginate-bg-execution.exp: Likewise.
6966 * gdb.base/paginate-execution-startup.exp: Likewise.
6967 * gdb.base/random-signal.exp: Likewise.
6968 * gdb.base/range-stepping.exp: Likewise.
6969 * gdb.cp/annota2.exp: Likewise.
6970 * gdb.cp/annota3.exp: Likewise.
6971 * gdb.gdb/selftest.exp: Likewise.
6972 * gdb.threads/continue-pending-status.exp: Likewise.
6973 * gdb.threads/leader-exit.exp: Likewise.
6974 * gdb.threads/manythreads.exp: Likewise.
6975 * gdb.threads/pthreads.exp: Likewise.
6976 * gdb.threads/schedlock.exp: Likewise.
6977 * gdb.threads/sigthread.exp: Likewise.
6978
6979 2015-12-11 Don Breazeal <donb@codesourcery.com>
6980
6981 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
6982 remote.
6983 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
6984 * gdb.base/foll-exec.exp (main): Enable for target remote.
6985 * gdb.base/foll-fork.exp (main): Likewise.
6986 * gdb.base/foll-vfork.exp (main): Likewise.
6987 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
6988 (proc continue_to_exit_bp_loc): Use clean_restart.
6989 * gdb.base/pie-execl.exp (main): Disable for target remote.
6990 * gdb.base/watch-vfork.exp (main): Enable for target remote.
6991 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
6992 * gdb.threads/execl.exp (main): Likewise.
6993 * gdb.threads/fork-child-threads.exp (main): Likewise.
6994 * gdb.threads/fork-plus-threads.exp (main): Disable for target
6995 remote.
6996 * gdb.threads/fork-thread-pending.exp (main): Enable for target
6997 remote.
6998 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
6999 pid.tid style ptids, instead of just tid.
7000 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7001 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7002 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7003 ptids, instead of just tid.
7004
7005 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7006
7007 * gdb.base/list.exp (test_list_forward): Add end of file error
7008 test.
7009 (test_repeat_list_command): Add end of file error test.
7010 (test_list_backwards): Add beginning of file error test.
7011
7012 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7013
7014 * gdb.base/list.exp (test_list_invalid_args): New function,
7015 defined, and called.
7016
7017 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7018
7019 * gdb.base/list.exp (test_list): Make test names unique.
7020
7021 2015-12-11 Yao Qi <yao.qi@linaro.org>
7022
7023 * gdb.base/coremaker2.c: Remove.
7024
7025 2015-12-10 Pedro Alves <palves@redhat.com>
7026
7027 * gdb.multi/base.exp: Remove stale "spaces" references.
7028
7029 2015-12-10 Pedro Alves <palves@redhat.com>
7030
7031 * gdb.multi/base.exp: Don't use nowarnings.
7032 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7033 * gdb.multi/hangout.c: Include stdio.h.
7034 * gdb.multi/hello.c: Include stdlib.h.
7035 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7036 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7037 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7038
7039 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7040
7041 * gdb.dwarf2/dw2-ranges-base.c: New file.
7042 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7043 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7044 support additional line table, and debug ranges generation.
7045 (Dwarf::ranges): New function, generate .debug_ranges.
7046 (Dwarf::lines): Support generating simple line table programs.
7047 (Dwarf::assemble): Initialise new namespace variables.
7048
7049 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7050
7051 * gdb.base/async.exp (proc test_background): Add case for
7052 asynchronous execution not supported.
7053
7054 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7055
7056 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7057 format and change test names to make them unique.
7058
7059 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7060 Pedro Alves <pedro@redhat.com>
7061
7062 PR gdb/18702
7063 Add checking of floatformats setup on x86_64 hosts.
7064 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7065 (smallval, bigval): New labels/constants.
7066 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7067 float" after loading bigval and smallval.
7068
7069 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7070
7071 * gdb.ada/fun_overload_menu.exp: New testcase.
7072 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7073
7074 2015-12-04 Josh Stone <jistone@redhat.com>
7075
7076 * gdb.base/catch-fork-static.exp: New.
7077
7078 2015-12-03 Yao Qi <yao.qi@linaro.org>
7079
7080 * gdb.base/sizeof.c: Don't include stdio.h and
7081 ../lib/unbuffer_output.c.
7082 (main): New variable 'size' and 'value'. Remove printf and
7083 gdb_unbuffer_output. Assign return value to size and value.
7084 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7085 at the beginning.
7086 (check_sizeof): Check the result by printing variable 'size'.
7087 (check_valueof): Check the result by printing variable 'value'.
7088
7089 2015-12-01 Yao Qi <yao.qi@linaro.org>
7090
7091 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7092 for aarch64*-*-linux* target.
7093
7094 2015-11-30 Pedro Alves <palves@redhat.com>
7095
7096 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7097
7098 2015-11-30 Pedro Alves <palves@redhat.com>
7099
7100 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7101 Handle non-stop mode vCont replies.
7102
7103 2015-11-30 Pedro Alves <palves@redhat.com>
7104
7105 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7106 prepare_for_testing. Start gdb with "set non-stop on" appended to
7107 GDBFLAGS. Lax expected stop output.
7108
7109 2015-11-27 Yao Qi <yao.qi@linaro.org>
7110
7111 * gdb.arch/arm-neon.exp: New.
7112 * gdb.arch/arm-neon.c: New.
7113
7114 2015-11-27 Yao Qi <yao.qi@linaro.org>
7115
7116 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7117
7118 2015-11-27 Yao Qi <yao.qi@linaro.org>
7119
7120 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7121 frames-invalid annotation.
7122
7123 2015-11-27 Yao Qi <yao.qi@linaro.org>
7124
7125 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7126
7127 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7128
7129 * gdb.threads/names.exp: New file.
7130 * gdb.threads/names.c: New file.
7131 * README: Mention gdb,no_thread_names.
7132
7133 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7134
7135 PR 19297
7136 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7137 support" error.
7138
7139 2015-11-24 Pedro Alves <palves@redhat.com>
7140
7141 PR 17539
7142 * gdb.base/display.exp: Expect displays to be sorted in ascending
7143 order. Use multi_line.
7144 * gdb.base/solib-display.exp: Likewise.
7145
7146 2015-11-24 Pedro Alves <palves@redhat.com>
7147
7148 PR 17539
7149 * gdb.base/display.exp: Expect displays to be sorted in ascending
7150 order. Use multi_line.
7151 * gdb.base/solib-display.exp: Likewise.
7152
7153 2015-11-24 Pedro Alves <palves@redhat.com>
7154
7155 PR 17539
7156 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7157 threads in ascending order.
7158 * gdb.base/foll-fork.exp: Likewise.
7159 * gdb.base/foll-vfork.exp: Likewise.
7160 * gdb.base/multi-forks.exp: Likewise.
7161 * gdb.mi/mi-nonstop.exp: Likewise.
7162 * gdb.mi/mi-nsintrall.exp: Likewise.
7163 * gdb.multi/base.exp: Likewise.
7164 * gdb.multi/multi-arch.exp: Likewise.
7165 * gdb.python/py-inferior.exp: Likewise.
7166 * gdb.threads/break-while-running.exp: Likewise.
7167 * gdb.threads/execl.exp: Likewise.
7168 * gdb.threads/gcore-thread.exp: Likewise.
7169 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7170 * gdb.threads/kill.exp: Likewise.
7171 * gdb.threads/linux-dp.exp: Likewise.
7172 * gdb.threads/multiple-step-overs.exp: Likewise.
7173 * gdb.threads/next-bp-other-thread.exp: Likewise.
7174 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7175 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7176 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7177 * gdb.threads/thread-find.exp: Likewise.
7178 * gdb.threads/tls.exp: Likewise.
7179 * lib/mi-support.exp (mi_reverse_list): Delete.
7180 (mi_check_thread_states): No longer reverse list.
7181
7182 2015-11-24 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7185 use lowercase.
7186
7187 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7188
7189 * gdb.trace/actions.c: Include trace-common.h.
7190 (main): Add a location for a fast tracepoint.
7191 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7192 the normal tracepoints.
7193 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7194
7195 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7196
7197 * save-trace.exp: Factor out code to these...
7198 (gdb_save_tracepoints): New.
7199 (gdb_load_tracepoints): New.
7200 (do_save_load_test): New.
7201
7202 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7203
7204 * gdb.base/asmlabel.exp: New test.
7205 * gdb.base/asmlabel.c: New test case.
7206
7207 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7208
7209 * gdb.base/wrong_frame_bt_full-main.c: New file.
7210 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7211 * gdb.base/wrong_frame_bt_full.exp: New file.
7212
7213 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7214
7215 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7216
7217 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7218
7219 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7220 pstate register when comparing registers values in
7221 sparc64-*-linux-gnu targets to avoid spurious differences.
7222
7223 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7224
7225 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7226
7227 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7228
7229 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7230 as type argument to gdb_compile.
7231 * gdb.base/nested-subp2.exp: Likewise.
7232 * gdb.base/nested-subp3.exp: Likewise.
7233
7234 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7235
7236 * lib/dwarf.exp (_note): Fix left shift of negative value.
7237 * gdb.trace/trace-condition.exp: Likewise.
7238
7239 2015-11-13 Yao Qi <yao.qi@linaro.org>
7240
7241 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7242 comments about d10v.
7243 (test_scalar_returns): Likewise.
7244 * gdb.base/d10v.ld: Remove.
7245 * gdb.base/overlays.exp: Remove the target triplet checking for
7246 d10v-*-*.
7247 * gdb.base/structs.exp (test_struct_returns): Remove the
7248 comments about d10v.
7249 (test_struct_calls): Likewise.
7250
7251 2015-11-13 Yao Qi <yao.qi@linaro.org>
7252
7253 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7254 * gdb.base/gnu_vector.c: Don't include stdio.h.
7255 (main): Don't print res and call add_some_intvecs.
7256
7257 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7258
7259 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7260 macro.
7261 (func5): Removed.
7262 (func4): Use FAST_TRACEPOINT_LABEL.
7263 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7264 macro.
7265 (func): Removed.
7266 (thread_function): Use FAST_TRACEPOINT_LABEL.
7267 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7268 (func): Remove.
7269 (marker): Use FAST_TRACEPOINT_LABEL.
7270 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7271 (pendfunc1): Remove.
7272 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7273 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7274 (foo): Remove.
7275 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7276 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7277 macro.
7278 (func): Remove.
7279 (marker): Use FAST_TRACEPOINT_LABEL.
7280 * gdb.trace/trace-common.h: New header.
7281 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7282 macro.
7283 (func): Remove.
7284 (marker): Use FAST_TRACEPOINT_LABEL.
7285 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7286 (func): Remove.
7287 (thread_function): Use FAST_TRACEPOINT_LABEL.
7288
7289 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7290
7291 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7292 in front.
7293 * gdb.trace/change-loc.exp: Use global pcreg definition.
7294 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7295 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7296 in front.
7297 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7298 * gdb.trace/pending.exp: Likewise.
7299 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7300 * gdb.trace/trace-break.exp: Likewise.
7301 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7302 in front.
7303 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7304 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7305 in front.
7306 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7307
7308 2015-11-09 Joel Brobecker <brobecker@adacore.com>
7309
7310 * gdb.ada/fin_fun_out: New testcase.
7311
7312 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7313
7314 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7315 value associated with DW_AT_byte_size.
7316 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7317 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7318 DW_AT_upper_bound.
7319
7320 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7321
7322 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7323 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7324 version.
7325 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7326 gdb.dwarf2/dw2-canonicalize-type.exp,
7327 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7328 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7329 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7330 provided by gdb_target_symbol_prefix_flags_asm.
7331 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7332 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7333 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7334 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7335 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7336 macros where needed). Use this macro for symbols which require
7337 the prefix provided by SYMBOL_PREFIX.
7338
7339 2015-11-05 Kevin Buettner <kevinb@redhat.com>
7340
7341 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7342 New procs.
7343 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7344 representing expressions, of more than one list element.
7345 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7346 to prepend linker symbol prefix to f.
7347 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7348 table_1 and table_2.
7349 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7350 Likewise, for f and g.
7351 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7352 for ptr.
7353 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7354 for main.
7355 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7356 table_1_ptr and table_2_ptr.
7357
7358 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7359 Joel Brobecker <brobecker@adacore.com>
7360
7361 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7362
7363 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7364
7365 * gdb.reverse/s390-mvcle.c: New test.
7366 * gdb.reverse/s390-mvcle.exp: New file.
7367 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7368
7369 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7370
7371 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7372
7373 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7374
7375 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7376 reaching marker2.
7377 * gdb.reverse/getresuid-reverse.exp: Likewise.
7378 * gdb.reverse/pipe-reverse.exp: Likewise.
7379 * gdb.reverse/readv-reverse.exp: Likewise.
7380 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7381 * gdb.reverse/time-reverse.exp: Likewise.
7382 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7383
7384 2015-10-30 Yao Qi <yao.qi@linaro.org>
7385
7386 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7387 (empty_cycle): Remove.
7388 (main): Don't call empty_cycle. Don't use watch_count_done.
7389 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7390 empty_cycle. Rewrite the code counting HW watchpoints.
7391
7392 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7393
7394 * gdb.reverse/fstatat-reverse.c: New test.
7395 * gdb.reverse/fstatat-reverse.exp: New file.
7396 * gdb.reverse/getresuid-reverse.c: New test.
7397 * gdb.reverse/getresuid-reverse.exp: New file.
7398 * gdb.reverse/pipe-reverse.c: New test.
7399 * gdb.reverse/pipe-reverse.exp: New file.
7400 * gdb.reverse/readv-reverse.c: New test.
7401 * gdb.reverse/readv-reverse.exp: New file.
7402 * gdb.reverse/recvmsg-reverse.c: New test.
7403 * gdb.reverse/recvmsg-reverse.exp: New file.
7404 * gdb.reverse/time-reverse.c: New test.
7405 * gdb.reverse/time-reverse.exp: New file.
7406 * gdb.reverse/waitpid-reverse.c: New test.
7407 * gdb.reverse/waitpid-reverse.exp: New file.
7408
7409 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7410
7411 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7412
7413 2015-10-26 Doug Evans <dje@google.com>
7414
7415 PR symtab/17391
7416 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7417 * gdb.dwarf2/bad-regnum.c: New file.
7418 * gdb.dwarf2/bad-regnum.exp: New file.
7419
7420 2015-10-26 Doug Evans <dje@google.com>
7421
7422 PR python/18938
7423 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7424 file.
7425
7426 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7427
7428 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7429 for a change by "Mention language in compile error message".
7430
7431 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7432
7433 PR python/18073
7434 * gdb.python/py-type.c (C::a_method): New.
7435 (C::a_const_method): New.
7436 (C::a_static_method): New.
7437 (a_function): New.
7438 * gdb.python/py-type.exp (test_fields): Test getting fields
7439 from function and method.
7440
7441 2015-10-21 Keven Boell <keven.boell@intel.com>
7442
7443 * gdb.fortran/vla-alloc-assoc.exp: New file.
7444 * gdb.fortran/vla-datatypes.exp: New file.
7445 * gdb.fortran/vla-datatypes.f90: New file.
7446 * gdb.fortran/vla-history.exp: New file.
7447 * gdb.fortran/vla-ptype-sub.exp: New file.
7448 * gdb.fortran/vla-ptype.exp: New file.
7449 * gdb.fortran/vla-sizeof.exp: New file.
7450 * gdb.fortran/vla-sub.f90: New file.
7451 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7452 * gdb.fortran/vla-value-sub-finish.exp: New file.
7453 * gdb.fortran/vla-value-sub.exp: New file.
7454 * gdb.fortran/vla-value.exp: New file.
7455 * gdb.fortran/vla-ptr-info.exp: New file.
7456 * gdb.mi/mi-vla-fortran.exp: New file.
7457 * gdb.mi/vla.f90: New file.
7458
7459 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7460
7461 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7462 of hardwired timeout value.
7463
7464 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7465 Pedro Alves <palves@redhat.com>
7466
7467 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7468 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7469
7470 2015-10-19 Josh Stone <jistone@redhat.com>
7471
7472 * gdb.base/catch-syscall.c: Include <sched.h>.
7473 (unknown_syscall): New variable.
7474 (main): Trigger a vfork and an unknown syscall.
7475 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7476 (unknown_syscall_number): Likewise.
7477 (check_call_to_syscall): Accept an optional syscall pattern.
7478 (check_return_from_syscall): Likewise.
7479 (check_continue): Likewise.
7480 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7481 (test_catch_syscall_skipping_return): New test toggling off 'catch
7482 syscall' to step over the syscall return, then toggling back on.
7483 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7484 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7485 (do_syscall_tests): Call test_catch_syscall_without_args and
7486 test_catch_syscall_mid_vfork.
7487 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7488 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7489
7490 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
7491
7492 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7493 print g_vE): Add new pass patterns.
7494 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7495 print various symbol names for vptr fields.
7496
7497 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7498
7499 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7500 results.
7501
7502 2015-10-12 Yao Qi <yao.qi@linaro.org>
7503
7504 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7505
7506 2015-10-12 Yao Qi <yao.qi@linaro.org>
7507
7508 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7509 is aarch64*-*-linux*.
7510
7511 2015-10-12 Yao Qi <yao.qi@linaro.org>
7512
7513 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7514 (can_relocate_bcond_true): ... it.
7515 (can_relocate_bcond_false): New function.
7516 (foo): Likewise.
7517 (can_relocate_bl): Likewise.
7518 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7519 can_relocate_bl.
7520
7521 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7522
7523 * gdb.base/nested-addr.c: New file.
7524 * gdb.base/nested-addr.exp: New testcase.
7525
7526 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7527
7528 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7529 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7530 its output. Ignore the output of "record goto begin" and instead
7531 check that GDB is replaying.
7532
7533 2015-10-09 Pedro Alves <palves@redhat.com>
7534
7535 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7536 (top level): Use it in the run with no args test.
7537
7538 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7539
7540 * gdb.dlang/properties.exp: New file.
7541
7542 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7543
7544 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7545 whether or not address 0x1000 is mapped on the target.
7546
7547 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7548
7549 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7550 build.
7551
7552 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7553
7554 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7555 instruction-history test.
7556
7557 2015-09-28 Doug Evans <dje@google.com>
7558
7559 * gdb.base/gcore.c (array_func): Add reference to static_array.
7560
7561 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7562
7563 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7564 source line.
7565
7566 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7567
7568 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7569 short or char as base type.
7570
7571 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7572
7573 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7574 to allow any size enum.
7575
7576 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7577
7578 * gdb.ada/array_ptr_renaming.exp: New testcase.
7579 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7580 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7581
7582 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7583
7584 * gdb.trace/ftrace-lock.c: New file.
7585 * gdb.trace/ftrace-lock.exp: New file.
7586
7587 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7588
7589 * gdb.arch/insn-reloc.c: New file.
7590 * gdb.arch/ftrace-insn-reloc.exp: New file.
7591
7592 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7593
7594 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7595 instruction.
7596 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7597 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7598 * gdb.trace/range-stepping.c: Likewise.
7599 * gdb.trace/trace-break.c: Likewise.
7600 * gdb.trace/trace-mt.c (thread_function): Likewise.
7601 * gdb.trace/ftrace.c (marker): Likewise.
7602 * gdb.trace/trace-condition.c (marker): Likewise.
7603 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7604 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7605 is_aarch64_target.
7606
7607 2015-09-18 Doug Evans <xdje42@gmail.com>
7608
7609 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7610 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7611
7612 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7613
7614 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7615 the breakpoint.
7616
7617 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7618
7619 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7620 the pending breakpoint. Remove timeout override for "Run till
7621 MI pending breakpoint on pendfunc3 on thread 2" test.
7622
7623 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7624
7625 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7626 filename pattern.
7627
7628 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7629
7630 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7631 in breakpoint filename pattern.
7632
7633 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7634
7635 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7636
7637 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7638
7639 * gdb.linespec/explicit.exp: Check for readline support for
7640 tab-completion tests. Fix obvious typo.
7641
7642 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7643
7644 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7645 and replay.
7646
7647 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7648
7649 * gdb.btrace/non-stop.c: New.
7650 * gdb.btrace/non-stop.exp: New.
7651
7652 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7653 Yao Qi <yao.qi@linaro.org>
7654
7655 * gdb.trace/trace-condition.c: New file.
7656 * gdb.trace/trace-condition.exp: New file.
7657
7658 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
7659
7660 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7661 for testing bytecode compilation.
7662
7663 2015-09-16 Pedro Alves <palves@redhat.com>
7664 Sandra Loosemore <sandra@codesourcery.com>
7665
7666 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7667 (SECONDS): Redefine.
7668 (main): Call pthread_kill and alarm early.
7669 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7670 support.
7671 (test): If the target can't hardware step and doesn't support
7672 displaced stepping, increase the timeout.
7673
7674 2015-09-16 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7677 (enable_debug): New procedures.
7678 (test): Use them. Bail out if waiting for threads fails.
7679 (top level): Bail out if a test fails.
7680
7681 2015-09-16 Yao Qi <yao.qi@linaro.org>
7682
7683 * gdb.asm/asm-source.exp: Set asm-arch for
7684 aarch64*-*-* target.
7685 * gdb.asm/aarch64.inc: New file.
7686
7687 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7688
7689 * gdb.ada/array_of_variable_length.exp: New testcase.
7690 * gdb.ada/array_of_variable_length/foo.adb: New file.
7691 * gdb.ada/array_of_variable_length/pck.adb: New file.
7692 * gdb.ada/array_of_variable_length/pck.ads: New file.
7693
7694 2015-09-15 Doug Evans <dje@google.com>
7695
7696 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7697 of function static local variable.
7698
7699 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7700
7701 * gdb.threads/tls-so_extern.exp: New test file.
7702 * gdb.threads/tls-so_extern.c: New test file.
7703 * gdb.threads/tls-so_extern_main.c: New test file.
7704
7705 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7706
7707 * gdb.opt/solib-intra-step-lib.c: New file.
7708 * gdb.opt/solib-intra-step-main.c: New file.
7709 * gdb.opt/solib-intra-step.exp: New file.
7710
7711 2015-09-15 Pedro Alves <palves@redhat.com>
7712
7713 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7714 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7715
7716 2015-09-14 Pedro Alves <palves@redhat.com>
7717
7718 * gdb.base/hook-stop-continue.c: Delete.
7719 * gdb.base/hook-stop-continue.exp: Delete.
7720 * gdb.base/hook-stop-frame.c: Delete.
7721 * gdb.base/hook-stop-frame.exp: Delete.
7722 * gdb.base/hook-stop.c: New file.
7723 * gdb.base/hook-stop.exp: New file.
7724
7725 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7726
7727 * gdb.ada/access_to_packed_array.exp: New testcase.
7728 * gdb.ada/access_to_packed_array/foo.adb: New file.
7729 * gdb.ada/access_to_packed_array/pack.adb: New file.
7730 * gdb.ada/access_to_packed_array/pack.ads: New file.
7731
7732 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7733
7734 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7735 buffer size test.
7736
7737 2015-09-11 Don Breazeal <donb@codesourcery.com>
7738
7739 * gdb.base/foll-exec.c: Add copyright header. Fix
7740 formatting issues.
7741 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7742 (do_exec_tests): Use clean_restart in place of zap_session,
7743 and for test initialization. Fix formatting issues. Use
7744 fail in place of perror.
7745 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7746 an expect statement to match an expression with output from
7747 the program under debug.
7748 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7749 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7750 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7751 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7752 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7753
7754 2015-09-09 Doug Evans <dje@google.com>
7755
7756 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7757
7758 2015-09-09 Doug Evans <dje@google.com>
7759
7760 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7761
7762 2015-09-09 Doug Evans <dje@google.com>
7763
7764 * gdb.base/savedregs.exp: Fix typo.
7765
7766 2015-09-09 Pedro Alves <palves@redhat.com>
7767
7768 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7769
7770 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7771
7772 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7773 command actually switches threads. Give up on remaining
7774 tests if target fails to stop at breakpoint.
7775
7776 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7777
7778 * gdb.ada/funcall_char.exp: New testcase.
7779 * gdb.ada/funcall_char/foo.adb: New file.
7780
7781 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7782
7783 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7784 expected outputs. Add two testcases for completing ambiguous
7785 functions.
7786 * gdb.ada/complete/aux_pck.adb: New file.
7787 * gdb.ada/complete/aux_pck.ads: New file.
7788 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7789 Ambiguous_Func functions.
7790 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7791 * gdb.ada/complete/pck.adb: Likewise.
7792
7793 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7794
7795 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7796 failures to run the test program under GDB.
7797
7798 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
7799
7800 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7801 to C.
7802
7803 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7804
7805 * gdb.base/run-after-attach.exp: New test file.
7806 * gdb.base/run-after-attach.c: New test file.
7807
7808 2015-08-26 Don Breazeal <donb@codesourcery.com>
7809
7810 * gdb.base/foll-exec-2.c: New test program.
7811 * gdb.base/foll-exec-2.exp: New test.
7812
7813 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7814
7815 * gdb.base/nested-subp1.exp: New file.
7816 * gdb.base/nested-subp1.c: New file.
7817 * gdb.base/nested-subp2.exp: New file.
7818 * gdb.base/nested-subp2.c: New file.
7819 * gdb.base/nested-subp3.exp: New file.
7820 * gdb.base/nested-subp3.c: New file.
7821
7822 2015-08-24 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.server/connect-without-multi-process.c: New file.
7825 * gdb.server/connect-without-multi-process.exp: New file.
7826
7827 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7828
7829 * gdb.opt/inline-markers.c: Make z int.
7830
7831 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7832
7833 * gdb.opt/inline-markers.c: Make z volatile.
7834
7835 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7836
7837 * gdb.opt/inline-bt.c: New volatile global z.
7838 * gdb.opt/inline-cmds.c: Likewise.
7839 * gdb.opt/inline-locals.c: Likewise.
7840 * gdb.opt/inline-markers.c: New extern global z.
7841 (marker): Use z.
7842 (inline_fn): Likewise.
7843
7844 2015-08-24 Pedro Alves <palves@redhat.com>
7845
7846 * config/m32r-stub.exp: Remove file.
7847 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
7848 * gdb.base/call-rt-st.exp: Likewise.
7849 * gdb.base/call-strs.exp: Likewise.
7850 * gdb.base/default.exp: Remove references to h8300-*-hms and
7851 *-*-udi*.
7852 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
7853
7854 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7855
7856 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
7857 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
7858 and "return" use KFAIL when GDB can not read/write the vector
7859 return value.
7860
7861 2015-08-21 Gary Benson <gbenson@redhat.com>
7862
7863 * gdb.trace/pending.exp: Cope with remote transfer warnings.
7864
7865 2015-08-20 Pedro Alves <palves@redhat.com>
7866
7867 * gdb.server/solib-list.exp: No longer expect an interior stop in
7868 non-stop mode.
7869
7870 2015-08-20 Pedro Alves <palves@redhat.com>
7871
7872 * gdb.server/connect-stopped-target.c: New file.
7873 * gdb.server/connect-stopped-target.exp: New file.
7874
7875 2015-08-20 Pedro Alves <palves@redhat.com>
7876
7877 * gdb.dwarf2/comp-unit-lang.exp: New file.
7878 * gdb.dwarf2/comp-unit-lang.c: New file.
7879
7880 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
7881
7882 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
7883 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
7884
7885 2015-08-19 Kevin Buettner <kevinb@redhat.com>
7886
7887 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
7888 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
7889
7890 2015-08-18 Doug Evans <dje@google.com>
7891 Adrian Sendroiu <adrian.sendroiu@freescale.com>
7892
7893 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
7894 skip_python_tests. New arg prompt_regexp.
7895 (skip_python_tests): New function.
7896 * lib/mi-support.exp (mi_skip_python_tests): New function.
7897 * gdb.python/py-mi-objfile-gdb.py: New file.
7898 * gdb.python/py-mi-objfile.c: New file.
7899 * gdb.python/py-mi-objfile.exp: New file.
7900
7901 2015-08-17 Keith Seitz <keiths@redhat.com>
7902
7903 * gdb.linespec/explicit.exp: Move strace test from here ...
7904 * gdb.trace/strace.exp: ... to here.
7905
7906 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
7907
7908 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
7909 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
7910
7911 2015-08-14 Doug Evans <xdje42@gmail.com>
7912
7913 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
7914 inferior before selecting a new file.
7915
7916 2015-08-14 Doug Evans <xdje42@gmail.com>
7917
7918 * gdb.mi/mi-disassemble.exp: Update.
7919 * gdb.base/disasm-optim.S: New file.
7920 * gdb.base/disasm-optim.c: New file.
7921 * gdb.base/disasm-optim.h: New file.
7922 * gdb.base/disasm-optim.exp: New file.
7923
7924 2015-08-14 Keith Seitz <keiths@redhat.com>
7925
7926 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
7927 "evaluated-by".
7928
7929 2015-08-13 Joel Brobecker <brobecker@adacore.com>
7930
7931 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
7932
7933 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
7934
7935 * gdb.ada/fun_renaming.exp: New testcase.
7936 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
7937 * gdb.ada/fun_renaming/pack.adb: New file.
7938 * gdb.ada/fun_renaming/pack.ads: New file.
7939
7940 2015-08-12 Keith Seitz <keiths@redhat.com>
7941
7942 * gdb.base/dso2dso.exp: Pass basename of source file in call to
7943 gdb_get_line_number.
7944
7945 2015-08-12 Joel Brobecker <brobecker@adacore.com>
7946
7947 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
7948 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
7949 gdb.base/dso2dso.exp: New files.
7950
7951 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
7952 Pedro Alves <palves@redhat.com>
7953 Keith Seitz <keiths@redhat.com>
7954
7955 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
7956 GDBFLAGS.
7957
7958 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7959
7960 * gdb.base/gdbhistsize-history.exp
7961 (test_histsize_history_setting): Use save_vars.
7962 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7963 Use save_vars.
7964 (test_no_truncation_of_unlimited_history_file): Use save_vars.
7965 * gdb.base/readline.exp: Use save_vars.
7966
7967 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
7968
7969 * lib/gdb.exp (save_vars): New proc.
7970
7971 2015-08-11 Keith Seitz <keiths@redhat.com>
7972
7973 * gdb.base/help.exp: Update help_breakpoint_text.
7974
7975 2015-08-11 Keith Seitz <keiths@redhat.com>
7976
7977 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
7978 (at toplevel): Call test_explicit_breakpoints.
7979 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
7980 breakpoints.
7981 * lib/mi-support.exp (mi_make_breakpoint): Add support for
7982 breakpoint conditions, "-cond".
7983
7984 2015-08-11 Keith Seitz <keiths@redhat.com>
7985
7986 * gdb.linespec/3explicit.c: New file.
7987 * gdb.linespec/cpexplicit.cc: New file.
7988 * gdb.linespec/cpexplicit.exp: New file.
7989 * gdb.linespec/explicit.c: New file.
7990 * gdb.linespec/explicit.exp: New file.
7991 * gdb.linespec/explicit2.c: New file.
7992 * gdb.linespec/ls-errs.exp: Add explicit location tests.
7993 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
7994 before using in the matching pattern.
7995 Clarify that `prefix' is a regular expression.
7996
7997 2015-08-11 Keith Seitz <keiths@redhat.com>
7998
7999 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8000 test.
8001 Add tests for missing ",FMT" and ",".
8002
8003 2015-08-10 Doug Evans <dje@google.com>
8004 Keith Seitz <keiths@redhat.com>
8005
8006 PR gdb/17960
8007 * gdb.base/completion.exp: Add location completer tests.
8008
8009 2015-08-07 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8012 tests here.
8013 (top level): Run do_test with and without displaced stepping.
8014
8015 2015-08-07 Pedro Alves <palves@redhat.com>
8016
8017 * gdb.base/valgrind-disp-step.c: New file.
8018 * gdb.base/valgrind-disp-step.exp: New file.
8019
8020 2015-08-07 Pedro Alves <palves@redhat.com>
8021
8022 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8023 Delete function.
8024 (main): Add alarm. Run an infinite loop instead of calling
8025 wait_threads.
8026 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8027 comment.
8028 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8029 Delete function.
8030 (main): Add alarm. Run an infinite loop instead of calling
8031 wait_threads.
8032 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8033 comment.
8034
8035 2015-08-07 Pedro Alves <palves@redhat.com>
8036
8037 * gdb.base/checkpoint-ns.exp: New file.
8038 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8039 standard_testfile.
8040
8041 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8042
8043 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8044 * gdb.btrace/instruction_history.exp: Update.
8045 * gdb.btrace/tsx.exp: New.
8046 * gdb.btrace/tsx.c: New.
8047
8048 2015-08-06 Pedro Alves <palves@redhat.com>
8049
8050 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8051 increase timeout.
8052 * gdb.reverse/until-precsave.exp: Bump timeouts.
8053
8054 2015-08-06 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8057
8058 2015-08-06 Pedro Alves <palves@redhat.com>
8059
8060 PR gdb/18749
8061 * gdb.threads/process-dies-while-handling-bp.c: New file.
8062 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8063
8064 2015-08-06 Pedro Alves <palves@redhat.com>
8065
8066 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8067 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8068
8069 2015-08-05 Pedro Alves <palves@redhat.com>
8070
8071 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8072 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8073
8074 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8075
8076 * gdb.base/bp-permanent.exp: Report test as unsupported if
8077 the target cannot stop at the permanent breakpoint.
8078
8079 2015-08-03 Doug Evans <dje@google.com>
8080
8081 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8082 10000.
8083
8084 2015-08-03 Doug Evans <dje@google.com>
8085
8086 * Makefile.in (workers/%.worker, build-perf): New rule.
8087 (GDB_PERFTEST_MODE): New variable.
8088 (check-perf): Use it.
8089 (clean): Clean up gdb.perf parallel build subdirs.
8090 * lib/build-piece.exp: New file.
8091 * lib/gdb.exp (make_gdb_parallel_path): New function
8092 (standard_output_file, standard_temp_file): Call it.
8093 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8094 of $GDB_PARALLEL.
8095 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8096
8097 2015-08-03 Doug Evans <dje@google.com>
8098
8099 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8100 (LOG_FILE_NAME): New global.
8101 (TextReporter.__init__): Initialize self.txt_sum.
8102 (TextReporter.report): Add support for multiple data-points.
8103 Move report to perftest.sum, put raw data in perftest.log.
8104 (TextReporter.start): Open sum and log files.
8105 (TextReporter.end): Close sum and log files.
8106 * gdb.perf/lib/perftest/testresult.py
8107 (SingleStatisticTestResult.record): Handle multiple data-points.
8108
8109 2015-07-31 Pedro Alves <palves@redhat.com>
8110
8111 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8112 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8113 kill_wait_spawned_process instead of explicit "kill -9".
8114 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8115 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8116 kill_wait_spawned_process.
8117 * gdb.base/attach-twice.exp: Likewise.
8118 * gdb.base/attach.exp: Likewise.
8119 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8120 gdb_test_multiple.
8121 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8122 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8123 kill_wait_spawned_process.
8124 * gdb.base/valgrind-infcall.exp: Likewise.
8125 * gdb.multi/multi-attach.exp: Likewise.
8126 * gdb.python/py-prompt.exp: Likewise.
8127 * gdb.python/py-sync-interp.exp: Likewise.
8128 * gdb.server/ext-attach.exp: Likewise.
8129 * gdb.threads/attach-into-signal.exp (corefunc): Use
8130 spawn_wait_for_attach, spawn_id_get_pid and
8131 kill_wait_spawned_process.
8132 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8133 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8134 spawn_id_get_pid and kill_wait_spawned_process.
8135 * gdb.threads/attach-stopped.exp (corefunc): Use
8136 spawn_wait_for_attach, spawn_id_get_pid and
8137 kill_wait_spawned_process.
8138 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8139 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8140 kill_wait_spawned_process instead of explicit "kill -9".
8141 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8142 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8143 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8144 processes. Don't map cygwin/windows pids here. Now returns a
8145 spawn id list.
8146
8147 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8148
8149 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8150 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8151 correct patch.
8152
8153 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8154
8155 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8156
8157 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8158
8159 Reapply:
8160 2014-05-21 Mark Wielaard <mjw@redhat.com>
8161
8162 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8163
8164 2015-07-30 Pedro Alves <palves@redhat.com>
8165
8166 * linux-low.c (handle_extended_wait): Set the child's last
8167 reported status to TARGET_WAITKIND_STOPPED.
8168
8169 2015-07-30 Pedro Alves <palves@redhat.com>
8170
8171 PR threads/18600
8172 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8173 only shows inferior 1.
8174
8175 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8176 Pedro Alves <palves@redhat.com>
8177
8178 PR threads/18600
8179 * gdb.threads/fork-plus-threads.c: New file.
8180 * gdb.threads/fork-plus-threads.exp: New file.
8181
8182 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8183
8184 * gdb.base/batch-preserve-term-settings.exp
8185 (test_terminal_settings_preserved_after_cli_exit): Use
8186 send_quit_command.
8187
8188 2015-07-29 Pedro Alves <palves@redhat.com>
8189 Don Breazeal <donb@codesourcery.com>
8190
8191 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8192 output from both inferior_spawn_id and gdb_spawn_id.
8193
8194 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8195
8196 * gdb.threads/attach-into-signal.exp (corefunc): Use
8197 with_test_prefix on nested loops, uniquefying the test messages.
8198
8199 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8200
8201 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8202 commit.
8203
8204 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8205
8206 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8207 New proc.
8208 (test_terminal_settings_preserved_after_sigterm): New test.
8209
8210 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8211
8212 * gdb.base/batch-preserve-term-settings.exp
8213 (test_terminal_settings_preserved_after_cli_exit): New test.
8214
8215 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8216
8217 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8218 manipulation of saved_gdbflags.
8219 (test_terminal_settings_preserved): Remove global declaration of
8220 the unused variable pagination_prompt. Remove manipulation of
8221 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8222 GDBFLAGS.
8223
8224 2015-07-29 Pedro Alves <palves@redhat.com>
8225
8226 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8227
8228 2015-07-29 Pedro Alves <palves@redhat.com>
8229
8230 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8231 at the top.
8232
8233 2015-07-29 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8236 (main): Call gdb_unbuffer_output.
8237 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8238 (main): Call gdb_unbuffer_output.
8239 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8240 (main): Call gdb_unbuffer_output.
8241 * gdb.base/call-strs.exp: Adjust to step over the
8242 gdb_unbuffer_output call.
8243 * gdb.base/catch-gdb-caused-signals.c: Include
8244 "../lib/unbuffer_output.c".
8245 (main): Call gdb_unbuffer_output.
8246 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8247 (main): Call gdb_unbuffer_output.
8248 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8249 (main): Call gdb_unbuffer_output.
8250 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8251 (main): Call gdb_unbuffer_output.
8252 * gdb.base/shlib-call.exp: Adjust to step over the
8253 gdb_unbuffer_output call.
8254 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8255 (main): Call gdb_unbuffer_output.
8256 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8257 (main): Call gdb_unbuffer_output.
8258 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8259 (main): Rename to ...
8260 (test): ... this.
8261 (main): Reimplement.
8262 * gdb.base/varargs.exp: Run to test instead of to main.
8263 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8264 (main): Call gdb_unbuffer_output.
8265
8266 2015-07-29 Pedro Alves <palves@redhat.com>
8267
8268 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8269 factore out from mi_continue_dprintf. For call-style dprintfs,
8270 expect dprintf output out of $inferior_spawn_id.
8271 (mi_continue_dprintf): Use mi_expect_dprintf.
8272 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8273 (main): Call gdb_unbuffer_output.
8274
8275 2015-07-29 Pedro Alves <palves@redhat.com>
8276
8277 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8278 (default_mi_gdb_start): Set inferior_spawn_id instead of
8279 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8280 gdb_spawn_id.
8281 (mi_gdb_test): Always expect inferior output from both
8282 $inferior_spawn_id and $gdb_spawn_id.
8283
8284 2015-07-29 Pedro Alves <palves@redhat.com>
8285
8286 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8287 send_inferior and $inferior_spawn_id.
8288
8289 2015-07-29 Pedro Alves <palves@redhat.com>
8290
8291 * gdb.gdb/complaints.exp (test_initial_complaints)
8292 (test_serial_complaints, test_short_complaints): Use
8293 gdb_test_stdio.
8294 (test_empty_complaint): Handle $inferior_spawn_id !=
8295 $gdb_spawn_id.
8296
8297 2015-07-29 Pedro Alves <palves@redhat.com>
8298
8299 * gdb.base/varargs.exp: Use gdb_test_stdio.
8300
8301 2015-07-29 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8304
8305 2015-07-29 Pedro Alves <palves@redhat.com>
8306
8307 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8308
8309 2015-07-29 Pedro Alves <palves@redhat.com>
8310
8311 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8312 parameter into two new parameters, "inf_result" and "gdb_result".
8313 Expect inferior output and gdb output from $inferior_spawn_id and
8314 $gdb_spawn_id, respectively. Adjust all callers.
8315
8316 2015-07-29 Pedro Alves <palves@redhat.com>
8317
8318 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8319 of gdb_test_sequence.
8320
8321 2015-07-29 Pedro Alves <palves@redhat.com>
8322
8323 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8324 (saw_spurious_output): Expect inferior output from
8325 $inferior_spawn_id. Use gdb_test_stdio.
8326
8327 2015-07-29 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.base/dprintf.exp: Use standard_testfile. Change
8330 prepare_for_testing call.
8331 (srcfile): Don't set.
8332 (restart): New procedure.
8333 (test_dprintf): New procecure, use to continue over dprintfs.
8334 (test_call, test_agent): New procedures, tests moved here.
8335 Restart gdb and recreate dprintfs. Adjust expected output.
8336
8337 2015-07-29 Pedro Alves <palves@redhat.com>
8338
8339 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8340
8341 2015-07-29 Pedro Alves <palves@redhat.com>
8342
8343 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8344
8345 2015-07-29 Pedro Alves <palves@redhat.com>
8346
8347 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8348 gdb_test_stdio.
8349
8350 2015-07-29 Pedro Alves <palves@redhat.com>
8351
8352 * lib/gdb.exp (gdb_test_stdio): New procedure.
8353
8354 2015-07-29 Pedro Alves <palves@redhat.com>
8355
8356 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8357
8358 2015-07-29 Pedro Alves <palves@redhat.com>
8359
8360 * gdb.base/call-signal-resume.exp: Remove check for
8361 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8362 * gdb.base/unwindonsignal.exp: Likewise.
8363 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8364 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8365
8366 2015-07-29 Pedro Alves <palves@redhat.com>
8367
8368 * gdb.base/siginfo-addr.c (pass): New function.
8369 (handler): Call it iff si_addr is correct.
8370 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8371 Set a breakpoint at "pass" and continue to it.
8372
8373 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8374
8375 * gdb.python/py-objfile.exp: Make some tests have unique names.
8376 * gdb.python/py-pp-registration.exp: Likewise.
8377
8378 2015-07-28 Pedro Alves <palves@redhat.com>
8379
8380 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8381
8382 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8383
8384 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8385
8386 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8387
8388 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8389
8390 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8391
8392 * gdb.base/gdb-sigterm-2.exp: New test.
8393
8394 2015-07-25 Doug Evans <xdje42@gmail.com>
8395
8396 Revert:
8397 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8398 (workers/%.worker, build-perf): New rule.
8399 (GDB_PERFTEST_MODE): New variable.
8400 (check-perf): Use it.
8401 (clean): Clean up gdb.perf parallel build subdirs.
8402 * lib/build-piece.exp: New file.
8403 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8404 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8405 name.
8406 (standard_temp_file): Ditto.
8407 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8408 of $GDB_PARALLEL.
8409
8410 2015-07-24 Doug Evans <dje@google.com>
8411
8412 * gdb.perf/lib/perftest/utils.py: New file.
8413 * gdb.perf/gm-hello.cc: New file.
8414 * gdb.perf/gm-pervasive-typedef.cc: New file.
8415 * gdb.perf/gm-pervasive-typedef.h: New file.
8416 * gdb.perf/gm-std.cc: New file.
8417 * gdb.perf/gm-std.h: New file.
8418 * gdb.perf/gm-use-cerr.cc: New file.
8419 * gdb.perf/gm-utils.h: New file.
8420 * gdb.perf/gmonster-null-lookup.py: New file.
8421 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8422 * gdb.perf/gmonster-print-cerr.py: New file.
8423 * gdb.perf/gmonster-ptype-string.py: New file.
8424 * gdb.perf/gmonster-runto-main.py: New file.
8425 * gdb.perf/gmonster-select-file.py: New file.
8426 * gdb.perf/gmonster1-null-lookup.exp: New file.
8427 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8428 * gdb.perf/gmonster1-print-cerr.exp: New file.
8429 * gdb.perf/gmonster1-ptype-string.exp: New file.
8430 * gdb.perf/gmonster1-runto-main.exp: New file.
8431 * gdb.perf/gmonster1-select-file.exp: New file.
8432 * gdb.perf/gmonster1.cc: New file.
8433 * gdb.perf/gmonster1.exp: New file.
8434 * gdb.perf/gmonster2-null-lookup.exp: New file.
8435 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8436 * gdb.perf/gmonster2-print-cerr.exp: New file.
8437 * gdb.perf/gmonster2-ptype-string.exp: New file.
8438 * gdb.perf/gmonster2-runto-main.exp: New file.
8439 * gdb.perf/gmonster2-select-file.exp: New file.
8440 * gdb.perf/gmonster2.cc: New file.
8441 * gdb.perf/gmonster2.exp: New file.
8442
8443 2015-07-24 Doug Evans <dje@google.com>
8444
8445 * gdb.perf/README: New file.
8446 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8447 * lib/gen-perf-test.exp: New file.
8448
8449 2015-07-24 Doug Evans <dje@google.com>
8450
8451 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8452 (PerfTest::startup): New function.
8453 (PerfTest::run): Return result of calling body.
8454 (PerfTest::assemble): Rewrite.
8455 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8456 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8457 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8458 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8459 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8460
8461 2015-07-24 Doug Evans <dje@google.com>
8462
8463 * lib/gdb.exp (clean_restart): Make executable optional.
8464
8465 2015-07-24 Doug Evans <dje@google.com>
8466
8467 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8468 compiler_info references.
8469 * gdb.cp/temargs.exp: Ditto.
8470 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8471 (get_compiler_info): Early exit if already computed. Set compiler_info
8472 to "unknown" if there was a problem.
8473 (test_compiler_info): Add function comment. Call get_compiler_info.
8474
8475 2015-07-24 Doug Evans <dje@google.com>
8476
8477 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8478 (workers/%.worker, build-perf): New rule.
8479 (GDB_PERFTEST_MODE): New variable.
8480 (check-perf): Use it.
8481 (clean): Clean up gdb.perf parallel build subdirs.
8482 * lib/build-piece.exp: New file.
8483 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8484 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8485 name.
8486 (standard_temp_file): Ditto.
8487 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8488 of $GDB_PARALLEL.
8489
8490 2015-07-24 Doug Evans <dje@google.com>
8491
8492 * lib/future.exp (gdb_default_target_compile): New option
8493 "early_flags".
8494 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8495 --as-needed.
8496
8497 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8498
8499 * gdb.base/catch-syscall.exp: Call gdb_exit before
8500 gdb_skip_xml_test.
8501
8502 2015-07-24 Pedro Alves <palves@redhat.com>
8503
8504 * gdb.python/py-events.exp: Accept output between the stop event
8505 and the prompt.
8506 * gdb.python/py-evsignal.exp: Likewise.
8507 * gdb.python/py-evthreads.exp: Likewise.
8508
8509 2015-07-24 Pedro Alves <palves@redhat.com>
8510
8511 PR gdb/18717
8512 * gdb.threads/non-ldr-exit.c: New file.
8513 * gdb.threads/non-ldr-exit.exp: New file.
8514
8515 2015-07-24 Yao Qi <yao.qi@linaro.org>
8516
8517 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8518 restarting process.
8519
8520 2015-07-24 Yao Qi <yao.qi@linaro.org>
8521
8522 * gdb.server/ext-restart.exp: New file.
8523
8524 2015-07-24 Yao Qi <yao.qi@linaro.org>
8525
8526 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8527 argument options.
8528 * gdb.server/ext-wrapper.exp: New file.
8529
8530 2015-07-23 Doug Evans <dje@google.com>
8531
8532 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8533 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8534
8535 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8536
8537 * gdb.ada/var_arr_typedef.exp: New testcase.
8538 * gdb.ada/var_arr_typedef/pack.adb: New file.
8539 * gdb.ada/var_arr_typedef/pack.ads: New file.
8540 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8541
8542 2015-07-20 Joel Brobecker <brobecker@adacore.com>
8543
8544 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8545
8546 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8547
8548 * gdb.arch/i386-biarch-core.exp: Replace istarget
8549 by "complete set gnutarget". Remove expectation for the "core-file"
8550 command.
8551
8552 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8553
8554 Revert the previous commit:
8555 Tests for validate symbol file using build-id.
8556
8557 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8558
8559 Tests for validate symbol file using build-id.
8560 * gdb.base/solib-mismatch-lib.c: New file.
8561 * gdb.base/solib-mismatch-libmod.c: New file.
8562 * gdb.base/solib-mismatch.c: New file.
8563 * gdb.base/solib-mismatch.exp: New file.
8564
8565 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8566
8567 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8568 nios2-*-linux*.
8569 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8570 * gdb.base/siginfo.exp: Likewise.
8571 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8572
8573 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8574
8575 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8576 Move it to ...
8577 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8578 ... here.
8579 * gdb.trace/range-stepping.exp: Check that the target supports
8580 range stepping.
8581
8582 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8583
8584 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8585
8586 2015-07-14 Pedro Alves <palves@redhat.com>
8587
8588 * gdb.base/killed-outside.exp: New file.
8589 * gdb.base/killed-outside.c: New file.
8590
8591 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8592
8593 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8594 (n at main): New.
8595 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8596
8597 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8598
8599 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8600 infcall tests instead of setting up for KFAIL.
8601
8602 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8603
8604 * gdb.btrace/record_goto-step.exp: New.
8605
8606 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8607
8608 PR compile/18484
8609 * gdb.compile/compile.c (struct struct_type): Add volatile to
8610 selffield's type.
8611 * gdb.compile/compile.exp
8612 (compile code struct_object.selffield = &struct_object): Skip further
8613 struct_object tests if this one xfails.
8614
8615 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
8616
8617 PR exp/18617
8618 * gdb.trace/ax.exp: Add test.
8619
8620 2015-07-07 Yao Qi <yao.qi@linaro.org>
8621
8622 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8623 instead of istarget "aarch64*-*-*".
8624 * gdb.arch/aarch64-fp.exp: Likewise.
8625 * gdb.base/float.exp: Likewise.
8626 * gdb.reverse/aarch64.exp: Likewise.
8627 * lib/gdb.exp (is_aarch64_target): New proc.
8628
8629 2015-07-07 Yao Qi <yao.qi@linaro.org>
8630
8631 * lib/gdb.exp (is_aarch32_target): New proc.
8632 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8633 instead of "istarget "arm*-*-*"".
8634 * gdb.arch/arm-disp-step.exp: Likewise.
8635 * gdb.arch/thumb-bx-pc.exp: Likewise.
8636 * gdb.arch/thumb-prologue.exp: Likewise.
8637 * gdb.arch/thumb-singlestep.exp: Likewise.
8638 * gdb.base/disp-step-syscall.exp: Likewise.
8639 * gdb.base/float.exp: Likewise.
8640
8641 2015-07-07 Yao Qi <yao.qi@linaro.org>
8642
8643 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8644 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8645
8646 2015-07-07 Yao Qi <yao.qi@linaro.org>
8647
8648 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8649 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8650 if it exists.
8651 * gdb.multi/multi-arch.exp: Likewise.
8652
8653 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8654
8655 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8656 print.
8657
8658 2015-07-07 Yao Qi <yao.qi@linaro.org>
8659
8660 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8661
8662 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8663
8664 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8665 '[' and ']' characters.
8666
8667 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8668
8669 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8670
8671 2015-06-29 Pedro Alves <palves@redhat.com>
8672
8673 PR threads/18127
8674 * gdb.threads/hand-call-new-thread.c: New file.
8675 * gdb.threads/hand-call-new-thread.c: New file.
8676
8677 2015-06-26 Keith Seitz <keiths@redhat.com>
8678 Doug Evans <dje@google.com>
8679
8680 PR 16253
8681 * gdb.cp/var-tag-2.cc: New file.
8682 * gdb.cp/var-tag-3.cc: New file.
8683 * gdb.cp/var-tag-4.cc: New file.
8684 * gdb.cp/var-tag.cc: New file.
8685 * gdb.cp/var-tag.exp: New file.
8686
8687 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8688
8689 * gdb.base/history-duplicates.exp: New test.
8690
8691 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8692
8693 * gdb.base/completion.exp: Test the completion of the "focus"
8694 command.
8695
8696 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8697
8698 * gdb.arch/amd64-prologue-skip.S: New file.
8699 * gdb.arch/amd64-prologue-skip.exp: New file.
8700
8701 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8702
8703 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8704 is_address_zero_readable check.
8705
8706 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8707
8708 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8709 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8710
8711 2015-06-24 Yao Qi <yao.qi@linaro.org>
8712
8713 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8714 linux targets.
8715
8716 2015-06-24 Yao Qi <yao.qi@linaro.org>
8717
8718 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8719 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8720 * gdb.base/siginfo-thread.exp: Likewise.
8721
8722 2015-06-22 Yao Qi <yao.qi@linaro.org>
8723
8724 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8725
8726 2015-06-22 Yao Qi <yao.qi@linaro.org>
8727
8728 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8729 aarch64*-*-*.
8730 (skip_hw_watchpoint_tests): Likewise.
8731
8732 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8733
8734 * gdb.base/gdbinit-history.exp: Test the interaction between
8735 setting GDBHISTSIZE and setting the history size via .gdbinit.
8736
8737 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8738
8739 PR gdb/16999
8740 * gdb.base/gdbhistsize-history.exp: New test.
8741
8742 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8743
8744 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8745 with GDBHISTSIZE.
8746 * gdb.base/readline.exp: Likewise.
8747
8748 2015-06-17 Yao Qi <yao.qi@linaro.org>
8749
8750 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8751 line.
8752
8753 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8754
8755 * gdb.base/gdbinit-history.exp: Add test case to check that
8756 an unlimited history file does not get truncated on exit.
8757
8758 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8759
8760 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8761 (VECTOR): New macro. Use it...
8762 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8763 ...for these typedefs.
8764 (int8, char1, int1, double1): New typedefs.
8765 (struct just_int2, struct two_int2): New structures.
8766 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8767 (add_structvecs, add_singlevecs): New functions.
8768 (main): Call add_some_intvecs twice.
8769 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8770 the compile and exit upon failure. Try compiling for the "native"
8771 architecture. Test inferior function calls with vector arguments
8772 and vector return value handling with "finish" and "return".
8773
8774 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8775
8776 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8777 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8778 PE file.
8779 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8780
8781 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8782
8783 PR breakpoints/16465
8784 * gdb.mi/mi-dprintf-pending.c: New file.
8785 * gdb.mi/mi-dprintf-pending.exp: New test.
8786 * gdb.mi/mi-dprintf-pendshr.c: New file.
8787
8788 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8789 Mircea Gherzan <mircea.gherzan@intel.com>
8790
8791 * gdb.arch/i386-mpx-map.c: New file.
8792 * gdb.arch/i386-mpx-map.exp: New File.
8793
8794 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8795
8796 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8797 * gdb.arch/i386-mpx.exp: Indentation fixed.
8798
8799 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8800
8801 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8802 function and improved indentation.
8803 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8804 gdb_test_multiple. Added additional tests to skip the test.
8805
8806 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8807
8808 * gdb.arch/i386-avx512.c: Change path in include file.
8809 * gdb.arch/i386-avx512.exp: Change include dir path
8810 compilation flag.
8811 * gdb.arch/i386-mpx.c: Change path in include file.
8812 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8813 flag.
8814
8815 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8816
8817 * gdb.compile/compile-print.exp (compile print *vararray@3)
8818 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8819
8820 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8821
8822 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8823 (do not keep jit in memory): ... this.
8824 (expect 5): Change it to ...
8825 (expect no 5): ... this.
8826
8827 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8828
8829 PR gdb/15564
8830 * gdb.mi/mi-detach.exp: New file.
8831
8832 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8833
8834 PR symtab/18392
8835 * gdb.arch/amd64-tailcall-self.S: New file.
8836 * gdb.arch/amd64-tailcall-self.c: New file.
8837 * gdb.arch/amd64-tailcall-self.exp: New file.
8838
8839 2015-05-28 Don Breazeal <donb@codesourcery.com>
8840
8841 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8842 tests for remote targets by checking is_target_gdbserver.
8843
8844 2015-05-27 Doug Evans <dje@google.com>
8845
8846 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
8847 * gdb.dwarf2/opaque-type-lookup.c: New file.
8848 * gdb.dwarf2/opaque-type-lookup.exp: New file.
8849
8850 2015-05-26 Doug Evans <dje@google.com>
8851
8852 * gdb.cp/iostream.cc: New file.
8853 * gdb.cp/iostream.exp: New file.
8854
8855 2015-05-26 Doug Evans <dje@google.com>
8856
8857 * gdb.dwarf2/dw2-op-call.exp: Update.
8858 * gdb.dwarf2/dw4-sig-types.exp: Update.
8859 * gdb.dwarf2/implptr.exp: Update.
8860 * gdb.mi/mi-cmd-param-changed.exp: Update.
8861
8862 2015-05-26 Doug Evans <dje@google.com>
8863
8864 * gdb.python/py-lazy-string.c: New file.
8865 * gdb.python/py-lazy-string.exp: New file.
8866 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
8867 (main): Update. Add estring3.
8868 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8869 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
8870
8871 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8872 Yao Qi <yao.qi@linaro.org>
8873
8874 * gdb.reverse/aarch64.c: New.
8875 * gdb.reverse/aarch64.exp: New.
8876
8877 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8878
8879 * lib/gdb.exp (supports_process_record): Return true for
8880 aarch64*-linux*.
8881 (supports_reverse): Likewise.
8882
8883 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
8884
8885 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8886 Use with_test_prefix.
8887
8888 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8889
8890 * gdb.base/completion.exp: Add test for completion of layout
8891 names.
8892
8893 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
8894
8895 * lib/gdb.exp (skip_tui_tests): New proc.
8896 * gdb.base/tui-layout.exp: Check skip_tui_tests.
8897
8898 2015-05-19 Pedro Alves <palves@redhat.com>
8899
8900 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8901 Save the whole env array instead of just HOME. Unset HISTSIZE in
8902 the environment while testing. Restore whole environment
8903 afterwards.
8904
8905 2015-05-16 Doug Evans <xdje42@gmail.com>
8906
8907 * gdb.guile/scm-ports.c: New file.
8908 * gdb.guile/scm-ports.exp: Add memory port tests.
8909
8910 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8911
8912 * gdb.compile/compile-print.c: New file.
8913 * gdb.compile/compile-print.exp: New file.
8914
8915 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8916
8917 * gdb.compile/compile-ops.exp: Cast param to void.
8918 * gdb.compile/compile.exp: Complete type for _gdb_expr.
8919 (compile code struct_object.selffield = &struct_object): Add xfail.
8920
8921 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8922
8923 * gdb.ada/arr_enum_with_gap: New testcase.
8924
8925 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8926
8927 * gdb.ada/byte_packed_arr: New testcase.
8928
8929 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8930
8931 * gdb.ada/pckd_neg: New testcase.
8932
8933 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8934
8935 PR gdb/17820
8936 * gdb.base/gdbinit-history.exp: New test.
8937 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
8938 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
8939
8940 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8941
8942 * gdb.python/py-xmethods.cc: Enhance test case.
8943 * gdb.python/py-xmethods.exp: New tests.
8944 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
8945 function.
8946 (B_indexoper): Likewise.
8947 (global_dm_list) : Add new xmethod worker functions.
8948
8949 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
8950
8951 * gdb.base/coredump-filter.exp: Correctly unset
8952 "coredump_var_addr" array.
8953
8954 2015-05-08 Pedro Alves <palves@redhat.com>
8955
8956 * gdb.server/non-existing-program.exp: Unset spawn_id.
8957
8958 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8959
8960 PR python/18291
8961 * gdb.python/py-xmethods.exp: Add tests.
8962
8963 2015-05-08 Yao Qi <yao.qi@linaro.org>
8964
8965 PR gdb/18208
8966 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
8967 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
8968 function set_coredump_filter, and remove remote_exec call.
8969 Remove argument ipid. Callers update.
8970 (top level): Don't get inferior's PID.
8971
8972 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8973
8974 * gdb.base/watch_thread_num.exp: Skip test on targets without
8975 access watchpoints.
8976
8977 2015-05-06 Pedro Alves <palves@redhat.com>
8978
8979 PR server/18081
8980 * gdb.server/non-existing-program.exp: New file.
8981
8982 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8983
8984 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
8985
8986 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8987
8988 * gdb.ada/out_of_line_in_inlined: New testcase.
8989
8990 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8991
8992 * gdb.ada/var_rec_arr: New testcase.
8993
8994 2015-04-30 Yao Qi <yao.qi@linaro.org>
8995
8996 * gdb.base/break-idempotent.exp: If
8997 skip_hw_watchpoint_multi_tests returns true, skip the tests
8998 on "rwatch" and "awatch".
8999
9000 2015-04-30 Yao Qi <yao.qi@linaro.org>
9001
9002 * gdb.base/relativedebug.exp: Invoke gdb command
9003 "info sharedlibrary", and if libc.so doesn't have debug info,
9004 skip the test.
9005
9006 2015-04-29 Doug Evans <dje@google.com>
9007
9008 * gdb.python/py-xmethods.exp: Add ptype tests.
9009 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9010 get_result_type method.
9011
9012 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9013
9014 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9015 the target does not support hardware watchpoints.
9016
9017 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9018
9019 * gdb.base/break-always.exp: Abort testing if writing to memory
9020 causes an error.
9021
9022 2015-04-28 Doug Evans <dje@google.com>
9023
9024 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9025 * gdb.python/py-pp-registration.exp: ... here. New file.
9026 * gdb.python/py-pp-registration.c: New file.
9027 * gdb.python/py-pp-registration.py: New file.
9028
9029 2015-04-28 Doug Evans <dje@google.com>
9030
9031 * gdb.python/py-bad-printers.c: New file.
9032 * gdb.python/py-bad-printers.py: New file.
9033 * gdb.python/py-bad-printers.exp: New file.
9034
9035 2015-04-28 Sasha Smundak <asmundak@google.com>
9036
9037 * gdb.python/py-type.exp: New test.
9038
9039 2015-04-28 Andy Wingo <wingo@igalia.com>
9040
9041 * gdb.python/py-parameter.exp:
9042 * gdb.guile/scm-parameter.exp: Escape the path that we are
9043 matching against, as it might contain characters that are special
9044 to regular expressions.
9045
9046 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9047
9048 * gdb.ada/rec_comp: New testcase.
9049
9050 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9051
9052 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9053 before using it.
9054
9055 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9056
9057 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9058 new tests for verilog output.
9059
9060 2015-04-24 Yao Qi <yao.qi@linaro.org>
9061
9062 * boards/remote-gdbserver-on-localhost.exp: New file.
9063
9064 2015-04-23 Pedro Alves <palves@redhat.com>
9065
9066 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9067 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9068 "end of file", remove $inferior_spawn_id from the indirect list.
9069
9070 2015-04-23 Pedro Alves <palves@redhat.com>
9071
9072 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9073
9074 2015-04-23 Pedro Alves <palves@redhat.com>
9075
9076 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9077 on $any_spawn_id instead of only on $gdb_spawn_id.
9078
9079 2015-04-21 Pierre Muller <muller@sourceware.org>
9080
9081 PR pascal/17815
9082 * lib/pascal.exp (gpc_compile): Add new option "class".
9083 (fpc_compile): Likewise.
9084 * gdb.pascal/case-insensitive-symbols.pas: New file.
9085 * gdb.pascal/case-insensitive-symbols.exp: New file.
9086
9087 2015-04-20 Gary Benson <gbenson@redhat.com>
9088
9089 * gdb.base/attach.exp: Fix three extended remote failures.
9090
9091 2015-04-17 Gary Benson <gbenson@redhat.com>
9092
9093 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9094 the main executable over the remote protocol.
9095
9096 2015-04-16 Pedro Alves <palves@redhat.com>
9097
9098 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9099 a new gdbserver if gdbserver_reconnect_p is set.
9100
9101 2015-04-16 Pedro Alves <palves@redhat.com>
9102
9103 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9104 is set, don't exit gdbserver.
9105
9106 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9107
9108 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9109 appropriate .insn, such that an older assembler can be used.
9110 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9111 the z/Architecture instruction set on 31-bit targets as well.
9112
9113 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9114
9115 * gdb.go/handcall.exp: Remove all logic related to the first
9116 breakpoint and rely on go_runto_main instead.
9117 * gdb.go/strings.exp: Likewise.
9118 * gdb.go/unsafe.exp: Likewise.
9119 * gdb.go/hello.exp: Likewise. Also rename the remaining
9120 breakpoint marker to "breakpoint 1".
9121 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9122 * gdb.go/strings.go: Likewise.
9123 * gdb.go/unsafe.go: Likewise.
9124 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9125 "set breakpoint 2 here" and rename the remaining breakpoint marker
9126 to "breakpoint 1".
9127
9128 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9129
9130 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9131 if itertools.imap is not present.
9132 * gdb.python/py-objfile.exp: Add parentheses.
9133 * gdb.python/py-type.exp: Same.
9134 * gdb.python/py-unwind-maint.py: Same.
9135
9136 2015-04-15 Yao Qi <yao.qi@linaro.org>
9137
9138 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9139 of ":$ptr_size" and set its form explicitly.
9140
9141 2015-04-15 Pedro Alves <palves@redhat.com>
9142 Yao Qi <yao.qi@linaro.org>
9143
9144 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9145 timeout by factor of 4.
9146 (test_regular_watch): Likewise.
9147 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9148 * gdb.reverse/sigall-reverse.exp: Likewise.
9149 * gdb.reverse/until-precsave.exp: Likewise.
9150 * lib/gdb.exp (with_timeout_factor): New proc.
9151 (gdb_expect): Move some code to ...
9152 (get_largest_timeout): ... here. New procedure.
9153
9154 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9155
9156 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9157
9158 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9159
9160 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9161 to write to the .text section.
9162
9163 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9164
9165 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9166 Handle the case of targets that do not provide PID information.
9167
9168 2015-04-13 Yao Qi <yao.qi@linaro.org>
9169
9170 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9171 and use expect instead of gdb_expect.
9172
9173 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9174
9175 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9176 "coredump_var_addr" to avoid naming conflict with other testcases.
9177
9178 2015-04-10 Pedro Alves <palves@redhat.com>
9179
9180 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9181 gdb_test_sequence and gdb_assert.
9182
9183 2015-04-10 Pedro Alves <palves@redhat.com>
9184
9185 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9186 test messages that don't include the breakpoint address.
9187
9188 2015-04-10 Yao Qi <yao.qi@linaro.org>
9189
9190 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9191 false for some offset and width combinations which aren't
9192 supported by linux kernel.
9193
9194 2015-04-10 Pedro Alves <palves@redhat.com>
9195
9196 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9197 procedure, factored out from ...
9198 (top level): ... here. Add "set displaced-stepping" testing axis.
9199 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9200 parameter "displaced". Use it.
9201 (top level): Use foreach and add "set displaced-stepping" testing
9202 axis.
9203
9204 2015-04-10 Pedro Alves <palves@redhat.com>
9205
9206 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9207 Remove comment.
9208 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9209 both the address of the instruction that triggers the watchpoint
9210 and the address of the instruction immediately after, and use
9211 those addresses for the test. Fix comment.
9212
9213 2015-04-10 Pedro Alves <palves@redhat.com>
9214
9215 * gdb.base/sigstep.exp (breakpoint_to_handler)
9216 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9217 Test "backtrace" in handler.
9218 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9219 (top level): Add new "displaced" test axis to
9220 breakpoint_to_handler, breakpoint_to_handler_entry and
9221 breakpoint_over_handler.
9222
9223 2015-04-10 Pedro Alves <palves@redhat.com>
9224
9225 PR gdb/18216
9226 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9227
9228 2015-04-10 Yao Qi <yao.qi@linaro.org>
9229
9230 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9231 (test_add_rn_pc): New function.
9232 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9233 (top level): Invoke test_add_rn_pc.
9234
9235 2015-04-10 Pedro Alves <palves@redhat.com>
9236
9237 PR gdb/13858
9238 * gdb.base/step-over-no-symbols.exp: New file.
9239
9240 2015-04-09 Andy Wingo <wingo@igalia.com>
9241
9242 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9243 after the Python tests.
9244
9245 2015-04-08 Keith Seitz <keiths@redhat.com>
9246
9247 PR python/16699
9248 * gdb.python/py-completion.exp: New tests for completion.
9249 * gdb.python/py-completion.py (CompleteLimit1): New class.
9250 (CompleteLimit2): Likewise.
9251 (CompleteLimit3): Likewise.
9252 (CompleteLimit4): Likewise.
9253 (CompleteLimit5): Likewise.
9254 (CompleteLimit6): Likewise.
9255 (CompleteLimit7): Likewise.
9256
9257 2015-04-08 Pedro Alves <palves@redhat.com>
9258
9259 PR gdb/18214
9260 PR gdb/18216
9261 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9262 function.
9263 (main): Install it as SIGUSR1 handler.
9264 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9265 parameter. Always use "setup" as prefix. Toggle "set
9266 displaced-stepping" off/on depending on global. Don't switch to
9267 thread 1 here.
9268 (top level): Add displaced stepping "off/on" test axis. Update
9269 "setup" calls. Wrap each subtest with with_test_prefix. Test
9270 continuing with a queued signal in each thread.
9271
9272 2015-04-08 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9275 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9276 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9277 Return early if running to main fails.
9278 * gdb.trace/while-stepping.exp: Likewise.
9279
9280 2015-04-07 Pedro Alves <palves@redhat.com>
9281
9282 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9283 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9284 interact with inferior program.
9285
9286 2015-04-07 Pedro Alves <palves@redhat.com>
9287
9288 * lib/gdb.exp (inferior_spawn_id): New global.
9289 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9290 spawn id after processing the user code.
9291 (default_gdb_start): Set inferior_spawn_id.
9292 (send_inferior): New procedure.
9293 * lib/gdbserver-support.exp (gdbserver_start): Set
9294 inferior_spawn_id.
9295 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9296
9297 2015-04-07 Pedro Alves <palves@redhat.com>
9298
9299 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9300 * lib/gdbserver-support.exp (gdbserver_start): Make
9301 $server_spawn_id global.
9302 (gdbserver_start): Don't wait for gdbserver's spawn id with
9303 expect_background.
9304 (close_gdbserver): New procedure.
9305 (gdb_exit): Rename the default version and reimplement.
9306
9307 2015-04-07 Pedro Alves <palves@redhat.com>
9308
9309 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9310 append the substituted item, not the original item.
9311
9312 2015-04-07 Pedro Alves <palves@redhat.com>
9313
9314 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9315 gdb_expect.
9316
9317 2015-04-07 Pedro Alves <palves@redhat.com>
9318
9319 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9320 output appearing once only.
9321
9322 2015-04-07 Pedro Alves <palves@redhat.com>
9323
9324 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9325 that doesn't expect anything. Return early if running to main
9326 fails.
9327
9328 2015-04-07 Yao Qi <yao.qi@linaro.org>
9329
9330 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9331 (child_function): Call alarm.
9332 (main): Move call to alarm into the loop.
9333 * gdb.threads/non-stop-fair-events.exp: Build program with
9334 -DTIMEOUT=$timeout.
9335
9336 2015-04-06 Doug Evans <xdje42@gmail.com>
9337
9338 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9339 Fix dest parameter to board_info.
9340 (fpc_compile): Ditto.
9341 (gdb_compile_pascal): Rename dest arg to destfile.
9342
9343 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9344
9345 * gdb.ada/funcall_ref.exp: New file.
9346 * gdb.ada/funcall_ref/foo.adb: New file.
9347
9348 2015-04-02 Yao Qi <yao.qi@linaro.org>
9349
9350 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9351 is remote.
9352
9353 2015-04-02 Gary Benson <gbenson@redhat.com>
9354
9355 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9356
9357 2015-04-01 Sasha Smundak <asmundak@google.com>
9358
9359 * gdb.python/py-unwind-maint.c: New file.
9360 * gdb.python/py-unwind-maint.exp: New test.
9361 * gdb.python/py-unwind-maint.py: New file.
9362 * gdb.python/py-unwind.c: New file.
9363 * gdb.python/py-unwind.exp: New test.
9364 * gdb.python/py-unwind.py: New test.
9365
9366 2015-04-01 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9369 to fail instead of non-existent $test.
9370
9371 2015-04-01 Pedro Alves <palves@redhat.com>
9372
9373 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9374 GDBFLAGS if not empty.
9375
9376 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9377
9378 * gdb.ada/complete.exp: Remove "multi_line".
9379 * gdb.ada/info_exc.exp: Remove "multi_line".
9380 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9381 * gdb.ada/ptype_field.exp: Remove "multi_line".
9382 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9383 * gdb.ada/tagged.exp: Remove "multi_line".
9384 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9385 [multi_line ...]
9386 * gdb.btrace/delta.exp: Likewise.
9387 * gdb.btrace/exception.exp: Likewise.
9388 * gdb.btrace/function_call_history.exp: Likewise.
9389 * gdb.btrace/instruction_history.exp: Likewise.
9390 * gdb.btrace/nohist.exp: Likewise.
9391 * gdb.btrace/record_goto.exp: Likewise.
9392 * gdb.btrace/segv.exp: Likewise.
9393 * gdb.btrace/stepi.exp: Likewise.
9394 * gdb.btrace/tailcall.exp: Likewise.
9395 * gdb.btrace/unknown_functions.exp: Likewise.
9396 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9397 * lib/gdb.exp: Add the "multi_line" helper.
9398
9399 2015-04-01 Pedro Alves <palves@redhat.com>
9400
9401 * gdb.threads/tid-reuse.c: New file.
9402 * gdb.threads/tid-reuse.exp: New file.
9403
9404 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9405
9406 PR corefiles/16092
9407 * gdb.base/coredump-filter.c: New file.
9408 * gdb.base/coredump-filter.exp: Likewise.
9409
9410 2015-03-27 Petr Machata <pmachata@redhat.com>
9411
9412 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9413 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9414 (Dwarf::assemble): Initialize them.
9415 (Dwarf::lines): New function.
9416
9417 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9418
9419 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9420 SYMBOL_PREFIX for x86_64-*-cygwin.
9421
9422 2015-03-26 Andy Wingo <wingo@igalia.com>
9423
9424 PR symtab/18148
9425 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9426 const_value but not a location.
9427 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9428 location defined in non-main CUs are visible.
9429
9430 2015-03-26 Yao Qi <yao.qi@linaro.org>
9431
9432 PR testsuite/18139
9433 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9434 Add a line number entry for the same line.
9435 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9436 Add a line number entry for the same line.
9437
9438 2015-03-26 Yao Qi <yao.qi@linaro.org>
9439
9440 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9441 .int 0.
9442 (func): Likewise. Add .Lfunc_1 label.
9443 Use .Lfunc_1 label.
9444 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9445 .int 0.
9446 (func): Likewise.
9447 Use .Lfunc_1 label.
9448
9449 2015-03-26 Yao Qi <yao.qi@linaro.org>
9450
9451 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9452 Call gdb_compile instead to compile each .s files without debug
9453 information.
9454
9455 2015-03-26 Yao Qi <yao.qi@linaro.org>
9456
9457 * gdb.base/savedregs.exp (process_saved_regs): Make
9458 "Saved registers:" optional in the pattern.
9459
9460 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9461
9462 * gdb.btrace/next.exp: Merged into step.exp.
9463 * gdb.btrace/finish.exp: Merged into step.exp.
9464 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9465 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9466 "record goto" and checking the exact replay position.
9467 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9468 check for "Recording format" in "info record" output.
9469 * gdb.btrace/record_goto.exp: Choose test file based on target.
9470 * gdb.btrace/x86-record_goto.S: Renamed into ...
9471 * gdb.btrace/x86_64-record_goto.S: ... this.
9472 * gdb.btrace/i686-record_goto.S: New.
9473 * gdb.btrace/x86-tailcall.S: Renamed into ...
9474 * gdb.btrace/x86_64-tailcall.S: ... this.
9475 * gdb.btrace/i686-tailcall.S: New.
9476 * gdb.btrace/x86-tailcall.c: Renamed into ...
9477 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9478 separate statements. Update test.
9479 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9480 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9481 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9482 * gdb.btrace/tailcall.exp: Choose test file based on target.
9483 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9484
9485 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9486
9487 * gdb.btrace/exception.exp: Increase BTS buffer size.
9488
9489 2015-03-24 Pedro Alves <palves@redhat.com>
9490
9491 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9492
9493 2015-03-24 Pedro Alves <palves@redhat.com>
9494
9495 * gdb.threads/schedlock.exp (test_step): No longer expect that
9496 "set scheduler-locking step" with "next" over a function call runs
9497 threads unlocked.
9498
9499 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9500
9501 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9502
9503 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9504
9505 PR breakpoints/16466
9506 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9507 * gdb.mi/mi-pending.c (thread_func): New function.
9508 (int main): Add threading support required.
9509 * gdb.mi/mi-pending.exp: Add tests for this issue.
9510 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9511 (pendfunc2): Remove stdio dependency.
9512 * gdb.mi/mi-pendshr2.c: New file.
9513
9514 2015-03-23 Keith Seitz <keiths@redhat.com>
9515
9516 * gdb.linespec/keywords.c: New file.
9517 * gdb.linespec/keywords.exp: New file.
9518
9519 2015-03-23 Keith Seitz <keiths@redhat.com>
9520
9521 PR gdb/18021
9522 * gdb.dwarf2/staticvirtual.exp: New test.
9523
9524 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9525
9526 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9527 * README: Remove HP-UX and gdb.hp.
9528 (configuration):
9529 * configure: Regenerate.
9530 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9531 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9532 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9533 gdb.hp/gdb.defects/Makefile.
9534 * gdb.hp/Makefile.in: File deleted.
9535 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9536 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9537 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9538 * gdb.hp/gdb.aCC/run.c: File deleted.
9539 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9540 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9541 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9542 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9543 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9544 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9545 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9546 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9547 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9548 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9549 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9550 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9551 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9552 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9553 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9554 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9555 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9556 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9557 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9558 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9559 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9560 * gdb.hp/gdb.compat/average.c: File deleted.
9561 * gdb.hp/gdb.compat/sum.c: File deleted.
9562 * gdb.hp/gdb.compat/xdb.c: File deleted.
9563 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9564 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9565 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9566 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9567 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9568 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9569 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9570 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9571 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9572 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9573 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9574 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9575 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9576 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9577 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9578 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9579 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9580 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9581 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9582 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9583 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9584 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9585 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9586 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9587 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9588 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9589 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9590 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9591 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9592 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9593 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9594 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9595 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9596 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9597 * gdb.hp/tools/odump: File deleted.
9598
9599 2015-03-19 Pedro Alves <palves@redhat.com>
9600
9601 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9602 (saw_thread_3): New globals.
9603 (top level): Increment them when an event for the corresponding
9604 thread is seen.
9605 (no thread starvation): New test.
9606
9607 2015-03-19 Pedro Alves <palves@redhat.com>
9608
9609 * gdb.threads/continue-pending-status.c: New file.
9610 * gdb.threads/continue-pending-status.exp: New file.
9611
9612 2015-03-18 Pedro Alves <palves@redhat.com>
9613
9614 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9615 Use gdb_is_target_remote instead of is_remote. Use
9616 gdb_test_multiple instead of gdb_expect. Exit early if
9617 gdb_test_multiple hits its internal matches. Tighten stepi tests
9618 expected output. Fail on exit with any signal, instead of just
9619 SIGILL.
9620
9621 2015-03-18 Yao Qi <yao.qi@linaro.org>
9622
9623 PR tdep/18107
9624 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9625 variable.
9626 * gdb.base/catch-syscall.exp: Don't skip it on
9627 aarch64*-*-linux* target. Remove elements in all_syscalls.
9628 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9629 target.
9630 (setup_all_syscalls): New proc.
9631
9632 2015-03-16 Yao Qi <yao.qi@linaro.org>
9633
9634 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9635 (top level): Skip tests if valid_addr_p returns false for
9636 $cmd1 or $cmd2.
9637
9638 2015-03-11 Andy Wingo <wingo@igalia.com>
9639
9640 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9641
9642 2015-03-11 Yao Qi <yao.qi@linaro.org>
9643
9644 * gdb.base/catch-syscall.exp: Fix typo in comments.
9645
9646 2015-03-11 Yao Qi <yao.qi@linaro.org>
9647
9648 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9649
9650 2015-03-09 Pedro Alves <palves@redhat.com>
9651
9652 * dg-extract-results.py: Delete.
9653
9654 2015-03-09 Pedro Alves <palves@redhat.com>
9655
9656 Merge dg-extract-results.sh from GCC upstream (r218843).
9657
9658 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9659 * dg-extract-results.sh: Use --text with grep to avoid issues with
9660 binary files. Fall back to cat -v, if that doesn't work.
9661
9662 2015-03-05 Pedro Alves <palves@redhat.com>
9663
9664 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9665
9666 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9667
9668 * lib/mi-support.exp (mi_expect_interrupt): Accept
9669 alternative event for when in all-stop mode.
9670
9671 2015-03-04 Pedro Alves <palves@redhat.com>
9672
9673 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9674
9675 2015-03-04 Mark Kettenis <kettenis@gnu.org>
9676
9677 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9678
9679 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9680
9681 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9682 regexps for GDB's current line display, accept a hex address
9683 preceding the line number.
9684
9685 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9686
9687 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9688 the 'arch1' variable for "s390*-linux*" targets.
9689
9690 2015-03-04 Pedro Alves <palves@redhat.com>
9691
9692 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9693 (main): Pass missing retval argument to pthread_join call.
9694
9695 2015-03-02 Pedro Alves <palves@redhat.com>
9696
9697 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9698 (top level): Call do_test with non-stop as well.
9699
9700 2015-03-02 Pedro Alves <palves@redhat.com>
9701
9702 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9703 -1.
9704
9705 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9706
9707 * gdb.arch/s390-vregs.exp: New test.
9708 * gdb.arch/s390-vregs.S: New file.
9709
9710 2015-02-27 Pedro Alves <palves@redhat.com>
9711
9712 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9713 call to catch_command_errors.
9714 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9715 catch_command_errors.
9716
9717 2015-02-27 Pedro Alves <palves@redhat.com>
9718
9719 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9720 "true" for boolean result.
9721 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9722 prototype of main.
9723
9724 2015-02-27 Pedro Alves <palves@redhat.com>
9725
9726 * lib/unbuffer_output.c: New file.
9727 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9728 (main): Call gdb_unbuffer_output.
9729
9730 2015-02-27 Yao Qi <yao.qi@linaro.org>
9731
9732 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9733 target.
9734
9735 2015-02-26 Doug Evans <dje@google.com>
9736
9737 * gdb.cp/class2.cc (Dbase, D): New classes.
9738 (main): New local delta.
9739 * gdb.cp/class2.exp: Test printing delta.
9740 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9741 (dynbar): New global.
9742 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9743
9744 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9745
9746 * gdb.compile/compile-ifunc.c: New file.
9747 * gdb.compile/compile-ifunc.exp: New file.
9748
9749 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9750
9751 * gdb.base/structs.exp: Check for correct struct on finish.
9752
9753 2015-02-26 Yao Qi <yao.qi@linaro.org>
9754
9755 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9756 is zero.
9757
9758 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9759
9760 * gdb.arch/cordic.ko.bz2: New file.
9761 * gdb.arch/cordic.ko.debug.bz2: New file.
9762 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9763
9764 2015-02-25 Yao Qi <yao.qi@linaro.org>
9765
9766 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9767 aarch64*-*-* target.
9768
9769 2015-02-23 Pedro Alves <palves@redhat.com>
9770
9771 * lib/gdb.exp (delete_breakpoints): Rewrite using
9772 gdb_test_multiple.
9773
9774 2015-02-23 Pedro Alves <palves@redhat.com>
9775
9776 * gdb.base/info-os.c: Include stdlib.h.
9777
9778 2015-02-22 Doug Evans <xdje42@gmail.com>
9779
9780 PR symtab/17855
9781 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9782 is read after symbols have been re-read.
9783 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9784 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9785
9786 2015-02-21 Doug Evans <dje@google.com>
9787
9788 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9789
9790 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9791
9792 PR corefiles/17808
9793 * gdb.arch/i386-biarch-core.core.bz2: New file.
9794 * gdb.arch/i386-biarch-core.exp: New file.
9795
9796 2015-02-21 Pedro Alves <palves@redhat.com>
9797
9798 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9799 runto_main fails.
9800
9801 2015-02-20 Pedro Alves <palves@redhat.com>
9802
9803 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9804 info probes.
9805
9806 2015-02-20 Pedro Alves <palves@redhat.com>
9807
9808 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9809
9810 2015-02-20 Pedro Alves <palves@redhat.com>
9811
9812 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9813 clean_restart before gdb_target_supports_trace.
9814
9815 2015-02-20 Pedro Alves <palves@redhat.com>
9816
9817 PR threads/18006
9818 * gdb.threads/clone-thread_db.c: New file.
9819 * gdb.threads/clone-thread_db.exp: New file.
9820
9821 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9822
9823 PR breakpoints/16812
9824 * gdb.base/catch-gdb-caused-signals.c: New file.
9825 * gdb.base/catch-gdb-caused-signals.exp: New file.
9826
9827 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9828
9829 * configure: Regenerated.
9830 * configure.ac: Use GDB_AC_TRANSFORM.
9831 * aclocal.m4: sinclude ../transform.m4.
9832
9833 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9834
9835 * lib/dtrace.exp: New file.
9836 * gdb.base/dtrace-probe.exp: Likewise.
9837 * gdb.base/dtrace-probe.d: Likewise.
9838 * gdb.base/dtrace-probe.c: Likewise.
9839 * lib/pdtrace.in: Likewise.
9840 * configure.ac: Output variables with the transformed names of
9841 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9842 * configure: Regenerated.
9843
9844 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9845
9846 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
9847 expected message when trying to access $_probe_* convenience
9848 variables while not on a probe.
9849
9850 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9851
9852 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
9853
9854 2015-02-11 Pedro Alves <pedro@codesourcery.com>
9855
9856 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
9857 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
9858
9859 2015-02-10 Doug Evans <xdje42@gmail.com>
9860
9861 * lib/gdb.exp (gdb_load): Always return a result.
9862
9863 2015-02-10 Pedro Alves <palves@redhat.com>
9864
9865 * gdb.threads/signal-sigtrap.c: New file.
9866 * gdb.threads/signal-sigtrap.exp: New file.
9867
9868 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9869
9870 * gdb.trace/no-attach-trace.c: New file.
9871 * gdb.trace/no-attach-trace.exp: New file.
9872
9873 2015-02-09 Mark Wielaard <mjw@redhat.com>
9874
9875 * gdb.dwarf2/atomic.c: New file.
9876 * gdb.dwarf2/atomic-type.exp: Likewise.
9877
9878 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9879
9880 * gdb.btrace/buffer-size.exp: Update "info record" output.
9881 * gdb.btrace/delta.exp: Update "info record" output.
9882 * gdb.btrace/enable.exp: Update "info record" output.
9883 * gdb.btrace/finish.exp: Update "info record" output.
9884 * gdb.btrace/instruction_history.exp: Update "info record" output.
9885 * gdb.btrace/next.exp: Update "info record" output.
9886 * gdb.btrace/nexti.exp: Update "info record" output.
9887 * gdb.btrace/step.exp: Update "info record" output.
9888 * gdb.btrace/stepi.exp: Update "info record" output.
9889 * gdb.btrace/nohist.exp: Update "info record" output.
9890
9891 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9892
9893 * gdb.btrace/buffer-size: New.
9894
9895 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9896
9897 * gdb.btrace/delta.exp: Update "info record" output.
9898 * gdb.btrace/enable.exp: Update "info record" output.
9899 * gdb.btrace/finish.exp: Update "info record" output.
9900 * gdb.btrace/instruction_history.exp: Update "info record" output.
9901 * gdb.btrace/next.exp: Update "info record" output.
9902 * gdb.btrace/nexti.exp: Update "info record" output.
9903 * gdb.btrace/step.exp: Update "info record" output.
9904 * gdb.btrace/stepi.exp: Update "info record" output.
9905 * gdb.btrace/nohist.exp: Update "info record" output.
9906
9907 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9908
9909 PR gdb/15678
9910 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
9911
9912 2015-02-06 Pedro Alves <palves@redhat.com>
9913
9914 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
9915 macro.
9916 (seconds_left, again): New globals.
9917 (main): Wait seconds_left in a 1-second sleep loop instead of
9918 sleeping 180 seconds. If 'again' is set, reset the seconds
9919 counter.
9920 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
9921 'again' in the inferior before detaching. Print the seconds left.
9922 (options): New global.
9923 (top level): Build program with -DTIMEOUT=$timeout.
9924
9925 2015-02-06 Pedro Alves <palves@redhat.com>
9926
9927 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
9928 determine how many seconds to pass to 'alarm'.
9929 * gdb.base/gdb-sigterm.exp (top level): Build program with
9930 -DTIMEOUT=$timeout.
9931 (do_test): Return success/failure indication. Add more verbose
9932 logging. Don't fail if 200 single steps are seen. Instead, fail
9933 when the test times out.
9934 (passes): New global.
9935 (top level): Break the testing loop if testing fails on any
9936 iteration. Use gdb_assert.
9937
9938 2015-02-04 Don Breazeal <donb@codesourcery.com>
9939
9940 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
9941 and initialize them.
9942 (ipc_cleanup): New function.
9943 (main): Don't declare shmid, semid, and msqid. Add a call to
9944 atexit so that we call ipc_cleanup on exit.
9945
9946 2015-02-04 Pedro Alves <palves@redhat.com>
9947
9948 * boards/native-extended-gdbserver.exp: Remove any target variant
9949 specifications from the board name before clearing the isremote
9950 flag from board_info.
9951
9952 2015-01-31 Doug Evans <xdje42@gmail.com>
9953
9954 * gdb.base/maint.exp <maint print type argc>: Update expected output.
9955
9956 2015-01-31 Gary Benson <gbenson@redhat.com>
9957
9958 * gdb.base/completion.exp: Disable completion limiting for
9959 existing tests. Add new tests to check completion limiting.
9960 * gdb.linespec/ls-errs.exp: Disable completion limiting.
9961
9962 2015-01-31 Doug Evans <xdje42@gmail.com>
9963
9964 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
9965
9966 2015-01-31 Doug Evans <xdje42@gmail.com>
9967
9968 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
9969 entries. Duplicate file section script entries.
9970 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
9971 inlined entries. Add test for safe-path rejection.
9972 * gdb.python/py-section-script.c: Add duplicate inlined section script
9973 entries. Duplicate file section script entries.
9974 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
9975 inlined entries. Add test for safe-path rejection.
9976
9977 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9978
9979 * gdb.ada/disc_arr_bound: New testcase.
9980
9981 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9982
9983 * gdb.ada/mi_var_array: New testcase.
9984
9985 2015-01-27 Doug Evans <dje@google.com>
9986
9987 * gdb.python/py-objfile.exp: Add tests for objfile.username.
9988 Add test for objfile.filename, objfile.username after objfile
9989 has been unloaded.
9990
9991 2015-01-26 Joel Brobecker <brobecker@adacore.com>
9992
9993 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
9994 the second test to print the name attribute of value
9995 returned by the call to gdb.lookup_type, and adjust
9996 the expected output accordingly.
9997
9998 2015-01-25 Mark Wielaard <mjw@redhat.com>
9999
10000 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10001 * gdb.base/disp-step-fork.c: Include unistd.h.
10002 * gdb.base/siginfo-obj.c: Include stdio.h.
10003 * gdb.base/siginfo-thread.c: Likewise.
10004 * gdb.mi/non-stop.c: Include unistd.h.
10005 * gdb.mi/nsthrexec.c: Include stdio.h.
10006 * gdb.mi/pthreads.c: Include unistd.h.
10007 * gdb.modula2/unbounded1.c (main): Declare returns int.
10008 * gdb.reverse/consecutive-reverse.c: Likewise.
10009 * gdb.threads/create-fail.c: Include unistd.h.
10010 * gdb.threads/killed.c: Likewise.
10011 * gdb.threads/linux-dp.c: Likewise.
10012 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10013 * gdb.threads/non-ldr-exc-2.c: Likewise.
10014 * gdb.threads/non-ldr-exc-3.c: Likewise.
10015 * gdb.threads/non-ldr-exc-4.c: Likewise.
10016 * gdb.threads/pthreads.c: Include unistd.h.
10017 (main): Declare returns int.
10018 * gdb.threads/tls-main.c (foo): New declaration.
10019 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10020
10021 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10022
10023 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10024 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10025
10026 2015-01-15 Mark Wielaard <mjw@redhat.com>
10027
10028 * gdb.base/noreturn-return.c: New file.
10029 * gdb.base/noreturn-return.exp: New file.
10030 * gdb.base/noreturn-finish.c: New file.
10031 * gdb.base/noreturn-finish.exp: New file.
10032
10033 2015-01-23 Pedro Alves <palves@redhat.com>
10034
10035 * gdb.threads/continue-pending-after-query.c: New file.
10036 * gdb.threads/continue-pending-after-query.exp: New file.
10037
10038 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10039 Simon Marchi <simon.marchi@ericsson.com>
10040
10041 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10042 * gdb.base/valgrind-db-attach.exp: Same.
10043 * gdb.base/valgrind-infcall.exp: Same.
10044 * lib/mi-support.exp (default_mi_gdb_start): Same.
10045 * lib/prompt.exp (default_prompt_gdb_start): Same.
10046 * lib/gdb.exp (default_gdb_spawn): Same.
10047 (gdb_interact): New.
10048
10049
10050 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10051
10052 * gdb.compile/compile.exp (pointer to jit function): New test.
10053
10054 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10055
10056 * lib/gdb.exp (supports_process_record): Return true for
10057 powerpc*-*-linux*.
10058 (supports_reverse): Likewise.
10059
10060 2015-01-15 Don Breazeal <donb@codesourcery.com>
10061
10062 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10063 instead of checking whether the target board is remote and
10064 use spawn_wait_for_attach instead of exec/sleep.
10065 * gdb.base/attach-twice.exp: Likewise.
10066
10067 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10068
10069 * gdb.ada/var_arr_attrs: New testcase.
10070
10071 2015-01-14 Pedro Alves <palves@redhat.com>
10072 Joel Brobecker <brobecker@adacore.com>
10073
10074 PR gdb/17525
10075 * gdb.base/bp-cmds-execution-x-script.c: New file.
10076 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10077 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10078
10079 2015-01-14 Pedro Alves <palves@redhat.com>
10080
10081 PR cli/17828
10082 * gdb.base/batch-preserve-term-settings.c: New file.
10083 * gdb.base/batch-preserve-term-settings.exp: New file.
10084
10085 2015-01-13 Doug Evans <dje@google.com>
10086
10087 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10088 binary.
10089
10090 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10091
10092 * Makefile.in (clean mostlyclean): Do not delete *.py.
10093
10094 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10095
10096 * gdb.python/py-lookup-type.exp: New file.
10097
10098 2015-01-12 Pedro Alves <palves@redhat.com>
10099
10100 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10101 restore GDBFLAGS before returning.
10102
10103 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10104
10105 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10106 is_amd64_regs_target and is_x86_like_target.
10107
10108 2015-01-11 Doug Evans <xdje42@gmail.com>
10109
10110 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10111 is given without an explicit form.
10112 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10113 attributes.
10114 * gdb.dwarf/corrupt.exp: Ditto.
10115 * gdb.dwarf2/enum-type.exp: Ditto.
10116 * gdb.trace/entry-values.exp: Ditto.
10117 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10118
10119 2015-01-11 Doug Evans <xdje42@gmail.com>
10120
10121 PR gdb/15830
10122 * gdb.base/maint.exp: Remove references to "maint demangle".
10123 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10124 Add tests for explicitly specifying language to demangle.
10125 * gdb.dlang/demangle.exp: Ditto.
10126
10127 2015-01-09 Pedro Alves <palves@redhat.com>
10128
10129 * gdb.threads/non-stop-fair-events.c: New file.
10130 * gdb.threads/non-stop-fair-events.exp: New file.
10131
10132 2015-01-09 Pedro Alves <palves@redhat.com>
10133
10134 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10135 the global scope. Set a breakpoint after all threads are started
10136 rather than stepping over two source lines. Expect the prompt.
10137 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10138 global.
10139 (NUM): Now 15.
10140 (main): Use threads_started_barrier to wait for all threads to
10141 start. Main thread no longer calls thread_function. Exit after
10142 180 seconds.
10143 (loop): New function.
10144 (thread_function): Wait on threads_started_barrier barrier. Call
10145 'loop' at each iteration.
10146 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10147 threads have started, instead of hardcoding number of "next"
10148 steps. Use an access watchpoint instead of a write watchpoint.
10149
10150 2015-01-09 Pedro Alves <palves@redhat.com>
10151
10152 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10153 (thread_func): Wait on barrier.
10154 (main): Wait for all threads to start before stopping GDB.
10155 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10156 global.
10157 (thread1_func, thread2_func): Wait on barrier.
10158 (main): Wait for all threads to start before stopping GDB.
10159 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10160 New global.
10161 (thread1_func, thread2_func): Wait on barrier.
10162 (main): Wait for all threads to start before stopping GDB.
10163
10164 2015-01-09 Pedro Alves <palves@redhat.com>
10165
10166 * gdb.threads/attach-many-short-lived-threads.c: New file.
10167 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10168
10169 2014-01-09 Pedro Alves <palves@redhat.com>
10170
10171 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10172 instead of to thread 2.
10173 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10174 Add barrier around each pthread_create call instead of around all
10175 calls.
10176 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10177 Set a break on thread_function and have the child threads hit it
10178 one at at a time.
10179
10180 2015-01-09 Pedro Alves <palves@redhat.com>
10181
10182 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10183 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10184 false.
10185 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10186 checking whether the target board is remote.
10187 * gdb.multi/multi-attach.exp: Likewise.
10188 * gdb.python/py-sync-interp.exp: Likewise.
10189 * gdb.server/ext-attach.exp: Likewise.
10190 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10191 tests that need to attach, instead of checking whether the target
10192 board is remote at the top of the file.
10193
10194 2015-01-08 Yao Qi <yao@codesourcery.com>
10195
10196 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10197
10198 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10199
10200 Fix testcase compilation.
10201 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10202
10203 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10204
10205 * gdb.python/py-type.exp: Add a couple test about empty
10206 array creation, and negative-length array creation.
10207
10208 2015-01-02 Doug Evans <xdje42@gmail.com>
10209
10210 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10211
10212 2015-01-02 Doug Evans <dje@google.com>
10213
10214 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10215
10216 2014-12-29 Yao Qi <yao@codesourcery.com>
10217
10218 * gdb.trace/entry-values.exp: Update comments. Rename variable
10219 bar_call_foo to returned_from_foo.
10220
10221 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10222
10223 PR gdb/17394
10224 * gdb.linespec/break-asm-file.c: New file.
10225 * gdb.linespec/break-asm-file.exp: New file.
10226 * gdb.linespec/break-asm-file0.s: New file.
10227 * gdb.linespec/break-asm-file1.s: New file.
10228
10229 2014-12-18 Nigel Stephens <nigel@mips.com>
10230 Maciej W. Rozycki <macro@codesourcery.com>
10231
10232 * gdb.base/float.exp: Handle the new output from "info float" on
10233 MIPS targets.
10234
10235 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10236
10237 Fix MinGW compilation.
10238 * gdb.compile/compile-ops.exp: Update untested message if
10239 !skip_compile_feature_tests.
10240 * gdb.compile/compile-setjmp.exp: Likewise.
10241 * gdb.compile/compile-tls.exp: Likewise.
10242 * gdb.compile/compile.exp: Likewise.
10243 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10244 supported on this host".
10245
10246 2014-12-16 Doug Evans <xdje42@gmail.com>
10247
10248 * boards/stabs.exp: New file.
10249
10250 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10251
10252 * gdb.base/completion.exp: Adjust to format changes of "maint
10253 print user-registers".
10254
10255 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10256
10257 PR server/17457
10258 * gdb.arch/aarch64-fp.c: New file.
10259 * gdb.arch/aarch64-fp.exp: New file.
10260
10261 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10262
10263 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10264 r210637, r210913, r211666, r215400, r215817).
10265
10266 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10267 * dg-extract-results.py: New file.
10268 * dg-extract-results.sh: Use it if the environment seems
10269 suitable.
10270
10271 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10272
10273 * dg-extract-results.py (parse_run): Handle warnings that
10274 are printed before a test harness is run.
10275
10276 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10277
10278 * dg-extract-results.py (Named): Remove __cmp__ method.
10279 (output_variation): Use a key to sort variation.harnesses.
10280
10281 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10282
10283 * dg-extract-results.py: For Python 3, force sys.stdout to
10284 handle surrogate escape sequences.
10285 (safe_open): New function.
10286 (output_segment, main): Use it.
10287
10288 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10289
10290 * dg-extract-results.py (Prog.result_re): Include options
10291 in test name.
10292
10293 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10294
10295 * dg-extract-results.py (output_variation): Always sort if
10296 do_sum.
10297
10298 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10299
10300 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10301 as long as we get pagination notifications.
10302
10303 2014-12-15 Jason Merrill <jason@redhat.com>
10304
10305 * Makefile.in (check-gdb.%): Restore.
10306 * README: Mention it.
10307
10308 2014-12-13 Joel Brobecker <brobecker@adacore.com>
10309
10310 * gdb.ada/str_uninit: New testcase.
10311
10312 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10313
10314 PR symtab/17642
10315 * gdb.base/vla-stub-define.c: New file.
10316 * gdb.base/vla-stub.c: New file.
10317 * gdb.base/vla-stub.exp: New file.
10318
10319 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10320 Jan Kratochvil <jan.kratochvil@redhat.com>
10321 Tom Tromey <tromey@redhat.com>
10322
10323 * configure.ac: Add gdb.compile/.
10324 * configure: Regenerate.
10325 * gdb.compile/Makefile.in: New file.
10326 * gdb.compile/compile-ops.exp: New file.
10327 * gdb.compile/compile-ops.c: New file.
10328 * gdb.compile/compile-tls.c: New file.
10329 * gdb.compile/compile-tls.exp: New file.
10330 * gdb.compile/compile-constvar.S: New file.
10331 * gdb.compile/compile-constvar.c: New file.
10332 * gdb.compile/compile-mod.c: New file.
10333 * gdb.compile/compile-nodebug.c: New file.
10334 * gdb.compile/compile-setjmp-mod.c: New file.
10335 * gdb.compile/compile-setjmp.c: New file.
10336 * gdb.compile/compile-setjmp.exp: New file.
10337 * gdb.compile/compile-shlib.c: New file.
10338 * gdb.compile/compile.c: New file.
10339 * gdb.compile/compile.exp: New file.
10340 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10341
10342 2014-12-12 Tom Tromey <tromey@redhat.com>
10343
10344 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10345 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10346
10347 2014-12-12 Doug Evans <dje@google.com>
10348
10349 * lib/gdb-python.exp (get_python_valueof): New function.
10350 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10351
10352 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10353
10354 * gdb.base/completion.exp: Add test for completion of "info
10355 registers ".
10356
10357 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10358
10359 * gdb.base/func-ptrs.c: New file.
10360 * gdb.base/func-ptrs.exp: New file.
10361
10362 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10363
10364 PR breakpoints/17012
10365 * gdb.base/dprintf-detach.c: New file.
10366 * gdb.base/dprintf-detach.exp: New file.
10367
10368 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10369
10370 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10371 * lib/gdb.exp (target_is_gdbserver): New procedure.
10372
10373 2014-12-08 Doug Evans <dje@google.com>
10374
10375 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10376
10377 2014-12-05 Yao Qi <yao@codesourcery.com>
10378
10379 * gdb.guile/scm-error.exp: Remove the third argument to
10380 gdb_remote_download.
10381 * gdb.guile/scm-frame-args.exp: Likewise.
10382 * gdb.guile/scm-section-script.exp: Likewise.
10383
10384 2014-12-05 Yao Qi <yao@codesourcery.com>
10385
10386 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10387
10388 2014-12-04 Doug Evans <dje@google.com>
10389
10390 * gdb.python/py-objfile.exp: Add tests for
10391 objfile.add_separate_debug_file.
10392
10393 2014-12-04 Doug Evans <dje@google.com>
10394
10395 * lib/gdb.exp (get_build_id): New function.
10396 (build_id_debug_filename_get): Rewrite to use it.
10397 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10398
10399 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10400
10401 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10402 `method(long)', not just 0x0.
10403 * gdb.cp/nsalias.exp: Align code labels to 4.
10404 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10405 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10406 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10407 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10408 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10409 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10410
10411 2014-12-02 Doug Evans <dje@google.com>
10412
10413 PR symtab/17602
10414 * gdb.cp/anon-ns.cc: Move guts of this file to ...
10415 * gdb.cp/anon-ns2.cc: ... here. New file.
10416 * gdb.cp/anon-ns.exp: Update.
10417
10418 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
10419
10420 * gdb.python/py-events.py (inferior_call_handler): New.
10421 (register_changed_handler, memory_changed_handler): New.
10422 (test_events.invoke): Register new handlers.
10423 * gdb.python/py-events.exp: Add tests for inferior call,
10424 memory_changed and register_changed events.
10425
10426 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10427
10428 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10429 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10430 if the linker doesn't understand this.
10431
10432 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10433
10434 * gdb.python/python.exp: Change expected reply to help().
10435
10436 2014-12-01 Yao Qi <yao@codesourcery.com>
10437
10438 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10439 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10440 * configure: Re-generated.
10441
10442 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10443
10444 * gdb.cp/chained-calls.cc: New file.
10445 * gdb.cp/chained-calls.exp: New file.
10446 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10447
10448 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10449
10450 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10451 * gdb.dwarf2/symtab-producer.exp: Same.
10452 * gdb.gdb/python-interrupts.exp: Same.
10453 * gdb.gdb/python-selftest.exp: Same.
10454 * gdb.python/py-linetable.exp: Same.
10455 * gdb.python/py-type.exp: Same.
10456 * gdb.python/py-value-cc.exp: Same.
10457 * gdb.python/py-value.exp: Same.
10458
10459 2014-11-28 Yao Qi <yao@codesourcery.com>
10460
10461 * gdb.base/break-probes.exp: Match library name prefixed with
10462 sysroot.
10463
10464 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10465
10466 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10467 test expected output. Add parentheses for the call to print.
10468 Remove L suffix from integers.
10469
10470 2014-11-26 Doug Evans <dje@google.com>
10471
10472 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10473
10474 2014-11-22 Yao Qi <yao@codesourcery.com>
10475
10476 * gdb.trace/entry-values.c: Remove asms.
10477 (foo): Add foo_label.
10478 (bar): Add bar_label.
10479 * gdb.trace/entry-values.exp: Remove code computing foo's
10480 length and bar's length.
10481 (Dwarf::assemble): Invoke function_range for bar and use
10482 MACRO_AT_func for foo.
10483
10484 2014-11-22 Yao Qi <yao@codesourcery.com>
10485
10486 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10487 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10488 Use .Lgcc43_procstart instead of gcc43.
10489
10490 2014-11-21 Joel Brobecker <brobecker@adacore.com>
10491
10492 * gdb.ada/n_arr_bound: New testcase.
10493
10494 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10495
10496 PR breakpoints/10737
10497 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10498 test_catch_syscall_multi_arch.
10499 (test_catch_syscall_multi_arch): New function.
10500
10501 2014-11-20 Doug Evans <xdje42@gmail.com>
10502
10503 * gdb.base/maint.exp: Update expected output.
10504
10505 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10506
10507 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10508 4-byte instruction on S390.
10509
10510 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10511
10512 * gdb.ada/arr_arr: New testcase.
10513
10514 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10515
10516 * gdb.ada/pkd_arr_elem: New Testcase.
10517
10518 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
10519
10520 * gdb.reverse/break-precsave: Expect completion message for
10521 core file reads.
10522 * gdb.reverse/consecutive-precsave.exp: Likewise.
10523 * gdb.reverse/finish-precsave.exp: Likewise.
10524 * gdb.reverse/i386-precsave.exp: Likewise.
10525 * gdb.reverse/machinestate-precsave.exp: Likewise.
10526 * gdb.reverse/sigall-precsave.exp: Likewise.
10527 * gdb.reverse/solib-precsave.exp: Likewise.
10528 * gdb.reverse/step-precsave.exp: Likewise.
10529 * gdb.reverse/until-precsave.exp: Likewise.
10530 * gdb.reverse/watch-precsave.exp: Likewise.
10531
10532 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10533
10534 * gdb.base/bp-permanent.c: Include unistd.h.
10535 * gdb.python/py-framefilter-mi.c (main): Add return type.
10536 * gdb.python/py-framefilter.c (main): Likewise.
10537 * gdb.trace/actions-changed.c (main): Likewise.
10538
10539 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10540
10541 * gdb.mi/until.c: Add eye-catchers.
10542 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10543 line numbers.
10544
10545 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10546
10547 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10548 function header variants in break1.c.
10549 * gdb.base/ena-dis-br.exp: Likewise.
10550 * gdb.base/hbreak2.exp: Likewise.
10551 * gdb.reverse/until-precsave.exp: Drop references to removed
10552 non-prototype function header variants in ur1.c.
10553 * gdb.reverse/until-reverse.exp: Likewise.
10554
10555 2014-11-17 Petr Machata <pmachata@redhat.com>
10556
10557 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10558 ${_cu_offset_size} bytes abbrev offset.
10559
10560 2014-11-15 Doug Evans <xdje42@gmail.com>
10561
10562 PR symtab/17559
10563 * gdb.base/line-symtabs.exp: New file.
10564 * gdb.base/line-symtabs.c: New file.
10565 * gdb.base/line-symtabs.h: New file.
10566
10567 2014-11-14 Yao Qi <yao@codesourcery.com>
10568
10569 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10570 (func): Add label func_label.
10571 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10572 Replace low_pc and high_pc with MACRO_AT_range.
10573 Replace name, low_pc and high_pc with MACRO_AT_func.
10574
10575 2014-11-14 Yao Qi <yao@codesourcery.com>
10576
10577 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10578 Replace name, low_pc and high_pc with MACRO_AT_func.
10579
10580 2014-11-14 Yao Qi <yao@codesourcery.com>
10581
10582 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10583 produce debug information.
10584 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10585
10586 2014-11-14 Yao Qi <yao@codesourcery.com>
10587
10588 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10589 object and get function length.
10590 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10591 with MACRO_AT_func.
10592 (top-level): Replace gdb_compile and clean_restart with
10593 prepare_for_testing.
10594 * gdb.dwarf2/main.c (main): Add label main_label.
10595
10596 2014-11-14 Yao Qi <yao@codesourcery.com>
10597
10598 * lib/dwarf.exp (function_range): New procedure.
10599 (Dwarf::_handle_macro_at_func): New procedure.
10600 (Dwarf::_handle_macro_at_range): New procedure.
10601 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10602
10603 2014-11-14 Yao Qi <yao@codesourcery.com>
10604
10605 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10606 (_handle_attribute): New procedure.
10607
10608 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10609
10610 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10611 * gdb.base/call-sc.c (zed): Likewise.
10612 * gdb.base/checkpoint.c (main): Likewise.
10613 * gdb.base/dump.c (main): Likewise.
10614 * gdb.base/gcore.c (main): Likewise.
10615 * gdb.base/huge.c (main): Likewise.
10616 * gdb.base/multi-forks.c (main): Likewise.
10617 * gdb.base/pr10179-a.c (main): Likewise.
10618 * gdb.base/savedregs.c (main): Likewise.
10619 * gdb.base/sigaltstack.c (main): Likewise.
10620 * gdb.base/siginfo.c (main): Likewise.
10621 * gdb.base/structs.c (zed): Likewise.
10622 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10623 * gdb.mi/mi-syn-frame.c (main): Likewise.
10624 * gdb.mi/until.c (foo, main): Likewise.
10625 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10626 * gdb.base/solib-weak.c (foo): Declare.
10627 * gdb.base/attach-twice.c: Include stdio.h.
10628 * gdb.base/weaklib1.c: Likewise.
10629 * gdb.base/weaklib2.c: Likewise.
10630 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10631 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10632 unistd.h.
10633 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10634 * gdb.mi/mi-exit-code.c: Likewise.
10635 * gdb.base/break-interp-lib.c: Include string.h.
10636 * gdb.base/coremaker.c: Likewise.
10637 * gdb.base/testenv.c: Likewise.
10638 * gdb.python/py-finish-breakpoint.c: Likewise.
10639 * gdb.base/inferior-died.c: Include sys/wait.h.
10640 * gdb.base/fileio.c: Include time.h.
10641 * gdb.base/async-shell.c: Include unistd.h.
10642 * gdb.base/dprintf-non-stop.c: Likewise.
10643 * gdb.base/info-os.c: Likewise.
10644 * gdb.mi/mi-console.c: Likewise.
10645 * gdb.mi/watch-nonstop.c: Likewise.
10646 * gdb.python/py-events.c: Likewise.
10647 * gdb.base/async.c (baz): Move up before its invocation.
10648 * gdb.base/code_elim2.c (my_global_func): Likewise.
10649 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10650 * gdb.base/advance.c (func2): Likewise.
10651
10652 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10653
10654 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10655 variant.
10656 * gdb.base/annota3.c: Likewise.
10657 * gdb.base/async.c: Likewise.
10658 * gdb.base/average.c: Likewise.
10659 * gdb.base/call-ar-st.c: Likewise.
10660 * gdb.base/call-rt-st.c: Likewise.
10661 * gdb.base/call-sc.c: Likewise.
10662 * gdb.base/call-strs.c: Likewise.
10663 * gdb.base/ending-run.c: Likewise.
10664 * gdb.base/execd-prog.c: Likewise.
10665 * gdb.base/exprs.c: Likewise.
10666 * gdb.base/foll-exec.c: Likewise.
10667 * gdb.base/foll-fork.c: Likewise.
10668 * gdb.base/foll-vfork.c: Likewise.
10669 * gdb.base/funcargs.c: Likewise.
10670 * gdb.base/gcore.c: Likewise.
10671 * gdb.base/jump.c: Likewise.
10672 * gdb.base/langs0.c: Likewise.
10673 * gdb.base/langs1.c: Likewise.
10674 * gdb.base/langs2.c: Likewise.
10675 * gdb.base/mips_pro.c: Likewise.
10676 * gdb.base/nodebug.c: Likewise.
10677 * gdb.base/opaque0.c: Likewise.
10678 * gdb.base/opaque1.c: Likewise.
10679 * gdb.base/recurse.c: Likewise.
10680 * gdb.base/run.c: Likewise.
10681 * gdb.base/scope0.c: Likewise.
10682 * gdb.base/scope1.c: Likewise.
10683 * gdb.base/setshow.c: Likewise.
10684 * gdb.base/setvar.c: Likewise.
10685 * gdb.base/shmain.c: Likewise.
10686 * gdb.base/shr1.c: Likewise.
10687 * gdb.base/shr2.c: Likewise.
10688 * gdb.base/sigall.c: Likewise.
10689 * gdb.base/signals.c: Likewise.
10690 * gdb.base/so-indr-cl.c: Likewise.
10691 * gdb.base/solib2.c: Likewise.
10692 * gdb.base/structs.c: Likewise.
10693 * gdb.base/sum.c: Likewise.
10694 * gdb.base/vforked-prog.c: Likewise.
10695 * gdb.base/watchpoint.c: Likewise.
10696 * gdb.reverse/shr2.c: Likewise.
10697 * gdb.reverse/until-reverse.c: Likewise.
10698 * gdb.reverse/ur1.c: Likewise.
10699 * gdb.reverse/watch-reverse.c: Likewise.
10700
10701 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10702
10703 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10704 variant.
10705 * gdb.base/sepdebug.exp: Drop references to removed code.
10706
10707 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10708
10709 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10710 variant. Preserve original line numbering.
10711 * gdb.base/list1.c: Likewise.
10712
10713 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10714
10715 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10716 variant.
10717 * gdb.base/break1.c: Likewise.
10718 * gdb.base/break.exp: Drop references to removed code.
10719
10720 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10721
10722 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10723 variant.
10724
10725 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10726
10727 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10728
10729 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10730
10731 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10732 logic into perform_all_tests() and invoke it with and without
10733 function header prototypes.
10734 (do_function_calls): Remove conditional XFAIL for PR 5318.
10735 (rerun_and_prepare): Remove duplicate code.
10736 (perform_all_tests): New. Main logic moved here.
10737
10738 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10739
10740 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10741 code guarded by #ifdef NO_PROTOTYPES.
10742 (t_double_many_args): Likewise.
10743 (DEF_FUNC_MANY_ARGS_1): Likewise.
10744 (DEF_FUNC_VALUES_1): Likewise.
10745 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10746 guarded by #ifdef PROTOTYPES.
10747
10748 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10749
10750 * gdb.mi/mi-console.c: Add eye-catcher.
10751 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10752 instead of literal line number.
10753
10754 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10755
10756 * gdb.base/shr2.c: Add eye-catcher.
10757 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10758 line number.
10759
10760 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10761
10762 * gdb.base/jump.c: Add eye-catchers.
10763 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10764 numbers.
10765
10766 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10767
10768 * gdb.base/execd-prog.c: Add eye-catchers.
10769 * gdb.base/foll-exec.c: Likewise.
10770 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10771 line numbers.
10772
10773 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10774
10775 * gdb.base/ending-run.c: Add eye-catchers.
10776 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10777 literal line numbers.
10778
10779 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10780
10781 * gdb.base/call-rt-st.c: Add eye-catchers.
10782 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10783 literal line numbers.
10784
10785 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10786
10787 * gdb.base/call-ar-st.c: Add eye-catchers.
10788 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10789 literal line numbers.
10790
10791 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10792
10793 * gdb.base/average.c: Add eye-catchers.
10794 * gdb.base/sum.c: Likewise.
10795 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10796 regexps dynamically.
10797
10798 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10799
10800 * gdb.base/solib1.c: Add eye-catchers.
10801 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10802 literal line numbers.
10803
10804 2014-11-12 Pedro Alves <palves@redhat.com>
10805
10806 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10807 leader has exited.
10808
10809 2014-11-12 Pedro Alves <palves@redhat.com>
10810
10811 * gdb.arch/i386-bp_permanent.c: New file.
10812 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10813 (srcfile): Set to i386-bp_permanent.c.
10814 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10815 that stepi does not execute the 'leave' instruction, instead of
10816 testing it does execute.
10817 * gdb.base/bp-permanent.c: New file.
10818 * gdb.base/bp-permanent.exp: New file.
10819
10820 2014-11-10 Doug Evans <xdje42@gmail.com>
10821
10822 PR symtab/17564
10823 * gdb.base/symtab-search-order.exp: New file.
10824 * gdb.base/symtab-search-order.c: New file.
10825 * gdb.base/symtab-search-order-1.c: New file.
10826 * gdb.base/symtab-search-order-shlib-1.c: New file.
10827
10828 2014-11-07 Pedro Alves <palves@redhat.com>
10829
10830 PR gdb/17511
10831 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10832 i?86-*-linux*.
10833
10834 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10835
10836 PR c++/17494
10837 * gdb.cp/pr17494.cc: New file.
10838 * gdb.cp/pr17494.exp: New file.
10839
10840 2014-11-02 Yao Qi <yao@codesourcery.com>
10841
10842 * gdb.python/python.exp: Get working directory and match the
10843 output of "set extended-prompt \\w " with it.
10844
10845 2014-10-30 Doug Evans <dje@google.com>
10846
10847 * gdb.python/py-objfile.exp: Add tests for setting random attributes
10848 in objfiles.
10849 * gdb.python/py-progspace.exp: Add tests for setting random attributes
10850 in progspaces.
10851
10852 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
10853
10854 * gdb.base/fullpath-expand.exp: Skip for a remote host.
10855 * gdb.base/realname-expand.exp: Likewise.
10856 * gdb.linespec/macro-relative.exp: Likewise.
10857
10858 2014-10-29 Pedro Alves <palves@redhat.com>
10859
10860 PR gdb/17408
10861 * gdb.threads/schedlock.c (some_function): New function.
10862 (call_function): New global.
10863 (MAYBE_CALL_SOME_FUNCTION): New macro.
10864 (thread_function): Call it.
10865 * gdb.threads/schedlock.exp (get_args): Add description parameter,
10866 and use it instead of a global counter. Adjust all callers.
10867 (get_current_thread): Use "find current thread" for test message
10868 here rather than having all callers pass down the same string.
10869 (goto_loop): New procedure, factored out from ...
10870 (my_continue): ... this.
10871 (step_ten_loops): Change parameter from test message to command to
10872 use. Adjust.
10873 (list_count): Delete global.
10874 (check_result): New procedure, factored out from duplicate top
10875 level code.
10876 (continue tests): Wrap in with_test_prefix.
10877 (test_step): New procedure, factored out from duplicate top level
10878 code.
10879 (top level): Test "step" in combination with all scheduler-locking
10880 modes. Test "next" in combination with all scheduler-locking
10881 modes, and in combination with stepping over a function call or
10882 not.
10883 * gdb.threads/next-bp-other-thread.c: New file.
10884 * gdb.threads/next-bp-other-thread.exp: New file.
10885
10886 2014-10-29 Pedro Alves <palves@redhat.com>
10887
10888 PR python/17372
10889 * gdb.python/python.exp: Test a multi-line command that spawns
10890 interactive Python.
10891 * gdb.base/multi-line-starts-subshell.exp: New file.
10892
10893 2014-10-29 Yao Qi <yao@codesourcery.com>
10894
10895 * gdb.base/fileio.exp: Make directories on host.
10896
10897 2014-10-29 Yao Qi <yao@codesourcery.com>
10898
10899 * gdb.base/fileio.c (test_write): Close the file.
10900
10901 2014-10-28 Pedro Alves <palves@redhat.com>
10902
10903 PR gdb/12623
10904 * gdb.base/sigstep.c (no_handler): New global.
10905 (main): If 'no_handler is true, set the signal handlers to
10906 SIG_IGN.
10907 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
10908 with_sw_watch and no_handler parameters. Handle them.
10909 (top level) <stepping over handler when stopped at a breakpoint
10910 test>: Add a test axis for testing with a software watchpoint, and
10911 another for testing with the signal handler set to SIG_IGN.
10912 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
10913 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
10914
10915 2014-10-28 Pedro Alves <palves@redhat.com>
10916
10917 PR gdb/17511
10918 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
10919 * gdb.base/sigstep.exp (other_handler_location): New global.
10920 (advance): Support stepping into the signal handler, and running
10921 commands while in the handler.
10922 (in_handler_map): New global.
10923 (top level): In the advance test, add combinations for getting
10924 into the handler with stepping commands, and for running commands
10925 in the handler. Add comment descripting the advancei tests.
10926
10927 2014-10-28 Pedro Alves <palves@redhat.com>
10928
10929 * gdb.base/sigstep.exp: Use build_executable instead of
10930 prepare_for_testing.
10931 (top level): Move code that starts GDB, runs to main and creates a
10932 display to ...
10933 (restart): ... this new procedure.
10934 (top level): Move backtrace from signal handler test to ...
10935 (validate_backtrace): ... this new procedure.
10936 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
10937 with_test_prefix. Always restart GDB.
10938 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
10939 with_test_prefix. Always restart GDB. No need to delete
10940 breakpoints after the test.
10941 (test_skip_handler): Remove prefix parameter.
10942 (skip_over_handler, breakpoint_to_handler)
10943 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
10944 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
10945 restart GDB. No need to delete breakpoints after the test.
10946 (top level): Use foreach to call the test procedures with
10947 different commands.
10948
10949 2014-10-28 Pedro Alves <palves@redhat.com>
10950
10951 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
10952 instead of GNATS numbers.
10953 * gdb.base/sigbpt.exp: Likewise.
10954 * gdb.base/siginfo.exp: Likewise.
10955 * gdb.base/sigstep.exp: Likewise.
10956
10957 2014-10-27 Pedro Alves <palves@redhat.com>
10958
10959 * gdb.base/sigstep.c (dummy): New global.
10960 (main): Issue a couple writes to the new global.
10961 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
10962 procedures.
10963 (skip_over_handler): Use test_skip_handler.
10964 (top level): Call skip_over_handler for stepi and nexti too.
10965 (breakpoint_over_handler): Use test_skip_handler.
10966 (top level): Call breakpoint_over_handler for stepi and nexti too.
10967
10968 2014-10-27 Yao Qi <yao@codesourcery.com>
10969
10970 * gdb.trace/tfile.c (adjust_function_address)
10971 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
10972 function descriptor.
10973
10974 2014-10-24 Don Breazeal <donb@codesourcery.com>
10975
10976 * gdb.base/foll-fork.exp (test_follow_fork,
10977 catch_fork_child_follow): Check for updated fork messages emitted
10978 from infrun.c.
10979 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
10980 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
10981 vfork_and_exec_child_follow_through_step): Check for updated vfork
10982 messages emitted from infrun.c.
10983
10984 2014-10-24 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.base/corefile.exp: Remove references to ultrix.
10987 * gdb.base/interrupt.exp: Likewise.
10988 * gdb.base/whatis.exp: Likewise.
10989 * gdb.gdb/selftest.exp: Likewise.
10990 * gdb.threads/manythreads.exp: Likewise.
10991 * gdb.threads/print-threads.exp: Likewise.
10992 * gdb.threads/pthreads.exp:: Likewise.
10993 * gdb.threads/schedlock.exp: Likewise.
10994
10995 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
10996
10997 * gdb.cp/non-trivial-retval.cc: Add a test case.
10998 * gdb.cp/non-trivial-retval.exp: Add a test.
10999
11000 2014-10-20 Yao Qi <yao@codesourcery.com>
11001
11002 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11003 * gdb.python/py-objfile-script-gdb.py: New file.
11004 * gdb.python/py-objfile-script.exp: Update reference to
11005 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11006 of remote_download. Remove the dest file.
11007
11008 2014-10-20 Yao Qi <yao@codesourcery.com>
11009
11010 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11011 * gdb.base/step-line.exp: Likewise.
11012 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11013 * gdb.dwarf2/dw2-basic.exp: Likewise.
11014 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11015 * gdb.dwarf2/dw2-filename.exp: Likewise.
11016 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11017 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11018 * gdb.dwarf2/dw2-producer.exp: Likewise.
11019 * gdb.dwarf2/mac-fileno.exp: Likewise.
11020 * gdb.python/py-frame-args.exp: Likewise.
11021 * gdb.python/py-framefilter.exp: Likewise.
11022 * gdb.python/py-mi.exp: Likewise.
11023 * gdb.python/py-objfile-script.exp: Likewise
11024 * gdb.python/py-pp-integral.exp: Likewise.
11025 * gdb.python/py-pp-re-notag.exp: Likewise.
11026 * gdb.python/py-prettyprint.exp: Likewise.
11027 * gdb.python/py-section-script.exp: Likewise.
11028 * gdb.python/py-typeprint.exp: Likewise.
11029 * gdb.python/py-xmethods.exp: Likewise.
11030 * gdb.stabs/weird.exp: Likewise.
11031 * gdb.xml/tdesc-regs.exp: Likewise.
11032
11033 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11034
11035 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11036 (out_cu): Use addr_len for the size of addresses.
11037 (out_line): Likewise. Size DW_LNE_set_address instruction
11038 according to addr_len.
11039 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11040 (FUNC): Add START_INSNS to definition.
11041
11042 2014-10-18 Yao Qi <yao@codesourcery.com>
11043
11044 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11045 gdb_has_argv0 return true.
11046 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11047 check [target_info exists noargs], check [gdb_has_argv0]
11048 instead.
11049 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11050 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11051 procedures.
11052
11053 2014-10-17 Doug Evans <dje@google.com>
11054
11055 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11056 event.
11057 * gdb.python/py-events.py: Add clear_objfiles event.
11058
11059 2014-10-17 Doug Evans <dje@google.com>
11060
11061 * gdb.python/py-objfile.exp: Test progspace attribute.
11062
11063 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11064
11065 * gdb.guile/scm-breakpoint.exp: Do not assume any
11066 directory separators when matching source file paths.
11067 * gdb.python/py-breakpoint.exp: Likewise.
11068 * gdb.reverse/break-precsave.exp: Likewise.
11069 * gdb.reverse/break-reverse.exp: Likewise.
11070 * gdb.reverse/consecutive-precsave.exp: Likewise.
11071 * gdb.reverse/finish-precsave.exp: Likewise.
11072 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11073 * gdb.reverse/finish-reverse.exp: Likewise.
11074 * gdb.reverse/i386-precsave.exp: Likewise.
11075 * gdb.reverse/i387-env-reverse.exp: Likewise.
11076 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11077 * gdb.reverse/machinestate-precsave.exp: Likewise.
11078 * gdb.reverse/machinestate.exp: Likewise.
11079 * gdb.reverse/sigall-precsave.exp: Likewise.
11080 * gdb.reverse/solib-precsave.exp: Likewise.
11081 * gdb.reverse/step-precsave.exp: Likewise.
11082 * gdb.reverse/until-precsave.exp: Likewise.
11083 * gdb.reverse/watch-precsave.exp: Likewise.
11084 * gdb.reverse/watch-reverse.exp: Likewise.
11085
11086 2014-10-17 Yao Qi <yao@codesourcery.com>
11087
11088 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11089 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11090
11091 2014-10-17 Pedro Alves <palves@redhat.com>
11092
11093 PR gdb/17471
11094 * gdb.base/bg-execution-repeat.c: New file.
11095 * gdb.base/bg-execution-repeat.exp: New file.
11096
11097 2014-10-17 Pedro Alves <palves@redhat.com>
11098
11099 PR gdb/17300
11100 * gdb.base/continue-all-already-running.c: New file.
11101 * gdb.base/continue-all-already-running.exp: New file.
11102
11103 2014-10-17 Pedro Alves <palves@redhat.com>
11104
11105 PR gdb/17472
11106 * gdb.base/annota-input-while-running.c: New file.
11107 * gdb.base/annota-input-while-running.exp: New file.
11108
11109 2014-10-17 Pedro Alves <palves@redhat.com>
11110
11111 * gdb.base/callfuncs.exp: emove references to osf.
11112 * gdb.base/sigall.exp: Likewise.
11113 * gdb.gdb/selftest.exp: Likewise.
11114 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11115 * gdb.mi/non-stop.c: Likewise.
11116 * gdb.mi/pthreads.c: Likewise.
11117 * gdb.reverse/sigall-precsave.exp: Likewise.
11118 * gdb.reverse/sigall-reverse.exp: Likewise.
11119 * gdb.threads/pthreads.c: Likewise.
11120 * gdb.threads/pthreads.exp: Likewise.
11121
11122 2014-10-17 Yao Qi <yao@codesourcery.com>
11123
11124 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11125 check 'target_info exists noargs'.
11126 (test_command_prompt_position): Likewise.
11127 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11128 Remove "set args".
11129 (progvar_simple_while_test): Likewise.
11130 (progvar_complex_if_while_test): Likewise.
11131 (if_while_breakpoint_command_test): Likewise.
11132 (infrun_breakpoint_command_test): Likewise.
11133 (breakpoint_command_test): Likewise.
11134 (watchpoint_command_test): Likewise.
11135 (bp_deleted_in_command_test): Likewise.
11136 (temporary_breakpoint_commands): Likewise.
11137
11138 2014-10-16 Yao Qi <yao@codesourcery.com>
11139
11140 * gdb.base/remotetimeout.exp: Remove noargs checking.
11141
11142 2014-10-15 Pedro Alves <palves@redhat.com>
11143
11144 PR breakpoints/9649
11145 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11146 * gdb.base/breakpoint-in-ro-region.exp
11147 (probe_target_hardware_step): New procedure.
11148 (top level): Probe hardware stepping and hardware breakpoint
11149 support. Test stepping through a read-only region, with both
11150 "breakpoint auto-hw" on and off and both "always-inserted" on and
11151 off.
11152
11153 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11154
11155 * gdb.dlang/demangle.exp: Update for demangling changes.
11156
11157 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11158
11159 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11160 * gdb.cp/non-trivial-retval.exp: Add new tests.
11161
11162 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11163
11164 PR c++/13403
11165 PR c++/15154
11166 * gdb.cp/non-trivial-retval.cc: New file.
11167 * gdb.cp/non-trivial-retval.exp: New file.
11168
11169 2014-10-15 Yao Qi <yao@codesourcery.com>
11170
11171 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11172 remote host.
11173
11174 2014-10-15 Yao Qi <yao@codesourcery.com>
11175
11176 * gdb.python/py-symbol.exp: Match file base name if host is
11177 remote, otherwise match file name with dir name.
11178 * gdb.python/py-symtab.exp: Likewise.
11179 * gdb.python/python.exp: Likewise.
11180
11181 2014-10-15 Yao Qi <yao@codesourcery.com>
11182
11183 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11184 pattern.
11185 * gdb.python/py-symtab.exp: Likewise.
11186 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11187 locationn.
11188
11189 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11190
11191 * gdb.ada/addr_arith: New testcase.
11192
11193 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11194
11195 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11196 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11197 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11198 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11199
11200 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11201
11202 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11203 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11204 * gdb.arch/stap-eval-lang-ada.exp: New file.
11205
11206 2014-10-14 Yao Qi <yao@codesourcery.com>
11207
11208 * gdb.mi/mi-var-child.c (nothing1): New function.
11209 (nothing2): New function.
11210 (do_children_tests): Set function pointers by nothing1 and
11211 nothing2.
11212 * gdb.mi/mi-var-child.exp: Step over new added statements.
11213 Update test to match the new output.
11214 * gdb.mi/var-cmd.c (nothing1): New function.
11215 (nothing2): New function.
11216 (do_children_tests): Set function pointers by nothing1 and
11217 nothing2.
11218 * gdb.mi/mi-var-display.exp: Update test to match output.
11219 Step to the line specified by $line_dct_nothing.
11220 Increase the number of lines to step.
11221
11222 2014-10-14 Yao Qi <yao@codesourcery.com>
11223
11224 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11225 tests.
11226 * gdb.mi/mi2-var-child.exp: Likewise.
11227
11228 2014-10-13 Doug Evans <dje@google.com>
11229
11230 * gdb.python/py-objfile.exp: Change name of file name test.
11231
11232 2014-10-13 Doug Evans <dje@google.com>
11233
11234 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11235 from the start of the CU.
11236
11237 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11238 Yao Qi <yao@codesourcery.com>
11239
11240 Fix "save breakpoints" for "catch" command.
11241 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11242 Remove -nonewline. Match also the added "main" line.
11243
11244 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11245
11246 Fix "save breakpoints" for "disable $bpnum" command.
11247 * gdb.base/save-bp.c (main): Add label.
11248 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11249
11250 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11251
11252 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11253
11254 2014-10-11 Yao Qi <yao@codesourcery.com>
11255
11256 * gdb.server/server-kill.exp: Execute command
11257 "set remote trace-status-packet on" before "tstatus".
11258
11259 2014-10-11 Yao Qi <yao@codesourcery.com>
11260
11261 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11262 (main): Call getppid.
11263 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11264 and continue to it. Read variable "server_pid".
11265
11266 2014-10-11 Yao Qi <yao@codesourcery.com>
11267
11268 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11269
11270 2014-10-11 Yao Qi <yao@codesourcery.com>
11271
11272 * gdb.threads/thread-find.exp: Don't execute command
11273 "info threads".
11274 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11275 * gdb.threads/linux-dp.exp: Don't check the condition
11276 $threads_created equals to zero.
11277
11278 2014-10-10 Pedro Alves <palves@redhat.com>
11279
11280 * gdb.base/bigcore.exp: Remove references to IRIX.
11281 * gdb.base/funcargs.exp: Likewise.
11282 * gdb.base/interrupt.exp: Likewise.
11283 * gdb.base/mips_pro.exp: Likewise.
11284 * gdb.base/nodebug.exp: Likewise.
11285 * gdb.base/setvar.exp: Likewise.
11286 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11287
11288 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11289 Pedro Alves <palves@redhat.com>
11290
11291 PR symtab/14466
11292 * gdb.base/vdso-warning.c: New file.
11293 * gdb.base/vdso-warning.exp: New file.
11294
11295 2014-10-02 Doug Evans <dje@google.com>
11296
11297 * gdb.base/structs.c (main): Don't run forever.
11298
11299 2014-10-02 Pedro Alves <palves@redhat.com>
11300
11301 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11302 (top level) <stop threads 1, stop threads 2>: Use it.
11303
11304 2014-10-02 Pedro Alves <palves@redhat.com>
11305
11306 * gdb.threads/break-while-running.exp (test): Add new
11307 'update_thread_list' argument. Skip "info threads" if false.
11308 (top level): Add new 'update_thread_list' axis.
11309
11310 2014-10-02 Pedro Alves <palves@redhat.com>
11311
11312 PR breakpoints/17431
11313 * gdb.base/execl-update-breakpoints.c: New file.
11314 * gdb.base/execl-update-breakpoints.exp: New file.
11315
11316 2014-10-01 Pedro Alves <palves@redhat.com>
11317
11318 * gdb.base/breakpoint-in-ro-region.c: New file.
11319 * gdb.base/breakpoint-in-ro-region.exp: New file.
11320
11321 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11322
11323 * gdb.mi/mi-exit-code.exp: New file.
11324 * gdb.mi/mi-exit-code.c: New file.
11325
11326 2014-09-30 Yao Qi <yao@codesourcery.com>
11327
11328 * lib/prelink-support.exp (build_executable_own_libs): Error if
11329 the target isn't native.
11330
11331 2014-09-30 Yao Qi <yao@codesourcery.com>
11332
11333 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11334 false.
11335
11336 2014-09-22 Pedro Alves <palves@redhat.com>
11337
11338 * gdb.threads/break-while-running.exp: New file.
11339 * gdb.threads/break-while-running.c: New file.
11340
11341 2014-09-19 Yao Qi <yao@codesourcery.com>
11342
11343 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11344 Invoke test. Restart GDB with --readnow and invoke test again.
11345
11346 2014-09-19 Yao Qi <yao@codesourcery.com>
11347
11348 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11349 proc set_breakpoint_on_gcd_function. Invoke
11350 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11351 invoke set_breakpoint_on_gcd_function again.
11352
11353 2014-09-18 Doug Evans <dje@google.com>
11354
11355 * gdb.dwarf2/symtab-producer.exp: New file.
11356
11357 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11358
11359 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11360 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11361 * gdb.base/global-var-nested-by-dso.c: Likewise.
11362 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11363
11364 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11365 Pedro Alves <palves@redhat.com>
11366
11367 * gdb.base/watch-bitfields.exp: Pass string other than test file
11368 name to prepare_for_testing.
11369 (watch): New procedure.
11370 (expect_watchpoint): Use with_test_prefix.
11371 (top level): Factor out tests to ...
11372 (test_watch_location, test_regular_watch): ... these new
11373 procedures, and use with_test_prefix and gdb_continue_to_end.
11374
11375 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11376
11377 PR breakpoints/12526
11378 * gdb.base/watch-bitfields.exp: New file.
11379 * gdb.base/watch-bitfields.c: New file.
11380
11381 2014-09-16 Pedro Alves <palves@redhat.com>
11382
11383 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11384 software and hardware addresses, not software address against
11385 itself.
11386
11387 2014-09-16 Pedro Alves <palves@redhat.com>
11388
11389 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11390 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11391
11392 2014-09-16 Pedro Alves <palves@redhat.com>
11393
11394 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11395 files.
11396 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11397 "*-*-vxworks*" throughout.
11398 * gdb.base/break.exp: Likewise.
11399 * gdb.base/default.exp: Likewise.
11400 * gdb.base/scope.exp: Likewise.
11401 * gdb.base/sepdebug.exp: Likewise.
11402 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11403 throughout.
11404 * gdb.base/run.c: Likewise.
11405 * gdb.base/sepdebug.c: Likewise.
11406 * gdb.hp/gdb.aCC/run.c: Likewise.
11407 * gdb.reverse/until-reverse.c: Likewise.
11408 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11409
11410 2014-09-16 Yao Qi <yao@codesourcery.com>
11411
11412 * boards/local-remote-host-native.exp: New file.
11413
11414 2014-09-14 Doug Evans <xdje42@gmail.com>
11415
11416 * gdb.threads/queue-signal.c (thread_count): New variable.
11417 (thread_count_mutex, thread_count_condvar): New variables.
11418 (incr_thread_count, wait_all_threads_running): New functions.
11419 (main): Wait for all threads to be in their thread functions.
11420
11421 2014-09-13 Doug Evans <xdje42@gmail.com>
11422
11423 * gdb.threads/queue-signal.c: New file.
11424 * gdb.threads/queue-signal.exp: New file.
11425
11426 2014-09-13 Doug Evans <xdje42@gmail.com>
11427
11428 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11429 be consistent with what default_gdb_init uses.
11430 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11431 the plain text of the prompt. Add some logging printfs.
11432 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11433
11434 2014-09-12 Pedro Alves <palves@redhat.com>
11435
11436 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11437 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11438 * gdb.arch/i386-size-overlap.exp: Likewise.
11439 * gdb.arch/i386-size.exp: Likewise.
11440 * gdb.arch/i386-unwind.exp: Likewise.
11441 * gdb.base/a2-run.exp: Likewise.
11442 * gdb.base/break.exp: Likewise.
11443 * gdb.base/charset.exp: Likewise.
11444 * gdb.base/chng-syms.exp: Likewise.
11445 * gdb.base/commands.exp: Likewise.
11446 * gdb.base/dbx.exp: Likewise.
11447 * gdb.base/find.exp: Likewise.
11448 * gdb.base/funcargs.exp: Likewise.
11449 * gdb.base/jit-simple.exp: Likewise.
11450 * gdb.base/reread.exp: Likewise.
11451 * gdb.base/sepdebug.exp: Likewise.
11452 * gdb.base/step-bt.exp: Likewise.
11453 * gdb.cp/mb-inline.exp: Likewise.
11454 * gdb.cp/mb-templates.exp: Likewise.
11455 * gdb.objc/basicclass.exp: Likewise.
11456 * gdb.threads/killed.exp: Likewise.
11457
11458 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11459
11460 PR tdep/17379
11461 * gdb.arch/powerpc-stackless.S: New file.
11462 * gdb.arch/powerpc-stackless.exp: New file.
11463
11464 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11465
11466 * gdb.base/attach.c: Include unistd.h.
11467 (main): Call alarm. Add label postloop.
11468 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11469 gdb_breakpoint, gdb_continue_to_breakpoint.
11470 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11471
11472 2014-09-11 Pedro Alves <palves@redhat.com>
11473
11474 PR gdb/17347
11475 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11476 * gdb.base/attach.exp (test_command_line_attach_run): New
11477 procedure.
11478 (top level): Call it.
11479
11480 2014-09-11 Pedro Alves <palves@redhat.com>
11481
11482 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11483 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11484 (do_command_attach_tests): Use spawn_wait_for_attach.
11485 * gdb.base/solib-overlap.exp: Likewise.
11486 * gdb.multi/multi-attach.exp: Likewise.
11487 * gdb.python/py-prompt.exp: Likewise.
11488 * gdb.python/py-sync-interp.exp: Likewise.
11489 * gdb.server/ext-attach.exp: Likewise.
11490
11491 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11492
11493 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11494 command in testcase. Simplify testcase.
11495
11496 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11497
11498 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11499
11500 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11501
11502 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11503
11504 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11505
11506 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11507
11508 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11509
11510 * gdb.dwarf2/dynarr-ptr.c: New file.
11511 * gdb.dwarf2/dynarr-ptr.exp: New file.
11512
11513 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11514
11515 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11516 of 30 rather than hardcoding 120 for a slow test case. Take the
11517 `gdb,timeout' target setting into account for this calculation.
11518 Don't extend the timeout for the test cases that don't need it.
11519
11520 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11521
11522 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11523 a factor of 2 for a slow test case. Take the `gdb,timeout'
11524 target setting into account for this calculation.
11525 * gdb.reverse/until-precsave.exp: Increase the timeout by
11526 a factor of 15 and 3 respectively rather than adding 120
11527 for a pair of slow test cases. Take the `gdb,timeout'
11528 target setting into account for this calculation.
11529
11530 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11531
11532 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11533 timeout, don't pass one down to gdb_expect.
11534 (gdb_expect): Rework timeout selection.
11535
11536 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11537
11538 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11539 exception on timeout.
11540 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11541 (gdbserver_start_extended): Catch any `gdbserver_start' error
11542 exceptions.
11543 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11544 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11545 `gdbserver_gdb_load' error exceptions.
11546
11547 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11548
11549 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11550 120 on waiting for the TCP socket to open.
11551
11552 2014-09-09 Doug Evans <xdje42@gmail.com>
11553
11554 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11555 _caller_matches, _any_caller_is, _any_caller_matches.
11556
11557 2014-09-09 Doug Evans <xdje42@gmail.com>
11558
11559 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11560
11561 2014-09-09 Yao Qi <yao@codesourcery.com>
11562
11563 * gdb.mi/mi-var-display.exp: Set print symbol off.
11564
11565 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11566
11567 PR gdb/17035
11568 * gdb.base/commands.exp: Add tests to verify user-defined
11569 commands with empty bodies.
11570 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11571 python commands in `show user command`.
11572 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11573 scheme commands in `show user command`.
11574
11575 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11576
11577 PR python/17355
11578 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11579 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11580 * gdb.python/py-framefilter-invalidarg.exp: New file.
11581 * gdb.python/py-framefilter-invalidarg.py: New file.
11582
11583 2014-09-06 Doug Evans <xdje42@gmail.com>
11584
11585 PR 15276
11586 * gdb.python/py-caller-is.c: New file.
11587 * gdb.python/py-caller-is.exp: New file.
11588
11589 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11590
11591 PR gdb/17235
11592 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11593 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11594
11595 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11596
11597 PR fortran/17237
11598 * gdb.fortran/print-formatted.exp: New file.
11599 * gdb.fortran/print-formatted.f90: Likewise.
11600
11601 2014-09-03 Sasha Smundak <asmundak@google.com>
11602
11603 * gdb.python/py-frame.exp: Test Frame.read_register.
11604
11605 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11606
11607 PR python/16699
11608 * gdb.python/py-completion.exp: New file.
11609 * gdb.python/py-completion.py: Likewise.
11610
11611 2014-08-28 Doug Evans <dje@google.com>
11612
11613 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11614 eax,etc. are live with values set by gdb and thus the compiler can't
11615 use them.
11616 * gdb.arch/i386-pseudo.c (main): Ditto.
11617
11618 2014-08-27 Doug Evans <dje@google.com>
11619
11620 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11621
11622 2014-08-25 Doug Evans <dje@google.com>
11623
11624 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11625 (main): Ditto.
11626
11627 2014-08-25 Doug Evans <dje@google.com>
11628
11629 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11630
11631 2014-08-24 Yao Qi <yao@codesourcery.com>
11632
11633 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11634 symbol off.
11635 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11636
11637 2014-08-22 Doug Evans <dje@google.com>
11638
11639 PR 17276
11640 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11641 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11642 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11643
11644 2014-08-22 Yao Qi <yao@codesourcery.com>
11645
11646 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11647 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11648 * gdb.python/python.exp: Likewise. Use .py file on the host
11649 instead of the build.
11650
11651 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11652
11653 * gdb.threads/gcore-stale-thread.c: New file.
11654 * gdb.threads/gcore-stale-thread.exp: New file.
11655
11656 2014-08-21 Pedro Alves <palves@redhat.com>
11657
11658 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11659 * gdb.base/gcore-relro-pie.exp: Likewise.
11660 * gdb.base/gcore-relro.exp: Likewise.
11661 * gdb.base/gcore.exp: Likewise.
11662 * gdb.base/print-symbol-loading.exp: Likewise.
11663 * gdb.threads/gcore-thread.exp: Likewise.
11664 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11665
11666 2014-08-20 Pedro Alves <palves@redhat.com>
11667 Jan Kratochvil <jan.kratochvil@redhat.com>
11668
11669 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11670 configure.
11671 (EXPECT): Handle READ1 being set.
11672 (all): Depend on EXTRA_RULES.
11673 (check-read1, expect-read1, read1.so, read1): New rules.
11674 * README (Testsuite Parameters): Document the READ1 make variable.
11675 (Race detection): New section.
11676 * configure: Regenerate.
11677 * configure.ac: If build==host==target, and running under a
11678 GNU/glibc system, add read1 to the extra Makefile rules.
11679 (EXTRA_RULES): AC_SUBST it.
11680 * lib/read1.c: New file.
11681
11682 2014-08-20 Joel Brobecker <brobecker@adacore.com>
11683
11684 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11685 the handling of variables declared as a typedef to an array
11686 which a DW_AT_data_location attribute.
11687
11688 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
11689 Pedro Alves <palves@redhat.com>
11690
11691 PR symtab/14604
11692 PR symtab/14605
11693 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11694 gdb_test.
11695
11696 2014-08-19 Pedro Alves <palves@redhat.com>
11697
11698 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11699
11700 2014-08-19 Yao Qi <yao@codesourcery.com>
11701
11702 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11703 right line.
11704
11705 2014-08-18 David Blaikie <dblaikie@gmail.com>
11706
11707 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11708
11709 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11710
11711 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11712 attribute in array range.
11713
11714 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11715
11716 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11717
11718 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11719
11720 PR c++/17132
11721 * gdb.cp/pr17132.cc: New file.
11722 * gdb.cp/pr17132.exp: New file.
11723
11724 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11725
11726 * gdb.python/py-xmethods.py (A_getarrayind)
11727 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11728 Use 'print' with function call syntax.
11729 (E_method_matcher.match): Fix tab vs space indentation mixup.
11730
11731 2014-08-15 Yao Qi <yao@codesourcery.com>
11732
11733 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11734 false.
11735
11736 2014-08-15 Yao Qi <yao@codesourcery.com>
11737
11738 * gdb.cp/casts.exp: Set print symbol off.
11739 * gdb.cp/class2.exp: Likewise.
11740 * gdb.cp/overload.exp: Likewise.
11741 * gdb.cp/templates.exp: Likewise.
11742
11743 2014-08-11 Doug Evans <dje@google.com>
11744
11745 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11746 (test_load_shlib): Update.
11747
11748 2014-08-09 Yao Qi <yao@codesourcery.com>
11749
11750 * gdb.base/display.exp: Invoke is_address_zero_readable.
11751 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11752 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11753 * gdb.base/hbreak-unmapped.exp: Return if
11754 is_address_zero_readable returns true.
11755 * gdb.base/signest.exp: Likewise.
11756 * gdb.base/signull.exp: Likewise.
11757 * gdb.base/sigbpt.exp: Likewise.
11758 * gdb.guile/scm-disasm.exp: Do the test if
11759 is_address_zero_readable returns false.
11760 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11761 * gdb.python/py-arch.exp: Likewise.
11762 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11763 * lib/gdb.exp (is_address_zero_readable): New proc.
11764
11765 2014-08-09 Yao Qi <yao@codesourcery.com>
11766
11767 PR testsuite/13443
11768 * gdb.mi/mi-var-display.exp: Make test messages unique.
11769
11770 2014-08-04 Tom Tromey <tromey@redhat.com>
11771
11772 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11773 target 0".
11774
11775 2014-08-04 Tom Tromey <tromey@redhat.com>
11776
11777 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11778 "target_resume".
11779
11780 2014-08-01 Joel Brobecker <brobecker@adacore.com>
11781
11782 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11783 inner_vla_struct_object_size.
11784 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11785 as xfail.
11786
11787 2014-07-30 Pedro Alves <palves@redhat.com>
11788
11789 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11790 comment.
11791
11792 2014-07-29 Yao Qi <yao@codesourcery.com>
11793
11794 PR gdb/17206
11795 * gdb.base/until-nodebug.exp: New.
11796
11797 2014-07-28 Doug Evans <xdje42@gmail.com>
11798
11799 PR guile/17203
11800 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11801 previously existing parameter, and previously ambiguously spelled
11802 parameter.
11803
11804 2014-07-28 Will Newton <will.newton@linaro.org>
11805
11806 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11807
11808 2014-07-26 Ludovic Courtès <ludo@gnu.org>
11809 Doug Evans <xdje42@gmail.com>
11810
11811 PR guile/17146
11812 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11813
11814 2014-07-25 Pedro Alves <palves@redhat.com>
11815
11816 * gdb.threads/signal-command-handle-nopass.c: New file.
11817 * gdb.threads/signal-command-handle-nopass.exp: New file.
11818 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11819 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11820 * gdb.threads/signal-delivered-right-thread.c: New file.
11821 * gdb.threads/signal-delivered-right-thread.exp: New file.
11822
11823 2014-07-25 Pedro Alves <palves@redhat.com>
11824
11825 * gdb.base/double-prompt-target-event-error.exp
11826 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11827 match.
11828 (cancel_pagination_in_target_event): Rework double prompt
11829 detection.
11830 * gdb.base/paginate-after-ctrl-c-running.exp
11831 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11832 <return>' match.
11833 * gdb.base/paginate-bg-execution.exp
11834 (test_bg_execution_pagination_return)
11835 (test_bg_execution_pagination_cancel): Remove '-notransfer
11836 <return>' matches.
11837 * gdb.base/paginate-execution-startup.exp
11838 (test_fg_execution_pagination_return)
11839 (test_fg_execution_pagination_cancel): Remove '-notransfer
11840 <return>' matches.
11841 * gdb.base/paginate-inferior-exit.exp
11842 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11843 match.
11844 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
11845 * lib/gdb.exp (pagination_prompt): Run text through
11846 string_to_regexp.
11847 (gdb_test_multiple): Match $pagination_prompt instead of
11848 "<return>".
11849 (string_to_regexp): Move to lib/gdb-utils.exp.
11850
11851 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11852
11853 * gdb.arch/amd64-entry-value-paramref.S: New file.
11854 * gdb.arch/amd64-entry-value-paramref.cc: New file.
11855 * gdb.arch/amd64-entry-value-paramref.exp: New file.
11856 * gdb.arch/amd64-optimout-repeat.S: New file.
11857 * gdb.arch/amd64-optimout-repeat.c: New file.
11858 * gdb.arch/amd64-optimout-repeat.exp: New file.
11859
11860 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11861
11862 PR gdb/17170
11863 * gdb.base/statistics.exp: New file.
11864
11865 2014-07-17 Doug Evans <dje@google.com>
11866
11867 PR gdb/17170
11868 * gdb.base/maint.exp: Update testing of per-command stats.
11869
11870 2014-07-16 Pedro Alves <palves@redhat.com>
11871
11872 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
11873 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
11874 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
11875 (tfile_write_buf): New functions.
11876 (add_memory_block): Rewrite using the above.
11877 (adjust_function_address): New function.
11878 (FUNCTION_ADDRESS): New macro.
11879 (write_basic_trace_file): Remove short_x local, and use
11880 tfile_write_16. Change type of func_addr local to unsigned long
11881 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
11882 here. Cast argument of add_memory_block to char pointer.
11883 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
11884 (main): Remove parameters.
11885 * gdb.trace/tfile.exp: Remove nowarnings.
11886
11887 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
11888
11889 * gdb.base/debug-expr.exp: Test string evaluation with
11890 "debug expression" on.
11891
11892 2014-07-15 Pedro Alves <palves@redhat.com>
11893
11894 * gdb.base/reread.exp: Use clean_restart.
11895
11896 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
11897
11898 * gdb.arch/avr-flash-qualifer.c: New.
11899 * gdb.arch/avr-flash-qualifer.exp: New.
11900
11901 2014-07-14 Pedro Alves <palves@redhat.com>
11902
11903 * gdb.base/paginate-after-ctrl-c-running.c: New file.
11904 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
11905
11906 2014-07-14 Pedro Alves <palves@redhat.com>
11907
11908 * gdb.base/double-prompt-target-event-error.c: New file.
11909 * gdb.base/double-prompt-target-event-error.exp: New file.
11910
11911 2014-07-14 Pedro Alves <palves@redhat.com>
11912
11913 PR gdb/17072
11914 * gdb.base/paginate-inferior-exit.c: New file.
11915 * gdb.base/paginate-inferior-exit.exp: New file.
11916
11917 2014-07-14 Pedro Alves <palves@redhat.com>
11918
11919 PR gdb/17072
11920 * gdb.base/paginate-bg-execution.c: New file.
11921 * gdb.base/paginate-bg-execution.exp: New file.
11922
11923 2014-07-14 Pedro Alves <palves@redhat.com>
11924
11925 PR gdb/17072
11926 * gdb.base/paginate-execution-startup.c: New file.
11927 * gdb.base/paginate-execution-startup.exp: New file.
11928 * lib/gdb.exp (pagination_prompt): New global.
11929 (default_gdb_spawn): New procedure, factored out from
11930 default_gdb_spawn.
11931 (default_gdb_start): Adjust to call default_gdb_spawn.
11932 (gdb_spawn): New procedure.
11933
11934 2014-07-14 Pedro Alves <palves@redhat.com>
11935
11936 * lib/gdb.exp (gdb_assert): New procedure.
11937 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
11938
11939 2014-07-14 Pedro Alves <palves@redhat.com>
11940
11941 * gdb.base/execution-termios.c: New file.
11942 * gdb.base/execution-termios.exp: New file.
11943
11944 2014-07-14 Tom Tromey <tromey@redhat.com>
11945
11946 * gdb.cp/vla-cxx.cc: New file.
11947 * gdb.cp/vla-cxx.exp: New file.
11948
11949 2014-07-14 Tom Tromey <tromey@redhat.com>
11950
11951 * gdb.reverse/rerun-prec.c: New file.
11952 * gdb.reverse/rerun-prec.exp: New file.
11953
11954 2014-07-12 Maciej W. Rozycki <macro@mips.com>
11955 Maciej W. Rozycki <macro@codesourcery.com>
11956
11957 * lib/gdb-utils.exp: New file.
11958 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
11959 inline `gdb_init_command' processing.
11960 (gdb_start_cmd): Likewise.
11961 * lib/mi-support.exp (mi_run_cmd): Likewise.
11962 * README: Document `gdb_init_command' and `gdb_init_commands'.
11963
11964 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11965
11966 Fix false FAIL running under a very long directory name.
11967 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
11968 and "set print elements 10000". Twice.
11969
11970 2014-07-11 Yao Qi <yao@codesourcery.com>
11971
11972 * gdb.base/exprs.exp: "set print symbol off".
11973
11974 2014-07-11 Pedro Alves <palves@redhat.com>
11975
11976 * gdb.threads/kill.c: New file.
11977 * gdb.threads/kill.exp: New file.
11978
11979 2014-07-10 Yao Qi <yao@codesourcery.com>
11980
11981 * gdb.trace/tfile.c (write_basic_trace_file)
11982 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
11983 address written to trace file.
11984
11985 2014-07-09 Pedro Alves <palves@redhat.com>
11986
11987 * gdb.base/attach-wait-input.exp: New file.
11988 * gdb.base/attach-wait-input.c: New file.
11989
11990 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
11991
11992 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
11993 setting up test structures.
11994 (main): Call new test function.
11995 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
11996 test function, continue into test function and walk test
11997 structures.
11998
11999 2014-07-02 Yao Qi <yao@codesourcery.com>
12000
12001 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12002 'bar_start' at the beginning of functions 'foo' and 'bar'
12003 respectively.
12004 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12005 instead of 'foo' and 'bar'.
12006
12007 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12008
12009 * gdb.btrace/segv.exp: New.
12010 * gdb.btrace/segv.c: New.
12011
12012 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12013
12014 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12015 instruction.
12016
12017 2014-06-30 Mark Wielaard <mjw@redhat.com>
12018
12019 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12020 vulture, vilify, villar): New volatile array constants.
12021 (vindictive, vegetation): New const volatile array constants.
12022 * gdb.base/volatile.exp: Test volatile and const volatile array
12023 types.
12024
12025 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12026
12027 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12028 target lacks support for awatch, rwatch, or hbreak.
12029
12030 2014-06-27 Yao Qi <yao@codesourcery.com>
12031
12032 * gdb.multi/dummy-frame-restore.exp: New.
12033 * gdb.multi/dummy-frame-restore.c: New.
12034
12035 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12036
12037 * gdb.btrace/gcore.exp: New.
12038
12039 2014-06-23 Pedro Alves <palves@redhat.com>
12040
12041 * gdb.base/watchpoint-reuse-slot.c: New file.
12042 * gdb.base/watchpoint-reuse-slot.exp: New file.
12043
12044 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12045
12046 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12047 progspace's filename in 'info', 'enable' and 'disable' command
12048 tests.
12049
12050 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12051
12052 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12053 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12054 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12055
12056 2014-06-20 Gary Benson <gbenson@redhat.com>
12057
12058 * gdb.arch/i386-avx.exp: Fix include file location.
12059 * gdb.arch/i386-sse.exp: Likewise.
12060
12061 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12062
12063 * gdb.dlang/expression.exp: New file.
12064
12065 2014-06-19 Pedro Alves <palves@redhat.com>
12066
12067 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12068 out from ...
12069 (top level): ... here. Iterate running tests under different
12070 scheduler-locking settings.
12071
12072 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12073
12074 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12075 to DW_FORM_addr and use non-zero addresses.
12076
12077 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12078
12079 PR gdb/17017
12080 * gdb.python/py-xmethods.cc: Add global function call counters and
12081 increment them in their respective functions. Remove "cout"
12082 statements.
12083 * gdb.python/py-xmethods.exp: Make tests check the global function
12084 call counters instead of depending on inferior IO.
12085
12086 2014-06-18 Don Breazeal <donb@codesourcery.com>
12087
12088 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12089 Deleted procedure.
12090 (explicit_fork_parent_follow): Deleted procedure.
12091 (explicit_fork_child_follow): Deleted procedure.
12092 (test_follow_fork): New procedure.
12093 (do_fork_tests): Replace calls to deleted procedures with
12094 calls to test_follow_fork and reset GDB for subsequent
12095 procedure calls.
12096
12097 2014-06-17 Yao Qi <yao@codesourcery.com>
12098
12099 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12100 CP1252.
12101
12102 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12103
12104 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12105 Initialize ptr and S explicitly.
12106 (skip_type_update_when_not_use_rtti_test): Likewise.
12107
12108 2014-06-16 Keith Seitz <keiths@redhat.com>
12109
12110 PR mi/15863
12111 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12112 the inferior is started.
12113
12114 2014-06-16 Pedro Alves <palves@redhat.com>
12115
12116 * gdb.base/break-main-file-remove-fail.c: New file.
12117 * gdb.base/break-main-file-remove-fail.exp: New file.
12118 * gdb.base/break-unload-file.exp: Use build_executable instead of
12119 prepare_for_testing.
12120 (test_break): New parameter "initial_load". Handle it.
12121 (top level): Add initial_load cmdline/file axis.
12122
12123 2014-06-12 Tom Tromey <tromey@redhat.com>
12124
12125 * gdb.base/completion.exp: Don't use directory name in test.
12126
12127 2014-06-09 Gary Benson <gbenson@redhat.com>
12128
12129 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12130 separate the always-available ANSI-standard signals from the
12131 signals that require checking.
12132 (main): Likewise.
12133 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12134 Likewise.
12135 (main): Likewise.
12136
12137 2014-06-07 Keith Seitz <keiths@redhat.com>
12138
12139 Revert:
12140 PR c++/16253
12141 * gdb.cp/var-tag.cc: New file.
12142 * gdb.cp/var-tag.exp: New file.
12143 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12144 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12145 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12146 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12147
12148 2014-06-06 Doug Evans <xdje42@gmail.com>
12149
12150 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12151
12152 2014-06-06 Pedro Alves <palves@redhat.com>
12153
12154 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12155 in target debug output instead of looking at RSP packets,
12156 disabling the test on any target that uses hardware stepping.
12157 Update comments.
12158
12159 2014-06-06 Pedro Alves <palves@redhat.com>
12160
12161 * gdb.base/break-unload-file.exp: Fix typo.
12162
12163 2014-06-06 Yao Qi <yao@codesourcery.com>
12164
12165 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12166 from "jit_function" to "^jit_function".
12167
12168 2014-06-06 Yao Qi <yao@codesourcery.com>
12169
12170 * gdb.base/async.c (foo): Add one statement.
12171 * gdb.base/async.exp: Get the next instruction address and
12172 match the output of "nexti" by instruction address. Match
12173 the hex address in the output of "finish".
12174
12175 2014-06-06 Gary Benson <gbenson@redhat.com>
12176
12177 * gdb.base/call-signals.c: Remove preprocessor conditionals
12178 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12179 SIGSEGV and SIGTERM.
12180 * gdb.base/sigall.c: Likewise.
12181 * gdb.base/unwindonsignal.c: Likewise.
12182 * gdb.reverse/sigall-reverse.c: Likewise.
12183
12184 2014-06-06 Yao Qi <yao@codesourcery.com>
12185
12186 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12187 readable, skip the test.
12188
12189 2014-06-06 Yao Qi <yao@codesourcery.com>
12190
12191 * gdb.threads/staticthreads.c (thread_function): Move the line
12192 setting breakpoint on forward.
12193 * gdb.threads/staticthreads.exp: Update comments.
12194
12195 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12196
12197 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12198 "history-append! type error".
12199
12200 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12201
12202 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12203 erroneous dprintf expected input.
12204
12205 2014-06-04 Doug Evans <xdje42@gmail.com>
12206
12207 * gdb.guile/scm-generics.exp: Delete.
12208
12209 2014-06-04 Doug Evans <xdje42@gmail.com>
12210
12211 * gdb.guile/scm-breakpoint.exp: Update.
12212 Add tests for breakpoint registration.
12213
12214 2014-06-04 Tom Tromey <tromey@redhat.com>
12215
12216 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12217 VLA-in-union.
12218 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12219 inner_vla_struct, vla_union types. Initialize objects of those
12220 types and compute their sizes.
12221
12222 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12223 Hui Zhu <hui@codesourcery.com>
12224
12225 * gdb.base/fileio.exp: Add test for shell not available as well as
12226 available.
12227 * gdb.base/fileio.c (test_system): Check for shell twice.
12228
12229 2014-06-04 Yao Qi <yao@codesourcery.com>
12230
12231 * gdb.base/auto-connect-native-target.exp: Remove redundant
12232 space from the regexp pattern.
12233
12234 2014-06-04 Yao Qi <yao@codesourcery.com>
12235
12236 * gdb.base/default.exp: Replace "child" with "native" in
12237 regexp pattern.
12238
12239 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12240
12241 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12242 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12243 * gdb.python/py-xmethods.py: Python script supporting the
12244 new testcase and tests.
12245
12246 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12247 Pedro Alves <palves@redhat.com>
12248
12249 PR breakpoints/17000
12250 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12251 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12252
12253 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12254
12255 * gdb.base/subst.exp: Add tests to verify partial path matching
12256 output.
12257
12258 2014-06-03 Pedro Alves <palves@redhat.com>
12259
12260 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12261 target that doesn't use software single-stepping.
12262
12263 2014-06-03 Pedro Alves <palves@redhat.com>
12264
12265 PR breakpoints/17000
12266 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12267 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12268
12269 2014-06-02 Doug Evans <xdje42@gmail.com>
12270
12271 * gdb.guile/scm-parameter.exp: New file.
12272
12273 2014-06-02 Doug Evans <xdje42@gmail.com>
12274
12275 * gdb.guile/scm-cmd.c: New file.
12276 * gdb.guile/scm-cmd.exp: New file.
12277
12278 2014-06-02 Doug Evans <xdje42@gmail.com>
12279
12280 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12281 pretty-printer lookup.
12282 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12283 (make-pp_s-printer): Call it.
12284 (make-pretty-printer-from-dict): New function.
12285 (lookup-pretty-printer-maker-from-dict): New function.
12286 (*pretty-printer*): Simplify.
12287 (make-objfile-pp_s-printer): New function.
12288 (install-objfile-pretty-printers!): New function.
12289 (make-progspace-pp_s-printer): New function.
12290 (install-progspace-pretty-printers!): New function.
12291 * gdb.guile/scm-progspace.c: New file.
12292 * gdb.guile/scm-progspace.exp: New file.
12293
12294 2014-06-02 Pedro Alves <palves@redhat.com>
12295
12296 * gdb.base/dprintf-bp-same-addr.c: New file.
12297 * gdb.base/dprintf-bp-same-addr.exp: New file.
12298
12299 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12300
12301 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12302 * gdb.arch/powerpc-power.s: Likewise.
12303
12304 2014-06-02 Joel Brobecker <brobecker@adacore.com>
12305
12306 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12307
12308 2014-06-01 Yao Qi <yao@codesourcery.com>
12309
12310 * gdb.base/watchpoint.exp (test_watch_location): Check null
12311 pointer can be dereferenced. If not, do the test, otherwise
12312 skip it.
12313
12314 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12315
12316 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12317 results.
12318 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12319
12320 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12321
12322 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12323 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12324 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12325 * gdb.arch/amd64-invalid-stack-top.c: New file.
12326 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12327
12328 2014-05-30 Pedro Alves <palves@redhat.com>
12329
12330 PR breakpoints/17000
12331 * gdb.base/sss-bp-on-user-bp.c: New file.
12332 * gdb.base/sss-bp-on-user-bp.exp: New file.
12333
12334 2014-05-30 David Blaikie <dblaikie@gmail.com>
12335
12336 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12337 gnu_inline semantics via attribute.
12338 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12339 source explicitly specifies the required semantics.
12340
12341 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12342
12343 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12344
12345 2014-05-29 Pedro Alves <palves@redhat.com>
12346 Tom Tromey <tromey@redhat.com>
12347
12348 * gdb.base/async-shell.exp: Don't enable target-async.
12349 * gdb.base/async.exp
12350 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12351 parameter. Adjust.
12352 (top level): Don't test with "target-async".
12353 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12354 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12355 * gdb.base/inferior-died.exp: Don't enable target-async.
12356 * gdb.base/interrupt-noterm.exp: Likewise.
12357 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12358 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12359 * gdb.mi/mi-nonstop.exp: Likewise.
12360 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12361 * gdb.mi/mi-nsintrall.exp: Likewise.
12362 * gdb.mi/mi-nsmoribund.exp: Likewise.
12363 * gdb.mi/mi-nsthrexec.exp: Likewise.
12364 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12365 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12366 * gdb.python/py-evsignal.exp: Don't enable target-async.
12367 * gdb.python/py-evthreads.exp: Likewise.
12368 * gdb.python/py-prompt.exp: Likewise.
12369 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12370 * gdb.server/solib-list.exp: Don't enable target-async.
12371 * gdb.threads/thread-specific-bp.exp: Likewise.
12372 * lib/mi-support.exp: Adjust to use mi-async.
12373
12374 2014-05-29 Pedro Alves <palves@redhat.com>
12375
12376 PR gdb/13860
12377 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12378 reason, even in sync mode.
12379
12380 2014-05-29 Pedro Alves <palves@redhat.com>
12381 Hui Zhu <hui@codesourcery.com>
12382
12383 PR PR15693
12384 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12385 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12386 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12387 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12388
12389 2014-05-28 Joel Brobecker <brobecker@adacore.com>
12390
12391 * config/monitor.exp (gdb_target_monitor): Replace use of
12392 "set remotebaud" by "set serial baud".
12393
12394 2014-05-26 Andy Wingo <wingo@igalia.com>
12395
12396 * gdb.guile/scm-breakpoint.exp:
12397 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12398 properties instead of gdb-object-properties.
12399
12400 2014-05-26 Yao Qi <yao@codesourcery.com>
12401
12402 * gdb.server/no-thread-db.exp: Specify source file name
12403 explicitly when setting a breakpoint.
12404
12405 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12406
12407 * gdb.btrace/vdso.c: New.
12408 * gdb.btrace/vdso.exp: New.
12409
12410 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12411
12412 * gdb.base/gcore.exp (capture_command_output): Move ...
12413 * lib/gdb.exp (capture_command_output): ... here.
12414
12415 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12416
12417 * gdb.btrace/data.exp: Test memory access during btrace replay.
12418
12419 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12420
12421 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12422
12423 2014-05-21 Pedro Alves <palves@redhat.com>
12424
12425 PR gdb/13860
12426 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12427 (top level): Test that output related to execution commands is
12428 sent to the console with CLI commands, but not with MI commands.
12429 Test that breakpoint events are always mirrored to the console.
12430 Also expect the new source line to be output after a "next" in
12431 async mode too. Make it a pass/fail test.
12432 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12433 output.
12434 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12435
12436 2014-05-21 Pedro Alves <palves@redhat.com>
12437
12438 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12439 Use them to test variations of "list" after reaching a breakpoint.
12440 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12441 Test "list" with listsize 10 after reaching a breakpoint.
12442 * gdb.python/python.exp (decode_line current location line
12443 number): Adjust expected line number.
12444
12445 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12446
12447 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12448 behavior for $args, pass it directly to "run".
12449
12450 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12451
12452 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12453 30000 to 65536.
12454
12455 2014-05-21 Pedro Alves <palves@redhat.com>
12456
12457 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12458 auto-connect-native-target off".
12459 * gdb.base/auto-connect-native-target.c: New file.
12460 * gdb.base/auto-connect-native-target.exp: New file.
12461
12462 2014-05-21 Pedro Alves <palves@redhat.com>
12463
12464 * gdb.base/default.exp: Test "target native" instead of "target
12465 child".
12466
12467 2014-05-21 Mark Wielaard <mjw@redhat.com>
12468
12469 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12470
12471 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12472
12473 Fix TLS access for -static -pthread.
12474 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12475 <HAVE_TLS> (thread_function, main): Initialize it.
12476 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12477 Add clean_restart.
12478 <$have_tls != "">: Check TLSVAR.
12479
12480 2014-05-21 Pedro Alves <palves@redhat.com>
12481
12482 * gdb.base/dcache-line-read-error.c: New.
12483 * gdb.base/dcache-line-read-error.exp: New.
12484
12485 2014-05-20 Pedro Alves <palves@redhat.com>
12486
12487 * gdb.base/compare-sections.c: New file.
12488 * gdb.base/compare-sections.exp: New file.
12489
12490 2014-05-20 Pedro Alves <palves@redhat.com>
12491
12492 * gdb.base/break-idempotent.c: New file.
12493 * gdb.base/break-idempotent.exp: New file.
12494
12495 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12496
12497 * gdb.btrace/nohist.exp: New.
12498
12499 2014-05-20 Yao Qi <yao@codesourcery.com>
12500
12501 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12502 gdb.reverse directory and gdb_reverse_timeout exists in board
12503 setting.
12504 * README: Document gdb_reverse_timeout.
12505
12506 2014-05-20 Yao Qi <yao@codesourcery.com>
12507
12508 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12509 'test_file_name'. Treat args as a string instead of a list.
12510 (gdb_init): Rename argument 'args' by 'test_file_name'.
12511
12512 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12513
12514 * gdb.arch/powerpc-power.exp: New file.
12515 * gdb.arch/powerpc-power.s: New file.
12516
12517 2014-05-16 Doug Evans <dje@google.com>
12518
12519 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
12520 * gdb.base/completion.exp: Check that all expected files exist
12521 before doing file completion.
12522
12523 2014-05-16 Doug Evans <dje@google.com>
12524
12525 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12526 Update.
12527 (do_syscall_tests_without_xml): Update.
12528
12529 2014-05-16 Pedro Alves <palves@redhat.com>
12530
12531 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12532 instead of "unknown output after running".
12533
12534 2014-05-16 Yao Qi <yao@codesourcery.com>
12535
12536 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12537 file1.txt from host at the end.
12538 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12539
12540 2014-05-15 Doug Evans <dje@google.com>
12541
12542 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12543 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12544 loading file. Add test for TU lookup.
12545
12546 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12547
12548 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12549 calling "-exec-arguments" or "set args" before running the
12550 inferior.
12551
12552 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12553
12554 * lib/mi-support.exp (mi_expect_stop): Expect message for
12555 inferiors that exit with non-zero exit code.
12556
12557 2014-05-14 Yao Qi <yao@codesourcery.com>
12558
12559 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12560 match absolute path on remote host.
12561 (test_file_list_exec_source_files): Remove "/" from the
12562 pattern.
12563
12564 2014-05-14 Yao Qi <yao@codesourcery.com>
12565
12566 * boards/local-remote-host-notty.exp (${board}_file): New
12567 proc.
12568
12569 2014-05-07 Kyle McMartin <kyle@redhat.com>
12570
12571 Pushed by Joel Brobecker <brobecker@adacore.com>.
12572 * gdb.arch/aarch64-atomic-inst.c: New file.
12573 * gdb.arch/aarch64-atomic-inst.exp: New file.
12574
12575 2014-05-07 Yao Qi <yao@codesourcery.com>
12576
12577 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12578 in current context" too.
12579
12580 2014-05-05 Keith Seitz <keiths@redhat.com>
12581
12582 * gdb.linespec/ls-dollar.exp: Add test for linespec
12583 file:convenience_variable.
12584
12585 2014-05-05 Yao Qi <yao@codesourcery.com>
12586
12587 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12588 traceframes into tfile and ctf trace files. Read data from
12589 trace file and test collected data.
12590 (gdb_collect_locals_test): Likewise.
12591 (gdb_unavailable_registers_test): Likewise.
12592 (gdb_unavailable_floats): Likewise.
12593 (gdb_collect_globals_test): Likewise.
12594 (top-level): Append "ctf" to trace_file_targets if GDB
12595 supports.
12596
12597 2014-05-05 Yao Qi <yao@codesourcery.com>
12598
12599 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12600 code to ...
12601 (gdb_collect_args_test_1): ... it. New proc.
12602 (gdb_collect_locals_test): Move some code to ...
12603 (gdb_collect_locals_test_1): ... it. New proc.
12604 (gdb_unavailable_registers_test): Move some code to ...
12605 (gdb_unavailable_registers_test_1): ... it. New proc.
12606 (gdb_unavailable_floats): Move some code to ...
12607 (gdb_unavailable_floats_1): ... it. New proc.
12608
12609 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12610
12611 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12612 probes to test for bitness recognition.
12613 * gdb.arch/amd64-stap-optional-prefix.exp
12614 (test_probe_value_without_reg): New procedure.
12615 Add code to test for different kinds of bitness.
12616
12617 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12618
12619 PR breakpoints/16889
12620 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12621 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12622
12623 2014-05-01 Pedro Alves <palves@redhat.com>
12624
12625 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12626 gdb_file_cmd if no file is specified.
12627 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12628 last_loaded_file to set the remote exec-file.
12629
12630 2014-05-01 Pedro Alves <palves@redhat.com>
12631
12632 * boards/local-remote-host.exp: New file.
12633
12634 2014-05-01 Pedro Alves <palves@redhat.com>
12635
12636 * boards/local-remote-host.exp: Rename to ...
12637 * boards/local-remote-host-notty.exp: ... this.
12638
12639 2014-04-28 Joel Brobecker <brobecker@adacore.com>
12640
12641 * gdb.ada/dyn_arrayidx: New testcase.
12642
12643 2014-04-26 Yao Qi <yao@codesourcery.com>
12644
12645 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12646 and compute the length of function main. Save it in
12647 $main_length.
12648 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12649 (top-level): Use gdb_compile to compile objects into
12650 executable and restart GDB. Remove invocation to
12651 prepare_for_testing.
12652
12653 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12654 Pedro Alves <palves@redhat.com>
12655
12656 PR server/16255
12657 * gdb.multi/multi-attach.c: New file.
12658 * gdb.multi/multi-attach.exp: New file.
12659
12660 2014-04-25 Pedro Alves <palves@redhat.com>
12661
12662 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12663 user.
12664 (top level): Test that "set remote conditional-breakpoints-packet
12665 off" works as intended.
12666 * gdb.base/dprintf.exp: Test that "set remote
12667 breakpoint-commands-packet off" works as intended.
12668 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12669 New function.
12670 (top level): Call it.
12671 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12672 remote fast-tracepoints-packet off" works as intended.
12673 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12674 * lib/gdb.exp (gdb_is_target_remote): ... here.
12675
12676 2014-04-24 David Blaikie <dblaikie@gmail.com>
12677
12678 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12679 ensure clang would not discard them.
12680 * gdb.base/gdbvars.c: Ditto.
12681 * gdb.base/memattr.c: Ditto.
12682 * gdb.base/whatis.c: Ditto.
12683 * gdb.python/py-prettyprint.c: Ditto.
12684 * gdb.trace/actions.c: Ditto.
12685 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12686 ensure clang would not discard it.
12687
12688 2014-04-24 David Blaikie <dblaikie@gmail.com>
12689
12690 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12691 clang to emit the full definition of type required by the test
12692 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12693
12694 2014-04-24 David Blaikie <dblaikie@gmail.com>
12695
12696 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12697 coax Clang into emitting the definition of the type.
12698 * gdb.cp/pr10728-x.h (y): Ditto.
12699 * gdb.cp/pr10728-y.cc (y): Ditto.
12700
12701 2014-04-24 David Blaikie <dblaikie@gmail.com>
12702
12703 * gdb.base/label.exp: XFAIL label related tests under Clang.
12704 * gdb.cp/cplabel.exp: Ditto.
12705 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12706 under Clang those using labels.
12707
12708 2014-04-25 Yao Qi <yao@codesourcery.com>
12709
12710 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12711 double_label.
12712 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12713 partial_label and double_label.
12714
12715 2014-04-24 David Blaikie <dblaikie@gmail.com>
12716
12717 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12718
12719 2014-04-24 David Blaikie <dblaikie@gmail.com>
12720
12721 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12722 of the function to work across GCC and Clang.
12723 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12724 pointer types (const void ** const V void **).
12725
12726 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
12727 Walfred Tedeschi <walfred.tedeschi@intel.com>
12728
12729 * Makefile.in (EXECUTABLES): Added i386-avx512.
12730 * gdb.arch/i386-avx512.c: New file.
12731 * gdb.arch/i386-avx512.exp: Likewise.
12732
12733 2014-04-23 Keith Seitz <keiths@redhat.com>
12734
12735 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12736 (mi_make_breakpoint_table): New procedure.
12737 (mi_create_breakpoint): Use mi_make_breakpoint
12738 and return the result.
12739 (mi_make_breakpoint): New procedure.
12740 (mi_build_kv_pairs): New procedure.
12741
12742 * gdb.mi/mi-break.exp: Remove unused globals,
12743 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12744 All callers updated.
12745 * gdb.mi/mi-dprintf.exp: Use variable to track command
12746 number.
12747 Update all callers of mi_create_breakpoint and use
12748 mi_make_breakpoint_table.
12749 Remove any unused global variables.
12750 * gdb.mi/mi-nonstop.exp: Likewise.
12751 * gdb.mi/mi-nsintrall.exp: Likewise.
12752 * gdb.mi/mi-nsmoribund.exp: Likewise.
12753 * gdb.mi/mi-nsthrexec.exp: Likewise.
12754 * gdb.mi/mi-reverse.exp: Likewise.
12755 * gdb.mi/mi-simplerun.exp: Likewise.
12756 * gdb.mi/mi-stepn.exp: Likewise.
12757 * gdb.mi/mi-syn-frame.exp: Likewise.
12758 * gdb.mi/mi-until.exp: Likewise.
12759 * gdb.mi/mi-var-cp.exp: Likewise.
12760 * gdb.mi/mi-var-display.exp: Likewise.
12761 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12762 * gdb.mi/mi2-var-child.exp: Likewise.
12763 * gdb.mi/mi-vla-c99.exp: Likewise.
12764 * lib/mi-support.exp: Likewise.
12765
12766 From Ian Lance Taylor <iant@cygnus.com>:
12767 * lib/gdb.exp (parse_args): New procedure.
12768
12769 2014-04-23 Pedro Alves <palves@redhat.com>
12770
12771 * gdb.base/break-unload-file.c: New file.
12772 * gdb.base/break-unload-file.exp: New file.
12773 * gdb.base/sym-file-lib.c (baz): New function.
12774 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12775 field.
12776 (load): Store the segment's mapped size.
12777 (unload): New function.
12778 (unload_shlib): New function.
12779 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12780 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12781 set a breakpoint at baz, and call it.
12782 * gdb.base/sym-file.exp: New tests for stale breakpoint
12783 instructions.
12784
12785 2014-04-23 Pedro Alves <palves@redhat.com>
12786
12787 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12788 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12789 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12790 * gdb.base/hbreak-unmapped.c: New file.
12791 * gdb.base/hbreak-unmapped.exp: New file.
12792 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12793 * lib/gdb.exp (gdb_is_target_remote): ... here.
12794
12795 2014-04-22 Pedro Alves <palves@redhat.com>
12796
12797 * gdb.base/consecutive-step-over.c: New file.
12798 * gdb.base/consecutive-step-over.exp: New file.
12799
12800 2014-04-22 Pedro Alves <palves@redhat.com>
12801
12802 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12803 instead of send_gdb/gdb_expect.
12804
12805 2014-04-22 Yao Qi <yao@codesourcery.com>
12806
12807 * lib/trace-support.exp (generate_tracefile): New procedure.
12808 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12809 return 0.
12810 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12811 if generate_tracefile returns 1.
12812
12813 2014-04-18 Tom Tromey <palves@redhat.com>
12814 Pedro alves <tromey@redhat.com>
12815
12816 PR backtrace/15558
12817 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12818 with a backtrace limit.
12819 * gdb.python/py-frame-inline.exp: Test running to an inline
12820 function with a backtrace limit, and printing the newest frame.
12821 * gdb.python/py-frame-inline.c (main): Call f.
12822
12823 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12824
12825 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12826
12827 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12828
12829 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12830 Drop prefix from unsupported source file path.
12831
12832 2014-04-17 Yao Qi <yao@codesourcery.com>
12833
12834 * lib/gdb.exp (with_target_charset): New proc.
12835 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12836 with_target_charset.
12837 (test_print_strings): Likewise.
12838 (test_repeat_bytes): Likewise.
12839 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12840 for some tests.
12841
12842 2014-04-16 Keith Seitz <keiths@redhat.com>
12843
12844 PR gdb/15827
12845 * gdb.dwarf2/corrupt.c: New file.
12846 * gdb.dwarf2/corrupt.exp: New file.
12847
12848 2014-04-16 Keith Seitz <keiths@redhat.com>
12849
12850 PR c++/16597
12851 * gdb.cp/namelessclass.cc: New file.
12852 * gdb.cp/namelessclass.exp: New file.
12853 * gdb.cp/namelessclass.S: New file.
12854
12855 2014-04-16 Doug Evans <dje@google.com>
12856
12857 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
12858 Add comment.
12859 (gdbserver_default_get_comm_port): New function.
12860 (gdbserver_start): Check if board file provided
12861 "gdbserver,get_comm_port" and use it if so.
12862 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
12863 (gdb,socketport): Set to "stdio".
12864 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
12865 (stdio_gdbserver_template): Delete.
12866 (${board}_get_remote_address): Update.
12867 (${board}_build_remote_cmd): Delete.
12868 (${board}_get_comm_port): New function.
12869 (${board}_spawn): Update.
12870 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
12871 Delete.
12872 (${board}_get_remote_address): Update.
12873 (${board}_get_comm_port): New function.
12874
12875 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
12876
12877 * gdb.base/memattr.exp: Improve regexps to handle memory regions
12878 appearing in any order.
12879
12880 2014-04-15 Doug Evans <dje@google.com>
12881
12882 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
12883 uninitialized value of "description".
12884
12885 2014-04-15 Keith Seitz <keiths@redhat.com>
12886
12887 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
12888 Remove unused globals.
12889 (test_running_the_program): Likewise.
12890 (test_controlled_execution): Likewise.
12891 (test_controlling_breakpoints): Likewise.
12892 (test_program_termination): Likewise.
12893
12894 2014-04-15 Keith Seitz <keiths@redhat.com>
12895
12896 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
12897 unused globals.
12898 (test_rbreak_creation_and_listing): Likewise.
12899 (test_ignore_count): Likewise.
12900 (test_error): Likewise.
12901
12902 2014-04-15 Pedro Alves <palves@redhat.com>
12903
12904 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
12905 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
12906 sym-file-loader.c.
12907 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12908 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12909 to sym-file-loader.c.
12910 (struct library): Forward declare.
12911 (load_shlib, lookup_function): Change prototypes.
12912 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12913 (translate_offset): Remove declarations.
12914 (get_text_addr): New declaration.
12915 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
12916 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
12917 sym-file-loader.h.
12918 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
12919 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
12920 here from sym-file-loader.h.
12921 (struct library): New structure.
12922 (load_shlib, lookup_function): Change prototypes and adjust to
12923 work with a struct library.
12924 (find_shstrtab, find_strtab, find_shdr, find_symtab)
12925 (translate_offset): Make static.
12926 (get_text_addr): New function.
12927 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
12928
12929 2014-04-15 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
12932
12933 2014-04-15 Pedro Alves <palves@redhat.com>
12934
12935 * gdb.base/sym-file-loader.c: Include <limits.h>.
12936 (SELF_LINK): New define.
12937 (get_origin): New function.
12938 (load_shlib): Use it.
12939 * gdb.base/sym-file.exp: Don't early return if the target is
12940 remote. Use runto_main, and issue fail is that fails. Use
12941 gdb_load_shlibs.
12942 (shlib_name): Delete.
12943 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
12944
12945 2014-04-15 Pedro Alves <palves@redhat.com>
12946
12947 * gdb.base/sym-file.exp: Remove regex characters from test
12948 message. Don't refer to breakpoint numbers in test messages.
12949
12950 2014-04-14 Keith Seitz <keiths@redhat.com>
12951
12952 PR c++/16253
12953 * gdb.cp/var-tag.cc: New file.
12954 * gdb.cp/var-tag.exp: New file.
12955 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12956 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12957 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12958 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12959
12960 2014-04-14 Tom Tromey <tromey@redhat.com>
12961
12962 * gdb.cp/classes.exp (test_enums): Handle underlying type.
12963 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
12964 type.
12965 * gdb.cp/enum-class.exp: New file.
12966 * gdb.cp/enum-class.cc: New file.
12967
12968 2014-04-14 Tom Tromey <tromey@redhat.com>
12969
12970 * gdb.dwarf2/enum-type.exp: New file.
12971
12972 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12973
12974 * gdb.mi/mi-vla-c99.exp: New file.
12975 * gdb.mi/vla.c: New file.
12976
12977 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12978
12979 * gdb.base/vla-datatypes.c: New file.
12980 * gdb.base/vla-datatypes.exp: New file.
12981
12982 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12983
12984 * gdb.base/vla-ptr.c: New file.
12985 * gdb.base/vla-ptr.exp: New file.
12986
12987 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12988
12989 * gdb.dwarf2/count.exp: New file.
12990
12991 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
12992
12993 * gdb.base/vla-sideeffect.c: New file.
12994 * gdb.base/vla-sideeffect.exp: New file.
12995
12996 2014-04-14 David Blaikie <dblaikie@gmail.com>
12997
12998 * gdb.mi/non-stop.c: Add return value for non-void function return
12999 statement.
13000 * gdb.threads/staticthreads.c: Ditto.
13001
13002 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13003 Doug Evans <xdje42@gmail.com>
13004
13005 * gdb.guile/scm-value.c: Improve test case.
13006 * gdb.guile/scm-value.exp: Add new test.
13007
13008 2014-04-11 David Blaikie <dblaikie@gmail.com>
13009
13010 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13011 override Clang's default.
13012
13013 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13014
13015 Revert the following changes (regressions):
13016
13017 * gdb.base/vla-sideeffect.c: New file.
13018 * gdb.base/vla-sideeffect.exp: New file.
13019
13020 * gdb.dwarf2/count.exp: New file.
13021
13022 * gdb.base/vla-multi.c: New file.
13023 * gdb.base/vla-multi.exp: New file.
13024
13025 * gdb.base/vla-ptr.c: New file.
13026 * gdb.base/vla-ptr.exp: New file.
13027
13028 * gdb.base/vla-datatypes.c: New file.
13029 * gdb.base/vla-datatypes.exp: New file.
13030
13031 * gdb.mi/mi-vla-c99.exp: New file.
13032 * gdb.mi/vla.c: New file.
13033
13034 2014-04-11 Keith Seitz <keiths@redhat.com>
13035
13036 PR c++/16675
13037 * gdb.cp/cpsizeof.exp: New file.
13038 * gdb.cp/cpsizeof.cc: New file.
13039
13040 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13041
13042 * gdb.mi/mi-vla-c99.exp: New file.
13043 * gdb.mi/vla.c: New file.
13044
13045 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13046
13047 * gdb.base/vla-datatypes.c: New file.
13048 * gdb.base/vla-datatypes.exp: New file.
13049
13050 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13051
13052 * gdb.base/vla-ptr.c: New file.
13053 * gdb.base/vla-ptr.exp: New file.
13054
13055 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13056
13057 * gdb.base/vla-multi.c: New file.
13058 * gdb.base/vla-multi.exp: New file.
13059
13060 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13061
13062 * gdb.dwarf2/count.exp: New file.
13063
13064 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13065
13066 * gdb.base/vla-sideeffect.c: New file.
13067 * gdb.base/vla-sideeffect.exp: New file.
13068
13069 2014-04-11 Yao Qi <yao@codesourcery.com>
13070
13071 * gdb.base/completion.exp: Check file exists before running tests
13072 on file completion.
13073
13074 2014-04-10 Pedro Alves <palves@redhat.com>
13075
13076 * gdb.base/cond-eval-mode.c: New file.
13077 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13078 prepare_for_testing to build the new file. Check result of
13079 runto_main.
13080 (test_break, test_watch): New procedures.
13081 (top level): Use them.
13082
13083 2014-04-08 Pierre Muller <muller@sourceware.org>
13084
13085 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13086 Ctrl-V use for mingw hosts.
13087
13088 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13089
13090 * gdb.python/py-value.c: Improve test case.
13091 * gdb.python/py-value.exp: Add new test.
13092
13093 2014-04-07 David Blaikie <dblaikie@gmail.com>
13094
13095 * lib/compiler.c: Identify the clang compiler.
13096 * lib/compiler.cc: Ditto.
13097
13098 2014-04-03 Yao Qi <yao@codesourcery.com>
13099
13100 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13101
13102 2014-04-01 Anton Blanchard <anton@samba.org>
13103
13104 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13105 messages unique.
13106
13107 2014-04-01 Anton Blanchard <anton@samba.org>
13108
13109 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13110 prepare_for_testing.
13111
13112 2014-04-01 Anton Blanchard <anton@samba.org>
13113
13114 * gdb.arch/ppc64-atomic-inst.c: Remove.
13115 * gdb.arch/ppc64-atomic-inst.S: New file.
13116 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13117
13118 2014-03-31 Doug Evans <dje@google.com>
13119
13120 * gdb.base/print-symbol-loading-lib.c: New file.
13121 * gdb.base/print-symbol-loading-main.c: New file.
13122 * gdb.base/print-symbol-loading.exp: New file.
13123
13124 2014-03-31 Yao Qi <yao@codesourcery.com>
13125
13126 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13127
13128 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13129
13130 * gdb.ada/mi_dyn_arr: New testcase.
13131
13132 2014-03-27 Doug Evans <dje@google.com>
13133
13134 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13135
13136 2014-03-27 Yao Qi <yao@codesourcery.com>
13137
13138 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13139 if target is nios2-*-*.
13140
13141 2014-03-26 Yao Qi <yao@codesourcery.com>
13142
13143 * lib/gdb.exp (readline_is_used): New proc.
13144 * gdb.base/completion.exp: Move tests on command complete up.
13145 Skip the rest of tests if readline is not used.
13146 * gdb.ada/complete.exp: Skp the test if readline is not
13147 used.
13148 * gdb.base/filesym.exp: Likewise.
13149 * gdb.base/macscp.exp: Likewise.
13150 * gdb.base/readline-ask.exp: Likewise.
13151 * gdb.base/readline.exp: Likewise.
13152 * gdb.python/py-cmd.exp: Likewise.
13153 * gdb.trace/tfile.exp: Likewise.
13154
13155 2014-03-26 Yao Qi <yao@codesourcery.com>
13156
13157 * gdb.base/macscp.exp: Fix code format issues.
13158
13159 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13160
13161 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13162 * gdb.asm/powerpc64le.inc: New file.
13163
13164 2014-03-25 Pedro Alves <palves@redhat.com>
13165 Doug Evans <dje@google.com>
13166
13167 * gdb.base/source-execution.c: New file.
13168 * gdb.base/source-execution.exp: New file.
13169 * gdb.base/source-execution.gdb: New file.
13170
13171 2014-03-24 Doug Evans <dje@google.com>
13172
13173 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13174 using fission.
13175
13176 2014-03-24 Hui Zhu <hui@codesourcery.com>
13177 Pedro Alves <palves@redhat.com>
13178
13179 PR breakpoints/16101
13180 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13181 test pass/fail messages. Detect missing support for dprintf when
13182 breakpoints are actually inserted.
13183 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13184 breakpoints are actually inserted.
13185 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13186 fails.
13187
13188 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13189
13190 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13191
13192 2014-03-22 Doug Evans <xdje42@gmail.com>
13193
13194 * gdb.python/python.exp (python not supported): Verify multi-line
13195 python command issues an error.
13196 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13197 guile command issues an error.
13198
13199 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13200
13201 * gdb.threads/thread-specific.exp: Handle the lack of usable
13202 $this_breakpoint and $this_thread.
13203
13204 2014-03-21 Hui Zhu <hui@codesourcery.com>
13205
13206 * gdb.base/attach.exp (do_command_attach_tests): New.
13207
13208 2014-03-20 Tom Tromey <tromey@redhat.com>
13209 Pedro Alves <palves@redhat.com>
13210
13211 PR cli/15718
13212 * gdb.base/condbreak-call-false.c: New file.
13213 * gdb.base/condbreak-call-false.exp: New file.
13214
13215 2014-03-20 Pedro Alves <palves@redhat.com>
13216
13217 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13218 Delete.
13219 (block_signals, unblock_signals): Delete.
13220 (child_function_2, main): Remove references to deleted variable
13221 and functions.
13222
13223 2014-03-20 Pedro Alves <palves@redhat.com>
13224
13225 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13226 Use pthread_kill to signal thread 2.
13227 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13228 Adjust to make the test send itself a signal rather than using the
13229 host's "kill" command.
13230
13231 2014-03-20 Pedro Alves <palves@redhat.com>
13232
13233 * gdb.threads/multiple-step-overs.c: New file.
13234 * gdb.threads/multiple-step-overs.exp: New file.
13235 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13236 Adjust expected infrun debug output.
13237
13238 2014-03-20 Pedro Alves <palves@redhat.com>
13239
13240 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13241 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13242
13243 2014-03-20 Pedro Alves <palves@redhat.com>
13244
13245 PR breakpoints/7143
13246 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13247 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13248 of gdb_test_multiple.
13249 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13250 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13251
13252 2014-03-20 Pedro Alves <palves@redhat.com>
13253
13254 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13255 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13256
13257 2014-03-19 Pedro Alves <palves@redhat.com>
13258
13259 * gdb.base/async.exp: Remove early return.
13260
13261 2014-03-19 Pedro Alves <palves@redhat.com>
13262
13263 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13264
13265 2014-03-19 Pedro Alves <palves@redhat.com>
13266
13267 * gdb.base/async.exp (test_background): Expect \r\n after
13268 "completed." in the fail pattern.
13269
13270 2014-03-19 Pedro Alves <palves@redhat.com>
13271
13272 * gdb.base/async.exp (test_background): New procedure.
13273 Use it for all background execution command tests.
13274
13275 2014-03-19 Pedro Alves <palves@redhat.com>
13276
13277 * gdb.base/async.exp: Use prepare_for_testing.
13278
13279 2014-03-19 Pedro Alves <palves@redhat.com>
13280
13281 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13282 the same line.
13283
13284 2014-03-19 Pedro Alves <palves@redhat.com>
13285
13286 * gdb.base/async.c (main): Add "jump here" and "until here" line
13287 marker comments.
13288 * gdb.base/async.exp (jump_here): New global.
13289 (jump& test): Use it.
13290 (until_here): New global.
13291 (until& test): Use it.
13292
13293 2014-03-19 Pedro Alves <palves@redhat.com>
13294
13295 * gdb.base/async.exp: Don't frob gdb_protocol.
13296
13297 2014-03-18 Doug Evans <xdje42@gmail.com>
13298
13299 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13300 Fix spelling of exec-done-display.
13301
13302 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13303
13304 PR gdb/15358
13305 * gdb.base/gdb-sigterm.c: New file.
13306 * gdb.base/gdb-sigterm.exp: New file.
13307
13308 2014-03-18 Pedro Alves <palves@redhat.com>
13309
13310 PR gdb/13860
13311 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13312 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13313 solib-event.
13314
13315 2014-03-17 Joel Brobecker <brobecker@adacore.com>
13316
13317 * gdb.ada/pckd_arr_ren: New testcase.
13318
13319 2014-03-13 Doug Evans <xdje42@gmail.com>
13320
13321 PR guile/16612
13322 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13323 collect after discarding symbols.
13324
13325 2014-03-13 Ludovic Courtès <ludo@gnu.org>
13326 Doug Evans <xdje42@gmail.com>
13327
13328 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13329 to history survives a gc.
13330
13331 2014-03-13 Pedro Alves <palves@redhat.com>
13332
13333 * gdb.base/default.exp: Don't test "target procfs".
13334
13335 2014-03-13 Pedro Alves <palves@redhat.com>
13336
13337 * gdb.base/default.exp: Update "target child" and "target procfs"
13338 tests to not expect "Unix".
13339
13340 2014-03-12 Tom Tromey <tromey@redhat.com>
13341
13342 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13343 New procs. Add target-async tests.
13344 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13345 Add target-async tests.
13346
13347 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13348
13349 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13350 'func_start' and 'func_end' for the beginning and end of the
13351 function code, respectively.
13352 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13353 'func_end' instead of 'func' and 'main'.
13354
13355 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13356
13357 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13358 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13359 generate the debug info assembler source.
13360
13361 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13362
13363 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13364 * gdb.dwarf2/arr-subrange.exp: Likewise.
13365 * gdb.dwarf2/dwz.exp: Likewise.
13366 * gdb.dwarf2/method-ptr.exp: Likewise.
13367 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13368 * gdb.dwarf2/subrange.exp: Likewise.
13369 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13370 * gdb.dwarf2/implptrpiece.exp: Likewise.
13371 * gdb.dwarf2/nostaticblock.exp: Likewise.
13372
13373 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13374
13375 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13376 directory to absolute path name arguments.
13377
13378 2014-03-10 Joel Brobecker <brobecker@adacore.com>
13379
13380 * gdb.ada/tagged_access: New testcase.
13381
13382 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13383
13384 * gdb.btrace/data.exp: Update expected output.
13385
13386 2014-03-06 Yao Qi <yao@codesourcery.com>
13387
13388 * gdb.trace/pr16508.exp: New file.
13389
13390 2014-03-05 Pedro Alves <palves@redhat.com>
13391
13392 PR gdb/16575
13393 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13394 procedure.
13395 (top level): Adjust to use it. Add tests that exercise breakpoint
13396 interaction with the code-cache.
13397
13398 2014-02-26 Ludovic Courtès <ludo@gnu.org>
13399
13400 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13401 test for 'history-append!'.
13402
13403 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13404
13405 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13406 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13407 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13408 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13409 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13410 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13411
13412 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13413
13414 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13415 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13416 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13417
13418 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13419
13420 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13421
13422 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13423
13424 * gdb.dwarf2/arr-stride.c: New file.
13425 * gdb.dwarf2/arr-stride.exp: New file.
13426
13427 2014-02-26 Pedro Alves <palves@redhat.com>
13428
13429 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13430 that won't ever trigger. Make sure that GDB reports the correct
13431 breakpoint that caused the stop.
13432
13433 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13434
13435 PR gdb/16626
13436 * gdb.base/auto-load-script: New file.
13437 * gdb.base/auto-load.c: New file.
13438 * gdb.base/auto-load.exp: New file.
13439
13440 PR gdb/16626
13441 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13442
13443 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13444
13445 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13446 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13447
13448 2014-02-24 Doug Evans <dje@google.com>
13449
13450 * lib/gdb.exp (run_on_host): Log error output if program fails.
13451
13452 2014-02-21 Pedro Alves <palves@redhat.com>
13453
13454 * gdb.threads/step-after-sr-lock.c: Rename to ...
13455 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13456 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13457 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13458 ... this.
13459
13460 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13461
13462 PR tdep/16397
13463 * gdb.arch/amd64-stap-special-operands.exp: New file.
13464 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13465 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13466 * gdb.arch/amd64-stap-triplet.S: Likewise.
13467 * gdb.arch/amd64-stap-triplet.c: Likewise.
13468
13469 2014-02-20 Joel Brobecker <brobecker@adacore.com>
13470
13471 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13472 in .section pseudo-op.
13473
13474 2014-02-20 lin zuojian <manjian2006@gmail.com>
13475 Joel Brobecker <brobecker@adacore.com>
13476 Doug Evans <xdje42@gmail.com>
13477
13478 PR symtab/16581
13479 * gdb.dwarf2/dw2-icycle.S: New file.
13480 * gdb.dwarf2/dw2-icycle.c: New file.
13481 * gdb.dwarf2/dw2-icycle.exp: New file.
13482
13483 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13484
13485 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13486 operations on gdb.Value objects.
13487 * gdb.python/py-value-cc.exp: Add new test to test operations on
13488 gdb.Value objects.
13489
13490 2014-02-18 Doug Evans <dje@google.com>
13491
13492 * Makefile.in (TESTS): New variable.
13493 (expanded_tests, expanded_tests_or_none): New variables
13494 (check-single): Pass $(expanded_tests_or_none) to runtest.
13495 (check-parallel): Only run tests in $(TESTS) if non-empty.
13496 (check/no-matching-tests-found): New rule.
13497 * README: Document TESTS makefile variable.
13498
13499 2014-02-18 Doug Evans <dje@google.com>
13500
13501 * Makefile.in (check-parallel): rm -rf outputs temp.
13502
13503 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13504
13505 Fix "ERROR: no fileid for" in the testsuite.
13506 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13507
13508 2014-02-12 Doug Evans <dje@google.com>
13509
13510 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13511 (MISCELLANEOUS): New variable.
13512 (clean): rm -rf $(MISCELLANEOUS).
13513 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13514 dwp live in the same directory as symlinks, with each symlink pointed
13515 to a differently named file in a different directory.
13516
13517 2014-02-11 Doug Evans <dje@google.com>
13518
13519 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13520 of Tcl file commands.
13521
13522 2014-02-10 Mark Kettenis <kettenis@gnu.org>
13523
13524 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13525 "kill -SIGUSR1 -1".
13526
13527 2014-02-10 Joel Brobecker <brobecker@adacore.com>
13528
13529 * gdb.ada/tick_length_array_enum_idx: New testcase.
13530
13531 2014-02-10 Doug Evans <xdje42@gmail.com>
13532
13533 * configure.ac (AC_OUTPUT): Add gdb.guile.
13534 * configure: Regenerate.
13535 * lib/gdb-guile.exp: New file.
13536 * lib/gdb.exp (get_target_charset): New function.
13537 * gdb.base/help.exp: Update expected output from "apropos apropos".
13538 * gdb.guile/Makefile.in: New file.
13539 * gdb.guile/guile.exp: New file.
13540 * gdb.guile/scm-arch.c: New file.
13541 * gdb.guile/scm-arch.exp: New file.
13542 * gdb.guile/scm-block.c: New file.
13543 * gdb.guile/scm-block.exp: New file.
13544 * gdb.guile/scm-breakpoint.c: New file.
13545 * gdb.guile/scm-breakpoint.exp: New file.
13546 * gdb.guile/scm-disasm.c: New file.
13547 * gdb.guile/scm-disasm.exp: New file.
13548 * gdb.guile/scm-equal.c: New file.
13549 * gdb.guile/scm-equal.exp: New file.
13550 * gdb.guile/scm-error.exp: New file.
13551 * gdb.guile/scm-error.scm: New file.
13552 * gdb.guile/scm-frame-args.c: New file.
13553 * gdb.guile/scm-frame-args.exp: New file.
13554 * gdb.guile/scm-frame-args.scm: New file.
13555 * gdb.guile/scm-frame-inline.c: New file.
13556 * gdb.guile/scm-frame-inline.exp: New file.
13557 * gdb.guile/scm-frame.c: New file.
13558 * gdb.guile/scm-frame.exp: New file.
13559 * gdb.guile/scm-generics.exp: New file.
13560 * gdb.guile/scm-gsmob.exp: New file.
13561 * gdb.guile/scm-iterator.c: New file.
13562 * gdb.guile/scm-iterator.exp: New file.
13563 * gdb.guile/scm-math.c: New file.
13564 * gdb.guile/scm-math.exp: New file.
13565 * gdb.guile/scm-objfile-script-gdb.in: New file.
13566 * gdb.guile/scm-objfile-script.c: New file.
13567 * gdb.guile/scm-objfile-script.exp: New file.
13568 * gdb.guile/scm-objfile.c: New file.
13569 * gdb.guile/scm-objfile.exp: New file.
13570 * gdb.guile/scm-ports.exp: New file.
13571 * gdb.guile/scm-pretty-print.c: New file.
13572 * gdb.guile/scm-pretty-print.exp: New file.
13573 * gdb.guile/scm-pretty-print.scm: New file.
13574 * gdb.guile/scm-section-script.c: New file.
13575 * gdb.guile/scm-section-script.exp: New file.
13576 * gdb.guile/scm-section-script.scm: New file.
13577 * gdb.guile/scm-symbol.c: New file.
13578 * gdb.guile/scm-symbol.exp: New file.
13579 * gdb.guile/scm-symtab-2.c: New file.
13580 * gdb.guile/scm-symtab.c: New file.
13581 * gdb.guile/scm-symtab.exp: New file.
13582 * gdb.guile/scm-type.c: New file.
13583 * gdb.guile/scm-type.exp: New file.
13584 * gdb.guile/scm-value-cc.cc: New file.
13585 * gdb.guile/scm-value-cc.exp: New file.
13586 * gdb.guile/scm-value.c: New file.
13587 * gdb.guile/scm-value.exp: New file.
13588 * gdb.guile/source2.scm: New file.
13589 * gdb.guile/types-module.cc: New file.
13590 * gdb.guile/types-module.exp: New file.
13591
13592 2014-02-10 Yao Qi <yao@codesourcery.com>
13593
13594 PR testsuite/16543
13595 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13596 * configure: Regenerated.
13597 * Makefile.in: New file.
13598
13599 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13600
13601 * gdb.python/py-framefilter.exp: Fix typo.
13602
13603 2014-02-08 Yao Qi <yao@codesourcery.com>
13604
13605 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13606 that no =breakpoint-modified is emitted when breakpoints are
13607 modified through MI commands.
13608
13609 2014-02-07 Pedro Alves <pedro@codesourcery.com>
13610 Pedro Alves <palves@redhat.com>
13611
13612 * gdb.threads/step-after-sr-lock.c: New file.
13613 * gdb.threads/step-after-sr-lock.exp: New file.
13614
13615 2014-02-07 Pedro Alves <palves@redhat.com>
13616
13617 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13618
13619 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13620
13621 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13622 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13623
13624 2014-02-06 Doug Evans <xdje42@gmail.com>
13625
13626 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13627 output.
13628
13629 * gdb.gdb/python-interrupts.exp: New file.
13630
13631 2014-02-05 Yao Qi <yao@codesourcery.com>
13632
13633 * gdb.trace/report.exp (use_collected_data): Test the output
13634 of "info threads" and "info inferiors".
13635
13636 2014-02-05 Yao Qi <yao@codesourcery.com>
13637
13638 Revert this patch:
13639
13640 2013-05-24 Yao Qi <yao@codesourcery.com>
13641
13642 * gdb.trace/tfile.exp: Test inferior and thread.
13643
13644 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13645
13646 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13647 on a function.
13648 * gdb.base/step-bt.c: Call hello via function pointer to make
13649 sure its first instruction is executed on powerpc64le-linux.
13650
13651 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13652
13653 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13654
13655 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13656
13657 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13658 of the test patterns for use on little-endian systems.
13659
13660 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13661
13662 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13663 (decimal_vector): Fix for little-endian.
13664
13665 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13666
13667 * gdb.arch/sparc-sysstep.exp: New file.
13668 * gdb.arch/sparc-sysstep.c: Likewise.
13669
13670 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13671
13672 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13673
13674 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13675
13676 2014-01-23 Tom Tromey <tromey@redhat.com>
13677
13678 * gdb.ada/array_char_idx: New testcase.
13679
13680 2014-01-23 Tom Tromey <tromey@redhat.com>
13681
13682 PR python/16487:
13683 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13684 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13685 classes.
13686
13687 2014-01-23 Tom Tromey <tromey@redhat.com>
13688
13689 PR python/16491:
13690 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13691 string from an inferior frame.
13692 * gdb.python/py-framefilter-mi.exp: Update.
13693
13694 2014-01-22 Doug Evans <dje@google.com>
13695
13696 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13697
13698 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13699
13700 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13701
13702 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13703
13704 * gdb.trace/entry-values.exp: Remove excess space character from
13705 regex patterns. Handle s390 call instruction.
13706
13707 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13708
13709 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13710 define "*_start" label. Make "name" static.
13711 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13712 ${name} by references to ${name}_start.
13713
13714 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13715
13716 * gdb.base/info-macros.exp: Remove "debug" from the compile
13717 options.
13718
13719 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13720
13721 * gdb.dlang/demangle.exp: New file.
13722
13723 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13724
13725 * gdb.dlang/primitive-types.exp: New file.
13726
13727 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13728
13729 * configure.ac: Create gdb.dlang/Makefile.
13730 * configure: Regenerate.
13731 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13732 * gdb.dlang/Makefile.in: New file.
13733 * lib/d-support.exp: New file.
13734 * lib/gdb.exp (skip_d_tests): New proc.
13735
13736 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13737
13738 * gdb.btrace/delta.exp: Check reverse stepi.
13739 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13740 * gdb.btrace/finish.exp: New.
13741 * gdb.btrace/next.exp: New.
13742 * gdb.btrace/nexti.exp: New.
13743 * gdb.btrace/record_goto.c: Add comments.
13744 * gdb.btrace/step.exp: New.
13745 * gdb.btrace/stepi.exp: New.
13746 * gdb.btrace/multi-thread-step.c: New.
13747 * gdb.btrace/multi-thread-step.exp: New.
13748 * gdb.btrace/rn-dl-bind.c: New.
13749 * gdb.btrace/rn-dl-bind.exp: New.
13750 * gdb.btrace/data.c: New.
13751 * gdb.btrace/data.exp: New.
13752 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13753
13754 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13755
13756 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13757 * gdb.btrace/exception.exp: Update.
13758 * gdb.btrace/instruction_history.exp: Update.
13759 * gdb.btrace/record_goto.exp: Update.
13760 * gdb.btrace/tailcall.exp: Update.
13761 * gdb.btrace/unknown_functions.exp: Update.
13762 * gdb.btrace/delta.exp: New.
13763
13764 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13765
13766 * gdb.btrace/record_goto.exp: Add backtrace test.
13767 * gdb.btrace/tailcall.exp: Add backtrace test.
13768
13769 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13770
13771 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13772 * gdb.btrace/record_goto.c: New.
13773 * gdb.btrace/record_goto.exp: New.
13774 * gdb.btrace/x86-record_goto.S: New.
13775
13776 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13777
13778 * gdb.btrace/function_call_history.exp: Update tests.
13779 * gdb.btrace/instruction_history.exp: Update tests.
13780
13781 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13782
13783 * gdb.btrace/function_call_history.exp: Fix expected field
13784 order for "record function-call-history".
13785 Add new tests for "record function-call-history /c".
13786 * gdb.btrace/exception.cc: New.
13787 * gdb.btrace/exception.exp: New.
13788 * gdb.btrace/tailcall.exp: New.
13789 * gdb.btrace/x86-tailcall.S: New.
13790 * gdb.btrace/x86-tailcall.c: New.
13791 * gdb.btrace/unknown_functions.c: New.
13792 * gdb.btrace/unknown_functions.exp: New.
13793 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13794
13795 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13796
13797 * gdb.btrace/instruction_history.exp: Update.
13798 * gdb.btrace/function_call_history.exp: Update.
13799
13800 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13801
13802 * gdb.btrace/function_call_history.exp: Fix expected function
13803 trace.
13804 * gdb.btrace/instruction_history.exp: Initialize traced.
13805 Remove traced_functions.
13806
13807 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13808
13809 * gdb.btrace/function_call_history.exp: Update
13810 * gdb.btrace/instruction_history.exp: Update.
13811
13812 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13813
13814 * gdb.btrace/enable.exp: Update expected text.
13815
13816 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13817
13818 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13819 bytes.
13820
13821 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13822
13823 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13824
13825 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
13826
13827 * lib/gdb.exp (supports_process_record): Return true for
13828 arm*-linux*. (supports_reverse): Likewise.
13829
13830 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13831
13832 PR python/15464
13833 PR python/16113
13834 * gdb.python/py-type.c: Enhance test case.
13835 * gdb.python/py-value-cc.cc: Likewise
13836 * gdb.python/py-type.exp: Add new tests.
13837 * gdb.python/py-value-cc.exp: Likewise
13838
13839 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13840 Pedro Alves <palves@redhat.com>
13841
13842 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13843 Make "name" extern.
13844 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
13845 references to ${name}_start by references to ${name}.
13846
13847 2014-01-10 Joel Brobecker <brobecker@adacore.com>
13848
13849 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
13850
13851 2014-01-10 Joel Brobecker <brobecker@adacore.com>
13852
13853 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
13854
13855 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
13856 Pedro Alves <palves@redhat.com>
13857
13858 * gdb.mi/mi-info-os.exp: Connect to the target with
13859 mi_gdb_target_load.
13860
13861 2014-01-08 Pedro Alves <palves@redhat.com>
13862
13863 * gdb.threads/reconnect-signal.c: New file.
13864 * gdb.threads/reconnect-signal.exp: New file.
13865
13866 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13867
13868 * gdb.base/source-dir.exp: New file.
13869
13870 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13871
13872 * gdb.ada/mi_interface: New testcase.
13873
13874 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13875
13876 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
13877 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
13878 gdb.ada/pp-rec-component/pck.ads: New files.
13879
13880 2014-01-07 Joel Brobecker <brobecker@adacore.com>
13881
13882 * gdb.python/py-pp-integral.c: New file.
13883 * gdb.python/py-pp-integral.py: New file.
13884 * gdb.python/py-pp-integral.exp: New file.
13885
13886 For older changes see ChangeLog-1993-2013.
13887 \f
13888 ;; Local Variables:
13889 ;; mode: change-log
13890 ;; left-margin: 8
13891 ;; fill-column: 74
13892 ;; version-control: never
13893 ;; End:
13894
13895 Copyright 2014-2018 Free Software Foundation, Inc.
13896 Copying and distribution of this file, with or without modification,
13897 are permitted provided the copyright notice and this notice are preserved.
This page took 0.446997 seconds and 4 git commands to generate.