Fix ChangeLog merge conflict
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2
3 PR gdb/16841
4 * gdb.cp/typedef-base.cc: New file.
5 * gdb.cp/typedef-base.exp: New file.
6
7 2018-06-18 Tom de Vries <tdevries@suse.de>
8
9 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10
11 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
12 Richard Bunt <Richard.Bunt@arm.com>
13
14 * gdb.threads/attach-slow-waitpid.c: New file.
15 * gdb.threads/attach-slow-waitpid.exp: New file.
16 * gdb.threads/slow-waitpid.c: New file.
17
18 2018-06-14 Pedro Alves <palves@redhat.com>
19
20 * gdb.base/fork-running-state.c: Include <errno.h>.
21 (exit_if_relative_exits): New.
22 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
23 exits.
24 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
25 child exits.
26
27 2018-06-14 Tom de Vries <tdevries@suse.de>
28
29 PR cli/22573
30 * gdb.base/finish-pretty.c: New test.
31 * gdb.base/finish-pretty.exp: New file.
32
33 2018-06-14 Pedro Alves <palves@redhat.com>
34
35 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
36 gdb's expected startup output.
37
38 2018-06-14 Pedro Alves <palves@redhat.com>
39
40 * lib/selftest-support.exp (selftest_setup): Remove inlined
41 function handling.
42
43 2018-06-14 Tom de Vries <tdevries@suse.de>
44
45 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
46 matching of breakpoint printing.
47
48 2018-06-13 Tom de Vries <tdevries@suse.de>
49
50 PR testsuite/23269
51 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
52 (fork_child): ... here, and ...
53 (fork_parent): ... here.
54
55 2018-06-12 Tom de Vries <tdevries@suse.de>
56
57 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
58
59 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
60 Stephen Roberts <stephen.roberts@arm.com>
61
62 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
63 rewrite test to describe action performed, rather than possible
64 failure.
65
66 2018-06-08 Gary Benson <gbenson@redhat.com>
67
68 * gdb.threads/check-libthread-db.exp: New file.
69 * gdb.threads/check-libthread-db.c: Likewise.
70
71 2018-06-05 Tom Tromey <tom@tromey.com>
72
73 * gdb.base/default.exp: Update expected "show version" output.
74
75 2018-06-05 Tom Tromey <tom@tromey.com>
76
77 PR cli/12326:
78 * gdb.cp/static-print-quit.exp: Update.
79 * lib/gdb.exp (pagination_prompt): Update.
80 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
81 * gdb.python/python.exp: Update.
82
83 2018-06-04 Joel Brobecker <brobecker@adacore.com>
84
85 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
86
87 2018-06-01 Joel Brobecker <brobecker@adacore.com>
88
89 * gdb.ada/bp_fun_addr: New testcase.
90
91 2018-06-01 Tom Tromey <tom@tromey.com>
92
93 * gdb.xml/tdesc-regs.exp (load_description): Update expected
94 results.
95 * gdb.dwarf2/method-ptr.exp: Set language to C++.
96 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
97 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
98 * gdb.base/maint.exp (maint_pass_if): Update.
99
100 2018-05-31 Maciej W. Rozycki <macro@mips.com>
101
102 * gdb.base/endian.exp: New test.
103 * gdb.base/endian.c: New test source.
104
105 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 PR gdb/23203
108 * gdb.base/bt-selected-frame.c: New file.
109 * gdb.base/bt-selected-frame.exp: New file.
110 * lib/gdb.exp (get_current_frame_number): New function.
111
112 2018-05-24 Maciej W. Rozycki <macro@mips.com>
113 Pedro Alves <palves@redhat.com>
114
115 * gdb.threads/tls-core.c: Include <stdlib.h>
116 (thread_proc): Call `abort'.
117 * gdb.threads/tls-core.exp: Generate a core with core_find too.
118 (tls_core_test): New procedure, bits factored out from ...
119 (top level): ... here. Test both native cores and gcore cores.
120
121 2018-05-23 Tom Tromey <tom@tromey.com>
122
123 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
124
125 2018-05-23 Tom Tromey <tom@tromey.com>
126
127 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
128 symfile_complaints.
129 (test_short_complaints): Likewise.
130 (test_empty_complaints): Likewise.
131 (test_initial_complaints): Update.
132
133 2018-05-23 Tom Tromey <tom@tromey.com>
134
135 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
136
137 2018-05-23 Tom Tromey <tom@tromey.com>
138
139 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
140 (test_short_complaints): Update.
141
142 2018-05-22 Pedro Alves <palves@redhat.com>
143
144 * gdb.base/remote.exp: Only gdb_start after compiling the
145 testcase. Issue "disconnect" before testing "set remote" command
146 defaults. Issue clean_restart before running to main.
147
148 2018-05-22 Pedro Alves <palves@redhat.com>
149
150 * gdb.base/remote.exp: Adjust expected output of "show remote
151 memory-write-packet-size". Add tests for "set remote
152 memory-write-packet-size 0" and "set remote
153 memory-write-packet-size fixed/limit".
154
155 2018-05-22 Pedro Alves <palves@redhat.com>
156
157 PR gdb/22973
158 * gdb.base/utf8-identifiers.c: New file.
159 * gdb.base/utf8-identifiers.exp: New file.
160
161 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
162
163 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
164
165 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
166
167 * gdb.arch/powerpc-vsx-gcore.exp: New file.
168
169 2018-05-18 Tom Tromey <tom@tromey.com>
170
171 * gdb.base/ptype-offsets.exp: Update.
172
173 2018-05-17 Keith Seitz <keiths@redhat.com>
174
175 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
176 in expected breakpoint stop locations.
177 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
178 move to proper scope to test variable values.
179 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
180 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
181 New functions.
182 (main): Call not_inline_func3.
183 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
184 inline_func1, inline_func2, and inline_func3. Test that when each
185 breakpoint is hit, GDB properly reports both the stop location
186 and the backtrace. Repeat tests for temporary breakpoints.
187
188 2018-05-15 Maciej W. Rozycki <macro@mips.com>
189
190 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
191 rather then trying to access it in determining whether the PID
192 of `gdbserver' could have been retrieved.
193
194 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
195
196 * gdb.arch/amd64-init-x87-values.S: New file.
197 * gdb.arch/amd64-init-x87-values.exp: New file.
198
199 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
200
201 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
202
203 2018-05-04 Tom Tromey <tom@tromey.com>
204
205 PR python/22730:
206 * gdb.python/python.exp: Test multi-line execute.
207
208 2018-05-04 Tom Tromey <tom@tromey.com>
209
210 PR python/22731:
211 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
212
213 2018-05-04 Tom Tromey <tom@tromey.com>
214
215 PR gdb/11750:
216 * gdb.base/define.exp: Test defining a user command inside a user
217 command.
218 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
219
220 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
221 Pedro Alves <palves@redhat.com>
222
223 PR breakpoints/19806 and support for PR external/20207.
224 * gdb.base/watchpoint-unaligned.c: New file.
225 * gdb.base/watchpoint-unaligned.exp: New file.
226
227 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
228
229 * gdb.base/maint.exp: Make test names unique, use
230 test_prefix_command_help to test 'help maint info', and remove
231 repeated test of 'help maint'.
232
233 2018-05-04 Tom Tromey <tom@tromey.com>
234
235 PR gdb/22619:
236 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
237 behavior.
238
239 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.base/maint.exp: Process output from 'maint print registers'
242 line at a time.
243
244 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
247 timeout.
248
249 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
250
251 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
252 filter pattern.
253
254 2018-05-02 Pedro Alves <palves@redhat.com>
255
256 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
257 to_log_command renames.
258 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
259
260 2018-05-02 Tom Tromey <tom@tromey.com>
261
262 * gdb.python/py-parameter.exp: Set test message.
263
264 2018-05-02 Tom Tromey <tom@tromey.com>
265
266 PR python/20084:
267 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
268 PARAM_ZUINTEGER_UNLIMITED tests.
269
270 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
271
272 PR rust/23124
273 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
274 when casting.
275
276 2018-04-30 Tom Tromey <tom@tromey.com>
277
278 * gdb.python/py-type.exp: Check align attribute.
279 * gdb.python/py-type.c: New "aligncheck" global.
280
281 2018-04-30 Tom Tromey <tom@tromey.com>
282
283 PR exp/17095:
284 * gdb.dwarf2/dw2-align.exp: New file.
285 * gdb.cp/align.exp: New file.
286 * gdb.base/align.exp: New file.
287 * lib/gdb.exp (gdb_int128_helper): New proc.
288 (has_int128_c, has_int128_cxx): New caching procs.
289
290 2018-04-27 Tom Tromey <tom@tromey.com>
291
292 PR rust/22545:
293 * gdb.rust/simple.exp: Add inclusive range tests.
294
295 2018-04-26 Pedro Alves <palves@redhat.com>
296
297 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
298 ifunc breakpoint locations correctly of ifunc breakpoints set
299 while the program resolves the ifunc.
300
301 2018-04-26 Pedro Alves <palves@redhat.com>
302
303 * gdb.base/gnu-ifunc-final.c: New file.
304 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
305 * gdb.base/gnu-ifunc.exp (executable): Delete.
306 (staticexecutable): Adjust.
307 (lib_opts, exec_opts): Delete.
308 (make_binsuffix, build, set-break): New procedures.
309 (misc_tests): New, with tests factored out from the top level.
310 (top level): Test different combinations of ifunc resolver name,
311 resolver with and with debug info, and ifunc target with and
312 without debug info. Wrap static tests with with_target_prefix.
313
314 2018-04-26 Pedro Alves <palves@redhat.com>
315
316 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
317 return type" warnings.
318
319 2018-04-25 Pedro Alves <palves@redhat.com>
320
321 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
322 killed".
323 * gdb.base/kill-after-signal.exp: Likewise.
324 * gdb.threads/kill.exp: Likewise.
325
326 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
327 Sergio Durigan Junior <sergiodj@redhat.com>
328 Pedro Alves <palves@redhat.com>
329
330 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
331 regexps to expect for '[Inferior ... detached]' as well.
332 * gdb.base/attach.exp: Likewise.
333 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
334 "gdb_continue_to_end".
335 (test_catch_syscall_with_wrong_args): Likewise.
336 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
337 ']'. Don't set 'verbose' on.
338 * gdb.base/foll-vfork.exp: Likewise.
339 * gdb.base/fork-print-inferior-events.c: New file.
340 * gdb.base/fork-print-inferior-events.exp: New file.
341 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
342 '[Inferior ... has been killed]' message.
343 * gdb.base/kill-after-signal.exp: Likewise.
344 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
345 detach message.
346 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
347 message.
348 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
349 regexps to expect for '[Inferior ... detached]' as well.
350 * gdb.threads/process-dies-while-detaching.exp: Likewise.
351
352 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
353
354 PR gdb/23104
355 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
356
357 2018-04-19 Richard Bunt <richard.bunt@arm.com>
358
359 * gdb.threads/multiple-successive-infcall.c: New test.
360 * gdb.threads/multiple-successive-infcall.exp: New file.
361
362 2018-04-17 Tom Tromey <tom@tromey.com>
363
364 * gdb.rust/simple.rs (Union): New type.
365 (main): New local "u".
366 * gdb.rust/simple.exp (test_one_slice): Add new test case.
367
368 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
369
370 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
371 number information in output of "whereis" command.
372 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
373
374 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
375
376 * gdb.ada/info_types.exp: Adjust expected output to the line
377 numbers now printed by "info var/func/type".
378 * gdb.base/completion.exp: Likewise.
379 * gdb.base/included.exp: Likewise.
380 * gdb.cp/cp-relocate.exp: Likewise.
381 * gdb.cp/cplusfuncs.exp: Likewise.
382 * gdb.cp/namespace.exp: Likewise.
383 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
384
385 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
386
387 * gdb.btrace/cpu.exp: New.
388
389 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
390
391 * gdb.base/step-indirect-call-thunk.exp: New.
392 * gdb.base/step-indirect-call-thunk.c: New.
393 * gdb.reverse/step-indirect-call-thunk.exp: New.
394 * gdb.reverse/step-indirect-call-thunk.c: New.
395
396 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
397
398 * gdb.base/pie-fork.c: New file.
399 * gdb.base/pie-fork.exp: New file.
400
401 2018-04-11 Tom Tromey <tom@tromey.com>
402
403 * gdb.rust/simple.exp: Add test for ".." struct initializer.
404
405 2018-04-10 Pedro Alves <palves@redhat.com>
406
407 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
408 exits. Instead loop running forever.
409 (fork_parent): Run forever too.
410
411 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
412
413 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
414 mi_continue_to_line.
415 * gdb.mi/mi-stack.c (callee4): Add comment.
416
417 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
418
419 * gdb.mi/mi-stack.exp: Fix indentation.
420
421 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
422
423 PR gdb/22979
424 * gdb.arch/amd64-osabi.exp: New file.
425
426 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
427
428 PR gdb/22980
429 * gdb.base/osabi.exp: New file.
430
431 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
432
433 * gdb.cp/static-typedef-print.exp: New file.
434 * gdb.cp/static-typedef-print.cc: New file.
435
436 2018-03-27 Joel Brobecker <brobecker@adacore.com>
437
438 * gdb.ada/varsize_limit: New testcase.
439
440 2018-03-27 Joel Brobecker <brobecker@adacore.com>
441
442 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
443
444 * gdb.ada/notcplusplus: New testcase.
445
446 * gdb.base/c-linkage-name.c: New file.
447 * gdb.base/c-linkage-name.exp: New testcase.
448
449 2018-03-26 Tom Tromey <tom@tromey.com>
450
451 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
452 * gdb.python/py-framefilter.py (name_error): New global.
453 (ErrorInName.function): Use name_error.
454
455 2018-03-26 Tom Tromey <tom@tromey.com>
456
457 PR backtrace/15582:
458 * gdb.python/py-framefilter.exp: Add "bt hide" test.
459
460 2018-03-23 Keith Seitz <keiths@redhat.com>
461
462 PR c++/22968
463 * gdb.cp/subtypes.exp: New file.
464 * gdb.cp/subtypes.h: New file.
465 * gdb.cp/subtypes.cc: New file.
466 * gdb.cp/subtypes-2.cc: New file.
467
468 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
469
470 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
471 (done): Call '_exit' not 'exit' to avoid atexit handlers.
472 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
473 -nostartfiles when compiling the test. Confirm that all registers
474 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
475
476 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
477
478 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
479 option, syntax was wrong anyway.
480 * gdb.arch/arm-disp-step.exp: Likewise.
481 * gdb.arch/sparc64-regs.exp: Likewise.
482 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
483 option, syntax was wrong anyway, switch to use
484 prepare_for_testing.
485 * gdb.arch/i386-disp-step.exp: Likewise.
486
487 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
488
489 * gdb.ada/exec_changed.exp: Replace "target_info exists
490 use_gdb_stub" by "use_gdb_stub".
491 * gdb.ada/start.exp: Likewise.
492 * gdb.base/async-shell.exp: Likewise.
493 * gdb.base/attach-pie-misread.exp: Likewise.
494 * gdb.base/attach-wait-input.exp: Likewise.
495 * gdb.base/break-entry.exp: Likewise.
496 * gdb.base/break-interp.exp: Likewise.
497 * gdb.base/dprintf-detach.exp: Likewise.
498 * gdb.base/nostdlib.exp: Likewise.
499 * gdb.base/solib-nodir.exp: Likewise.
500 * gdb.base/statistics.exp: Likewise.
501 * gdb.base/testenv.exp: Likewise.
502 * gdb.mi/mi-exec-run.exp: Likewise.
503 * gdb.mi/mi-start.exp: Likewise.
504 * gdb.multi/dummy-frame-restore.exp: Likewise.
505 * gdb.multi/multi-arch-exec.exp: Likewise.
506 * gdb.multi/multi-arch.exp: Likewise.
507 * gdb.multi/tids.exp: Likewise.
508 * gdb.multi/watchpoint-multi.exp: Likewise.
509 * gdb.python/py-events.exp: Likewise.
510 * gdb.threads/attach-into-signal.exp: Likewise.
511 * gdb.threads/attach-stopped.exp: Likewise.
512 * gdb.threads/threadapply.exp: Likewise.
513 * lib/selftest-support.exp: Likewise.
514
515 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
516
517 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
518
519 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
520
521 * gdb.perf/template-breakpoints.cc: New file.
522 * gdb.perf/template-breakpoints.exp: New file.
523 * gdb.perf/template-breakpoints.py: New file.
524
525 2018-03-19 Tom Tromey <tom@tromey.com>
526
527 * gdb.rust/simple.rs (main): Add local variables field1, field2,
528 y0.
529 * gdb.rust/simple.exp: Test bare identifier form of struct
530 initializer.
531
532 2018-03-19 Tom Tromey <tom@tromey.com>
533
534 * gdb.gdb/observer.exp: Remove.
535
536 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
537
538 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
539 "qualified" option when setting breakpoints.
540 * gdb.trace/backtrace.exp: Likewise.
541 * gdb.trace/circ.exp: Likewise.
542 * gdb.trace/collection.exp: Likewise.
543 * gdb.trace/disconnected-tracing.exp: Likewise.
544 * gdb.trace/ftrace-lock.exp: Likewise.
545 * gdb.trace/ftrace.exp: Likewise.
546 * gdb.trace/infotrace.exp: Likewise.
547 * gdb.trace/packetlen.exp: Likewise.
548 * gdb.trace/passc-dyn.exp: Likewise.
549 * gdb.trace/qtro.exp: Likewise.
550 * gdb.trace/read-memory.exp: Likewise.
551 * gdb.trace/report.exp: Likewise.
552 * gdb.trace/signal.exp: Likewise.
553 * gdb.trace/status-stop.exp: Likewise.
554 * gdb.trace/strace.exp: Likewise.
555 * gdb.trace/tfind.exp: Likewise.
556 * gdb.trace/trace-break.exp: Likewise.
557 * gdb.trace/trace-condition.exp: Likewise.
558 * gdb.trace/trace-mt.exp: Likewise.
559 * gdb.trace/tstatus.exp: Likewise.
560 * gdb.trace/tsv.exp: Likewise.
561 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
562 * gdb.trace/unavailable.exp: Likewise.
563 * gdb.trace/while-dyn.exp: Likewise.
564
565 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
566
567 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
568 that libinproctrace is copied to the target.
569
570 2018-03-14 Tom Tromey <tom@tromey.com>
571
572 PR cli/14977:
573 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
574 a null pointer.
575 * gdb.base/wchar.exp: Likewise.
576
577 2018-03-14 Tom Tromey <tom@tromey.com>
578
579 PR cli/19918:
580 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
581 flag.
582
583 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
584
585 PR gdb/22841
586 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
587 "target" to remote_exec.
588
589 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
590
591 PR gdb/22841
592 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
593 ${board}_upload): Remove.
594
595 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
596
597 * gdb.cp/watch-cp.cc: New test.
598 * gdb.cp/watch-cp.exp: New file.
599
600 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.base/infcall-nested-structs.exp: New file.
603 * gdb.base/infcall-nested-structs.c: New file.
604 * gdb.base/float.exp: Add riscv support.
605
606 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
607
608 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
609 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
610
611 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
612
613 * gdb.server/abspath.exp: New file.
614 * lib/gdb.exp (with_cwd): New procedure.
615
616 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
617
618 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
619 use it.
620 (gdb_is_target_remote_prompt): New proc.
621 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
622 (gdb_is_target_native): Pass prompt parameter to
623 gdb_is_target_1.
624
625 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
626
627 * gdb.base/load-command.c: New file.
628 * gdb.base/load-command.exp: New file.
629 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
630 (gdb_is_target_1): ...this, and generalize for other targets
631 than just remote.
632 (gdb_is_target_remote): Use gdb_is_target_1.
633 (gdb_is_target_native): use gdb_is_target_1.
634
635 2018-02-26 Tom Tromey <tom@tromey.com>
636
637 PR python/16497:
638 * gdb.python/py-framefilter.exp: Update test.
639
640 2018-02-26 Tom Tromey <tom@tromey.com>
641
642 * gdb.dwarf2/variant.c: New file.
643 * gdb.dwarf2/variant.exp: New file.
644
645 2018-02-26 Tom Tromey <tom@tromey.com>
646
647 * gdb.rust/simple.exp: Accept more possible results in enum test.
648
649 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
650
651 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
652 parentheses.
653
654 2018-02-23 Maciej W. Rozycki <macro@mips.com>
655
656 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
657 name of a variable: $actual_linejj -> $actual_line.
658
659 2018-02-21 John Baldwin <jhb@FreeBSD.org>
660
661 * gdb.arch/amd64-i386-address.exp: Fix a typo.
662
663 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
664
665 * gdb.btrace/buffer-size.exp: Do not force BTS.
666
667 2018-02-14 Pedro Alves <palves@redhat.com>
668
669 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
670 getting a "Quit".
671
672 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
673
674 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
675 Fix test name.
676
677 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
678
679 * gdb.cp/m-static.exp: Check type of optimized out static
680 member.
681
682 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
685 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
686
687 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
688 Leszek Swirski <leszeks@google.com>
689
690 * gdb.python/py-prettyprint.c
691 (struct to_string_returns_value_inner,
692 struct to_string_returns_value_wrapper): New.
693 (main): Add tsrvw variable.
694 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
695 ToStringReturnsValueWrapper): New classes.
696 (register_pretty_printers): Register new pretty-printers.
697 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
698 recursive pretty printer.
699 * gdb.python/py-mi.exp: Likewise.
700
701 2018-02-01 Leszek Swirski <leszeks@google.com>
702
703 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
704 functions with the same name as an include file are parsed
705 correctly.
706
707 2018-02-01 Yao Qi <yao.qi@linaro.org>
708
709 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
710 "\[^\r\n\]*".
711
712 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
713
714 * gdb.arch/powerpc-prologue-frame.s: New file.
715 * gdb.arch/powerpc-prologue-frame.c: Likewise.
716 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
717
718 2018-01-31 Joel Brobecker <brobecker@adacore.com>
719
720 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
721
722 2018-01-30 Pedro Alves <palves@redhat.com>
723
724 PR gdb/13211
725 * gdb.base/interrupt-daemon.c: New.
726 * gdb.base/interrupt-daemon.exp: New.
727 * gdb.multi/multi-term-settings.c: New.
728 * gdb.multi/multi-term-settings.exp: New.
729
730 2018-01-30 Joel Brobecker <brobecker@adacore.com>
731
732 * gdb.base/break.exp: Save the location where the breakpoint
733 on break.c:47 was actually inserted when debugging the version
734 compiled at -O2 and use it in the expected output of the "info
735 break" test performed soon after.
736
737 2018-01-22 Pedro Alves <palves@redhat.com>
738 Sergio Durigan Junior <sergiodj@redhat.com>
739
740 * gdb.base/whatis.exp: Add tests for 'set print object on' +
741 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
742
743 2018-01-22 Joel Brobecker <brobecker@adacore.com>
744
745 * gdb.base/break-include.c, gdb.base/break-include.inc,
746 gdb.base/break-include.exp: New files.
747 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
748 line number now being the actual line number where the breakpoint
749 was inserted.
750 * gdb.mi/mi-break.exp: Likewise.
751 * gdb.mi/mi-reverse.exp: Likewise.
752 * gdb.mi/mi-simplerun.exp: Ditto.
753
754 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
757 varobj.
758 * gdb.mi/mi-var-create-rtti.exp: Likewise.
759
760 2018-01-21 Don Breazeal <donb@codesourcery.com>
761 Andrew Burgess <andrew.burgess@embecosm.com>
762
763 * gdb.mi/basics.c: Add new global.
764 * gdb.mi/mi-frame-regs.exp: New file.
765 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
766 case.
767
768 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
769
770 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
771 non-parameter, and on an unknown symbol.
772
773 2018-01-19 Tom Tromey <tom@tromey.com>
774
775 * gdb.rust/modules.rs (TWENTY_THREE): New global.
776 * gdb.rust/modules.exp: Add ::-qualified lookup test.
777
778 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
779
780 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
781 setrlimit and chdir to int.
782
783 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
784
785 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
786 function.
787 (my_tend): Likewise.
788 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
789 rationale of avoiding FP- and vector instructions.
790
791 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
792
793 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
794 "info reg" with "\[ \t\]*".
795 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
796 "\[ \t\]+".
797 * gdb.arch/s390-multiarch.exp: Ditto.
798 * gdb.base/pc-fp.exp: Ditto.
799 * gdb.reverse/i386-precsave.exp: Ditto.
800 * gdb.reverse/i386-reverse.exp: Ditto.
801 * gdb.reverse/i387-env-reverse.exp: Ditto.
802 * gdb.reverse/i387-stack-reverse.exp: Ditto.
803
804 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
805
806 * lib/gdb.exp (gdb_compile): Re-enable use of
807 universal_compile_options for languages other than Rust.
808
809 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
810
811 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
812
813 2018-01-17 Mike Gulick <mgulick@mathworks.com>
814
815 PR gdb/16577
816 * gdb.base/solib-vanish.exp: New.
817 * gdb.base/solib-vanish-main.c: New.
818 * gdb.base/solib-vanish-lib1.c: New.
819 * gdb.base/solib-vanish-lib2.c: New.
820
821 2018-01-17 Yao Qi <yao.qi@linaro.org>
822
823 * gdb.compile/compile.exp: Match the address printed for
824 frame in the output of command "bt".
825
826 2018-01-15 Tom Tromey <tom@tromey.com>
827
828 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
829 compute sp_reg.
830
831 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
834 to prepare.
835 (prepare): Return 0 on error, 1 on success.
836
837 2018-01-12 Pedro Alves <palves@redhat.com>
838
839 * gdb.base/continue-after-aborted-step-over.c: New.
840 * gdb.base/continue-after-aborted-step-over.exp: New.
841
842 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
843
844 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
845 options when not creating an executable.
846
847 2018-01-11 Pedro Alves <palves@redhat.com>
848
849 PR remote/22597
850 * gdb.server/stop-reply-no-thread.c: New file.
851 * gdb.server/stop-reply-no-thread.exp: New file.
852
853 2018-01-10 Pedro Alves <palves@redhat.com>
854
855 PR gdb/22670
856 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
857 functions too. Test setting breakpoints and printing C functions
858 with no debug info too.
859 * gdb.ada/bp_c_mixed_case/qux.c: New file.
860
861 2018-01-10 Pedro Alves <palves@redhat.com>
862
863 PR gdb/22670
864 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
865 a fail.
866
867 2018-01-10 Pedro Alves <palves@redhat.com>
868
869 PR gdb/22670
870 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
871
872 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
873
874 * gdb.server/unittest.exp: Match the output in non-development
875 mode.
876
877 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
878
879 * gdb.gdb/unittest.exp: Match output in non-development mode.
880
881 2018-01-08 Joel Brobecker <brobecker@adacore.com>
882
883 * gdb.ada/access_tagged_param.exp: Relax expected output
884 for value of "ObjL" in "continue" to pck.inspect breakpoint
885 test.
886
887 2018-01-08 Joel Brobecker <brobecker@adacore.com>
888
889 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
890 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
891
892 2018-01-05 Pedro Alves <palves@redhat.com>
893
894 PR gdb/18653
895 * gdb.base/libsegfault.exp: New.
896
897 2018-01-05 Joel Brobecker <brobecker@adacore.com>
898
899 PR gdb/22670
900 * gdb.ada/access_tagged_param.exp: New file.
901 * gdb.ada/access_tagged_param/foo.adb: New file.
902
903 2018-01-05 Pedro Alves <palves@redhat.com>
904
905 PR gdb/22670
906 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
907 exercise lower case too, and to exercise both full matching and
908 wild matching.
909
910 2018-01-05 Joel Brobecker <brobecker@adacore.com>
911
912 * gdb.ada/rename_subscript_param: New testcase.
913
914 2018-01-05 Jerome Guitton <guitton@adacore.com>
915
916 * gdb.ada/arr_acc_idx_w_gap: New testcase.
917
918 2018-01-05 Joel Brobecker <brobecker@adacore.com>
919
920 * gdb.ada/convvar_comp: New testcase.
921
922 2018-01-05 Xavier Roirand <roirand@adacore.com>
923
924 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
925 (My_Table): New global variable.
926 * testsuite/gdb.ada/array_char_idx.exp: Add test.
927
928 2018-01-04 Joel Brobecker <brobecker@adacore.com>
929
930 PR gdb/22670
931 * gdb.ada/maint_with_ada: New testcase.
932
933 2018-01-04 Joel Brobecker <brobecker@adacore.com>
934
935 PR gdb/22670
936 * gdb.ada/bp_c_mixed_case: New testcase.
937
938 2018-01-04 Joel Brobecker <brobecker@adacore.com>
939
940 PR gdb/22670
941 * gdb.ada/complete.exp: Add "complete break ada" test.
942
943 2018-01-04 Joel Brobecker <brobecker@adacore.com>
944
945 PR gdb/22670
946 * gdb.ada/info_addr_mixed_case: New testcase.
947
948 2018-01-03 Xavier Roirand <roirand@adacore.com>
949
950 * gdb.ada/excep_handle.exp: New testcase.
951 * gdb.ada/excep_handle/foo.adb: New file.
952 * gdb.ada/excep_handle/pck.ads: New file.
953
954 2018-01-03 Joel Brobecker <brobecker@adacore.com>
955
956 * gdb.base/step-line.c: Add extra empty line in copyright header.
957 * gdb.base/step-line.inp: Likewise.
958
959 2018-01-02 Joel Brobecker <brobecker@adacore.com>
960
961 * gdb.ada/dyn_stride.exp: Add slice test.
962
963 2018-01-02 Joel Brobecker <brobecker@adacore.com>
964
965 * gdb.ada/dyn_stride: New testcase.
966
967 2017-12-27 Stafford Horne <shorne@gmail.com>
968
969 * gdb.xml/extra-regs.xml: Add example foo reggroup.
970 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
971
972 2017-12-27 Stafford Horne <shorne@gmail.com>
973
974 * gdb.base/reggroups.c: New file.
975 * gdb.base/reggroups.exp: New file.
976
977 2017-12-18 Joel Brobecker <brobecker@adacore.com>
978
979 * gdb.dwarf2/ada-valprint-error.c: New file.
980 * gdb.dwarf2/ada-valprint-error.exp: New file.
981
982 2017-12-18 Joel Brobecker <brobecker@adacore.com>
983
984 * gdb.ada/assign_arr: New testcase.
985
986 2017-12-18 Xavier Roirand <roirand@adacore.com>
987
988 * gdb.ada/funcall_ptr: New testcase.
989
990 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
991
992 PR cli/16224
993 * gdb.base/ptype-offsets.cc: New file.
994 * gdb.base/ptype-offsets.exp: New file.
995
996 2017-12-15 Yao Qi <yao.qi@linaro.org>
997
998 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
999 if XML is disabled.
1000
1001 2017-12-15 Xavier Roirand <roirand@adacore.com>
1002
1003 * gdb.ada/same_component_name: New testcase.
1004
1005 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1006
1007 * gdb.ada/str_binop_equal: New testcase.
1008
1009 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1010
1011 * gdb.ada/task_switch_in_core: New testcase.
1012
1013 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1014
1015 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1016 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1017 call test_bkpt_qualified.
1018 (test_bkpt_qualified): New proc.
1019
1020 2017-12-13 Pedro Alves <palves@redhat.com>
1021
1022 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1023 Tighten regexp by matching with an anchor.
1024
1025 2017-12-13 Pedro Alves <palves@redhat.com>
1026
1027 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1028 ("expression with namespace"): New set of tests.
1029 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1030 (Nested::Test_NS::qux): New.
1031 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1032 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1033
1034 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1035
1036 * gdb.base/server-del-break.c: New file.
1037 * gdb.base/server-del-break.exp: New file.
1038
1039 2017-12-12 Stafford Horne <shorne@gmail.com>
1040
1041 * gdb.xml/tdesc-regs.exp: Add or1k support.
1042
1043 2017-12-12 Stafford Horne <shorne@gmail.com>
1044
1045 * gdb.base/bp-permanent.c: Define nop of or1k.
1046
1047 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1048
1049 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1050 output with components being reordered.
1051
1052 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1053
1054 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1055 output with components being reordered.
1056
1057 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1058 Pedro Alves <palves@redhat.com>
1059
1060 * gdb.base/maint.exp (check for .gdb_index): Check also for
1061 .debug_names.
1062 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1063 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1064 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1065 (.gdb_index used after symbol reloading): Support also .debug_names.
1066 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1067
1068 2017-12-08 Yao Qi <yao.qi@linaro.org>
1069
1070 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1071 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1072
1073 2017-12-08 Yao Qi <yao.qi@linaro.org>
1074
1075 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1076 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1077
1078 2017-12-08 Yao Qi <yao.qi@linaro.org>
1079
1080 * gdb.arch/aarch64-tagged-pointer.c: New file.
1081 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1082
1083 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1084
1085 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1086 "int".
1087
1088 2017-12-07 Keith Seitz <keiths@redhat.com>
1089
1090 PR breakpoints/22569
1091 * gdb.linespec/ls-errs.exp: Change expected result of "break
1092 -source this file has spaces.c -line 3".
1093 Check that an explicit source file followed by whitespace is
1094 identified as an invalid explicit location.
1095
1096 2017-12-07 Keith Seitz <keiths@redhat.com>
1097
1098 * gdb.cp/nested-types.cc: New file.
1099 * gdb.cp/nested-types.exp: New file.
1100 * lib/cp-support.exp: Load data-structures.exp library.
1101 (debug_cp_test_ptype_class): New global.
1102 (cp_ptype_class_verbose, next_line): New procedures.
1103 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1104 Add and document new return value.
1105 Switch the list of lines to a queue.
1106 Add support for new `type' key for nested type definitions.
1107 Add debugging/troubleshooting messages.
1108 * lib/data-structures.exp: New file.
1109
1110 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1111
1112 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1113 with proc_with_prefix, don't use with_test_prefix.
1114
1115 2017-12-07 Tom Tromey <tom@tromey.com>
1116
1117 * gdb.base/break.exp: Add test for empty "commands".
1118
1119 2017-12-07 Yao Qi <yao.qi@linaro.org>
1120
1121 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1122 malloc and catch syscall.
1123
1124 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1125
1126 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1127 tests for explicit locations.
1128
1129 2017-12-06 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1132 force-disabling XML descriptions.
1133
1134 2017-12-04 Pedro Alves <palves@redhat.com>
1135
1136 PR gdb/22499
1137 * gdb.arch/amd64-disp-step-avx.S: New file.
1138 * gdb.arch/amd64-disp-step-avx.exp: New file.
1139
1140 2017-12-03 Pedro Alves <palves@redhat.com>
1141
1142 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1143 and <string.h>.
1144 (parent_function): Print distinct messages when waitpid fails, or
1145 the child exits with a signal, or the child exits for an unhandled
1146 reason.
1147 * gdb.threads/process-dies-while-detaching.exp
1148 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1149 it. Wait for both inferior output and GDB's prompt. Use an
1150 indirect spawn id list.
1151 (do_detach): New parameter 'child_exit'. Use it to compute
1152 expected inferior output.
1153 (test_detach, test_detach_watch, test_detach_killed_outside):
1154 Adjust to pass down the expected child exit kind.
1155
1156 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1157 Sergio Durigan Junior <sergiodj@redhat.com>
1158 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1161
1162 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1163
1164 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1165 to 'symbol-file' and 'add-symbol-file' can be
1166 position-independent.
1167
1168 2017-12-01 Yao Qi <yao.qi@linaro.org>
1169
1170 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1171 the URL in copyright header.
1172 * gdb.arch/aarch64-fp.exp: Likewise.
1173 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1174 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1175 * gdb.base/expand-psymtabs.exp: Likewise.
1176 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1177 * gdb.fortran/common-block.exp: Likewise.
1178 * gdb.fortran/common-block.f90: Likewise.
1179 * gdb.fortran/logical.exp: Likewise.
1180 * gdb.fortran/vla-datatypes.f90: Likewise.
1181 * gdb.fortran/vla-sub.f90: Likewise.
1182
1183 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1184
1185 * gdb.ada/repeat_dyn: New testcase.
1186
1187 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1188
1189 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1190 Update for changed thread numbering.
1191 * gdb.cell/bt.exp: Update for changed GDB output.
1192
1193 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1194
1195 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1196 setting isremote by hand.
1197 * boards/dwarf4-gdb-index.exp: Likewise.
1198 * boards/fission.exp: Likewise.
1199 * boards/stabs.exp: Likewise.
1200
1201 2017-11-30 Pedro Alves <palves@redhat.com>
1202
1203 * gdb.linespec/cpls-ops.exp
1204 (check_explicit_skips_function_argument): Extract the underlying
1205 type of size_t instead of hardcoding it.
1206
1207 2017-11-29 Pedro Alves <palves@redhat.com>
1208
1209 PR c++/19436
1210 * gdb.linespec/cpls-abi-tag.cc: New file.
1211 * gdb.linespec/cpls-abi-tag.exp: New file.
1212
1213 2017-11-29 Pedro Alves <palves@redhat.com>
1214
1215 * gdb.base/langs.exp: Use -qualified.
1216 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1217 it.
1218 * gdb.cp/namespace.exp: Use -qualified.
1219 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1220 (overload-3, template-overload, template-ret-type, const-overload)
1221 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1222 procedures.
1223 (test_driver): Call them.
1224 * gdb.cp/save-bp-qualified.cc: New.
1225 * gdb.cp/save-bp-qualified.exp: New.
1226 * gdb.linespec/explicit.exp: Test -qualified.
1227 * lib/completion-support.exp (completion::explicit_opts_list): Add
1228 "-qualified".
1229 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1230
1231 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1232
1233 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1234
1235 2017-11-29 Tom Tromey <tom@tromey.com>
1236
1237 * gdb.base/relocate.exp: Update invalid argument test.
1238 Add new tests for invalid arguments.
1239
1240 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1241
1242 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1243 Return 0 as a long.
1244 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1245
1246 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1247
1248 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1249 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1250 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1251 func ().
1252 * gdb.cp/shadow.cc (B.func): Return 0.
1253
1254 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1255
1256 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1257 expected output in gdb_expect call to allow the exception
1258 message to be present as well. Fix syntax confusion to avoid
1259 TCL thinking that exception_name is an array.
1260
1261 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1262
1263 * gdb.arch/spu-info.c: Include <unistd.h>.
1264 (do_signal_test): Fix broken calls to write.
1265 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1266 Fix checks for empty mailboxes. Update signal tests for corrected
1267 do_signal_test routine. Allow nonzero event status.
1268 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1269 * gdb.cell/arch.exp: Use standard_output_file.
1270 * gdb.cell/break.exp: Likewise.
1271 * gdb.cell/bt.exp: Likewise.
1272 * gdb.cell/core.exp: Likewise.
1273 * gdb.cell/dwarfaddr.exp: Likewise.
1274 * gdb.cell/ea-cache.exp: Likewise.
1275 * gdb.cell/ea-standalone.exp: Likewise.
1276 * gdb.cell/f-regs.exp: Likewise.
1277 * gdb.cell/fork.exp: Likewise.
1278 * gdb.cell/gcore.exp: Likewise.
1279 * gdb.cell/mem-access.exp: Likewise.
1280 * gdb.cell/ptype.exp: Likewise.
1281 * gdb.cell/registers.exp: Likewise.
1282 * gdb.cell/sizeof.exp: Likewise.
1283 * gdb.cell/solib-symbol.exp: Likewise.
1284 * gdb.cell/solib.exp: Likewise.
1285
1286 2017-11-25 Pedro Alves <palves@redhat.com>
1287
1288 * gdb.base/complete-empty.exp: New file.
1289 * gdb.base/completion.exp: Adjust.
1290
1291 2017-11-25 Pedro Alves <palves@redhat.com>
1292
1293 * gdb.linespec/cpls-ops.cc: New file.
1294 * gdb.linespec/cpls-ops.exp: New file.
1295 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1296 factored out from ...
1297 (test_complete_prefix_range): ... this.
1298
1299 2017-11-24 Pedro Alves <palves@redhat.com>
1300
1301 * gdb.linespec/cpcompletion.exp: New file.
1302 * gdb.linespec/cpls-hyphen.cc: New file.
1303 * gdb.linespec/cpls.cc: New file.
1304 * gdb.linespec/cpls2.cc: New file.
1305 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1306 test to use test_gdb_complete_unique. Add label completion,
1307 keyword completion and explicit location completion tests.
1308 * lib/completion-support.exp: New file.
1309
1310 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1311
1312 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1313 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1314 when hitting an exception catchpoint.
1315
1316 2017-11-22 Yao Qi <yao.qi@linaro.org>
1317
1318 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1319
1320 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1321
1322 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1323 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1324 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1325
1326 2017-11-22 Yao Qi <yao.qi@linaro.org>
1327
1328 * gdb.base/info-os.exp: Pass pthreads.
1329 * gdb.multi/multi-attach.exp: Likewise.
1330
1331 2017-11-22 Yao Qi <yao.qi@linaro.org>
1332
1333 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1334 compiler.
1335
1336 2017-11-22 Yao Qi <yao.qi@linaro.org>
1337
1338 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1339 * gdb.base/break-interp.exp: Likewise.
1340 * gdb.base/jit-attach-pie.exp: Likewise.
1341
1342 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1343
1344 * gdb.base/float128.c (large128): New variable.
1345 * gdb.base/float128.exp: Add test to print largest __float128 value.
1346
1347 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1348
1349 * gdb.arch/vsx-regs.exp: Update register content checks.
1350
1351 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1352
1353 * gdb.arch/ppc-longdouble.exp: New file.
1354 * gdb.arch/ppc-longdouble.c: Likewise.
1355
1356 2017-11-21 Pedro Alves <palves@redhat.com>
1357
1358 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1359
1360 2017-11-20 Pedro Alves <palves@redhat.com>
1361
1362 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1363 (long_double_typedef): New typedefs.
1364 Use DEF on double and long double.
1365 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1366 cases.
1367 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1368 and 'long_double_ptr_same_size' locals. Use them to decide
1369 whether cast from array/function to float is valid/invalid.
1370
1371 2017-11-17 Tom Tromey <tom@tromey.com>
1372
1373 * gdb.rust/traits.rs: New file.
1374 * gdb.rust/traits.exp: New file.
1375
1376 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1377
1378 * gdb.ada/minsyms: New testcase.
1379
1380 2017-11-16 Pedro Alves <palves@redhat.com>
1381
1382 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1383 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1384
1385 2017-11-16 Pedro Alves <palves@redhat.com>
1386
1387 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1388 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1389
1390 2017-11-16 Pedro Alves <palves@redhat.com>
1391
1392 * gdb.server/reconnect-ctrl-c.c: New file.
1393 * gdb.server/reconnect-ctrl-c.exp: New file.
1394
1395 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1396
1397 * gdb.python/py-rbreak.exp: New file.
1398 * gdb.python/py-rbreak.c: New file.
1399 * gdb.python/py-rbreak-func2.c: New file.
1400
1401 2017-11-16 Pedro Alves <palves@redhat.com>
1402
1403 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1404 pattern.
1405 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1406 GDB.
1407
1408 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1409
1410 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1411 regex.
1412
1413 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1414
1415 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1416 test names.
1417
1418 2017-11-09 Pedro Alves <palves@redhat.com>
1419
1420 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1421 factored out from ...
1422 (top level): ... here, and adjusted to avoid expecting beyond the
1423 prompt in a single gdb_test_multiple.
1424
1425 2017-11-09 Pedro Alves <palves@redhat.com>
1426
1427 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1428 output.
1429 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1430 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1431 * gdb.server/ext-run.exp ("kill" test): Likewise.
1432 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1433
1434 2017-11-09 Pedro Alves <palves@redhat.com>
1435
1436 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1437 match till end of line.
1438
1439 2017-11-09 Pedro Alves <palves@redhat.com>
1440
1441 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1442
1443 2017-11-09 Pedro Alves <palves@redhat.com>
1444
1445 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1446 New procedures, factored out from ...
1447 (top level): ... here, and adjusted to avoid expecting beyond the
1448 prompt in one go.
1449
1450 2017-11-09 Pedro Alves <palves@redhat.com>
1451
1452 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1453 output. Fix '?' match.
1454
1455 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1456
1457 * gdb.ada/scoped_watch: New testcase.
1458 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1459 which is actually correct.
1460 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1461 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1462
1463 2017-11-08 Pedro Alves <palves@redhat.com>
1464
1465 * gdb.gdb/complaints.exp (test_initial_complaints)
1466 (test_serial_complaints, test_short_complaints): Call
1467 complaint_internal instead of complaint.
1468
1469 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1470
1471 * gdb.threads/tls-core.c: New file.
1472 * gdb.threads/tls-core.exp: Likewise.
1473
1474 2017-11-08 Pedro Alves <palves@redhat.com>
1475
1476 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1477 (p Exported_Capitalized): New test.
1478 (p exported_capitalized): New test.
1479
1480 2017-11-07 Pedro Alves <palves@redhat.com>
1481
1482 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1483
1484 2017-11-07 Pedro Alves <palves@redhat.com>
1485
1486 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1487 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1488 (disable_invalid, disable_inverted, disable_negative): New
1489 procedures.
1490 ("bad numbers"): New set of tests.
1491
1492 2017-11-07 Pedro Alves <palves@redhat.com>
1493
1494 * gdb.cp/ena-dis-br-range.exp: Add tests.
1495
1496 2017-11-07 Pedro Alves <palves@redhat.com>
1497
1498 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1499
1500 2017-11-07 Xavier Roirand <roirand@adacore.com>
1501 Pedro Alves <palves@redhat.com>
1502
1503 * gdb.base/ena-dis-br.exp: Add reference to
1504 gdb.cp/ena-dis-br-range.exp.
1505 * gdb.cp/ena-dis-br-range.exp: New file.
1506 * gdb.cp/ena-dis-br-range.cc: New file.
1507
1508 2017-11-06 Pedro Alves <palves@redhat.com>
1509
1510 * gdb.base/attach-non-pgrp-leader.c: New.
1511 * gdb.base/attach-non-pgrp-leader.exp: New.
1512
1513 2017-11-06 Pedro Alves <palves@redhat.com>
1514
1515 * configure.ac: No longer check for termio.h and sgtty.h.
1516 * configure: Regenerate.
1517 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1518 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1519 Remove termio and sgtty code.
1520
1521 2017-11-03 Yao Qi <yao.qi@linaro.org>
1522
1523 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1524 in GDB is disabled.
1525
1526 2017-11-03 Yao Qi <yao.qi@linaro.org>
1527
1528 * gdb.python/py-thrhandle.exp: Skip it if python is not
1529 enabled.
1530
1531 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1532
1533 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1534 as a breakpoint command.
1535
1536 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1537
1538 PR python/21213
1539 * gdb.python/py-infthread.exp: Test calling
1540 InferiorThread.inferior () multiple times in a row.
1541
1542 2017-10-27 Keith Seitz <keiths@redhat.com>
1543
1544 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1545 Test "info break" for every inlined function breakpoint.
1546
1547 2017-10-27 Yao Qi <yao.qi@linaro.org>
1548
1549 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1550
1551 2017-10-26 Patrick Frants <osscontribute@gmail.com>
1552
1553 * gdb.cp/classes.exp (test_static_members): Test printing
1554 Outer::instance.
1555 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1556 (Inner::instance, Outer::instance): New.
1557
1558 2017-10-24 Pedro Alves <palves@redhat.com>
1559
1560 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1561 extra console" test in two stages.
1562
1563 2017-10-24 Pedro Alves <palves@redhat.com>
1564
1565 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1566
1567 2017-10-24 Pedro Alves <palves@redhat.com>
1568
1569 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1570 loop.
1571
1572 2017-10-24 Pedro Alves <palves@redhat.com>
1573
1574 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1575 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1576
1577 2017-10-24 Pedro Alves <palves@redhat.com>
1578
1579 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1580 parameter and handle it. Don't output read value in test name.
1581
1582 2017-10-24 Pedro Alves <palves@redhat.com>
1583
1584 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1585 custom test name.
1586
1587 2017-10-24 Pedro Alves <palves@redhat.com>
1588
1589 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1590 include the unstable output directory name in the test's name.
1591 (initial_setup_simple) <'set args'>: Use custom test name.
1592
1593 2017-10-24 Pedro Alves <palves@redhat.com>
1594
1595 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1596 with explicit test name.
1597
1598 2017-10-20 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1601 'wait -i'. Use gdb_assert and remote_close.
1602
1603 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1604
1605 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1606 number from variable rather than hard-coded.
1607
1608 2017-10-19 Pedro Alves <palves@redhat.com>
1609
1610 * gdb.base/long-inferior-output.c: New file.
1611 * gdb.base/long-inferior-output.exp: New file.
1612
1613 2017-11-18 Keith Seitz <keiths@redhat.com>
1614
1615 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1616 method.
1617 (main): Call it.
1618 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1619 Add additional user-defined conversion operator tests.
1620
1621 2017-10-17 Pedro Alves <palves@redhat.com>
1622
1623 * boards/native-stdio-gdbserver.exp: Load "local-board".
1624
1625 2017-10-17 Pedro Alves <palves@redhat.com>
1626
1627 * gdb.base/quit-live.c: New file.
1628 * gdb.base/quit-live.exp: New file.
1629
1630 2017-10-16 Keith Seitz <keiths@redhat.com>
1631
1632 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1633 (class_with_protected_typedef, class_with_private_typedef)
1634 (struct_with_public_typedef, struct_with_protected_typedef)
1635 (struct_with_private_typedef): New classes/structs.
1636 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1637 typedefs and access specifiers.
1638
1639 2017-10-16 Pedro Alves <palves@redhat.com>
1640 Simon Marchi <simon.marchi@polymtl.ca>
1641
1642 * README (Local vs Remote vs Native): New section.
1643 * boards/local-board.exp: New file, with bits factored out from
1644 ...
1645 * boards/native-extended-gdbserver.exp: ... here. Load
1646 "local-board".
1647 * boards/native-gdbserver.exp: Load "local-board".
1648 (${board}_spawn, ${board}_exec): Delete.
1649 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1650 ...
1651 * boards/stdio-gdbserver-base.exp: ... this new file.
1652 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1653 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1654 procedure.
1655 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1656 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1657 stdio_gdbserver_command.
1658 (${board}_get_remote_address, ${board}_get_comm_port)
1659 (${board}_download, ${board}_upload): Delete.
1660 (get_target_remote_pipe_cmd): New.
1661
1662 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1663
1664 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1665 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1666 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1667 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1668 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1669 remove with_test_prefix.
1670
1671 2017-10-13 Pedro Alves <palves@redhat.com>
1672
1673 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1674 * gdb.base/annota1.exp: Use it instead of is_remote.
1675 * gdb.base/annota3.exp: Use it instead of is_remote.
1676 * gdb.cp/annota2.exp: Use it instead of is_remote.
1677 * gdb.cp/annota3.exp: Use it instead of is_remote.
1678 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1679
1680 2017-10-13 Pedro Alves <palves@redhat.com>
1681
1682 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1683 (test_num_test_vars, run_and_count_vars, find_env)
1684 (test_set_unset_env, test_inherit_env_var): New procedures.
1685 (top level): Use them.
1686
1687 2017-10-13 Pedro Alves <palves@redhat.com>
1688
1689 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1690 also skip on stub-like targets.
1691
1692 2017-10-13 Pedro Alves <palves@redhat.com>
1693
1694 PR gdb/22293
1695 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1696 (top level): Move some tests to ...
1697 (test_not_found): ... this new procedure.
1698 (top level): Call it.
1699
1700 2017-10-13 Pedro Alves <palves@redhat.com>
1701
1702 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1703 expect different "info terminal" output if testing with a
1704 non-native target.
1705
1706 2017-10-13 Pedro Alves <palves@redhat.com>
1707 Simon Marchi <simon.marchi@polymtl.ca>
1708
1709 PR python/12966
1710 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1711
1712 2017-10-13 Pedro Alves <palves@redhat.com>
1713
1714 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1715 already.
1716
1717 2017-10-13 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1720 is_remote.
1721
1722 2017-10-13 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1725 is_remote.
1726
1727 2017-10-13 Pedro Alves <palves@redhat.com>
1728
1729 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1730 is set.
1731 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1732 instead of is_remote.
1733
1734 2017-10-13 Pedro Alves <palves@redhat.com>
1735
1736 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1737 (top level): Add comment.
1738
1739 2017-10-13 Pedro Alves <palves@redhat.com>
1740
1741 * gdb.base/remote.exp (top level): Fix comment typo and add
1742 missing return.
1743
1744 2017-10-13 Pedro Alves <palves@redhat.com>
1745 Simon Marchi <simon.marchi@polymtl.ca>
1746
1747 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1748 calls and add comments. Skip test if use_gdb_stub is set.
1749 (top level): Use "set cwd" command instead of "cd" command.
1750
1751 2017-10-13 Pedro Alves <palves@redhat.com>
1752
1753 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1754 is_remote target check.
1755
1756 2017-10-13 Pedro Alves <palves@redhat.com>
1757
1758 * gdb.base/scope.exp: Use build_executable + clean_restart +
1759 gdb_file_cmd instead of prepare_for_testing and no longer skip
1760 "before run" tests on is_remote target boards. Update comments.
1761 * boards/native-extended-gdbserver.exp
1762 (extended_gdbserver_load_last_file): New, factored out from ...
1763 (gdb_load): ... this. Move further below and add comment.
1764 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1765
1766 2017-10-12 Pedro Alves <palves@redhat.com>
1767
1768 * gdb.base/attach.exp: Remove references to gdb64.
1769 * gdb.base/dbx.exp: Remove references to gdb64.
1770
1771 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1772 Pedro Alves <palves@redhat.com>
1773
1774 * gdb.base/label.exp: Remove is_remote target check.
1775
1776 2017-10-12 Pedro Alves <palves@redhat.com>
1777
1778 * gdb.base/auvx.exp (coredir): Update comment.
1779 (top level) <core_works>: Use "set cwd" command instead of "cd"
1780 command.
1781
1782 2017-10-12 Pedro Alves <palves@redhat.com>
1783 Simon Marchi <simon.marchi@polymtl.ca>
1784
1785 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1786 target boards.
1787
1788 2017-10-12 Pedro Alves <palves@redhat.com>
1789 Simon Marchi <simon.marchi@polymtl.ca>
1790
1791 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1792 Instead skip if there's any gdb_protocol set.
1793
1794 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1795 Pedro Alves <palves@redhat.com>
1796
1797 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1798
1799 2017-10-12 Pedro Alves <palves@redhat.com>
1800 Simon Marchi <simon.marchi@polymtl.ca>
1801
1802 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1803 instead of on dejagnu remote boards.
1804
1805 2017-10-12 Pedro Alves <palves@redhat.com>
1806 Simon Marchi <simon.marchi@polymtl.ca>
1807
1808 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1809 checks. Use build_executable + clean_restart instead of
1810 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1811 of enabling non-stop after starting gdb.
1812
1813 2017-10-12 Pedro Alves <palves@redhat.com>
1814
1815 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1816 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1817 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1818 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1819
1820 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1821
1822 * gdb.arch/arc-tdesc-cpu.exp: New file.
1823 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1824
1825 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1826
1827 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1828
1829 2017-10-10 Pedro Alves <palves@redhat.com>
1830
1831 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1832 expect CLI output.
1833
1834 2017-10-10 Pedro Alves <palves@redhat.com>
1835
1836 * lib/selftest-support.exp (selftest_setup): Update for
1837 captured_command_loop's prototype change.
1838
1839 2017-10-09 Pedro Alves <palves@redhat.com>
1840
1841 Test both arch1=>arch2 and arch2=>arch1.
1842
1843 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1844 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1845 factored out to...
1846 (append_arch1_options, append_arch2_options, append_arch_options)
1847 (build_executables): New procedures.
1848 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1849 local.
1850 (top level): Add new 'first_arch' testing axis.
1851
1852 2017-10-09 Pedro Alves <palves@redhat.com>
1853
1854 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1855 (barrier): New.
1856 (thread_start, all_started): New functions.
1857 (main): Spawn new thread and wait until it is scheduled.
1858 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1859 option.
1860 (do_test): Add 'selected_thread' parameter. Run to all_started
1861 instead of main. Explicitly set the breakpoint at main. Switch
1862 to the SELECTED_THREAD thread.
1863 (top level): Test handling the exec event with either the main
1864 thread or the second thread selected.
1865
1866 2017-10-09 Pedro Alves <palves@redhat.com>
1867
1868 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1869 logic. Move STOP marker after the value checks.
1870 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1871 regexp.
1872
1873 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1874
1875 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1876
1877 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1878
1879 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1880 integer-to-dfp conversion.
1881 * gdb.base/dfp-test.exp: Likewise.
1882
1883 2017-10-04 Pedro Alves <palves@redhat.com>
1884
1885 * gdb.multi/hangout.c: Include <unistd.h>.
1886 (hangout_loop): New function.
1887 (main): Call alarm. Call hangout_loop in a loop.
1888 * gdb.multi/hello.c: Include <unistd.h>.
1889 (hello_loop): New function.
1890 (main): Call alarm. Call hangout_loop in a loop.
1891 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1892 inferior with the other selected.
1893
1894 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1895
1896 * gdb.mi/list-thread-groups-available.exp: New file.
1897 * gdb.mi/list-thread-groups-available.c: New file.
1898
1899 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1900
1901 * gdb.base/set-cwd.exp: Make it available on
1902 native-extended-gdbserver.
1903
1904 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1905
1906 * gdb.base/set-cwd.c: New file.
1907 * gdb.base/set-cwd.exp: Likewise.
1908
1909 2017-10-02 Tom Tromey <tom@tromey.com>
1910
1911 PR rust/22236:
1912 * gdb.rust/simple.rs (main): New variable "fslice".
1913 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1914
1915 2017-10-02 Tom Tromey <tom@tromey.com>
1916
1917 * gdb.rust/simple.exp: Test ptype of a slice.
1918
1919 2017-10-02 Tom Tromey <tom@tromey.com>
1920
1921 * gdb.rust/simple.exp: Test index of slice.
1922
1923 2017-09-27 Tom Tromey <tom@tromey.com>
1924
1925 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1926
1927 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1928 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.base/compare-sections.exp (get value of read-only section): Read
1931 as unsigned value.
1932 (corrupt read-only section): Likewise and don't set written if patching
1933 failed.
1934
1935 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1936
1937 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1938 files.
1939
1940 2017-09-20 Pedro Alves <palves@redhat.com>
1941
1942 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1943 symbol names in gdb's output.
1944 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1945
1946 2017-09-20 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1949 Rename to ...
1950 (test_list_ambiguous_symbol): ... this and add a symbol name
1951 parameter. Adjust.
1952 (test_list_ambiguous_function): Reimplement on top of
1953 test_list_ambiguous_symbol and also test listing ambiguous
1954 variables.
1955 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1956 (ambiguous_fun): ... this.
1957 (ambiguous_var): New.
1958 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1959 (ambiguous_fun): ... this.
1960 (ambiguous_var): New.
1961
1962 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1963
1964 * gdb.base/starti.c: New file.
1965 * gdb.base/starti.exp: New file.
1966 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1967
1968 2017-09-14 Pedro Alves <palves@redhat.com>
1969
1970 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1971 (top level): Use it instead of runto.
1972
1973 2017-09-11 Tom Tromey <tom@tromey.com>
1974
1975 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1976
1977 2017-09-11 Tom Tromey <tom@tromey.com>
1978
1979 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1980 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1981
1982 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1983
1984 * gdb.fortran/printing-types.exp: New file.
1985 * gdb.fortran/printing-types.exp: New file.
1986
1987 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1988
1989 * gdb.fortran/vla-ptype.exp: Fix typos.
1990 * gdb.fortran/vla-value.exp: Same.
1991
1992 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1993
1994 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1995 * gdb.mi/mi-var-child-f.exp: Likewise.
1996 * gdb.mi/mi-vla-fortran.exp: Likewise.
1997
1998 2017-09-08 Frank Penczek <frank.penczek@intel.com>
1999 Christoph Weinmann <christoph.t.weinmann@intel.com>
2000 Bernhard Heckel <bernhard.heckel@intel.com>
2001
2002 * gdb.fortran/ptr-indentation.f90: New file.
2003 * gdb.fortran/ptr-indentation.exp: New file.
2004
2005 2017-09-05 Tom Tromey <tom@tromey.com>
2006
2007 PR gdb/22010:
2008 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2009
2010 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2011
2012 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2013
2014 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 * gdb.threads/tls-nodebug-pie.c: New file.
2017 * gdb.threads/tls-nodebug-pie.exp: New file.
2018
2019 2017-09-05 Tom Tromey <tom@tromey.com>
2020
2021 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2022 for rust.
2023
2024 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2025
2026 * gdb.multi/multi-arch-exec.exp: Test with different
2027 "follow-exec-mode" settings.
2028 (do_test): New procedure.
2029
2030 2017-09-04 Pedro Alves <palves@redhat.com>
2031
2032 * gdb.base/func-static.c (S::method const, S::method volatile)
2033 (S::method volatile const): New methods.
2034 (c_s, v_s, cv_s): New instances.
2035 (main): Call method() on them.
2036 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2037 (cannot_resolve): New procedure.
2038 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2039 print-quote-unquoted columns.
2040 (do_test): Test printing each scope too.
2041
2042 2017-09-04 Pedro Alves <palves@redhat.com>
2043
2044 * gdb.base/local-static.exp: Also test with
2045 class::method::variable wholly quoted.
2046 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2047
2048 2017-09-04 Pedro Alves <palves@redhat.com>
2049
2050 * gdb.base/local-static.c: New.
2051 * gdb.base/local-static.cc: New.
2052 * gdb.base/local-static.exp: New.
2053
2054 2017-09-04 Pedro Alves <palves@redhat.com>
2055
2056 * gdb.asm/asm-source.exp: Add casts to int.
2057 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2058 (dataglobal64_1, dataglobal64_2): New globals.
2059 * gdb.base/nodebug.exp: Test different expressions involving the
2060 new globals, with print, whatis and ptype. Add casts to int.
2061 * gdb.base/solib-display.exp: Add casts to int.
2062 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2063 * gdb.cp/m-static.exp: Add cast to int.
2064 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2065 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2066 tls variable with no debug info without a cast. Test with a cast
2067 to int too.
2068 * gdb.trace/entry-values.exp: Add casts.
2069
2070 2017-09-04 Pedro Alves <palves@redhat.com>
2071
2072 * gdb.base/nodebug.exp: Test that ptype's error about functions
2073 with unknown return type includes the function name too.
2074
2075 2017-09-04 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2078 return type of munmap in infcall.
2079 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2080 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2081 type of ftell in infcall.
2082 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2083 type of getpid in infcall.
2084 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2085 infcall.
2086 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2087 Bail on failure to extract the pid.
2088 * gdb.base/nodebug.c: #include <stdint.h>.
2089 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2090 New functions.
2091 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2092 Change expected output of print/whatis/ptype with functions with
2093 no debug info. Test all supported languages. Call
2094 test_call_promotion.
2095 * gdb.compile/compile.exp: Adjust expected output to expect
2096 warning.
2097 * gdb.threads/siginfo-threads.exp: Likewise.
2098
2099 2017-09-04 Pedro Alves <palves@redhat.com>
2100
2101 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2102 "prototypes". Test calling float functions via prototyped and
2103 unprototyped function pointers.
2104 (perform_all_tests): New parameter "prototypes". Pass it down.
2105 (top level): Pass down "prototypes" parameter to
2106 perform_all_tests.
2107
2108 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2109
2110 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2111 Test with nested loops.
2112
2113 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2114
2115 * gdb.base/commands.exp: Call the new procedures.
2116 (loop_break_test, loop_continue_test): New procedures.
2117
2118 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2119
2120 * gdb.base/commands.exp: Call new procedure.
2121 (define_if_without_arg_test): New procedure.
2122
2123 2017-09-04 Pedro Alves <palves@redhat.com>
2124
2125 * gdb.base/list-ambiguous.exp: New file.
2126 * gdb.base/list-ambiguous0.c: New file.
2127 * gdb.base/list-ambiguous1.c: New file.
2128 * gdb.base/list.exp (test_list_range): Adjust expected output.
2129
2130 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2131
2132 * gdb.base/share-env-with-gdbserver.c: New file.
2133 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2134
2135 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2136
2137 * gdb.base/commands.exp (gdbvar_simple_if_test,
2138 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2139 progvar_simple_if_test, progvar_simple_while_test,
2140 progvar_complex_if_while_test, user_defined_command_test,
2141 user_defined_command_args_eval,
2142 user_defined_command_args_stack_test,
2143 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2144 temporary_breakpoint_commands,
2145 gdb_test_no_prompt, redefine_hook_test,
2146 redefine_backtrace_test): Remove "global gdb_prompt".
2147
2148 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2149
2150 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2151 New proc, call it from toplevel.
2152
2153 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2154
2155 PR remote/21852
2156 * gdb.server/normal.c: New file, copied from gdb.base.
2157 * gdb.server/run-without-local-binary.exp: New file.
2158
2159 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2160
2161 * gdb.arch/sparc64-adi.exp: New file.
2162 * gdb.arch/sparc64-adi.c: New file.
2163
2164 2017-08-22 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2167 (top level): Add "list all overloads" tests.
2168
2169 2017-08-22 Tom Tromey <tom@tromey.com>
2170
2171 * gdb.gdb/xfullpath.exp: Remove.
2172
2173 2017-08-21 Pedro Alves <palves@redhat.com>
2174
2175 PR gdb/19487
2176 * gdb.base/symbol-alias.c: New.
2177 * gdb.base/symbol-alias2.c: New.
2178 * gdb.base/symbol-alias.exp: New.
2179
2180 2017-08-21 Pedro Alves <palves@redhat.com>
2181
2182 * gdb.base/dfp-test.c
2183 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2184 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2185 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2186 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2187 * gdb.base/whatis-ptype-typedefs.c: New.
2188 * gdb.base/whatis-ptype-typedefs.exp: New.
2189 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2190 (an_int, an_int_type, an_int_type2): New globals.
2191 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2192 involving typedefs and cast expressions.
2193 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2194 (lookup_typedefs_function): New.
2195 (typedefs_pretty_printers_dict): New.
2196 (top level): Register lookup_typedefs_function in
2197 gdb.pretty_printers.
2198
2199 2017-08-18 Yao Qi <yao.qi@linaro.org>
2200
2201 * gdb.server/unittest.exp: New.
2202
2203 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2204
2205 PR gdb/21954
2206 * gdb.base/environ.exp: Add test to check if 'unset environment'
2207 works.
2208
2209 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2210
2211 * lib/gdb.exp (universal_compile_options): New caching proc.
2212 (gdb_compile): Suppress GCC's coloring of messages.
2213
2214 2017-08-14 Tom Tromey <tom@tromey.com>
2215
2216 PR gdb/21675:
2217 * gdb.base/printcmds.exp (test_radices): New function.
2218 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2219 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2220 * lib/gdb.exp (get_integer_valueof): Use p/d.
2221
2222 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2223
2224 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2225 characters.
2226
2227 2017-08-05 Tom Tromey <tom@tromey.com>
2228
2229 * gdb.rust/simple.exp: Allow String to appear in a different
2230 namespace.
2231
2232 2017-07-26 Yao Qi <yao.qi@linaro.org>
2233
2234 * gdb.gdb/unittest.exp: Invoke command
2235 "maintenance check xml-descriptions".
2236
2237 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2238
2239 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2240 calling context.
2241 (hex128): Drop erroneous calculation of parameters.
2242
2243 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2244
2245 * gdb.python/py-unwind.exp: Disable stack protection when
2246 building test file.
2247
2248 2017-07-20 Pedro Alves <palves@redhat.com>
2249
2250 * gdb.base/default.exp (set language): Adjust expected output.
2251
2252 2017-07-20 Pedro Alves <palves@redhat.com>
2253
2254 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2255 (test_minsym): ... this, and make static.
2256 (get_pck__foo__bar__minsym): Rename to ...
2257 (get_test_minsym): ... this.
2258 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2259 symbol names and comments.
2260 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2261 (get_test_minsym): ... this.
2262 (pck__foo__bar__minsym__2): Rename to ...
2263 (test_minsym): ... this.
2264 (main): Adjust.
2265
2266 2017-07-17 Pedro Alves <palves@redhat.com>
2267
2268 * gdb.base/completion.exp: Adjust expected output.
2269 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2270 the completer works.
2271
2272 2017-07-17 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2275
2276 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2277
2278 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2279
2280 2017-07-14 Tom Tromey <tom@tromey.com>
2281
2282 PR rust/21764:
2283 * gdb.rust/simple.exp: Add tests.
2284
2285 2017-07-14 Tom Tromey <tom@tromey.com>
2286
2287 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2288
2289 2017-07-14 Pedro Alves <palves@redhat.com>
2290
2291 * gdb.linespec/base/one/thefile.cc (z1): New function.
2292 * gdb.linespec/base/two/thefile.cc (z2): New function.
2293 * gdb.linespec/linespec.exp: Add tests.
2294
2295 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2296
2297 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2298 to mi_create_breakpoint.
2299
2300 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2301
2302 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2303 mi_create_breakpoint.
2304
2305 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2306
2307 * gdb.dlang/demangle.exp: Update for demangling changes.
2308
2309 2017-07-09 Tom Tromey <tom@tromey.com>
2310
2311 * gdb.dwarf2/shortpiece.exp: New file.
2312
2313 2017-07-06 David Blaikie <dblaikie@gmail.com>
2314
2315 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2316 built from fissiont-multi-cu{1,2}.c.
2317 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2318 except putting 'main' and 'func' in separate CUs in the same DWO file.
2319 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2320 test.
2321 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2322 test.
2323
2324 2017-07-06 Pedro Alves <palves@redhat.com>
2325
2326 * gdb.python/py-unwind.exp: Test flushregs.
2327
2328 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2329
2330 PR cli/21688
2331 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2332 tests for alias commands and trailing whitespace.
2333
2334 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2335
2336 PR cli/21688
2337 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2338 procedure. Call it.
2339
2340 2017-06-29 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.base/printcmds.exp: Add tests.
2343
2344 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2345
2346 PR gdb/21337
2347 * gdb.base/reread-readsym.exp: New file.
2348 * gdb.base/reread-readsym.c: New file.
2349
2350 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2351
2352 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2353 subpattern.
2354
2355 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2356
2357 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2358 extended mnemonic.
2359 * gdb.arch/powerpc-power9.s: Likewise.
2360
2361 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2362
2363 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2364 on 32-bit x86 targets. Exploit is_*_target macros where
2365 appropriate.
2366
2367 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2368
2369 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2370 register pieces.
2371
2372 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2373
2374 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2375 located in one or more DWARF pieces.
2376
2377 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2378
2379 * lib/gdb.exp (get_endianness): New proc.
2380 * gdb.arch/aarch64-fp.exp: Use it.
2381 * gdb.arch/altivec-regs.exp: Likewise.
2382 * gdb.arch/e500-regs.exp: Likewise.
2383 * gdb.arch/vsx-regs.exp: Likewise.
2384 * gdb.base/dump.exp: Likewise.
2385 * gdb.base/funcargs.exp: Likewise.
2386 * gdb.base/gnu_vector.exp: Likewise.
2387 * gdb.dwarf2/formdata16.exp: Likewise.
2388 * gdb.dwarf2/implptrpiece.exp: Likewise.
2389 * gdb.dwarf2/nonvar-access.exp: Likewise.
2390 * gdb.python/py-inferior.exp: Likewise.
2391 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2392
2393 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2394
2395 PR gdb/21226
2396 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2397 stack value pieces are taken from the LSB end.
2398
2399 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2400
2401 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2402 variable at nonzero offset.
2403
2404 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2405
2406 * gdb.dwarf2/var-access.c: New file.
2407 * gdb.dwarf2/var-access.exp: New test.
2408 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2409
2410 2017-06-12 Tom Tromey <tom@tromey.com>
2411
2412 * gdb.dwarf2/formdata16.exp: Add tests.
2413
2414 2017-06-12 Tom Tromey <tom@tromey.com>
2415
2416 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2417
2418 2017-06-12 Tom Tromey <tom@tromey.com>
2419
2420 PR exp/16225:
2421 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2422 * gdb.arch/vsx-regs.exp: Update tests.
2423 * gdb.arch/s390-vregs.exp (hex128): New proc.
2424 Update test.
2425 * gdb.arch/altivec-regs.exp: Update tests.
2426
2427 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2428
2429 * gdb.base/startup-with-shell.c: New file.
2430 * gdb.base/startup-with-shell.exp: Likewise.
2431
2432 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2433
2434 * gdb.server/non-existing-program.exp: Update regex in order to
2435 reflect the fact that gdbserver is now using fork_inferior (with a
2436 shell) to startup the inferior.
2437
2438 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2439
2440 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2441 support function calls from GDB.
2442
2443 2017-05-21 Tom Tromey <tom@tromey.com>
2444
2445 PR rust/21466:
2446 * gdb.rust/unsized.exp: New file.
2447 * gdb.rust/unsized.rs: New file.
2448
2449 2017-05-19 Tom Tromey <tom@tromey.com>
2450
2451 PR rust/21484:
2452 * gdb.rust/watch.exp: New file.
2453 * gdb.rust/watch.rs: New file.
2454
2455 2017-05-18 Tom Tromey <tom@tromey.com>
2456
2457 * gdb.rust/simple.exp: Allow Box to be qualified.
2458
2459 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2460
2461 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2462
2463 2017-05-18 Pedro Alves <palves@redhat.com>
2464
2465 * gdb.base/fileio.c (test_write, test_read, test_close)
2466 (test_fstat): Don't print 'ret' in the fail path.
2467
2468 2017-05-18 Pedro Alves <palves@redhat.com>
2469
2470 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2471 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2472 (test_system, test_rename, test_unlink, test_time): Change
2473 prototypes.
2474 * gdb.base/fileio.exp (stop_msg): Adjust.
2475
2476 2017-05-18 Pedro Alves <palves@redhat.com>
2477
2478 * gdb.base/fileio.c (null_str): New global.
2479 (test_stat): Use it.
2480 * gdb.base/fileio.exp: Remove nowarnings.
2481
2482 2017-05-17 Yao Qi <yao.qi@linaro.org>
2483
2484 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2485
2486 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2487
2488 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2489 argument command.
2490 (top-level): Invoke test_set_inferior_tty.
2491
2492 2017-05-04 Pedro Alves <palves@redhat.com>
2493
2494 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2495 Add parens to print call for Python 3.
2496
2497 2017-05-03 Keith Seitz <keiths@redhat.com>
2498
2499 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2500 (main): Call it.
2501
2502 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2503
2504 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2505 to prev and next.
2506
2507 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2508
2509 * gdb.python/py-record-btrace.exp: Remove test for
2510 gdb.BtraceInstruction.error.
2511
2512 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2513
2514 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2515
2516 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2517
2518 * gdb.python/py-record-btrace-threads.c: New file.
2519 * gdb.python/py-record-btrace-threads.exp: New file.
2520
2521 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2522
2523 PR testsuite/8595
2524 * gdb.base/environ.exp: Make test available in all architectures.
2525 Move bits related to "info program" testing to
2526 gdb.base/info-program.exp. Rewrite tests to use the two new
2527 procedures mentione below.
2528 (test_set_show_env_var) New procedure.
2529 (test_set_show_env_var_equal): Likewise.
2530 * gdb.base/info-program.exp: New file.
2531
2532 2017-04-27 Keith Seitz <keiths@redhat.com>
2533
2534 * gdb.cp/oranking.cc (test15): New function.
2535 (main): Call test15 and declare additional variables for testing.
2536 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2537 "p foo101('abc')" tests.
2538 Add tests for cv qualifier overloads.
2539 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2540 "lvalue reference overload" test.
2541 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2542 "print value of f1 on Child&& in f2" test.
2543
2544 2017-04-19 Pedro Alves <palves@redhat.com>
2545
2546 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2547 procedure.
2548 (top level): Call it.
2549 * lib/gdb.exp (gdb_define_cmd): New procedure.
2550
2551 2017-04-12 Pedro Alves <palves@redhat.com>
2552
2553 PR gdb/21323
2554 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2555 (wchar): New global.
2556 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2557 (do_test_wide_char, wide_char_types_no_program, top level): Add
2558 wchar_t testing.
2559
2560 2017-04-12 Pedro Alves <palves@redhat.com>
2561
2562 PR c++/21323
2563 * gdb.cp/wide_char_types.c: New file.
2564 * gdb.cp/wide_char_types.exp: New file.
2565
2566 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2567
2568 PR gdb/21352
2569 * gdb.trace/tsv.exp: Add test for "tsave -r".
2570
2571 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2572
2573 * gdb.dlang/watch-loc.c: New file.
2574 * gdb.dlang/watch-loc.exp: New file.
2575
2576 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2577
2578 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2579
2580 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2581
2582 * gdb.arch/arc-analyze-prologue.S: New file.
2583 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2584
2585 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2586
2587 * gdb.arch/arc-decode-insn.S: New file.
2588 * gdb.arch/arc-decode-insn.exp: Likewise.
2589
2590 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2591
2592 PR tdep/20928
2593 * gdb.arch/sparc64-regs.exp: New file.
2594 * gdb.arch/sparc64-regs.S: Likewise.
2595
2596 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2597
2598 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2599 and memory view on Python 3.
2600
2601 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
2602 Keith Seitz <keiths@redhat.com>
2603
2604 PR gdb/14441
2605 * gdb.cp/demangle.exp: Add rvalue reference tests.
2606 * gdb.cp/rvalue-ref-casts.cc: New file.
2607 * gdb.cp/rvalue-ref-casts.exp: New file.
2608 * gdb.cp/rvalue-ref-overload.cc: New file.
2609 * gdb.cp/rvalue-ref-overload.exp: New file.
2610 * gdb.cp/rvalue-ref-params.cc: New file.
2611 * gdb.cp/rvalue-ref-params.exp: New file.
2612 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2613 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2614 * gdb.cp/rvalue-ref-types.cc: New file.
2615 * gdb.cp/rvalue-ref-types.exp: New file.
2616 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2617 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2618
2619 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2620
2621 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2622 New procedure.
2623
2624 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2625
2626 * lib/mi-support.exp (mi_gdb_test): Add additional message
2627 for unexpected output.
2628
2629 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2630
2631 * gdb.base/examine-backward.c (Barrier): New character array
2632 constant, to ensure that TestStrings is preceded by a string
2633 terminator.
2634
2635 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2636
2637 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2638 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2639 and implicit pointer into such a location.
2640
2641 2017-03-16 Doug Evans <dje@google.com>
2642
2643 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2644
2645 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2646
2647 * gdb.cp/m-static.exp: Fix expectation for prototype of
2648 test5.single_constructor and single_constructor::single_constructor.
2649
2650 2017-03-16 Doug Evans <dje@google.com>
2651
2652 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2653 * gdb.guile/scm-lazy-string.c: New file.
2654 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2655 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2656 for pointer, array, typedef lazy strings.
2657
2658 2017-03-16 Doug Evans <dje@google.com>
2659
2660 PR python/17728, python/18439, python/18779
2661 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2662 * gdb.python/py-lazy-string.c (pointer): New typedef.
2663 (main): New locals ptr, array, typedef_ptr.
2664 * gdb.python/py-value.exp: Move lazy string tests to ...
2665 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2666 array, typedef lazy strings.
2667
2668 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2669
2670 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2671 Add optional 'test' parameter.
2672
2673 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2674
2675 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2676 Skip for versions of DejaGnu < 1.5.
2677
2678 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2679
2680 * lib/gdb.exp (dejagnu_version): New proc.
2681 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2682 Use dejagnu_version.
2683
2684 2017-03-10 Keith Seitz <keiths@redhat.com>
2685
2686 PR c++/8128
2687 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2688 type from destructor regexps.
2689 Add a branch which actually passes the test.
2690 Adjust "ptype t5i" test names.
2691
2692 2017-03-08 Pedro Alves <palves@redhat.com>
2693
2694 * gdb.base/step-over-exit.exp: Add explicit test message.
2695
2696 2017-03-08 Pedro Alves <palves@redhat.com>
2697
2698 PR gdb/18360
2699 * gdb.threads/interrupt-while-step-over.c: New file.
2700 * gdb.threads/interrupt-while-step-over.exp: New file.
2701
2702 2017-03-08 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2705 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2706
2707 2017-03-08 Pedro Alves <palves@redhat.com>
2708
2709 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2710 PKRU as not supported as a PASS.
2711
2712 2017-03-08 Pedro Alves <palves@redhat.com>
2713
2714 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2715 prefix instead of $binfile1/$binfile2.
2716 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2717 in test message.
2718 * gdb.python/py-completion.exp: Use "load python file" as test
2719 messages instead of unstable path names.
2720
2721 2017-03-08 Pedro Alves <palves@redhat.com>
2722 Jan Kratochvil <jan.kratochvil@redhat.com>
2723
2724 PR cli/21218
2725 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2726 New proc.
2727 (top level): Call it.
2728
2729 2017-03-08 Pedro Alves <palves@redhat.com>
2730
2731 PR tui/21216
2732 * gdb.tui/tui-nl-filtered-output.exp: New file.
2733
2734 2017-03-08 Pedro Alves <palves@redhat.com>
2735
2736 * gdb.base/completion.exp: Move TUI completion tests to ...
2737 * gdb.tui/completion.exp: ... this new file.
2738
2739 2017-03-08 Pedro Alves <palves@redhat.com>
2740
2741 * gdb.base/tui-disasm-long-lines.c,
2742 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2743 gdb.base/tui-layout.exp: Move to ...
2744 * gdb.tui/: ... this new directory.
2745
2746 2017-03-07 Pedro Alves <palves@redhat.com>
2747
2748 * gdb.base/tui-layout.c: New file.
2749 * gdb.base/tui-layout.exp: New file.
2750
2751 2017-03-07 Pedro Alves <palves@redhat.com>
2752
2753 * gdb.base/tui-layout.c: Rename to ...
2754 * gdb.base/tui-disasm-long-lines.c: ... this.
2755 * gdb.base/tui-layout.exp: Rename to ...
2756 * gdb.base/tui-disasm-long-lines.exp: ... this.
2757
2758 2017-03-07 Pedro Alves <palves@redhat.com>
2759
2760 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2761
2762 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2763
2764 * i386-mpx-call.c: New file.
2765 * i386-mpx-call.exp: New file.
2766
2767 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2768
2769 * gdb.arch/powerpc-power.exp: Delete test.
2770 * gdb.arch/powerpc-power.s: Likewise.
2771 * gdb.disasm/disassembler-options.exp: New test.
2772 * gdb.arch/powerpc-altivec.exp: Likewise.
2773 * gdb.arch/powerpc-altivec.s: Likewise.
2774 * gdb.arch/powerpc-altivec2.exp: Likewise.
2775 * gdb.arch/powerpc-altivec2.s: Likewise.
2776 * gdb.arch/powerpc-altivec3.exp: Likewise.
2777 * gdb.arch/powerpc-altivec3.s: Likewise.
2778 * gdb.arch/powerpc-power7.exp: Likewise.
2779 * gdb.arch/powerpc-power7.s: Likewise.
2780 * gdb.arch/powerpc-power8.exp: Likewise.
2781 * gdb.arch/powerpc-power8.s: Likewise.
2782 * gdb.arch/powerpc-power9.exp: Likewise.
2783 * gdb.arch/powerpc-power9.s: Likewise.
2784 * gdb.arch/powerpc-vsx.exp: Likewise.
2785 * gdb.arch/powerpc-vsx.s: Likewise.
2786 * gdb.arch/powerpc-vsx2.exp: Likewise.
2787 * gdb.arch/powerpc-vsx2.s: Likewise.
2788 * gdb.arch/powerpc-vsx3.exp: Likewise.
2789 * gdb.arch/powerpc-vsx3.s: Likewise.
2790 * gdb.arch/arm-disassembler-options.exp: Likewise.
2791 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2792 * gdb.arch/s390-disassembler-options.exp: Likewise.
2793
2794 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
2795
2796 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2797 (check_supported_features): ... this. Changed return type to void.
2798 (supports_rdseed): New static global.
2799 (rdseed): Check supports_rdseed.
2800 (initialize): Call check_supported_features.
2801
2802 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2803
2804 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2805 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2806 and lqarx/stqcx.
2807 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2808 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2809
2810 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2811
2812 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2813 uppercase.
2814
2815 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2816
2817 * gdb.dwarf2/formdata16.c: New file.
2818 * gdb.dwarf2/formdata16.exp: New file.
2819 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2820
2821 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2822
2823 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2824 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2825 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2826 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2827 DW_AT_GNU_*.
2828
2829 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2830
2831 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2832
2833 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2834
2835 PR gdb/21164
2836 * gdb.base/maint.exp: Add testcases for when the commands do
2837 not have arguments.
2838
2839 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2840
2841 * gdb.cp/chained-calls.exp: Use p instead of P.
2842
2843 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2844
2845 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2846 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2847
2848 2017-02-14 Tom Tromey <tom@tromey.com>
2849
2850 PR python/13598:
2851 * gdb.python/py-events.exp: Add before_prompt event tests.
2852
2853 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2854
2855 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2856
2857 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2858
2859 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2860 (main): Call my_unique_function_name.
2861 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2862 completion of patterns with a single match.
2863 Add missing -re switches to gdb_test_multiple calls.
2864
2865 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2866
2867 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2868 return if core file is not recognized.
2869
2870 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2871
2872 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2873 and extra UIs.
2874
2875 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2876
2877 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2878 proc_with_prefix.
2879
2880 2017-02-10 Tom Tromey <tom@tromey.com>
2881
2882 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2883
2884 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
2885
2886 PR gdb/21122
2887 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2888
2889 2017-02-08 Jerome Guitton <guitton@adacore.com>
2890
2891 * gdb.base/define.exp: Add test for command abbreviations
2892 in define.
2893
2894 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
2895
2896 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2897 * gdb.reverse/insn-reverse-x86.c: New file.
2898
2899 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2900
2901 PR tdep/20936
2902 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2903
2904 2017-02-03 Tom Tromey <tom@tromey.com>
2905
2906 PR rust/21097:
2907 * gdb.rust/simple.exp: Add new tests.
2908
2909 2017-02-02 Pedro Alves <palves@redhat.com>
2910
2911 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2912 tests.
2913
2914 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2915
2916 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2917 taking a 2-byte value out of a 4-byte DWARF implicit value on
2918 big-endian targets.
2919 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2920 logic. Add test cases for DW_OP_implicit.
2921
2922 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2923
2924 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2925
2926 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2927
2928 * gdb.btrace/enable.exp: Call gdb_exit before
2929 skip_gdbserver_tests.
2930
2931 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2932
2933 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2934 GDBFLAGS.
2935
2936 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2937
2938 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2939 the test is skipped.
2940 * gdb.btrace/data.exp: Likewise.
2941 * gdb.btrace/delta.exp: Likewise.
2942 * gdb.btrace/dlopen.exp: Likewise.
2943 * gdb.btrace/enable-running.exp: Likewise.
2944 * gdb.btrace/enable.exp: Likewise.
2945 * gdb.btrace/exception.exp: Likewise.
2946 * gdb.btrace/function_call_history.exp: Likewise.
2947 * gdb.btrace/gcore.exp: Likewise.
2948 * gdb.btrace/instruction_history.exp: Likewise.
2949 * gdb.btrace/multi-thread-step.exp: Likewise.
2950 * gdb.btrace/nohist.exp: Likewise.
2951 * gdb.btrace/non-stop.exp: Likewise.
2952 * gdb.btrace/reconnect.exp: Likewise.
2953 * gdb.btrace/record_goto-step.exp: Likewise.
2954 * gdb.btrace/record_goto.exp: Likewise.
2955 * gdb.btrace/rn-dl-bind.exp: Likewise.
2956 * gdb.btrace/segv.exp: Likewise.
2957 * gdb.btrace/step.exp: Likewise.
2958 * gdb.btrace/stepi.exp: Likewise.
2959 * gdb.btrace/tailcall-only.exp: Likewise.
2960 * gdb.btrace/tailcall.exp: Likewise.
2961 * gdb.btrace/tsx.exp: Likewise.
2962 * gdb.btrace/unknown_functions.exp: Likewise.
2963 * gdb.btrace/vdso.exp: Likewise.
2964
2965 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2966
2967 * gdb.btrace/enable-running.c: New.
2968 * gdb.btrace/enable-running.exp: New.
2969
2970 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2971
2972 * gdb.arch/amd64-gs_base.c: New file.
2973 * gdb.arch/amd64-gs_base.exp: New file.
2974
2975 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2976
2977 * lib/memory.exp: Remove spurious empty newlines.
2978
2979 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2980
2981 * gdb.python/py-bad-printers.exp: Load python file using "source".
2982 * gdb.python/py-events.exp: Likewise.
2983 * gdb.python/py-evsignal.exp: Likewise.
2984 * gdb.python/py-evthreads.exp: Likewise.
2985 * gdb.python/py-frame-args.exp: Likewise.
2986 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2987 * gdb.python/py-framefilter-mi.exp: Likewise.
2988 * gdb.python/py-framefilter.exp: Likewise.
2989 * gdb.python/py-mi.exp: Likewise.
2990 * gdb.python/py-pp-maint.exp: Likewise.
2991 * gdb.python/py-pp-registration.exp: Likewise.
2992 * gdb.python/py-prettyprint.exp: Likewise.
2993 (run_lang_tests): Likewise.
2994 * gdb.python/py-typeprint.exp: Likewise.
2995
2996 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2997
2998 * lib/memory.exp: New file.
2999 * lib/gdb.exp: Load memory.exp.
3000 * gdb.base/memattr.exp (delete_memory): Move proc to
3001 lib/memory.exp and rename to delete_memory_regions.
3002 Replace delete_memory with delete_memory_regions.
3003 Cleanup memory regions before tests.
3004 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3005 before tests.
3006
3007 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3008
3009 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3010 files.
3011 (initialize): New function conditionally defined.
3012 (testcases): Move within conditional block.
3013 (main): Call initialize.
3014 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3015 of gdb.reverse/insn-reverse.c.
3016 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3017 gdb.reverse/insn-reverse.c.
3018
3019 2017-01-26 Yao Qi <yao.qi@linaro.org>
3020
3021 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3022 disassemble on address 0.
3023
3024 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3025 Yao Qi <yao.qi@linaro.org>
3026
3027 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3028 * gdb.dwarf2/implptr-64bit.S: Remove.
3029 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3030 variables in caller's context. Add DW_OP_implicit_value.
3031
3032 2017-01-25 Yao Qi <yao.qi@linaro.org>
3033
3034 * lib/dwarf.exp (Dwarf::_location): Handle
3035 DW_OP_GNU_implicit_pointer with proper size.
3036
3037 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3038
3039 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3040 and add untested calls.
3041
3042 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3043
3044 * gdb.python/python.exp: Check line number against what GDB thinks
3045 the line number is for func1.
3046
3047 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3048
3049 * gdb.dlang/debug-expr.exp: New file.
3050
3051 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3052
3053 Fix test names for the following files:
3054
3055 * gdb.ada/exec_changed.exp
3056 * gdb.ada/info_types.exp
3057 * gdb.arch/aarch64-atomic-inst.exp
3058 * gdb.arch/aarch64-fp.exp
3059 * gdb.arch/altivec-abi.exp
3060 * gdb.arch/altivec-regs.exp
3061 * gdb.arch/amd64-byte.exp
3062 * gdb.arch/amd64-disp-step.exp
3063 * gdb.arch/amd64-dword.exp
3064 * gdb.arch/amd64-entry-value-inline.exp
3065 * gdb.arch/amd64-entry-value-param.exp
3066 * gdb.arch/amd64-entry-value-paramref.exp
3067 * gdb.arch/amd64-entry-value.exp
3068 * gdb.arch/amd64-i386-address.exp
3069 * gdb.arch/amd64-invalid-stack-middle.exp
3070 * gdb.arch/amd64-invalid-stack-top.exp
3071 * gdb.arch/amd64-optimout-repeat.exp
3072 * gdb.arch/amd64-prologue-skip.exp
3073 * gdb.arch/amd64-prologue-xmm.exp
3074 * gdb.arch/amd64-stap-special-operands.exp
3075 * gdb.arch/amd64-stap-wrong-subexp.exp
3076 * gdb.arch/amd64-tailcall-cxx.exp
3077 * gdb.arch/amd64-tailcall-noret.exp
3078 * gdb.arch/amd64-tailcall-ret.exp
3079 * gdb.arch/amd64-tailcall-self.exp
3080 * gdb.arch/amd64-word.exp
3081 * gdb.arch/arm-bl-branch-dest.exp
3082 * gdb.arch/arm-disp-step.exp
3083 * gdb.arch/arm-neon.exp
3084 * gdb.arch/arm-single-step-kernel-helper.exp
3085 * gdb.arch/avr-flash-qualifier.exp
3086 * gdb.arch/disp-step-insn-reloc.exp
3087 * gdb.arch/e500-abi.exp
3088 * gdb.arch/e500-regs.exp
3089 * gdb.arch/ftrace-insn-reloc.exp
3090 * gdb.arch/i386-avx512.exp
3091 * gdb.arch/i386-bp_permanent.exp
3092 * gdb.arch/i386-byte.exp
3093 * gdb.arch/i386-cfi-notcurrent.exp
3094 * gdb.arch/i386-disp-step.exp
3095 * gdb.arch/i386-dr3-watch.exp
3096 * gdb.arch/i386-float.exp
3097 * gdb.arch/i386-gnu-cfi.exp
3098 * gdb.arch/i386-mpx-map.exp
3099 * gdb.arch/i386-mpx-sigsegv.exp
3100 * gdb.arch/i386-mpx-simple_segv.exp
3101 * gdb.arch/i386-mpx.exp
3102 * gdb.arch/i386-permbkpt.exp
3103 * gdb.arch/i386-prologue.exp
3104 * gdb.arch/i386-signal.exp
3105 * gdb.arch/i386-size-overlap.exp
3106 * gdb.arch/i386-unwind.exp
3107 * gdb.arch/i386-word.exp
3108 * gdb.arch/mips-fcr.exp
3109 * gdb.arch/powerpc-d128-regs.exp
3110 * gdb.arch/powerpc-stackless.exp
3111 * gdb.arch/ppc64-atomic-inst.exp
3112 * gdb.arch/s390-stackless.exp
3113 * gdb.arch/s390-tdbregs.exp
3114 * gdb.arch/s390-vregs.exp
3115 * gdb.arch/sparc-sysstep.exp
3116 * gdb.arch/thumb-bx-pc.exp
3117 * gdb.arch/thumb-singlestep.exp
3118 * gdb.arch/thumb2-it.exp
3119 * gdb.arch/vsx-regs.exp
3120 * gdb.asm/asm-source.exp
3121 * gdb.base/a2-run.exp
3122 * gdb.base/advance.exp
3123 * gdb.base/all-bin.exp
3124 * gdb.base/anon.exp
3125 * gdb.base/args.exp
3126 * gdb.base/arithmet.exp
3127 * gdb.base/async-shell.exp
3128 * gdb.base/async.exp
3129 * gdb.base/attach-pie-noexec.exp
3130 * gdb.base/attach-twice.exp
3131 * gdb.base/auto-load.exp
3132 * gdb.base/bang.exp
3133 * gdb.base/bitfields.exp
3134 * gdb.base/break-always.exp
3135 * gdb.base/break-caller-line.exp
3136 * gdb.base/break-entry.exp
3137 * gdb.base/break-inline.exp
3138 * gdb.base/break-on-linker-gcd-function.exp
3139 * gdb.base/break-probes.exp
3140 * gdb.base/break.exp
3141 * gdb.base/breakpoint-shadow.exp
3142 * gdb.base/call-ar-st.exp
3143 * gdb.base/call-sc.exp
3144 * gdb.base/call-signal-resume.exp
3145 * gdb.base/call-strs.exp
3146 * gdb.base/callfuncs.exp
3147 * gdb.base/catch-fork-static.exp
3148 * gdb.base/catch-gdb-caused-signals.exp
3149 * gdb.base/catch-load.exp
3150 * gdb.base/catch-signal-fork.exp
3151 * gdb.base/catch-signal.exp
3152 * gdb.base/catch-syscall.exp
3153 * gdb.base/charset.exp
3154 * gdb.base/checkpoint.exp
3155 * gdb.base/chng-syms.exp
3156 * gdb.base/code-expr.exp
3157 * gdb.base/code_elim.exp
3158 * gdb.base/commands.exp
3159 * gdb.base/completion.exp
3160 * gdb.base/complex.exp
3161 * gdb.base/cond-expr.exp
3162 * gdb.base/condbreak.exp
3163 * gdb.base/consecutive.exp
3164 * gdb.base/continue-all-already-running.exp
3165 * gdb.base/coredump-filter.exp
3166 * gdb.base/corefile.exp
3167 * gdb.base/dbx.exp
3168 * gdb.base/debug-expr.exp
3169 * gdb.base/define.exp
3170 * gdb.base/del.exp
3171 * gdb.base/disabled-location.exp
3172 * gdb.base/disasm-end-cu.exp
3173 * gdb.base/disasm-optim.exp
3174 * gdb.base/display.exp
3175 * gdb.base/duplicate-bp.exp
3176 * gdb.base/ena-dis-br.exp
3177 * gdb.base/ending-run.exp
3178 * gdb.base/enumval.exp
3179 * gdb.base/environ.exp
3180 * gdb.base/eu-strip-infcall.exp
3181 * gdb.base/eval-avoid-side-effects.exp
3182 * gdb.base/eval-skip.exp
3183 * gdb.base/exitsignal.exp
3184 * gdb.base/expand-psymtabs.exp
3185 * gdb.base/filesym.exp
3186 * gdb.base/find-unmapped.exp
3187 * gdb.base/finish.exp
3188 * gdb.base/float.exp
3189 * gdb.base/foll-exec-mode.exp
3190 * gdb.base/foll-exec.exp
3191 * gdb.base/foll-fork.exp
3192 * gdb.base/fortran-sym-case.exp
3193 * gdb.base/freebpcmd.exp
3194 * gdb.base/func-ptr.exp
3195 * gdb.base/func-ptrs.exp
3196 * gdb.base/funcargs.exp
3197 * gdb.base/gcore-buffer-overflow.exp
3198 * gdb.base/gcore-relro-pie.exp
3199 * gdb.base/gcore-relro.exp
3200 * gdb.base/gcore.exp
3201 * gdb.base/gdb1090.exp
3202 * gdb.base/gdb11530.exp
3203 * gdb.base/gdb11531.exp
3204 * gdb.base/gdb1821.exp
3205 * gdb.base/gdbindex-stabs.exp
3206 * gdb.base/gdbvars.exp
3207 * gdb.base/hbreak.exp
3208 * gdb.base/hbreak2.exp
3209 * gdb.base/included.exp
3210 * gdb.base/infcall-input.exp
3211 * gdb.base/inferior-died.exp
3212 * gdb.base/infnan.exp
3213 * gdb.base/info-macros.exp
3214 * gdb.base/info-os.exp
3215 * gdb.base/info-proc.exp
3216 * gdb.base/info-shared.exp
3217 * gdb.base/info-target.exp
3218 * gdb.base/infoline.exp
3219 * gdb.base/interp.exp
3220 * gdb.base/interrupt.exp
3221 * gdb.base/jit-reader.exp
3222 * gdb.base/jit-simple.exp
3223 * gdb.base/kill-after-signal.exp
3224 * gdb.base/kill-detach-inferiors-cmd.exp
3225 * gdb.base/label.exp
3226 * gdb.base/langs.exp
3227 * gdb.base/ldbl_e308.exp
3228 * gdb.base/line-symtabs.exp
3229 * gdb.base/linespecs.exp
3230 * gdb.base/list.exp
3231 * gdb.base/long_long.exp
3232 * gdb.base/longest-types.exp
3233 * gdb.base/maint.exp
3234 * gdb.base/max-value-size.exp
3235 * gdb.base/memattr.exp
3236 * gdb.base/mips_pro.exp
3237 * gdb.base/morestack.exp
3238 * gdb.base/moribund-step.exp
3239 * gdb.base/multi-forks.exp
3240 * gdb.base/nested-addr.exp
3241 * gdb.base/nextoverexit.exp
3242 * gdb.base/noreturn-finish.exp
3243 * gdb.base/noreturn-return.exp
3244 * gdb.base/nostdlib.exp
3245 * gdb.base/offsets.exp
3246 * gdb.base/opaque.exp
3247 * gdb.base/pc-fp.exp
3248 * gdb.base/permissions.exp
3249 * gdb.base/print-symbol-loading.exp
3250 * gdb.base/prologue-include.exp
3251 * gdb.base/psymtab.exp
3252 * gdb.base/ptype.exp
3253 * gdb.base/random-signal.exp
3254 * gdb.base/randomize.exp
3255 * gdb.base/range-stepping.exp
3256 * gdb.base/readline-ask.exp
3257 * gdb.base/recpar.exp
3258 * gdb.base/recurse.exp
3259 * gdb.base/relational.exp
3260 * gdb.base/restore.exp
3261 * gdb.base/return-nodebug.exp
3262 * gdb.base/return.exp
3263 * gdb.base/run-after-attach.exp
3264 * gdb.base/save-bp.exp
3265 * gdb.base/scope.exp
3266 * gdb.base/sect-cmd.exp
3267 * gdb.base/set-lang-auto.exp
3268 * gdb.base/set-noassign.exp
3269 * gdb.base/setvar.exp
3270 * gdb.base/sigall.exp
3271 * gdb.base/sigbpt.exp
3272 * gdb.base/siginfo-addr.exp
3273 * gdb.base/siginfo-infcall.exp
3274 * gdb.base/siginfo-obj.exp
3275 * gdb.base/siginfo.exp
3276 * gdb.base/signals-state-child.exp
3277 * gdb.base/signest.exp
3278 * gdb.base/sigstep.exp
3279 * gdb.base/sizeof.exp
3280 * gdb.base/skip.exp
3281 * gdb.base/solib-corrupted.exp
3282 * gdb.base/solib-nodir.exp
3283 * gdb.base/solib-search.exp
3284 * gdb.base/stack-checking.exp
3285 * gdb.base/stale-infcall.exp
3286 * gdb.base/stap-probe.exp
3287 * gdb.base/start.exp
3288 * gdb.base/step-break.exp
3289 * gdb.base/step-bt.exp
3290 * gdb.base/step-line.exp
3291 * gdb.base/step-over-exit.exp
3292 * gdb.base/step-over-syscall.exp
3293 * gdb.base/step-resume-infcall.exp
3294 * gdb.base/step-test.exp
3295 * gdb.base/store.exp
3296 * gdb.base/structs3.exp
3297 * gdb.base/sym-file.exp
3298 * gdb.base/symbol-without-target_section.exp
3299 * gdb.base/term.exp
3300 * gdb.base/testenv.exp
3301 * gdb.base/ui-redirect.exp
3302 * gdb.base/until.exp
3303 * gdb.base/unwindonsignal.exp
3304 * gdb.base/value-double-free.exp
3305 * gdb.base/vla-datatypes.exp
3306 * gdb.base/vla-ptr.exp
3307 * gdb.base/vla-sideeffect.exp
3308 * gdb.base/volatile.exp
3309 * gdb.base/watch-cond-infcall.exp
3310 * gdb.base/watch-cond.exp
3311 * gdb.base/watch-non-mem.exp
3312 * gdb.base/watch-read.exp
3313 * gdb.base/watch-vfork.exp
3314 * gdb.base/watchpoint-cond-gone.exp
3315 * gdb.base/watchpoint-delete.exp
3316 * gdb.base/watchpoint-hw-hit-once.exp
3317 * gdb.base/watchpoint-hw.exp
3318 * gdb.base/watchpoint-stops-at-right-insn.exp
3319 * gdb.base/watchpoints.exp
3320 * gdb.base/wchar.exp
3321 * gdb.base/whatis-exp.exp
3322 * gdb.btrace/buffer-size.exp
3323 * gdb.btrace/data.exp
3324 * gdb.btrace/delta.exp
3325 * gdb.btrace/dlopen.exp
3326 * gdb.btrace/enable.exp
3327 * gdb.btrace/exception.exp
3328 * gdb.btrace/function_call_history.exp
3329 * gdb.btrace/gcore.exp
3330 * gdb.btrace/instruction_history.exp
3331 * gdb.btrace/nohist.exp
3332 * gdb.btrace/reconnect.exp
3333 * gdb.btrace/record_goto-step.exp
3334 * gdb.btrace/record_goto.exp
3335 * gdb.btrace/rn-dl-bind.exp
3336 * gdb.btrace/segv.exp
3337 * gdb.btrace/step.exp
3338 * gdb.btrace/stepi.exp
3339 * gdb.btrace/tailcall-only.exp
3340 * gdb.btrace/tailcall.exp
3341 * gdb.btrace/tsx.exp
3342 * gdb.btrace/unknown_functions.exp
3343 * gdb.btrace/vdso.exp
3344 * gdb.compile/compile-ifunc.exp
3345 * gdb.compile/compile-ops.exp
3346 * gdb.compile/compile-print.exp
3347 * gdb.compile/compile-setjmp.exp
3348 * gdb.cp/abstract-origin.exp
3349 * gdb.cp/ambiguous.exp
3350 * gdb.cp/annota2.exp
3351 * gdb.cp/annota3.exp
3352 * gdb.cp/anon-ns.exp
3353 * gdb.cp/anon-struct.exp
3354 * gdb.cp/anon-union.exp
3355 * gdb.cp/arg-reference.exp
3356 * gdb.cp/baseenum.exp
3357 * gdb.cp/bool.exp
3358 * gdb.cp/breakpoint.exp
3359 * gdb.cp/bs15503.exp
3360 * gdb.cp/call-c.exp
3361 * gdb.cp/casts.exp
3362 * gdb.cp/chained-calls.exp
3363 * gdb.cp/class2.exp
3364 * gdb.cp/classes.exp
3365 * gdb.cp/cmpd-minsyms.exp
3366 * gdb.cp/converts.exp
3367 * gdb.cp/cp-relocate.exp
3368 * gdb.cp/cpcompletion.exp
3369 * gdb.cp/cpexprs.exp
3370 * gdb.cp/cplabel.exp
3371 * gdb.cp/cplusfuncs.exp
3372 * gdb.cp/cpsizeof.exp
3373 * gdb.cp/ctti.exp
3374 * gdb.cp/derivation.exp
3375 * gdb.cp/destrprint.exp
3376 * gdb.cp/dispcxx.exp
3377 * gdb.cp/enum-class.exp
3378 * gdb.cp/exception.exp
3379 * gdb.cp/exceptprint.exp
3380 * gdb.cp/expand-psymtabs-cxx.exp
3381 * gdb.cp/expand-sals.exp
3382 * gdb.cp/extern-c.exp
3383 * gdb.cp/filename.exp
3384 * gdb.cp/formatted-ref.exp
3385 * gdb.cp/fpointer.exp
3386 * gdb.cp/gdb1355.exp
3387 * gdb.cp/gdb2495.exp
3388 * gdb.cp/hang.exp
3389 * gdb.cp/impl-this.exp
3390 * gdb.cp/infcall-dlopen.exp
3391 * gdb.cp/inherit.exp
3392 * gdb.cp/iostream.exp
3393 * gdb.cp/koenig.exp
3394 * gdb.cp/local.exp
3395 * gdb.cp/m-data.exp
3396 * gdb.cp/m-static.exp
3397 * gdb.cp/mb-ctor.exp
3398 * gdb.cp/mb-inline.exp
3399 * gdb.cp/mb-templates.exp
3400 * gdb.cp/member-name.exp
3401 * gdb.cp/member-ptr.exp
3402 * gdb.cp/meth-typedefs.exp
3403 * gdb.cp/method.exp
3404 * gdb.cp/method2.exp
3405 * gdb.cp/minsym-fallback.exp
3406 * gdb.cp/misc.exp
3407 * gdb.cp/namelessclass.exp
3408 * gdb.cp/namespace-enum.exp
3409 * gdb.cp/namespace-nested-import.exp
3410 * gdb.cp/namespace.exp
3411 * gdb.cp/nextoverthrow.exp
3412 * gdb.cp/no-dmgl-verbose.exp
3413 * gdb.cp/non-trivial-retval.exp
3414 * gdb.cp/noparam.exp
3415 * gdb.cp/nsdecl.exp
3416 * gdb.cp/nsimport.exp
3417 * gdb.cp/nsnested.exp
3418 * gdb.cp/nsnoimports.exp
3419 * gdb.cp/nsrecurs.exp
3420 * gdb.cp/nsstress.exp
3421 * gdb.cp/nsusing.exp
3422 * gdb.cp/operator.exp
3423 * gdb.cp/oranking.exp
3424 * gdb.cp/overload-const.exp
3425 * gdb.cp/overload.exp
3426 * gdb.cp/ovldbreak.exp
3427 * gdb.cp/ovsrch.exp
3428 * gdb.cp/paren-type.exp
3429 * gdb.cp/parse-lang.exp
3430 * gdb.cp/pass-by-ref.exp
3431 * gdb.cp/pr-1023.exp
3432 * gdb.cp/pr-1210.exp
3433 * gdb.cp/pr-574.exp
3434 * gdb.cp/pr10687.exp
3435 * gdb.cp/pr12028.exp
3436 * gdb.cp/pr17132.exp
3437 * gdb.cp/pr17494.exp
3438 * gdb.cp/pr9067.exp
3439 * gdb.cp/pr9167.exp
3440 * gdb.cp/pr9631.exp
3441 * gdb.cp/printmethod.exp
3442 * gdb.cp/psmang.exp
3443 * gdb.cp/psymtab-parameter.exp
3444 * gdb.cp/ptype-cv-cp.exp
3445 * gdb.cp/ptype-flags.exp
3446 * gdb.cp/re-set-overloaded.exp
3447 * gdb.cp/ref-types.exp
3448 * gdb.cp/rtti.exp
3449 * gdb.cp/scope-err.exp
3450 * gdb.cp/shadow.exp
3451 * gdb.cp/smartp.exp
3452 * gdb.cp/static-method.exp
3453 * gdb.cp/static-print-quit.exp
3454 * gdb.cp/temargs.exp
3455 * gdb.cp/templates.exp
3456 * gdb.cp/try_catch.exp
3457 * gdb.cp/typedef-operator.exp
3458 * gdb.cp/typeid.exp
3459 * gdb.cp/userdef.exp
3460 * gdb.cp/using-crash.exp
3461 * gdb.cp/var-tag.exp
3462 * gdb.cp/virtbase.exp
3463 * gdb.cp/virtfunc.exp
3464 * gdb.cp/virtfunc2.exp
3465 * gdb.cp/vla-cxx.exp
3466 * gdb.disasm/t01_mov.exp
3467 * gdb.disasm/t02_mova.exp
3468 * gdb.disasm/t03_add.exp
3469 * gdb.disasm/t04_sub.exp
3470 * gdb.disasm/t05_cmp.exp
3471 * gdb.disasm/t06_ari2.exp
3472 * gdb.disasm/t07_ari3.exp
3473 * gdb.disasm/t08_or.exp
3474 * gdb.disasm/t09_xor.exp
3475 * gdb.disasm/t10_and.exp
3476 * gdb.disasm/t11_logs.exp
3477 * gdb.disasm/t12_bit.exp
3478 * gdb.disasm/t13_otr.exp
3479 * gdb.dlang/circular.exp
3480 * gdb.dwarf2/arr-stride.exp
3481 * gdb.dwarf2/arr-subrange.exp
3482 * gdb.dwarf2/atomic-type.exp
3483 * gdb.dwarf2/bad-regnum.exp
3484 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3485 * gdb.dwarf2/callframecfa.exp
3486 * gdb.dwarf2/clztest.exp
3487 * gdb.dwarf2/corrupt.exp
3488 * gdb.dwarf2/data-loc.exp
3489 * gdb.dwarf2/dup-psym.exp
3490 * gdb.dwarf2/dw2-anon-mptr.exp
3491 * gdb.dwarf2/dw2-anonymous-func.exp
3492 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3493 * gdb.dwarf2/dw2-bad-unresolved.exp
3494 * gdb.dwarf2/dw2-basic.exp
3495 * gdb.dwarf2/dw2-canonicalize-type.exp
3496 * gdb.dwarf2/dw2-case-insensitive.exp
3497 * gdb.dwarf2/dw2-common-block.exp
3498 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3499 * gdb.dwarf2/dw2-compressed.exp
3500 * gdb.dwarf2/dw2-const.exp
3501 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3502 * gdb.dwarf2/dw2-cu-size.exp
3503 * gdb.dwarf2/dw2-dup-frame.exp
3504 * gdb.dwarf2/dw2-entry-value.exp
3505 * gdb.dwarf2/dw2-icycle.exp
3506 * gdb.dwarf2/dw2-ifort-parameter.exp
3507 * gdb.dwarf2/dw2-inline-break.exp
3508 * gdb.dwarf2/dw2-inline-param.exp
3509 * gdb.dwarf2/dw2-intercu.exp
3510 * gdb.dwarf2/dw2-intermix.exp
3511 * gdb.dwarf2/dw2-lexical-block-bare.exp
3512 * gdb.dwarf2/dw2-linkage-name-trust.exp
3513 * gdb.dwarf2/dw2-minsym-in-cu.exp
3514 * gdb.dwarf2/dw2-noloc.exp
3515 * gdb.dwarf2/dw2-op-call.exp
3516 * gdb.dwarf2/dw2-op-out-param.exp
3517 * gdb.dwarf2/dw2-opt-structptr.exp
3518 * gdb.dwarf2/dw2-param-error.exp
3519 * gdb.dwarf2/dw2-producer.exp
3520 * gdb.dwarf2/dw2-ranges-base.exp
3521 * gdb.dwarf2/dw2-ref-missing-frame.exp
3522 * gdb.dwarf2/dw2-reg-undefined.exp
3523 * gdb.dwarf2/dw2-regno-invalid.exp
3524 * gdb.dwarf2/dw2-restore.exp
3525 * gdb.dwarf2/dw2-restrict.exp
3526 * gdb.dwarf2/dw2-single-line-discriminators.exp
3527 * gdb.dwarf2/dw2-strp.exp
3528 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3529 * gdb.dwarf2/dw2-unresolved.exp
3530 * gdb.dwarf2/dw2-var-zero-addr.exp
3531 * gdb.dwarf2/dw4-sig-types.exp
3532 * gdb.dwarf2/dwz.exp
3533 * gdb.dwarf2/dynarr-ptr.exp
3534 * gdb.dwarf2/enum-type.exp
3535 * gdb.dwarf2/gdb-index.exp
3536 * gdb.dwarf2/implptr-64bit.exp
3537 * gdb.dwarf2/implptr-optimized-out.exp
3538 * gdb.dwarf2/implptr.exp
3539 * gdb.dwarf2/implref-array.exp
3540 * gdb.dwarf2/implref-const.exp
3541 * gdb.dwarf2/implref-global.exp
3542 * gdb.dwarf2/implref-struct.exp
3543 * gdb.dwarf2/mac-fileno.exp
3544 * gdb.dwarf2/main-subprogram.exp
3545 * gdb.dwarf2/member-ptr-forwardref.exp
3546 * gdb.dwarf2/method-ptr.exp
3547 * gdb.dwarf2/missing-sig-type.exp
3548 * gdb.dwarf2/nonvar-access.exp
3549 * gdb.dwarf2/opaque-type-lookup.exp
3550 * gdb.dwarf2/pieces-optimized-out.exp
3551 * gdb.dwarf2/pieces.exp
3552 * gdb.dwarf2/pr10770.exp
3553 * gdb.dwarf2/pr13961.exp
3554 * gdb.dwarf2/staticvirtual.exp
3555 * gdb.dwarf2/subrange.exp
3556 * gdb.dwarf2/symtab-producer.exp
3557 * gdb.dwarf2/trace-crash.exp
3558 * gdb.dwarf2/typeddwarf.exp
3559 * gdb.dwarf2/valop.exp
3560 * gdb.dwarf2/watch-notconst.exp
3561 * gdb.fortran/array-element.exp
3562 * gdb.fortran/charset.exp
3563 * gdb.fortran/common-block.exp
3564 * gdb.fortran/complex.exp
3565 * gdb.fortran/derived-type-function.exp
3566 * gdb.fortran/derived-type.exp
3567 * gdb.fortran/logical.exp
3568 * gdb.fortran/module.exp
3569 * gdb.fortran/multi-dim.exp
3570 * gdb.fortran/nested-funcs.exp
3571 * gdb.fortran/print-formatted.exp
3572 * gdb.fortran/subarray.exp
3573 * gdb.fortran/vla-alloc-assoc.exp
3574 * gdb.fortran/vla-datatypes.exp
3575 * gdb.fortran/vla-history.exp
3576 * gdb.fortran/vla-ptr-info.exp
3577 * gdb.fortran/vla-ptype-sub.exp
3578 * gdb.fortran/vla-ptype.exp
3579 * gdb.fortran/vla-sizeof.exp
3580 * gdb.fortran/vla-type.exp
3581 * gdb.fortran/vla-value-sub-arbitrary.exp
3582 * gdb.fortran/vla-value-sub-finish.exp
3583 * gdb.fortran/vla-value-sub.exp
3584 * gdb.fortran/vla-value.exp
3585 * gdb.fortran/whatis_type.exp
3586 * gdb.go/chan.exp
3587 * gdb.go/handcall.exp
3588 * gdb.go/hello.exp
3589 * gdb.go/integers.exp
3590 * gdb.go/methods.exp
3591 * gdb.go/package.exp
3592 * gdb.go/strings.exp
3593 * gdb.go/types.exp
3594 * gdb.go/unsafe.exp
3595 * gdb.guile/scm-arch.exp
3596 * gdb.guile/scm-block.exp
3597 * gdb.guile/scm-breakpoint.exp
3598 * gdb.guile/scm-cmd.exp
3599 * gdb.guile/scm-disasm.exp
3600 * gdb.guile/scm-equal.exp
3601 * gdb.guile/scm-frame-args.exp
3602 * gdb.guile/scm-frame-inline.exp
3603 * gdb.guile/scm-frame.exp
3604 * gdb.guile/scm-iterator.exp
3605 * gdb.guile/scm-math.exp
3606 * gdb.guile/scm-objfile.exp
3607 * gdb.guile/scm-ports.exp
3608 * gdb.guile/scm-symbol.exp
3609 * gdb.guile/scm-symtab.exp
3610 * gdb.guile/scm-value-cc.exp
3611 * gdb.guile/types-module.exp
3612 * gdb.linespec/break-ask.exp
3613 * gdb.linespec/cpexplicit.exp
3614 * gdb.linespec/explicit.exp
3615 * gdb.linespec/keywords.exp
3616 * gdb.linespec/linespec.exp
3617 * gdb.linespec/ls-dollar.exp
3618 * gdb.linespec/ls-errs.exp
3619 * gdb.linespec/skip-two.exp
3620 * gdb.linespec/thread.exp
3621 * gdb.mi/mi-async.exp
3622 * gdb.mi/mi-basics.exp
3623 * gdb.mi/mi-break.exp
3624 * gdb.mi/mi-catch-load.exp
3625 * gdb.mi/mi-cli.exp
3626 * gdb.mi/mi-cmd-param-changed.exp
3627 * gdb.mi/mi-console.exp
3628 * gdb.mi/mi-detach.exp
3629 * gdb.mi/mi-disassemble.exp
3630 * gdb.mi/mi-eval.exp
3631 * gdb.mi/mi-file-transfer.exp
3632 * gdb.mi/mi-file.exp
3633 * gdb.mi/mi-fill-memory.exp
3634 * gdb.mi/mi-inheritance-syntax-error.exp
3635 * gdb.mi/mi-linespec-err-cp.exp
3636 * gdb.mi/mi-logging.exp
3637 * gdb.mi/mi-memory-changed.exp
3638 * gdb.mi/mi-read-memory.exp
3639 * gdb.mi/mi-record-changed.exp
3640 * gdb.mi/mi-reg-undefined.exp
3641 * gdb.mi/mi-regs.exp
3642 * gdb.mi/mi-return.exp
3643 * gdb.mi/mi-reverse.exp
3644 * gdb.mi/mi-simplerun.exp
3645 * gdb.mi/mi-solib.exp
3646 * gdb.mi/mi-stack.exp
3647 * gdb.mi/mi-stepi.exp
3648 * gdb.mi/mi-syn-frame.exp
3649 * gdb.mi/mi-until.exp
3650 * gdb.mi/mi-var-block.exp
3651 * gdb.mi/mi-var-child.exp
3652 * gdb.mi/mi-var-cmd.exp
3653 * gdb.mi/mi-var-cp.exp
3654 * gdb.mi/mi-var-display.exp
3655 * gdb.mi/mi-var-invalidate.exp
3656 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3657 * gdb.mi/mi-vla-fortran.exp
3658 * gdb.mi/mi-watch.exp
3659 * gdb.mi/mi2-var-child.exp
3660 * gdb.mi/user-selected-context-sync.exp
3661 * gdb.modula2/unbounded-array.exp
3662 * gdb.multi/dummy-frame-restore.exp
3663 * gdb.multi/multi-arch-exec.exp
3664 * gdb.multi/multi-arch.exp
3665 * gdb.multi/tids.exp
3666 * gdb.multi/watchpoint-multi.exp
3667 * gdb.opencl/callfuncs.exp
3668 * gdb.opencl/convs_casts.exp
3669 * gdb.opencl/datatypes.exp
3670 * gdb.opencl/operators.exp
3671 * gdb.opencl/vec_comps.exp
3672 * gdb.opt/clobbered-registers-O2.exp
3673 * gdb.opt/inline-break.exp
3674 * gdb.opt/inline-bt.exp
3675 * gdb.opt/inline-cmds.exp
3676 * gdb.opt/inline-locals.exp
3677 * gdb.pascal/case-insensitive-symbols.exp
3678 * gdb.pascal/floats.exp
3679 * gdb.pascal/gdb11492.exp
3680 * gdb.python/lib-types.exp
3681 * gdb.python/py-arch.exp
3682 * gdb.python/py-as-string.exp
3683 * gdb.python/py-bad-printers.exp
3684 * gdb.python/py-block.exp
3685 * gdb.python/py-breakpoint-create-fail.exp
3686 * gdb.python/py-breakpoint.exp
3687 * gdb.python/py-caller-is.exp
3688 * gdb.python/py-cmd.exp
3689 * gdb.python/py-explore-cc.exp
3690 * gdb.python/py-explore.exp
3691 * gdb.python/py-finish-breakpoint.exp
3692 * gdb.python/py-finish-breakpoint2.exp
3693 * gdb.python/py-frame-args.exp
3694 * gdb.python/py-frame-inline.exp
3695 * gdb.python/py-frame.exp
3696 * gdb.python/py-framefilter-mi.exp
3697 * gdb.python/py-infthread.exp
3698 * gdb.python/py-lazy-string.exp
3699 * gdb.python/py-linetable.exp
3700 * gdb.python/py-mi-events.exp
3701 * gdb.python/py-mi-objfile.exp
3702 * gdb.python/py-mi.exp
3703 * gdb.python/py-objfile.exp
3704 * gdb.python/py-pp-integral.exp
3705 * gdb.python/py-pp-maint.exp
3706 * gdb.python/py-pp-re-notag.exp
3707 * gdb.python/py-pp-registration.exp
3708 * gdb.python/py-recurse-unwind.exp
3709 * gdb.python/py-strfns.exp
3710 * gdb.python/py-symbol.exp
3711 * gdb.python/py-symtab.exp
3712 * gdb.python/py-sync-interp.exp
3713 * gdb.python/py-typeprint.exp
3714 * gdb.python/py-unwind-maint.exp
3715 * gdb.python/py-unwind.exp
3716 * gdb.python/py-value-cc.exp
3717 * gdb.python/py-xmethods.exp
3718 * gdb.reverse/amd64-tailcall-reverse.exp
3719 * gdb.reverse/break-precsave.exp
3720 * gdb.reverse/break-reverse.exp
3721 * gdb.reverse/consecutive-precsave.exp
3722 * gdb.reverse/consecutive-reverse.exp
3723 * gdb.reverse/finish-precsave.exp
3724 * gdb.reverse/finish-reverse-bkpt.exp
3725 * gdb.reverse/finish-reverse.exp
3726 * gdb.reverse/fstatat-reverse.exp
3727 * gdb.reverse/getresuid-reverse.exp
3728 * gdb.reverse/i386-precsave.exp
3729 * gdb.reverse/i386-reverse.exp
3730 * gdb.reverse/i386-sse-reverse.exp
3731 * gdb.reverse/i387-env-reverse.exp
3732 * gdb.reverse/i387-stack-reverse.exp
3733 * gdb.reverse/insn-reverse.exp
3734 * gdb.reverse/machinestate-precsave.exp
3735 * gdb.reverse/machinestate.exp
3736 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3737 * gdb.reverse/pipe-reverse.exp
3738 * gdb.reverse/readv-reverse.exp
3739 * gdb.reverse/recvmsg-reverse.exp
3740 * gdb.reverse/rerun-prec.exp
3741 * gdb.reverse/s390-mvcle.exp
3742 * gdb.reverse/step-precsave.exp
3743 * gdb.reverse/step-reverse.exp
3744 * gdb.reverse/time-reverse.exp
3745 * gdb.reverse/until-precsave.exp
3746 * gdb.reverse/until-reverse.exp
3747 * gdb.reverse/waitpid-reverse.exp
3748 * gdb.reverse/watch-precsave.exp
3749 * gdb.reverse/watch-reverse.exp
3750 * gdb.rust/generics.exp
3751 * gdb.rust/methods.exp
3752 * gdb.rust/modules.exp
3753 * gdb.rust/simple.exp
3754 * gdb.server/connect-with-no-symbol-file.exp
3755 * gdb.server/ext-attach.exp
3756 * gdb.server/ext-restart.exp
3757 * gdb.server/ext-wrapper.exp
3758 * gdb.server/file-transfer.exp
3759 * gdb.server/server-exec-info.exp
3760 * gdb.server/server-kill.exp
3761 * gdb.server/server-mon.exp
3762 * gdb.server/wrapper.exp
3763 * gdb.stabs/exclfwd.exp
3764 * gdb.stabs/gdb11479.exp
3765 * gdb.threads/clone-new-thread-event.exp
3766 * gdb.threads/corethreads.exp
3767 * gdb.threads/current-lwp-dead.exp
3768 * gdb.threads/dlopen-libpthread.exp
3769 * gdb.threads/gcore-thread.exp
3770 * gdb.threads/sigstep-threads.exp
3771 * gdb.threads/watchpoint-fork.exp
3772 * gdb.trace/actions-changed.exp
3773 * gdb.trace/backtrace.exp
3774 * gdb.trace/change-loc.exp
3775 * gdb.trace/circ.exp
3776 * gdb.trace/collection.exp
3777 * gdb.trace/disconnected-tracing.exp
3778 * gdb.trace/ftrace.exp
3779 * gdb.trace/mi-trace-frame-collected.exp
3780 * gdb.trace/mi-trace-unavailable.exp
3781 * gdb.trace/mi-traceframe-changed.exp
3782 * gdb.trace/mi-tsv-changed.exp
3783 * gdb.trace/no-attach-trace.exp
3784 * gdb.trace/passc-dyn.exp
3785 * gdb.trace/qtro.exp
3786 * gdb.trace/range-stepping.exp
3787 * gdb.trace/read-memory.exp
3788 * gdb.trace/save-trace.exp
3789 * gdb.trace/signal.exp
3790 * gdb.trace/status-stop.exp
3791 * gdb.trace/tfile.exp
3792 * gdb.trace/trace-break.exp
3793 * gdb.trace/trace-buffer-size.exp
3794 * gdb.trace/trace-condition.exp
3795 * gdb.trace/tracefile-pseudo-reg.exp
3796 * gdb.trace/tstatus.exp
3797 * gdb.trace/unavailable.exp
3798 * gdb.trace/while-dyn.exp
3799 * gdb.trace/while-stepping.exp
3800
3801 2016-12-22 Doug Evans <xdje42@gmail.com>
3802
3803 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3804 and msymbols.
3805
3806 2016-12-19 Yao Qi <yao.qi@linaro.org>
3807
3808 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3809 (test_with_self): Don't call do_steps_and_nexts, and remove
3810 code about stepping into xmalloc.
3811
3812 2016-12-09 Yao Qi <yao.qi@linaro.org>
3813
3814 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3815
3816 2016-12-09 Yao Qi <yao.qi@linaro.org>
3817
3818 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3819
3820 2016-12-09 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.base/all-architectures-0.exp: New file.
3823 * gdb.base/all-architectures-1.exp: New file.
3824 * gdb.base/all-architectures-2.exp: New file.
3825 * gdb.base/all-architectures-3.exp: New file.
3826 * gdb.base/all-architectures-4.exp: New file.
3827 * gdb.base/all-architectures-5.exp: New file.
3828 * gdb.base/all-architectures-6.exp: New file.
3829 * gdb.base/all-architectures-7.exp: New file.
3830 * gdb.base/all-architectures.exp.in: New file.
3831
3832 2016-12-09 Yao Qi <yao.qi@linaro.org>
3833
3834 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3835
3836 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3837
3838 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3839 possible.
3840 Remove useless pattern-matching code.
3841
3842 2016-12-02 Pedro Alves <palves@redhat.com>
3843
3844 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3845 procedure.
3846 (top level): Call it.
3847
3848 2016-12-02 Pedro Alves <palves@redhat.com>
3849
3850 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3851 New procedure.
3852 (top level): Call it.
3853
3854 2016-12-02 Pedro Alves <palves@redhat.com>
3855
3856 PR cli/20559
3857 * gdb.base/commands.exp (user_defined_command_args_eval): New
3858 procedure.
3859 (top level): Call it.
3860
3861 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3862
3863 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3864 timeout handling.
3865
3866 2016-12-02 Tom Tromey <tom@tromey.com>
3867
3868 * gdb.dwarf2/main-subprogram.c: New file.
3869 * gdb.dwarf2/main-subprogram.exp: New file.
3870
3871 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3872
3873 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3874 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3875 gdb_test_no_output for a couple of cases.
3876 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3877
3878 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3879
3880 Fix test names and standardize compilation error messages throughout
3881 the following files:
3882
3883 * gdb.ada/start.exp
3884 * gdb.arch/alpha-step.exp
3885 * gdb.arch/e500-prologue.exp
3886 * gdb.arch/ftrace-insn-reloc.exp
3887 * gdb.arch/gdb1291.exp
3888 * gdb.arch/gdb1431.exp
3889 * gdb.arch/gdb1558.exp
3890 * gdb.arch/i386-dr3-watch.exp
3891 * gdb.arch/i386-sse-stack-align.exp
3892 * gdb.arch/ia64-breakpoint-shadow.exp
3893 * gdb.arch/pa-nullify.exp
3894 * gdb.arch/powerpc-aix-prologue.exp
3895 * gdb.arch/thumb-bx-pc.exp
3896 * gdb.base/annota1.exp
3897 * gdb.base/annota3.exp
3898 * gdb.base/arrayidx.exp
3899 * gdb.base/assign.exp
3900 * gdb.base/attach.exp
3901 * gdb.base/auxv.exp
3902 * gdb.base/bang.exp
3903 * gdb.base/bfp-test.exp
3904 * gdb.base/bigcore.exp
3905 * gdb.base/bitfields2.exp
3906 * gdb.base/break-fun-addr.exp
3907 * gdb.base/break-probes.exp
3908 * gdb.base/call-rt-st.exp
3909 * gdb.base/callexit.exp
3910 * gdb.base/catch-fork-kill.exp
3911 * gdb.base/charset.exp
3912 * gdb.base/checkpoint.exp
3913 * gdb.base/comprdebug.exp
3914 * gdb.base/constvars.exp
3915 * gdb.base/coredump-filter.exp
3916 * gdb.base/cursal.exp
3917 * gdb.base/cvexpr.exp
3918 * gdb.base/detach.exp
3919 * gdb.base/display.exp
3920 * gdb.base/dmsym.exp
3921 * gdb.base/dprintf-pending.exp
3922 * gdb.base/dso2dso.exp
3923 * gdb.base/dtrace-probe.exp
3924 * gdb.base/dump.exp
3925 * gdb.base/enum_cond.exp
3926 * gdb.base/exe-lock.exp
3927 * gdb.base/exec-invalid-sysroot.exp
3928 * gdb.base/execl-update-breakpoints.exp
3929 * gdb.base/exprs.exp
3930 * gdb.base/fileio.exp
3931 * gdb.base/find.exp
3932 * gdb.base/finish.exp
3933 * gdb.base/fixsection.exp
3934 * gdb.base/foll-vfork.exp
3935 * gdb.base/frame-args.exp
3936 * gdb.base/gcore.exp
3937 * gdb.base/gdb1250.exp
3938 * gdb.base/global-var-nested-by-dso.exp
3939 * gdb.base/gnu-ifunc.exp
3940 * gdb.base/hashline1.exp
3941 * gdb.base/hashline2.exp
3942 * gdb.base/hashline3.exp
3943 * gdb.base/hbreak-in-shr-unsupported.exp
3944 * gdb.base/huge.exp
3945 * gdb.base/infcall-input.exp
3946 * gdb.base/info-fun.exp
3947 * gdb.base/info-shared.exp
3948 * gdb.base/jit-simple.exp
3949 * gdb.base/jit-so.exp
3950 * gdb.base/jit.exp
3951 * gdb.base/jump.exp
3952 * gdb.base/label.exp
3953 * gdb.base/lineinc.exp
3954 * gdb.base/logical.exp
3955 * gdb.base/longjmp.exp
3956 * gdb.base/macscp.exp
3957 * gdb.base/miscexprs.exp
3958 * gdb.base/new-ui-echo.exp
3959 * gdb.base/new-ui-pending-input.exp
3960 * gdb.base/new-ui.exp
3961 * gdb.base/nodebug.exp
3962 * gdb.base/nofield.exp
3963 * gdb.base/offsets.exp
3964 * gdb.base/overlays.exp
3965 * gdb.base/pending.exp
3966 * gdb.base/pointers.exp
3967 * gdb.base/pr11022.exp
3968 * gdb.base/printcmds.exp
3969 * gdb.base/prologue.exp
3970 * gdb.base/ptr-typedef.exp
3971 * gdb.base/realname-expand.exp
3972 * gdb.base/relativedebug.exp
3973 * gdb.base/relocate.exp
3974 * gdb.base/remote.exp
3975 * gdb.base/reread.exp
3976 * gdb.base/return2.exp
3977 * gdb.base/savedregs.exp
3978 * gdb.base/sep.exp
3979 * gdb.base/sepdebug.exp
3980 * gdb.base/sepsymtab.exp
3981 * gdb.base/set-inferior-tty.exp
3982 * gdb.base/setshow.exp
3983 * gdb.base/shlib-call.exp
3984 * gdb.base/sigaltstack.exp
3985 * gdb.base/siginfo-addr.exp
3986 * gdb.base/signals.exp
3987 * gdb.base/signull.exp
3988 * gdb.base/sigrepeat.exp
3989 * gdb.base/so-impl-ld.exp
3990 * gdb.base/solib-display.exp
3991 * gdb.base/solib-overlap.exp
3992 * gdb.base/solib-search.exp
3993 * gdb.base/solib-symbol.exp
3994 * gdb.base/structs.exp
3995 * gdb.base/structs2.exp
3996 * gdb.base/symtab-search-order.exp
3997 * gdb.base/twice.exp
3998 * gdb.base/unload.exp
3999 * gdb.base/varargs.exp
4000 * gdb.base/watchpoint-solib.exp
4001 * gdb.base/watchpoint.exp
4002 * gdb.base/whatis.exp
4003 * gdb.base/wrong_frame_bt_full.exp
4004 * gdb.btrace/dlopen.exp
4005 * gdb.cell/ea-standalone.exp
4006 * gdb.cell/ea-test.exp
4007 * gdb.cp/dispcxx.exp
4008 * gdb.cp/gdb2384.exp
4009 * gdb.cp/method2.exp
4010 * gdb.cp/nextoverthrow.exp
4011 * gdb.cp/pr10728.exp
4012 * gdb.disasm/am33.exp
4013 * gdb.disasm/h8300s.exp
4014 * gdb.disasm/mn10300.exp
4015 * gdb.disasm/sh3.exp
4016 * gdb.dwarf2/dw2-dir-file-name.exp
4017 * gdb.fortran/complex.exp
4018 * gdb.fortran/library-module.exp
4019 * gdb.guile/scm-pretty-print.exp
4020 * gdb.guile/scm-symbol.exp
4021 * gdb.guile/scm-type.exp
4022 * gdb.guile/scm-value.exp
4023 * gdb.linespec/linespec.exp
4024 * gdb.mi/gdb701.exp
4025 * gdb.mi/gdb792.exp
4026 * gdb.mi/mi-breakpoint-changed.exp
4027 * gdb.mi/mi-dprintf-pending.exp
4028 * gdb.mi/mi-dprintf.exp
4029 * gdb.mi/mi-exit-code.exp
4030 * gdb.mi/mi-pending.exp
4031 * gdb.mi/mi-solib.exp
4032 * gdb.mi/new-ui-mi-sync.exp
4033 * gdb.mi/pr11022.exp
4034 * gdb.mi/user-selected-context-sync.exp
4035 * gdb.opt/solib-intra-step.exp
4036 * gdb.python/py-events.exp
4037 * gdb.python/py-finish-breakpoint.exp
4038 * gdb.python/py-mi.exp
4039 * gdb.python/py-prettyprint.exp
4040 * gdb.python/py-shared.exp
4041 * gdb.python/py-symbol.exp
4042 * gdb.python/py-template.exp
4043 * gdb.python/py-type.exp
4044 * gdb.python/py-value.exp
4045 * gdb.reverse/solib-precsave.exp
4046 * gdb.reverse/solib-reverse.exp
4047 * gdb.server/solib-list.exp
4048 * gdb.stabs/weird.exp
4049 * gdb.threads/reconnect-signal.exp
4050 * gdb.threads/stepi-random-signal.exp
4051 * gdb.trace/actions.exp
4052 * gdb.trace/ax.exp
4053 * gdb.trace/backtrace.exp
4054 * gdb.trace/change-loc.exp
4055 * gdb.trace/deltrace.exp
4056 * gdb.trace/ftrace-lock.exp
4057 * gdb.trace/ftrace.exp
4058 * gdb.trace/infotrace.exp
4059 * gdb.trace/mi-tracepoint-changed.exp
4060 * gdb.trace/packetlen.exp
4061 * gdb.trace/passcount.exp
4062 * gdb.trace/pending.exp
4063 * gdb.trace/range-stepping.exp
4064 * gdb.trace/report.exp
4065 * gdb.trace/stap-trace.exp
4066 * gdb.trace/tfind.exp
4067 * gdb.trace/trace-break.exp
4068 * gdb.trace/trace-condition.exp
4069 * gdb.trace/trace-enable-disable.exp
4070 * gdb.trace/trace-mt.exp
4071 * gdb.trace/tracecmd.exp
4072 * gdb.trace/tspeed.exp
4073 * gdb.trace/tsv.exp
4074 * lib/perftest.exp
4075
4076 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4077
4078 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4079 with gdb_test_no_output.
4080 Use command as test name.
4081
4082 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4083
4084 Fix test names starting with uppercase throughout the files.
4085
4086 * gdb.ada/assign_1.exp
4087 * gdb.ada/boolean_expr.exp
4088 * gdb.base/arrayidx.exp
4089 * gdb.base/del.exp
4090 * gdb.base/gcore-buffer-overflow.exp
4091 * gdb.base/testenv.exp
4092 * gdb.compile/compile.exp
4093 * gdb.python/py-framefilter-invalidarg.exp
4094 * gdb.python/py-framefilter.exp
4095
4096 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4097
4098 Fix test names starting with uppercase throughout the files.
4099
4100 * gdb.ada/array_return.exp
4101 * gdb.ada/expr_delims.exp
4102 * gdb.ada/mi_dyn_arr.exp
4103 * gdb.ada/mi_interface.exp
4104 * gdb.ada/mi_var_array.exp
4105 * gdb.ada/watch_arg.exp
4106 * gdb.arch/alpha-step.exp
4107 * gdb.arch/altivec-regs.exp
4108 * gdb.arch/e500-regs.exp
4109 * gdb.arch/powerpc-d128-regs.exp
4110 * gdb.base/arrayidx.exp
4111 * gdb.base/break.exp
4112 * gdb.base/checkpoint.exp
4113 * gdb.base/debug-expr.exp
4114 * gdb.base/dmsym.exp
4115 * gdb.base/radix.exp
4116 * gdb.base/sepdebug.exp
4117 * gdb.base/testenv.exp
4118 * gdb.base/watch_thread_num.exp
4119 * gdb.base/watchpoint-cond-gone.exp
4120 * gdb.cell/break.exp
4121 * gdb.cell/ea-cache.exp
4122 * gdb.compile/compile.exp
4123 * gdb.cp/gdb2495.exp
4124 * gdb.gdb/selftest.exp
4125 * gdb.gdb/xfullpath.exp
4126 * gdb.go/hello.exp
4127 * gdb.go/integers.exp
4128 * gdb.objc/basicclass.exp
4129 * gdb.pascal/hello.exp
4130 * gdb.pascal/integers.exp
4131 * gdb.python/py-breakpoint.exp
4132 * gdb.python/py-cmd.exp
4133 * gdb.python/py-linetable.exp
4134 * gdb.python/py-xmethods.exp
4135 * gdb.python/python.exp
4136 * gdb.reverse/consecutive-precsave.exp
4137 * gdb.reverse/finish-precsave.exp
4138 * gdb.reverse/i386-precsave.exp
4139 * gdb.reverse/machinestate-precsave.exp
4140 * gdb.reverse/sigall-precsave.exp
4141 * gdb.reverse/solib-precsave.exp
4142 * gdb.reverse/step-precsave.exp
4143 * gdb.reverse/until-precsave.exp
4144 * gdb.reverse/watch-precsave.exp
4145 * gdb.threads/leader-exit.exp
4146 * gdb.threads/pthreads.exp
4147 * gdb.threads/wp-replication.exp
4148 * gdb.trace/actions.exp
4149 * gdb.trace/mi-tsv-changed.exp
4150 * gdb.trace/tsv.exp
4151
4152 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4153
4154 Fix test names starting with uppercase throughout the files.
4155
4156 * gdb.arch/i386-bp_permanent.exp
4157 * gdb.arch/i386-gnu-cfi.exp
4158 * gdb.base/disasm-end-cu.exp
4159 * gdb.base/macscp.exp
4160 * gdb.base/pending.exp
4161 * gdb.base/watch_thread_num.exp
4162 * gdb.cp/exception.exp
4163 * gdb.cp/gdb2495.exp
4164 * gdb.cp/local.exp
4165 * gdb.python/py-evsignal.exp
4166 * gdb.python/python.exp
4167 * gdb.trace/tracecmd.exp
4168
4169 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4170
4171 Fix test names starting with uppercase throughout the files.
4172
4173 * gdb.base/charset.exp
4174 * gdb.base/eval.exp
4175 * gdb.base/multi-forks.exp
4176 * gdb.guile/scm-progspace.exp
4177 * gdb.opencl/datatypes.exp
4178 * gdb.python/py-block.exp
4179 * gdb.python/py-function.exp
4180 * gdb.python/py-symbol.exp
4181 * gdb.python/py-symtab.exp
4182 * gdb.python/py-xmethods.exp
4183 * gdb.reverse/break-precsave.exp
4184 * gdb.reverse/break-reverse.exp
4185 * gdb.reverse/consecutive-precsave.exp
4186 * gdb.reverse/consecutive-reverse.exp
4187 * gdb.reverse/finish-precsave.exp
4188 * gdb.reverse/finish-reverse-bkpt.exp
4189 * gdb.reverse/finish-reverse.exp
4190 * gdb.reverse/fstatat-reverse.exp
4191 * gdb.reverse/getresuid-reverse.exp
4192 * gdb.reverse/i386-precsave.exp
4193 * gdb.reverse/i386-reverse.exp
4194 * gdb.reverse/i386-sse-reverse.exp
4195 * gdb.reverse/i387-stack-reverse.exp
4196 * gdb.reverse/insn-reverse.exp
4197 * gdb.reverse/machinestate-precsave.exp
4198 * gdb.reverse/machinestate.exp
4199 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4200 * gdb.reverse/pipe-reverse.exp
4201 * gdb.reverse/readv-reverse.exp
4202 * gdb.reverse/recvmsg-reverse.exp
4203 * gdb.reverse/rerun-prec.exp
4204 * gdb.reverse/s390-mvcle.exp
4205 * gdb.reverse/sigall-precsave.exp
4206 * gdb.reverse/sigall-reverse.exp
4207 * gdb.reverse/solib-precsave.exp
4208 * gdb.reverse/solib-reverse.exp
4209 * gdb.reverse/step-precsave.exp
4210 * gdb.reverse/step-reverse.exp
4211 * gdb.reverse/time-reverse.exp
4212 * gdb.reverse/until-precsave.exp
4213 * gdb.reverse/until-reverse.exp
4214 * gdb.reverse/waitpid-reverse.exp
4215 * gdb.reverse/watch-precsave.exp
4216 * gdb.reverse/watch-reverse.exp
4217
4218 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4219
4220 Fix test names starting with uppercase throughout the files.
4221
4222 * gdb.arch/i386-mpx-simple_segv.exp
4223 * gdb.arch/i386-mpx.exp
4224 * gdb.arch/i386-permbkpt.exp
4225 * gdb.arch/pa-nullify.exp
4226 * gdb.arch/powerpc-d128-regs.exp
4227 * gdb.arch/vsx-regs.exp
4228 * gdb.base/bfp-test.exp
4229 * gdb.base/break.exp
4230 * gdb.base/breakpoint-shadow.exp
4231 * gdb.base/callfuncs.exp
4232 * gdb.base/charset.exp
4233 * gdb.base/commands.exp
4234 * gdb.base/completion.exp
4235 * gdb.base/dfp-test.exp
4236 * gdb.base/echo.exp
4237 * gdb.base/ending-run.exp
4238 * gdb.base/eval.exp
4239 * gdb.base/expand-psymtabs.exp
4240 * gdb.base/float128.exp
4241 * gdb.base/floatn.exp
4242 * gdb.base/foll-exec-mode.exp
4243 * gdb.base/gdb1056.exp
4244 * gdb.base/gdb11531.exp
4245 * gdb.base/kill-after-signal.exp
4246 * gdb.base/multi-forks.exp
4247 * gdb.base/overlays.exp
4248 * gdb.base/pending.exp
4249 * gdb.base/sepdebug.exp
4250 * gdb.base/testenv.exp
4251 * gdb.base/valgrind-db-attach.exp
4252 * gdb.base/watch_thread_num.exp
4253 * gdb.base/watchpoint-cond-gone.exp
4254 * gdb.base/watchpoint.exp
4255 * gdb.base/watchpoints.exp
4256 * gdb.cp/arg-reference.exp
4257 * gdb.cp/baseenum.exp
4258 * gdb.cp/operator.exp
4259 * gdb.cp/shadow.exp
4260 * gdb.dwarf2/dw2-op-out-param.exp
4261 * gdb.dwarf2/dw2-reg-undefined.exp
4262 * gdb.go/chan.exp
4263 * gdb.go/hello.exp
4264 * gdb.go/integers.exp
4265 * gdb.go/methods.exp
4266 * gdb.go/package.exp
4267 * gdb.guile/scm-parameter.exp
4268 * gdb.guile/scm-progspace.exp
4269 * gdb.guile/scm-value.exp
4270 * gdb.mi/mi-pending.exp
4271 * gdb.mi/user-selected-context-sync.exp
4272 * gdb.multi/multi-attach.exp
4273 * gdb.multi/tids.exp
4274 * gdb.opt/clobbered-registers-O2.exp
4275 * gdb.pascal/floats.exp
4276 * gdb.pascal/integers.exp
4277 * gdb.python/py-block.exp
4278 * gdb.python/py-events.exp
4279 * gdb.python/py-parameter.exp
4280 * gdb.python/py-symbol.exp
4281 * gdb.python/py-symtab.exp
4282 * gdb.python/py-type.exp
4283 * gdb.python/py-value.exp
4284 * gdb.python/py-xmethods.exp
4285 * gdb.python/python.exp
4286 * gdb.reverse/break-precsave.exp
4287 * gdb.reverse/consecutive-precsave.exp
4288 * gdb.reverse/finish-precsave.exp
4289 * gdb.reverse/i386-precsave.exp
4290 * gdb.reverse/machinestate-precsave.exp
4291 * gdb.reverse/sigall-precsave.exp
4292 * gdb.reverse/solib-precsave.exp
4293 * gdb.reverse/step-precsave.exp
4294 * gdb.reverse/until-precsave.exp
4295 * gdb.reverse/watch-precsave.exp
4296 * gdb.server/ext-attach.exp
4297 * gdb.server/ext-restart.exp
4298 * gdb.server/ext-run.exp
4299 * gdb.server/ext-wrapper.exp
4300 * gdb.stabs/gdb11479.exp
4301 * gdb.stabs/weird.exp
4302 * gdb.threads/attach-many-short-lived-threads.exp
4303 * gdb.threads/kill.exp
4304 * gdb.threads/watchpoint-fork.exp
4305
4306 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4307
4308 Fix test names starting with uppercase throughout all the files below.
4309
4310 * gdb.ada/array_return.exp
4311 * gdb.ada/catch_ex.exp
4312 * gdb.ada/info_exc.exp
4313 * gdb.ada/mi_catch_ex.exp
4314 * gdb.ada/mi_dyn_arr.exp
4315 * gdb.ada/mi_ex_cond.exp
4316 * gdb.ada/mi_exc_info.exp
4317 * gdb.ada/mi_interface.exp
4318 * gdb.ada/mi_task_arg.exp
4319 * gdb.ada/mi_task_info.exp
4320 * gdb.ada/mi_var_array.exp
4321 * gdb.arch/alpha-step.exp
4322 * gdb.arch/amd64-disp-step.exp
4323 * gdb.arch/arm-disp-step.exp
4324 * gdb.arch/disp-step-insn-reloc.exp
4325 * gdb.arch/e500-prologue.exp
4326 * gdb.arch/ftrace-insn-reloc.exp
4327 * gdb.arch/gdb1558.exp
4328 * gdb.arch/i386-bp_permanent.exp
4329 * gdb.arch/i386-disp-step.exp
4330 * gdb.arch/i386-float.exp
4331 * gdb.arch/i386-gnu-cfi.exp
4332 * gdb.arch/ia64-breakpoint-shadow.exp
4333 * gdb.arch/mips16-thunks.exp
4334 * gdb.arch/pa-nullify.exp
4335 * gdb.arch/powerpc-aix-prologue.exp
4336 * gdb.arch/powerpc-power.exp
4337 * gdb.arch/ppc-dfp.exp
4338 * gdb.arch/s390-tdbregs.exp
4339 * gdb.arch/spu-info.exp
4340 * gdb.arch/spu-ls.exp
4341 * gdb.arch/thumb-bx-pc.exp
4342 * gdb.base/advance.exp
4343 * gdb.base/annota-input-while-running.exp
4344 * gdb.base/arrayidx.exp
4345 * gdb.base/asmlabel.exp
4346 * gdb.base/async.exp
4347 * gdb.base/attach-wait-input.exp
4348 * gdb.base/auto-connect-native-target.exp
4349 * gdb.base/batch-preserve-term-settings.exp
4350 * gdb.base/bfp-test.exp
4351 * gdb.base/bigcore.exp
4352 * gdb.base/bp-permanent.exp
4353 * gdb.base/break-always.exp
4354 * gdb.base/break-fun-addr.exp
4355 * gdb.base/break-idempotent.exp
4356 * gdb.base/break-main-file-remove-fail.exp
4357 * gdb.base/break-probes.exp
4358 * gdb.base/break-unload-file.exp
4359 * gdb.base/break.exp
4360 * gdb.base/call-ar-st.exp
4361 * gdb.base/call-rt-st.exp
4362 * gdb.base/call-sc.exp
4363 * gdb.base/call-signal-resume.exp
4364 * gdb.base/call-strs.exp
4365 * gdb.base/callexit.exp
4366 * gdb.base/callfuncs.exp
4367 * gdb.base/catch-gdb-caused-signals.exp
4368 * gdb.base/catch-signal-siginfo-cond.exp
4369 * gdb.base/catch-syscall.exp
4370 * gdb.base/compare-sections.exp
4371 * gdb.base/cond-eval-mode.exp
4372 * gdb.base/condbreak-call-false.exp
4373 * gdb.base/consecutive-step-over.exp
4374 * gdb.base/cursal.exp
4375 * gdb.base/disabled-location.exp
4376 * gdb.base/disasm-end-cu.exp
4377 * gdb.base/display.exp
4378 * gdb.base/double-prompt-target-event-error.exp
4379 * gdb.base/dprintf-bp-same-addr.exp
4380 * gdb.base/dprintf-detach.exp
4381 * gdb.base/dprintf-next.exp
4382 * gdb.base/dprintf-non-stop.exp
4383 * gdb.base/dprintf-pending.exp
4384 * gdb.base/dso2dso.exp
4385 * gdb.base/ending-run.exp
4386 * gdb.base/enum_cond.exp
4387 * gdb.base/examine-backward.exp
4388 * gdb.base/exe-lock.exp
4389 * gdb.base/exec-invalid-sysroot.exp
4390 * gdb.base/execl-update-breakpoints.exp
4391 * gdb.base/execution-termios.exp
4392 * gdb.base/fileio.exp
4393 * gdb.base/fixsection.exp
4394 * gdb.base/foll-exec-mode.exp
4395 * gdb.base/foll-exec.exp
4396 * gdb.base/fork-running-state.exp
4397 * gdb.base/frame-args.exp
4398 * gdb.base/fullpath-expand.exp
4399 * gdb.base/func-ptr.exp
4400 * gdb.base/gcore-relro-pie.exp
4401 * gdb.base/gdb1090.exp
4402 * gdb.base/gdb1555.exp
4403 * gdb.base/global-var-nested-by-dso.exp
4404 * gdb.base/gnu-ifunc.exp
4405 * gdb.base/hbreak-in-shr-unsupported.exp
4406 * gdb.base/hbreak-unmapped.exp
4407 * gdb.base/hook-stop.exp
4408 * gdb.base/infcall-input.exp
4409 * gdb.base/info-fun.exp
4410 * gdb.base/info-shared.exp
4411 * gdb.base/interrupt-noterm.exp
4412 * gdb.base/jit-so.exp
4413 * gdb.base/jit.exp
4414 * gdb.base/line-symtabs.exp
4415 * gdb.base/list.exp
4416 * gdb.base/longjmp.exp
4417 * gdb.base/macscp.exp
4418 * gdb.base/max-value-size.exp
4419 * gdb.base/nodebug.exp
4420 * gdb.base/nofield.exp
4421 * gdb.base/overlays.exp
4422 * gdb.base/paginate-after-ctrl-c-running.exp
4423 * gdb.base/paginate-bg-execution.exp
4424 * gdb.base/paginate-inferior-exit.exp
4425 * gdb.base/pending.exp
4426 * gdb.base/pr11022.exp
4427 * gdb.base/printcmds.exp
4428 * gdb.base/ptr-typedef.exp
4429 * gdb.base/ptype.exp
4430 * gdb.base/randomize.exp
4431 * gdb.base/range-stepping.exp
4432 * gdb.base/realname-expand.exp
4433 * gdb.base/relativedebug.exp
4434 * gdb.base/remote.exp
4435 * gdb.base/savedregs.exp
4436 * gdb.base/sepdebug.exp
4437 * gdb.base/set-noassign.exp
4438 * gdb.base/shlib-call.exp
4439 * gdb.base/shreloc.exp
4440 * gdb.base/sigaltstack.exp
4441 * gdb.base/sigbpt.exp
4442 * gdb.base/siginfo-addr.exp
4443 * gdb.base/siginfo-obj.exp
4444 * gdb.base/siginfo-thread.exp
4445 * gdb.base/signest.exp
4446 * gdb.base/signull.exp
4447 * gdb.base/sigrepeat.exp
4448 * gdb.base/skip.exp
4449 * gdb.base/so-impl-ld.exp
4450 * gdb.base/solib-corrupted.exp
4451 * gdb.base/solib-disc.exp
4452 * gdb.base/solib-display.exp
4453 * gdb.base/solib-overlap.exp
4454 * gdb.base/solib-search.exp
4455 * gdb.base/solib-symbol.exp
4456 * gdb.base/source-execution.exp
4457 * gdb.base/sss-bp-on-user-bp-2.exp
4458 * gdb.base/sss-bp-on-user-bp.exp
4459 * gdb.base/stack-checking.exp
4460 * gdb.base/stale-infcall.exp
4461 * gdb.base/step-break.exp
4462 * gdb.base/step-line.exp
4463 * gdb.base/step-over-exit.exp
4464 * gdb.base/step-test.exp
4465 * gdb.base/structs.exp
4466 * gdb.base/sym-file.exp
4467 * gdb.base/symtab-search-order.exp
4468 * gdb.base/term.exp
4469 * gdb.base/type-opaque.exp
4470 * gdb.base/unload.exp
4471 * gdb.base/until-nodebug.exp
4472 * gdb.base/until.exp
4473 * gdb.base/unwindonsignal.exp
4474 * gdb.base/watch-cond.exp
4475 * gdb.base/watch-non-mem.exp
4476 * gdb.base/watch_thread_num.exp
4477 * gdb.base/watchpoint-reuse-slot.exp
4478 * gdb.base/watchpoint-solib.exp
4479 * gdb.base/watchpoint.exp
4480 * gdb.btrace/dlopen.exp
4481 * gdb.cell/arch.exp
4482 * gdb.cell/break.exp
4483 * gdb.cell/bt.exp
4484 * gdb.cell/core.exp
4485 * gdb.cell/data.exp
4486 * gdb.cell/dwarfaddr.exp
4487 * gdb.cell/ea-cache.exp
4488 * gdb.cell/ea-standalone.exp
4489 * gdb.cell/ea-test.exp
4490 * gdb.cell/f-regs.exp
4491 * gdb.cell/fork.exp
4492 * gdb.cell/gcore.exp
4493 * gdb.cell/mem-access.exp
4494 * gdb.cell/ptype.exp
4495 * gdb.cell/registers.exp
4496 * gdb.cell/sizeof.exp
4497 * gdb.cell/solib-symbol.exp
4498 * gdb.cell/solib.exp
4499 * gdb.compile/compile-tls.exp
4500 * gdb.cp/exception.exp
4501 * gdb.cp/gdb2495.exp
4502 * gdb.cp/local.exp
4503 * gdb.cp/mb-inline.exp
4504 * gdb.cp/mb-templates.exp
4505 * gdb.cp/pr10687.exp
4506 * gdb.cp/pr9167.exp
4507 * gdb.cp/scope-err.exp
4508 * gdb.cp/templates.exp
4509 * gdb.cp/virtfunc.exp
4510 * gdb.dwarf2/dw2-dir-file-name.exp
4511 * gdb.dwarf2/dw2-single-line-discriminators.exp
4512 * gdb.fortran/complex.exp
4513 * gdb.fortran/library-module.exp
4514 * gdb.guile/guile.exp
4515 * gdb.guile/scm-cmd.exp
4516 * gdb.guile/scm-frame-inline.exp
4517 * gdb.guile/scm-objfile.exp
4518 * gdb.guile/scm-pretty-print.exp
4519 * gdb.guile/scm-symbol.exp
4520 * gdb.guile/scm-type.exp
4521 * gdb.guile/scm-value.exp
4522 * gdb.linespec/keywords.exp
4523 * gdb.linespec/ls-errs.exp
4524 * gdb.linespec/macro-relative.exp
4525 * gdb.linespec/thread.exp
4526 * gdb.mi/mi-breakpoint-changed.exp
4527 * gdb.mi/mi-dprintf-pending.exp
4528 * gdb.mi/mi-fullname-deleted.exp
4529 * gdb.mi/mi-logging.exp
4530 * gdb.mi/mi-pending.exp
4531 * gdb.mi/mi-solib.exp
4532 * gdb.mi/new-ui-mi-sync.exp
4533 * gdb.mi/user-selected-context-sync.exp
4534 * gdb.multi/dummy-frame-restore.exp
4535 * gdb.multi/multi-arch-exec.exp
4536 * gdb.multi/remove-inferiors.exp
4537 * gdb.multi/watchpoint-multi-exit.exp
4538 * gdb.opt/solib-intra-step.exp
4539 * gdb.perf/backtrace.exp
4540 * gdb.perf/single-step.exp
4541 * gdb.perf/skip-command.exp
4542 * gdb.perf/skip-prologue.exp
4543 * gdb.perf/solib.exp
4544 * gdb.python/lib-types.exp
4545 * gdb.python/py-as-string.exp
4546 * gdb.python/py-bad-printers.exp
4547 * gdb.python/py-block.exp
4548 * gdb.python/py-breakpoint.exp
4549 * gdb.python/py-cmd.exp
4550 * gdb.python/py-events.exp
4551 * gdb.python/py-evthreads.exp
4552 * gdb.python/py-finish-breakpoint.exp
4553 * gdb.python/py-finish-breakpoint2.exp
4554 * gdb.python/py-frame-inline.exp
4555 * gdb.python/py-frame.exp
4556 * gdb.python/py-inferior.exp
4557 * gdb.python/py-infthread.exp
4558 * gdb.python/py-mi.exp
4559 * gdb.python/py-objfile.exp
4560 * gdb.python/py-pp-maint.exp
4561 * gdb.python/py-pp-registration.exp
4562 * gdb.python/py-prettyprint.exp
4563 * gdb.python/py-recurse-unwind.exp
4564 * gdb.python/py-shared.exp
4565 * gdb.python/py-symbol.exp
4566 * gdb.python/py-symtab.exp
4567 * gdb.python/py-template.exp
4568 * gdb.python/py-type.exp
4569 * gdb.python/py-unwind-maint.exp
4570 * gdb.python/py-unwind.exp
4571 * gdb.python/py-value.exp
4572 * gdb.python/python.exp
4573 * gdb.reverse/finish-reverse-bkpt.exp
4574 * gdb.reverse/insn-reverse.exp
4575 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4576 * gdb.reverse/solib-precsave.exp
4577 * gdb.reverse/solib-reverse.exp
4578 * gdb.stabs/gdb11479.exp
4579 * gdb.stabs/weird.exp
4580 * gdb.threads/fork-child-threads.exp
4581 * gdb.threads/fork-plus-threads.exp
4582 * gdb.threads/fork-thread-pending.exp
4583 * gdb.threads/forking-threads-plus-breakpoint.exp
4584 * gdb.threads/hand-call-in-threads.exp
4585 * gdb.threads/interrupted-hand-call.exp
4586 * gdb.threads/linux-dp.exp
4587 * gdb.threads/local-watch-wrong-thread.exp
4588 * gdb.threads/next-while-other-thread-longjmps.exp
4589 * gdb.threads/non-ldr-exit.exp
4590 * gdb.threads/pending-step.exp
4591 * gdb.threads/print-threads.exp
4592 * gdb.threads/process-dies-while-detaching.exp
4593 * gdb.threads/process-dies-while-handling-bp.exp
4594 * gdb.threads/pthreads.exp
4595 * gdb.threads/queue-signal.exp
4596 * gdb.threads/reconnect-signal.exp
4597 * gdb.threads/signal-command-handle-nopass.exp
4598 * gdb.threads/signal-command-multiple-signals-pending.exp
4599 * gdb.threads/signal-delivered-right-thread.exp
4600 * gdb.threads/signal-sigtrap.exp
4601 * gdb.threads/sigthread.exp
4602 * gdb.threads/staticthreads.exp
4603 * gdb.threads/stepi-random-signal.exp
4604 * gdb.threads/thread-unwindonsignal.exp
4605 * gdb.threads/thread_check.exp
4606 * gdb.threads/thread_events.exp
4607 * gdb.threads/tid-reuse.exp
4608 * gdb.threads/tls-nodebug.exp
4609 * gdb.threads/tls-shared.exp
4610 * gdb.threads/tls-so_extern.exp
4611 * gdb.threads/tls.exp
4612 * gdb.threads/wp-replication.exp
4613 * gdb.trace/actions-changed.exp
4614 * gdb.trace/actions.exp
4615 * gdb.trace/backtrace.exp
4616 * gdb.trace/change-loc.exp
4617 * gdb.trace/collection.exp
4618 * gdb.trace/deltrace.exp
4619 * gdb.trace/disconnected-tracing.exp
4620 * gdb.trace/entry-values.exp
4621 * gdb.trace/ftrace-lock.exp
4622 * gdb.trace/ftrace.exp
4623 * gdb.trace/infotrace.exp
4624 * gdb.trace/mi-trace-frame-collected.exp
4625 * gdb.trace/mi-trace-unavailable.exp
4626 * gdb.trace/mi-traceframe-changed.exp
4627 * gdb.trace/mi-tracepoint-changed.exp
4628 * gdb.trace/mi-tsv-changed.exp
4629 * gdb.trace/no-attach-trace.exp
4630 * gdb.trace/packetlen.exp
4631 * gdb.trace/passc-dyn.exp
4632 * gdb.trace/passcount.exp
4633 * gdb.trace/pending.exp
4634 * gdb.trace/pr16508.exp
4635 * gdb.trace/qtro.exp
4636 * gdb.trace/range-stepping.exp
4637 * gdb.trace/read-memory.exp
4638 * gdb.trace/report.exp
4639 * gdb.trace/save-trace.exp
4640 * gdb.trace/signal.exp
4641 * gdb.trace/stap-trace.exp
4642 * gdb.trace/status-stop.exp
4643 * gdb.trace/strace.exp
4644 * gdb.trace/tfile.exp
4645 * gdb.trace/tfind.exp
4646 * gdb.trace/trace-break.exp
4647 * gdb.trace/trace-condition.exp
4648 * gdb.trace/trace-enable-disable.exp
4649 * gdb.trace/trace-mt.exp
4650 * gdb.trace/tracecmd.exp
4651 * gdb.trace/tracefile-pseudo-reg.exp
4652 * gdb.trace/tspeed.exp
4653 * gdb.trace/tstatus.exp
4654 * gdb.trace/tsv.exp
4655 * gdb.trace/unavailable.exp
4656 * gdb.trace/while-dyn.exp
4657 * gdb.trace/while-stepping.exp
4658 * lib/gdb-guile.exp
4659 * lib/gdb.exp
4660 * lib/mi-support.exp
4661 * lib/pascal.exp
4662 * lib/perftest.exp
4663 * lib/prelink-support.exp
4664 * lib/selftest-support.exp
4665
4666 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4667
4668 * Makefile.in: Include disable-implicit-rules.mk.
4669
4670 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4671
4672 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4673 non-byte-aligned bit fields.
4674
4675 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4676
4677 PR gdb/12616
4678 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4679 respects the DW_AT_data_bit_offset attribute.
4680
4681 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4682
4683 * gdb.base/default.exp: Fix output of "set language".
4684
4685 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4686
4687 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4688 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4689 make.
4690 * configure.ac: Remove checks for the make program.
4691 * configure: Re-generate.
4692
4693 2016-11-16 Kevin Buettner <kevinb@redhat.com>
4694
4695 * gdb.python/py-recurse-unwind.c (main): Add loop.
4696 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4697 to read_register() and gdb.parse_and_eval(). Make each code
4698 call a separate case that can be individually tested.
4699 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4700 proc. Call cont_and_backtrace for each of the code paths that
4701 we want to test in the unwinder.
4702
4703 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4704
4705 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4706 the definition of struct S.
4707
4708 2016-11-11 Catherine Moore <clm@codesourcery.com>
4709
4710 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4711
4712 2016-11-09 Pedro Alves <palves@redhat.com>
4713
4714 * gdb.base/commands.exp (runto_or_return): New procedure.
4715 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4716 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4717 (progvar_simple_while_test, progvar_complex_if_while_test)
4718 (if_while_breakpoint_command_test)
4719 (infrun_breakpoint_command_test, breakpoint_command_test)
4720 (user_defined_command_test, watchpoint_command_test)
4721 (test_command_prompt_position, redefine_hook_test)
4722 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4723 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4724 multi_line_input and multi_line. Remove gdb_expect and
4725 gdb_stop_suppressing_tests uses.
4726 * lib/gdb.exp (valnum_re): New global.
4727 (multi_line_input): New procedure.
4728
4729 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4730
4731 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4732 Remove.
4733 (test_setup): Define with proc_with_prefix.
4734 (test_cli_inferior): Likewise.
4735 (test_cli_thread): Likewise.
4736 (test_cli_frame): Likewise.
4737 (test_cli_select_frame): Likewise.
4738 (test_cli_up_down): Likewise.
4739 (test_mi_thread_select): Likewise.
4740 (test_mi_stack_select_frame): Likewise.
4741 (test_cli_in_mi_inferior): Likewise.
4742 (test_cli_in_mi_thread): Likewise.
4743 (test_cli_in_mi_frame): Likewise.
4744 (top level): Do not use with_test_prefix_procname.
4745
4746 2016-11-09 Pedro Alves <palves@redhat.com>
4747
4748 * gdb.base/commands.exp (gdbvar_simple_if_test)
4749 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4750 (progvar_simple_if_test, progvar_simple_while_test)
4751 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4752 (infrun_breakpoint_command_test, breakpoint_command_test)
4753 (user_defined_command_test, watchpoint_command_test)
4754 (test_command_prompt_position, deprecated_command_test)
4755 (bp_deleted_in_command, temporary_breakpoint_commands)
4756 (stray_arg0_test, source_file_with_indented_comment)
4757 (recursive_source_test, if_commands_test)
4758 (error_clears_commands_left, redefine_hook_test)
4759 (redefine_backtrace_test): Use proc_with_prefix.
4760 * lib/gdb.exp (proc_with_prefix): New proc.
4761
4762 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4763
4764 * gdb.base/tui-layout.c: New file.
4765 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4766 disassembly window contains very long lines.
4767
4768 2016-11-08 Tom Tromey <tom@tromey.com>
4769
4770 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4771 depend on Python 2.
4772
4773 2016-11-08 Tom Tromey <tom@tromey.com>
4774
4775 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4776 New method.
4777
4778 2016-10-29 Manish Goregaokar <manish@mozilla.com>
4779
4780 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
4781
4782 2016-10-27 Manish Goregaokar <manish@mozilla.com>
4783
4784 * gdb.rust/simple.rs: Add test for univariant enums without
4785 discriminants and for encoded struct-like enums.
4786
4787 2016-10-28 Pedro Alves <palves@redhat.com>
4788
4789 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4790 gdb_test_multiple, tighten regexps and match symtabs and line
4791 tables incrementally.
4792
4793 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
4794
4795 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4796 general.
4797
4798 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
4799
4800 * gdb.base/exec-invalid-sysroot.exp: New file.
4801
4802 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4803
4804 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4805
4806 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4807
4808 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4809
4810 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4811
4812 * gdb.base/killed-outside.exp: Remove $options from a call to
4813 `prepare_for_testing'.
4814
4815 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4816
4817 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4818 Change test message.
4819
4820 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4821
4822 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4823 Update comment.
4824
4825 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4826
4827 * gdb.trace/mi-trace-save.exp: New file.
4828
4829 2016-10-13 Yao Qi <yao.qi@linaro.org>
4830
4831 * gdb.base/code_elim.exp (get_var_address): Remove.
4832 * gdb.base/relocate.exp: Likewise.
4833 * gdb.base/shreloc.exp: Likewise.
4834 * lib/gdb.exp (get_var_address): New.
4835
4836 2016-10-13 Yao Qi <yao.qi@linaro.org>
4837
4838 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4839 floating point tests if $skip_float_test is false.
4840
4841 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
4842
4843 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4844 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4845 argc values.
4846 Add 1 to argc so we guarantee distinct initial/modified argc values.
4847
4848 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4849
4850 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4851
4852 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4853
4854 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4855 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4856 * gdb.arch/vsx-regs.exp: Likewise.
4857
4858 2016-10-07 Yao Qi <yao.qi@linaro.org>
4859
4860 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4861
4862 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4863
4864 * gdb.python/python.exp: Test decode_line("*0").
4865
4866 2016-10-06 Doug Evans <dje@google.com>
4867
4868 * gdb.python/py-value.exp (test_value_creation): Add test for large
4869 unsigned 64-bit value.
4870
4871 2016-10-06 Tom Tromey <tom@tromey.com>
4872
4873 * gdb.compile/compile.exp: Change java tests to rust.
4874 * gdb.base/setshow.exp: Change java tests to rust.
4875 * gdb.base/default.exp: Remove java from language list.
4876 * README (Examples): Update language example.
4877 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4878 test.
4879 * lib/gdb.exp (skip_java_tests): Remove.
4880 * lib/java.exp: Remove.
4881 * gdb.java: Remove.
4882
4883 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4884
4885 * gdb.arch/mips-fcr.exp: New test.
4886 * gdb.arch/mips-fcr.c: Source for the new test.
4887
4888 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4889
4890 * gdb.base/solib-disc.exp: Use `standard_output_file'
4891 throughout.
4892
4893 2016-10-06 Pedro Alves <palves@redhat.com>
4894
4895 * gdb.base/jit-simple-dl.c: New file.
4896 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4897 * gdb.base/jit-simple.c: ... this.
4898 * gdb.base/jit-simple.exp (jit_run): Delete.
4899 (build_jit): New proc.
4900 (jit_test_reread): Recompile either the main program or the shared
4901 library, depending on what is being tested. Skip changing address
4902 if caller wants to. Compare before/after addresses. If testing
4903 standalone, explicitly load the binary. Test "maint info
4904 breakpoints".
4905 (top level): Add "standalone vs shared lib" and "change address"
4906 vs "same address" axes.
4907
4908 2016-10-06 Pedro Alves <palves@redhat.com>
4909
4910 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4911 call.
4912 (jit_run): Delete.
4913 (jit_test_reread): Use with_test_prefix. Reload the main binary
4914 explicitly. Compare the before/after addresses of the JIT
4915 descriptor.
4916
4917 2016-08-15 Doug Evans <dje@google.com>
4918
4919 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4920 for single bitfields is bool.
4921 * gdb.xml/tdesc-regs.exp: Ditto.
4922
4923 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4924
4925 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4926
4927 2016-10-05 Yao Qi <yao.qi@linaro.org>
4928
4929 * lib/gdb.exp (support_complex_tests): Return zero if
4930 gdb_skip_float_test return true.
4931
4932 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
4933 Simon Marchi <simon.marchi@ericsson.com>
4934
4935 PR gdb/20487
4936 * gdb.mi/user-selected-context-sync.exp: New file.
4937 * gdb.mi/user-selected-context-sync.c: New file.
4938
4939 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
4940 Simon Marchi <simon.marchi@ericsson.com>
4941
4942 PR gdb/20487
4943 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4944 =thread-select-event check.
4945
4946 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4947
4948 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4949 the compulsory L operand changes.
4950 * gdb.arch/powerpc-power.s: Likewise.
4951
4952 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4953
4954 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4955 * gdb.base/jit-attach-pie.c: New file.
4956 * gdb.base/jit-attach-pie.exp: New file.
4957
4958 2016-09-28 Pedro Alves <palves@redhat.com>
4959
4960 * gdb.base/infcall-input.c: New file.
4961 * gdb.base/infcall-input.exp: New file.
4962
4963 2016-09-22 Yao Qi <yao.qi@linaro.org>
4964
4965 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4966 (gdb_exit): Rename it to ...
4967 (gdbserver_gdb_exit): ... Close GDBserver.
4968 (gdb_exit): New proc, call gdbserver_gdb_exit.
4969 (mi_gdb_exit): Likewise.
4970
4971 2016-09-22 Yao Qi <yao.qi@linaro.org>
4972
4973 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4974 path.
4975 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4976 Remove duplication.
4977
4978 2016-09-22 Yao Qi <yao.qi@linaro.org>
4979
4980 * lib/gdbserver-support.exp: Check the existence of
4981 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4982
4983 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4984
4985 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4986
4987 2016-09-21 Tom Tromey <tom@tromey.com>
4988
4989 PR gdb/20604:
4990 * gdb.base/quit.exp: New file.
4991
4992 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4993
4994 * .gitignore: New file.
4995
4996 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4997
4998 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4999 throughout.
5000
5001 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5002
5003 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5004
5005 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5006
5007 * gdb.cp/casts.cc (decltype): Move it ...
5008 (main): ... with its call to ...
5009 * gdb.cp/casts03.cc: ... a new file.
5010 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5011
5012 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5013
5014 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5015
5016 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5017
5018 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5019 and sync up the test with tests in gas/testsuite/gas/ppc.
5020 * gdb.arch/powerpc-power.exp: Likewise.
5021
5022 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5023
5024 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5025
5026 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5027 Jan Kratochvil <jan.kratochvil@redhat.com>
5028
5029 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5030 make m1's definition to be different from m2's. Use 'dummy' as an
5031 argument for probe 'two'.
5032
5033 2016-09-10 Jon Beniston <jon@beniston.com>
5034
5035 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5036 for sim target.
5037
5038 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5039
5040 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5041 variable declaration.
5042 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5043 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5044 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5045 received HWCAP as its argument.
5046
5047 2016-09-06 Pedro Alves <palves@redhat.com>
5048
5049 * gdb.base/new-ui-pending-input.c: New file.
5050 * gdb.base/new-ui-pending-input.exp: New file.
5051 * gdb.exp (clear_gdb_spawn_id): New procedure.
5052 (with_spawn_id): Check whether gdb_spawn_id exists before
5053 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5054 on exit.
5055
5056 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5057
5058 * gdb.base/float128.c: New file.
5059 * gdb.base/float128.exp: Likewise.
5060 * gdb.base/floatn.c: Likewise.
5061 * gdb.base/floatn.exp: Likewise.
5062
5063 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5064
5065 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5066
5067 2016-09-05 Pedro Alves <palves@redhat.com>
5068
5069 PR backtrace/19927
5070 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5071 unwinders are immediately called as side effect of "source" or
5072 "disable unwinder" commands.
5073 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5074
5075 2016-09-02 Yao Qi <yao.qi@linaro.org>
5076
5077 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5078 is true and $type is "float" or "double".
5079
5080 2016-09-02 Yao Qi <yao.qi@linaro.org>
5081
5082 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5083 true.
5084 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5085 * gdb.base/call-rt-st.exp: Likewise.
5086 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5087 return value instead of gdb,skip_float_test.
5088 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5089 (do_function_calls): Use its return value instead of
5090 gdb,skip_float_test.
5091 * gdb.base/finish.exp: Likewise.
5092 * gdb.base/funcargs.exp: Likewise.
5093 * gdb.base/return.exp: Likewise.
5094 * gdb.base/return2.exp: Likewise.
5095 * gdb.base/varargs.exp: Likewise.
5096 * lib/gdb.exp (gdb_skip_float_test): Change it to
5097 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5098
5099 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5100
5101 * gdb.multi/tids.exp: Test "thread apply all".
5102
5103 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5104
5105 * gdb.base/default.exp (tty): Remove.
5106
5107 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5108
5109 * gdb.python/py-recurse-unwind.c: New file.
5110 * gdb.python/py-recurse-unwind.py: New file.
5111 * gdb.python/py-recurse-unwind.exp: New file.
5112
5113 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5114
5115 * gdb.base/set-inferior-tty.exp: New file.
5116 * gdb.base/set-inferior-tty.c: New file.
5117
5118 2016-08-23 Pedro Alves <palves@redhat.com>
5119
5120 PR gdb/20494
5121 * gdb.base/new-ui-echo.c: New file.
5122 * gdb.base/new-ui-echo.exp: New file.
5123
5124 2016-08-23 Yao Qi <yao.qi@linaro.org>
5125
5126 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5127 gdbserver_spawn.
5128 * gdb.server/connect-without-multi-process.exp (do_test):
5129 Likewise.
5130
5131 2016-08-23 Yao Qi <yao.qi@linaro.org>
5132
5133 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5134 standalone_txt. Delete gdb_txt and standalone_txt on host
5135 and target. Spawn the binary on target. Copy files from
5136 target to host.
5137
5138 2016-08-22 Pedro Alves <palves@redhat.com>
5139
5140 PR gdb/20505
5141 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5142 with_test_prefix. Factor out bits to ...
5143 (test_no_vdso): ... this new procedure.
5144
5145 2016-08-19 Carl Love <cel@us.ibm.com>
5146
5147 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5148 maintaining separate logic for constructing the output path.
5149 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5150 * gdb.arch/ppc-dfp.exp: Likewise.
5151 * gdb.arch/ppc-fp.exp: Likewise.
5152 * gdb.arch/vsx-regs.exp: Likewise.
5153 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5154 binprefix for generating the additional binary files.
5155
5156 2016-08-19 Pedro Alves <palves@redhat.com>
5157
5158 * gdb.trace/mi-trace-frame-collected.exp
5159 (test_trace_frame_collected): On x32, expect two registers.
5160
5161 2016-08-18 Carl Love <cel@us.ibm.com>
5162
5163 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5164 and sync up the test with tests in gas/testsuite/gas/ppc.
5165 * gdb.arch/powerpc-power.exp: Likewise.
5166
5167 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5168
5169 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5170 expected error message.
5171
5172 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5173
5174 * gdb.multi/remove-inferiors.exp: New file.
5175 * gdb.multi/remove-inferiors.c: New file.
5176
5177 2016-08-12 Yao Qi <yao.qi@linaro.org>
5178
5179 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5180 argument list.
5181
5182 2016-08-10 Pedro Alves <palves@redhat.com>
5183
5184 PR gdb/19187
5185 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5186 setup_kfails.
5187
5188 2016-08-09 Pedro Alves <palves@redhat.com>
5189 Simon Marchi <simon.marchi@ericsson.com>
5190
5191 PR gdb/20418
5192 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5193 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5194
5195 2016-08-09 Pedro Alves <palves@redhat.com>
5196
5197 PR mi/20431
5198 * gdb.mi/mi-cmd-error.exp: New file.
5199
5200 2016-08-09 Pedro Alves <palves@redhat.com>
5201
5202 PR gdb/18653
5203 * gdb.base/signals-state-child.c: New file.
5204 * gdb.base/signals-state-child.exp: New file.
5205 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5206
5207 2016-08-09 Pedro Alves <palves@redhat.com>
5208
5209 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5210
5211 2016-08-03 Tom Tromey <tom@tromey.com>
5212
5213 PR python/18565:
5214 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5215
5216 2016-08-01 Yao Qi <yao.qi@linaro.org>
5217
5218 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5219 variable mode to "multi-process" if $multi_process is 1, otherwise
5220 set it to "single-process".
5221
5222 2016-08-01 Yao Qi <yao.qi@linaro.org>
5223
5224 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5225 * gdb.cp/cpexprs.exp: Likewise.
5226 * gdb.cp/m-static.exp: Likewise.
5227
5228 2016-07-26 Tom Tromey <tom@tromey.com>
5229
5230 PR python/20190:
5231 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5232 test.
5233
5234 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5235
5236 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5237 selecting assembly source files.
5238 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5239 assembly source files.
5240 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5241 assembly source files.
5242 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5243 selecting assembly source files.
5244
5245 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5246
5247 * gdb.base/new-ui.exp (do_test_invalid_args): New
5248 procedure.
5249
5250 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5251
5252 * gdb.btrace/reconnect.c: New file.
5253 * gdb.btrace/reconnect.exp: New file.
5254
5255 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5256
5257 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5258 to test_catch_syscall_group.
5259 (test_catch_syscall_group): New.
5260
5261 2016-07-21 Tom Tromey <tom@tromey.com>
5262
5263 * gdb.rust/simple.rs (main): Use empty struct expression.
5264 * gdb.rust/simple.exp: Add tests for empty struct expression.
5265
5266 2016-07-21 Yao Qi <yao.qi@linaro.org>
5267
5268 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5269 if gdb_skip_xml_test is true on some targets.
5270
5271 2016-07-21 Yao Qi <yao.qi@linaro.org>
5272
5273 * gdb.server/solib-list.exp: Unset last_loaded_file.
5274
5275 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5276
5277 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5278 "step into captured_main (args)".
5279
5280 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5281
5282 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5283
5284 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5285
5286 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5287
5288 2016-07-19 Pedro Alves <palves@redhat.com>
5289
5290 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5291 * gdb.opt/inline-bt.exp: Likewise.
5292 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5293 additional_flags=-Winline.
5294 * gdb.opt/inline-locals.exp: Likewise.
5295 * gdb.opt/inline-markers.c (ATTR): Define.
5296 (inlined_fn): Use it.
5297
5298 2016-07-19 Yao Qi <yao.qi@linaro.org>
5299
5300 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5301 (test_with_self): Remove some code. Remove argument executable.
5302 (top-level): Use do_self_tests.
5303
5304 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5305 Don Breazeal <donb@codesourcery.com>
5306
5307 * gdb.base/maint.exp: Escape paths used in regular expressions.
5308 * gdb.stabs/weird.exp: Likewise.
5309
5310 2016-07-13 Tom Tromey <tom@tromey.com>
5311
5312 PR python/15620, PR python/18620:
5313 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5314 (test_bkpt_events): New procs.
5315
5316 2016-07-13 Tom Tromey <tom@tromey.com>
5317
5318 PR python/17698:
5319 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5320 test.
5321 (test_watchpoints): Likewise.
5322 (test_bkpt_pending): New proc.
5323
5324 2016-07-13 Tom Tromey <tom@tromey.com>
5325
5326 PR cli/18053:
5327 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5328 completion test.
5329
5330 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5331
5332 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5333 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5334 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5335 f_label.
5336 (g): Rename g_end_lbl to g_label.
5337 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5338 low_pc and high_pc.
5339 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5340
5341 2016-07-12 Tom Tromey <tom@tromey.com>
5342
5343 PR python/19293:
5344 * gdb.python/py-unwind-maint.exp: Update tests.
5345
5346 2016-07-12 Yao Qi <yao.qi@linaro.org>
5347
5348 * lib/selftest-support.exp (selftest_setup): Match the output
5349 when captured_main is inlined.
5350
5351 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5352
5353 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5354 New variables.
5355 (print this%a, print this%b, print this): New tests.
5356 * gdb.fortran/derived-types.f90 (this): New object and
5357 initialization.
5358
5359 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5360
5361 * gdb.ada/arraydim.exp: Remove extra directory level in build
5362 directory.
5363
5364 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5365
5366 * lib/ada.exp: Remove extra directory level in build directory.
5367 * gdb.ada/cond_lang.exp: Likewise.
5368 * gdb.ada/exec_changed.exp: Likewise.
5369 * gdb.ada/lang_switch.exp: Likewise.
5370
5371 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5372
5373 * simple.rs: Add test for raw pointer subscripting.
5374 * simple.exp: Add test expectations.
5375
5376 2016-07-05 Yao Qi <yao.qi@linaro.org>
5377
5378 * gdb.mi/mi-reverse.exp: Match =record-started output.
5379
5380 2016-07-01 Pedro Alves <palves@redhat.com>
5381
5382 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5383 procedure.
5384 (jit_reader_test): Test the jit reader's unwinder.
5385 * gdb.base/jithost.c (jit_function_00_code): New global.
5386 (main): Use memcpy to fill in the mmapped code, instead of poking
5387 bytes manually here.
5388 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5389 value.
5390 (read_debug_info): Save the function's range.
5391 (read_sp): New function.
5392 (unwind_frame): Use it. Also unwind RBP.
5393 (get_frame_id): Use read_sp.
5394 (gdb_init_reader): Use calloc instead of malloc.
5395 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5396 parameter. Use gdb_test_multiple.
5397
5398 2016-07-01 Pedro Alves <palves@redhat.com>
5399 Antoine Tremblay <antoine.tremblay@ericsson.com>
5400
5401 * gdb.threads/process-dies-while-detaching.c: New file.
5402 * gdb.threads/process-dies-while-detaching.exp: New file.
5403
5404 2016-07-01 Pedro Alves <palves@redhat.com>
5405
5406 * gdb.multi/watchpoint-multi-exit.c: New file.
5407 * gdb.multi/watchpoint-multi-exit.exp: New file.
5408
5409 2016-06-30 Pedro Alves <palves@redhat.com>
5410
5411 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5412 unset inferior_spawn_id.
5413
5414 2016-06-30 Pedro Alves <palves@redhat.com>
5415
5416 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5417 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5418
5419 2016-06-29 Yao Qi <yao.qi@linaro.org>
5420
5421 * gdb.base/return.c: Add copyright header.
5422
5423 2016-06-29 Tom Tromey <tom@tromey.com>
5424
5425 PR python/20129:
5426 * gdb.python/py-framefilter.exp: Add tests for setting priority
5427 and disabling of non-existent frame filter.
5428
5429 2016-06-29 Yao Qi <yao.qi@linaro.org>
5430
5431 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5432 0x0f07ff.
5433
5434 2016-06-28 Yao Qi <yao.qi@linaro.org>
5435
5436 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5437 triplets. Start gdb, execute catch syscall, and continue. Check
5438 gdb's output to determine catch syscall is supported.
5439
5440 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5441
5442 * gdb.rust/simple.rs: Add test for returning unit in a function.
5443 * gdb.rust/simple.exp: Add expectation for functions returning
5444 unit.
5445
5446 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5447
5448 * gdb.python/py-breakpoint-create-fail.c,
5449 gdb.python/py-breakpoint-create-fail.exp,
5450 gdb.python/py-breakpoint-create-fail.py: New testcase.
5451
5452 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5453
5454 PR gdb/20239
5455 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5456 * gdb.rust/simple.exp: Add test expectations for new NonZero
5457 tests.
5458
5459 2016-06-24 David Taylor <dtaylor@emc.com>
5460
5461 * gdb.base/offsets.exp: New file.
5462 * gdb.base/offsets.c: New file.
5463
5464 2016-06-23 Tom Tromey <tom@tromey.com>
5465
5466 PR gdb/16483:
5467 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5468 before any filters are loaded.
5469
5470 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5471
5472 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5473 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5474 structs.
5475 * gdb.fortran/derived-type-function.exp: New file.
5476 * gdb.fortran/derived-type-function.f90: New file.
5477
5478
5479 2016-06-21 Pedro Alves <palves@redhat.com>
5480
5481 * gdb.base/new-ui.exp: New file.
5482 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5483 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5484 (with_spawn_id): New procedure.
5485
5486 2016-06-21 Pedro Alves <palves@redhat.com>
5487
5488 * gdb.mi/mi-exec-run.exp: New file.
5489
5490 2016-06-21 Pedro Alves <palves@redhat.com>
5491
5492 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5493 breakpoint command's output on the main UI.
5494 (test_break): New procedure, factored out from calls in the top
5495 level.
5496 (top level): Use foreach_with_prefix to test MI as main UI and as
5497 separate UI.
5498
5499 2016-06-21 Pedro Alves <palves@redhat.com>
5500
5501 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5502 (test_awatch_creation_and_listing)
5503 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5504 Remove 'type' parameter.
5505 (test_watchpoint_all): New parameter mi_mode. Remove
5506 with_test_prefix.
5507 (top level): Use foreach_with_prefix, and add main/separate UI MI
5508 testing axis.
5509
5510 2016-06-21 Pedro Alves <palves@redhat.com>
5511
5512 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5513 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5514 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5515 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5516 (gdb_main_spawn_id, mi_spawn_id): Declare and
5517 comment.
5518 (mi_create_inferior_pty): New procedure,
5519 factored out from default_mi_gdb_start.
5520 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5521 procedures.
5522 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5523 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5524 Use mi_create_inferior_pty.
5525 (mi_gdb_start): Use eval to pass down args list.
5526
5527 2016-06-21 Pedro Alves <palves@redhat.com>
5528
5529 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5530 * gdb.opt/inline-cmds.exp: Add MI tests.
5531
5532 2016-06-21 Pedro Alves <palves@redhat.com>
5533
5534 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5535
5536 2016-06-21 Pedro Alves <palves@redhat.com>
5537
5538 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5539 (top level): Use it instead of mi_execute_to.
5540
5541 2016-06-21 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5544 (cont_handler_str): New.
5545 (signal_stop_handler): Set stop_handler_str instead of printing to
5546 stdout.
5547 (continue_handler): Set cont_handler_str instead of printing to
5548 stdout.
5549 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5550 mi_send_resuming_command. Print stop_handler_str and
5551 cont_handler_str instead of expecting the python events print
5552 directly.
5553
5554 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5555
5556 * gdb.base/jit-reader.exp: New file.
5557 * gdb.base/jithost.c: New file.
5558 * gdb.base/jithost.h: New file.
5559 * gdb.base/jitreader.c : New file.
5560 * gdb.base/jit-protocol.h: New file.
5561
5562 2016-06-17 Yao Qi <yao.qi@linaro.org>
5563
5564 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5565 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5566 and detach-on-fork. Adjust tests.
5567 (top level): Invoke break_cond_on_syscall with combinations of
5568 syscall, follow-fork-mode and detach-on-fork.
5569
5570 2016-06-17 Yao Qi <yao.qi@linaro.org>
5571
5572 * gdb.base/step-over-exit.c: New.
5573 * gdb.base/step-over-exit.exp: New.
5574
5575 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5576
5577 * gdb.base/float.exp: Add target check for nds32*-*-*.
5578 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5579
5580 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5581
5582 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5583 for unsupported target features.
5584 * gdb.base/call-rt-st.exp: Likewise.
5585 * gdb.base/call-sc.exp: Likewise.
5586 * gdb.base/call-signal-resume.exp: Likewise.
5587 * gdb.base/call-strs.exp: Likewise.
5588 * gdb.base/callexit.exp: Likewise.
5589 * gdb.base/callfuncs.exp: Likewise.
5590 * gdb.base/nodebug.exp: Likewise.
5591 * gdb.base/printcmds.exp: Likewise.
5592 * gdb.base/ptype.exp: Likewise.
5593 * gdb.base/structs.exp: Likewise.
5594 * gdb.base/unwindonsignal.exp: Likewise.
5595 * gdb.cp/gdb2495.exp: Likewise.
5596 * gdb.cp/templates.exp: Likewise.
5597 * gdb.cp/virtfunc.exp: Likewise.
5598 * gdb.threads/hand-call-in-threads.exp: Likewise.
5599 * gdb.threads/interrupted-hand-call.exp: Likewise.
5600 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5601
5602 2016-06-10 Tom Tromey <tom@tromey.com>
5603
5604 PR rust/20110:
5605 * gdb.rust/expr.exp: Add test for integer constant larger than
5606 i32.
5607
5608 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5609
5610 * gdb.fortran/nested-funcs.exp: New.
5611 * gdb.fortran/nested-funcs.f90: New.
5612
5613 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5614
5615 * gdb.base/examine-backward.c: New file.
5616 * gdb.base/examine-backward.exp: New file.
5617
5618 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5619
5620 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5621 matching.
5622
5623 2016-06-02 Tom Tromey <tom@tromey.com>
5624
5625 PR python/18984:
5626 * gdb.python/py-shared.exp: Add solib_name test.
5627
5628 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5629
5630 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5631
5632 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5633
5634 PR c++/19893
5635 * gdb.dwarf2/implref.exp: Rename to...
5636 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5637 * gdb.dwarf2/implref-array.c: New file.
5638 * gdb.dwarf2/implref-array.exp: Likewise.
5639 * gdb.dwarf2/implref-global.c: Likewise.
5640 * gdb.dwarf2/implref-global.exp: Likewise.
5641 * gdb.dwarf2/implref-struct.c: Likewise.
5642 * gdb.dwarf2/implref-struct.exp: Likewise.
5643
5644 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5645
5646 * gdb.trace/trace-condition.exp: Add 64bit tests.
5647
5648 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5649
5650 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5651 bits types.
5652 (main): Adapt to 8 to 64 bits types.
5653 * gdb.trace/trace-condition.exp: Add new tests.
5654
5655 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5656
5657 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5658
5659 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5660
5661 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5662 Move condition tests...
5663 * gdb.trace/trace-condition.exp: Here.
5664
5665 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5666
5667 * gdb.trace/trace-condition.exp: Add counter-case tests.
5668
5669 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5670
5671 PR c++/15231
5672 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5673 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5674
5675 2016-05-27 Pedro Alves <palves@redhat.com>
5676
5677 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5678 New procedure.
5679 (top level): Call it, and bail out of DejaGnu is known to be bad.
5680
5681 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5682
5683 * gdb.base/whatis.c: Extend the test case.
5684 * gdb.base/whatis.exp: Add additional tests.
5685
5686 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5687
5688 * gdb.fortran/type.f90: Add pointer variable.
5689 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5690
5691 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5692
5693 * gdb.fortran/vla-type.exp: Fix testcase name.
5694
5695 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5696
5697 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5698
5699 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5700
5701 * gdb.fortran/type.f90: Add nested structures.
5702 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5703 * gdb.fortran/derived-type.exp: Adapt expected output.
5704 * gdb.fortran/vla-type.exp: Adapt expected output.
5705
5706 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5707
5708 * gdb.fortran/whatis_type.exp: Adapt expected output.
5709
5710 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5711
5712 * gdb.fortran/print_type.exp: Fix expected output.
5713 * gdb.fortran/whatis_type.exp: Fix expected output.
5714
5715 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5716
5717 * gdb.fortran/whatis_type.exp: Use multi_line.
5718
5719 2016-05-24 Tom Tromey <tom@tromey.com>
5720
5721 PR python/17386:
5722 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5723 use value as an index.
5724
5725 2016-05-23 Tom Tromey <tom@tromey.com>
5726
5727 PR python/17981:
5728 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5729 no-breakpoint case.
5730
5731 2016-05-24 Pedro Alves <palves@redhat.com>
5732
5733 PR gdb/19828
5734 * gdb.threads/clone-attach-detach.c: New file.
5735 * gdb.threads/clone-attach-detach.exp: New file.
5736
5737 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5738
5739 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5740
5741 2016-05-23 Tom Tromey <tom@tromey.com>
5742
5743 PR python/19438, PR python/18393:
5744 * gdb.python/py-progspace.exp: Add "dir" test.
5745 * gdb.python/py-objfile.exp: Add "dir" test.
5746
5747 2016-05-23 Yao Qi <yao.qi@linaro.org>
5748
5749 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5750 * gdb.arch/thumb2-it.exp: Likewise.
5751
5752 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5753
5754 * gdb.mi/mi-threads-interrupt.c: New file.
5755 * gdb.mi/mi-threads-interrupt.exp: New file.
5756
5757 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5758
5759 PR gdb/18077
5760 * gdb.mi/mi-async-run.exp: New file.
5761 * gdb.mi/mi-async-run.c: New file.
5762
5763 2016-05-17 Tom Tromey <tom@tromey.com>
5764 Manish Goregaokar <manishsmail@gmail.com>
5765
5766 * lib/rust-support.exp: New file.
5767 * lib/gdb.exp (skip_rust_tests): New proc.
5768 (build_executable_from_specs): Handle rust.
5769 * lib/future.exp (gdb_find_rustc): New proc.
5770 (gdb_default_target_compile): Handle rust.
5771 * gdb.rust/expr.exp: New file.
5772 * gdb.rust/generics.exp: New file.
5773 * gdb.rust/generics.rs: New file.
5774 * gdb.rust/methods.exp: New file.
5775 * gdb.rust/methods.rs: New file.
5776 * gdb.rust/modules.exp: New file.
5777 * gdb.rust/modules.rs: New file.
5778 * gdb.rust/simple.exp: New file.
5779 * gdb.rust/simple.rs: New file.
5780
5781 2016-05-17 Tom Tromey <tom@tromey.com>
5782
5783 * gdb.base/default.exp (set language): Add rust.
5784
5785 2016-05-17 Tom Tromey <tom@tromey.com>
5786
5787 * gdb.gdb/unittest.exp: New file.
5788
5789 2016-05-16 Yao Qi <yao.qi@linaro.org>
5790
5791 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5792 shell_prompt. Update shell_prompt_re.
5793
5794 2016-05-12 Doug Evans <dje@google.com>
5795
5796 PR symtab/19999
5797 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5798 $options when building executable.
5799 * gdb.dwarf2/fission-loclists-pie.S: New file.
5800 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5801
5802 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5803
5804 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5805 of [is_remote target],
5806
5807 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5808
5809 * lib/gdb.exp (use_gdb_stub): New procedure.
5810
5811 2016-05-03 Yunlian Jiang <yunlian@google.com>
5812 Doug Evans <dje@google.com>
5813
5814 PR symtab/19914
5815 * gdb.dwarf2/dwp-sepdebug.c: New file.
5816 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5817
5818 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5819
5820 * gdb.base/detach.exp: Remove is_remote check.
5821
5822 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5823
5824 * gdb.base/annota-input-while-running.exp: Don't check for
5825 [is_remote target]. Enable annotations after running to main.
5826 Remove unused "set test..." line.
5827
5828 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5829
5830 * gdb.trace/trace-enable-disable.exp: New file.
5831 * gdb.trace/trace-enable-disable.c: New file.
5832
5833 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5834
5835 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5836 use it in info sharedlibrary test.
5837 * gdb.trace/ftrace-lock.exp: Likewise.
5838 * gdb.trace/ftrace.exp: Likewise.
5839 * gdb.trace/range-stepping.exp: Likewise.
5840 * gdb.trace/trace-break.exp: Likewise.
5841 * gdb.trace/trace-condition.exp: Likewise.
5842 * gdb.trace/trace-mt.exp: Likewise.
5843
5844 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5845
5846 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5847 (gdb_load_shlib): ... this.
5848 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5849 gdb_load_shlib.
5850 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5851 * gdb.base/ctxobj.exp: Likewise.
5852 * gdb.base/dprintf-pending.exp: Likewise.
5853 * gdb.base/dso2dso.exp: Likewise.
5854 * gdb.base/fixsection.exp: Likewise.
5855 * gdb.base/gcore-relro.exp: Likewise.
5856 * gdb.base/gdb1555.exp: Likewise.
5857 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5858 * gdb.base/gnu-ifunc.exp: Likewise.
5859 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5860 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5861 * gdb.base/pending.exp: Likewise.
5862 * gdb.base/print-file-var.exp: Likewise.
5863 * gdb.base/print-symbol-loading.exp: Likewise.
5864 * gdb.base/shlib-call.exp: Likewise.
5865 * gdb.base/shreloc.exp: Likewise.
5866 * gdb.base/so-impl-ld.exp: Likewise.
5867 * gdb.base/solib-disc.exp: Likewise.
5868 * gdb.base/solib-nodir.exp: Likewise.
5869 * gdb.base/solib-overlap.exp: Likewise.
5870 * gdb.base/solib-symbol.exp: Likewise.
5871 * gdb.base/solib-weak.exp (do_test): Likewise.
5872 * gdb.base/sym-file.exp: Likewise.
5873 * gdb.base/symtab-search-order.exp: Likewise.
5874 * gdb.base/type-opaque.exp: Likewise.
5875 * gdb.base/unload.exp: Likewise.
5876 * gdb.base/watchpoint-solib.exp: Likewise.
5877 * gdb.compile/compile.exp: Likewise.
5878 * gdb.cp/gdb2384.exp: Likewise.
5879 * gdb.cp/infcall-dlopen.exp: Likewise.
5880 * gdb.cp/re-set-overloaded.exp: Likewise.
5881 * gdb.fortran/library-module.exp: Likewise.
5882 * gdb.opt/solib-intra-step.exp: Likewise.
5883 * gdb.python/py-finish-breakpoint.exp: Likewise.
5884 * gdb.python/py-shared.exp: Likewise.
5885 * gdb.reverse/solib-precsave.exp: Likewise.
5886 * gdb.reverse/solib-reverse.exp: Likewise.
5887 * gdb.server/solib-list.exp: Likewise.
5888 * gdb.threads/dlopen-libpthread.exp: Likewise.
5889 * gdb.threads/tls-shared.exp: Likewise.
5890 * gdb.threads/tls-so_extern.exp: Likewise.
5891 * gdb.trace/change-loc.exp: Likewise.
5892 * gdb.trace/ftrace-lock.exp: Likewise.
5893 * gdb.trace/ftrace.exp: Likewise.
5894 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5895 * gdb.trace/pending.exp: Likewise.
5896 * gdb.trace/range-stepping.exp: Likewise.
5897 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5898 (strace_info_marker): Likewise.
5899 (strace_probe_marker): Likewise.
5900 (strace_trace_on_same_addr): Likewise.
5901 (strace_trace_on_diff_addr): Likewise.
5902 * gdb.trace/trace-break.exp: Likewise.
5903 * gdb.trace/trace-condition.exp: Likewise.
5904 * gdb.trace/trace-mt.exp: Likewise.
5905
5906 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5907
5908 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5909 result of gdb_remote_download.
5910 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5911 * gdb.base/dso2dso.exp: Likewise.
5912 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5913 * gdb.base/print-file-var.exp: Likewise.
5914 * gdb.base/shlib-call.exp: Likewise.
5915 * gdb.base/shreloc.exp: Likewise.
5916 * gdb.base/solib-overlap.exp: Likewise.
5917 * gdb.base/solib-weak.exp (do_test): Likewise.
5918 * gdb.base/unload.exp: Likewise.
5919
5920 2016-04-27 Yao Qi <yao.qi@linaro.org>
5921
5922 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5923 exists.
5924
5925 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5926
5927 * vla-type.exp: Print structure from toplevel.
5928
5929 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5930
5931 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5932 of dynamic types.
5933 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5934 of dynamic types.
5935
5936 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5937
5938 * gdb.fortran/vla-type.f90: New file.
5939 * gdb.fortran/vla-type.exp: New file.
5940
5941 2016-04-25 Yao Qi <yao.qi@linaro.org>
5942
5943 * gdb.base/branch-to-self.c: New file.
5944 * gdb.base/branch-to-self.exp: New file.
5945
5946 2016-04-22 Yao Qi <yao.qi@linaro.org>
5947
5948 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5949 more after $hex.
5950
5951 2016-04-22 Yao Qi <yao.qi@linaro.org>
5952
5953 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5954 * gdb.base/annota3.exp: Likewise.
5955
5956 2016-04-22 Yao Qi <yao.qi@linaro.org>
5957
5958 * gdb.reverse/step-precsave.exp: Do one step and test program
5959 stops in "callee" and do multiple steps until program goes out
5960 of "callee".
5961 * gdb.reverse/step-reverse.exp: Likewise.
5962
5963 2016-04-22 Yao Qi <yao.qi@linaro.org>
5964
5965 * gdb.trace/signal.exp: Also pass if
5966 $tracepoint_hits($i) > $iterations.
5967
5968 2016-04-22 Yao Qi <yao.qi@linaro.org>
5969
5970 * gdb.trace/signal.c: New file.
5971 * gdb.trace/signal.exp: New file.
5972
5973 2016-04-19 Doug Evans <xdje42@gmail.com>
5974
5975 * gdb.base/bad-file.exp: New file.
5976
5977 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5978
5979 * gdb.dwarf2/implref.exp: New file.
5980
5981 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5982
5983 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5984 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5985 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5986 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5987 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5988 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5989 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5990 * lib/fortran.exp (fortran_int4): New procedure.
5991 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5992 (fortran_logical4): Likewise.
5993
5994 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5995
5996 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5997
5998 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5999
6000 * lib/compiler.c: Add Intel specific preprocessor macros.
6001 * lib/compiler.cc: Likewise.
6002
6003 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6004
6005 * gdb.server/connect-with-no-symbol-file.c: New file.
6006 * gdb.server/connect-with-no-symbol-file.exp: New file.
6007
6008 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6009
6010 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6011
6012 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6013
6014 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6015 standard output directory.
6016
6017 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6018
6019 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6020
6021 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6022
6023 * gdb.btrace/instruction_history.c (loop): Add declaration.
6024
6025 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6026
6027 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6028
6029 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6030
6031 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6032 parentheses to print.
6033 (continue_handler): Likewise.
6034
6035 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6036
6037 * gdb.server/solib-list.exp: Remove is_remote check.
6038 Pass shlib= to gdb_compile. Don't link shared library with
6039 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6040 Run binary filename through "readlink -f" on the target.
6041
6042 2016-04-08 Pedro Alves <palves@redhat.com>
6043
6044 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6045 interpreter filename as argument to gdbserver_spawn.
6046 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6047 Return empty if $last_loaded_file does not exist.
6048
6049 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6050
6051 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6052 * gdb.base/jit-main.c: Use exit after usage.
6053
6054 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6055
6056 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6057 GDBHISTSIZE prior to the tests.
6058 * gdb.base/gdbinit-history.exp: Likewise.
6059
6060 2016-04-07 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6063 instead of build_executable. Use gdb_load_shlibs.
6064
6065 2016-04-07 Yao Qi <yao.qi@linaro.org>
6066
6067 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6068 Execute "si" command.
6069
6070 2016-04-07 Yao Qi <yao.qi@linaro.org>
6071
6072 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6073 number instead of the comments on some line.
6074
6075 2016-04-06 Don Breazeal <donb@codesourcery.com>
6076
6077 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6078 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6079
6080 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6081
6082 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6083 standard_output_file. Remove unused binfile variable.
6084
6085 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6086
6087 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6088 * gdb.python/py-mi-objfile.exp: Match "list main" output
6089 in console format.
6090
6091 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6092
6093 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6094 absolute.
6095
6096 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6097
6098 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6099 absolute.
6100 * gdb.trace/ftrace.exp: Likewise.
6101 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6102 targets as well.
6103 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6104 (gdb_load_shlibs): Copy libraries to test directory when testing
6105 natively. Only set solib-search-path if testing remotely.
6106 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6107
6108 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6109
6110 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6111 gdb_download. Use it even if the target is not remote.
6112 * gdb.base/jit.exp (compile_jit_test): Likewise.
6113 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6114 output directory if the destination board is local, otherwise use
6115 the standard remote_download from DejaGnu.
6116 (gdb_download): Remove.
6117 (gdb_load_shlibs): Use gdb_remote_download instead of
6118 gdb_download.
6119 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6120 Use gdb_remote_download instead of gdb_download. Use it even if
6121 the target is not remote.
6122 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6123 instead of gdb_download.
6124
6125 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6126
6127 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6128 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6129 run.
6130
6131 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6132
6133 PR gdb/19820
6134 * gdb.base/printcmds.exp: Add artificial arrays tests.
6135
6136 2016-03-31 Pedro Alves <palves@redhat.com>
6137
6138 PR gdb/19858
6139 * gdb.base/jit-main.c: Include unistd.h.
6140 (ATTACH): Define to 0 if not already defined.
6141 (wait_for_gdb, mypid): New globals.
6142 (WAIT_FOR_GDB): New macro.
6143 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6144 some breakpoint locations.
6145 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6146 New procedures.
6147 (one_jit_test): Add REATTACH parameter, and handle it. Use
6148 continue_to_test_location.
6149 (top level): Test attach, and adjusts calls to one_jit_test.
6150
6151 2016-03-31 Pedro Alves <palves@redhat.com>
6152
6153 PR gdb/19858
6154 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6155 BINSUFFIX parameter, and handle it.
6156 (top level): Adjust calls compile_jit_test.
6157
6158 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6159
6160 PR python/19743
6161 * gdb.python/py-mi-events-gdb.py: New file.
6162 * gdb.python/py-mi-events.c: New file.
6163 * gdb.python/py-mi-events.exp: New file.
6164
6165 2016-03-30 Yao Qi <yao.qi@linaro.org>
6166
6167 * gdb.reverse/until-precsave.exp: Match function name only.
6168 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6169 Move malloc to a condition block.
6170 * gdb.reverse/until-reverse.exp: Match function name only.
6171
6172 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6173
6174 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6175 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6176 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6177 variable for GPR 0 instead of assuming it is register 0.
6178 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6179 * lib/trace-support.exp: Add s390 registers.
6180
6181 2016-03-29 Yao Qi <yao.qi@linaro.org>
6182
6183 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6184
6185 2016-03-24 Yao Qi <yao.qi@linaro.org>
6186
6187 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6188 test message.
6189
6190 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6191
6192 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6193 maintaining separate logic for constructing the output path.
6194
6195 2016-03-16 Don Breazeal <donb@codesourcery.com>
6196
6197 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6198 Retry fork and waitpid on interrupted system call errors.
6199 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6200 Use with_timeout_factor to increase timeout by factor of 10.
6201
6202 2016-03-15 Don Breazeal <donb@codesourcery.com>
6203
6204 * gdb.cp/scope-err.cc: New test program.
6205 * gdb.cp/scope-err.exp: New test script.
6206 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6207 lines and "set breakpoint here" comment.
6208 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6209 Fixed some whitespace and format issues.
6210 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6211 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6212
6213 2016-03-15 Doug Evans <dje@google.com>
6214
6215 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6216 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6217 All callers updated. Add tests for enums, mixed flags register.
6218
6219 2016-03-15 Doug Evans <dje@google.com>
6220
6221 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6222 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6223
6224 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6225
6226 * gdb.base/default.exp: Add $_as_string to the list of expected
6227 convenience functions.
6228
6229 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6230
6231 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6232
6233 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6234
6235 * gdb.python/py-as-string.exp: New file.
6236 * gdb.python/py-as-string.c: New file.
6237
6238 2016-03-09 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6241 signal" -> "Thread NN received signal" output change.
6242 * gdb.threads/ia64-sigill.exp: Likewise.
6243 * gdb.threads/linux-dp.exp: Likewise.
6244 * gdb.threads/manythreads.exp: Likewise.
6245 * gdb.threads/pending-step.exp: Likewise.
6246 * gdb.threads/print-threads.exp: Likewise.
6247 * gdb.threads/sigstep-threads.exp: Likewise.
6248 * gdb.threads/staticthreads.exp: Likewise.
6249 * gdb.threads/tls.exp: Likewise.
6250
6251 2016-03-09 Pedro Alves <palves@redhat.com>
6252
6253 * gdb.base/command-line-input.exp: New file.
6254
6255 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6256
6257 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6258 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6259 * gdb.trace/pending.exp: Accept leading dot before function name.
6260 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6261 * lib/trace-support.exp: Set registers for ppc.
6262
6263 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6264
6265 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6266 use it for disassembly; accept .main in addition to main in backtrace.
6267
6268 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6269 Marcin Kościelnicki <koriakin@0x04.net>
6270
6271 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6272 (gdb_recursion_test_ptr): New global variable.
6273 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6274 gdb_recursion_test.
6275 (gdb_c_test): Ditto.
6276
6277 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6278
6279 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6280 ordering.
6281
6282 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6283
6284 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6285 (bar): Add bar_start_lbl label.
6286 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6287 of foo/bar for emitting DWARF and tracing.
6288
6289 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6290
6291 * analyze-racy-logs.py: Set executable bit.
6292
6293 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6294
6295 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6296 (CHECK_TARGET_TMP): Likewise.
6297 (check-single-racy): New rule.
6298 (check-parallel-racy): Likewise.
6299 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6300 (do-check-parallel-racy): New rule.
6301 (check-racy/%.exp): Likewise.
6302 * README (Racy testcases): New section.
6303 * analyze-racy-logs.py: New file.
6304
6305 2016-03-03 Doug Evans <dje@google.com>
6306
6307 * gdb.base/skip.exp: Use with_test_prefix.
6308
6309 2016-03-03 Yao Qi <yao.qi@linaro.org>
6310
6311 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6312 Invoke step_over_syscall "clone" and break_cond_on_syscall
6313 "clone".
6314 * gdb.base/step-over-clone.c: New file.
6315
6316 2016-03-03 Yao Qi <yao.qi@linaro.org>
6317
6318 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6319 code format.
6320
6321 2016-03-03 Yao Qi <yao.qi@linaro.org>
6322
6323 * gdb.base/disp-step-fork.c: Rename to ...
6324 * gdb.base/step-over-fork.c: ... it. New file.
6325 * gdb.base/disp-step-vfork.c: Rename to ...
6326 * gdb.base/step-over-vfork.c: ... it. New file.
6327 * gdb.base/disp-step-syscall.exp: Rename to ...
6328 * gdb.base/step-over-syscall.exp: ... it. New file.
6329 (disp_step_cross_syscall): Rename to ...
6330 (step_over_syscall): ... it.
6331
6332 2016-03-03 Yao Qi <yao.qi@linaro.org>
6333
6334 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6335 If target supports condition evaluation on target, invoke
6336 break_cond_on_syscall for fork and vfork.
6337
6338 2016-03-03 Yao Qi <yao.qi@linaro.org>
6339
6340 * gdb.base/disp-step-syscall.exp: Don't invoke
6341 support_displaced_stepping.
6342 (disp_step_cross_syscall): Test with displaced stepping off and
6343 on if supported.
6344
6345 2016-03-03 Yao Qi <yao.qi@linaro.org>
6346
6347 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6348 proc.
6349 (setup): New proc.
6350 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6351 and setup.
6352
6353 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6354
6355 * gdb.fortran/vla-history.exp: Remove breakpoint.
6356
6357 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6358
6359 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6360 exceeds timeout.
6361
6362 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6363
6364 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6365 breakpoint.
6366
6367 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6368
6369 * gdb.mi/vla.f90: Nullify pointer after declaration.
6370
6371 2016-03-01 Pedro Alves <palves@redhat.com>
6372
6373 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6374
6375 2016-03-01 Pedro Alves <palves@redhat.com>
6376
6377 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6378 before anything else.
6379 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6380 _GNU_SOURCE here.
6381 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6382 before anything else.
6383 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6384
6385 2016-03-01 Pedro Alves <palves@redhat.com>
6386
6387 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6388
6389 2016-03-01 Yao Qi <yao.qi@linaro.org>
6390
6391 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6392 prepare_for_testing.
6393
6394 2016-03-01 Yao Qi <yao.qi@linaro.org>
6395
6396 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6397
6398 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6399
6400 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6401 manually constructing the output path.
6402
6403 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6404
6405 * gdb.arch/s390-stackless.S: New.
6406 * gdb.arch/s390-stackless.exp: New.
6407
6408 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6409
6410 * gdb.dlang/circular.c: New file.
6411 * gdb.dlang/circular.exp: New file.
6412
6413 2016-02-26 Yao Qi <yao.qi@linaro.org>
6414
6415 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6416 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6417 (testcases): Update.
6418
6419 2016-02-26 Yao Qi <yao.qi@linaro.org>
6420
6421 * gdb.reverse/aarch64.c: Rename to ...
6422 * gdb.reverse/insn-reverse.c: ... it.
6423 * gdb.reverse/aarch64.exp: Rename to ...
6424 * gdb.reverse/insn-reverse.exp: ... it.
6425
6426 2016-02-26 Yao Qi <yao.qi@linaro.org>
6427
6428 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6429 (testcase_ftype): New.
6430 (testcases): New array.
6431 (n_testcases): New.
6432 (main): Call each element in testcases.
6433 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6434 (read_testcase): New.
6435 Do the tests in a loop.
6436
6437 2016-02-25 Yao Qi <yao.qi@linaro.org>
6438
6439 * gdb.base/branches.c: Remove.
6440
6441 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6442
6443 PR gdb/13808
6444 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6445
6446 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6447
6448 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6449
6450 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6451
6452 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6453 change x86_64 call_insn to 'callq'.
6454
6455 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6456
6457 * gdb.trace/tfile-avx.c: Move to...
6458 * gdb.trace/tracefile-pseudo-reg.c: Here.
6459 * gdb.trace/tfile-avx.exp: Move to...
6460 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6461
6462 2016-02-24 Gary Benson <gbenson@redhat.com>
6463
6464 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6465 message on attach.
6466
6467 2016-02-23 Doug Evans <dje@google.com>
6468
6469 * gdb.base/skip.c (test_skip): New function.
6470 (end_test_skip_file_and_function): New function.
6471 (test_skip_file_and_function): New function.
6472 * gdb.base/skip1.c (test_skip): New function.
6473 (skip1_test_skip_file_and_function): New function.
6474 * gdb.base/skip.exp: Add tests for new skip options.
6475 * gdb.base/skip-solib.exp: Update expected output.
6476 * gdb.perf/skip-command.cc: New file.
6477 * gdb.perf/skip-command.exp: New file.
6478 * gdb.perf/skip-command.py: New file.
6479
6480 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6481
6482 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6483 info registers pattern.
6484
6485 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6486
6487 * lib/future.exp: Add D support.
6488 (gdb_find_gdc): New proc.
6489 (gdb_default_target_compile): Add D support.
6490
6491 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
6492
6493 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6494 user+system time.
6495 (trace_speed_test): Determine the iteration count for a time
6496 between 15..30 seconds.
6497
6498 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6499
6500 * gdb.arch/i386-mpx-sigsegv.c: New file.
6501 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6502 * gdb.arch/i386-mpx-simple_segv.c: New file.
6503 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6504
6505 2016-02-18 Yao Qi <yao.qi@linaro.org>
6506
6507 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6508 Don't call setup_kfail.
6509
6510 2016-02-18 Yao Qi <yao.qi@linaro.org>
6511
6512 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6513 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6514
6515 2016-02-16 Doug Evans <dje@google.com>
6516
6517 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6518 * gdb.base/skip1.c: Ditto.
6519 * gdb.base/skip.exp: Whitespace cleanup.
6520
6521 2016-02-16 Don Breazeal <donb@codesourcery.com>
6522
6523 PR remote/19496
6524 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6525 Remove kfail for PR remote/19496.
6526
6527 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6528
6529 * lib/gdb.exp (standard_temp_file): Return a path specific to
6530 the runtest invocation.
6531
6532 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6533
6534 * gdb.trace/save-trace.exp: Change relative path to be in the
6535 standard output directory.
6536
6537 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6538
6539 * gdb.arch/i386-prologue.c: Add missing prototypes.
6540
6541 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6542
6543 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6544 * gdb.arch/i386-prologue.exp: Likewise.
6545 * gdb.arch/i386-size.exp: Likewise.
6546
6547 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6548
6549 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6550 define object file path.
6551 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6552 file path.
6553 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6554 standard_output_file to define binfile.
6555
6556 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6557
6558 Fix compatibility with recent gfortran-5.3.1.
6559 * gdb.fortran/vla-history.exp (print vla1 allocated)
6560 (print vla2 allocated, print $2, print $3): Remove
6561 (print $4): Rename to ...
6562 (print $2): ... here.
6563 (print $9): Rename to ...
6564 (print $5): ... here.
6565 (print $10): Rename to ...
6566 (print $6): ... here.
6567 * gdb.fortran/vla.f90: Add pvla initialization.
6568
6569 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6570
6571 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6572 New test.
6573 * gdb.fortran/vla-value-sub.exp: Likewise.
6574
6575 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6576
6577 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6578
6579 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6580
6581 * i386-biarch-core.exp: Define corefile using
6582 standard_output_file.
6583
6584 2016-02-12 Yao Qi <yao.qi@linaro.org>
6585
6586 * gdb.arch/arm-single-step-kernel-helper.c: New.
6587 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6588
6589 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6590
6591 * gdb.btrace/tailcall-only.exp: New.
6592 * gdb.btrace/tailcall-only.c: New.
6593 * gdb.btrace/x86_64-tailcall-only.S: New.
6594 * gdb.btrace/i686-tailcall-only.S: New.
6595
6596 2016-02-11 Pedro Alves <palves@redhat.com>
6597
6598 * README (Parallel testing): Add missing double quotes.
6599
6600 2016-02-11 Pedro Alves <palves@redhat.com>
6601
6602 * README (Parallel testing): New section.
6603 (GDB_PARALLEL): Rewrite.
6604 (FORCE_PARALLEL): Document.
6605
6606 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6607
6608 * gdb.trace/tfile-avx.c: New test.
6609 * gdb.trace/tfile-avx.exp: New test.
6610
6611 2016-02-09 Keith Seitz <keiths@redhat.com>
6612
6613 PR breakpoints/19546
6614 * gdb.base/infcall-exec.c: New file.
6615 * gdb.base/infcall-exec2.c: New file.
6616 * gdb.base/infcall-exec.exp: New file.
6617
6618 2016-02-09 Keith Seitz <keiths@redhat.com>
6619
6620 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6621 (toplevel): Call test_bkpt_address.
6622
6623 2016-02-09 Keith Seitz <keiths@redhat.com>
6624
6625 PR python/19506
6626 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6627 (toplevel): Call test_bkpt_address.
6628
6629 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6630
6631 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6632 to AC_OUTPUT.
6633 * configure: Regenerate.
6634
6635 2016-02-09 Pedro Alves <palves@redhat.com>
6636
6637 PR breakpoints/19548
6638 * gdb.base/execl-update-breakpoints.c (some_function): New
6639 function.
6640 (main): Call it.
6641 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6642 Tighten expected GDB output.
6643
6644 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6645
6646 * Makefile.in (ALL_SUBDIRS): Remove.
6647 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6648 (distclean maintainer-clean realclean): Likewise.
6649 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6650 * configure: Regenerate.
6651 * gdb.ada/Makefile.in: Delete.
6652 * gdb.arch/Makefile.in: Likewise.
6653 * gdb.asm/Makefile.in: Likewise.
6654 * gdb.base/Makefile.in: Likewise.
6655 * gdb.btrace/Makefile.in: Likewise.
6656 * gdb.cell/Makefile.in: Likewise.
6657 * gdb.compile/Makefile.in: Likewise.
6658 * gdb.cp/Makefile.in: Likewise.
6659 * gdb.disasm/Makefile.in: Likewise.
6660 * gdb.dlang/Makefile.in: Likewise.
6661 * gdb.dwarf2/Makefile.in: Likewise.
6662 * gdb.fortran/Makefile.in: Likewise.
6663 * gdb.gdb/Makefile.in: Likewise.
6664 * gdb.go/Makefile.in: Likewise.
6665 * gdb.guile/Makefile.in: Likewise.
6666 * gdb.java/Makefile.in: Likewise.
6667 * gdb.linespec/Makefile.in: Likewise.
6668 * gdb.mi/Makefile.in: Likewise.
6669 * gdb.modula2/Makefile.in: Likewise.
6670 * gdb.multi/Makefile.in: Likewise.
6671 * gdb.objc/Makefile.in: Likewise.
6672 * gdb.opencl/Makefile.in: Likewise.
6673 * gdb.opt/Makefile.in: Likewise.
6674 * gdb.pascal/Makefile.in: Likewise.
6675 * gdb.perf/Makefile.in: Likewise.
6676 * gdb.python/Makefile.in: Likewise.
6677 * gdb.reverse/Makefile.in: Likewise.
6678 * gdb.server/Makefile.in: Likewise.
6679 * gdb.stabs/Makefile.in: Likewise.
6680 * gdb.threads/Makefile.in: Likewise.
6681 * gdb.trace/Makefile.in: Likewise.
6682 * gdb.xml/Makefile.in: Likewise.
6683 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6684 GDB_PARALLEL.
6685 (standard_output_file): Remove check for GDB_PARALLEL, always
6686 return path in outputs/$subdir/$testname.
6687
6688 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6689
6690 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6691 (site.exp): Assign abs_srcdir to tcl's srcdir.
6692
6693 2016-02-04 Yao Qi <yao.qi@linaro.org>
6694
6695 * gdb.base/foll-exec-mode.c: Include limits.h.
6696 (main): Add parameters argc and argv. Get directory from
6697 argv[0].
6698 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6699 compilation.
6700 * gdb.base/foll-exec.c: Include limits.h.
6701 (main): Add parameters argc and argv.
6702 Get directory from argv[0].
6703 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6704 Adjust tests on the number of lines as source code changed.
6705 * gdb.base/foll-vfork-exit.c: Include limits.h.
6706 (main): Add one line of statement before vfork.
6707 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6708 (main): Add parameters argc and argv. Get directory from
6709 argv[0].
6710 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6711 (setup_gdb): Set tbreak to skip some source lines.
6712 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6713 (main): Add parameters argc and argv. Get directory from
6714 argv[0].
6715 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6716 compilation.
6717 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6718 (main): Add parameters argc and argv. Get directory from
6719 argv[0].
6720 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6721 compilation.
6722
6723 2016-02-01 Doug Evans <dje@google.com>
6724
6725 * gdb.base/skip.exp: Clean up multiple references to same test name.
6726
6727 2016-02-01 Pedro Alves <palves@redhat.com>
6728
6729 PR remote/19496
6730 * gdb.threads/forking-threads-plus-breakpoint.exp
6731 (displaced_stepping_supported): New global.
6732 (probe_displaced_stepping_support): New procedure.
6733 (do_test): Add 'displaced' parameter, and use it.
6734 (top level): Check for displaced stepping support. Add displaced
6735 stepping on/off testing axis.
6736
6737 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6738
6739 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6740 pointer. Don't perform further tests on the unassociated pointer
6741 if the first test fails.
6742
6743 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6744
6745 * gdb.base/max-value-size.c: New file.
6746 * gdb.base/max-value-size.exp: New file.
6747 * gdb.base/huge.exp: Disable max-value-size for this test.
6748
6749 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6750
6751 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6752
6753 2016-01-28 Yao Qi <yao.qi@linaro.org>
6754
6755 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6756
6757 2016-01-25 Pedro Alves <palves@redhat.com>
6758
6759 PR threads/19461
6760 * gdb.base/fork-running-state.c: New file.
6761 * gdb.base/fork-running-state.exp: New file.
6762
6763 2016-01-25 Pedro Alves <palves@redhat.com>
6764
6765 PR gdb/19494
6766 * gdb.base/catch-fork-kill.c: New file.
6767 * gdb.base/catch-fork-kill.exp: New file.
6768
6769 2016-01-25 Pedro Alves <palves@redhat.com>
6770
6771 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6772 Delete, moved to lib/gdb.exp.
6773 * gdb.threads/forking-threads-plus-breakpoint.exp
6774 (foreach_with_prefix): Likewise.
6775 * gdb.threads/process-dies-while-handling-bp.exp
6776 (foreach_with_prefix): Likewise.
6777 * lib/gdb.exp (foreach_with_prefix): New procedure.
6778
6779 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6780
6781 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6782 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6783
6784 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6785
6786 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6787 endian targets.
6788
6789 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6790 Pedro Alves <palves@redhat.com>
6791
6792 Fix testsuite compatibility with Guile.
6793 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6794 number.
6795
6796 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6797
6798 Fix testsuite compatibility with Guile.
6799 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6800 (thread 1): New test for backtrace through signal handler.
6801
6802 2016-01-22 Yao Qi <yao.qi@linaro.org>
6803
6804 PR testsuite/19491
6805 * gdb.base/multi-forks.c: Include
6806 ../lib/unbuffer_output.c
6807 (main): Call gdb_unbuffer_output.
6808
6809 2016-01-21 Doug Evans <dje@google.com>
6810
6811 * lib/ada.exp (gdb_compile_ada): Fix typo.
6812
6813 2016-01-21 Joel Brobecker <brobecker@adacore.com>
6814
6815 * gdb.base/break-fun-addr.exp: New file.
6816 * gdb.base/break-fun-addr1.c: New file.
6817 * gdb.base/break-fun-addr2.c: New file.
6818
6819 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6820
6821 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6822 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6823 enum flag values.
6824
6825 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6826
6827 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6828 when GDB can not set the vector return value. Add more comments
6829 for clarification.
6830
6831 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6832
6833 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6834 command.
6835
6836 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6837
6838 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6839
6840 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6841
6842 * Makefile.in (check-single): Pass --status to runtest.
6843 (check/%.exp): Likewise.
6844
6845 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6846
6847 * Makefile.in (check-parallel): Propagate return code from make
6848 do-check-parallel.
6849
6850 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6851
6852 * gdb.trace/ftrace.exp: Fix expected message on continue.
6853 * gdb.trace/pending.exp: Fix expected message on continue.
6854 * gdb.trace/trace-break.exp: Fix expected message on continue.
6855
6856 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6857
6858 * lib/gdb.exp (gdb_test): Remove unused global references.
6859
6860 2016-01-18 Pedro Alves <palves@redhat.com>
6861
6862 * gdb.base/async-shell.exp: Adjust expected output.
6863 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6864 * gdb.base/siginfo-thread.exp: Adjust expected output.
6865 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6866 * gdb.java/jnpe.exp: Adjust expected output.
6867 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6868 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6869 * gdb.threads/leader-exit.exp: Adjust expected output.
6870 * gdb.threads/manythreads.exp: Adjust expected output.
6871 * gdb.threads/pthreads.exp: Adjust expected output.
6872 * gdb.threads/schedlock.exp: Adjust expected output.
6873 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6874 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6875 expected output.
6876 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6877 output.
6878 * gdb.threads/sigthread.exp: Adjust expected output.
6879 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6880
6881 2016-01-18 Yao Qi <yao.qi@linaro.org>
6882
6883 * gdb.guile/scm-section-script.c: Replace @progbits with
6884 %progbits.
6885 * gdb.python/py-section-script.c: Likewise.
6886
6887 2016-01-15 Pedro Alves <palves@redhat.com>
6888
6889 * gdb.multi/tids.exp: Test star wildcard ranges.
6890
6891 2016-01-15 Pedro Alves <palves@redhat.com>
6892
6893 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6894 command from "thread apply" invocation.
6895 (thr_apply_info_thr_invalid): Default the expected output to the
6896 input tid list.
6897 (top level): Add tests that use convenience variables. Add tests
6898 for "thread apply" with a valid TID list, but missing the command.
6899
6900 2016-01-13 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.base/default.exp: Expect $_gthread as well.
6903 * gdb.multi/tids.exp: Test $_gthread.
6904 * gdb.threads/thread-specific.exp: Test $_gthread.
6905
6906 2016-01-13 Pedro Alves <palves@redhat.com>
6907
6908 * gdb.multi/tids.exp: Test "info threads -gid".
6909
6910 2016-01-13 Pedro Alves <palves@redhat.com>
6911
6912 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6913 Breakpoint.thread.
6914 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6915
6916 2016-01-07 Pedro Alves <palves@redhat.com>
6917
6918 * gdb.base/break.exp: Adjust to output changes.
6919 * gdb.base/hbreak2.exp: Likewise.
6920 * gdb.base/sepdebug.exp: Likewise.
6921 * gdb.base/watch_thread_num.exp: Likewise.
6922 * gdb.linespec/keywords.exp: Likewise.
6923 * gdb.multi/info-threads.exp: Likewise.
6924 * gdb.threads/thread-find.exp: Likewise.
6925 * gdb.multi/tids.c: New file.
6926 * gdb.multi/tids.exp: New file.
6927
6928 2016-01-13 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6931
6932 2016-01-13 Pedro Alves <palves@redhat.com>
6933
6934 * gdb.base/default.exp: Expect $_inferior as well.
6935 * gdb.multi/base.exp: Test $_inferior.
6936
6937 2016-01-13 Pedro Alves <palves@redhat.com>
6938
6939 PR breakpoints/19388
6940 * gdb.base/catch-signal-siginfo-cond.c: New file.
6941 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6942
6943 2016-01-12 Josh Stone <jistone@redhat.com>
6944 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6945
6946 * gdb.base/catch-syscall.c (do_execve): New variable.
6947 (main): Conditionally trigger an execve.
6948 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6949 (test_catch_syscall_execve): New, check entry/return across execve.
6950 (do_syscall_tests): Call test_catch_syscall_execve.
6951
6952 2016-01-12 Pedro Alves <palves@redhat.com>
6953
6954 * gdb.base/random-signal.exp (do_test): New procedure, with body
6955 of testcase moved in.
6956
6957 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6958 Pedro Alves <palves@redhat.com>
6959
6960 * gdb.base/funcargs.exp (finish from indirectly called function):
6961 Reintroduce the case for 'First'.
6962
6963 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6964 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6967 (tcatch_vfork_then_child_follow_exec)
6968 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6969 identification.
6970
6971 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6972
6973 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6974 and repeats to unlimited.
6975 * gdb.python/py-value.exp: Likewise.
6976 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6977 and repeats to unlimited.
6978
6979 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6980
6981 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6982 and reordering the functions.
6983 * gdb.multi/hangout.c: Likewise.
6984 * gdb.multi/hello.c: Likewise.
6985
6986 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6987
6988 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6989 absolute.
6990 (SingleStatisticTestResult.report): Use dict.keys instead of
6991 dict.iterkeys.
6992
6993 2016-01-06 Pedro Alves <palves@redhat.com>
6994
6995 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6996
6997 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6998
6999 * gdb.btrace/dlopen.exp: New.
7000 * gdb.btrace/dlopen.c: New.
7001 * gdb.btrace/dlopen-dso.c: New.
7002
7003 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7004
7005 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7006 PATTERN argument is optional.
7007
7008 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7009
7010 * lib/ada.exp (target_compile_ada_from_dir): New function.
7011 (gdb_compile_ada): Reimplement avoiding the use of project files.
7012 * gdb.ada/gnat_ada.gpr: Delete.
7013 * gdb.ada/cond_lang.exp: Adjust test to make path before
7014 filename optional.
7015 * gdb.ada/small_reg_param.exp: Likewise.
7016
7017 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7018
7019 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7020
7021 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7022
7023 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7024 case.
7025
7026 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7027
7028 * gdb.base/break.exp: Remove dead code.
7029 * gdb.base/sepdebug.exp: Likewise.
7030
7031 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7032
7033 * gdb.asm/asm-source.exp: Remove HP-UX references.
7034 * gdb.base/annota1.exp: Likewise.
7035 * gdb.base/annota3.exp: Likewise.
7036 * gdb.base/attach.exp: Likewise.
7037 * gdb.base/bigcore.exp: Likewise.
7038 * gdb.base/break.exp: Likewise.
7039 * gdb.base/call-ar-st.exp: Likewise.
7040 * gdb.base/callfuncs.exp: Likewise.
7041 * gdb.base/catch-fork-static.exp: Likewise.
7042 * gdb.base/display.exp: Likewise.
7043 * gdb.base/foll-exec-mode.exp: Likewise.
7044 * gdb.base/foll-exec.exp: Likewise.
7045 * gdb.base/foll-fork.exp: Likewise.
7046 * gdb.base/foll-vfork.exp: Likewise.
7047 * gdb.base/funcargs.exp: Likewise.
7048 * gdb.base/hbreak2.exp: Likewise.
7049 * gdb.base/inferior-died.exp: Likewise.
7050 * gdb.base/interrupt.exp: Likewise.
7051 * gdb.base/multi-forks.exp: Likewise.
7052 * gdb.base/nodebug.exp: Likewise.
7053 * gdb.base/sepdebug.exp: Likewise.
7054 * gdb.base/solib1.c: Likewise.
7055 * gdb.base/step-test.exp: Likewise.
7056 * gdb.mi/non-stop.c: Likewise.
7057 * gdb.mi/pthreads.c: Likewise.
7058 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7059 * gdb.threads/pthreads.c: Likewise.
7060 * gdb.threads/staticthreads.exp: Likewise.
7061 * lib/future.exp: Likewise.
7062 * lib/gdb.exp: Likewise.
7063 * gdb.base/so-indr-cl.c: Remove.
7064 * gdb.base/so-indr-cl.exp: Likewise.
7065 * gdb.base/solib.c: Likewise.
7066 * gdb.base/solib.exp: Likewise.
7067 * gdb.base/solib2.c: Likewise.
7068
7069 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7070
7071 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7072 * gdb.base/call-ar-st.exp: Likewise.
7073 * gdb.base/callfuncs.exp: Likewise.
7074 * gdb.base/condbreak.exp: Likewise.
7075 * gdb.base/constvars.exp: Likewise.
7076 * gdb.base/hbreak2.exp: Likewise.
7077 * gdb.base/langs.exp: Likewise.
7078 * gdb.base/list.exp: Likewise.
7079 * gdb.base/long_long.exp: Likewise.
7080 * gdb.base/ptype.exp: Likewise.
7081 * gdb.base/scope.exp: Likewise.
7082 * gdb.base/signals.exp: Likewise.
7083 * gdb.base/so-impl-ld.exp: Likewise.
7084 * gdb.base/varargs.exp: Likewise.
7085 * gdb.base/volatile.exp: Likewise.
7086 * gdb.base/whatis.exp: Likewise.
7087 * gdb.cp/cplusfuncs.exp: Likewise.
7088 * gdb.cp/inherit.exp: Likewise.
7089 * gdb.cp/local.exp: Likewise.
7090 * gdb.cp/member-ptr.exp: Likewise.
7091 * gdb.cp/method.exp: Likewise.
7092 * gdb.cp/overload.exp: Likewise.
7093 * gdb.cp/templates.exp: Likewise.
7094 * gdb.stabs/weird.exp: Likewise.
7095 * lib/compiler.c: Likewise.
7096 * lib/compiler.cc: Likewise.
7097 * lib/cp-support.exp: Likewise.
7098 * lib/gdb.exp: Likewise.
7099
7100 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7101
7102 * configure.ac: Remove HP-UX case.
7103 * configure: Regenerate.
7104
7105 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7106
7107 * lib/gdb.exp (gdb_compile): Add function doc.
7108
7109 2015-12-17 Pedro Alves <palves@redhat.com>
7110
7111 PR threads/19354
7112 * gdb.multi/info-threads.exp: New file.
7113
7114 2015-12-15 Yao Qi <yao.qi@linaro.org>
7115
7116 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7117 is aarch64*-*-*.
7118
7119 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7120
7121 * gdb.base/history-duplicates.exp: Skip if no readline support.
7122
7123 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7124
7125 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7126
7127 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7128
7129 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7130
7131 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7132
7133 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7134 ctrl-C if nointerrupts target property is set.
7135 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7136 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7137 * gdb.base/paginate-bg-execution.exp: Likewise.
7138 * gdb.base/paginate-execution-startup.exp: Likewise.
7139 * gdb.base/random-signal.exp: Likewise.
7140 * gdb.base/range-stepping.exp: Likewise.
7141 * gdb.cp/annota2.exp: Likewise.
7142 * gdb.cp/annota3.exp: Likewise.
7143 * gdb.gdb/selftest.exp: Likewise.
7144 * gdb.threads/continue-pending-status.exp: Likewise.
7145 * gdb.threads/leader-exit.exp: Likewise.
7146 * gdb.threads/manythreads.exp: Likewise.
7147 * gdb.threads/pthreads.exp: Likewise.
7148 * gdb.threads/schedlock.exp: Likewise.
7149 * gdb.threads/sigthread.exp: Likewise.
7150
7151 2015-12-11 Don Breazeal <donb@codesourcery.com>
7152
7153 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7154 remote.
7155 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7156 * gdb.base/foll-exec.exp (main): Enable for target remote.
7157 * gdb.base/foll-fork.exp (main): Likewise.
7158 * gdb.base/foll-vfork.exp (main): Likewise.
7159 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7160 (proc continue_to_exit_bp_loc): Use clean_restart.
7161 * gdb.base/pie-execl.exp (main): Disable for target remote.
7162 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7163 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7164 * gdb.threads/execl.exp (main): Likewise.
7165 * gdb.threads/fork-child-threads.exp (main): Likewise.
7166 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7167 remote.
7168 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7169 remote.
7170 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7171 pid.tid style ptids, instead of just tid.
7172 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7173 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7174 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7175 ptids, instead of just tid.
7176
7177 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7178
7179 * gdb.base/list.exp (test_list_forward): Add end of file error
7180 test.
7181 (test_repeat_list_command): Add end of file error test.
7182 (test_list_backwards): Add beginning of file error test.
7183
7184 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7185
7186 * gdb.base/list.exp (test_list_invalid_args): New function,
7187 defined, and called.
7188
7189 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7190
7191 * gdb.base/list.exp (test_list): Make test names unique.
7192
7193 2015-12-11 Yao Qi <yao.qi@linaro.org>
7194
7195 * gdb.base/coremaker2.c: Remove.
7196
7197 2015-12-10 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.multi/base.exp: Remove stale "spaces" references.
7200
7201 2015-12-10 Pedro Alves <palves@redhat.com>
7202
7203 * gdb.multi/base.exp: Don't use nowarnings.
7204 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7205 * gdb.multi/hangout.c: Include stdio.h.
7206 * gdb.multi/hello.c: Include stdlib.h.
7207 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7208 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7209 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7210
7211 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7212
7213 * gdb.dwarf2/dw2-ranges-base.c: New file.
7214 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7215 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7216 support additional line table, and debug ranges generation.
7217 (Dwarf::ranges): New function, generate .debug_ranges.
7218 (Dwarf::lines): Support generating simple line table programs.
7219 (Dwarf::assemble): Initialise new namespace variables.
7220
7221 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7222
7223 * gdb.base/async.exp (proc test_background): Add case for
7224 asynchronous execution not supported.
7225
7226 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7227
7228 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7229 format and change test names to make them unique.
7230
7231 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7232 Pedro Alves <pedro@redhat.com>
7233
7234 PR gdb/18702
7235 Add checking of floatformats setup on x86_64 hosts.
7236 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7237 (smallval, bigval): New labels/constants.
7238 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7239 float" after loading bigval and smallval.
7240
7241 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7242
7243 * gdb.ada/fun_overload_menu.exp: New testcase.
7244 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7245
7246 2015-12-04 Josh Stone <jistone@redhat.com>
7247
7248 * gdb.base/catch-fork-static.exp: New.
7249
7250 2015-12-03 Yao Qi <yao.qi@linaro.org>
7251
7252 * gdb.base/sizeof.c: Don't include stdio.h and
7253 ../lib/unbuffer_output.c.
7254 (main): New variable 'size' and 'value'. Remove printf and
7255 gdb_unbuffer_output. Assign return value to size and value.
7256 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7257 at the beginning.
7258 (check_sizeof): Check the result by printing variable 'size'.
7259 (check_valueof): Check the result by printing variable 'value'.
7260
7261 2015-12-01 Yao Qi <yao.qi@linaro.org>
7262
7263 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7264 for aarch64*-*-linux* target.
7265
7266 2015-11-30 Pedro Alves <palves@redhat.com>
7267
7268 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7269
7270 2015-11-30 Pedro Alves <palves@redhat.com>
7271
7272 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7273 Handle non-stop mode vCont replies.
7274
7275 2015-11-30 Pedro Alves <palves@redhat.com>
7276
7277 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7278 prepare_for_testing. Start gdb with "set non-stop on" appended to
7279 GDBFLAGS. Lax expected stop output.
7280
7281 2015-11-27 Yao Qi <yao.qi@linaro.org>
7282
7283 * gdb.arch/arm-neon.exp: New.
7284 * gdb.arch/arm-neon.c: New.
7285
7286 2015-11-27 Yao Qi <yao.qi@linaro.org>
7287
7288 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7289
7290 2015-11-27 Yao Qi <yao.qi@linaro.org>
7291
7292 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7293 frames-invalid annotation.
7294
7295 2015-11-27 Yao Qi <yao.qi@linaro.org>
7296
7297 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7298
7299 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7300
7301 * gdb.threads/names.exp: New file.
7302 * gdb.threads/names.c: New file.
7303 * README: Mention gdb,no_thread_names.
7304
7305 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7306
7307 PR 19297
7308 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7309 support" error.
7310
7311 2015-11-24 Pedro Alves <palves@redhat.com>
7312
7313 PR 17539
7314 * gdb.base/display.exp: Expect displays to be sorted in ascending
7315 order. Use multi_line.
7316 * gdb.base/solib-display.exp: Likewise.
7317
7318 2015-11-24 Pedro Alves <palves@redhat.com>
7319
7320 PR 17539
7321 * gdb.base/display.exp: Expect displays to be sorted in ascending
7322 order. Use multi_line.
7323 * gdb.base/solib-display.exp: Likewise.
7324
7325 2015-11-24 Pedro Alves <palves@redhat.com>
7326
7327 PR 17539
7328 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7329 threads in ascending order.
7330 * gdb.base/foll-fork.exp: Likewise.
7331 * gdb.base/foll-vfork.exp: Likewise.
7332 * gdb.base/multi-forks.exp: Likewise.
7333 * gdb.mi/mi-nonstop.exp: Likewise.
7334 * gdb.mi/mi-nsintrall.exp: Likewise.
7335 * gdb.multi/base.exp: Likewise.
7336 * gdb.multi/multi-arch.exp: Likewise.
7337 * gdb.python/py-inferior.exp: Likewise.
7338 * gdb.threads/break-while-running.exp: Likewise.
7339 * gdb.threads/execl.exp: Likewise.
7340 * gdb.threads/gcore-thread.exp: Likewise.
7341 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7342 * gdb.threads/kill.exp: Likewise.
7343 * gdb.threads/linux-dp.exp: Likewise.
7344 * gdb.threads/multiple-step-overs.exp: Likewise.
7345 * gdb.threads/next-bp-other-thread.exp: Likewise.
7346 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7347 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7348 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7349 * gdb.threads/thread-find.exp: Likewise.
7350 * gdb.threads/tls.exp: Likewise.
7351 * lib/mi-support.exp (mi_reverse_list): Delete.
7352 (mi_check_thread_states): No longer reverse list.
7353
7354 2015-11-24 Pedro Alves <palves@redhat.com>
7355
7356 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7357 use lowercase.
7358
7359 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7360
7361 * gdb.trace/actions.c: Include trace-common.h.
7362 (main): Add a location for a fast tracepoint.
7363 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7364 the normal tracepoints.
7365 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7366
7367 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7368
7369 * save-trace.exp: Factor out code to these...
7370 (gdb_save_tracepoints): New.
7371 (gdb_load_tracepoints): New.
7372 (do_save_load_test): New.
7373
7374 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7375
7376 * gdb.base/asmlabel.exp: New test.
7377 * gdb.base/asmlabel.c: New test case.
7378
7379 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7380
7381 * gdb.base/wrong_frame_bt_full-main.c: New file.
7382 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7383 * gdb.base/wrong_frame_bt_full.exp: New file.
7384
7385 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7386
7387 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7388
7389 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7390
7391 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7392 pstate register when comparing registers values in
7393 sparc64-*-linux-gnu targets to avoid spurious differences.
7394
7395 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7396
7397 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7398
7399 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7400
7401 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7402 as type argument to gdb_compile.
7403 * gdb.base/nested-subp2.exp: Likewise.
7404 * gdb.base/nested-subp3.exp: Likewise.
7405
7406 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7407
7408 * lib/dwarf.exp (_note): Fix left shift of negative value.
7409 * gdb.trace/trace-condition.exp: Likewise.
7410
7411 2015-11-13 Yao Qi <yao.qi@linaro.org>
7412
7413 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7414 comments about d10v.
7415 (test_scalar_returns): Likewise.
7416 * gdb.base/d10v.ld: Remove.
7417 * gdb.base/overlays.exp: Remove the target triplet checking for
7418 d10v-*-*.
7419 * gdb.base/structs.exp (test_struct_returns): Remove the
7420 comments about d10v.
7421 (test_struct_calls): Likewise.
7422
7423 2015-11-13 Yao Qi <yao.qi@linaro.org>
7424
7425 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7426 * gdb.base/gnu_vector.c: Don't include stdio.h.
7427 (main): Don't print res and call add_some_intvecs.
7428
7429 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7430
7431 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7432 macro.
7433 (func5): Removed.
7434 (func4): Use FAST_TRACEPOINT_LABEL.
7435 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7436 macro.
7437 (func): Removed.
7438 (thread_function): Use FAST_TRACEPOINT_LABEL.
7439 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7440 (func): Remove.
7441 (marker): Use FAST_TRACEPOINT_LABEL.
7442 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7443 (pendfunc1): Remove.
7444 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7445 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7446 (foo): Remove.
7447 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7448 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7449 macro.
7450 (func): Remove.
7451 (marker): Use FAST_TRACEPOINT_LABEL.
7452 * gdb.trace/trace-common.h: New header.
7453 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7454 macro.
7455 (func): Remove.
7456 (marker): Use FAST_TRACEPOINT_LABEL.
7457 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7458 (func): Remove.
7459 (thread_function): Use FAST_TRACEPOINT_LABEL.
7460
7461 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7462
7463 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7464 in front.
7465 * gdb.trace/change-loc.exp: Use global pcreg definition.
7466 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7467 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7468 in front.
7469 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7470 * gdb.trace/pending.exp: Likewise.
7471 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7472 * gdb.trace/trace-break.exp: Likewise.
7473 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7474 in front.
7475 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7476 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7477 in front.
7478 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7479
7480 2015-11-09 Joel Brobecker <brobecker@adacore.com>
7481
7482 * gdb.ada/fin_fun_out: New testcase.
7483
7484 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7485
7486 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7487 value associated with DW_AT_byte_size.
7488 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7489 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7490 DW_AT_upper_bound.
7491
7492 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7493
7494 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7495 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7496 version.
7497 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7498 gdb.dwarf2/dw2-canonicalize-type.exp,
7499 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7500 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7501 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7502 provided by gdb_target_symbol_prefix_flags_asm.
7503 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7504 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7505 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7506 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7507 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7508 macros where needed). Use this macro for symbols which require
7509 the prefix provided by SYMBOL_PREFIX.
7510
7511 2015-11-05 Kevin Buettner <kevinb@redhat.com>
7512
7513 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7514 New procs.
7515 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7516 representing expressions, of more than one list element.
7517 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7518 to prepend linker symbol prefix to f.
7519 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7520 table_1 and table_2.
7521 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7522 Likewise, for f and g.
7523 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7524 for ptr.
7525 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7526 for main.
7527 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7528 table_1_ptr and table_2_ptr.
7529
7530 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7531 Joel Brobecker <brobecker@adacore.com>
7532
7533 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7534
7535 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7536
7537 * gdb.reverse/s390-mvcle.c: New test.
7538 * gdb.reverse/s390-mvcle.exp: New file.
7539 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7540
7541 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7542
7543 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7544
7545 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7546
7547 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7548 reaching marker2.
7549 * gdb.reverse/getresuid-reverse.exp: Likewise.
7550 * gdb.reverse/pipe-reverse.exp: Likewise.
7551 * gdb.reverse/readv-reverse.exp: Likewise.
7552 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7553 * gdb.reverse/time-reverse.exp: Likewise.
7554 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7555
7556 2015-10-30 Yao Qi <yao.qi@linaro.org>
7557
7558 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7559 (empty_cycle): Remove.
7560 (main): Don't call empty_cycle. Don't use watch_count_done.
7561 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7562 empty_cycle. Rewrite the code counting HW watchpoints.
7563
7564 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7565
7566 * gdb.reverse/fstatat-reverse.c: New test.
7567 * gdb.reverse/fstatat-reverse.exp: New file.
7568 * gdb.reverse/getresuid-reverse.c: New test.
7569 * gdb.reverse/getresuid-reverse.exp: New file.
7570 * gdb.reverse/pipe-reverse.c: New test.
7571 * gdb.reverse/pipe-reverse.exp: New file.
7572 * gdb.reverse/readv-reverse.c: New test.
7573 * gdb.reverse/readv-reverse.exp: New file.
7574 * gdb.reverse/recvmsg-reverse.c: New test.
7575 * gdb.reverse/recvmsg-reverse.exp: New file.
7576 * gdb.reverse/time-reverse.c: New test.
7577 * gdb.reverse/time-reverse.exp: New file.
7578 * gdb.reverse/waitpid-reverse.c: New test.
7579 * gdb.reverse/waitpid-reverse.exp: New file.
7580
7581 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7582
7583 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7584
7585 2015-10-26 Doug Evans <dje@google.com>
7586
7587 PR symtab/17391
7588 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7589 * gdb.dwarf2/bad-regnum.c: New file.
7590 * gdb.dwarf2/bad-regnum.exp: New file.
7591
7592 2015-10-26 Doug Evans <dje@google.com>
7593
7594 PR python/18938
7595 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7596 file.
7597
7598 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7599
7600 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7601 for a change by "Mention language in compile error message".
7602
7603 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7604
7605 PR python/18073
7606 * gdb.python/py-type.c (C::a_method): New.
7607 (C::a_const_method): New.
7608 (C::a_static_method): New.
7609 (a_function): New.
7610 * gdb.python/py-type.exp (test_fields): Test getting fields
7611 from function and method.
7612
7613 2015-10-21 Keven Boell <keven.boell@intel.com>
7614
7615 * gdb.fortran/vla-alloc-assoc.exp: New file.
7616 * gdb.fortran/vla-datatypes.exp: New file.
7617 * gdb.fortran/vla-datatypes.f90: New file.
7618 * gdb.fortran/vla-history.exp: New file.
7619 * gdb.fortran/vla-ptype-sub.exp: New file.
7620 * gdb.fortran/vla-ptype.exp: New file.
7621 * gdb.fortran/vla-sizeof.exp: New file.
7622 * gdb.fortran/vla-sub.f90: New file.
7623 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7624 * gdb.fortran/vla-value-sub-finish.exp: New file.
7625 * gdb.fortran/vla-value-sub.exp: New file.
7626 * gdb.fortran/vla-value.exp: New file.
7627 * gdb.fortran/vla-ptr-info.exp: New file.
7628 * gdb.mi/mi-vla-fortran.exp: New file.
7629 * gdb.mi/vla.f90: New file.
7630
7631 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7632
7633 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7634 of hardwired timeout value.
7635
7636 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7637 Pedro Alves <palves@redhat.com>
7638
7639 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7640 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7641
7642 2015-10-19 Josh Stone <jistone@redhat.com>
7643
7644 * gdb.base/catch-syscall.c: Include <sched.h>.
7645 (unknown_syscall): New variable.
7646 (main): Trigger a vfork and an unknown syscall.
7647 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7648 (unknown_syscall_number): Likewise.
7649 (check_call_to_syscall): Accept an optional syscall pattern.
7650 (check_return_from_syscall): Likewise.
7651 (check_continue): Likewise.
7652 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7653 (test_catch_syscall_skipping_return): New test toggling off 'catch
7654 syscall' to step over the syscall return, then toggling back on.
7655 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7656 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7657 (do_syscall_tests): Call test_catch_syscall_without_args and
7658 test_catch_syscall_mid_vfork.
7659 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7660 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7661
7662 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
7663
7664 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7665 print g_vE): Add new pass patterns.
7666 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7667 print various symbol names for vptr fields.
7668
7669 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7670
7671 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7672 results.
7673
7674 2015-10-12 Yao Qi <yao.qi@linaro.org>
7675
7676 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7677
7678 2015-10-12 Yao Qi <yao.qi@linaro.org>
7679
7680 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7681 is aarch64*-*-linux*.
7682
7683 2015-10-12 Yao Qi <yao.qi@linaro.org>
7684
7685 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7686 (can_relocate_bcond_true): ... it.
7687 (can_relocate_bcond_false): New function.
7688 (foo): Likewise.
7689 (can_relocate_bl): Likewise.
7690 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7691 can_relocate_bl.
7692
7693 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7694
7695 * gdb.base/nested-addr.c: New file.
7696 * gdb.base/nested-addr.exp: New testcase.
7697
7698 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7699
7700 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7701 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7702 its output. Ignore the output of "record goto begin" and instead
7703 check that GDB is replaying.
7704
7705 2015-10-09 Pedro Alves <palves@redhat.com>
7706
7707 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7708 (top level): Use it in the run with no args test.
7709
7710 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7711
7712 * gdb.dlang/properties.exp: New file.
7713
7714 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7715
7716 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7717 whether or not address 0x1000 is mapped on the target.
7718
7719 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7720
7721 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7722 build.
7723
7724 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7725
7726 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7727 instruction-history test.
7728
7729 2015-09-28 Doug Evans <dje@google.com>
7730
7731 * gdb.base/gcore.c (array_func): Add reference to static_array.
7732
7733 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7734
7735 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7736 source line.
7737
7738 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7739
7740 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7741 short or char as base type.
7742
7743 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7744
7745 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7746 to allow any size enum.
7747
7748 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7749
7750 * gdb.ada/array_ptr_renaming.exp: New testcase.
7751 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7752 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7753
7754 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7755
7756 * gdb.trace/ftrace-lock.c: New file.
7757 * gdb.trace/ftrace-lock.exp: New file.
7758
7759 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7760
7761 * gdb.arch/insn-reloc.c: New file.
7762 * gdb.arch/ftrace-insn-reloc.exp: New file.
7763
7764 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7765
7766 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7767 instruction.
7768 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7769 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7770 * gdb.trace/range-stepping.c: Likewise.
7771 * gdb.trace/trace-break.c: Likewise.
7772 * gdb.trace/trace-mt.c (thread_function): Likewise.
7773 * gdb.trace/ftrace.c (marker): Likewise.
7774 * gdb.trace/trace-condition.c (marker): Likewise.
7775 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7776 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7777 is_aarch64_target.
7778
7779 2015-09-18 Doug Evans <xdje42@gmail.com>
7780
7781 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7782 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7783
7784 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7785
7786 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7787 the breakpoint.
7788
7789 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7790
7791 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7792 the pending breakpoint. Remove timeout override for "Run till
7793 MI pending breakpoint on pendfunc3 on thread 2" test.
7794
7795 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7796
7797 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7798 filename pattern.
7799
7800 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7801
7802 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7803 in breakpoint filename pattern.
7804
7805 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7806
7807 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7808
7809 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7810
7811 * gdb.linespec/explicit.exp: Check for readline support for
7812 tab-completion tests. Fix obvious typo.
7813
7814 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7815
7816 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7817 and replay.
7818
7819 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7820
7821 * gdb.btrace/non-stop.c: New.
7822 * gdb.btrace/non-stop.exp: New.
7823
7824 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7825 Yao Qi <yao.qi@linaro.org>
7826
7827 * gdb.trace/trace-condition.c: New file.
7828 * gdb.trace/trace-condition.exp: New file.
7829
7830 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
7831
7832 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7833 for testing bytecode compilation.
7834
7835 2015-09-16 Pedro Alves <palves@redhat.com>
7836 Sandra Loosemore <sandra@codesourcery.com>
7837
7838 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7839 (SECONDS): Redefine.
7840 (main): Call pthread_kill and alarm early.
7841 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7842 support.
7843 (test): If the target can't hardware step and doesn't support
7844 displaced stepping, increase the timeout.
7845
7846 2015-09-16 Pedro Alves <palves@redhat.com>
7847
7848 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7849 (enable_debug): New procedures.
7850 (test): Use them. Bail out if waiting for threads fails.
7851 (top level): Bail out if a test fails.
7852
7853 2015-09-16 Yao Qi <yao.qi@linaro.org>
7854
7855 * gdb.asm/asm-source.exp: Set asm-arch for
7856 aarch64*-*-* target.
7857 * gdb.asm/aarch64.inc: New file.
7858
7859 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7860
7861 * gdb.ada/array_of_variable_length.exp: New testcase.
7862 * gdb.ada/array_of_variable_length/foo.adb: New file.
7863 * gdb.ada/array_of_variable_length/pck.adb: New file.
7864 * gdb.ada/array_of_variable_length/pck.ads: New file.
7865
7866 2015-09-15 Doug Evans <dje@google.com>
7867
7868 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7869 of function static local variable.
7870
7871 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7872
7873 * gdb.threads/tls-so_extern.exp: New test file.
7874 * gdb.threads/tls-so_extern.c: New test file.
7875 * gdb.threads/tls-so_extern_main.c: New test file.
7876
7877 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7878
7879 * gdb.opt/solib-intra-step-lib.c: New file.
7880 * gdb.opt/solib-intra-step-main.c: New file.
7881 * gdb.opt/solib-intra-step.exp: New file.
7882
7883 2015-09-15 Pedro Alves <palves@redhat.com>
7884
7885 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7886 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7887
7888 2015-09-14 Pedro Alves <palves@redhat.com>
7889
7890 * gdb.base/hook-stop-continue.c: Delete.
7891 * gdb.base/hook-stop-continue.exp: Delete.
7892 * gdb.base/hook-stop-frame.c: Delete.
7893 * gdb.base/hook-stop-frame.exp: Delete.
7894 * gdb.base/hook-stop.c: New file.
7895 * gdb.base/hook-stop.exp: New file.
7896
7897 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7898
7899 * gdb.ada/access_to_packed_array.exp: New testcase.
7900 * gdb.ada/access_to_packed_array/foo.adb: New file.
7901 * gdb.ada/access_to_packed_array/pack.adb: New file.
7902 * gdb.ada/access_to_packed_array/pack.ads: New file.
7903
7904 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7905
7906 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7907 buffer size test.
7908
7909 2015-09-11 Don Breazeal <donb@codesourcery.com>
7910
7911 * gdb.base/foll-exec.c: Add copyright header. Fix
7912 formatting issues.
7913 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7914 (do_exec_tests): Use clean_restart in place of zap_session,
7915 and for test initialization. Fix formatting issues. Use
7916 fail in place of perror.
7917 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7918 an expect statement to match an expression with output from
7919 the program under debug.
7920 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7921 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7922 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7923 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7924 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7925
7926 2015-09-09 Doug Evans <dje@google.com>
7927
7928 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7929
7930 2015-09-09 Doug Evans <dje@google.com>
7931
7932 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7933
7934 2015-09-09 Doug Evans <dje@google.com>
7935
7936 * gdb.base/savedregs.exp: Fix typo.
7937
7938 2015-09-09 Pedro Alves <palves@redhat.com>
7939
7940 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7941
7942 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7943
7944 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7945 command actually switches threads. Give up on remaining
7946 tests if target fails to stop at breakpoint.
7947
7948 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7949
7950 * gdb.ada/funcall_char.exp: New testcase.
7951 * gdb.ada/funcall_char/foo.adb: New file.
7952
7953 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7954
7955 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7956 expected outputs. Add two testcases for completing ambiguous
7957 functions.
7958 * gdb.ada/complete/aux_pck.adb: New file.
7959 * gdb.ada/complete/aux_pck.ads: New file.
7960 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7961 Ambiguous_Func functions.
7962 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7963 * gdb.ada/complete/pck.adb: Likewise.
7964
7965 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7966
7967 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7968 failures to run the test program under GDB.
7969
7970 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
7971
7972 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7973 to C.
7974
7975 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7976
7977 * gdb.base/run-after-attach.exp: New test file.
7978 * gdb.base/run-after-attach.c: New test file.
7979
7980 2015-08-26 Don Breazeal <donb@codesourcery.com>
7981
7982 * gdb.base/foll-exec-2.c: New test program.
7983 * gdb.base/foll-exec-2.exp: New test.
7984
7985 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7986
7987 * gdb.base/nested-subp1.exp: New file.
7988 * gdb.base/nested-subp1.c: New file.
7989 * gdb.base/nested-subp2.exp: New file.
7990 * gdb.base/nested-subp2.c: New file.
7991 * gdb.base/nested-subp3.exp: New file.
7992 * gdb.base/nested-subp3.c: New file.
7993
7994 2015-08-24 Pedro Alves <palves@redhat.com>
7995
7996 * gdb.server/connect-without-multi-process.c: New file.
7997 * gdb.server/connect-without-multi-process.exp: New file.
7998
7999 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8000
8001 * gdb.opt/inline-markers.c: Make z int.
8002
8003 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8004
8005 * gdb.opt/inline-markers.c: Make z volatile.
8006
8007 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8008
8009 * gdb.opt/inline-bt.c: New volatile global z.
8010 * gdb.opt/inline-cmds.c: Likewise.
8011 * gdb.opt/inline-locals.c: Likewise.
8012 * gdb.opt/inline-markers.c: New extern global z.
8013 (marker): Use z.
8014 (inline_fn): Likewise.
8015
8016 2015-08-24 Pedro Alves <palves@redhat.com>
8017
8018 * config/m32r-stub.exp: Remove file.
8019 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8020 * gdb.base/call-rt-st.exp: Likewise.
8021 * gdb.base/call-strs.exp: Likewise.
8022 * gdb.base/default.exp: Remove references to h8300-*-hms and
8023 *-*-udi*.
8024 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8025
8026 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8027
8028 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8029 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8030 and "return" use KFAIL when GDB can not read/write the vector
8031 return value.
8032
8033 2015-08-21 Gary Benson <gbenson@redhat.com>
8034
8035 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8036
8037 2015-08-20 Pedro Alves <palves@redhat.com>
8038
8039 * gdb.server/solib-list.exp: No longer expect an interior stop in
8040 non-stop mode.
8041
8042 2015-08-20 Pedro Alves <palves@redhat.com>
8043
8044 * gdb.server/connect-stopped-target.c: New file.
8045 * gdb.server/connect-stopped-target.exp: New file.
8046
8047 2015-08-20 Pedro Alves <palves@redhat.com>
8048
8049 * gdb.dwarf2/comp-unit-lang.exp: New file.
8050 * gdb.dwarf2/comp-unit-lang.c: New file.
8051
8052 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8053
8054 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8055 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8056
8057 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8058
8059 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8060 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8061
8062 2015-08-18 Doug Evans <dje@google.com>
8063 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8064
8065 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8066 skip_python_tests. New arg prompt_regexp.
8067 (skip_python_tests): New function.
8068 * lib/mi-support.exp (mi_skip_python_tests): New function.
8069 * gdb.python/py-mi-objfile-gdb.py: New file.
8070 * gdb.python/py-mi-objfile.c: New file.
8071 * gdb.python/py-mi-objfile.exp: New file.
8072
8073 2015-08-17 Keith Seitz <keiths@redhat.com>
8074
8075 * gdb.linespec/explicit.exp: Move strace test from here ...
8076 * gdb.trace/strace.exp: ... to here.
8077
8078 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8079
8080 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8081 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8082
8083 2015-08-14 Doug Evans <xdje42@gmail.com>
8084
8085 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8086 inferior before selecting a new file.
8087
8088 2015-08-14 Doug Evans <xdje42@gmail.com>
8089
8090 * gdb.mi/mi-disassemble.exp: Update.
8091 * gdb.base/disasm-optim.S: New file.
8092 * gdb.base/disasm-optim.c: New file.
8093 * gdb.base/disasm-optim.h: New file.
8094 * gdb.base/disasm-optim.exp: New file.
8095
8096 2015-08-14 Keith Seitz <keiths@redhat.com>
8097
8098 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8099 "evaluated-by".
8100
8101 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8102
8103 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8104
8105 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8106
8107 * gdb.ada/fun_renaming.exp: New testcase.
8108 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8109 * gdb.ada/fun_renaming/pack.adb: New file.
8110 * gdb.ada/fun_renaming/pack.ads: New file.
8111
8112 2015-08-12 Keith Seitz <keiths@redhat.com>
8113
8114 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8115 gdb_get_line_number.
8116
8117 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8118
8119 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8120 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8121 gdb.base/dso2dso.exp: New files.
8122
8123 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8124 Pedro Alves <palves@redhat.com>
8125 Keith Seitz <keiths@redhat.com>
8126
8127 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8128 GDBFLAGS.
8129
8130 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8131
8132 * gdb.base/gdbhistsize-history.exp
8133 (test_histsize_history_setting): Use save_vars.
8134 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8135 Use save_vars.
8136 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8137 * gdb.base/readline.exp: Use save_vars.
8138
8139 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8140
8141 * lib/gdb.exp (save_vars): New proc.
8142
8143 2015-08-11 Keith Seitz <keiths@redhat.com>
8144
8145 * gdb.base/help.exp: Update help_breakpoint_text.
8146
8147 2015-08-11 Keith Seitz <keiths@redhat.com>
8148
8149 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8150 (at toplevel): Call test_explicit_breakpoints.
8151 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8152 breakpoints.
8153 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8154 breakpoint conditions, "-cond".
8155
8156 2015-08-11 Keith Seitz <keiths@redhat.com>
8157
8158 * gdb.linespec/3explicit.c: New file.
8159 * gdb.linespec/cpexplicit.cc: New file.
8160 * gdb.linespec/cpexplicit.exp: New file.
8161 * gdb.linespec/explicit.c: New file.
8162 * gdb.linespec/explicit.exp: New file.
8163 * gdb.linespec/explicit2.c: New file.
8164 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8165 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8166 before using in the matching pattern.
8167 Clarify that `prefix' is a regular expression.
8168
8169 2015-08-11 Keith Seitz <keiths@redhat.com>
8170
8171 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8172 test.
8173 Add tests for missing ",FMT" and ",".
8174
8175 2015-08-10 Doug Evans <dje@google.com>
8176 Keith Seitz <keiths@redhat.com>
8177
8178 PR gdb/17960
8179 * gdb.base/completion.exp: Add location completer tests.
8180
8181 2015-08-07 Pedro Alves <palves@redhat.com>
8182
8183 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8184 tests here.
8185 (top level): Run do_test with and without displaced stepping.
8186
8187 2015-08-07 Pedro Alves <palves@redhat.com>
8188
8189 * gdb.base/valgrind-disp-step.c: New file.
8190 * gdb.base/valgrind-disp-step.exp: New file.
8191
8192 2015-08-07 Pedro Alves <palves@redhat.com>
8193
8194 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8195 Delete function.
8196 (main): Add alarm. Run an infinite loop instead of calling
8197 wait_threads.
8198 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8199 comment.
8200 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8201 Delete function.
8202 (main): Add alarm. Run an infinite loop instead of calling
8203 wait_threads.
8204 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8205 comment.
8206
8207 2015-08-07 Pedro Alves <palves@redhat.com>
8208
8209 * gdb.base/checkpoint-ns.exp: New file.
8210 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8211 standard_testfile.
8212
8213 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8214
8215 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8216 * gdb.btrace/instruction_history.exp: Update.
8217 * gdb.btrace/tsx.exp: New.
8218 * gdb.btrace/tsx.c: New.
8219
8220 2015-08-06 Pedro Alves <palves@redhat.com>
8221
8222 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8223 increase timeout.
8224 * gdb.reverse/until-precsave.exp: Bump timeouts.
8225
8226 2015-08-06 Pedro Alves <palves@redhat.com>
8227
8228 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8229
8230 2015-08-06 Pedro Alves <palves@redhat.com>
8231
8232 PR gdb/18749
8233 * gdb.threads/process-dies-while-handling-bp.c: New file.
8234 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8235
8236 2015-08-06 Pedro Alves <palves@redhat.com>
8237
8238 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8239 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8240
8241 2015-08-05 Pedro Alves <palves@redhat.com>
8242
8243 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8244 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8245
8246 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8247
8248 * gdb.base/bp-permanent.exp: Report test as unsupported if
8249 the target cannot stop at the permanent breakpoint.
8250
8251 2015-08-03 Doug Evans <dje@google.com>
8252
8253 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8254 10000.
8255
8256 2015-08-03 Doug Evans <dje@google.com>
8257
8258 * Makefile.in (workers/%.worker, build-perf): New rule.
8259 (GDB_PERFTEST_MODE): New variable.
8260 (check-perf): Use it.
8261 (clean): Clean up gdb.perf parallel build subdirs.
8262 * lib/build-piece.exp: New file.
8263 * lib/gdb.exp (make_gdb_parallel_path): New function
8264 (standard_output_file, standard_temp_file): Call it.
8265 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8266 of $GDB_PARALLEL.
8267 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8268
8269 2015-08-03 Doug Evans <dje@google.com>
8270
8271 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8272 (LOG_FILE_NAME): New global.
8273 (TextReporter.__init__): Initialize self.txt_sum.
8274 (TextReporter.report): Add support for multiple data-points.
8275 Move report to perftest.sum, put raw data in perftest.log.
8276 (TextReporter.start): Open sum and log files.
8277 (TextReporter.end): Close sum and log files.
8278 * gdb.perf/lib/perftest/testresult.py
8279 (SingleStatisticTestResult.record): Handle multiple data-points.
8280
8281 2015-07-31 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8284 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8285 kill_wait_spawned_process instead of explicit "kill -9".
8286 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8287 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8288 kill_wait_spawned_process.
8289 * gdb.base/attach-twice.exp: Likewise.
8290 * gdb.base/attach.exp: Likewise.
8291 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8292 gdb_test_multiple.
8293 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8294 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8295 kill_wait_spawned_process.
8296 * gdb.base/valgrind-infcall.exp: Likewise.
8297 * gdb.multi/multi-attach.exp: Likewise.
8298 * gdb.python/py-prompt.exp: Likewise.
8299 * gdb.python/py-sync-interp.exp: Likewise.
8300 * gdb.server/ext-attach.exp: Likewise.
8301 * gdb.threads/attach-into-signal.exp (corefunc): Use
8302 spawn_wait_for_attach, spawn_id_get_pid and
8303 kill_wait_spawned_process.
8304 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8305 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8306 spawn_id_get_pid and kill_wait_spawned_process.
8307 * gdb.threads/attach-stopped.exp (corefunc): Use
8308 spawn_wait_for_attach, spawn_id_get_pid and
8309 kill_wait_spawned_process.
8310 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8311 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8312 kill_wait_spawned_process instead of explicit "kill -9".
8313 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8314 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8315 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8316 processes. Don't map cygwin/windows pids here. Now returns a
8317 spawn id list.
8318
8319 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8320
8321 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8322 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8323 correct patch.
8324
8325 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8326
8327 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8328
8329 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8330
8331 Reapply:
8332 2014-05-21 Mark Wielaard <mjw@redhat.com>
8333
8334 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8335
8336 2015-07-30 Pedro Alves <palves@redhat.com>
8337
8338 * linux-low.c (handle_extended_wait): Set the child's last
8339 reported status to TARGET_WAITKIND_STOPPED.
8340
8341 2015-07-30 Pedro Alves <palves@redhat.com>
8342
8343 PR threads/18600
8344 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8345 only shows inferior 1.
8346
8347 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8348 Pedro Alves <palves@redhat.com>
8349
8350 PR threads/18600
8351 * gdb.threads/fork-plus-threads.c: New file.
8352 * gdb.threads/fork-plus-threads.exp: New file.
8353
8354 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8355
8356 * gdb.base/batch-preserve-term-settings.exp
8357 (test_terminal_settings_preserved_after_cli_exit): Use
8358 send_quit_command.
8359
8360 2015-07-29 Pedro Alves <palves@redhat.com>
8361 Don Breazeal <donb@codesourcery.com>
8362
8363 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8364 output from both inferior_spawn_id and gdb_spawn_id.
8365
8366 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8367
8368 * gdb.threads/attach-into-signal.exp (corefunc): Use
8369 with_test_prefix on nested loops, uniquefying the test messages.
8370
8371 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8372
8373 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8374 commit.
8375
8376 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8377
8378 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8379 New proc.
8380 (test_terminal_settings_preserved_after_sigterm): New test.
8381
8382 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8383
8384 * gdb.base/batch-preserve-term-settings.exp
8385 (test_terminal_settings_preserved_after_cli_exit): New test.
8386
8387 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8388
8389 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8390 manipulation of saved_gdbflags.
8391 (test_terminal_settings_preserved): Remove global declaration of
8392 the unused variable pagination_prompt. Remove manipulation of
8393 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8394 GDBFLAGS.
8395
8396 2015-07-29 Pedro Alves <palves@redhat.com>
8397
8398 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8399
8400 2015-07-29 Pedro Alves <palves@redhat.com>
8401
8402 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8403 at the top.
8404
8405 2015-07-29 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8408 (main): Call gdb_unbuffer_output.
8409 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8410 (main): Call gdb_unbuffer_output.
8411 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8412 (main): Call gdb_unbuffer_output.
8413 * gdb.base/call-strs.exp: Adjust to step over the
8414 gdb_unbuffer_output call.
8415 * gdb.base/catch-gdb-caused-signals.c: Include
8416 "../lib/unbuffer_output.c".
8417 (main): Call gdb_unbuffer_output.
8418 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8419 (main): Call gdb_unbuffer_output.
8420 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8421 (main): Call gdb_unbuffer_output.
8422 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8423 (main): Call gdb_unbuffer_output.
8424 * gdb.base/shlib-call.exp: Adjust to step over the
8425 gdb_unbuffer_output call.
8426 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8427 (main): Call gdb_unbuffer_output.
8428 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8429 (main): Call gdb_unbuffer_output.
8430 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8431 (main): Rename to ...
8432 (test): ... this.
8433 (main): Reimplement.
8434 * gdb.base/varargs.exp: Run to test instead of to main.
8435 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8436 (main): Call gdb_unbuffer_output.
8437
8438 2015-07-29 Pedro Alves <palves@redhat.com>
8439
8440 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8441 factore out from mi_continue_dprintf. For call-style dprintfs,
8442 expect dprintf output out of $inferior_spawn_id.
8443 (mi_continue_dprintf): Use mi_expect_dprintf.
8444 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8445 (main): Call gdb_unbuffer_output.
8446
8447 2015-07-29 Pedro Alves <palves@redhat.com>
8448
8449 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8450 (default_mi_gdb_start): Set inferior_spawn_id instead of
8451 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8452 gdb_spawn_id.
8453 (mi_gdb_test): Always expect inferior output from both
8454 $inferior_spawn_id and $gdb_spawn_id.
8455
8456 2015-07-29 Pedro Alves <palves@redhat.com>
8457
8458 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8459 send_inferior and $inferior_spawn_id.
8460
8461 2015-07-29 Pedro Alves <palves@redhat.com>
8462
8463 * gdb.gdb/complaints.exp (test_initial_complaints)
8464 (test_serial_complaints, test_short_complaints): Use
8465 gdb_test_stdio.
8466 (test_empty_complaint): Handle $inferior_spawn_id !=
8467 $gdb_spawn_id.
8468
8469 2015-07-29 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.base/varargs.exp: Use gdb_test_stdio.
8472
8473 2015-07-29 Pedro Alves <palves@redhat.com>
8474
8475 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8476
8477 2015-07-29 Pedro Alves <palves@redhat.com>
8478
8479 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8480
8481 2015-07-29 Pedro Alves <palves@redhat.com>
8482
8483 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8484 parameter into two new parameters, "inf_result" and "gdb_result".
8485 Expect inferior output and gdb output from $inferior_spawn_id and
8486 $gdb_spawn_id, respectively. Adjust all callers.
8487
8488 2015-07-29 Pedro Alves <palves@redhat.com>
8489
8490 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8491 of gdb_test_sequence.
8492
8493 2015-07-29 Pedro Alves <palves@redhat.com>
8494
8495 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8496 (saw_spurious_output): Expect inferior output from
8497 $inferior_spawn_id. Use gdb_test_stdio.
8498
8499 2015-07-29 Pedro Alves <palves@redhat.com>
8500
8501 * gdb.base/dprintf.exp: Use standard_testfile. Change
8502 prepare_for_testing call.
8503 (srcfile): Don't set.
8504 (restart): New procedure.
8505 (test_dprintf): New procecure, use to continue over dprintfs.
8506 (test_call, test_agent): New procedures, tests moved here.
8507 Restart gdb and recreate dprintfs. Adjust expected output.
8508
8509 2015-07-29 Pedro Alves <palves@redhat.com>
8510
8511 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8512
8513 2015-07-29 Pedro Alves <palves@redhat.com>
8514
8515 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8516
8517 2015-07-29 Pedro Alves <palves@redhat.com>
8518
8519 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8520 gdb_test_stdio.
8521
8522 2015-07-29 Pedro Alves <palves@redhat.com>
8523
8524 * lib/gdb.exp (gdb_test_stdio): New procedure.
8525
8526 2015-07-29 Pedro Alves <palves@redhat.com>
8527
8528 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8529
8530 2015-07-29 Pedro Alves <palves@redhat.com>
8531
8532 * gdb.base/call-signal-resume.exp: Remove check for
8533 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8534 * gdb.base/unwindonsignal.exp: Likewise.
8535 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8536 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8537
8538 2015-07-29 Pedro Alves <palves@redhat.com>
8539
8540 * gdb.base/siginfo-addr.c (pass): New function.
8541 (handler): Call it iff si_addr is correct.
8542 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8543 Set a breakpoint at "pass" and continue to it.
8544
8545 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8546
8547 * gdb.python/py-objfile.exp: Make some tests have unique names.
8548 * gdb.python/py-pp-registration.exp: Likewise.
8549
8550 2015-07-28 Pedro Alves <palves@redhat.com>
8551
8552 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8553
8554 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8555
8556 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8557
8558 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8559
8560 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8561
8562 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8563
8564 * gdb.base/gdb-sigterm-2.exp: New test.
8565
8566 2015-07-25 Doug Evans <xdje42@gmail.com>
8567
8568 Revert:
8569 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8570 (workers/%.worker, build-perf): New rule.
8571 (GDB_PERFTEST_MODE): New variable.
8572 (check-perf): Use it.
8573 (clean): Clean up gdb.perf parallel build subdirs.
8574 * lib/build-piece.exp: New file.
8575 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8576 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8577 name.
8578 (standard_temp_file): Ditto.
8579 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8580 of $GDB_PARALLEL.
8581
8582 2015-07-24 Doug Evans <dje@google.com>
8583
8584 * gdb.perf/lib/perftest/utils.py: New file.
8585 * gdb.perf/gm-hello.cc: New file.
8586 * gdb.perf/gm-pervasive-typedef.cc: New file.
8587 * gdb.perf/gm-pervasive-typedef.h: New file.
8588 * gdb.perf/gm-std.cc: New file.
8589 * gdb.perf/gm-std.h: New file.
8590 * gdb.perf/gm-use-cerr.cc: New file.
8591 * gdb.perf/gm-utils.h: New file.
8592 * gdb.perf/gmonster-null-lookup.py: New file.
8593 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8594 * gdb.perf/gmonster-print-cerr.py: New file.
8595 * gdb.perf/gmonster-ptype-string.py: New file.
8596 * gdb.perf/gmonster-runto-main.py: New file.
8597 * gdb.perf/gmonster-select-file.py: New file.
8598 * gdb.perf/gmonster1-null-lookup.exp: New file.
8599 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8600 * gdb.perf/gmonster1-print-cerr.exp: New file.
8601 * gdb.perf/gmonster1-ptype-string.exp: New file.
8602 * gdb.perf/gmonster1-runto-main.exp: New file.
8603 * gdb.perf/gmonster1-select-file.exp: New file.
8604 * gdb.perf/gmonster1.cc: New file.
8605 * gdb.perf/gmonster1.exp: New file.
8606 * gdb.perf/gmonster2-null-lookup.exp: New file.
8607 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8608 * gdb.perf/gmonster2-print-cerr.exp: New file.
8609 * gdb.perf/gmonster2-ptype-string.exp: New file.
8610 * gdb.perf/gmonster2-runto-main.exp: New file.
8611 * gdb.perf/gmonster2-select-file.exp: New file.
8612 * gdb.perf/gmonster2.cc: New file.
8613 * gdb.perf/gmonster2.exp: New file.
8614
8615 2015-07-24 Doug Evans <dje@google.com>
8616
8617 * gdb.perf/README: New file.
8618 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8619 * lib/gen-perf-test.exp: New file.
8620
8621 2015-07-24 Doug Evans <dje@google.com>
8622
8623 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8624 (PerfTest::startup): New function.
8625 (PerfTest::run): Return result of calling body.
8626 (PerfTest::assemble): Rewrite.
8627 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8628 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8629 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8630 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8631 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8632
8633 2015-07-24 Doug Evans <dje@google.com>
8634
8635 * lib/gdb.exp (clean_restart): Make executable optional.
8636
8637 2015-07-24 Doug Evans <dje@google.com>
8638
8639 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8640 compiler_info references.
8641 * gdb.cp/temargs.exp: Ditto.
8642 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8643 (get_compiler_info): Early exit if already computed. Set compiler_info
8644 to "unknown" if there was a problem.
8645 (test_compiler_info): Add function comment. Call get_compiler_info.
8646
8647 2015-07-24 Doug Evans <dje@google.com>
8648
8649 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8650 (workers/%.worker, build-perf): New rule.
8651 (GDB_PERFTEST_MODE): New variable.
8652 (check-perf): Use it.
8653 (clean): Clean up gdb.perf parallel build subdirs.
8654 * lib/build-piece.exp: New file.
8655 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8656 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8657 name.
8658 (standard_temp_file): Ditto.
8659 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8660 of $GDB_PARALLEL.
8661
8662 2015-07-24 Doug Evans <dje@google.com>
8663
8664 * lib/future.exp (gdb_default_target_compile): New option
8665 "early_flags".
8666 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8667 --as-needed.
8668
8669 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8670
8671 * gdb.base/catch-syscall.exp: Call gdb_exit before
8672 gdb_skip_xml_test.
8673
8674 2015-07-24 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.python/py-events.exp: Accept output between the stop event
8677 and the prompt.
8678 * gdb.python/py-evsignal.exp: Likewise.
8679 * gdb.python/py-evthreads.exp: Likewise.
8680
8681 2015-07-24 Pedro Alves <palves@redhat.com>
8682
8683 PR gdb/18717
8684 * gdb.threads/non-ldr-exit.c: New file.
8685 * gdb.threads/non-ldr-exit.exp: New file.
8686
8687 2015-07-24 Yao Qi <yao.qi@linaro.org>
8688
8689 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8690 restarting process.
8691
8692 2015-07-24 Yao Qi <yao.qi@linaro.org>
8693
8694 * gdb.server/ext-restart.exp: New file.
8695
8696 2015-07-24 Yao Qi <yao.qi@linaro.org>
8697
8698 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8699 argument options.
8700 * gdb.server/ext-wrapper.exp: New file.
8701
8702 2015-07-23 Doug Evans <dje@google.com>
8703
8704 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8705 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8706
8707 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8708
8709 * gdb.ada/var_arr_typedef.exp: New testcase.
8710 * gdb.ada/var_arr_typedef/pack.adb: New file.
8711 * gdb.ada/var_arr_typedef/pack.ads: New file.
8712 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8713
8714 2015-07-20 Joel Brobecker <brobecker@adacore.com>
8715
8716 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8717
8718 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8719
8720 * gdb.arch/i386-biarch-core.exp: Replace istarget
8721 by "complete set gnutarget". Remove expectation for the "core-file"
8722 command.
8723
8724 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8725
8726 Revert the previous commit:
8727 Tests for validate symbol file using build-id.
8728
8729 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8730
8731 Tests for validate symbol file using build-id.
8732 * gdb.base/solib-mismatch-lib.c: New file.
8733 * gdb.base/solib-mismatch-libmod.c: New file.
8734 * gdb.base/solib-mismatch.c: New file.
8735 * gdb.base/solib-mismatch.exp: New file.
8736
8737 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8738
8739 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8740 nios2-*-linux*.
8741 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8742 * gdb.base/siginfo.exp: Likewise.
8743 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8744
8745 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8746
8747 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8748 Move it to ...
8749 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8750 ... here.
8751 * gdb.trace/range-stepping.exp: Check that the target supports
8752 range stepping.
8753
8754 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8755
8756 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8757
8758 2015-07-14 Pedro Alves <palves@redhat.com>
8759
8760 * gdb.base/killed-outside.exp: New file.
8761 * gdb.base/killed-outside.c: New file.
8762
8763 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8764
8765 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8766 (n at main): New.
8767 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8768
8769 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8770
8771 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8772 infcall tests instead of setting up for KFAIL.
8773
8774 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8775
8776 * gdb.btrace/record_goto-step.exp: New.
8777
8778 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8779
8780 PR compile/18484
8781 * gdb.compile/compile.c (struct struct_type): Add volatile to
8782 selffield's type.
8783 * gdb.compile/compile.exp
8784 (compile code struct_object.selffield = &struct_object): Skip further
8785 struct_object tests if this one xfails.
8786
8787 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
8788
8789 PR exp/18617
8790 * gdb.trace/ax.exp: Add test.
8791
8792 2015-07-07 Yao Qi <yao.qi@linaro.org>
8793
8794 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8795 instead of istarget "aarch64*-*-*".
8796 * gdb.arch/aarch64-fp.exp: Likewise.
8797 * gdb.base/float.exp: Likewise.
8798 * gdb.reverse/aarch64.exp: Likewise.
8799 * lib/gdb.exp (is_aarch64_target): New proc.
8800
8801 2015-07-07 Yao Qi <yao.qi@linaro.org>
8802
8803 * lib/gdb.exp (is_aarch32_target): New proc.
8804 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8805 instead of "istarget "arm*-*-*"".
8806 * gdb.arch/arm-disp-step.exp: Likewise.
8807 * gdb.arch/thumb-bx-pc.exp: Likewise.
8808 * gdb.arch/thumb-prologue.exp: Likewise.
8809 * gdb.arch/thumb-singlestep.exp: Likewise.
8810 * gdb.base/disp-step-syscall.exp: Likewise.
8811 * gdb.base/float.exp: Likewise.
8812
8813 2015-07-07 Yao Qi <yao.qi@linaro.org>
8814
8815 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8816 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8817
8818 2015-07-07 Yao Qi <yao.qi@linaro.org>
8819
8820 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8821 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8822 if it exists.
8823 * gdb.multi/multi-arch.exp: Likewise.
8824
8825 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8826
8827 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8828 print.
8829
8830 2015-07-07 Yao Qi <yao.qi@linaro.org>
8831
8832 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8833
8834 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8835
8836 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8837 '[' and ']' characters.
8838
8839 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8840
8841 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8842
8843 2015-06-29 Pedro Alves <palves@redhat.com>
8844
8845 PR threads/18127
8846 * gdb.threads/hand-call-new-thread.c: New file.
8847 * gdb.threads/hand-call-new-thread.c: New file.
8848
8849 2015-06-26 Keith Seitz <keiths@redhat.com>
8850 Doug Evans <dje@google.com>
8851
8852 PR 16253
8853 * gdb.cp/var-tag-2.cc: New file.
8854 * gdb.cp/var-tag-3.cc: New file.
8855 * gdb.cp/var-tag-4.cc: New file.
8856 * gdb.cp/var-tag.cc: New file.
8857 * gdb.cp/var-tag.exp: New file.
8858
8859 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8860
8861 * gdb.base/history-duplicates.exp: New test.
8862
8863 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8864
8865 * gdb.base/completion.exp: Test the completion of the "focus"
8866 command.
8867
8868 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8869
8870 * gdb.arch/amd64-prologue-skip.S: New file.
8871 * gdb.arch/amd64-prologue-skip.exp: New file.
8872
8873 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8874
8875 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8876 is_address_zero_readable check.
8877
8878 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8879
8880 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8881 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8882
8883 2015-06-24 Yao Qi <yao.qi@linaro.org>
8884
8885 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8886 linux targets.
8887
8888 2015-06-24 Yao Qi <yao.qi@linaro.org>
8889
8890 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8891 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8892 * gdb.base/siginfo-thread.exp: Likewise.
8893
8894 2015-06-22 Yao Qi <yao.qi@linaro.org>
8895
8896 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8897
8898 2015-06-22 Yao Qi <yao.qi@linaro.org>
8899
8900 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8901 aarch64*-*-*.
8902 (skip_hw_watchpoint_tests): Likewise.
8903
8904 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8905
8906 * gdb.base/gdbinit-history.exp: Test the interaction between
8907 setting GDBHISTSIZE and setting the history size via .gdbinit.
8908
8909 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8910
8911 PR gdb/16999
8912 * gdb.base/gdbhistsize-history.exp: New test.
8913
8914 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8915
8916 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8917 with GDBHISTSIZE.
8918 * gdb.base/readline.exp: Likewise.
8919
8920 2015-06-17 Yao Qi <yao.qi@linaro.org>
8921
8922 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8923 line.
8924
8925 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8926
8927 * gdb.base/gdbinit-history.exp: Add test case to check that
8928 an unlimited history file does not get truncated on exit.
8929
8930 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8931
8932 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8933 (VECTOR): New macro. Use it...
8934 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8935 ...for these typedefs.
8936 (int8, char1, int1, double1): New typedefs.
8937 (struct just_int2, struct two_int2): New structures.
8938 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8939 (add_structvecs, add_singlevecs): New functions.
8940 (main): Call add_some_intvecs twice.
8941 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8942 the compile and exit upon failure. Try compiling for the "native"
8943 architecture. Test inferior function calls with vector arguments
8944 and vector return value handling with "finish" and "return".
8945
8946 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8947
8948 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8949 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8950 PE file.
8951 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8952
8953 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8954
8955 PR breakpoints/16465
8956 * gdb.mi/mi-dprintf-pending.c: New file.
8957 * gdb.mi/mi-dprintf-pending.exp: New test.
8958 * gdb.mi/mi-dprintf-pendshr.c: New file.
8959
8960 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8961 Mircea Gherzan <mircea.gherzan@intel.com>
8962
8963 * gdb.arch/i386-mpx-map.c: New file.
8964 * gdb.arch/i386-mpx-map.exp: New File.
8965
8966 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8967
8968 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8969 * gdb.arch/i386-mpx.exp: Indentation fixed.
8970
8971 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8972
8973 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8974 function and improved indentation.
8975 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8976 gdb_test_multiple. Added additional tests to skip the test.
8977
8978 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8979
8980 * gdb.arch/i386-avx512.c: Change path in include file.
8981 * gdb.arch/i386-avx512.exp: Change include dir path
8982 compilation flag.
8983 * gdb.arch/i386-mpx.c: Change path in include file.
8984 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8985 flag.
8986
8987 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8988
8989 * gdb.compile/compile-print.exp (compile print *vararray@3)
8990 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8991
8992 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8993
8994 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8995 (do not keep jit in memory): ... this.
8996 (expect 5): Change it to ...
8997 (expect no 5): ... this.
8998
8999 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9000
9001 PR gdb/15564
9002 * gdb.mi/mi-detach.exp: New file.
9003
9004 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9005
9006 PR symtab/18392
9007 * gdb.arch/amd64-tailcall-self.S: New file.
9008 * gdb.arch/amd64-tailcall-self.c: New file.
9009 * gdb.arch/amd64-tailcall-self.exp: New file.
9010
9011 2015-05-28 Don Breazeal <donb@codesourcery.com>
9012
9013 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9014 tests for remote targets by checking is_target_gdbserver.
9015
9016 2015-05-27 Doug Evans <dje@google.com>
9017
9018 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9019 * gdb.dwarf2/opaque-type-lookup.c: New file.
9020 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9021
9022 2015-05-26 Doug Evans <dje@google.com>
9023
9024 * gdb.cp/iostream.cc: New file.
9025 * gdb.cp/iostream.exp: New file.
9026
9027 2015-05-26 Doug Evans <dje@google.com>
9028
9029 * gdb.dwarf2/dw2-op-call.exp: Update.
9030 * gdb.dwarf2/dw4-sig-types.exp: Update.
9031 * gdb.dwarf2/implptr.exp: Update.
9032 * gdb.mi/mi-cmd-param-changed.exp: Update.
9033
9034 2015-05-26 Doug Evans <dje@google.com>
9035
9036 * gdb.python/py-lazy-string.c: New file.
9037 * gdb.python/py-lazy-string.exp: New file.
9038 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9039 (main): Update. Add estring3.
9040 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9041 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9042
9043 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9044 Yao Qi <yao.qi@linaro.org>
9045
9046 * gdb.reverse/aarch64.c: New.
9047 * gdb.reverse/aarch64.exp: New.
9048
9049 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9050
9051 * lib/gdb.exp (supports_process_record): Return true for
9052 aarch64*-linux*.
9053 (supports_reverse): Likewise.
9054
9055 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9056
9057 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9058 Use with_test_prefix.
9059
9060 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9061
9062 * gdb.base/completion.exp: Add test for completion of layout
9063 names.
9064
9065 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9066
9067 * lib/gdb.exp (skip_tui_tests): New proc.
9068 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9069
9070 2015-05-19 Pedro Alves <palves@redhat.com>
9071
9072 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9073 Save the whole env array instead of just HOME. Unset HISTSIZE in
9074 the environment while testing. Restore whole environment
9075 afterwards.
9076
9077 2015-05-16 Doug Evans <xdje42@gmail.com>
9078
9079 * gdb.guile/scm-ports.c: New file.
9080 * gdb.guile/scm-ports.exp: Add memory port tests.
9081
9082 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9083
9084 * gdb.compile/compile-print.c: New file.
9085 * gdb.compile/compile-print.exp: New file.
9086
9087 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9088
9089 * gdb.compile/compile-ops.exp: Cast param to void.
9090 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9091 (compile code struct_object.selffield = &struct_object): Add xfail.
9092
9093 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9094
9095 * gdb.ada/arr_enum_with_gap: New testcase.
9096
9097 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9098
9099 * gdb.ada/byte_packed_arr: New testcase.
9100
9101 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9102
9103 * gdb.ada/pckd_neg: New testcase.
9104
9105 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9106
9107 PR gdb/17820
9108 * gdb.base/gdbinit-history.exp: New test.
9109 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9110 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9111
9112 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9113
9114 * gdb.python/py-xmethods.cc: Enhance test case.
9115 * gdb.python/py-xmethods.exp: New tests.
9116 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9117 function.
9118 (B_indexoper): Likewise.
9119 (global_dm_list) : Add new xmethod worker functions.
9120
9121 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9122
9123 * gdb.base/coredump-filter.exp: Correctly unset
9124 "coredump_var_addr" array.
9125
9126 2015-05-08 Pedro Alves <palves@redhat.com>
9127
9128 * gdb.server/non-existing-program.exp: Unset spawn_id.
9129
9130 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9131
9132 PR python/18291
9133 * gdb.python/py-xmethods.exp: Add tests.
9134
9135 2015-05-08 Yao Qi <yao.qi@linaro.org>
9136
9137 PR gdb/18208
9138 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9139 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9140 function set_coredump_filter, and remove remote_exec call.
9141 Remove argument ipid. Callers update.
9142 (top level): Don't get inferior's PID.
9143
9144 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9145
9146 * gdb.base/watch_thread_num.exp: Skip test on targets without
9147 access watchpoints.
9148
9149 2015-05-06 Pedro Alves <palves@redhat.com>
9150
9151 PR server/18081
9152 * gdb.server/non-existing-program.exp: New file.
9153
9154 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9155
9156 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9157
9158 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9159
9160 * gdb.ada/out_of_line_in_inlined: New testcase.
9161
9162 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9163
9164 * gdb.ada/var_rec_arr: New testcase.
9165
9166 2015-04-30 Yao Qi <yao.qi@linaro.org>
9167
9168 * gdb.base/break-idempotent.exp: If
9169 skip_hw_watchpoint_multi_tests returns true, skip the tests
9170 on "rwatch" and "awatch".
9171
9172 2015-04-30 Yao Qi <yao.qi@linaro.org>
9173
9174 * gdb.base/relativedebug.exp: Invoke gdb command
9175 "info sharedlibrary", and if libc.so doesn't have debug info,
9176 skip the test.
9177
9178 2015-04-29 Doug Evans <dje@google.com>
9179
9180 * gdb.python/py-xmethods.exp: Add ptype tests.
9181 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9182 get_result_type method.
9183
9184 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9185
9186 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9187 the target does not support hardware watchpoints.
9188
9189 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9190
9191 * gdb.base/break-always.exp: Abort testing if writing to memory
9192 causes an error.
9193
9194 2015-04-28 Doug Evans <dje@google.com>
9195
9196 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9197 * gdb.python/py-pp-registration.exp: ... here. New file.
9198 * gdb.python/py-pp-registration.c: New file.
9199 * gdb.python/py-pp-registration.py: New file.
9200
9201 2015-04-28 Doug Evans <dje@google.com>
9202
9203 * gdb.python/py-bad-printers.c: New file.
9204 * gdb.python/py-bad-printers.py: New file.
9205 * gdb.python/py-bad-printers.exp: New file.
9206
9207 2015-04-28 Sasha Smundak <asmundak@google.com>
9208
9209 * gdb.python/py-type.exp: New test.
9210
9211 2015-04-28 Andy Wingo <wingo@igalia.com>
9212
9213 * gdb.python/py-parameter.exp:
9214 * gdb.guile/scm-parameter.exp: Escape the path that we are
9215 matching against, as it might contain characters that are special
9216 to regular expressions.
9217
9218 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9219
9220 * gdb.ada/rec_comp: New testcase.
9221
9222 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9223
9224 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9225 before using it.
9226
9227 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9228
9229 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9230 new tests for verilog output.
9231
9232 2015-04-24 Yao Qi <yao.qi@linaro.org>
9233
9234 * boards/remote-gdbserver-on-localhost.exp: New file.
9235
9236 2015-04-23 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9239 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9240 "end of file", remove $inferior_spawn_id from the indirect list.
9241
9242 2015-04-23 Pedro Alves <palves@redhat.com>
9243
9244 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9245
9246 2015-04-23 Pedro Alves <palves@redhat.com>
9247
9248 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9249 on $any_spawn_id instead of only on $gdb_spawn_id.
9250
9251 2015-04-21 Pierre Muller <muller@sourceware.org>
9252
9253 PR pascal/17815
9254 * lib/pascal.exp (gpc_compile): Add new option "class".
9255 (fpc_compile): Likewise.
9256 * gdb.pascal/case-insensitive-symbols.pas: New file.
9257 * gdb.pascal/case-insensitive-symbols.exp: New file.
9258
9259 2015-04-20 Gary Benson <gbenson@redhat.com>
9260
9261 * gdb.base/attach.exp: Fix three extended remote failures.
9262
9263 2015-04-17 Gary Benson <gbenson@redhat.com>
9264
9265 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9266 the main executable over the remote protocol.
9267
9268 2015-04-16 Pedro Alves <palves@redhat.com>
9269
9270 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9271 a new gdbserver if gdbserver_reconnect_p is set.
9272
9273 2015-04-16 Pedro Alves <palves@redhat.com>
9274
9275 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9276 is set, don't exit gdbserver.
9277
9278 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9279
9280 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9281 appropriate .insn, such that an older assembler can be used.
9282 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9283 the z/Architecture instruction set on 31-bit targets as well.
9284
9285 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9286
9287 * gdb.go/handcall.exp: Remove all logic related to the first
9288 breakpoint and rely on go_runto_main instead.
9289 * gdb.go/strings.exp: Likewise.
9290 * gdb.go/unsafe.exp: Likewise.
9291 * gdb.go/hello.exp: Likewise. Also rename the remaining
9292 breakpoint marker to "breakpoint 1".
9293 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9294 * gdb.go/strings.go: Likewise.
9295 * gdb.go/unsafe.go: Likewise.
9296 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9297 "set breakpoint 2 here" and rename the remaining breakpoint marker
9298 to "breakpoint 1".
9299
9300 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9301
9302 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9303 if itertools.imap is not present.
9304 * gdb.python/py-objfile.exp: Add parentheses.
9305 * gdb.python/py-type.exp: Same.
9306 * gdb.python/py-unwind-maint.py: Same.
9307
9308 2015-04-15 Yao Qi <yao.qi@linaro.org>
9309
9310 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9311 of ":$ptr_size" and set its form explicitly.
9312
9313 2015-04-15 Pedro Alves <palves@redhat.com>
9314 Yao Qi <yao.qi@linaro.org>
9315
9316 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9317 timeout by factor of 4.
9318 (test_regular_watch): Likewise.
9319 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9320 * gdb.reverse/sigall-reverse.exp: Likewise.
9321 * gdb.reverse/until-precsave.exp: Likewise.
9322 * lib/gdb.exp (with_timeout_factor): New proc.
9323 (gdb_expect): Move some code to ...
9324 (get_largest_timeout): ... here. New procedure.
9325
9326 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9327
9328 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9329
9330 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9331
9332 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9333 to write to the .text section.
9334
9335 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9336
9337 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9338 Handle the case of targets that do not provide PID information.
9339
9340 2015-04-13 Yao Qi <yao.qi@linaro.org>
9341
9342 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9343 and use expect instead of gdb_expect.
9344
9345 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9346
9347 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9348 "coredump_var_addr" to avoid naming conflict with other testcases.
9349
9350 2015-04-10 Pedro Alves <palves@redhat.com>
9351
9352 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9353 gdb_test_sequence and gdb_assert.
9354
9355 2015-04-10 Pedro Alves <palves@redhat.com>
9356
9357 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9358 test messages that don't include the breakpoint address.
9359
9360 2015-04-10 Yao Qi <yao.qi@linaro.org>
9361
9362 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9363 false for some offset and width combinations which aren't
9364 supported by linux kernel.
9365
9366 2015-04-10 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9369 procedure, factored out from ...
9370 (top level): ... here. Add "set displaced-stepping" testing axis.
9371 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9372 parameter "displaced". Use it.
9373 (top level): Use foreach and add "set displaced-stepping" testing
9374 axis.
9375
9376 2015-04-10 Pedro Alves <palves@redhat.com>
9377
9378 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9379 Remove comment.
9380 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9381 both the address of the instruction that triggers the watchpoint
9382 and the address of the instruction immediately after, and use
9383 those addresses for the test. Fix comment.
9384
9385 2015-04-10 Pedro Alves <palves@redhat.com>
9386
9387 * gdb.base/sigstep.exp (breakpoint_to_handler)
9388 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9389 Test "backtrace" in handler.
9390 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9391 (top level): Add new "displaced" test axis to
9392 breakpoint_to_handler, breakpoint_to_handler_entry and
9393 breakpoint_over_handler.
9394
9395 2015-04-10 Pedro Alves <palves@redhat.com>
9396
9397 PR gdb/18216
9398 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9399
9400 2015-04-10 Yao Qi <yao.qi@linaro.org>
9401
9402 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9403 (test_add_rn_pc): New function.
9404 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9405 (top level): Invoke test_add_rn_pc.
9406
9407 2015-04-10 Pedro Alves <palves@redhat.com>
9408
9409 PR gdb/13858
9410 * gdb.base/step-over-no-symbols.exp: New file.
9411
9412 2015-04-09 Andy Wingo <wingo@igalia.com>
9413
9414 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9415 after the Python tests.
9416
9417 2015-04-08 Keith Seitz <keiths@redhat.com>
9418
9419 PR python/16699
9420 * gdb.python/py-completion.exp: New tests for completion.
9421 * gdb.python/py-completion.py (CompleteLimit1): New class.
9422 (CompleteLimit2): Likewise.
9423 (CompleteLimit3): Likewise.
9424 (CompleteLimit4): Likewise.
9425 (CompleteLimit5): Likewise.
9426 (CompleteLimit6): Likewise.
9427 (CompleteLimit7): Likewise.
9428
9429 2015-04-08 Pedro Alves <palves@redhat.com>
9430
9431 PR gdb/18214
9432 PR gdb/18216
9433 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9434 function.
9435 (main): Install it as SIGUSR1 handler.
9436 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9437 parameter. Always use "setup" as prefix. Toggle "set
9438 displaced-stepping" off/on depending on global. Don't switch to
9439 thread 1 here.
9440 (top level): Add displaced stepping "off/on" test axis. Update
9441 "setup" calls. Wrap each subtest with with_test_prefix. Test
9442 continuing with a queued signal in each thread.
9443
9444 2015-04-08 Pedro Alves <palves@redhat.com>
9445
9446 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9447 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9448 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9449 Return early if running to main fails.
9450 * gdb.trace/while-stepping.exp: Likewise.
9451
9452 2015-04-07 Pedro Alves <palves@redhat.com>
9453
9454 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9455 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9456 interact with inferior program.
9457
9458 2015-04-07 Pedro Alves <palves@redhat.com>
9459
9460 * lib/gdb.exp (inferior_spawn_id): New global.
9461 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9462 spawn id after processing the user code.
9463 (default_gdb_start): Set inferior_spawn_id.
9464 (send_inferior): New procedure.
9465 * lib/gdbserver-support.exp (gdbserver_start): Set
9466 inferior_spawn_id.
9467 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9468
9469 2015-04-07 Pedro Alves <palves@redhat.com>
9470
9471 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9472 * lib/gdbserver-support.exp (gdbserver_start): Make
9473 $server_spawn_id global.
9474 (gdbserver_start): Don't wait for gdbserver's spawn id with
9475 expect_background.
9476 (close_gdbserver): New procedure.
9477 (gdb_exit): Rename the default version and reimplement.
9478
9479 2015-04-07 Pedro Alves <palves@redhat.com>
9480
9481 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9482 append the substituted item, not the original item.
9483
9484 2015-04-07 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9487 gdb_expect.
9488
9489 2015-04-07 Pedro Alves <palves@redhat.com>
9490
9491 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9492 output appearing once only.
9493
9494 2015-04-07 Pedro Alves <palves@redhat.com>
9495
9496 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9497 that doesn't expect anything. Return early if running to main
9498 fails.
9499
9500 2015-04-07 Yao Qi <yao.qi@linaro.org>
9501
9502 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9503 (child_function): Call alarm.
9504 (main): Move call to alarm into the loop.
9505 * gdb.threads/non-stop-fair-events.exp: Build program with
9506 -DTIMEOUT=$timeout.
9507
9508 2015-04-06 Doug Evans <xdje42@gmail.com>
9509
9510 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9511 Fix dest parameter to board_info.
9512 (fpc_compile): Ditto.
9513 (gdb_compile_pascal): Rename dest arg to destfile.
9514
9515 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9516
9517 * gdb.ada/funcall_ref.exp: New file.
9518 * gdb.ada/funcall_ref/foo.adb: New file.
9519
9520 2015-04-02 Yao Qi <yao.qi@linaro.org>
9521
9522 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9523 is remote.
9524
9525 2015-04-02 Gary Benson <gbenson@redhat.com>
9526
9527 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9528
9529 2015-04-01 Sasha Smundak <asmundak@google.com>
9530
9531 * gdb.python/py-unwind-maint.c: New file.
9532 * gdb.python/py-unwind-maint.exp: New test.
9533 * gdb.python/py-unwind-maint.py: New file.
9534 * gdb.python/py-unwind.c: New file.
9535 * gdb.python/py-unwind.exp: New test.
9536 * gdb.python/py-unwind.py: New test.
9537
9538 2015-04-01 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9541 to fail instead of non-existent $test.
9542
9543 2015-04-01 Pedro Alves <palves@redhat.com>
9544
9545 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9546 GDBFLAGS if not empty.
9547
9548 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9549
9550 * gdb.ada/complete.exp: Remove "multi_line".
9551 * gdb.ada/info_exc.exp: Remove "multi_line".
9552 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9553 * gdb.ada/ptype_field.exp: Remove "multi_line".
9554 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9555 * gdb.ada/tagged.exp: Remove "multi_line".
9556 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9557 [multi_line ...]
9558 * gdb.btrace/delta.exp: Likewise.
9559 * gdb.btrace/exception.exp: Likewise.
9560 * gdb.btrace/function_call_history.exp: Likewise.
9561 * gdb.btrace/instruction_history.exp: Likewise.
9562 * gdb.btrace/nohist.exp: Likewise.
9563 * gdb.btrace/record_goto.exp: Likewise.
9564 * gdb.btrace/segv.exp: Likewise.
9565 * gdb.btrace/stepi.exp: Likewise.
9566 * gdb.btrace/tailcall.exp: Likewise.
9567 * gdb.btrace/unknown_functions.exp: Likewise.
9568 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9569 * lib/gdb.exp: Add the "multi_line" helper.
9570
9571 2015-04-01 Pedro Alves <palves@redhat.com>
9572
9573 * gdb.threads/tid-reuse.c: New file.
9574 * gdb.threads/tid-reuse.exp: New file.
9575
9576 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9577
9578 PR corefiles/16092
9579 * gdb.base/coredump-filter.c: New file.
9580 * gdb.base/coredump-filter.exp: Likewise.
9581
9582 2015-03-27 Petr Machata <pmachata@redhat.com>
9583
9584 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9585 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9586 (Dwarf::assemble): Initialize them.
9587 (Dwarf::lines): New function.
9588
9589 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9590
9591 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9592 SYMBOL_PREFIX for x86_64-*-cygwin.
9593
9594 2015-03-26 Andy Wingo <wingo@igalia.com>
9595
9596 PR symtab/18148
9597 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9598 const_value but not a location.
9599 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9600 location defined in non-main CUs are visible.
9601
9602 2015-03-26 Yao Qi <yao.qi@linaro.org>
9603
9604 PR testsuite/18139
9605 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9606 Add a line number entry for the same line.
9607 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9608 Add a line number entry for the same line.
9609
9610 2015-03-26 Yao Qi <yao.qi@linaro.org>
9611
9612 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9613 .int 0.
9614 (func): Likewise. Add .Lfunc_1 label.
9615 Use .Lfunc_1 label.
9616 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9617 .int 0.
9618 (func): Likewise.
9619 Use .Lfunc_1 label.
9620
9621 2015-03-26 Yao Qi <yao.qi@linaro.org>
9622
9623 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9624 Call gdb_compile instead to compile each .s files without debug
9625 information.
9626
9627 2015-03-26 Yao Qi <yao.qi@linaro.org>
9628
9629 * gdb.base/savedregs.exp (process_saved_regs): Make
9630 "Saved registers:" optional in the pattern.
9631
9632 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9633
9634 * gdb.btrace/next.exp: Merged into step.exp.
9635 * gdb.btrace/finish.exp: Merged into step.exp.
9636 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9637 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9638 "record goto" and checking the exact replay position.
9639 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9640 check for "Recording format" in "info record" output.
9641 * gdb.btrace/record_goto.exp: Choose test file based on target.
9642 * gdb.btrace/x86-record_goto.S: Renamed into ...
9643 * gdb.btrace/x86_64-record_goto.S: ... this.
9644 * gdb.btrace/i686-record_goto.S: New.
9645 * gdb.btrace/x86-tailcall.S: Renamed into ...
9646 * gdb.btrace/x86_64-tailcall.S: ... this.
9647 * gdb.btrace/i686-tailcall.S: New.
9648 * gdb.btrace/x86-tailcall.c: Renamed into ...
9649 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9650 separate statements. Update test.
9651 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9652 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9653 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9654 * gdb.btrace/tailcall.exp: Choose test file based on target.
9655 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9656
9657 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9658
9659 * gdb.btrace/exception.exp: Increase BTS buffer size.
9660
9661 2015-03-24 Pedro Alves <palves@redhat.com>
9662
9663 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9664
9665 2015-03-24 Pedro Alves <palves@redhat.com>
9666
9667 * gdb.threads/schedlock.exp (test_step): No longer expect that
9668 "set scheduler-locking step" with "next" over a function call runs
9669 threads unlocked.
9670
9671 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9672
9673 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9674
9675 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9676
9677 PR breakpoints/16466
9678 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9679 * gdb.mi/mi-pending.c (thread_func): New function.
9680 (int main): Add threading support required.
9681 * gdb.mi/mi-pending.exp: Add tests for this issue.
9682 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9683 (pendfunc2): Remove stdio dependency.
9684 * gdb.mi/mi-pendshr2.c: New file.
9685
9686 2015-03-23 Keith Seitz <keiths@redhat.com>
9687
9688 * gdb.linespec/keywords.c: New file.
9689 * gdb.linespec/keywords.exp: New file.
9690
9691 2015-03-23 Keith Seitz <keiths@redhat.com>
9692
9693 PR gdb/18021
9694 * gdb.dwarf2/staticvirtual.exp: New test.
9695
9696 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9697
9698 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9699 * README: Remove HP-UX and gdb.hp.
9700 (configuration):
9701 * configure: Regenerate.
9702 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9703 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9704 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9705 gdb.hp/gdb.defects/Makefile.
9706 * gdb.hp/Makefile.in: File deleted.
9707 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9708 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9709 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9710 * gdb.hp/gdb.aCC/run.c: File deleted.
9711 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9712 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9713 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9714 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9715 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9716 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9717 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9718 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9719 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9720 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9721 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9722 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9723 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9724 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9725 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9726 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9727 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9728 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9729 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9730 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9731 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9732 * gdb.hp/gdb.compat/average.c: File deleted.
9733 * gdb.hp/gdb.compat/sum.c: File deleted.
9734 * gdb.hp/gdb.compat/xdb.c: File deleted.
9735 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9736 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9737 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9738 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9739 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9740 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9741 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9742 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9743 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9744 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9745 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9746 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9747 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9748 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9749 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9750 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9751 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9752 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9753 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9754 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9755 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9756 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9757 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9758 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9759 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9760 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9761 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9762 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9763 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9764 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9765 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9766 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9767 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9768 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9769 * gdb.hp/tools/odump: File deleted.
9770
9771 2015-03-19 Pedro Alves <palves@redhat.com>
9772
9773 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9774 (saw_thread_3): New globals.
9775 (top level): Increment them when an event for the corresponding
9776 thread is seen.
9777 (no thread starvation): New test.
9778
9779 2015-03-19 Pedro Alves <palves@redhat.com>
9780
9781 * gdb.threads/continue-pending-status.c: New file.
9782 * gdb.threads/continue-pending-status.exp: New file.
9783
9784 2015-03-18 Pedro Alves <palves@redhat.com>
9785
9786 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9787 Use gdb_is_target_remote instead of is_remote. Use
9788 gdb_test_multiple instead of gdb_expect. Exit early if
9789 gdb_test_multiple hits its internal matches. Tighten stepi tests
9790 expected output. Fail on exit with any signal, instead of just
9791 SIGILL.
9792
9793 2015-03-18 Yao Qi <yao.qi@linaro.org>
9794
9795 PR tdep/18107
9796 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9797 variable.
9798 * gdb.base/catch-syscall.exp: Don't skip it on
9799 aarch64*-*-linux* target. Remove elements in all_syscalls.
9800 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9801 target.
9802 (setup_all_syscalls): New proc.
9803
9804 2015-03-16 Yao Qi <yao.qi@linaro.org>
9805
9806 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9807 (top level): Skip tests if valid_addr_p returns false for
9808 $cmd1 or $cmd2.
9809
9810 2015-03-11 Andy Wingo <wingo@igalia.com>
9811
9812 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9813
9814 2015-03-11 Yao Qi <yao.qi@linaro.org>
9815
9816 * gdb.base/catch-syscall.exp: Fix typo in comments.
9817
9818 2015-03-11 Yao Qi <yao.qi@linaro.org>
9819
9820 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9821
9822 2015-03-09 Pedro Alves <palves@redhat.com>
9823
9824 * dg-extract-results.py: Delete.
9825
9826 2015-03-09 Pedro Alves <palves@redhat.com>
9827
9828 Merge dg-extract-results.sh from GCC upstream (r218843).
9829
9830 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9831 * dg-extract-results.sh: Use --text with grep to avoid issues with
9832 binary files. Fall back to cat -v, if that doesn't work.
9833
9834 2015-03-05 Pedro Alves <palves@redhat.com>
9835
9836 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9837
9838 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9839
9840 * lib/mi-support.exp (mi_expect_interrupt): Accept
9841 alternative event for when in all-stop mode.
9842
9843 2015-03-04 Pedro Alves <palves@redhat.com>
9844
9845 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9846
9847 2015-03-04 Mark Kettenis <kettenis@gnu.org>
9848
9849 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9850
9851 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9852
9853 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9854 regexps for GDB's current line display, accept a hex address
9855 preceding the line number.
9856
9857 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9858
9859 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9860 the 'arch1' variable for "s390*-linux*" targets.
9861
9862 2015-03-04 Pedro Alves <palves@redhat.com>
9863
9864 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9865 (main): Pass missing retval argument to pthread_join call.
9866
9867 2015-03-02 Pedro Alves <palves@redhat.com>
9868
9869 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9870 (top level): Call do_test with non-stop as well.
9871
9872 2015-03-02 Pedro Alves <palves@redhat.com>
9873
9874 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9875 -1.
9876
9877 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9878
9879 * gdb.arch/s390-vregs.exp: New test.
9880 * gdb.arch/s390-vregs.S: New file.
9881
9882 2015-02-27 Pedro Alves <palves@redhat.com>
9883
9884 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9885 call to catch_command_errors.
9886 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9887 catch_command_errors.
9888
9889 2015-02-27 Pedro Alves <palves@redhat.com>
9890
9891 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9892 "true" for boolean result.
9893 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9894 prototype of main.
9895
9896 2015-02-27 Pedro Alves <palves@redhat.com>
9897
9898 * lib/unbuffer_output.c: New file.
9899 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9900 (main): Call gdb_unbuffer_output.
9901
9902 2015-02-27 Yao Qi <yao.qi@linaro.org>
9903
9904 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9905 target.
9906
9907 2015-02-26 Doug Evans <dje@google.com>
9908
9909 * gdb.cp/class2.cc (Dbase, D): New classes.
9910 (main): New local delta.
9911 * gdb.cp/class2.exp: Test printing delta.
9912 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9913 (dynbar): New global.
9914 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9915
9916 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9917
9918 * gdb.compile/compile-ifunc.c: New file.
9919 * gdb.compile/compile-ifunc.exp: New file.
9920
9921 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9922
9923 * gdb.base/structs.exp: Check for correct struct on finish.
9924
9925 2015-02-26 Yao Qi <yao.qi@linaro.org>
9926
9927 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9928 is zero.
9929
9930 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9931
9932 * gdb.arch/cordic.ko.bz2: New file.
9933 * gdb.arch/cordic.ko.debug.bz2: New file.
9934 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9935
9936 2015-02-25 Yao Qi <yao.qi@linaro.org>
9937
9938 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9939 aarch64*-*-* target.
9940
9941 2015-02-23 Pedro Alves <palves@redhat.com>
9942
9943 * lib/gdb.exp (delete_breakpoints): Rewrite using
9944 gdb_test_multiple.
9945
9946 2015-02-23 Pedro Alves <palves@redhat.com>
9947
9948 * gdb.base/info-os.c: Include stdlib.h.
9949
9950 2015-02-22 Doug Evans <xdje42@gmail.com>
9951
9952 PR symtab/17855
9953 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9954 is read after symbols have been re-read.
9955 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9956 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9957
9958 2015-02-21 Doug Evans <dje@google.com>
9959
9960 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9961
9962 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9963
9964 PR corefiles/17808
9965 * gdb.arch/i386-biarch-core.core.bz2: New file.
9966 * gdb.arch/i386-biarch-core.exp: New file.
9967
9968 2015-02-21 Pedro Alves <palves@redhat.com>
9969
9970 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9971 runto_main fails.
9972
9973 2015-02-20 Pedro Alves <palves@redhat.com>
9974
9975 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9976 info probes.
9977
9978 2015-02-20 Pedro Alves <palves@redhat.com>
9979
9980 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9981
9982 2015-02-20 Pedro Alves <palves@redhat.com>
9983
9984 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9985 clean_restart before gdb_target_supports_trace.
9986
9987 2015-02-20 Pedro Alves <palves@redhat.com>
9988
9989 PR threads/18006
9990 * gdb.threads/clone-thread_db.c: New file.
9991 * gdb.threads/clone-thread_db.exp: New file.
9992
9993 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9994
9995 PR breakpoints/16812
9996 * gdb.base/catch-gdb-caused-signals.c: New file.
9997 * gdb.base/catch-gdb-caused-signals.exp: New file.
9998
9999 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10000
10001 * configure: Regenerated.
10002 * configure.ac: Use GDB_AC_TRANSFORM.
10003 * aclocal.m4: sinclude ../transform.m4.
10004
10005 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10006
10007 * lib/dtrace.exp: New file.
10008 * gdb.base/dtrace-probe.exp: Likewise.
10009 * gdb.base/dtrace-probe.d: Likewise.
10010 * gdb.base/dtrace-probe.c: Likewise.
10011 * lib/pdtrace.in: Likewise.
10012 * configure.ac: Output variables with the transformed names of
10013 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10014 * configure: Regenerated.
10015
10016 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10017
10018 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10019 expected message when trying to access $_probe_* convenience
10020 variables while not on a probe.
10021
10022 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10023
10024 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10025
10026 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10027
10028 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10029 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10030
10031 2015-02-10 Doug Evans <xdje42@gmail.com>
10032
10033 * lib/gdb.exp (gdb_load): Always return a result.
10034
10035 2015-02-10 Pedro Alves <palves@redhat.com>
10036
10037 * gdb.threads/signal-sigtrap.c: New file.
10038 * gdb.threads/signal-sigtrap.exp: New file.
10039
10040 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10041
10042 * gdb.trace/no-attach-trace.c: New file.
10043 * gdb.trace/no-attach-trace.exp: New file.
10044
10045 2015-02-09 Mark Wielaard <mjw@redhat.com>
10046
10047 * gdb.dwarf2/atomic.c: New file.
10048 * gdb.dwarf2/atomic-type.exp: Likewise.
10049
10050 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10051
10052 * gdb.btrace/buffer-size.exp: Update "info record" output.
10053 * gdb.btrace/delta.exp: Update "info record" output.
10054 * gdb.btrace/enable.exp: Update "info record" output.
10055 * gdb.btrace/finish.exp: Update "info record" output.
10056 * gdb.btrace/instruction_history.exp: Update "info record" output.
10057 * gdb.btrace/next.exp: Update "info record" output.
10058 * gdb.btrace/nexti.exp: Update "info record" output.
10059 * gdb.btrace/step.exp: Update "info record" output.
10060 * gdb.btrace/stepi.exp: Update "info record" output.
10061 * gdb.btrace/nohist.exp: Update "info record" output.
10062
10063 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10064
10065 * gdb.btrace/buffer-size: New.
10066
10067 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10068
10069 * gdb.btrace/delta.exp: Update "info record" output.
10070 * gdb.btrace/enable.exp: Update "info record" output.
10071 * gdb.btrace/finish.exp: Update "info record" output.
10072 * gdb.btrace/instruction_history.exp: Update "info record" output.
10073 * gdb.btrace/next.exp: Update "info record" output.
10074 * gdb.btrace/nexti.exp: Update "info record" output.
10075 * gdb.btrace/step.exp: Update "info record" output.
10076 * gdb.btrace/stepi.exp: Update "info record" output.
10077 * gdb.btrace/nohist.exp: Update "info record" output.
10078
10079 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10080
10081 PR gdb/15678
10082 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10083
10084 2015-02-06 Pedro Alves <palves@redhat.com>
10085
10086 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10087 macro.
10088 (seconds_left, again): New globals.
10089 (main): Wait seconds_left in a 1-second sleep loop instead of
10090 sleeping 180 seconds. If 'again' is set, reset the seconds
10091 counter.
10092 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10093 'again' in the inferior before detaching. Print the seconds left.
10094 (options): New global.
10095 (top level): Build program with -DTIMEOUT=$timeout.
10096
10097 2015-02-06 Pedro Alves <palves@redhat.com>
10098
10099 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10100 determine how many seconds to pass to 'alarm'.
10101 * gdb.base/gdb-sigterm.exp (top level): Build program with
10102 -DTIMEOUT=$timeout.
10103 (do_test): Return success/failure indication. Add more verbose
10104 logging. Don't fail if 200 single steps are seen. Instead, fail
10105 when the test times out.
10106 (passes): New global.
10107 (top level): Break the testing loop if testing fails on any
10108 iteration. Use gdb_assert.
10109
10110 2015-02-04 Don Breazeal <donb@codesourcery.com>
10111
10112 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10113 and initialize them.
10114 (ipc_cleanup): New function.
10115 (main): Don't declare shmid, semid, and msqid. Add a call to
10116 atexit so that we call ipc_cleanup on exit.
10117
10118 2015-02-04 Pedro Alves <palves@redhat.com>
10119
10120 * boards/native-extended-gdbserver.exp: Remove any target variant
10121 specifications from the board name before clearing the isremote
10122 flag from board_info.
10123
10124 2015-01-31 Doug Evans <xdje42@gmail.com>
10125
10126 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10127
10128 2015-01-31 Gary Benson <gbenson@redhat.com>
10129
10130 * gdb.base/completion.exp: Disable completion limiting for
10131 existing tests. Add new tests to check completion limiting.
10132 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10133
10134 2015-01-31 Doug Evans <xdje42@gmail.com>
10135
10136 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10137
10138 2015-01-31 Doug Evans <xdje42@gmail.com>
10139
10140 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10141 entries. Duplicate file section script entries.
10142 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10143 inlined entries. Add test for safe-path rejection.
10144 * gdb.python/py-section-script.c: Add duplicate inlined section script
10145 entries. Duplicate file section script entries.
10146 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10147 inlined entries. Add test for safe-path rejection.
10148
10149 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10150
10151 * gdb.ada/disc_arr_bound: New testcase.
10152
10153 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10154
10155 * gdb.ada/mi_var_array: New testcase.
10156
10157 2015-01-27 Doug Evans <dje@google.com>
10158
10159 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10160 Add test for objfile.filename, objfile.username after objfile
10161 has been unloaded.
10162
10163 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10164
10165 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10166 the second test to print the name attribute of value
10167 returned by the call to gdb.lookup_type, and adjust
10168 the expected output accordingly.
10169
10170 2015-01-25 Mark Wielaard <mjw@redhat.com>
10171
10172 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10173 * gdb.base/disp-step-fork.c: Include unistd.h.
10174 * gdb.base/siginfo-obj.c: Include stdio.h.
10175 * gdb.base/siginfo-thread.c: Likewise.
10176 * gdb.mi/non-stop.c: Include unistd.h.
10177 * gdb.mi/nsthrexec.c: Include stdio.h.
10178 * gdb.mi/pthreads.c: Include unistd.h.
10179 * gdb.modula2/unbounded1.c (main): Declare returns int.
10180 * gdb.reverse/consecutive-reverse.c: Likewise.
10181 * gdb.threads/create-fail.c: Include unistd.h.
10182 * gdb.threads/killed.c: Likewise.
10183 * gdb.threads/linux-dp.c: Likewise.
10184 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10185 * gdb.threads/non-ldr-exc-2.c: Likewise.
10186 * gdb.threads/non-ldr-exc-3.c: Likewise.
10187 * gdb.threads/non-ldr-exc-4.c: Likewise.
10188 * gdb.threads/pthreads.c: Include unistd.h.
10189 (main): Declare returns int.
10190 * gdb.threads/tls-main.c (foo): New declaration.
10191 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10192
10193 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10194
10195 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10196 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10197
10198 2015-01-15 Mark Wielaard <mjw@redhat.com>
10199
10200 * gdb.base/noreturn-return.c: New file.
10201 * gdb.base/noreturn-return.exp: New file.
10202 * gdb.base/noreturn-finish.c: New file.
10203 * gdb.base/noreturn-finish.exp: New file.
10204
10205 2015-01-23 Pedro Alves <palves@redhat.com>
10206
10207 * gdb.threads/continue-pending-after-query.c: New file.
10208 * gdb.threads/continue-pending-after-query.exp: New file.
10209
10210 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10211 Simon Marchi <simon.marchi@ericsson.com>
10212
10213 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10214 * gdb.base/valgrind-db-attach.exp: Same.
10215 * gdb.base/valgrind-infcall.exp: Same.
10216 * lib/mi-support.exp (default_mi_gdb_start): Same.
10217 * lib/prompt.exp (default_prompt_gdb_start): Same.
10218 * lib/gdb.exp (default_gdb_spawn): Same.
10219 (gdb_interact): New.
10220
10221
10222 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10223
10224 * gdb.compile/compile.exp (pointer to jit function): New test.
10225
10226 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10227
10228 * lib/gdb.exp (supports_process_record): Return true for
10229 powerpc*-*-linux*.
10230 (supports_reverse): Likewise.
10231
10232 2015-01-15 Don Breazeal <donb@codesourcery.com>
10233
10234 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10235 instead of checking whether the target board is remote and
10236 use spawn_wait_for_attach instead of exec/sleep.
10237 * gdb.base/attach-twice.exp: Likewise.
10238
10239 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10240
10241 * gdb.ada/var_arr_attrs: New testcase.
10242
10243 2015-01-14 Pedro Alves <palves@redhat.com>
10244 Joel Brobecker <brobecker@adacore.com>
10245
10246 PR gdb/17525
10247 * gdb.base/bp-cmds-execution-x-script.c: New file.
10248 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10249 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10250
10251 2015-01-14 Pedro Alves <palves@redhat.com>
10252
10253 PR cli/17828
10254 * gdb.base/batch-preserve-term-settings.c: New file.
10255 * gdb.base/batch-preserve-term-settings.exp: New file.
10256
10257 2015-01-13 Doug Evans <dje@google.com>
10258
10259 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10260 binary.
10261
10262 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10263
10264 * Makefile.in (clean mostlyclean): Do not delete *.py.
10265
10266 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10267
10268 * gdb.python/py-lookup-type.exp: New file.
10269
10270 2015-01-12 Pedro Alves <palves@redhat.com>
10271
10272 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10273 restore GDBFLAGS before returning.
10274
10275 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10276
10277 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10278 is_amd64_regs_target and is_x86_like_target.
10279
10280 2015-01-11 Doug Evans <xdje42@gmail.com>
10281
10282 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10283 is given without an explicit form.
10284 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10285 attributes.
10286 * gdb.dwarf/corrupt.exp: Ditto.
10287 * gdb.dwarf2/enum-type.exp: Ditto.
10288 * gdb.trace/entry-values.exp: Ditto.
10289 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10290
10291 2015-01-11 Doug Evans <xdje42@gmail.com>
10292
10293 PR gdb/15830
10294 * gdb.base/maint.exp: Remove references to "maint demangle".
10295 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10296 Add tests for explicitly specifying language to demangle.
10297 * gdb.dlang/demangle.exp: Ditto.
10298
10299 2015-01-09 Pedro Alves <palves@redhat.com>
10300
10301 * gdb.threads/non-stop-fair-events.c: New file.
10302 * gdb.threads/non-stop-fair-events.exp: New file.
10303
10304 2015-01-09 Pedro Alves <palves@redhat.com>
10305
10306 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10307 the global scope. Set a breakpoint after all threads are started
10308 rather than stepping over two source lines. Expect the prompt.
10309 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10310 global.
10311 (NUM): Now 15.
10312 (main): Use threads_started_barrier to wait for all threads to
10313 start. Main thread no longer calls thread_function. Exit after
10314 180 seconds.
10315 (loop): New function.
10316 (thread_function): Wait on threads_started_barrier barrier. Call
10317 'loop' at each iteration.
10318 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10319 threads have started, instead of hardcoding number of "next"
10320 steps. Use an access watchpoint instead of a write watchpoint.
10321
10322 2015-01-09 Pedro Alves <palves@redhat.com>
10323
10324 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10325 (thread_func): Wait on barrier.
10326 (main): Wait for all threads to start before stopping GDB.
10327 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10328 global.
10329 (thread1_func, thread2_func): Wait on barrier.
10330 (main): Wait for all threads to start before stopping GDB.
10331 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10332 New global.
10333 (thread1_func, thread2_func): Wait on barrier.
10334 (main): Wait for all threads to start before stopping GDB.
10335
10336 2015-01-09 Pedro Alves <palves@redhat.com>
10337
10338 * gdb.threads/attach-many-short-lived-threads.c: New file.
10339 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10340
10341 2014-01-09 Pedro Alves <palves@redhat.com>
10342
10343 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10344 instead of to thread 2.
10345 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10346 Add barrier around each pthread_create call instead of around all
10347 calls.
10348 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10349 Set a break on thread_function and have the child threads hit it
10350 one at at a time.
10351
10352 2015-01-09 Pedro Alves <palves@redhat.com>
10353
10354 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10355 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10356 false.
10357 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10358 checking whether the target board is remote.
10359 * gdb.multi/multi-attach.exp: Likewise.
10360 * gdb.python/py-sync-interp.exp: Likewise.
10361 * gdb.server/ext-attach.exp: Likewise.
10362 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10363 tests that need to attach, instead of checking whether the target
10364 board is remote at the top of the file.
10365
10366 2015-01-08 Yao Qi <yao@codesourcery.com>
10367
10368 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10369
10370 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10371
10372 Fix testcase compilation.
10373 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10374
10375 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10376
10377 * gdb.python/py-type.exp: Add a couple test about empty
10378 array creation, and negative-length array creation.
10379
10380 2015-01-02 Doug Evans <xdje42@gmail.com>
10381
10382 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10383
10384 2015-01-02 Doug Evans <dje@google.com>
10385
10386 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10387
10388 2014-12-29 Yao Qi <yao@codesourcery.com>
10389
10390 * gdb.trace/entry-values.exp: Update comments. Rename variable
10391 bar_call_foo to returned_from_foo.
10392
10393 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10394
10395 PR gdb/17394
10396 * gdb.linespec/break-asm-file.c: New file.
10397 * gdb.linespec/break-asm-file.exp: New file.
10398 * gdb.linespec/break-asm-file0.s: New file.
10399 * gdb.linespec/break-asm-file1.s: New file.
10400
10401 2014-12-18 Nigel Stephens <nigel@mips.com>
10402 Maciej W. Rozycki <macro@codesourcery.com>
10403
10404 * gdb.base/float.exp: Handle the new output from "info float" on
10405 MIPS targets.
10406
10407 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10408
10409 Fix MinGW compilation.
10410 * gdb.compile/compile-ops.exp: Update untested message if
10411 !skip_compile_feature_tests.
10412 * gdb.compile/compile-setjmp.exp: Likewise.
10413 * gdb.compile/compile-tls.exp: Likewise.
10414 * gdb.compile/compile.exp: Likewise.
10415 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10416 supported on this host".
10417
10418 2014-12-16 Doug Evans <xdje42@gmail.com>
10419
10420 * boards/stabs.exp: New file.
10421
10422 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10423
10424 * gdb.base/completion.exp: Adjust to format changes of "maint
10425 print user-registers".
10426
10427 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10428
10429 PR server/17457
10430 * gdb.arch/aarch64-fp.c: New file.
10431 * gdb.arch/aarch64-fp.exp: New file.
10432
10433 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10434
10435 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10436 r210637, r210913, r211666, r215400, r215817).
10437
10438 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10439 * dg-extract-results.py: New file.
10440 * dg-extract-results.sh: Use it if the environment seems
10441 suitable.
10442
10443 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10444
10445 * dg-extract-results.py (parse_run): Handle warnings that
10446 are printed before a test harness is run.
10447
10448 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10449
10450 * dg-extract-results.py (Named): Remove __cmp__ method.
10451 (output_variation): Use a key to sort variation.harnesses.
10452
10453 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10454
10455 * dg-extract-results.py: For Python 3, force sys.stdout to
10456 handle surrogate escape sequences.
10457 (safe_open): New function.
10458 (output_segment, main): Use it.
10459
10460 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10461
10462 * dg-extract-results.py (Prog.result_re): Include options
10463 in test name.
10464
10465 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10466
10467 * dg-extract-results.py (output_variation): Always sort if
10468 do_sum.
10469
10470 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10471
10472 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10473 as long as we get pagination notifications.
10474
10475 2014-12-15 Jason Merrill <jason@redhat.com>
10476
10477 * Makefile.in (check-gdb.%): Restore.
10478 * README: Mention it.
10479
10480 2014-12-13 Joel Brobecker <brobecker@adacore.com>
10481
10482 * gdb.ada/str_uninit: New testcase.
10483
10484 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10485
10486 PR symtab/17642
10487 * gdb.base/vla-stub-define.c: New file.
10488 * gdb.base/vla-stub.c: New file.
10489 * gdb.base/vla-stub.exp: New file.
10490
10491 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10492 Jan Kratochvil <jan.kratochvil@redhat.com>
10493 Tom Tromey <tromey@redhat.com>
10494
10495 * configure.ac: Add gdb.compile/.
10496 * configure: Regenerate.
10497 * gdb.compile/Makefile.in: New file.
10498 * gdb.compile/compile-ops.exp: New file.
10499 * gdb.compile/compile-ops.c: New file.
10500 * gdb.compile/compile-tls.c: New file.
10501 * gdb.compile/compile-tls.exp: New file.
10502 * gdb.compile/compile-constvar.S: New file.
10503 * gdb.compile/compile-constvar.c: New file.
10504 * gdb.compile/compile-mod.c: New file.
10505 * gdb.compile/compile-nodebug.c: New file.
10506 * gdb.compile/compile-setjmp-mod.c: New file.
10507 * gdb.compile/compile-setjmp.c: New file.
10508 * gdb.compile/compile-setjmp.exp: New file.
10509 * gdb.compile/compile-shlib.c: New file.
10510 * gdb.compile/compile.c: New file.
10511 * gdb.compile/compile.exp: New file.
10512 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10513
10514 2014-12-12 Tom Tromey <tromey@redhat.com>
10515
10516 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10517 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10518
10519 2014-12-12 Doug Evans <dje@google.com>
10520
10521 * lib/gdb-python.exp (get_python_valueof): New function.
10522 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10523
10524 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10525
10526 * gdb.base/completion.exp: Add test for completion of "info
10527 registers ".
10528
10529 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10530
10531 * gdb.base/func-ptrs.c: New file.
10532 * gdb.base/func-ptrs.exp: New file.
10533
10534 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10535
10536 PR breakpoints/17012
10537 * gdb.base/dprintf-detach.c: New file.
10538 * gdb.base/dprintf-detach.exp: New file.
10539
10540 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10541
10542 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10543 * lib/gdb.exp (target_is_gdbserver): New procedure.
10544
10545 2014-12-08 Doug Evans <dje@google.com>
10546
10547 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10548
10549 2014-12-05 Yao Qi <yao@codesourcery.com>
10550
10551 * gdb.guile/scm-error.exp: Remove the third argument to
10552 gdb_remote_download.
10553 * gdb.guile/scm-frame-args.exp: Likewise.
10554 * gdb.guile/scm-section-script.exp: Likewise.
10555
10556 2014-12-05 Yao Qi <yao@codesourcery.com>
10557
10558 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10559
10560 2014-12-04 Doug Evans <dje@google.com>
10561
10562 * gdb.python/py-objfile.exp: Add tests for
10563 objfile.add_separate_debug_file.
10564
10565 2014-12-04 Doug Evans <dje@google.com>
10566
10567 * lib/gdb.exp (get_build_id): New function.
10568 (build_id_debug_filename_get): Rewrite to use it.
10569 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10570
10571 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10572
10573 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10574 `method(long)', not just 0x0.
10575 * gdb.cp/nsalias.exp: Align code labels to 4.
10576 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10577 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10578 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10579 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10580 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10581 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10582
10583 2014-12-02 Doug Evans <dje@google.com>
10584
10585 PR symtab/17602
10586 * gdb.cp/anon-ns.cc: Move guts of this file to ...
10587 * gdb.cp/anon-ns2.cc: ... here. New file.
10588 * gdb.cp/anon-ns.exp: Update.
10589
10590 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
10591
10592 * gdb.python/py-events.py (inferior_call_handler): New.
10593 (register_changed_handler, memory_changed_handler): New.
10594 (test_events.invoke): Register new handlers.
10595 * gdb.python/py-events.exp: Add tests for inferior call,
10596 memory_changed and register_changed events.
10597
10598 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10599
10600 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10601 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10602 if the linker doesn't understand this.
10603
10604 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10605
10606 * gdb.python/python.exp: Change expected reply to help().
10607
10608 2014-12-01 Yao Qi <yao@codesourcery.com>
10609
10610 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10611 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10612 * configure: Re-generated.
10613
10614 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10615
10616 * gdb.cp/chained-calls.cc: New file.
10617 * gdb.cp/chained-calls.exp: New file.
10618 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10619
10620 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10621
10622 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10623 * gdb.dwarf2/symtab-producer.exp: Same.
10624 * gdb.gdb/python-interrupts.exp: Same.
10625 * gdb.gdb/python-selftest.exp: Same.
10626 * gdb.python/py-linetable.exp: Same.
10627 * gdb.python/py-type.exp: Same.
10628 * gdb.python/py-value-cc.exp: Same.
10629 * gdb.python/py-value.exp: Same.
10630
10631 2014-11-28 Yao Qi <yao@codesourcery.com>
10632
10633 * gdb.base/break-probes.exp: Match library name prefixed with
10634 sysroot.
10635
10636 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10637
10638 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10639 test expected output. Add parentheses for the call to print.
10640 Remove L suffix from integers.
10641
10642 2014-11-26 Doug Evans <dje@google.com>
10643
10644 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10645
10646 2014-11-22 Yao Qi <yao@codesourcery.com>
10647
10648 * gdb.trace/entry-values.c: Remove asms.
10649 (foo): Add foo_label.
10650 (bar): Add bar_label.
10651 * gdb.trace/entry-values.exp: Remove code computing foo's
10652 length and bar's length.
10653 (Dwarf::assemble): Invoke function_range for bar and use
10654 MACRO_AT_func for foo.
10655
10656 2014-11-22 Yao Qi <yao@codesourcery.com>
10657
10658 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10659 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10660 Use .Lgcc43_procstart instead of gcc43.
10661
10662 2014-11-21 Joel Brobecker <brobecker@adacore.com>
10663
10664 * gdb.ada/n_arr_bound: New testcase.
10665
10666 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10667
10668 PR breakpoints/10737
10669 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10670 test_catch_syscall_multi_arch.
10671 (test_catch_syscall_multi_arch): New function.
10672
10673 2014-11-20 Doug Evans <xdje42@gmail.com>
10674
10675 * gdb.base/maint.exp: Update expected output.
10676
10677 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10678
10679 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10680 4-byte instruction on S390.
10681
10682 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10683
10684 * gdb.ada/arr_arr: New testcase.
10685
10686 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10687
10688 * gdb.ada/pkd_arr_elem: New Testcase.
10689
10690 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
10691
10692 * gdb.reverse/break-precsave: Expect completion message for
10693 core file reads.
10694 * gdb.reverse/consecutive-precsave.exp: Likewise.
10695 * gdb.reverse/finish-precsave.exp: Likewise.
10696 * gdb.reverse/i386-precsave.exp: Likewise.
10697 * gdb.reverse/machinestate-precsave.exp: Likewise.
10698 * gdb.reverse/sigall-precsave.exp: Likewise.
10699 * gdb.reverse/solib-precsave.exp: Likewise.
10700 * gdb.reverse/step-precsave.exp: Likewise.
10701 * gdb.reverse/until-precsave.exp: Likewise.
10702 * gdb.reverse/watch-precsave.exp: Likewise.
10703
10704 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10705
10706 * gdb.base/bp-permanent.c: Include unistd.h.
10707 * gdb.python/py-framefilter-mi.c (main): Add return type.
10708 * gdb.python/py-framefilter.c (main): Likewise.
10709 * gdb.trace/actions-changed.c (main): Likewise.
10710
10711 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10712
10713 * gdb.mi/until.c: Add eye-catchers.
10714 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10715 line numbers.
10716
10717 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10718
10719 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10720 function header variants in break1.c.
10721 * gdb.base/ena-dis-br.exp: Likewise.
10722 * gdb.base/hbreak2.exp: Likewise.
10723 * gdb.reverse/until-precsave.exp: Drop references to removed
10724 non-prototype function header variants in ur1.c.
10725 * gdb.reverse/until-reverse.exp: Likewise.
10726
10727 2014-11-17 Petr Machata <pmachata@redhat.com>
10728
10729 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10730 ${_cu_offset_size} bytes abbrev offset.
10731
10732 2014-11-15 Doug Evans <xdje42@gmail.com>
10733
10734 PR symtab/17559
10735 * gdb.base/line-symtabs.exp: New file.
10736 * gdb.base/line-symtabs.c: New file.
10737 * gdb.base/line-symtabs.h: New file.
10738
10739 2014-11-14 Yao Qi <yao@codesourcery.com>
10740
10741 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10742 (func): Add label func_label.
10743 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10744 Replace low_pc and high_pc with MACRO_AT_range.
10745 Replace name, low_pc and high_pc with MACRO_AT_func.
10746
10747 2014-11-14 Yao Qi <yao@codesourcery.com>
10748
10749 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10750 Replace name, low_pc and high_pc with MACRO_AT_func.
10751
10752 2014-11-14 Yao Qi <yao@codesourcery.com>
10753
10754 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10755 produce debug information.
10756 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10757
10758 2014-11-14 Yao Qi <yao@codesourcery.com>
10759
10760 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10761 object and get function length.
10762 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10763 with MACRO_AT_func.
10764 (top-level): Replace gdb_compile and clean_restart with
10765 prepare_for_testing.
10766 * gdb.dwarf2/main.c (main): Add label main_label.
10767
10768 2014-11-14 Yao Qi <yao@codesourcery.com>
10769
10770 * lib/dwarf.exp (function_range): New procedure.
10771 (Dwarf::_handle_macro_at_func): New procedure.
10772 (Dwarf::_handle_macro_at_range): New procedure.
10773 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10774
10775 2014-11-14 Yao Qi <yao@codesourcery.com>
10776
10777 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10778 (_handle_attribute): New procedure.
10779
10780 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10781
10782 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10783 * gdb.base/call-sc.c (zed): Likewise.
10784 * gdb.base/checkpoint.c (main): Likewise.
10785 * gdb.base/dump.c (main): Likewise.
10786 * gdb.base/gcore.c (main): Likewise.
10787 * gdb.base/huge.c (main): Likewise.
10788 * gdb.base/multi-forks.c (main): Likewise.
10789 * gdb.base/pr10179-a.c (main): Likewise.
10790 * gdb.base/savedregs.c (main): Likewise.
10791 * gdb.base/sigaltstack.c (main): Likewise.
10792 * gdb.base/siginfo.c (main): Likewise.
10793 * gdb.base/structs.c (zed): Likewise.
10794 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10795 * gdb.mi/mi-syn-frame.c (main): Likewise.
10796 * gdb.mi/until.c (foo, main): Likewise.
10797 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10798 * gdb.base/solib-weak.c (foo): Declare.
10799 * gdb.base/attach-twice.c: Include stdio.h.
10800 * gdb.base/weaklib1.c: Likewise.
10801 * gdb.base/weaklib2.c: Likewise.
10802 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10803 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10804 unistd.h.
10805 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10806 * gdb.mi/mi-exit-code.c: Likewise.
10807 * gdb.base/break-interp-lib.c: Include string.h.
10808 * gdb.base/coremaker.c: Likewise.
10809 * gdb.base/testenv.c: Likewise.
10810 * gdb.python/py-finish-breakpoint.c: Likewise.
10811 * gdb.base/inferior-died.c: Include sys/wait.h.
10812 * gdb.base/fileio.c: Include time.h.
10813 * gdb.base/async-shell.c: Include unistd.h.
10814 * gdb.base/dprintf-non-stop.c: Likewise.
10815 * gdb.base/info-os.c: Likewise.
10816 * gdb.mi/mi-console.c: Likewise.
10817 * gdb.mi/watch-nonstop.c: Likewise.
10818 * gdb.python/py-events.c: Likewise.
10819 * gdb.base/async.c (baz): Move up before its invocation.
10820 * gdb.base/code_elim2.c (my_global_func): Likewise.
10821 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10822 * gdb.base/advance.c (func2): Likewise.
10823
10824 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10825
10826 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10827 variant.
10828 * gdb.base/annota3.c: Likewise.
10829 * gdb.base/async.c: Likewise.
10830 * gdb.base/average.c: Likewise.
10831 * gdb.base/call-ar-st.c: Likewise.
10832 * gdb.base/call-rt-st.c: Likewise.
10833 * gdb.base/call-sc.c: Likewise.
10834 * gdb.base/call-strs.c: Likewise.
10835 * gdb.base/ending-run.c: Likewise.
10836 * gdb.base/execd-prog.c: Likewise.
10837 * gdb.base/exprs.c: Likewise.
10838 * gdb.base/foll-exec.c: Likewise.
10839 * gdb.base/foll-fork.c: Likewise.
10840 * gdb.base/foll-vfork.c: Likewise.
10841 * gdb.base/funcargs.c: Likewise.
10842 * gdb.base/gcore.c: Likewise.
10843 * gdb.base/jump.c: Likewise.
10844 * gdb.base/langs0.c: Likewise.
10845 * gdb.base/langs1.c: Likewise.
10846 * gdb.base/langs2.c: Likewise.
10847 * gdb.base/mips_pro.c: Likewise.
10848 * gdb.base/nodebug.c: Likewise.
10849 * gdb.base/opaque0.c: Likewise.
10850 * gdb.base/opaque1.c: Likewise.
10851 * gdb.base/recurse.c: Likewise.
10852 * gdb.base/run.c: Likewise.
10853 * gdb.base/scope0.c: Likewise.
10854 * gdb.base/scope1.c: Likewise.
10855 * gdb.base/setshow.c: Likewise.
10856 * gdb.base/setvar.c: Likewise.
10857 * gdb.base/shmain.c: Likewise.
10858 * gdb.base/shr1.c: Likewise.
10859 * gdb.base/shr2.c: Likewise.
10860 * gdb.base/sigall.c: Likewise.
10861 * gdb.base/signals.c: Likewise.
10862 * gdb.base/so-indr-cl.c: Likewise.
10863 * gdb.base/solib2.c: Likewise.
10864 * gdb.base/structs.c: Likewise.
10865 * gdb.base/sum.c: Likewise.
10866 * gdb.base/vforked-prog.c: Likewise.
10867 * gdb.base/watchpoint.c: Likewise.
10868 * gdb.reverse/shr2.c: Likewise.
10869 * gdb.reverse/until-reverse.c: Likewise.
10870 * gdb.reverse/ur1.c: Likewise.
10871 * gdb.reverse/watch-reverse.c: Likewise.
10872
10873 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10874
10875 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10876 variant.
10877 * gdb.base/sepdebug.exp: Drop references to removed code.
10878
10879 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10880
10881 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10882 variant. Preserve original line numbering.
10883 * gdb.base/list1.c: Likewise.
10884
10885 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10886
10887 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10888 variant.
10889 * gdb.base/break1.c: Likewise.
10890 * gdb.base/break.exp: Drop references to removed code.
10891
10892 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10893
10894 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10895 variant.
10896
10897 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10898
10899 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10900
10901 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10902
10903 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10904 logic into perform_all_tests() and invoke it with and without
10905 function header prototypes.
10906 (do_function_calls): Remove conditional XFAIL for PR 5318.
10907 (rerun_and_prepare): Remove duplicate code.
10908 (perform_all_tests): New. Main logic moved here.
10909
10910 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10911
10912 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10913 code guarded by #ifdef NO_PROTOTYPES.
10914 (t_double_many_args): Likewise.
10915 (DEF_FUNC_MANY_ARGS_1): Likewise.
10916 (DEF_FUNC_VALUES_1): Likewise.
10917 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10918 guarded by #ifdef PROTOTYPES.
10919
10920 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10921
10922 * gdb.mi/mi-console.c: Add eye-catcher.
10923 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10924 instead of literal line number.
10925
10926 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10927
10928 * gdb.base/shr2.c: Add eye-catcher.
10929 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10930 line number.
10931
10932 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10933
10934 * gdb.base/jump.c: Add eye-catchers.
10935 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10936 numbers.
10937
10938 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10939
10940 * gdb.base/execd-prog.c: Add eye-catchers.
10941 * gdb.base/foll-exec.c: Likewise.
10942 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10943 line numbers.
10944
10945 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10946
10947 * gdb.base/ending-run.c: Add eye-catchers.
10948 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10949 literal line numbers.
10950
10951 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10952
10953 * gdb.base/call-rt-st.c: Add eye-catchers.
10954 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10955 literal line numbers.
10956
10957 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10958
10959 * gdb.base/call-ar-st.c: Add eye-catchers.
10960 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10961 literal line numbers.
10962
10963 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10964
10965 * gdb.base/average.c: Add eye-catchers.
10966 * gdb.base/sum.c: Likewise.
10967 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10968 regexps dynamically.
10969
10970 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10971
10972 * gdb.base/solib1.c: Add eye-catchers.
10973 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10974 literal line numbers.
10975
10976 2014-11-12 Pedro Alves <palves@redhat.com>
10977
10978 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10979 leader has exited.
10980
10981 2014-11-12 Pedro Alves <palves@redhat.com>
10982
10983 * gdb.arch/i386-bp_permanent.c: New file.
10984 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10985 (srcfile): Set to i386-bp_permanent.c.
10986 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10987 that stepi does not execute the 'leave' instruction, instead of
10988 testing it does execute.
10989 * gdb.base/bp-permanent.c: New file.
10990 * gdb.base/bp-permanent.exp: New file.
10991
10992 2014-11-10 Doug Evans <xdje42@gmail.com>
10993
10994 PR symtab/17564
10995 * gdb.base/symtab-search-order.exp: New file.
10996 * gdb.base/symtab-search-order.c: New file.
10997 * gdb.base/symtab-search-order-1.c: New file.
10998 * gdb.base/symtab-search-order-shlib-1.c: New file.
10999
11000 2014-11-07 Pedro Alves <palves@redhat.com>
11001
11002 PR gdb/17511
11003 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11004 i?86-*-linux*.
11005
11006 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11007
11008 PR c++/17494
11009 * gdb.cp/pr17494.cc: New file.
11010 * gdb.cp/pr17494.exp: New file.
11011
11012 2014-11-02 Yao Qi <yao@codesourcery.com>
11013
11014 * gdb.python/python.exp: Get working directory and match the
11015 output of "set extended-prompt \\w " with it.
11016
11017 2014-10-30 Doug Evans <dje@google.com>
11018
11019 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11020 in objfiles.
11021 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11022 in progspaces.
11023
11024 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11025
11026 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11027 * gdb.base/realname-expand.exp: Likewise.
11028 * gdb.linespec/macro-relative.exp: Likewise.
11029
11030 2014-10-29 Pedro Alves <palves@redhat.com>
11031
11032 PR gdb/17408
11033 * gdb.threads/schedlock.c (some_function): New function.
11034 (call_function): New global.
11035 (MAYBE_CALL_SOME_FUNCTION): New macro.
11036 (thread_function): Call it.
11037 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11038 and use it instead of a global counter. Adjust all callers.
11039 (get_current_thread): Use "find current thread" for test message
11040 here rather than having all callers pass down the same string.
11041 (goto_loop): New procedure, factored out from ...
11042 (my_continue): ... this.
11043 (step_ten_loops): Change parameter from test message to command to
11044 use. Adjust.
11045 (list_count): Delete global.
11046 (check_result): New procedure, factored out from duplicate top
11047 level code.
11048 (continue tests): Wrap in with_test_prefix.
11049 (test_step): New procedure, factored out from duplicate top level
11050 code.
11051 (top level): Test "step" in combination with all scheduler-locking
11052 modes. Test "next" in combination with all scheduler-locking
11053 modes, and in combination with stepping over a function call or
11054 not.
11055 * gdb.threads/next-bp-other-thread.c: New file.
11056 * gdb.threads/next-bp-other-thread.exp: New file.
11057
11058 2014-10-29 Pedro Alves <palves@redhat.com>
11059
11060 PR python/17372
11061 * gdb.python/python.exp: Test a multi-line command that spawns
11062 interactive Python.
11063 * gdb.base/multi-line-starts-subshell.exp: New file.
11064
11065 2014-10-29 Yao Qi <yao@codesourcery.com>
11066
11067 * gdb.base/fileio.exp: Make directories on host.
11068
11069 2014-10-29 Yao Qi <yao@codesourcery.com>
11070
11071 * gdb.base/fileio.c (test_write): Close the file.
11072
11073 2014-10-28 Pedro Alves <palves@redhat.com>
11074
11075 PR gdb/12623
11076 * gdb.base/sigstep.c (no_handler): New global.
11077 (main): If 'no_handler is true, set the signal handlers to
11078 SIG_IGN.
11079 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11080 with_sw_watch and no_handler parameters. Handle them.
11081 (top level) <stepping over handler when stopped at a breakpoint
11082 test>: Add a test axis for testing with a software watchpoint, and
11083 another for testing with the signal handler set to SIG_IGN.
11084 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11085 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11086
11087 2014-10-28 Pedro Alves <palves@redhat.com>
11088
11089 PR gdb/17511
11090 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11091 * gdb.base/sigstep.exp (other_handler_location): New global.
11092 (advance): Support stepping into the signal handler, and running
11093 commands while in the handler.
11094 (in_handler_map): New global.
11095 (top level): In the advance test, add combinations for getting
11096 into the handler with stepping commands, and for running commands
11097 in the handler. Add comment descripting the advancei tests.
11098
11099 2014-10-28 Pedro Alves <palves@redhat.com>
11100
11101 * gdb.base/sigstep.exp: Use build_executable instead of
11102 prepare_for_testing.
11103 (top level): Move code that starts GDB, runs to main and creates a
11104 display to ...
11105 (restart): ... this new procedure.
11106 (top level): Move backtrace from signal handler test to ...
11107 (validate_backtrace): ... this new procedure.
11108 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11109 with_test_prefix. Always restart GDB.
11110 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11111 with_test_prefix. Always restart GDB. No need to delete
11112 breakpoints after the test.
11113 (test_skip_handler): Remove prefix parameter.
11114 (skip_over_handler, breakpoint_to_handler)
11115 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11116 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11117 restart GDB. No need to delete breakpoints after the test.
11118 (top level): Use foreach to call the test procedures with
11119 different commands.
11120
11121 2014-10-28 Pedro Alves <palves@redhat.com>
11122
11123 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11124 instead of GNATS numbers.
11125 * gdb.base/sigbpt.exp: Likewise.
11126 * gdb.base/siginfo.exp: Likewise.
11127 * gdb.base/sigstep.exp: Likewise.
11128
11129 2014-10-27 Pedro Alves <palves@redhat.com>
11130
11131 * gdb.base/sigstep.c (dummy): New global.
11132 (main): Issue a couple writes to the new global.
11133 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11134 procedures.
11135 (skip_over_handler): Use test_skip_handler.
11136 (top level): Call skip_over_handler for stepi and nexti too.
11137 (breakpoint_over_handler): Use test_skip_handler.
11138 (top level): Call breakpoint_over_handler for stepi and nexti too.
11139
11140 2014-10-27 Yao Qi <yao@codesourcery.com>
11141
11142 * gdb.trace/tfile.c (adjust_function_address)
11143 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11144 function descriptor.
11145
11146 2014-10-24 Don Breazeal <donb@codesourcery.com>
11147
11148 * gdb.base/foll-fork.exp (test_follow_fork,
11149 catch_fork_child_follow): Check for updated fork messages emitted
11150 from infrun.c.
11151 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11152 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11153 vfork_and_exec_child_follow_through_step): Check for updated vfork
11154 messages emitted from infrun.c.
11155
11156 2014-10-24 Pedro Alves <palves@redhat.com>
11157
11158 * gdb.base/corefile.exp: Remove references to ultrix.
11159 * gdb.base/interrupt.exp: Likewise.
11160 * gdb.base/whatis.exp: Likewise.
11161 * gdb.gdb/selftest.exp: Likewise.
11162 * gdb.threads/manythreads.exp: Likewise.
11163 * gdb.threads/print-threads.exp: Likewise.
11164 * gdb.threads/pthreads.exp:: Likewise.
11165 * gdb.threads/schedlock.exp: Likewise.
11166
11167 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11168
11169 * gdb.cp/non-trivial-retval.cc: Add a test case.
11170 * gdb.cp/non-trivial-retval.exp: Add a test.
11171
11172 2014-10-20 Yao Qi <yao@codesourcery.com>
11173
11174 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11175 * gdb.python/py-objfile-script-gdb.py: New file.
11176 * gdb.python/py-objfile-script.exp: Update reference to
11177 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11178 of remote_download. Remove the dest file.
11179
11180 2014-10-20 Yao Qi <yao@codesourcery.com>
11181
11182 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11183 * gdb.base/step-line.exp: Likewise.
11184 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11185 * gdb.dwarf2/dw2-basic.exp: Likewise.
11186 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11187 * gdb.dwarf2/dw2-filename.exp: Likewise.
11188 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11189 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11190 * gdb.dwarf2/dw2-producer.exp: Likewise.
11191 * gdb.dwarf2/mac-fileno.exp: Likewise.
11192 * gdb.python/py-frame-args.exp: Likewise.
11193 * gdb.python/py-framefilter.exp: Likewise.
11194 * gdb.python/py-mi.exp: Likewise.
11195 * gdb.python/py-objfile-script.exp: Likewise
11196 * gdb.python/py-pp-integral.exp: Likewise.
11197 * gdb.python/py-pp-re-notag.exp: Likewise.
11198 * gdb.python/py-prettyprint.exp: Likewise.
11199 * gdb.python/py-section-script.exp: Likewise.
11200 * gdb.python/py-typeprint.exp: Likewise.
11201 * gdb.python/py-xmethods.exp: Likewise.
11202 * gdb.stabs/weird.exp: Likewise.
11203 * gdb.xml/tdesc-regs.exp: Likewise.
11204
11205 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11206
11207 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11208 (out_cu): Use addr_len for the size of addresses.
11209 (out_line): Likewise. Size DW_LNE_set_address instruction
11210 according to addr_len.
11211 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11212 (FUNC): Add START_INSNS to definition.
11213
11214 2014-10-18 Yao Qi <yao@codesourcery.com>
11215
11216 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11217 gdb_has_argv0 return true.
11218 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11219 check [target_info exists noargs], check [gdb_has_argv0]
11220 instead.
11221 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11222 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11223 procedures.
11224
11225 2014-10-17 Doug Evans <dje@google.com>
11226
11227 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11228 event.
11229 * gdb.python/py-events.py: Add clear_objfiles event.
11230
11231 2014-10-17 Doug Evans <dje@google.com>
11232
11233 * gdb.python/py-objfile.exp: Test progspace attribute.
11234
11235 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11236
11237 * gdb.guile/scm-breakpoint.exp: Do not assume any
11238 directory separators when matching source file paths.
11239 * gdb.python/py-breakpoint.exp: Likewise.
11240 * gdb.reverse/break-precsave.exp: Likewise.
11241 * gdb.reverse/break-reverse.exp: Likewise.
11242 * gdb.reverse/consecutive-precsave.exp: Likewise.
11243 * gdb.reverse/finish-precsave.exp: Likewise.
11244 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11245 * gdb.reverse/finish-reverse.exp: Likewise.
11246 * gdb.reverse/i386-precsave.exp: Likewise.
11247 * gdb.reverse/i387-env-reverse.exp: Likewise.
11248 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11249 * gdb.reverse/machinestate-precsave.exp: Likewise.
11250 * gdb.reverse/machinestate.exp: Likewise.
11251 * gdb.reverse/sigall-precsave.exp: Likewise.
11252 * gdb.reverse/solib-precsave.exp: Likewise.
11253 * gdb.reverse/step-precsave.exp: Likewise.
11254 * gdb.reverse/until-precsave.exp: Likewise.
11255 * gdb.reverse/watch-precsave.exp: Likewise.
11256 * gdb.reverse/watch-reverse.exp: Likewise.
11257
11258 2014-10-17 Yao Qi <yao@codesourcery.com>
11259
11260 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11261 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11262
11263 2014-10-17 Pedro Alves <palves@redhat.com>
11264
11265 PR gdb/17471
11266 * gdb.base/bg-execution-repeat.c: New file.
11267 * gdb.base/bg-execution-repeat.exp: New file.
11268
11269 2014-10-17 Pedro Alves <palves@redhat.com>
11270
11271 PR gdb/17300
11272 * gdb.base/continue-all-already-running.c: New file.
11273 * gdb.base/continue-all-already-running.exp: New file.
11274
11275 2014-10-17 Pedro Alves <palves@redhat.com>
11276
11277 PR gdb/17472
11278 * gdb.base/annota-input-while-running.c: New file.
11279 * gdb.base/annota-input-while-running.exp: New file.
11280
11281 2014-10-17 Pedro Alves <palves@redhat.com>
11282
11283 * gdb.base/callfuncs.exp: emove references to osf.
11284 * gdb.base/sigall.exp: Likewise.
11285 * gdb.gdb/selftest.exp: Likewise.
11286 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11287 * gdb.mi/non-stop.c: Likewise.
11288 * gdb.mi/pthreads.c: Likewise.
11289 * gdb.reverse/sigall-precsave.exp: Likewise.
11290 * gdb.reverse/sigall-reverse.exp: Likewise.
11291 * gdb.threads/pthreads.c: Likewise.
11292 * gdb.threads/pthreads.exp: Likewise.
11293
11294 2014-10-17 Yao Qi <yao@codesourcery.com>
11295
11296 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11297 check 'target_info exists noargs'.
11298 (test_command_prompt_position): Likewise.
11299 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11300 Remove "set args".
11301 (progvar_simple_while_test): Likewise.
11302 (progvar_complex_if_while_test): Likewise.
11303 (if_while_breakpoint_command_test): Likewise.
11304 (infrun_breakpoint_command_test): Likewise.
11305 (breakpoint_command_test): Likewise.
11306 (watchpoint_command_test): Likewise.
11307 (bp_deleted_in_command_test): Likewise.
11308 (temporary_breakpoint_commands): Likewise.
11309
11310 2014-10-16 Yao Qi <yao@codesourcery.com>
11311
11312 * gdb.base/remotetimeout.exp: Remove noargs checking.
11313
11314 2014-10-15 Pedro Alves <palves@redhat.com>
11315
11316 PR breakpoints/9649
11317 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11318 * gdb.base/breakpoint-in-ro-region.exp
11319 (probe_target_hardware_step): New procedure.
11320 (top level): Probe hardware stepping and hardware breakpoint
11321 support. Test stepping through a read-only region, with both
11322 "breakpoint auto-hw" on and off and both "always-inserted" on and
11323 off.
11324
11325 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11326
11327 * gdb.dlang/demangle.exp: Update for demangling changes.
11328
11329 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11330
11331 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11332 * gdb.cp/non-trivial-retval.exp: Add new tests.
11333
11334 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11335
11336 PR c++/13403
11337 PR c++/15154
11338 * gdb.cp/non-trivial-retval.cc: New file.
11339 * gdb.cp/non-trivial-retval.exp: New file.
11340
11341 2014-10-15 Yao Qi <yao@codesourcery.com>
11342
11343 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11344 remote host.
11345
11346 2014-10-15 Yao Qi <yao@codesourcery.com>
11347
11348 * gdb.python/py-symbol.exp: Match file base name if host is
11349 remote, otherwise match file name with dir name.
11350 * gdb.python/py-symtab.exp: Likewise.
11351 * gdb.python/python.exp: Likewise.
11352
11353 2014-10-15 Yao Qi <yao@codesourcery.com>
11354
11355 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11356 pattern.
11357 * gdb.python/py-symtab.exp: Likewise.
11358 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11359 locationn.
11360
11361 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11362
11363 * gdb.ada/addr_arith: New testcase.
11364
11365 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11366
11367 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11368 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11369 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11370 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11371
11372 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11373
11374 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11375 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11376 * gdb.arch/stap-eval-lang-ada.exp: New file.
11377
11378 2014-10-14 Yao Qi <yao@codesourcery.com>
11379
11380 * gdb.mi/mi-var-child.c (nothing1): New function.
11381 (nothing2): New function.
11382 (do_children_tests): Set function pointers by nothing1 and
11383 nothing2.
11384 * gdb.mi/mi-var-child.exp: Step over new added statements.
11385 Update test to match the new output.
11386 * gdb.mi/var-cmd.c (nothing1): New function.
11387 (nothing2): New function.
11388 (do_children_tests): Set function pointers by nothing1 and
11389 nothing2.
11390 * gdb.mi/mi-var-display.exp: Update test to match output.
11391 Step to the line specified by $line_dct_nothing.
11392 Increase the number of lines to step.
11393
11394 2014-10-14 Yao Qi <yao@codesourcery.com>
11395
11396 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11397 tests.
11398 * gdb.mi/mi2-var-child.exp: Likewise.
11399
11400 2014-10-13 Doug Evans <dje@google.com>
11401
11402 * gdb.python/py-objfile.exp: Change name of file name test.
11403
11404 2014-10-13 Doug Evans <dje@google.com>
11405
11406 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11407 from the start of the CU.
11408
11409 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11410 Yao Qi <yao@codesourcery.com>
11411
11412 Fix "save breakpoints" for "catch" command.
11413 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11414 Remove -nonewline. Match also the added "main" line.
11415
11416 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11417
11418 Fix "save breakpoints" for "disable $bpnum" command.
11419 * gdb.base/save-bp.c (main): Add label.
11420 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11421
11422 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11423
11424 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11425
11426 2014-10-11 Yao Qi <yao@codesourcery.com>
11427
11428 * gdb.server/server-kill.exp: Execute command
11429 "set remote trace-status-packet on" before "tstatus".
11430
11431 2014-10-11 Yao Qi <yao@codesourcery.com>
11432
11433 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11434 (main): Call getppid.
11435 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11436 and continue to it. Read variable "server_pid".
11437
11438 2014-10-11 Yao Qi <yao@codesourcery.com>
11439
11440 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11441
11442 2014-10-11 Yao Qi <yao@codesourcery.com>
11443
11444 * gdb.threads/thread-find.exp: Don't execute command
11445 "info threads".
11446 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11447 * gdb.threads/linux-dp.exp: Don't check the condition
11448 $threads_created equals to zero.
11449
11450 2014-10-10 Pedro Alves <palves@redhat.com>
11451
11452 * gdb.base/bigcore.exp: Remove references to IRIX.
11453 * gdb.base/funcargs.exp: Likewise.
11454 * gdb.base/interrupt.exp: Likewise.
11455 * gdb.base/mips_pro.exp: Likewise.
11456 * gdb.base/nodebug.exp: Likewise.
11457 * gdb.base/setvar.exp: Likewise.
11458 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11459
11460 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11461 Pedro Alves <palves@redhat.com>
11462
11463 PR symtab/14466
11464 * gdb.base/vdso-warning.c: New file.
11465 * gdb.base/vdso-warning.exp: New file.
11466
11467 2014-10-02 Doug Evans <dje@google.com>
11468
11469 * gdb.base/structs.c (main): Don't run forever.
11470
11471 2014-10-02 Pedro Alves <palves@redhat.com>
11472
11473 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11474 (top level) <stop threads 1, stop threads 2>: Use it.
11475
11476 2014-10-02 Pedro Alves <palves@redhat.com>
11477
11478 * gdb.threads/break-while-running.exp (test): Add new
11479 'update_thread_list' argument. Skip "info threads" if false.
11480 (top level): Add new 'update_thread_list' axis.
11481
11482 2014-10-02 Pedro Alves <palves@redhat.com>
11483
11484 PR breakpoints/17431
11485 * gdb.base/execl-update-breakpoints.c: New file.
11486 * gdb.base/execl-update-breakpoints.exp: New file.
11487
11488 2014-10-01 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.base/breakpoint-in-ro-region.c: New file.
11491 * gdb.base/breakpoint-in-ro-region.exp: New file.
11492
11493 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11494
11495 * gdb.mi/mi-exit-code.exp: New file.
11496 * gdb.mi/mi-exit-code.c: New file.
11497
11498 2014-09-30 Yao Qi <yao@codesourcery.com>
11499
11500 * lib/prelink-support.exp (build_executable_own_libs): Error if
11501 the target isn't native.
11502
11503 2014-09-30 Yao Qi <yao@codesourcery.com>
11504
11505 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11506 false.
11507
11508 2014-09-22 Pedro Alves <palves@redhat.com>
11509
11510 * gdb.threads/break-while-running.exp: New file.
11511 * gdb.threads/break-while-running.c: New file.
11512
11513 2014-09-19 Yao Qi <yao@codesourcery.com>
11514
11515 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11516 Invoke test. Restart GDB with --readnow and invoke test again.
11517
11518 2014-09-19 Yao Qi <yao@codesourcery.com>
11519
11520 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11521 proc set_breakpoint_on_gcd_function. Invoke
11522 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11523 invoke set_breakpoint_on_gcd_function again.
11524
11525 2014-09-18 Doug Evans <dje@google.com>
11526
11527 * gdb.dwarf2/symtab-producer.exp: New file.
11528
11529 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11530
11531 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11532 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11533 * gdb.base/global-var-nested-by-dso.c: Likewise.
11534 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11535
11536 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11537 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.base/watch-bitfields.exp: Pass string other than test file
11540 name to prepare_for_testing.
11541 (watch): New procedure.
11542 (expect_watchpoint): Use with_test_prefix.
11543 (top level): Factor out tests to ...
11544 (test_watch_location, test_regular_watch): ... these new
11545 procedures, and use with_test_prefix and gdb_continue_to_end.
11546
11547 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11548
11549 PR breakpoints/12526
11550 * gdb.base/watch-bitfields.exp: New file.
11551 * gdb.base/watch-bitfields.c: New file.
11552
11553 2014-09-16 Pedro Alves <palves@redhat.com>
11554
11555 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11556 software and hardware addresses, not software address against
11557 itself.
11558
11559 2014-09-16 Pedro Alves <palves@redhat.com>
11560
11561 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11562 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11563
11564 2014-09-16 Pedro Alves <palves@redhat.com>
11565
11566 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11567 files.
11568 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11569 "*-*-vxworks*" throughout.
11570 * gdb.base/break.exp: Likewise.
11571 * gdb.base/default.exp: Likewise.
11572 * gdb.base/scope.exp: Likewise.
11573 * gdb.base/sepdebug.exp: Likewise.
11574 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11575 throughout.
11576 * gdb.base/run.c: Likewise.
11577 * gdb.base/sepdebug.c: Likewise.
11578 * gdb.hp/gdb.aCC/run.c: Likewise.
11579 * gdb.reverse/until-reverse.c: Likewise.
11580 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11581
11582 2014-09-16 Yao Qi <yao@codesourcery.com>
11583
11584 * boards/local-remote-host-native.exp: New file.
11585
11586 2014-09-14 Doug Evans <xdje42@gmail.com>
11587
11588 * gdb.threads/queue-signal.c (thread_count): New variable.
11589 (thread_count_mutex, thread_count_condvar): New variables.
11590 (incr_thread_count, wait_all_threads_running): New functions.
11591 (main): Wait for all threads to be in their thread functions.
11592
11593 2014-09-13 Doug Evans <xdje42@gmail.com>
11594
11595 * gdb.threads/queue-signal.c: New file.
11596 * gdb.threads/queue-signal.exp: New file.
11597
11598 2014-09-13 Doug Evans <xdje42@gmail.com>
11599
11600 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11601 be consistent with what default_gdb_init uses.
11602 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11603 the plain text of the prompt. Add some logging printfs.
11604 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11605
11606 2014-09-12 Pedro Alves <palves@redhat.com>
11607
11608 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11609 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11610 * gdb.arch/i386-size-overlap.exp: Likewise.
11611 * gdb.arch/i386-size.exp: Likewise.
11612 * gdb.arch/i386-unwind.exp: Likewise.
11613 * gdb.base/a2-run.exp: Likewise.
11614 * gdb.base/break.exp: Likewise.
11615 * gdb.base/charset.exp: Likewise.
11616 * gdb.base/chng-syms.exp: Likewise.
11617 * gdb.base/commands.exp: Likewise.
11618 * gdb.base/dbx.exp: Likewise.
11619 * gdb.base/find.exp: Likewise.
11620 * gdb.base/funcargs.exp: Likewise.
11621 * gdb.base/jit-simple.exp: Likewise.
11622 * gdb.base/reread.exp: Likewise.
11623 * gdb.base/sepdebug.exp: Likewise.
11624 * gdb.base/step-bt.exp: Likewise.
11625 * gdb.cp/mb-inline.exp: Likewise.
11626 * gdb.cp/mb-templates.exp: Likewise.
11627 * gdb.objc/basicclass.exp: Likewise.
11628 * gdb.threads/killed.exp: Likewise.
11629
11630 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11631
11632 PR tdep/17379
11633 * gdb.arch/powerpc-stackless.S: New file.
11634 * gdb.arch/powerpc-stackless.exp: New file.
11635
11636 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11637
11638 * gdb.base/attach.c: Include unistd.h.
11639 (main): Call alarm. Add label postloop.
11640 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11641 gdb_breakpoint, gdb_continue_to_breakpoint.
11642 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11643
11644 2014-09-11 Pedro Alves <palves@redhat.com>
11645
11646 PR gdb/17347
11647 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11648 * gdb.base/attach.exp (test_command_line_attach_run): New
11649 procedure.
11650 (top level): Call it.
11651
11652 2014-09-11 Pedro Alves <palves@redhat.com>
11653
11654 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11655 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11656 (do_command_attach_tests): Use spawn_wait_for_attach.
11657 * gdb.base/solib-overlap.exp: Likewise.
11658 * gdb.multi/multi-attach.exp: Likewise.
11659 * gdb.python/py-prompt.exp: Likewise.
11660 * gdb.python/py-sync-interp.exp: Likewise.
11661 * gdb.server/ext-attach.exp: Likewise.
11662
11663 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11664
11665 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11666 command in testcase. Simplify testcase.
11667
11668 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11669
11670 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11671
11672 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11673
11674 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11675
11676 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11677
11678 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11679
11680 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11681
11682 * gdb.dwarf2/dynarr-ptr.c: New file.
11683 * gdb.dwarf2/dynarr-ptr.exp: New file.
11684
11685 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11686
11687 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11688 of 30 rather than hardcoding 120 for a slow test case. Take the
11689 `gdb,timeout' target setting into account for this calculation.
11690 Don't extend the timeout for the test cases that don't need it.
11691
11692 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11693
11694 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11695 a factor of 2 for a slow test case. Take the `gdb,timeout'
11696 target setting into account for this calculation.
11697 * gdb.reverse/until-precsave.exp: Increase the timeout by
11698 a factor of 15 and 3 respectively rather than adding 120
11699 for a pair of slow test cases. Take the `gdb,timeout'
11700 target setting into account for this calculation.
11701
11702 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11703
11704 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11705 timeout, don't pass one down to gdb_expect.
11706 (gdb_expect): Rework timeout selection.
11707
11708 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11709
11710 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11711 exception on timeout.
11712 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11713 (gdbserver_start_extended): Catch any `gdbserver_start' error
11714 exceptions.
11715 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11716 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11717 `gdbserver_gdb_load' error exceptions.
11718
11719 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11720
11721 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11722 120 on waiting for the TCP socket to open.
11723
11724 2014-09-09 Doug Evans <xdje42@gmail.com>
11725
11726 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11727 _caller_matches, _any_caller_is, _any_caller_matches.
11728
11729 2014-09-09 Doug Evans <xdje42@gmail.com>
11730
11731 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11732
11733 2014-09-09 Yao Qi <yao@codesourcery.com>
11734
11735 * gdb.mi/mi-var-display.exp: Set print symbol off.
11736
11737 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11738
11739 PR gdb/17035
11740 * gdb.base/commands.exp: Add tests to verify user-defined
11741 commands with empty bodies.
11742 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11743 python commands in `show user command`.
11744 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11745 scheme commands in `show user command`.
11746
11747 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11748
11749 PR python/17355
11750 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11751 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11752 * gdb.python/py-framefilter-invalidarg.exp: New file.
11753 * gdb.python/py-framefilter-invalidarg.py: New file.
11754
11755 2014-09-06 Doug Evans <xdje42@gmail.com>
11756
11757 PR 15276
11758 * gdb.python/py-caller-is.c: New file.
11759 * gdb.python/py-caller-is.exp: New file.
11760
11761 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11762
11763 PR gdb/17235
11764 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11765 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11766
11767 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11768
11769 PR fortran/17237
11770 * gdb.fortran/print-formatted.exp: New file.
11771 * gdb.fortran/print-formatted.f90: Likewise.
11772
11773 2014-09-03 Sasha Smundak <asmundak@google.com>
11774
11775 * gdb.python/py-frame.exp: Test Frame.read_register.
11776
11777 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11778
11779 PR python/16699
11780 * gdb.python/py-completion.exp: New file.
11781 * gdb.python/py-completion.py: Likewise.
11782
11783 2014-08-28 Doug Evans <dje@google.com>
11784
11785 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11786 eax,etc. are live with values set by gdb and thus the compiler can't
11787 use them.
11788 * gdb.arch/i386-pseudo.c (main): Ditto.
11789
11790 2014-08-27 Doug Evans <dje@google.com>
11791
11792 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11793
11794 2014-08-25 Doug Evans <dje@google.com>
11795
11796 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11797 (main): Ditto.
11798
11799 2014-08-25 Doug Evans <dje@google.com>
11800
11801 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11802
11803 2014-08-24 Yao Qi <yao@codesourcery.com>
11804
11805 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11806 symbol off.
11807 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11808
11809 2014-08-22 Doug Evans <dje@google.com>
11810
11811 PR 17276
11812 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11813 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11814 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11815
11816 2014-08-22 Yao Qi <yao@codesourcery.com>
11817
11818 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11819 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11820 * gdb.python/python.exp: Likewise. Use .py file on the host
11821 instead of the build.
11822
11823 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11824
11825 * gdb.threads/gcore-stale-thread.c: New file.
11826 * gdb.threads/gcore-stale-thread.exp: New file.
11827
11828 2014-08-21 Pedro Alves <palves@redhat.com>
11829
11830 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11831 * gdb.base/gcore-relro-pie.exp: Likewise.
11832 * gdb.base/gcore-relro.exp: Likewise.
11833 * gdb.base/gcore.exp: Likewise.
11834 * gdb.base/print-symbol-loading.exp: Likewise.
11835 * gdb.threads/gcore-thread.exp: Likewise.
11836 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11837
11838 2014-08-20 Pedro Alves <palves@redhat.com>
11839 Jan Kratochvil <jan.kratochvil@redhat.com>
11840
11841 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11842 configure.
11843 (EXPECT): Handle READ1 being set.
11844 (all): Depend on EXTRA_RULES.
11845 (check-read1, expect-read1, read1.so, read1): New rules.
11846 * README (Testsuite Parameters): Document the READ1 make variable.
11847 (Race detection): New section.
11848 * configure: Regenerate.
11849 * configure.ac: If build==host==target, and running under a
11850 GNU/glibc system, add read1 to the extra Makefile rules.
11851 (EXTRA_RULES): AC_SUBST it.
11852 * lib/read1.c: New file.
11853
11854 2014-08-20 Joel Brobecker <brobecker@adacore.com>
11855
11856 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11857 the handling of variables declared as a typedef to an array
11858 which a DW_AT_data_location attribute.
11859
11860 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
11861 Pedro Alves <palves@redhat.com>
11862
11863 PR symtab/14604
11864 PR symtab/14605
11865 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11866 gdb_test.
11867
11868 2014-08-19 Pedro Alves <palves@redhat.com>
11869
11870 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11871
11872 2014-08-19 Yao Qi <yao@codesourcery.com>
11873
11874 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11875 right line.
11876
11877 2014-08-18 David Blaikie <dblaikie@gmail.com>
11878
11879 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11880
11881 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11882
11883 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11884 attribute in array range.
11885
11886 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11887
11888 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11889
11890 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11891
11892 PR c++/17132
11893 * gdb.cp/pr17132.cc: New file.
11894 * gdb.cp/pr17132.exp: New file.
11895
11896 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11897
11898 * gdb.python/py-xmethods.py (A_getarrayind)
11899 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11900 Use 'print' with function call syntax.
11901 (E_method_matcher.match): Fix tab vs space indentation mixup.
11902
11903 2014-08-15 Yao Qi <yao@codesourcery.com>
11904
11905 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11906 false.
11907
11908 2014-08-15 Yao Qi <yao@codesourcery.com>
11909
11910 * gdb.cp/casts.exp: Set print symbol off.
11911 * gdb.cp/class2.exp: Likewise.
11912 * gdb.cp/overload.exp: Likewise.
11913 * gdb.cp/templates.exp: Likewise.
11914
11915 2014-08-11 Doug Evans <dje@google.com>
11916
11917 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11918 (test_load_shlib): Update.
11919
11920 2014-08-09 Yao Qi <yao@codesourcery.com>
11921
11922 * gdb.base/display.exp: Invoke is_address_zero_readable.
11923 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11924 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11925 * gdb.base/hbreak-unmapped.exp: Return if
11926 is_address_zero_readable returns true.
11927 * gdb.base/signest.exp: Likewise.
11928 * gdb.base/signull.exp: Likewise.
11929 * gdb.base/sigbpt.exp: Likewise.
11930 * gdb.guile/scm-disasm.exp: Do the test if
11931 is_address_zero_readable returns false.
11932 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11933 * gdb.python/py-arch.exp: Likewise.
11934 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11935 * lib/gdb.exp (is_address_zero_readable): New proc.
11936
11937 2014-08-09 Yao Qi <yao@codesourcery.com>
11938
11939 PR testsuite/13443
11940 * gdb.mi/mi-var-display.exp: Make test messages unique.
11941
11942 2014-08-04 Tom Tromey <tromey@redhat.com>
11943
11944 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11945 target 0".
11946
11947 2014-08-04 Tom Tromey <tromey@redhat.com>
11948
11949 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11950 "target_resume".
11951
11952 2014-08-01 Joel Brobecker <brobecker@adacore.com>
11953
11954 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11955 inner_vla_struct_object_size.
11956 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11957 as xfail.
11958
11959 2014-07-30 Pedro Alves <palves@redhat.com>
11960
11961 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11962 comment.
11963
11964 2014-07-29 Yao Qi <yao@codesourcery.com>
11965
11966 PR gdb/17206
11967 * gdb.base/until-nodebug.exp: New.
11968
11969 2014-07-28 Doug Evans <xdje42@gmail.com>
11970
11971 PR guile/17203
11972 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11973 previously existing parameter, and previously ambiguously spelled
11974 parameter.
11975
11976 2014-07-28 Will Newton <will.newton@linaro.org>
11977
11978 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11979
11980 2014-07-26 Ludovic Courtès <ludo@gnu.org>
11981 Doug Evans <xdje42@gmail.com>
11982
11983 PR guile/17146
11984 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11985
11986 2014-07-25 Pedro Alves <palves@redhat.com>
11987
11988 * gdb.threads/signal-command-handle-nopass.c: New file.
11989 * gdb.threads/signal-command-handle-nopass.exp: New file.
11990 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11991 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11992 * gdb.threads/signal-delivered-right-thread.c: New file.
11993 * gdb.threads/signal-delivered-right-thread.exp: New file.
11994
11995 2014-07-25 Pedro Alves <palves@redhat.com>
11996
11997 * gdb.base/double-prompt-target-event-error.exp
11998 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11999 match.
12000 (cancel_pagination_in_target_event): Rework double prompt
12001 detection.
12002 * gdb.base/paginate-after-ctrl-c-running.exp
12003 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12004 <return>' match.
12005 * gdb.base/paginate-bg-execution.exp
12006 (test_bg_execution_pagination_return)
12007 (test_bg_execution_pagination_cancel): Remove '-notransfer
12008 <return>' matches.
12009 * gdb.base/paginate-execution-startup.exp
12010 (test_fg_execution_pagination_return)
12011 (test_fg_execution_pagination_cancel): Remove '-notransfer
12012 <return>' matches.
12013 * gdb.base/paginate-inferior-exit.exp
12014 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12015 match.
12016 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12017 * lib/gdb.exp (pagination_prompt): Run text through
12018 string_to_regexp.
12019 (gdb_test_multiple): Match $pagination_prompt instead of
12020 "<return>".
12021 (string_to_regexp): Move to lib/gdb-utils.exp.
12022
12023 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12024
12025 * gdb.arch/amd64-entry-value-paramref.S: New file.
12026 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12027 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12028 * gdb.arch/amd64-optimout-repeat.S: New file.
12029 * gdb.arch/amd64-optimout-repeat.c: New file.
12030 * gdb.arch/amd64-optimout-repeat.exp: New file.
12031
12032 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12033
12034 PR gdb/17170
12035 * gdb.base/statistics.exp: New file.
12036
12037 2014-07-17 Doug Evans <dje@google.com>
12038
12039 PR gdb/17170
12040 * gdb.base/maint.exp: Update testing of per-command stats.
12041
12042 2014-07-16 Pedro Alves <palves@redhat.com>
12043
12044 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12045 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12046 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12047 (tfile_write_buf): New functions.
12048 (add_memory_block): Rewrite using the above.
12049 (adjust_function_address): New function.
12050 (FUNCTION_ADDRESS): New macro.
12051 (write_basic_trace_file): Remove short_x local, and use
12052 tfile_write_16. Change type of func_addr local to unsigned long
12053 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12054 here. Cast argument of add_memory_block to char pointer.
12055 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12056 (main): Remove parameters.
12057 * gdb.trace/tfile.exp: Remove nowarnings.
12058
12059 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12060
12061 * gdb.base/debug-expr.exp: Test string evaluation with
12062 "debug expression" on.
12063
12064 2014-07-15 Pedro Alves <palves@redhat.com>
12065
12066 * gdb.base/reread.exp: Use clean_restart.
12067
12068 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12069
12070 * gdb.arch/avr-flash-qualifer.c: New.
12071 * gdb.arch/avr-flash-qualifer.exp: New.
12072
12073 2014-07-14 Pedro Alves <palves@redhat.com>
12074
12075 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12076 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12077
12078 2014-07-14 Pedro Alves <palves@redhat.com>
12079
12080 * gdb.base/double-prompt-target-event-error.c: New file.
12081 * gdb.base/double-prompt-target-event-error.exp: New file.
12082
12083 2014-07-14 Pedro Alves <palves@redhat.com>
12084
12085 PR gdb/17072
12086 * gdb.base/paginate-inferior-exit.c: New file.
12087 * gdb.base/paginate-inferior-exit.exp: New file.
12088
12089 2014-07-14 Pedro Alves <palves@redhat.com>
12090
12091 PR gdb/17072
12092 * gdb.base/paginate-bg-execution.c: New file.
12093 * gdb.base/paginate-bg-execution.exp: New file.
12094
12095 2014-07-14 Pedro Alves <palves@redhat.com>
12096
12097 PR gdb/17072
12098 * gdb.base/paginate-execution-startup.c: New file.
12099 * gdb.base/paginate-execution-startup.exp: New file.
12100 * lib/gdb.exp (pagination_prompt): New global.
12101 (default_gdb_spawn): New procedure, factored out from
12102 default_gdb_spawn.
12103 (default_gdb_start): Adjust to call default_gdb_spawn.
12104 (gdb_spawn): New procedure.
12105
12106 2014-07-14 Pedro Alves <palves@redhat.com>
12107
12108 * lib/gdb.exp (gdb_assert): New procedure.
12109 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12110
12111 2014-07-14 Pedro Alves <palves@redhat.com>
12112
12113 * gdb.base/execution-termios.c: New file.
12114 * gdb.base/execution-termios.exp: New file.
12115
12116 2014-07-14 Tom Tromey <tromey@redhat.com>
12117
12118 * gdb.cp/vla-cxx.cc: New file.
12119 * gdb.cp/vla-cxx.exp: New file.
12120
12121 2014-07-14 Tom Tromey <tromey@redhat.com>
12122
12123 * gdb.reverse/rerun-prec.c: New file.
12124 * gdb.reverse/rerun-prec.exp: New file.
12125
12126 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12127 Maciej W. Rozycki <macro@codesourcery.com>
12128
12129 * lib/gdb-utils.exp: New file.
12130 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12131 inline `gdb_init_command' processing.
12132 (gdb_start_cmd): Likewise.
12133 * lib/mi-support.exp (mi_run_cmd): Likewise.
12134 * README: Document `gdb_init_command' and `gdb_init_commands'.
12135
12136 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12137
12138 Fix false FAIL running under a very long directory name.
12139 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12140 and "set print elements 10000". Twice.
12141
12142 2014-07-11 Yao Qi <yao@codesourcery.com>
12143
12144 * gdb.base/exprs.exp: "set print symbol off".
12145
12146 2014-07-11 Pedro Alves <palves@redhat.com>
12147
12148 * gdb.threads/kill.c: New file.
12149 * gdb.threads/kill.exp: New file.
12150
12151 2014-07-10 Yao Qi <yao@codesourcery.com>
12152
12153 * gdb.trace/tfile.c (write_basic_trace_file)
12154 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12155 address written to trace file.
12156
12157 2014-07-09 Pedro Alves <palves@redhat.com>
12158
12159 * gdb.base/attach-wait-input.exp: New file.
12160 * gdb.base/attach-wait-input.c: New file.
12161
12162 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12163
12164 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12165 setting up test structures.
12166 (main): Call new test function.
12167 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12168 test function, continue into test function and walk test
12169 structures.
12170
12171 2014-07-02 Yao Qi <yao@codesourcery.com>
12172
12173 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12174 'bar_start' at the beginning of functions 'foo' and 'bar'
12175 respectively.
12176 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12177 instead of 'foo' and 'bar'.
12178
12179 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12180
12181 * gdb.btrace/segv.exp: New.
12182 * gdb.btrace/segv.c: New.
12183
12184 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12185
12186 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12187 instruction.
12188
12189 2014-06-30 Mark Wielaard <mjw@redhat.com>
12190
12191 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12192 vulture, vilify, villar): New volatile array constants.
12193 (vindictive, vegetation): New const volatile array constants.
12194 * gdb.base/volatile.exp: Test volatile and const volatile array
12195 types.
12196
12197 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12198
12199 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12200 target lacks support for awatch, rwatch, or hbreak.
12201
12202 2014-06-27 Yao Qi <yao@codesourcery.com>
12203
12204 * gdb.multi/dummy-frame-restore.exp: New.
12205 * gdb.multi/dummy-frame-restore.c: New.
12206
12207 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12208
12209 * gdb.btrace/gcore.exp: New.
12210
12211 2014-06-23 Pedro Alves <palves@redhat.com>
12212
12213 * gdb.base/watchpoint-reuse-slot.c: New file.
12214 * gdb.base/watchpoint-reuse-slot.exp: New file.
12215
12216 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12217
12218 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12219 progspace's filename in 'info', 'enable' and 'disable' command
12220 tests.
12221
12222 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12223
12224 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12225 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12226 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12227
12228 2014-06-20 Gary Benson <gbenson@redhat.com>
12229
12230 * gdb.arch/i386-avx.exp: Fix include file location.
12231 * gdb.arch/i386-sse.exp: Likewise.
12232
12233 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12234
12235 * gdb.dlang/expression.exp: New file.
12236
12237 2014-06-19 Pedro Alves <palves@redhat.com>
12238
12239 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12240 out from ...
12241 (top level): ... here. Iterate running tests under different
12242 scheduler-locking settings.
12243
12244 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12245
12246 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12247 to DW_FORM_addr and use non-zero addresses.
12248
12249 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12250
12251 PR gdb/17017
12252 * gdb.python/py-xmethods.cc: Add global function call counters and
12253 increment them in their respective functions. Remove "cout"
12254 statements.
12255 * gdb.python/py-xmethods.exp: Make tests check the global function
12256 call counters instead of depending on inferior IO.
12257
12258 2014-06-18 Don Breazeal <donb@codesourcery.com>
12259
12260 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12261 Deleted procedure.
12262 (explicit_fork_parent_follow): Deleted procedure.
12263 (explicit_fork_child_follow): Deleted procedure.
12264 (test_follow_fork): New procedure.
12265 (do_fork_tests): Replace calls to deleted procedures with
12266 calls to test_follow_fork and reset GDB for subsequent
12267 procedure calls.
12268
12269 2014-06-17 Yao Qi <yao@codesourcery.com>
12270
12271 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12272 CP1252.
12273
12274 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12275
12276 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12277 Initialize ptr and S explicitly.
12278 (skip_type_update_when_not_use_rtti_test): Likewise.
12279
12280 2014-06-16 Keith Seitz <keiths@redhat.com>
12281
12282 PR mi/15863
12283 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12284 the inferior is started.
12285
12286 2014-06-16 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.base/break-main-file-remove-fail.c: New file.
12289 * gdb.base/break-main-file-remove-fail.exp: New file.
12290 * gdb.base/break-unload-file.exp: Use build_executable instead of
12291 prepare_for_testing.
12292 (test_break): New parameter "initial_load". Handle it.
12293 (top level): Add initial_load cmdline/file axis.
12294
12295 2014-06-12 Tom Tromey <tromey@redhat.com>
12296
12297 * gdb.base/completion.exp: Don't use directory name in test.
12298
12299 2014-06-09 Gary Benson <gbenson@redhat.com>
12300
12301 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12302 separate the always-available ANSI-standard signals from the
12303 signals that require checking.
12304 (main): Likewise.
12305 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12306 Likewise.
12307 (main): Likewise.
12308
12309 2014-06-07 Keith Seitz <keiths@redhat.com>
12310
12311 Revert:
12312 PR c++/16253
12313 * gdb.cp/var-tag.cc: New file.
12314 * gdb.cp/var-tag.exp: New file.
12315 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12316 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12317 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12318 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12319
12320 2014-06-06 Doug Evans <xdje42@gmail.com>
12321
12322 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12323
12324 2014-06-06 Pedro Alves <palves@redhat.com>
12325
12326 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12327 in target debug output instead of looking at RSP packets,
12328 disabling the test on any target that uses hardware stepping.
12329 Update comments.
12330
12331 2014-06-06 Pedro Alves <palves@redhat.com>
12332
12333 * gdb.base/break-unload-file.exp: Fix typo.
12334
12335 2014-06-06 Yao Qi <yao@codesourcery.com>
12336
12337 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12338 from "jit_function" to "^jit_function".
12339
12340 2014-06-06 Yao Qi <yao@codesourcery.com>
12341
12342 * gdb.base/async.c (foo): Add one statement.
12343 * gdb.base/async.exp: Get the next instruction address and
12344 match the output of "nexti" by instruction address. Match
12345 the hex address in the output of "finish".
12346
12347 2014-06-06 Gary Benson <gbenson@redhat.com>
12348
12349 * gdb.base/call-signals.c: Remove preprocessor conditionals
12350 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12351 SIGSEGV and SIGTERM.
12352 * gdb.base/sigall.c: Likewise.
12353 * gdb.base/unwindonsignal.c: Likewise.
12354 * gdb.reverse/sigall-reverse.c: Likewise.
12355
12356 2014-06-06 Yao Qi <yao@codesourcery.com>
12357
12358 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12359 readable, skip the test.
12360
12361 2014-06-06 Yao Qi <yao@codesourcery.com>
12362
12363 * gdb.threads/staticthreads.c (thread_function): Move the line
12364 setting breakpoint on forward.
12365 * gdb.threads/staticthreads.exp: Update comments.
12366
12367 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12368
12369 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12370 "history-append! type error".
12371
12372 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12373
12374 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12375 erroneous dprintf expected input.
12376
12377 2014-06-04 Doug Evans <xdje42@gmail.com>
12378
12379 * gdb.guile/scm-generics.exp: Delete.
12380
12381 2014-06-04 Doug Evans <xdje42@gmail.com>
12382
12383 * gdb.guile/scm-breakpoint.exp: Update.
12384 Add tests for breakpoint registration.
12385
12386 2014-06-04 Tom Tromey <tromey@redhat.com>
12387
12388 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12389 VLA-in-union.
12390 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12391 inner_vla_struct, vla_union types. Initialize objects of those
12392 types and compute their sizes.
12393
12394 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12395 Hui Zhu <hui@codesourcery.com>
12396
12397 * gdb.base/fileio.exp: Add test for shell not available as well as
12398 available.
12399 * gdb.base/fileio.c (test_system): Check for shell twice.
12400
12401 2014-06-04 Yao Qi <yao@codesourcery.com>
12402
12403 * gdb.base/auto-connect-native-target.exp: Remove redundant
12404 space from the regexp pattern.
12405
12406 2014-06-04 Yao Qi <yao@codesourcery.com>
12407
12408 * gdb.base/default.exp: Replace "child" with "native" in
12409 regexp pattern.
12410
12411 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12412
12413 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12414 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12415 * gdb.python/py-xmethods.py: Python script supporting the
12416 new testcase and tests.
12417
12418 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12419 Pedro Alves <palves@redhat.com>
12420
12421 PR breakpoints/17000
12422 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12423 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12424
12425 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12426
12427 * gdb.base/subst.exp: Add tests to verify partial path matching
12428 output.
12429
12430 2014-06-03 Pedro Alves <palves@redhat.com>
12431
12432 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12433 target that doesn't use software single-stepping.
12434
12435 2014-06-03 Pedro Alves <palves@redhat.com>
12436
12437 PR breakpoints/17000
12438 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12439 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12440
12441 2014-06-02 Doug Evans <xdje42@gmail.com>
12442
12443 * gdb.guile/scm-parameter.exp: New file.
12444
12445 2014-06-02 Doug Evans <xdje42@gmail.com>
12446
12447 * gdb.guile/scm-cmd.c: New file.
12448 * gdb.guile/scm-cmd.exp: New file.
12449
12450 2014-06-02 Doug Evans <xdje42@gmail.com>
12451
12452 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12453 pretty-printer lookup.
12454 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12455 (make-pp_s-printer): Call it.
12456 (make-pretty-printer-from-dict): New function.
12457 (lookup-pretty-printer-maker-from-dict): New function.
12458 (*pretty-printer*): Simplify.
12459 (make-objfile-pp_s-printer): New function.
12460 (install-objfile-pretty-printers!): New function.
12461 (make-progspace-pp_s-printer): New function.
12462 (install-progspace-pretty-printers!): New function.
12463 * gdb.guile/scm-progspace.c: New file.
12464 * gdb.guile/scm-progspace.exp: New file.
12465
12466 2014-06-02 Pedro Alves <palves@redhat.com>
12467
12468 * gdb.base/dprintf-bp-same-addr.c: New file.
12469 * gdb.base/dprintf-bp-same-addr.exp: New file.
12470
12471 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12472
12473 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12474 * gdb.arch/powerpc-power.s: Likewise.
12475
12476 2014-06-02 Joel Brobecker <brobecker@adacore.com>
12477
12478 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12479
12480 2014-06-01 Yao Qi <yao@codesourcery.com>
12481
12482 * gdb.base/watchpoint.exp (test_watch_location): Check null
12483 pointer can be dereferenced. If not, do the test, otherwise
12484 skip it.
12485
12486 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12487
12488 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12489 results.
12490 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12491
12492 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12493
12494 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12495 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12496 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12497 * gdb.arch/amd64-invalid-stack-top.c: New file.
12498 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12499
12500 2014-05-30 Pedro Alves <palves@redhat.com>
12501
12502 PR breakpoints/17000
12503 * gdb.base/sss-bp-on-user-bp.c: New file.
12504 * gdb.base/sss-bp-on-user-bp.exp: New file.
12505
12506 2014-05-30 David Blaikie <dblaikie@gmail.com>
12507
12508 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12509 gnu_inline semantics via attribute.
12510 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12511 source explicitly specifies the required semantics.
12512
12513 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12514
12515 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12516
12517 2014-05-29 Pedro Alves <palves@redhat.com>
12518 Tom Tromey <tromey@redhat.com>
12519
12520 * gdb.base/async-shell.exp: Don't enable target-async.
12521 * gdb.base/async.exp
12522 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12523 parameter. Adjust.
12524 (top level): Don't test with "target-async".
12525 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12526 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12527 * gdb.base/inferior-died.exp: Don't enable target-async.
12528 * gdb.base/interrupt-noterm.exp: Likewise.
12529 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12530 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12531 * gdb.mi/mi-nonstop.exp: Likewise.
12532 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12533 * gdb.mi/mi-nsintrall.exp: Likewise.
12534 * gdb.mi/mi-nsmoribund.exp: Likewise.
12535 * gdb.mi/mi-nsthrexec.exp: Likewise.
12536 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12537 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12538 * gdb.python/py-evsignal.exp: Don't enable target-async.
12539 * gdb.python/py-evthreads.exp: Likewise.
12540 * gdb.python/py-prompt.exp: Likewise.
12541 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12542 * gdb.server/solib-list.exp: Don't enable target-async.
12543 * gdb.threads/thread-specific-bp.exp: Likewise.
12544 * lib/mi-support.exp: Adjust to use mi-async.
12545
12546 2014-05-29 Pedro Alves <palves@redhat.com>
12547
12548 PR gdb/13860
12549 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12550 reason, even in sync mode.
12551
12552 2014-05-29 Pedro Alves <palves@redhat.com>
12553 Hui Zhu <hui@codesourcery.com>
12554
12555 PR PR15693
12556 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12557 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12558 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12559 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12560
12561 2014-05-28 Joel Brobecker <brobecker@adacore.com>
12562
12563 * config/monitor.exp (gdb_target_monitor): Replace use of
12564 "set remotebaud" by "set serial baud".
12565
12566 2014-05-26 Andy Wingo <wingo@igalia.com>
12567
12568 * gdb.guile/scm-breakpoint.exp:
12569 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12570 properties instead of gdb-object-properties.
12571
12572 2014-05-26 Yao Qi <yao@codesourcery.com>
12573
12574 * gdb.server/no-thread-db.exp: Specify source file name
12575 explicitly when setting a breakpoint.
12576
12577 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12578
12579 * gdb.btrace/vdso.c: New.
12580 * gdb.btrace/vdso.exp: New.
12581
12582 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12583
12584 * gdb.base/gcore.exp (capture_command_output): Move ...
12585 * lib/gdb.exp (capture_command_output): ... here.
12586
12587 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12588
12589 * gdb.btrace/data.exp: Test memory access during btrace replay.
12590
12591 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12592
12593 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12594
12595 2014-05-21 Pedro Alves <palves@redhat.com>
12596
12597 PR gdb/13860
12598 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12599 (top level): Test that output related to execution commands is
12600 sent to the console with CLI commands, but not with MI commands.
12601 Test that breakpoint events are always mirrored to the console.
12602 Also expect the new source line to be output after a "next" in
12603 async mode too. Make it a pass/fail test.
12604 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12605 output.
12606 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12607
12608 2014-05-21 Pedro Alves <palves@redhat.com>
12609
12610 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12611 Use them to test variations of "list" after reaching a breakpoint.
12612 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12613 Test "list" with listsize 10 after reaching a breakpoint.
12614 * gdb.python/python.exp (decode_line current location line
12615 number): Adjust expected line number.
12616
12617 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12618
12619 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12620 behavior for $args, pass it directly to "run".
12621
12622 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12623
12624 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12625 30000 to 65536.
12626
12627 2014-05-21 Pedro Alves <palves@redhat.com>
12628
12629 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12630 auto-connect-native-target off".
12631 * gdb.base/auto-connect-native-target.c: New file.
12632 * gdb.base/auto-connect-native-target.exp: New file.
12633
12634 2014-05-21 Pedro Alves <palves@redhat.com>
12635
12636 * gdb.base/default.exp: Test "target native" instead of "target
12637 child".
12638
12639 2014-05-21 Mark Wielaard <mjw@redhat.com>
12640
12641 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12642
12643 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12644
12645 Fix TLS access for -static -pthread.
12646 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12647 <HAVE_TLS> (thread_function, main): Initialize it.
12648 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12649 Add clean_restart.
12650 <$have_tls != "">: Check TLSVAR.
12651
12652 2014-05-21 Pedro Alves <palves@redhat.com>
12653
12654 * gdb.base/dcache-line-read-error.c: New.
12655 * gdb.base/dcache-line-read-error.exp: New.
12656
12657 2014-05-20 Pedro Alves <palves@redhat.com>
12658
12659 * gdb.base/compare-sections.c: New file.
12660 * gdb.base/compare-sections.exp: New file.
12661
12662 2014-05-20 Pedro Alves <palves@redhat.com>
12663
12664 * gdb.base/break-idempotent.c: New file.
12665 * gdb.base/break-idempotent.exp: New file.
12666
12667 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12668
12669 * gdb.btrace/nohist.exp: New.
12670
12671 2014-05-20 Yao Qi <yao@codesourcery.com>
12672
12673 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12674 gdb.reverse directory and gdb_reverse_timeout exists in board
12675 setting.
12676 * README: Document gdb_reverse_timeout.
12677
12678 2014-05-20 Yao Qi <yao@codesourcery.com>
12679
12680 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12681 'test_file_name'. Treat args as a string instead of a list.
12682 (gdb_init): Rename argument 'args' by 'test_file_name'.
12683
12684 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12685
12686 * gdb.arch/powerpc-power.exp: New file.
12687 * gdb.arch/powerpc-power.s: New file.
12688
12689 2014-05-16 Doug Evans <dje@google.com>
12690
12691 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
12692 * gdb.base/completion.exp: Check that all expected files exist
12693 before doing file completion.
12694
12695 2014-05-16 Doug Evans <dje@google.com>
12696
12697 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12698 Update.
12699 (do_syscall_tests_without_xml): Update.
12700
12701 2014-05-16 Pedro Alves <palves@redhat.com>
12702
12703 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12704 instead of "unknown output after running".
12705
12706 2014-05-16 Yao Qi <yao@codesourcery.com>
12707
12708 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12709 file1.txt from host at the end.
12710 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12711
12712 2014-05-15 Doug Evans <dje@google.com>
12713
12714 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12715 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12716 loading file. Add test for TU lookup.
12717
12718 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12719
12720 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12721 calling "-exec-arguments" or "set args" before running the
12722 inferior.
12723
12724 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12725
12726 * lib/mi-support.exp (mi_expect_stop): Expect message for
12727 inferiors that exit with non-zero exit code.
12728
12729 2014-05-14 Yao Qi <yao@codesourcery.com>
12730
12731 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12732 match absolute path on remote host.
12733 (test_file_list_exec_source_files): Remove "/" from the
12734 pattern.
12735
12736 2014-05-14 Yao Qi <yao@codesourcery.com>
12737
12738 * boards/local-remote-host-notty.exp (${board}_file): New
12739 proc.
12740
12741 2014-05-07 Kyle McMartin <kyle@redhat.com>
12742
12743 Pushed by Joel Brobecker <brobecker@adacore.com>.
12744 * gdb.arch/aarch64-atomic-inst.c: New file.
12745 * gdb.arch/aarch64-atomic-inst.exp: New file.
12746
12747 2014-05-07 Yao Qi <yao@codesourcery.com>
12748
12749 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12750 in current context" too.
12751
12752 2014-05-05 Keith Seitz <keiths@redhat.com>
12753
12754 * gdb.linespec/ls-dollar.exp: Add test for linespec
12755 file:convenience_variable.
12756
12757 2014-05-05 Yao Qi <yao@codesourcery.com>
12758
12759 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12760 traceframes into tfile and ctf trace files. Read data from
12761 trace file and test collected data.
12762 (gdb_collect_locals_test): Likewise.
12763 (gdb_unavailable_registers_test): Likewise.
12764 (gdb_unavailable_floats): Likewise.
12765 (gdb_collect_globals_test): Likewise.
12766 (top-level): Append "ctf" to trace_file_targets if GDB
12767 supports.
12768
12769 2014-05-05 Yao Qi <yao@codesourcery.com>
12770
12771 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12772 code to ...
12773 (gdb_collect_args_test_1): ... it. New proc.
12774 (gdb_collect_locals_test): Move some code to ...
12775 (gdb_collect_locals_test_1): ... it. New proc.
12776 (gdb_unavailable_registers_test): Move some code to ...
12777 (gdb_unavailable_registers_test_1): ... it. New proc.
12778 (gdb_unavailable_floats): Move some code to ...
12779 (gdb_unavailable_floats_1): ... it. New proc.
12780
12781 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12782
12783 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12784 probes to test for bitness recognition.
12785 * gdb.arch/amd64-stap-optional-prefix.exp
12786 (test_probe_value_without_reg): New procedure.
12787 Add code to test for different kinds of bitness.
12788
12789 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12790
12791 PR breakpoints/16889
12792 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12793 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12794
12795 2014-05-01 Pedro Alves <palves@redhat.com>
12796
12797 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12798 gdb_file_cmd if no file is specified.
12799 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12800 last_loaded_file to set the remote exec-file.
12801
12802 2014-05-01 Pedro Alves <palves@redhat.com>
12803
12804 * boards/local-remote-host.exp: New file.
12805
12806 2014-05-01 Pedro Alves <palves@redhat.com>
12807
12808 * boards/local-remote-host.exp: Rename to ...
12809 * boards/local-remote-host-notty.exp: ... this.
12810
12811 2014-04-28 Joel Brobecker <brobecker@adacore.com>
12812
12813 * gdb.ada/dyn_arrayidx: New testcase.
12814
12815 2014-04-26 Yao Qi <yao@codesourcery.com>
12816
12817 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12818 and compute the length of function main. Save it in
12819 $main_length.
12820 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12821 (top-level): Use gdb_compile to compile objects into
12822 executable and restart GDB. Remove invocation to
12823 prepare_for_testing.
12824
12825 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12826 Pedro Alves <palves@redhat.com>
12827
12828 PR server/16255
12829 * gdb.multi/multi-attach.c: New file.
12830 * gdb.multi/multi-attach.exp: New file.
12831
12832 2014-04-25 Pedro Alves <palves@redhat.com>
12833
12834 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12835 user.
12836 (top level): Test that "set remote conditional-breakpoints-packet
12837 off" works as intended.
12838 * gdb.base/dprintf.exp: Test that "set remote
12839 breakpoint-commands-packet off" works as intended.
12840 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12841 New function.
12842 (top level): Call it.
12843 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12844 remote fast-tracepoints-packet off" works as intended.
12845 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12846 * lib/gdb.exp (gdb_is_target_remote): ... here.
12847
12848 2014-04-24 David Blaikie <dblaikie@gmail.com>
12849
12850 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12851 ensure clang would not discard them.
12852 * gdb.base/gdbvars.c: Ditto.
12853 * gdb.base/memattr.c: Ditto.
12854 * gdb.base/whatis.c: Ditto.
12855 * gdb.python/py-prettyprint.c: Ditto.
12856 * gdb.trace/actions.c: Ditto.
12857 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12858 ensure clang would not discard it.
12859
12860 2014-04-24 David Blaikie <dblaikie@gmail.com>
12861
12862 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12863 clang to emit the full definition of type required by the test
12864 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12865
12866 2014-04-24 David Blaikie <dblaikie@gmail.com>
12867
12868 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12869 coax Clang into emitting the definition of the type.
12870 * gdb.cp/pr10728-x.h (y): Ditto.
12871 * gdb.cp/pr10728-y.cc (y): Ditto.
12872
12873 2014-04-24 David Blaikie <dblaikie@gmail.com>
12874
12875 * gdb.base/label.exp: XFAIL label related tests under Clang.
12876 * gdb.cp/cplabel.exp: Ditto.
12877 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12878 under Clang those using labels.
12879
12880 2014-04-25 Yao Qi <yao@codesourcery.com>
12881
12882 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12883 double_label.
12884 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12885 partial_label and double_label.
12886
12887 2014-04-24 David Blaikie <dblaikie@gmail.com>
12888
12889 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12890
12891 2014-04-24 David Blaikie <dblaikie@gmail.com>
12892
12893 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12894 of the function to work across GCC and Clang.
12895 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12896 pointer types (const void ** const V void **).
12897
12898 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
12899 Walfred Tedeschi <walfred.tedeschi@intel.com>
12900
12901 * Makefile.in (EXECUTABLES): Added i386-avx512.
12902 * gdb.arch/i386-avx512.c: New file.
12903 * gdb.arch/i386-avx512.exp: Likewise.
12904
12905 2014-04-23 Keith Seitz <keiths@redhat.com>
12906
12907 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12908 (mi_make_breakpoint_table): New procedure.
12909 (mi_create_breakpoint): Use mi_make_breakpoint
12910 and return the result.
12911 (mi_make_breakpoint): New procedure.
12912 (mi_build_kv_pairs): New procedure.
12913
12914 * gdb.mi/mi-break.exp: Remove unused globals,
12915 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12916 All callers updated.
12917 * gdb.mi/mi-dprintf.exp: Use variable to track command
12918 number.
12919 Update all callers of mi_create_breakpoint and use
12920 mi_make_breakpoint_table.
12921 Remove any unused global variables.
12922 * gdb.mi/mi-nonstop.exp: Likewise.
12923 * gdb.mi/mi-nsintrall.exp: Likewise.
12924 * gdb.mi/mi-nsmoribund.exp: Likewise.
12925 * gdb.mi/mi-nsthrexec.exp: Likewise.
12926 * gdb.mi/mi-reverse.exp: Likewise.
12927 * gdb.mi/mi-simplerun.exp: Likewise.
12928 * gdb.mi/mi-stepn.exp: Likewise.
12929 * gdb.mi/mi-syn-frame.exp: Likewise.
12930 * gdb.mi/mi-until.exp: Likewise.
12931 * gdb.mi/mi-var-cp.exp: Likewise.
12932 * gdb.mi/mi-var-display.exp: Likewise.
12933 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12934 * gdb.mi/mi2-var-child.exp: Likewise.
12935 * gdb.mi/mi-vla-c99.exp: Likewise.
12936 * lib/mi-support.exp: Likewise.
12937
12938 From Ian Lance Taylor <iant@cygnus.com>:
12939 * lib/gdb.exp (parse_args): New procedure.
12940
12941 2014-04-23 Pedro Alves <palves@redhat.com>
12942
12943 * gdb.base/break-unload-file.c: New file.
12944 * gdb.base/break-unload-file.exp: New file.
12945 * gdb.base/sym-file-lib.c (baz): New function.
12946 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12947 field.
12948 (load): Store the segment's mapped size.
12949 (unload): New function.
12950 (unload_shlib): New function.
12951 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12952 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12953 set a breakpoint at baz, and call it.
12954 * gdb.base/sym-file.exp: New tests for stale breakpoint
12955 instructions.
12956
12957 2014-04-23 Pedro Alves <palves@redhat.com>
12958
12959 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12960 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12961 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12962 * gdb.base/hbreak-unmapped.c: New file.
12963 * gdb.base/hbreak-unmapped.exp: New file.
12964 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12965 * lib/gdb.exp (gdb_is_target_remote): ... here.
12966
12967 2014-04-22 Pedro Alves <palves@redhat.com>
12968
12969 * gdb.base/consecutive-step-over.c: New file.
12970 * gdb.base/consecutive-step-over.exp: New file.
12971
12972 2014-04-22 Pedro Alves <palves@redhat.com>
12973
12974 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12975 instead of send_gdb/gdb_expect.
12976
12977 2014-04-22 Yao Qi <yao@codesourcery.com>
12978
12979 * lib/trace-support.exp (generate_tracefile): New procedure.
12980 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12981 return 0.
12982 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12983 if generate_tracefile returns 1.
12984
12985 2014-04-18 Tom Tromey <palves@redhat.com>
12986 Pedro alves <tromey@redhat.com>
12987
12988 PR backtrace/15558
12989 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12990 with a backtrace limit.
12991 * gdb.python/py-frame-inline.exp: Test running to an inline
12992 function with a backtrace limit, and printing the newest frame.
12993 * gdb.python/py-frame-inline.c (main): Call f.
12994
12995 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12996
12997 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12998
12999 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13000
13001 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13002 Drop prefix from unsupported source file path.
13003
13004 2014-04-17 Yao Qi <yao@codesourcery.com>
13005
13006 * lib/gdb.exp (with_target_charset): New proc.
13007 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13008 with_target_charset.
13009 (test_print_strings): Likewise.
13010 (test_repeat_bytes): Likewise.
13011 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13012 for some tests.
13013
13014 2014-04-16 Keith Seitz <keiths@redhat.com>
13015
13016 PR gdb/15827
13017 * gdb.dwarf2/corrupt.c: New file.
13018 * gdb.dwarf2/corrupt.exp: New file.
13019
13020 2014-04-16 Keith Seitz <keiths@redhat.com>
13021
13022 PR c++/16597
13023 * gdb.cp/namelessclass.cc: New file.
13024 * gdb.cp/namelessclass.exp: New file.
13025 * gdb.cp/namelessclass.S: New file.
13026
13027 2014-04-16 Doug Evans <dje@google.com>
13028
13029 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13030 Add comment.
13031 (gdbserver_default_get_comm_port): New function.
13032 (gdbserver_start): Check if board file provided
13033 "gdbserver,get_comm_port" and use it if so.
13034 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13035 (gdb,socketport): Set to "stdio".
13036 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13037 (stdio_gdbserver_template): Delete.
13038 (${board}_get_remote_address): Update.
13039 (${board}_build_remote_cmd): Delete.
13040 (${board}_get_comm_port): New function.
13041 (${board}_spawn): Update.
13042 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13043 Delete.
13044 (${board}_get_remote_address): Update.
13045 (${board}_get_comm_port): New function.
13046
13047 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13048
13049 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13050 appearing in any order.
13051
13052 2014-04-15 Doug Evans <dje@google.com>
13053
13054 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13055 uninitialized value of "description".
13056
13057 2014-04-15 Keith Seitz <keiths@redhat.com>
13058
13059 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13060 Remove unused globals.
13061 (test_running_the_program): Likewise.
13062 (test_controlled_execution): Likewise.
13063 (test_controlling_breakpoints): Likewise.
13064 (test_program_termination): Likewise.
13065
13066 2014-04-15 Keith Seitz <keiths@redhat.com>
13067
13068 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13069 unused globals.
13070 (test_rbreak_creation_and_listing): Likewise.
13071 (test_ignore_count): Likewise.
13072 (test_error): Likewise.
13073
13074 2014-04-15 Pedro Alves <palves@redhat.com>
13075
13076 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13077 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13078 sym-file-loader.c.
13079 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13080 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13081 to sym-file-loader.c.
13082 (struct library): Forward declare.
13083 (load_shlib, lookup_function): Change prototypes.
13084 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13085 (translate_offset): Remove declarations.
13086 (get_text_addr): New declaration.
13087 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13088 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13089 sym-file-loader.h.
13090 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13091 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13092 here from sym-file-loader.h.
13093 (struct library): New structure.
13094 (load_shlib, lookup_function): Change prototypes and adjust to
13095 work with a struct library.
13096 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13097 (translate_offset): Make static.
13098 (get_text_addr): New function.
13099 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13100
13101 2014-04-15 Pedro Alves <palves@redhat.com>
13102
13103 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13104
13105 2014-04-15 Pedro Alves <palves@redhat.com>
13106
13107 * gdb.base/sym-file-loader.c: Include <limits.h>.
13108 (SELF_LINK): New define.
13109 (get_origin): New function.
13110 (load_shlib): Use it.
13111 * gdb.base/sym-file.exp: Don't early return if the target is
13112 remote. Use runto_main, and issue fail is that fails. Use
13113 gdb_load_shlibs.
13114 (shlib_name): Delete.
13115 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13116
13117 2014-04-15 Pedro Alves <palves@redhat.com>
13118
13119 * gdb.base/sym-file.exp: Remove regex characters from test
13120 message. Don't refer to breakpoint numbers in test messages.
13121
13122 2014-04-14 Keith Seitz <keiths@redhat.com>
13123
13124 PR c++/16253
13125 * gdb.cp/var-tag.cc: New file.
13126 * gdb.cp/var-tag.exp: New file.
13127 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13128 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13129 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13130 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13131
13132 2014-04-14 Tom Tromey <tromey@redhat.com>
13133
13134 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13135 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13136 type.
13137 * gdb.cp/enum-class.exp: New file.
13138 * gdb.cp/enum-class.cc: New file.
13139
13140 2014-04-14 Tom Tromey <tromey@redhat.com>
13141
13142 * gdb.dwarf2/enum-type.exp: New file.
13143
13144 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13145
13146 * gdb.mi/mi-vla-c99.exp: New file.
13147 * gdb.mi/vla.c: New file.
13148
13149 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13150
13151 * gdb.base/vla-datatypes.c: New file.
13152 * gdb.base/vla-datatypes.exp: New file.
13153
13154 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13155
13156 * gdb.base/vla-ptr.c: New file.
13157 * gdb.base/vla-ptr.exp: New file.
13158
13159 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13160
13161 * gdb.dwarf2/count.exp: New file.
13162
13163 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13164
13165 * gdb.base/vla-sideeffect.c: New file.
13166 * gdb.base/vla-sideeffect.exp: New file.
13167
13168 2014-04-14 David Blaikie <dblaikie@gmail.com>
13169
13170 * gdb.mi/non-stop.c: Add return value for non-void function return
13171 statement.
13172 * gdb.threads/staticthreads.c: Ditto.
13173
13174 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13175 Doug Evans <xdje42@gmail.com>
13176
13177 * gdb.guile/scm-value.c: Improve test case.
13178 * gdb.guile/scm-value.exp: Add new test.
13179
13180 2014-04-11 David Blaikie <dblaikie@gmail.com>
13181
13182 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13183 override Clang's default.
13184
13185 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13186
13187 Revert the following changes (regressions):
13188
13189 * gdb.base/vla-sideeffect.c: New file.
13190 * gdb.base/vla-sideeffect.exp: New file.
13191
13192 * gdb.dwarf2/count.exp: New file.
13193
13194 * gdb.base/vla-multi.c: New file.
13195 * gdb.base/vla-multi.exp: New file.
13196
13197 * gdb.base/vla-ptr.c: New file.
13198 * gdb.base/vla-ptr.exp: New file.
13199
13200 * gdb.base/vla-datatypes.c: New file.
13201 * gdb.base/vla-datatypes.exp: New file.
13202
13203 * gdb.mi/mi-vla-c99.exp: New file.
13204 * gdb.mi/vla.c: New file.
13205
13206 2014-04-11 Keith Seitz <keiths@redhat.com>
13207
13208 PR c++/16675
13209 * gdb.cp/cpsizeof.exp: New file.
13210 * gdb.cp/cpsizeof.cc: New file.
13211
13212 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13213
13214 * gdb.mi/mi-vla-c99.exp: New file.
13215 * gdb.mi/vla.c: New file.
13216
13217 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13218
13219 * gdb.base/vla-datatypes.c: New file.
13220 * gdb.base/vla-datatypes.exp: New file.
13221
13222 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13223
13224 * gdb.base/vla-ptr.c: New file.
13225 * gdb.base/vla-ptr.exp: New file.
13226
13227 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13228
13229 * gdb.base/vla-multi.c: New file.
13230 * gdb.base/vla-multi.exp: New file.
13231
13232 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13233
13234 * gdb.dwarf2/count.exp: New file.
13235
13236 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13237
13238 * gdb.base/vla-sideeffect.c: New file.
13239 * gdb.base/vla-sideeffect.exp: New file.
13240
13241 2014-04-11 Yao Qi <yao@codesourcery.com>
13242
13243 * gdb.base/completion.exp: Check file exists before running tests
13244 on file completion.
13245
13246 2014-04-10 Pedro Alves <palves@redhat.com>
13247
13248 * gdb.base/cond-eval-mode.c: New file.
13249 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13250 prepare_for_testing to build the new file. Check result of
13251 runto_main.
13252 (test_break, test_watch): New procedures.
13253 (top level): Use them.
13254
13255 2014-04-08 Pierre Muller <muller@sourceware.org>
13256
13257 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13258 Ctrl-V use for mingw hosts.
13259
13260 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13261
13262 * gdb.python/py-value.c: Improve test case.
13263 * gdb.python/py-value.exp: Add new test.
13264
13265 2014-04-07 David Blaikie <dblaikie@gmail.com>
13266
13267 * lib/compiler.c: Identify the clang compiler.
13268 * lib/compiler.cc: Ditto.
13269
13270 2014-04-03 Yao Qi <yao@codesourcery.com>
13271
13272 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13273
13274 2014-04-01 Anton Blanchard <anton@samba.org>
13275
13276 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13277 messages unique.
13278
13279 2014-04-01 Anton Blanchard <anton@samba.org>
13280
13281 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13282 prepare_for_testing.
13283
13284 2014-04-01 Anton Blanchard <anton@samba.org>
13285
13286 * gdb.arch/ppc64-atomic-inst.c: Remove.
13287 * gdb.arch/ppc64-atomic-inst.S: New file.
13288 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13289
13290 2014-03-31 Doug Evans <dje@google.com>
13291
13292 * gdb.base/print-symbol-loading-lib.c: New file.
13293 * gdb.base/print-symbol-loading-main.c: New file.
13294 * gdb.base/print-symbol-loading.exp: New file.
13295
13296 2014-03-31 Yao Qi <yao@codesourcery.com>
13297
13298 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13299
13300 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13301
13302 * gdb.ada/mi_dyn_arr: New testcase.
13303
13304 2014-03-27 Doug Evans <dje@google.com>
13305
13306 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13307
13308 2014-03-27 Yao Qi <yao@codesourcery.com>
13309
13310 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13311 if target is nios2-*-*.
13312
13313 2014-03-26 Yao Qi <yao@codesourcery.com>
13314
13315 * lib/gdb.exp (readline_is_used): New proc.
13316 * gdb.base/completion.exp: Move tests on command complete up.
13317 Skip the rest of tests if readline is not used.
13318 * gdb.ada/complete.exp: Skp the test if readline is not
13319 used.
13320 * gdb.base/filesym.exp: Likewise.
13321 * gdb.base/macscp.exp: Likewise.
13322 * gdb.base/readline-ask.exp: Likewise.
13323 * gdb.base/readline.exp: Likewise.
13324 * gdb.python/py-cmd.exp: Likewise.
13325 * gdb.trace/tfile.exp: Likewise.
13326
13327 2014-03-26 Yao Qi <yao@codesourcery.com>
13328
13329 * gdb.base/macscp.exp: Fix code format issues.
13330
13331 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13332
13333 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13334 * gdb.asm/powerpc64le.inc: New file.
13335
13336 2014-03-25 Pedro Alves <palves@redhat.com>
13337 Doug Evans <dje@google.com>
13338
13339 * gdb.base/source-execution.c: New file.
13340 * gdb.base/source-execution.exp: New file.
13341 * gdb.base/source-execution.gdb: New file.
13342
13343 2014-03-24 Doug Evans <dje@google.com>
13344
13345 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13346 using fission.
13347
13348 2014-03-24 Hui Zhu <hui@codesourcery.com>
13349 Pedro Alves <palves@redhat.com>
13350
13351 PR breakpoints/16101
13352 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13353 test pass/fail messages. Detect missing support for dprintf when
13354 breakpoints are actually inserted.
13355 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13356 breakpoints are actually inserted.
13357 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13358 fails.
13359
13360 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13361
13362 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13363
13364 2014-03-22 Doug Evans <xdje42@gmail.com>
13365
13366 * gdb.python/python.exp (python not supported): Verify multi-line
13367 python command issues an error.
13368 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13369 guile command issues an error.
13370
13371 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13372
13373 * gdb.threads/thread-specific.exp: Handle the lack of usable
13374 $this_breakpoint and $this_thread.
13375
13376 2014-03-21 Hui Zhu <hui@codesourcery.com>
13377
13378 * gdb.base/attach.exp (do_command_attach_tests): New.
13379
13380 2014-03-20 Tom Tromey <tromey@redhat.com>
13381 Pedro Alves <palves@redhat.com>
13382
13383 PR cli/15718
13384 * gdb.base/condbreak-call-false.c: New file.
13385 * gdb.base/condbreak-call-false.exp: New file.
13386
13387 2014-03-20 Pedro Alves <palves@redhat.com>
13388
13389 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13390 Delete.
13391 (block_signals, unblock_signals): Delete.
13392 (child_function_2, main): Remove references to deleted variable
13393 and functions.
13394
13395 2014-03-20 Pedro Alves <palves@redhat.com>
13396
13397 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13398 Use pthread_kill to signal thread 2.
13399 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13400 Adjust to make the test send itself a signal rather than using the
13401 host's "kill" command.
13402
13403 2014-03-20 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.threads/multiple-step-overs.c: New file.
13406 * gdb.threads/multiple-step-overs.exp: New file.
13407 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13408 Adjust expected infrun debug output.
13409
13410 2014-03-20 Pedro Alves <palves@redhat.com>
13411
13412 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13413 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13414
13415 2014-03-20 Pedro Alves <palves@redhat.com>
13416
13417 PR breakpoints/7143
13418 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13419 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13420 of gdb_test_multiple.
13421 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13422 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13423
13424 2014-03-20 Pedro Alves <palves@redhat.com>
13425
13426 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13427 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13428
13429 2014-03-19 Pedro Alves <palves@redhat.com>
13430
13431 * gdb.base/async.exp: Remove early return.
13432
13433 2014-03-19 Pedro Alves <palves@redhat.com>
13434
13435 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13436
13437 2014-03-19 Pedro Alves <palves@redhat.com>
13438
13439 * gdb.base/async.exp (test_background): Expect \r\n after
13440 "completed." in the fail pattern.
13441
13442 2014-03-19 Pedro Alves <palves@redhat.com>
13443
13444 * gdb.base/async.exp (test_background): New procedure.
13445 Use it for all background execution command tests.
13446
13447 2014-03-19 Pedro Alves <palves@redhat.com>
13448
13449 * gdb.base/async.exp: Use prepare_for_testing.
13450
13451 2014-03-19 Pedro Alves <palves@redhat.com>
13452
13453 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13454 the same line.
13455
13456 2014-03-19 Pedro Alves <palves@redhat.com>
13457
13458 * gdb.base/async.c (main): Add "jump here" and "until here" line
13459 marker comments.
13460 * gdb.base/async.exp (jump_here): New global.
13461 (jump& test): Use it.
13462 (until_here): New global.
13463 (until& test): Use it.
13464
13465 2014-03-19 Pedro Alves <palves@redhat.com>
13466
13467 * gdb.base/async.exp: Don't frob gdb_protocol.
13468
13469 2014-03-18 Doug Evans <xdje42@gmail.com>
13470
13471 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13472 Fix spelling of exec-done-display.
13473
13474 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13475
13476 PR gdb/15358
13477 * gdb.base/gdb-sigterm.c: New file.
13478 * gdb.base/gdb-sigterm.exp: New file.
13479
13480 2014-03-18 Pedro Alves <palves@redhat.com>
13481
13482 PR gdb/13860
13483 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13484 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13485 solib-event.
13486
13487 2014-03-17 Joel Brobecker <brobecker@adacore.com>
13488
13489 * gdb.ada/pckd_arr_ren: New testcase.
13490
13491 2014-03-13 Doug Evans <xdje42@gmail.com>
13492
13493 PR guile/16612
13494 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13495 collect after discarding symbols.
13496
13497 2014-03-13 Ludovic Courtès <ludo@gnu.org>
13498 Doug Evans <xdje42@gmail.com>
13499
13500 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13501 to history survives a gc.
13502
13503 2014-03-13 Pedro Alves <palves@redhat.com>
13504
13505 * gdb.base/default.exp: Don't test "target procfs".
13506
13507 2014-03-13 Pedro Alves <palves@redhat.com>
13508
13509 * gdb.base/default.exp: Update "target child" and "target procfs"
13510 tests to not expect "Unix".
13511
13512 2014-03-12 Tom Tromey <tromey@redhat.com>
13513
13514 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13515 New procs. Add target-async tests.
13516 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13517 Add target-async tests.
13518
13519 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13520
13521 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13522 'func_start' and 'func_end' for the beginning and end of the
13523 function code, respectively.
13524 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13525 'func_end' instead of 'func' and 'main'.
13526
13527 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13528
13529 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13530 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13531 generate the debug info assembler source.
13532
13533 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13534
13535 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13536 * gdb.dwarf2/arr-subrange.exp: Likewise.
13537 * gdb.dwarf2/dwz.exp: Likewise.
13538 * gdb.dwarf2/method-ptr.exp: Likewise.
13539 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13540 * gdb.dwarf2/subrange.exp: Likewise.
13541 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13542 * gdb.dwarf2/implptrpiece.exp: Likewise.
13543 * gdb.dwarf2/nostaticblock.exp: Likewise.
13544
13545 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13546
13547 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13548 directory to absolute path name arguments.
13549
13550 2014-03-10 Joel Brobecker <brobecker@adacore.com>
13551
13552 * gdb.ada/tagged_access: New testcase.
13553
13554 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13555
13556 * gdb.btrace/data.exp: Update expected output.
13557
13558 2014-03-06 Yao Qi <yao@codesourcery.com>
13559
13560 * gdb.trace/pr16508.exp: New file.
13561
13562 2014-03-05 Pedro Alves <palves@redhat.com>
13563
13564 PR gdb/16575
13565 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13566 procedure.
13567 (top level): Adjust to use it. Add tests that exercise breakpoint
13568 interaction with the code-cache.
13569
13570 2014-02-26 Ludovic Courtès <ludo@gnu.org>
13571
13572 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13573 test for 'history-append!'.
13574
13575 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13576
13577 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13578 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13579 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13580 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13581 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13582 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13583
13584 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13585
13586 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13587 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13588 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13589
13590 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13591
13592 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13593
13594 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13595
13596 * gdb.dwarf2/arr-stride.c: New file.
13597 * gdb.dwarf2/arr-stride.exp: New file.
13598
13599 2014-02-26 Pedro Alves <palves@redhat.com>
13600
13601 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13602 that won't ever trigger. Make sure that GDB reports the correct
13603 breakpoint that caused the stop.
13604
13605 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13606
13607 PR gdb/16626
13608 * gdb.base/auto-load-script: New file.
13609 * gdb.base/auto-load.c: New file.
13610 * gdb.base/auto-load.exp: New file.
13611
13612 PR gdb/16626
13613 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13614
13615 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13616
13617 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13618 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13619
13620 2014-02-24 Doug Evans <dje@google.com>
13621
13622 * lib/gdb.exp (run_on_host): Log error output if program fails.
13623
13624 2014-02-21 Pedro Alves <palves@redhat.com>
13625
13626 * gdb.threads/step-after-sr-lock.c: Rename to ...
13627 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13628 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13629 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13630 ... this.
13631
13632 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13633
13634 PR tdep/16397
13635 * gdb.arch/amd64-stap-special-operands.exp: New file.
13636 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13637 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13638 * gdb.arch/amd64-stap-triplet.S: Likewise.
13639 * gdb.arch/amd64-stap-triplet.c: Likewise.
13640
13641 2014-02-20 Joel Brobecker <brobecker@adacore.com>
13642
13643 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13644 in .section pseudo-op.
13645
13646 2014-02-20 lin zuojian <manjian2006@gmail.com>
13647 Joel Brobecker <brobecker@adacore.com>
13648 Doug Evans <xdje42@gmail.com>
13649
13650 PR symtab/16581
13651 * gdb.dwarf2/dw2-icycle.S: New file.
13652 * gdb.dwarf2/dw2-icycle.c: New file.
13653 * gdb.dwarf2/dw2-icycle.exp: New file.
13654
13655 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13656
13657 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13658 operations on gdb.Value objects.
13659 * gdb.python/py-value-cc.exp: Add new test to test operations on
13660 gdb.Value objects.
13661
13662 2014-02-18 Doug Evans <dje@google.com>
13663
13664 * Makefile.in (TESTS): New variable.
13665 (expanded_tests, expanded_tests_or_none): New variables
13666 (check-single): Pass $(expanded_tests_or_none) to runtest.
13667 (check-parallel): Only run tests in $(TESTS) if non-empty.
13668 (check/no-matching-tests-found): New rule.
13669 * README: Document TESTS makefile variable.
13670
13671 2014-02-18 Doug Evans <dje@google.com>
13672
13673 * Makefile.in (check-parallel): rm -rf outputs temp.
13674
13675 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13676
13677 Fix "ERROR: no fileid for" in the testsuite.
13678 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13679
13680 2014-02-12 Doug Evans <dje@google.com>
13681
13682 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13683 (MISCELLANEOUS): New variable.
13684 (clean): rm -rf $(MISCELLANEOUS).
13685 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13686 dwp live in the same directory as symlinks, with each symlink pointed
13687 to a differently named file in a different directory.
13688
13689 2014-02-11 Doug Evans <dje@google.com>
13690
13691 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13692 of Tcl file commands.
13693
13694 2014-02-10 Mark Kettenis <kettenis@gnu.org>
13695
13696 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13697 "kill -SIGUSR1 -1".
13698
13699 2014-02-10 Joel Brobecker <brobecker@adacore.com>
13700
13701 * gdb.ada/tick_length_array_enum_idx: New testcase.
13702
13703 2014-02-10 Doug Evans <xdje42@gmail.com>
13704
13705 * configure.ac (AC_OUTPUT): Add gdb.guile.
13706 * configure: Regenerate.
13707 * lib/gdb-guile.exp: New file.
13708 * lib/gdb.exp (get_target_charset): New function.
13709 * gdb.base/help.exp: Update expected output from "apropos apropos".
13710 * gdb.guile/Makefile.in: New file.
13711 * gdb.guile/guile.exp: New file.
13712 * gdb.guile/scm-arch.c: New file.
13713 * gdb.guile/scm-arch.exp: New file.
13714 * gdb.guile/scm-block.c: New file.
13715 * gdb.guile/scm-block.exp: New file.
13716 * gdb.guile/scm-breakpoint.c: New file.
13717 * gdb.guile/scm-breakpoint.exp: New file.
13718 * gdb.guile/scm-disasm.c: New file.
13719 * gdb.guile/scm-disasm.exp: New file.
13720 * gdb.guile/scm-equal.c: New file.
13721 * gdb.guile/scm-equal.exp: New file.
13722 * gdb.guile/scm-error.exp: New file.
13723 * gdb.guile/scm-error.scm: New file.
13724 * gdb.guile/scm-frame-args.c: New file.
13725 * gdb.guile/scm-frame-args.exp: New file.
13726 * gdb.guile/scm-frame-args.scm: New file.
13727 * gdb.guile/scm-frame-inline.c: New file.
13728 * gdb.guile/scm-frame-inline.exp: New file.
13729 * gdb.guile/scm-frame.c: New file.
13730 * gdb.guile/scm-frame.exp: New file.
13731 * gdb.guile/scm-generics.exp: New file.
13732 * gdb.guile/scm-gsmob.exp: New file.
13733 * gdb.guile/scm-iterator.c: New file.
13734 * gdb.guile/scm-iterator.exp: New file.
13735 * gdb.guile/scm-math.c: New file.
13736 * gdb.guile/scm-math.exp: New file.
13737 * gdb.guile/scm-objfile-script-gdb.in: New file.
13738 * gdb.guile/scm-objfile-script.c: New file.
13739 * gdb.guile/scm-objfile-script.exp: New file.
13740 * gdb.guile/scm-objfile.c: New file.
13741 * gdb.guile/scm-objfile.exp: New file.
13742 * gdb.guile/scm-ports.exp: New file.
13743 * gdb.guile/scm-pretty-print.c: New file.
13744 * gdb.guile/scm-pretty-print.exp: New file.
13745 * gdb.guile/scm-pretty-print.scm: New file.
13746 * gdb.guile/scm-section-script.c: New file.
13747 * gdb.guile/scm-section-script.exp: New file.
13748 * gdb.guile/scm-section-script.scm: New file.
13749 * gdb.guile/scm-symbol.c: New file.
13750 * gdb.guile/scm-symbol.exp: New file.
13751 * gdb.guile/scm-symtab-2.c: New file.
13752 * gdb.guile/scm-symtab.c: New file.
13753 * gdb.guile/scm-symtab.exp: New file.
13754 * gdb.guile/scm-type.c: New file.
13755 * gdb.guile/scm-type.exp: New file.
13756 * gdb.guile/scm-value-cc.cc: New file.
13757 * gdb.guile/scm-value-cc.exp: New file.
13758 * gdb.guile/scm-value.c: New file.
13759 * gdb.guile/scm-value.exp: New file.
13760 * gdb.guile/source2.scm: New file.
13761 * gdb.guile/types-module.cc: New file.
13762 * gdb.guile/types-module.exp: New file.
13763
13764 2014-02-10 Yao Qi <yao@codesourcery.com>
13765
13766 PR testsuite/16543
13767 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13768 * configure: Regenerated.
13769 * Makefile.in: New file.
13770
13771 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13772
13773 * gdb.python/py-framefilter.exp: Fix typo.
13774
13775 2014-02-08 Yao Qi <yao@codesourcery.com>
13776
13777 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13778 that no =breakpoint-modified is emitted when breakpoints are
13779 modified through MI commands.
13780
13781 2014-02-07 Pedro Alves <pedro@codesourcery.com>
13782 Pedro Alves <palves@redhat.com>
13783
13784 * gdb.threads/step-after-sr-lock.c: New file.
13785 * gdb.threads/step-after-sr-lock.exp: New file.
13786
13787 2014-02-07 Pedro Alves <palves@redhat.com>
13788
13789 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13790
13791 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13792
13793 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13794 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13795
13796 2014-02-06 Doug Evans <xdje42@gmail.com>
13797
13798 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13799 output.
13800
13801 * gdb.gdb/python-interrupts.exp: New file.
13802
13803 2014-02-05 Yao Qi <yao@codesourcery.com>
13804
13805 * gdb.trace/report.exp (use_collected_data): Test the output
13806 of "info threads" and "info inferiors".
13807
13808 2014-02-05 Yao Qi <yao@codesourcery.com>
13809
13810 Revert this patch:
13811
13812 2013-05-24 Yao Qi <yao@codesourcery.com>
13813
13814 * gdb.trace/tfile.exp: Test inferior and thread.
13815
13816 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13817
13818 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13819 on a function.
13820 * gdb.base/step-bt.c: Call hello via function pointer to make
13821 sure its first instruction is executed on powerpc64le-linux.
13822
13823 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13824
13825 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13826
13827 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13828
13829 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13830 of the test patterns for use on little-endian systems.
13831
13832 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13833
13834 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13835 (decimal_vector): Fix for little-endian.
13836
13837 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13838
13839 * gdb.arch/sparc-sysstep.exp: New file.
13840 * gdb.arch/sparc-sysstep.c: Likewise.
13841
13842 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13843
13844 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13845
13846 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13847
13848 2014-01-23 Tom Tromey <tromey@redhat.com>
13849
13850 * gdb.ada/array_char_idx: New testcase.
13851
13852 2014-01-23 Tom Tromey <tromey@redhat.com>
13853
13854 PR python/16487:
13855 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13856 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13857 classes.
13858
13859 2014-01-23 Tom Tromey <tromey@redhat.com>
13860
13861 PR python/16491:
13862 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13863 string from an inferior frame.
13864 * gdb.python/py-framefilter-mi.exp: Update.
13865
13866 2014-01-22 Doug Evans <dje@google.com>
13867
13868 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13869
13870 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13871
13872 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13873
13874 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13875
13876 * gdb.trace/entry-values.exp: Remove excess space character from
13877 regex patterns. Handle s390 call instruction.
13878
13879 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13880
13881 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13882 define "*_start" label. Make "name" static.
13883 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13884 ${name} by references to ${name}_start.
13885
13886 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13887
13888 * gdb.base/info-macros.exp: Remove "debug" from the compile
13889 options.
13890
13891 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13892
13893 * gdb.dlang/demangle.exp: New file.
13894
13895 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13896
13897 * gdb.dlang/primitive-types.exp: New file.
13898
13899 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13900
13901 * configure.ac: Create gdb.dlang/Makefile.
13902 * configure: Regenerate.
13903 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13904 * gdb.dlang/Makefile.in: New file.
13905 * lib/d-support.exp: New file.
13906 * lib/gdb.exp (skip_d_tests): New proc.
13907
13908 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13909
13910 * gdb.btrace/delta.exp: Check reverse stepi.
13911 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13912 * gdb.btrace/finish.exp: New.
13913 * gdb.btrace/next.exp: New.
13914 * gdb.btrace/nexti.exp: New.
13915 * gdb.btrace/record_goto.c: Add comments.
13916 * gdb.btrace/step.exp: New.
13917 * gdb.btrace/stepi.exp: New.
13918 * gdb.btrace/multi-thread-step.c: New.
13919 * gdb.btrace/multi-thread-step.exp: New.
13920 * gdb.btrace/rn-dl-bind.c: New.
13921 * gdb.btrace/rn-dl-bind.exp: New.
13922 * gdb.btrace/data.c: New.
13923 * gdb.btrace/data.exp: New.
13924 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13925
13926 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13927
13928 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13929 * gdb.btrace/exception.exp: Update.
13930 * gdb.btrace/instruction_history.exp: Update.
13931 * gdb.btrace/record_goto.exp: Update.
13932 * gdb.btrace/tailcall.exp: Update.
13933 * gdb.btrace/unknown_functions.exp: Update.
13934 * gdb.btrace/delta.exp: New.
13935
13936 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13937
13938 * gdb.btrace/record_goto.exp: Add backtrace test.
13939 * gdb.btrace/tailcall.exp: Add backtrace test.
13940
13941 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13942
13943 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13944 * gdb.btrace/record_goto.c: New.
13945 * gdb.btrace/record_goto.exp: New.
13946 * gdb.btrace/x86-record_goto.S: New.
13947
13948 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13949
13950 * gdb.btrace/function_call_history.exp: Update tests.
13951 * gdb.btrace/instruction_history.exp: Update tests.
13952
13953 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13954
13955 * gdb.btrace/function_call_history.exp: Fix expected field
13956 order for "record function-call-history".
13957 Add new tests for "record function-call-history /c".
13958 * gdb.btrace/exception.cc: New.
13959 * gdb.btrace/exception.exp: New.
13960 * gdb.btrace/tailcall.exp: New.
13961 * gdb.btrace/x86-tailcall.S: New.
13962 * gdb.btrace/x86-tailcall.c: New.
13963 * gdb.btrace/unknown_functions.c: New.
13964 * gdb.btrace/unknown_functions.exp: New.
13965 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13966
13967 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13968
13969 * gdb.btrace/instruction_history.exp: Update.
13970 * gdb.btrace/function_call_history.exp: Update.
13971
13972 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13973
13974 * gdb.btrace/function_call_history.exp: Fix expected function
13975 trace.
13976 * gdb.btrace/instruction_history.exp: Initialize traced.
13977 Remove traced_functions.
13978
13979 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13980
13981 * gdb.btrace/function_call_history.exp: Update
13982 * gdb.btrace/instruction_history.exp: Update.
13983
13984 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13985
13986 * gdb.btrace/enable.exp: Update expected text.
13987
13988 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13989
13990 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13991 bytes.
13992
13993 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13994
13995 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13996
13997 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
13998
13999 * lib/gdb.exp (supports_process_record): Return true for
14000 arm*-linux*. (supports_reverse): Likewise.
14001
14002 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14003
14004 PR python/15464
14005 PR python/16113
14006 * gdb.python/py-type.c: Enhance test case.
14007 * gdb.python/py-value-cc.cc: Likewise
14008 * gdb.python/py-type.exp: Add new tests.
14009 * gdb.python/py-value-cc.exp: Likewise
14010
14011 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14012 Pedro Alves <palves@redhat.com>
14013
14014 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14015 Make "name" extern.
14016 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14017 references to ${name}_start by references to ${name}.
14018
14019 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14020
14021 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14022
14023 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14024
14025 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14026
14027 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14028 Pedro Alves <palves@redhat.com>
14029
14030 * gdb.mi/mi-info-os.exp: Connect to the target with
14031 mi_gdb_target_load.
14032
14033 2014-01-08 Pedro Alves <palves@redhat.com>
14034
14035 * gdb.threads/reconnect-signal.c: New file.
14036 * gdb.threads/reconnect-signal.exp: New file.
14037
14038 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14039
14040 * gdb.base/source-dir.exp: New file.
14041
14042 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14043
14044 * gdb.ada/mi_interface: New testcase.
14045
14046 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14047
14048 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14049 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14050 gdb.ada/pp-rec-component/pck.ads: New files.
14051
14052 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14053
14054 * gdb.python/py-pp-integral.c: New file.
14055 * gdb.python/py-pp-integral.py: New file.
14056 * gdb.python/py-pp-integral.exp: New file.
14057
14058 For older changes see ChangeLog-1993-2013.
14059 \f
14060 ;; Local Variables:
14061 ;; mode: change-log
14062 ;; left-margin: 8
14063 ;; fill-column: 74
14064 ;; version-control: never
14065 ;; End:
14066
14067 Copyright 2014-2018 Free Software Foundation, Inc.
14068 Copying and distribution of this file, with or without modification,
14069 are permitted provided the copyright notice and this notice are preserved.
This page took 0.310418 seconds and 5 git commands to generate.