Avoid gdb.base/fork-running-state.exp lingering processes
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-06-14 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/fork-running-state.c: Include <errno.h>.
4 (exit_if_relative_exits): New.
5 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6 exits.
7 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
8 child exits.
9
10 2018-06-14 Tom de Vries <tdevries@suse.de>
11
12 PR cli/22573
13 * gdb.base/finish-pretty.c: New test.
14 * gdb.base/finish-pretty.exp: New file.
15
16 2018-06-14 Pedro Alves <palves@redhat.com>
17
18 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
19 gdb's expected startup output.
20
21 2018-06-14 Pedro Alves <palves@redhat.com>
22
23 * lib/selftest-support.exp (selftest_setup): Remove inlined
24 function handling.
25
26 2018-06-14 Tom de Vries <tdevries@suse.de>
27
28 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
29 matching of breakpoint printing.
30
31 2018-06-13 Tom de Vries <tdevries@suse.de>
32
33 PR testsuite/23269
34 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
35 (fork_child): ... here, and ...
36 (fork_parent): ... here.
37
38 2018-06-12 Tom de Vries <tdevries@suse.de>
39
40 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
41
42 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
43 Stephen Roberts <stephen.roberts@arm.com>
44
45 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
46 rewrite test to describe action performed, rather than possible
47 failure.
48
49 2018-06-08 Gary Benson <gbenson@redhat.com>
50
51 * gdb.threads/check-libthread-db.exp: New file.
52 * gdb.threads/check-libthread-db.c: Likewise.
53
54 2018-06-05 Tom Tromey <tom@tromey.com>
55
56 * gdb.base/default.exp: Update expected "show version" output.
57
58 2018-06-05 Tom Tromey <tom@tromey.com>
59
60 PR cli/12326:
61 * gdb.cp/static-print-quit.exp: Update.
62 * lib/gdb.exp (pagination_prompt): Update.
63 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
64 * gdb.python/python.exp: Update.
65
66 2018-06-04 Joel Brobecker <brobecker@adacore.com>
67
68 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
69
70 2018-06-01 Joel Brobecker <brobecker@adacore.com>
71
72 * gdb.ada/bp_fun_addr: New testcase.
73
74 2018-06-01 Tom Tromey <tom@tromey.com>
75
76 * gdb.xml/tdesc-regs.exp (load_description): Update expected
77 results.
78 * gdb.dwarf2/method-ptr.exp: Set language to C++.
79 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
80 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
81 * gdb.base/maint.exp (maint_pass_if): Update.
82
83 2018-05-31 Maciej W. Rozycki <macro@mips.com>
84
85 * gdb.base/endian.exp: New test.
86 * gdb.base/endian.c: New test source.
87
88 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 PR gdb/23203
91 * gdb.base/bt-selected-frame.c: New file.
92 * gdb.base/bt-selected-frame.exp: New file.
93 * lib/gdb.exp (get_current_frame_number): New function.
94
95 2018-05-24 Maciej W. Rozycki <macro@mips.com>
96 Pedro Alves <palves@redhat.com>
97
98 * gdb.threads/tls-core.c: Include <stdlib.h>
99 (thread_proc): Call `abort'.
100 * gdb.threads/tls-core.exp: Generate a core with core_find too.
101 (tls_core_test): New procedure, bits factored out from ...
102 (top level): ... here. Test both native cores and gcore cores.
103
104 2018-05-23 Tom Tromey <tom@tromey.com>
105
106 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
107
108 2018-05-23 Tom Tromey <tom@tromey.com>
109
110 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
111 symfile_complaints.
112 (test_short_complaints): Likewise.
113 (test_empty_complaints): Likewise.
114 (test_initial_complaints): Update.
115
116 2018-05-23 Tom Tromey <tom@tromey.com>
117
118 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
119
120 2018-05-23 Tom Tromey <tom@tromey.com>
121
122 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
123 (test_short_complaints): Update.
124
125 2018-05-22 Pedro Alves <palves@redhat.com>
126
127 * gdb.base/remote.exp: Only gdb_start after compiling the
128 testcase. Issue "disconnect" before testing "set remote" command
129 defaults. Issue clean_restart before running to main.
130
131 2018-05-22 Pedro Alves <palves@redhat.com>
132
133 * gdb.base/remote.exp: Adjust expected output of "show remote
134 memory-write-packet-size". Add tests for "set remote
135 memory-write-packet-size 0" and "set remote
136 memory-write-packet-size fixed/limit".
137
138 2018-05-22 Pedro Alves <palves@redhat.com>
139
140 PR gdb/22973
141 * gdb.base/utf8-identifiers.c: New file.
142 * gdb.base/utf8-identifiers.exp: New file.
143
144 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
145
146 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
147
148 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
149
150 * gdb.arch/powerpc-vsx-gcore.exp: New file.
151
152 2018-05-18 Tom Tromey <tom@tromey.com>
153
154 * gdb.base/ptype-offsets.exp: Update.
155
156 2018-05-17 Keith Seitz <keiths@redhat.com>
157
158 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
159 in expected breakpoint stop locations.
160 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
161 move to proper scope to test variable values.
162 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
163 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
164 New functions.
165 (main): Call not_inline_func3.
166 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
167 inline_func1, inline_func2, and inline_func3. Test that when each
168 breakpoint is hit, GDB properly reports both the stop location
169 and the backtrace. Repeat tests for temporary breakpoints.
170
171 2018-05-15 Maciej W. Rozycki <macro@mips.com>
172
173 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
174 rather then trying to access it in determining whether the PID
175 of `gdbserver' could have been retrieved.
176
177 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
178
179 * gdb.arch/amd64-init-x87-values.S: New file.
180 * gdb.arch/amd64-init-x87-values.exp: New file.
181
182 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
183
184 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
185
186 2018-05-04 Tom Tromey <tom@tromey.com>
187
188 PR python/22730:
189 * gdb.python/python.exp: Test multi-line execute.
190
191 2018-05-04 Tom Tromey <tom@tromey.com>
192
193 PR python/22731:
194 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
195
196 2018-05-04 Tom Tromey <tom@tromey.com>
197
198 PR gdb/11750:
199 * gdb.base/define.exp: Test defining a user command inside a user
200 command.
201 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
202
203 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
204 Pedro Alves <palves@redhat.com>
205
206 PR breakpoints/19806 and support for PR external/20207.
207 * gdb.base/watchpoint-unaligned.c: New file.
208 * gdb.base/watchpoint-unaligned.exp: New file.
209
210 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 * gdb.base/maint.exp: Make test names unique, use
213 test_prefix_command_help to test 'help maint info', and remove
214 repeated test of 'help maint'.
215
216 2018-05-04 Tom Tromey <tom@tromey.com>
217
218 PR gdb/22619:
219 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
220 behavior.
221
222 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
223
224 * gdb.base/maint.exp: Process output from 'maint print registers'
225 line at a time.
226
227 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
228
229 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
230 timeout.
231
232 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
233
234 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
235 filter pattern.
236
237 2018-05-02 Pedro Alves <palves@redhat.com>
238
239 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
240 to_log_command renames.
241 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
242
243 2018-05-02 Tom Tromey <tom@tromey.com>
244
245 * gdb.python/py-parameter.exp: Set test message.
246
247 2018-05-02 Tom Tromey <tom@tromey.com>
248
249 PR python/20084:
250 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
251 PARAM_ZUINTEGER_UNLIMITED tests.
252
253 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
254
255 PR rust/23124
256 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
257 when casting.
258
259 2018-04-30 Tom Tromey <tom@tromey.com>
260
261 * gdb.python/py-type.exp: Check align attribute.
262 * gdb.python/py-type.c: New "aligncheck" global.
263
264 2018-04-30 Tom Tromey <tom@tromey.com>
265
266 PR exp/17095:
267 * gdb.dwarf2/dw2-align.exp: New file.
268 * gdb.cp/align.exp: New file.
269 * gdb.base/align.exp: New file.
270 * lib/gdb.exp (gdb_int128_helper): New proc.
271 (has_int128_c, has_int128_cxx): New caching procs.
272
273 2018-04-27 Tom Tromey <tom@tromey.com>
274
275 PR rust/22545:
276 * gdb.rust/simple.exp: Add inclusive range tests.
277
278 2018-04-26 Pedro Alves <palves@redhat.com>
279
280 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
281 ifunc breakpoint locations correctly of ifunc breakpoints set
282 while the program resolves the ifunc.
283
284 2018-04-26 Pedro Alves <palves@redhat.com>
285
286 * gdb.base/gnu-ifunc-final.c: New file.
287 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
288 * gdb.base/gnu-ifunc.exp (executable): Delete.
289 (staticexecutable): Adjust.
290 (lib_opts, exec_opts): Delete.
291 (make_binsuffix, build, set-break): New procedures.
292 (misc_tests): New, with tests factored out from the top level.
293 (top level): Test different combinations of ifunc resolver name,
294 resolver with and with debug info, and ifunc target with and
295 without debug info. Wrap static tests with with_target_prefix.
296
297 2018-04-26 Pedro Alves <palves@redhat.com>
298
299 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
300 return type" warnings.
301
302 2018-04-25 Pedro Alves <palves@redhat.com>
303
304 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
305 killed".
306 * gdb.base/kill-after-signal.exp: Likewise.
307 * gdb.threads/kill.exp: Likewise.
308
309 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
310 Sergio Durigan Junior <sergiodj@redhat.com>
311 Pedro Alves <palves@redhat.com>
312
313 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
314 regexps to expect for '[Inferior ... detached]' as well.
315 * gdb.base/attach.exp: Likewise.
316 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
317 "gdb_continue_to_end".
318 (test_catch_syscall_with_wrong_args): Likewise.
319 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
320 ']'. Don't set 'verbose' on.
321 * gdb.base/foll-vfork.exp: Likewise.
322 * gdb.base/fork-print-inferior-events.c: New file.
323 * gdb.base/fork-print-inferior-events.exp: New file.
324 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
325 '[Inferior ... has been killed]' message.
326 * gdb.base/kill-after-signal.exp: Likewise.
327 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
328 detach message.
329 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
330 message.
331 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
332 regexps to expect for '[Inferior ... detached]' as well.
333 * gdb.threads/process-dies-while-detaching.exp: Likewise.
334
335 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
336
337 PR gdb/23104
338 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
339
340 2018-04-19 Richard Bunt <richard.bunt@arm.com>
341
342 * gdb.threads/multiple-successive-infcall.c: New test.
343 * gdb.threads/multiple-successive-infcall.exp: New file.
344
345 2018-04-17 Tom Tromey <tom@tromey.com>
346
347 * gdb.rust/simple.rs (Union): New type.
348 (main): New local "u".
349 * gdb.rust/simple.exp (test_one_slice): Add new test case.
350
351 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
352
353 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
354 number information in output of "whereis" command.
355 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
356
357 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
358
359 * gdb.ada/info_types.exp: Adjust expected output to the line
360 numbers now printed by "info var/func/type".
361 * gdb.base/completion.exp: Likewise.
362 * gdb.base/included.exp: Likewise.
363 * gdb.cp/cp-relocate.exp: Likewise.
364 * gdb.cp/cplusfuncs.exp: Likewise.
365 * gdb.cp/namespace.exp: Likewise.
366 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
367
368 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
369
370 * gdb.btrace/cpu.exp: New.
371
372 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
373
374 * gdb.base/step-indirect-call-thunk.exp: New.
375 * gdb.base/step-indirect-call-thunk.c: New.
376 * gdb.reverse/step-indirect-call-thunk.exp: New.
377 * gdb.reverse/step-indirect-call-thunk.c: New.
378
379 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
380
381 * gdb.base/pie-fork.c: New file.
382 * gdb.base/pie-fork.exp: New file.
383
384 2018-04-11 Tom Tromey <tom@tromey.com>
385
386 * gdb.rust/simple.exp: Add test for ".." struct initializer.
387
388 2018-04-10 Pedro Alves <palves@redhat.com>
389
390 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
391 exits. Instead loop running forever.
392 (fork_parent): Run forever too.
393
394 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
395
396 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
397 mi_continue_to_line.
398 * gdb.mi/mi-stack.c (callee4): Add comment.
399
400 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
401
402 * gdb.mi/mi-stack.exp: Fix indentation.
403
404 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
405
406 PR gdb/22979
407 * gdb.arch/amd64-osabi.exp: New file.
408
409 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
410
411 PR gdb/22980
412 * gdb.base/osabi.exp: New file.
413
414 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
415
416 * gdb.cp/static-typedef-print.exp: New file.
417 * gdb.cp/static-typedef-print.cc: New file.
418
419 2018-03-27 Joel Brobecker <brobecker@adacore.com>
420
421 * gdb.ada/varsize_limit: New testcase.
422
423 2018-03-27 Joel Brobecker <brobecker@adacore.com>
424
425 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
426
427 * gdb.ada/notcplusplus: New testcase.
428
429 * gdb.base/c-linkage-name.c: New file.
430 * gdb.base/c-linkage-name.exp: New testcase.
431
432 2018-03-26 Tom Tromey <tom@tromey.com>
433
434 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
435 * gdb.python/py-framefilter.py (name_error): New global.
436 (ErrorInName.function): Use name_error.
437
438 2018-03-26 Tom Tromey <tom@tromey.com>
439
440 PR backtrace/15582:
441 * gdb.python/py-framefilter.exp: Add "bt hide" test.
442
443 2018-03-23 Keith Seitz <keiths@redhat.com>
444
445 PR c++/22968
446 * gdb.cp/subtypes.exp: New file.
447 * gdb.cp/subtypes.h: New file.
448 * gdb.cp/subtypes.cc: New file.
449 * gdb.cp/subtypes-2.cc: New file.
450
451 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
452
453 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
454 (done): Call '_exit' not 'exit' to avoid atexit handlers.
455 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
456 -nostartfiles when compiling the test. Confirm that all registers
457 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
458
459 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
462 option, syntax was wrong anyway.
463 * gdb.arch/arm-disp-step.exp: Likewise.
464 * gdb.arch/sparc64-regs.exp: Likewise.
465 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
466 option, syntax was wrong anyway, switch to use
467 prepare_for_testing.
468 * gdb.arch/i386-disp-step.exp: Likewise.
469
470 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
471
472 * gdb.ada/exec_changed.exp: Replace "target_info exists
473 use_gdb_stub" by "use_gdb_stub".
474 * gdb.ada/start.exp: Likewise.
475 * gdb.base/async-shell.exp: Likewise.
476 * gdb.base/attach-pie-misread.exp: Likewise.
477 * gdb.base/attach-wait-input.exp: Likewise.
478 * gdb.base/break-entry.exp: Likewise.
479 * gdb.base/break-interp.exp: Likewise.
480 * gdb.base/dprintf-detach.exp: Likewise.
481 * gdb.base/nostdlib.exp: Likewise.
482 * gdb.base/solib-nodir.exp: Likewise.
483 * gdb.base/statistics.exp: Likewise.
484 * gdb.base/testenv.exp: Likewise.
485 * gdb.mi/mi-exec-run.exp: Likewise.
486 * gdb.mi/mi-start.exp: Likewise.
487 * gdb.multi/dummy-frame-restore.exp: Likewise.
488 * gdb.multi/multi-arch-exec.exp: Likewise.
489 * gdb.multi/multi-arch.exp: Likewise.
490 * gdb.multi/tids.exp: Likewise.
491 * gdb.multi/watchpoint-multi.exp: Likewise.
492 * gdb.python/py-events.exp: Likewise.
493 * gdb.threads/attach-into-signal.exp: Likewise.
494 * gdb.threads/attach-stopped.exp: Likewise.
495 * gdb.threads/threadapply.exp: Likewise.
496 * lib/selftest-support.exp: Likewise.
497
498 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
499
500 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
501
502 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
503
504 * gdb.perf/template-breakpoints.cc: New file.
505 * gdb.perf/template-breakpoints.exp: New file.
506 * gdb.perf/template-breakpoints.py: New file.
507
508 2018-03-19 Tom Tromey <tom@tromey.com>
509
510 * gdb.rust/simple.rs (main): Add local variables field1, field2,
511 y0.
512 * gdb.rust/simple.exp: Test bare identifier form of struct
513 initializer.
514
515 2018-03-19 Tom Tromey <tom@tromey.com>
516
517 * gdb.gdb/observer.exp: Remove.
518
519 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
520
521 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
522 "qualified" option when setting breakpoints.
523 * gdb.trace/backtrace.exp: Likewise.
524 * gdb.trace/circ.exp: Likewise.
525 * gdb.trace/collection.exp: Likewise.
526 * gdb.trace/disconnected-tracing.exp: Likewise.
527 * gdb.trace/ftrace-lock.exp: Likewise.
528 * gdb.trace/ftrace.exp: Likewise.
529 * gdb.trace/infotrace.exp: Likewise.
530 * gdb.trace/packetlen.exp: Likewise.
531 * gdb.trace/passc-dyn.exp: Likewise.
532 * gdb.trace/qtro.exp: Likewise.
533 * gdb.trace/read-memory.exp: Likewise.
534 * gdb.trace/report.exp: Likewise.
535 * gdb.trace/signal.exp: Likewise.
536 * gdb.trace/status-stop.exp: Likewise.
537 * gdb.trace/strace.exp: Likewise.
538 * gdb.trace/tfind.exp: Likewise.
539 * gdb.trace/trace-break.exp: Likewise.
540 * gdb.trace/trace-condition.exp: Likewise.
541 * gdb.trace/trace-mt.exp: Likewise.
542 * gdb.trace/tstatus.exp: Likewise.
543 * gdb.trace/tsv.exp: Likewise.
544 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
545 * gdb.trace/unavailable.exp: Likewise.
546 * gdb.trace/while-dyn.exp: Likewise.
547
548 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
549
550 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
551 that libinproctrace is copied to the target.
552
553 2018-03-14 Tom Tromey <tom@tromey.com>
554
555 PR cli/14977:
556 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
557 a null pointer.
558 * gdb.base/wchar.exp: Likewise.
559
560 2018-03-14 Tom Tromey <tom@tromey.com>
561
562 PR cli/19918:
563 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
564 flag.
565
566 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
567
568 PR gdb/22841
569 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
570 "target" to remote_exec.
571
572 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
573
574 PR gdb/22841
575 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
576 ${board}_upload): Remove.
577
578 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
579
580 * gdb.cp/watch-cp.cc: New test.
581 * gdb.cp/watch-cp.exp: New file.
582
583 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
584
585 * gdb.base/infcall-nested-structs.exp: New file.
586 * gdb.base/infcall-nested-structs.c: New file.
587 * gdb.base/float.exp: Add riscv support.
588
589 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
590
591 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
592 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
593
594 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
595
596 * gdb.server/abspath.exp: New file.
597 * lib/gdb.exp (with_cwd): New procedure.
598
599 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
600
601 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
602 use it.
603 (gdb_is_target_remote_prompt): New proc.
604 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
605 (gdb_is_target_native): Pass prompt parameter to
606 gdb_is_target_1.
607
608 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
609
610 * gdb.base/load-command.c: New file.
611 * gdb.base/load-command.exp: New file.
612 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
613 (gdb_is_target_1): ...this, and generalize for other targets
614 than just remote.
615 (gdb_is_target_remote): Use gdb_is_target_1.
616 (gdb_is_target_native): use gdb_is_target_1.
617
618 2018-02-26 Tom Tromey <tom@tromey.com>
619
620 PR python/16497:
621 * gdb.python/py-framefilter.exp: Update test.
622
623 2018-02-26 Tom Tromey <tom@tromey.com>
624
625 * gdb.dwarf2/variant.c: New file.
626 * gdb.dwarf2/variant.exp: New file.
627
628 2018-02-26 Tom Tromey <tom@tromey.com>
629
630 * gdb.rust/simple.exp: Accept more possible results in enum test.
631
632 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
633
634 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
635 parentheses.
636
637 2018-02-23 Maciej W. Rozycki <macro@mips.com>
638
639 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
640 name of a variable: $actual_linejj -> $actual_line.
641
642 2018-02-21 John Baldwin <jhb@FreeBSD.org>
643
644 * gdb.arch/amd64-i386-address.exp: Fix a typo.
645
646 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
647
648 * gdb.btrace/buffer-size.exp: Do not force BTS.
649
650 2018-02-14 Pedro Alves <palves@redhat.com>
651
652 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
653 getting a "Quit".
654
655 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
656
657 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
658 Fix test name.
659
660 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
661
662 * gdb.cp/m-static.exp: Check type of optimized out static
663 member.
664
665 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
666
667 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
668 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
669
670 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
671 Leszek Swirski <leszeks@google.com>
672
673 * gdb.python/py-prettyprint.c
674 (struct to_string_returns_value_inner,
675 struct to_string_returns_value_wrapper): New.
676 (main): Add tsrvw variable.
677 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
678 ToStringReturnsValueWrapper): New classes.
679 (register_pretty_printers): Register new pretty-printers.
680 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
681 recursive pretty printer.
682 * gdb.python/py-mi.exp: Likewise.
683
684 2018-02-01 Leszek Swirski <leszeks@google.com>
685
686 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
687 functions with the same name as an include file are parsed
688 correctly.
689
690 2018-02-01 Yao Qi <yao.qi@linaro.org>
691
692 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
693 "\[^\r\n\]*".
694
695 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
696
697 * gdb.arch/powerpc-prologue-frame.s: New file.
698 * gdb.arch/powerpc-prologue-frame.c: Likewise.
699 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
700
701 2018-01-31 Joel Brobecker <brobecker@adacore.com>
702
703 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
704
705 2018-01-30 Pedro Alves <palves@redhat.com>
706
707 PR gdb/13211
708 * gdb.base/interrupt-daemon.c: New.
709 * gdb.base/interrupt-daemon.exp: New.
710 * gdb.multi/multi-term-settings.c: New.
711 * gdb.multi/multi-term-settings.exp: New.
712
713 2018-01-30 Joel Brobecker <brobecker@adacore.com>
714
715 * gdb.base/break.exp: Save the location where the breakpoint
716 on break.c:47 was actually inserted when debugging the version
717 compiled at -O2 and use it in the expected output of the "info
718 break" test performed soon after.
719
720 2018-01-22 Pedro Alves <palves@redhat.com>
721 Sergio Durigan Junior <sergiodj@redhat.com>
722
723 * gdb.base/whatis.exp: Add tests for 'set print object on' +
724 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
725
726 2018-01-22 Joel Brobecker <brobecker@adacore.com>
727
728 * gdb.base/break-include.c, gdb.base/break-include.inc,
729 gdb.base/break-include.exp: New files.
730 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
731 line number now being the actual line number where the breakpoint
732 was inserted.
733 * gdb.mi/mi-break.exp: Likewise.
734 * gdb.mi/mi-reverse.exp: Likewise.
735 * gdb.mi/mi-simplerun.exp: Ditto.
736
737 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
738
739 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
740 varobj.
741 * gdb.mi/mi-var-create-rtti.exp: Likewise.
742
743 2018-01-21 Don Breazeal <donb@codesourcery.com>
744 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.mi/basics.c: Add new global.
747 * gdb.mi/mi-frame-regs.exp: New file.
748 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
749 case.
750
751 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
752
753 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
754 non-parameter, and on an unknown symbol.
755
756 2018-01-19 Tom Tromey <tom@tromey.com>
757
758 * gdb.rust/modules.rs (TWENTY_THREE): New global.
759 * gdb.rust/modules.exp: Add ::-qualified lookup test.
760
761 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
762
763 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
764 setrlimit and chdir to int.
765
766 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
767
768 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
769 function.
770 (my_tend): Likewise.
771 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
772 rationale of avoiding FP- and vector instructions.
773
774 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
775
776 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
777 "info reg" with "\[ \t\]*".
778 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
779 "\[ \t\]+".
780 * gdb.arch/s390-multiarch.exp: Ditto.
781 * gdb.base/pc-fp.exp: Ditto.
782 * gdb.reverse/i386-precsave.exp: Ditto.
783 * gdb.reverse/i386-reverse.exp: Ditto.
784 * gdb.reverse/i387-env-reverse.exp: Ditto.
785 * gdb.reverse/i387-stack-reverse.exp: Ditto.
786
787 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
788
789 * lib/gdb.exp (gdb_compile): Re-enable use of
790 universal_compile_options for languages other than Rust.
791
792 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
793
794 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
795
796 2018-01-17 Mike Gulick <mgulick@mathworks.com>
797
798 PR gdb/16577
799 * gdb.base/solib-vanish.exp: New.
800 * gdb.base/solib-vanish-main.c: New.
801 * gdb.base/solib-vanish-lib1.c: New.
802 * gdb.base/solib-vanish-lib2.c: New.
803
804 2018-01-17 Yao Qi <yao.qi@linaro.org>
805
806 * gdb.compile/compile.exp: Match the address printed for
807 frame in the output of command "bt".
808
809 2018-01-15 Tom Tromey <tom@tromey.com>
810
811 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
812 compute sp_reg.
813
814 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
815
816 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
817 to prepare.
818 (prepare): Return 0 on error, 1 on success.
819
820 2018-01-12 Pedro Alves <palves@redhat.com>
821
822 * gdb.base/continue-after-aborted-step-over.c: New.
823 * gdb.base/continue-after-aborted-step-over.exp: New.
824
825 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
826
827 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
828 options when not creating an executable.
829
830 2018-01-11 Pedro Alves <palves@redhat.com>
831
832 PR remote/22597
833 * gdb.server/stop-reply-no-thread.c: New file.
834 * gdb.server/stop-reply-no-thread.exp: New file.
835
836 2018-01-10 Pedro Alves <palves@redhat.com>
837
838 PR gdb/22670
839 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
840 functions too. Test setting breakpoints and printing C functions
841 with no debug info too.
842 * gdb.ada/bp_c_mixed_case/qux.c: New file.
843
844 2018-01-10 Pedro Alves <palves@redhat.com>
845
846 PR gdb/22670
847 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
848 a fail.
849
850 2018-01-10 Pedro Alves <palves@redhat.com>
851
852 PR gdb/22670
853 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
854
855 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
856
857 * gdb.server/unittest.exp: Match the output in non-development
858 mode.
859
860 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
861
862 * gdb.gdb/unittest.exp: Match output in non-development mode.
863
864 2018-01-08 Joel Brobecker <brobecker@adacore.com>
865
866 * gdb.ada/access_tagged_param.exp: Relax expected output
867 for value of "ObjL" in "continue" to pck.inspect breakpoint
868 test.
869
870 2018-01-08 Joel Brobecker <brobecker@adacore.com>
871
872 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
873 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
874
875 2018-01-05 Pedro Alves <palves@redhat.com>
876
877 PR gdb/18653
878 * gdb.base/libsegfault.exp: New.
879
880 2018-01-05 Joel Brobecker <brobecker@adacore.com>
881
882 PR gdb/22670
883 * gdb.ada/access_tagged_param.exp: New file.
884 * gdb.ada/access_tagged_param/foo.adb: New file.
885
886 2018-01-05 Pedro Alves <palves@redhat.com>
887
888 PR gdb/22670
889 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
890 exercise lower case too, and to exercise both full matching and
891 wild matching.
892
893 2018-01-05 Joel Brobecker <brobecker@adacore.com>
894
895 * gdb.ada/rename_subscript_param: New testcase.
896
897 2018-01-05 Jerome Guitton <guitton@adacore.com>
898
899 * gdb.ada/arr_acc_idx_w_gap: New testcase.
900
901 2018-01-05 Joel Brobecker <brobecker@adacore.com>
902
903 * gdb.ada/convvar_comp: New testcase.
904
905 2018-01-05 Xavier Roirand <roirand@adacore.com>
906
907 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
908 (My_Table): New global variable.
909 * testsuite/gdb.ada/array_char_idx.exp: Add test.
910
911 2018-01-04 Joel Brobecker <brobecker@adacore.com>
912
913 PR gdb/22670
914 * gdb.ada/maint_with_ada: New testcase.
915
916 2018-01-04 Joel Brobecker <brobecker@adacore.com>
917
918 PR gdb/22670
919 * gdb.ada/bp_c_mixed_case: New testcase.
920
921 2018-01-04 Joel Brobecker <brobecker@adacore.com>
922
923 PR gdb/22670
924 * gdb.ada/complete.exp: Add "complete break ada" test.
925
926 2018-01-04 Joel Brobecker <brobecker@adacore.com>
927
928 PR gdb/22670
929 * gdb.ada/info_addr_mixed_case: New testcase.
930
931 2018-01-03 Xavier Roirand <roirand@adacore.com>
932
933 * gdb.ada/excep_handle.exp: New testcase.
934 * gdb.ada/excep_handle/foo.adb: New file.
935 * gdb.ada/excep_handle/pck.ads: New file.
936
937 2018-01-03 Joel Brobecker <brobecker@adacore.com>
938
939 * gdb.base/step-line.c: Add extra empty line in copyright header.
940 * gdb.base/step-line.inp: Likewise.
941
942 2018-01-02 Joel Brobecker <brobecker@adacore.com>
943
944 * gdb.ada/dyn_stride.exp: Add slice test.
945
946 2018-01-02 Joel Brobecker <brobecker@adacore.com>
947
948 * gdb.ada/dyn_stride: New testcase.
949
950 2017-12-27 Stafford Horne <shorne@gmail.com>
951
952 * gdb.xml/extra-regs.xml: Add example foo reggroup.
953 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
954
955 2017-12-27 Stafford Horne <shorne@gmail.com>
956
957 * gdb.base/reggroups.c: New file.
958 * gdb.base/reggroups.exp: New file.
959
960 2017-12-18 Joel Brobecker <brobecker@adacore.com>
961
962 * gdb.dwarf2/ada-valprint-error.c: New file.
963 * gdb.dwarf2/ada-valprint-error.exp: New file.
964
965 2017-12-18 Joel Brobecker <brobecker@adacore.com>
966
967 * gdb.ada/assign_arr: New testcase.
968
969 2017-12-18 Xavier Roirand <roirand@adacore.com>
970
971 * gdb.ada/funcall_ptr: New testcase.
972
973 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
974
975 PR cli/16224
976 * gdb.base/ptype-offsets.cc: New file.
977 * gdb.base/ptype-offsets.exp: New file.
978
979 2017-12-15 Yao Qi <yao.qi@linaro.org>
980
981 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
982 if XML is disabled.
983
984 2017-12-15 Xavier Roirand <roirand@adacore.com>
985
986 * gdb.ada/same_component_name: New testcase.
987
988 2017-12-14 Joel Brobecker <brobecker@adacore.com>
989
990 * gdb.ada/str_binop_equal: New testcase.
991
992 2017-12-14 Joel Brobecker <brobecker@adacore.com>
993
994 * gdb.ada/task_switch_in_core: New testcase.
995
996 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
997
998 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
999 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1000 call test_bkpt_qualified.
1001 (test_bkpt_qualified): New proc.
1002
1003 2017-12-13 Pedro Alves <palves@redhat.com>
1004
1005 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1006 Tighten regexp by matching with an anchor.
1007
1008 2017-12-13 Pedro Alves <palves@redhat.com>
1009
1010 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1011 ("expression with namespace"): New set of tests.
1012 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1013 (Nested::Test_NS::qux): New.
1014 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1015 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1016
1017 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1018
1019 * gdb.base/server-del-break.c: New file.
1020 * gdb.base/server-del-break.exp: New file.
1021
1022 2017-12-12 Stafford Horne <shorne@gmail.com>
1023
1024 * gdb.xml/tdesc-regs.exp: Add or1k support.
1025
1026 2017-12-12 Stafford Horne <shorne@gmail.com>
1027
1028 * gdb.base/bp-permanent.c: Define nop of or1k.
1029
1030 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1031
1032 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1033 output with components being reordered.
1034
1035 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1036
1037 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1038 output with components being reordered.
1039
1040 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1041 Pedro Alves <palves@redhat.com>
1042
1043 * gdb.base/maint.exp (check for .gdb_index): Check also for
1044 .debug_names.
1045 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1046 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1047 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1048 (.gdb_index used after symbol reloading): Support also .debug_names.
1049 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1050
1051 2017-12-08 Yao Qi <yao.qi@linaro.org>
1052
1053 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1054 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1055
1056 2017-12-08 Yao Qi <yao.qi@linaro.org>
1057
1058 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1059 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1060
1061 2017-12-08 Yao Qi <yao.qi@linaro.org>
1062
1063 * gdb.arch/aarch64-tagged-pointer.c: New file.
1064 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1065
1066 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1067
1068 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1069 "int".
1070
1071 2017-12-07 Keith Seitz <keiths@redhat.com>
1072
1073 PR breakpoints/22569
1074 * gdb.linespec/ls-errs.exp: Change expected result of "break
1075 -source this file has spaces.c -line 3".
1076 Check that an explicit source file followed by whitespace is
1077 identified as an invalid explicit location.
1078
1079 2017-12-07 Keith Seitz <keiths@redhat.com>
1080
1081 * gdb.cp/nested-types.cc: New file.
1082 * gdb.cp/nested-types.exp: New file.
1083 * lib/cp-support.exp: Load data-structures.exp library.
1084 (debug_cp_test_ptype_class): New global.
1085 (cp_ptype_class_verbose, next_line): New procedures.
1086 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1087 Add and document new return value.
1088 Switch the list of lines to a queue.
1089 Add support for new `type' key for nested type definitions.
1090 Add debugging/troubleshooting messages.
1091 * lib/data-structures.exp: New file.
1092
1093 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1094
1095 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1096 with proc_with_prefix, don't use with_test_prefix.
1097
1098 2017-12-07 Tom Tromey <tom@tromey.com>
1099
1100 * gdb.base/break.exp: Add test for empty "commands".
1101
1102 2017-12-07 Yao Qi <yao.qi@linaro.org>
1103
1104 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1105 malloc and catch syscall.
1106
1107 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1108
1109 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1110 tests for explicit locations.
1111
1112 2017-12-06 Pedro Alves <palves@redhat.com>
1113
1114 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1115 force-disabling XML descriptions.
1116
1117 2017-12-04 Pedro Alves <palves@redhat.com>
1118
1119 PR gdb/22499
1120 * gdb.arch/amd64-disp-step-avx.S: New file.
1121 * gdb.arch/amd64-disp-step-avx.exp: New file.
1122
1123 2017-12-03 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1126 and <string.h>.
1127 (parent_function): Print distinct messages when waitpid fails, or
1128 the child exits with a signal, or the child exits for an unhandled
1129 reason.
1130 * gdb.threads/process-dies-while-detaching.exp
1131 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1132 it. Wait for both inferior output and GDB's prompt. Use an
1133 indirect spawn id list.
1134 (do_detach): New parameter 'child_exit'. Use it to compute
1135 expected inferior output.
1136 (test_detach, test_detach_watch, test_detach_killed_outside):
1137 Adjust to pass down the expected child exit kind.
1138
1139 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1140 Sergio Durigan Junior <sergiodj@redhat.com>
1141 Pedro Alves <palves@redhat.com>
1142
1143 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1144
1145 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1146
1147 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1148 to 'symbol-file' and 'add-symbol-file' can be
1149 position-independent.
1150
1151 2017-12-01 Yao Qi <yao.qi@linaro.org>
1152
1153 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1154 the URL in copyright header.
1155 * gdb.arch/aarch64-fp.exp: Likewise.
1156 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1157 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1158 * gdb.base/expand-psymtabs.exp: Likewise.
1159 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1160 * gdb.fortran/common-block.exp: Likewise.
1161 * gdb.fortran/common-block.f90: Likewise.
1162 * gdb.fortran/logical.exp: Likewise.
1163 * gdb.fortran/vla-datatypes.f90: Likewise.
1164 * gdb.fortran/vla-sub.f90: Likewise.
1165
1166 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1167
1168 * gdb.ada/repeat_dyn: New testcase.
1169
1170 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1171
1172 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1173 Update for changed thread numbering.
1174 * gdb.cell/bt.exp: Update for changed GDB output.
1175
1176 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1177
1178 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1179 setting isremote by hand.
1180 * boards/dwarf4-gdb-index.exp: Likewise.
1181 * boards/fission.exp: Likewise.
1182 * boards/stabs.exp: Likewise.
1183
1184 2017-11-30 Pedro Alves <palves@redhat.com>
1185
1186 * gdb.linespec/cpls-ops.exp
1187 (check_explicit_skips_function_argument): Extract the underlying
1188 type of size_t instead of hardcoding it.
1189
1190 2017-11-29 Pedro Alves <palves@redhat.com>
1191
1192 PR c++/19436
1193 * gdb.linespec/cpls-abi-tag.cc: New file.
1194 * gdb.linespec/cpls-abi-tag.exp: New file.
1195
1196 2017-11-29 Pedro Alves <palves@redhat.com>
1197
1198 * gdb.base/langs.exp: Use -qualified.
1199 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1200 it.
1201 * gdb.cp/namespace.exp: Use -qualified.
1202 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1203 (overload-3, template-overload, template-ret-type, const-overload)
1204 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1205 procedures.
1206 (test_driver): Call them.
1207 * gdb.cp/save-bp-qualified.cc: New.
1208 * gdb.cp/save-bp-qualified.exp: New.
1209 * gdb.linespec/explicit.exp: Test -qualified.
1210 * lib/completion-support.exp (completion::explicit_opts_list): Add
1211 "-qualified".
1212 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1213
1214 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1215
1216 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1217
1218 2017-11-29 Tom Tromey <tom@tromey.com>
1219
1220 * gdb.base/relocate.exp: Update invalid argument test.
1221 Add new tests for invalid arguments.
1222
1223 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1224
1225 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1226 Return 0 as a long.
1227 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1228
1229 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1230
1231 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1232 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1233 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1234 func ().
1235 * gdb.cp/shadow.cc (B.func): Return 0.
1236
1237 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1238
1239 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1240 expected output in gdb_expect call to allow the exception
1241 message to be present as well. Fix syntax confusion to avoid
1242 TCL thinking that exception_name is an array.
1243
1244 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1245
1246 * gdb.arch/spu-info.c: Include <unistd.h>.
1247 (do_signal_test): Fix broken calls to write.
1248 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1249 Fix checks for empty mailboxes. Update signal tests for corrected
1250 do_signal_test routine. Allow nonzero event status.
1251 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1252 * gdb.cell/arch.exp: Use standard_output_file.
1253 * gdb.cell/break.exp: Likewise.
1254 * gdb.cell/bt.exp: Likewise.
1255 * gdb.cell/core.exp: Likewise.
1256 * gdb.cell/dwarfaddr.exp: Likewise.
1257 * gdb.cell/ea-cache.exp: Likewise.
1258 * gdb.cell/ea-standalone.exp: Likewise.
1259 * gdb.cell/f-regs.exp: Likewise.
1260 * gdb.cell/fork.exp: Likewise.
1261 * gdb.cell/gcore.exp: Likewise.
1262 * gdb.cell/mem-access.exp: Likewise.
1263 * gdb.cell/ptype.exp: Likewise.
1264 * gdb.cell/registers.exp: Likewise.
1265 * gdb.cell/sizeof.exp: Likewise.
1266 * gdb.cell/solib-symbol.exp: Likewise.
1267 * gdb.cell/solib.exp: Likewise.
1268
1269 2017-11-25 Pedro Alves <palves@redhat.com>
1270
1271 * gdb.base/complete-empty.exp: New file.
1272 * gdb.base/completion.exp: Adjust.
1273
1274 2017-11-25 Pedro Alves <palves@redhat.com>
1275
1276 * gdb.linespec/cpls-ops.cc: New file.
1277 * gdb.linespec/cpls-ops.exp: New file.
1278 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1279 factored out from ...
1280 (test_complete_prefix_range): ... this.
1281
1282 2017-11-24 Pedro Alves <palves@redhat.com>
1283
1284 * gdb.linespec/cpcompletion.exp: New file.
1285 * gdb.linespec/cpls-hyphen.cc: New file.
1286 * gdb.linespec/cpls.cc: New file.
1287 * gdb.linespec/cpls2.cc: New file.
1288 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1289 test to use test_gdb_complete_unique. Add label completion,
1290 keyword completion and explicit location completion tests.
1291 * lib/completion-support.exp: New file.
1292
1293 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1294
1295 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1296 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1297 when hitting an exception catchpoint.
1298
1299 2017-11-22 Yao Qi <yao.qi@linaro.org>
1300
1301 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1302
1303 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1304
1305 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1306 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1307 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1308
1309 2017-11-22 Yao Qi <yao.qi@linaro.org>
1310
1311 * gdb.base/info-os.exp: Pass pthreads.
1312 * gdb.multi/multi-attach.exp: Likewise.
1313
1314 2017-11-22 Yao Qi <yao.qi@linaro.org>
1315
1316 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1317 compiler.
1318
1319 2017-11-22 Yao Qi <yao.qi@linaro.org>
1320
1321 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1322 * gdb.base/break-interp.exp: Likewise.
1323 * gdb.base/jit-attach-pie.exp: Likewise.
1324
1325 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1326
1327 * gdb.base/float128.c (large128): New variable.
1328 * gdb.base/float128.exp: Add test to print largest __float128 value.
1329
1330 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1331
1332 * gdb.arch/vsx-regs.exp: Update register content checks.
1333
1334 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1335
1336 * gdb.arch/ppc-longdouble.exp: New file.
1337 * gdb.arch/ppc-longdouble.c: Likewise.
1338
1339 2017-11-21 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1342
1343 2017-11-20 Pedro Alves <palves@redhat.com>
1344
1345 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1346 (long_double_typedef): New typedefs.
1347 Use DEF on double and long double.
1348 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1349 cases.
1350 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1351 and 'long_double_ptr_same_size' locals. Use them to decide
1352 whether cast from array/function to float is valid/invalid.
1353
1354 2017-11-17 Tom Tromey <tom@tromey.com>
1355
1356 * gdb.rust/traits.rs: New file.
1357 * gdb.rust/traits.exp: New file.
1358
1359 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1360
1361 * gdb.ada/minsyms: New testcase.
1362
1363 2017-11-16 Pedro Alves <palves@redhat.com>
1364
1365 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1366 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1367
1368 2017-11-16 Pedro Alves <palves@redhat.com>
1369
1370 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1371 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1372
1373 2017-11-16 Pedro Alves <palves@redhat.com>
1374
1375 * gdb.server/reconnect-ctrl-c.c: New file.
1376 * gdb.server/reconnect-ctrl-c.exp: New file.
1377
1378 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1379
1380 * gdb.python/py-rbreak.exp: New file.
1381 * gdb.python/py-rbreak.c: New file.
1382 * gdb.python/py-rbreak-func2.c: New file.
1383
1384 2017-11-16 Pedro Alves <palves@redhat.com>
1385
1386 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1387 pattern.
1388 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1389 GDB.
1390
1391 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1392
1393 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1394 regex.
1395
1396 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1397
1398 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1399 test names.
1400
1401 2017-11-09 Pedro Alves <palves@redhat.com>
1402
1403 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1404 factored out from ...
1405 (top level): ... here, and adjusted to avoid expecting beyond the
1406 prompt in a single gdb_test_multiple.
1407
1408 2017-11-09 Pedro Alves <palves@redhat.com>
1409
1410 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1411 output.
1412 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1413 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1414 * gdb.server/ext-run.exp ("kill" test): Likewise.
1415 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1416
1417 2017-11-09 Pedro Alves <palves@redhat.com>
1418
1419 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1420 match till end of line.
1421
1422 2017-11-09 Pedro Alves <palves@redhat.com>
1423
1424 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1425
1426 2017-11-09 Pedro Alves <palves@redhat.com>
1427
1428 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1429 New procedures, factored out from ...
1430 (top level): ... here, and adjusted to avoid expecting beyond the
1431 prompt in one go.
1432
1433 2017-11-09 Pedro Alves <palves@redhat.com>
1434
1435 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1436 output. Fix '?' match.
1437
1438 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1439
1440 * gdb.ada/scoped_watch: New testcase.
1441 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1442 which is actually correct.
1443 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1444 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1445
1446 2017-11-08 Pedro Alves <palves@redhat.com>
1447
1448 * gdb.gdb/complaints.exp (test_initial_complaints)
1449 (test_serial_complaints, test_short_complaints): Call
1450 complaint_internal instead of complaint.
1451
1452 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1453
1454 * gdb.threads/tls-core.c: New file.
1455 * gdb.threads/tls-core.exp: Likewise.
1456
1457 2017-11-08 Pedro Alves <palves@redhat.com>
1458
1459 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1460 (p Exported_Capitalized): New test.
1461 (p exported_capitalized): New test.
1462
1463 2017-11-07 Pedro Alves <palves@redhat.com>
1464
1465 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1466
1467 2017-11-07 Pedro Alves <palves@redhat.com>
1468
1469 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1470 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1471 (disable_invalid, disable_inverted, disable_negative): New
1472 procedures.
1473 ("bad numbers"): New set of tests.
1474
1475 2017-11-07 Pedro Alves <palves@redhat.com>
1476
1477 * gdb.cp/ena-dis-br-range.exp: Add tests.
1478
1479 2017-11-07 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1482
1483 2017-11-07 Xavier Roirand <roirand@adacore.com>
1484 Pedro Alves <palves@redhat.com>
1485
1486 * gdb.base/ena-dis-br.exp: Add reference to
1487 gdb.cp/ena-dis-br-range.exp.
1488 * gdb.cp/ena-dis-br-range.exp: New file.
1489 * gdb.cp/ena-dis-br-range.cc: New file.
1490
1491 2017-11-06 Pedro Alves <palves@redhat.com>
1492
1493 * gdb.base/attach-non-pgrp-leader.c: New.
1494 * gdb.base/attach-non-pgrp-leader.exp: New.
1495
1496 2017-11-06 Pedro Alves <palves@redhat.com>
1497
1498 * configure.ac: No longer check for termio.h and sgtty.h.
1499 * configure: Regenerate.
1500 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1501 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1502 Remove termio and sgtty code.
1503
1504 2017-11-03 Yao Qi <yao.qi@linaro.org>
1505
1506 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1507 in GDB is disabled.
1508
1509 2017-11-03 Yao Qi <yao.qi@linaro.org>
1510
1511 * gdb.python/py-thrhandle.exp: Skip it if python is not
1512 enabled.
1513
1514 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1515
1516 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1517 as a breakpoint command.
1518
1519 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1520
1521 PR python/21213
1522 * gdb.python/py-infthread.exp: Test calling
1523 InferiorThread.inferior () multiple times in a row.
1524
1525 2017-10-27 Keith Seitz <keiths@redhat.com>
1526
1527 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1528 Test "info break" for every inlined function breakpoint.
1529
1530 2017-10-27 Yao Qi <yao.qi@linaro.org>
1531
1532 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1533
1534 2017-10-26 Patrick Frants <osscontribute@gmail.com>
1535
1536 * gdb.cp/classes.exp (test_static_members): Test printing
1537 Outer::instance.
1538 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1539 (Inner::instance, Outer::instance): New.
1540
1541 2017-10-24 Pedro Alves <palves@redhat.com>
1542
1543 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1544 extra console" test in two stages.
1545
1546 2017-10-24 Pedro Alves <palves@redhat.com>
1547
1548 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1549
1550 2017-10-24 Pedro Alves <palves@redhat.com>
1551
1552 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1553 loop.
1554
1555 2017-10-24 Pedro Alves <palves@redhat.com>
1556
1557 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1558 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1559
1560 2017-10-24 Pedro Alves <palves@redhat.com>
1561
1562 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1563 parameter and handle it. Don't output read value in test name.
1564
1565 2017-10-24 Pedro Alves <palves@redhat.com>
1566
1567 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1568 custom test name.
1569
1570 2017-10-24 Pedro Alves <palves@redhat.com>
1571
1572 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1573 include the unstable output directory name in the test's name.
1574 (initial_setup_simple) <'set args'>: Use custom test name.
1575
1576 2017-10-24 Pedro Alves <palves@redhat.com>
1577
1578 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1579 with explicit test name.
1580
1581 2017-10-20 Pedro Alves <palves@redhat.com>
1582
1583 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1584 'wait -i'. Use gdb_assert and remote_close.
1585
1586 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1587
1588 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1589 number from variable rather than hard-coded.
1590
1591 2017-10-19 Pedro Alves <palves@redhat.com>
1592
1593 * gdb.base/long-inferior-output.c: New file.
1594 * gdb.base/long-inferior-output.exp: New file.
1595
1596 2017-11-18 Keith Seitz <keiths@redhat.com>
1597
1598 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1599 method.
1600 (main): Call it.
1601 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1602 Add additional user-defined conversion operator tests.
1603
1604 2017-10-17 Pedro Alves <palves@redhat.com>
1605
1606 * boards/native-stdio-gdbserver.exp: Load "local-board".
1607
1608 2017-10-17 Pedro Alves <palves@redhat.com>
1609
1610 * gdb.base/quit-live.c: New file.
1611 * gdb.base/quit-live.exp: New file.
1612
1613 2017-10-16 Keith Seitz <keiths@redhat.com>
1614
1615 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1616 (class_with_protected_typedef, class_with_private_typedef)
1617 (struct_with_public_typedef, struct_with_protected_typedef)
1618 (struct_with_private_typedef): New classes/structs.
1619 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1620 typedefs and access specifiers.
1621
1622 2017-10-16 Pedro Alves <palves@redhat.com>
1623 Simon Marchi <simon.marchi@polymtl.ca>
1624
1625 * README (Local vs Remote vs Native): New section.
1626 * boards/local-board.exp: New file, with bits factored out from
1627 ...
1628 * boards/native-extended-gdbserver.exp: ... here. Load
1629 "local-board".
1630 * boards/native-gdbserver.exp: Load "local-board".
1631 (${board}_spawn, ${board}_exec): Delete.
1632 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1633 ...
1634 * boards/stdio-gdbserver-base.exp: ... this new file.
1635 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1636 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1637 procedure.
1638 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1639 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1640 stdio_gdbserver_command.
1641 (${board}_get_remote_address, ${board}_get_comm_port)
1642 (${board}_download, ${board}_upload): Delete.
1643 (get_target_remote_pipe_cmd): New.
1644
1645 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1646
1647 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1648 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1649 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1650 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1651 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1652 remove with_test_prefix.
1653
1654 2017-10-13 Pedro Alves <palves@redhat.com>
1655
1656 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1657 * gdb.base/annota1.exp: Use it instead of is_remote.
1658 * gdb.base/annota3.exp: Use it instead of is_remote.
1659 * gdb.cp/annota2.exp: Use it instead of is_remote.
1660 * gdb.cp/annota3.exp: Use it instead of is_remote.
1661 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1662
1663 2017-10-13 Pedro Alves <palves@redhat.com>
1664
1665 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1666 (test_num_test_vars, run_and_count_vars, find_env)
1667 (test_set_unset_env, test_inherit_env_var): New procedures.
1668 (top level): Use them.
1669
1670 2017-10-13 Pedro Alves <palves@redhat.com>
1671
1672 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1673 also skip on stub-like targets.
1674
1675 2017-10-13 Pedro Alves <palves@redhat.com>
1676
1677 PR gdb/22293
1678 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1679 (top level): Move some tests to ...
1680 (test_not_found): ... this new procedure.
1681 (top level): Call it.
1682
1683 2017-10-13 Pedro Alves <palves@redhat.com>
1684
1685 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1686 expect different "info terminal" output if testing with a
1687 non-native target.
1688
1689 2017-10-13 Pedro Alves <palves@redhat.com>
1690 Simon Marchi <simon.marchi@polymtl.ca>
1691
1692 PR python/12966
1693 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1694
1695 2017-10-13 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1698 already.
1699
1700 2017-10-13 Pedro Alves <palves@redhat.com>
1701
1702 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1703 is_remote.
1704
1705 2017-10-13 Pedro Alves <palves@redhat.com>
1706
1707 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1708 is_remote.
1709
1710 2017-10-13 Pedro Alves <palves@redhat.com>
1711
1712 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1713 is set.
1714 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1715 instead of is_remote.
1716
1717 2017-10-13 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1720 (top level): Add comment.
1721
1722 2017-10-13 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.base/remote.exp (top level): Fix comment typo and add
1725 missing return.
1726
1727 2017-10-13 Pedro Alves <palves@redhat.com>
1728 Simon Marchi <simon.marchi@polymtl.ca>
1729
1730 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1731 calls and add comments. Skip test if use_gdb_stub is set.
1732 (top level): Use "set cwd" command instead of "cd" command.
1733
1734 2017-10-13 Pedro Alves <palves@redhat.com>
1735
1736 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1737 is_remote target check.
1738
1739 2017-10-13 Pedro Alves <palves@redhat.com>
1740
1741 * gdb.base/scope.exp: Use build_executable + clean_restart +
1742 gdb_file_cmd instead of prepare_for_testing and no longer skip
1743 "before run" tests on is_remote target boards. Update comments.
1744 * boards/native-extended-gdbserver.exp
1745 (extended_gdbserver_load_last_file): New, factored out from ...
1746 (gdb_load): ... this. Move further below and add comment.
1747 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1748
1749 2017-10-12 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.base/attach.exp: Remove references to gdb64.
1752 * gdb.base/dbx.exp: Remove references to gdb64.
1753
1754 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1755 Pedro Alves <palves@redhat.com>
1756
1757 * gdb.base/label.exp: Remove is_remote target check.
1758
1759 2017-10-12 Pedro Alves <palves@redhat.com>
1760
1761 * gdb.base/auvx.exp (coredir): Update comment.
1762 (top level) <core_works>: Use "set cwd" command instead of "cd"
1763 command.
1764
1765 2017-10-12 Pedro Alves <palves@redhat.com>
1766 Simon Marchi <simon.marchi@polymtl.ca>
1767
1768 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1769 target boards.
1770
1771 2017-10-12 Pedro Alves <palves@redhat.com>
1772 Simon Marchi <simon.marchi@polymtl.ca>
1773
1774 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1775 Instead skip if there's any gdb_protocol set.
1776
1777 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1778 Pedro Alves <palves@redhat.com>
1779
1780 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1781
1782 2017-10-12 Pedro Alves <palves@redhat.com>
1783 Simon Marchi <simon.marchi@polymtl.ca>
1784
1785 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1786 instead of on dejagnu remote boards.
1787
1788 2017-10-12 Pedro Alves <palves@redhat.com>
1789 Simon Marchi <simon.marchi@polymtl.ca>
1790
1791 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1792 checks. Use build_executable + clean_restart instead of
1793 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1794 of enabling non-stop after starting gdb.
1795
1796 2017-10-12 Pedro Alves <palves@redhat.com>
1797
1798 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1799 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1800 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1801 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1802
1803 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1804
1805 * gdb.arch/arc-tdesc-cpu.exp: New file.
1806 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1807
1808 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1809
1810 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1811
1812 2017-10-10 Pedro Alves <palves@redhat.com>
1813
1814 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1815 expect CLI output.
1816
1817 2017-10-10 Pedro Alves <palves@redhat.com>
1818
1819 * lib/selftest-support.exp (selftest_setup): Update for
1820 captured_command_loop's prototype change.
1821
1822 2017-10-09 Pedro Alves <palves@redhat.com>
1823
1824 Test both arch1=>arch2 and arch2=>arch1.
1825
1826 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1827 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1828 factored out to...
1829 (append_arch1_options, append_arch2_options, append_arch_options)
1830 (build_executables): New procedures.
1831 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1832 local.
1833 (top level): Add new 'first_arch' testing axis.
1834
1835 2017-10-09 Pedro Alves <palves@redhat.com>
1836
1837 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1838 (barrier): New.
1839 (thread_start, all_started): New functions.
1840 (main): Spawn new thread and wait until it is scheduled.
1841 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1842 option.
1843 (do_test): Add 'selected_thread' parameter. Run to all_started
1844 instead of main. Explicitly set the breakpoint at main. Switch
1845 to the SELECTED_THREAD thread.
1846 (top level): Test handling the exec event with either the main
1847 thread or the second thread selected.
1848
1849 2017-10-09 Pedro Alves <palves@redhat.com>
1850
1851 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1852 logic. Move STOP marker after the value checks.
1853 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1854 regexp.
1855
1856 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1857
1858 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1859
1860 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1861
1862 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1863 integer-to-dfp conversion.
1864 * gdb.base/dfp-test.exp: Likewise.
1865
1866 2017-10-04 Pedro Alves <palves@redhat.com>
1867
1868 * gdb.multi/hangout.c: Include <unistd.h>.
1869 (hangout_loop): New function.
1870 (main): Call alarm. Call hangout_loop in a loop.
1871 * gdb.multi/hello.c: Include <unistd.h>.
1872 (hello_loop): New function.
1873 (main): Call alarm. Call hangout_loop in a loop.
1874 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1875 inferior with the other selected.
1876
1877 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1878
1879 * gdb.mi/list-thread-groups-available.exp: New file.
1880 * gdb.mi/list-thread-groups-available.c: New file.
1881
1882 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1883
1884 * gdb.base/set-cwd.exp: Make it available on
1885 native-extended-gdbserver.
1886
1887 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1888
1889 * gdb.base/set-cwd.c: New file.
1890 * gdb.base/set-cwd.exp: Likewise.
1891
1892 2017-10-02 Tom Tromey <tom@tromey.com>
1893
1894 PR rust/22236:
1895 * gdb.rust/simple.rs (main): New variable "fslice".
1896 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1897
1898 2017-10-02 Tom Tromey <tom@tromey.com>
1899
1900 * gdb.rust/simple.exp: Test ptype of a slice.
1901
1902 2017-10-02 Tom Tromey <tom@tromey.com>
1903
1904 * gdb.rust/simple.exp: Test index of slice.
1905
1906 2017-09-27 Tom Tromey <tom@tromey.com>
1907
1908 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1909
1910 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1911 Pedro Alves <palves@redhat.com>
1912
1913 * gdb.base/compare-sections.exp (get value of read-only section): Read
1914 as unsigned value.
1915 (corrupt read-only section): Likewise and don't set written if patching
1916 failed.
1917
1918 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1919
1920 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1921 files.
1922
1923 2017-09-20 Pedro Alves <palves@redhat.com>
1924
1925 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1926 symbol names in gdb's output.
1927 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1928
1929 2017-09-20 Pedro Alves <palves@redhat.com>
1930
1931 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1932 Rename to ...
1933 (test_list_ambiguous_symbol): ... this and add a symbol name
1934 parameter. Adjust.
1935 (test_list_ambiguous_function): Reimplement on top of
1936 test_list_ambiguous_symbol and also test listing ambiguous
1937 variables.
1938 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1939 (ambiguous_fun): ... this.
1940 (ambiguous_var): New.
1941 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1942 (ambiguous_fun): ... this.
1943 (ambiguous_var): New.
1944
1945 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1946
1947 * gdb.base/starti.c: New file.
1948 * gdb.base/starti.exp: New file.
1949 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1950
1951 2017-09-14 Pedro Alves <palves@redhat.com>
1952
1953 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1954 (top level): Use it instead of runto.
1955
1956 2017-09-11 Tom Tromey <tom@tromey.com>
1957
1958 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1959
1960 2017-09-11 Tom Tromey <tom@tromey.com>
1961
1962 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1963 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1964
1965 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1966
1967 * gdb.fortran/printing-types.exp: New file.
1968 * gdb.fortran/printing-types.exp: New file.
1969
1970 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1971
1972 * gdb.fortran/vla-ptype.exp: Fix typos.
1973 * gdb.fortran/vla-value.exp: Same.
1974
1975 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1976
1977 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1978 * gdb.mi/mi-var-child-f.exp: Likewise.
1979 * gdb.mi/mi-vla-fortran.exp: Likewise.
1980
1981 2017-09-08 Frank Penczek <frank.penczek@intel.com>
1982 Christoph Weinmann <christoph.t.weinmann@intel.com>
1983 Bernhard Heckel <bernhard.heckel@intel.com>
1984
1985 * gdb.fortran/ptr-indentation.f90: New file.
1986 * gdb.fortran/ptr-indentation.exp: New file.
1987
1988 2017-09-05 Tom Tromey <tom@tromey.com>
1989
1990 PR gdb/22010:
1991 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1992
1993 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
1994
1995 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
1996
1997 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1998
1999 * gdb.threads/tls-nodebug-pie.c: New file.
2000 * gdb.threads/tls-nodebug-pie.exp: New file.
2001
2002 2017-09-05 Tom Tromey <tom@tromey.com>
2003
2004 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2005 for rust.
2006
2007 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2008
2009 * gdb.multi/multi-arch-exec.exp: Test with different
2010 "follow-exec-mode" settings.
2011 (do_test): New procedure.
2012
2013 2017-09-04 Pedro Alves <palves@redhat.com>
2014
2015 * gdb.base/func-static.c (S::method const, S::method volatile)
2016 (S::method volatile const): New methods.
2017 (c_s, v_s, cv_s): New instances.
2018 (main): Call method() on them.
2019 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2020 (cannot_resolve): New procedure.
2021 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2022 print-quote-unquoted columns.
2023 (do_test): Test printing each scope too.
2024
2025 2017-09-04 Pedro Alves <palves@redhat.com>
2026
2027 * gdb.base/local-static.exp: Also test with
2028 class::method::variable wholly quoted.
2029 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2030
2031 2017-09-04 Pedro Alves <palves@redhat.com>
2032
2033 * gdb.base/local-static.c: New.
2034 * gdb.base/local-static.cc: New.
2035 * gdb.base/local-static.exp: New.
2036
2037 2017-09-04 Pedro Alves <palves@redhat.com>
2038
2039 * gdb.asm/asm-source.exp: Add casts to int.
2040 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2041 (dataglobal64_1, dataglobal64_2): New globals.
2042 * gdb.base/nodebug.exp: Test different expressions involving the
2043 new globals, with print, whatis and ptype. Add casts to int.
2044 * gdb.base/solib-display.exp: Add casts to int.
2045 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2046 * gdb.cp/m-static.exp: Add cast to int.
2047 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2048 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2049 tls variable with no debug info without a cast. Test with a cast
2050 to int too.
2051 * gdb.trace/entry-values.exp: Add casts.
2052
2053 2017-09-04 Pedro Alves <palves@redhat.com>
2054
2055 * gdb.base/nodebug.exp: Test that ptype's error about functions
2056 with unknown return type includes the function name too.
2057
2058 2017-09-04 Pedro Alves <palves@redhat.com>
2059
2060 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2061 return type of munmap in infcall.
2062 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2063 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2064 type of ftell in infcall.
2065 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2066 type of getpid in infcall.
2067 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2068 infcall.
2069 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2070 Bail on failure to extract the pid.
2071 * gdb.base/nodebug.c: #include <stdint.h>.
2072 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2073 New functions.
2074 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2075 Change expected output of print/whatis/ptype with functions with
2076 no debug info. Test all supported languages. Call
2077 test_call_promotion.
2078 * gdb.compile/compile.exp: Adjust expected output to expect
2079 warning.
2080 * gdb.threads/siginfo-threads.exp: Likewise.
2081
2082 2017-09-04 Pedro Alves <palves@redhat.com>
2083
2084 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2085 "prototypes". Test calling float functions via prototyped and
2086 unprototyped function pointers.
2087 (perform_all_tests): New parameter "prototypes". Pass it down.
2088 (top level): Pass down "prototypes" parameter to
2089 perform_all_tests.
2090
2091 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2092
2093 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2094 Test with nested loops.
2095
2096 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2097
2098 * gdb.base/commands.exp: Call the new procedures.
2099 (loop_break_test, loop_continue_test): New procedures.
2100
2101 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2102
2103 * gdb.base/commands.exp: Call new procedure.
2104 (define_if_without_arg_test): New procedure.
2105
2106 2017-09-04 Pedro Alves <palves@redhat.com>
2107
2108 * gdb.base/list-ambiguous.exp: New file.
2109 * gdb.base/list-ambiguous0.c: New file.
2110 * gdb.base/list-ambiguous1.c: New file.
2111 * gdb.base/list.exp (test_list_range): Adjust expected output.
2112
2113 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2114
2115 * gdb.base/share-env-with-gdbserver.c: New file.
2116 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2117
2118 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2119
2120 * gdb.base/commands.exp (gdbvar_simple_if_test,
2121 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2122 progvar_simple_if_test, progvar_simple_while_test,
2123 progvar_complex_if_while_test, user_defined_command_test,
2124 user_defined_command_args_eval,
2125 user_defined_command_args_stack_test,
2126 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2127 temporary_breakpoint_commands,
2128 gdb_test_no_prompt, redefine_hook_test,
2129 redefine_backtrace_test): Remove "global gdb_prompt".
2130
2131 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2132
2133 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2134 New proc, call it from toplevel.
2135
2136 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2137
2138 PR remote/21852
2139 * gdb.server/normal.c: New file, copied from gdb.base.
2140 * gdb.server/run-without-local-binary.exp: New file.
2141
2142 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2143
2144 * gdb.arch/sparc64-adi.exp: New file.
2145 * gdb.arch/sparc64-adi.c: New file.
2146
2147 2017-08-22 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2150 (top level): Add "list all overloads" tests.
2151
2152 2017-08-22 Tom Tromey <tom@tromey.com>
2153
2154 * gdb.gdb/xfullpath.exp: Remove.
2155
2156 2017-08-21 Pedro Alves <palves@redhat.com>
2157
2158 PR gdb/19487
2159 * gdb.base/symbol-alias.c: New.
2160 * gdb.base/symbol-alias2.c: New.
2161 * gdb.base/symbol-alias.exp: New.
2162
2163 2017-08-21 Pedro Alves <palves@redhat.com>
2164
2165 * gdb.base/dfp-test.c
2166 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2167 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2168 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2169 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2170 * gdb.base/whatis-ptype-typedefs.c: New.
2171 * gdb.base/whatis-ptype-typedefs.exp: New.
2172 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2173 (an_int, an_int_type, an_int_type2): New globals.
2174 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2175 involving typedefs and cast expressions.
2176 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2177 (lookup_typedefs_function): New.
2178 (typedefs_pretty_printers_dict): New.
2179 (top level): Register lookup_typedefs_function in
2180 gdb.pretty_printers.
2181
2182 2017-08-18 Yao Qi <yao.qi@linaro.org>
2183
2184 * gdb.server/unittest.exp: New.
2185
2186 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2187
2188 PR gdb/21954
2189 * gdb.base/environ.exp: Add test to check if 'unset environment'
2190 works.
2191
2192 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2193
2194 * lib/gdb.exp (universal_compile_options): New caching proc.
2195 (gdb_compile): Suppress GCC's coloring of messages.
2196
2197 2017-08-14 Tom Tromey <tom@tromey.com>
2198
2199 PR gdb/21675:
2200 * gdb.base/printcmds.exp (test_radices): New function.
2201 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2202 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2203 * lib/gdb.exp (get_integer_valueof): Use p/d.
2204
2205 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2206
2207 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2208 characters.
2209
2210 2017-08-05 Tom Tromey <tom@tromey.com>
2211
2212 * gdb.rust/simple.exp: Allow String to appear in a different
2213 namespace.
2214
2215 2017-07-26 Yao Qi <yao.qi@linaro.org>
2216
2217 * gdb.gdb/unittest.exp: Invoke command
2218 "maintenance check xml-descriptions".
2219
2220 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2221
2222 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2223 calling context.
2224 (hex128): Drop erroneous calculation of parameters.
2225
2226 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2227
2228 * gdb.python/py-unwind.exp: Disable stack protection when
2229 building test file.
2230
2231 2017-07-20 Pedro Alves <palves@redhat.com>
2232
2233 * gdb.base/default.exp (set language): Adjust expected output.
2234
2235 2017-07-20 Pedro Alves <palves@redhat.com>
2236
2237 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2238 (test_minsym): ... this, and make static.
2239 (get_pck__foo__bar__minsym): Rename to ...
2240 (get_test_minsym): ... this.
2241 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2242 symbol names and comments.
2243 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2244 (get_test_minsym): ... this.
2245 (pck__foo__bar__minsym__2): Rename to ...
2246 (test_minsym): ... this.
2247 (main): Adjust.
2248
2249 2017-07-17 Pedro Alves <palves@redhat.com>
2250
2251 * gdb.base/completion.exp: Adjust expected output.
2252 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2253 the completer works.
2254
2255 2017-07-17 Pedro Alves <palves@redhat.com>
2256
2257 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2258
2259 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2262
2263 2017-07-14 Tom Tromey <tom@tromey.com>
2264
2265 PR rust/21764:
2266 * gdb.rust/simple.exp: Add tests.
2267
2268 2017-07-14 Tom Tromey <tom@tromey.com>
2269
2270 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2271
2272 2017-07-14 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.linespec/base/one/thefile.cc (z1): New function.
2275 * gdb.linespec/base/two/thefile.cc (z2): New function.
2276 * gdb.linespec/linespec.exp: Add tests.
2277
2278 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2279
2280 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2281 to mi_create_breakpoint.
2282
2283 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2284
2285 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2286 mi_create_breakpoint.
2287
2288 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2289
2290 * gdb.dlang/demangle.exp: Update for demangling changes.
2291
2292 2017-07-09 Tom Tromey <tom@tromey.com>
2293
2294 * gdb.dwarf2/shortpiece.exp: New file.
2295
2296 2017-07-06 David Blaikie <dblaikie@gmail.com>
2297
2298 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2299 built from fissiont-multi-cu{1,2}.c.
2300 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2301 except putting 'main' and 'func' in separate CUs in the same DWO file.
2302 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2303 test.
2304 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2305 test.
2306
2307 2017-07-06 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.python/py-unwind.exp: Test flushregs.
2310
2311 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2312
2313 PR cli/21688
2314 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2315 tests for alias commands and trailing whitespace.
2316
2317 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2318
2319 PR cli/21688
2320 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2321 procedure. Call it.
2322
2323 2017-06-29 Pedro Alves <palves@redhat.com>
2324
2325 * gdb.base/printcmds.exp: Add tests.
2326
2327 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2328
2329 PR gdb/21337
2330 * gdb.base/reread-readsym.exp: New file.
2331 * gdb.base/reread-readsym.c: New file.
2332
2333 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2334
2335 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2336 subpattern.
2337
2338 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2339
2340 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2341 extended mnemonic.
2342 * gdb.arch/powerpc-power9.s: Likewise.
2343
2344 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2345
2346 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2347 on 32-bit x86 targets. Exploit is_*_target macros where
2348 appropriate.
2349
2350 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2351
2352 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2353 register pieces.
2354
2355 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2356
2357 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2358 located in one or more DWARF pieces.
2359
2360 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2361
2362 * lib/gdb.exp (get_endianness): New proc.
2363 * gdb.arch/aarch64-fp.exp: Use it.
2364 * gdb.arch/altivec-regs.exp: Likewise.
2365 * gdb.arch/e500-regs.exp: Likewise.
2366 * gdb.arch/vsx-regs.exp: Likewise.
2367 * gdb.base/dump.exp: Likewise.
2368 * gdb.base/funcargs.exp: Likewise.
2369 * gdb.base/gnu_vector.exp: Likewise.
2370 * gdb.dwarf2/formdata16.exp: Likewise.
2371 * gdb.dwarf2/implptrpiece.exp: Likewise.
2372 * gdb.dwarf2/nonvar-access.exp: Likewise.
2373 * gdb.python/py-inferior.exp: Likewise.
2374 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2375
2376 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2377
2378 PR gdb/21226
2379 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2380 stack value pieces are taken from the LSB end.
2381
2382 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2383
2384 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2385 variable at nonzero offset.
2386
2387 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2388
2389 * gdb.dwarf2/var-access.c: New file.
2390 * gdb.dwarf2/var-access.exp: New test.
2391 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2392
2393 2017-06-12 Tom Tromey <tom@tromey.com>
2394
2395 * gdb.dwarf2/formdata16.exp: Add tests.
2396
2397 2017-06-12 Tom Tromey <tom@tromey.com>
2398
2399 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2400
2401 2017-06-12 Tom Tromey <tom@tromey.com>
2402
2403 PR exp/16225:
2404 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2405 * gdb.arch/vsx-regs.exp: Update tests.
2406 * gdb.arch/s390-vregs.exp (hex128): New proc.
2407 Update test.
2408 * gdb.arch/altivec-regs.exp: Update tests.
2409
2410 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2411
2412 * gdb.base/startup-with-shell.c: New file.
2413 * gdb.base/startup-with-shell.exp: Likewise.
2414
2415 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2416
2417 * gdb.server/non-existing-program.exp: Update regex in order to
2418 reflect the fact that gdbserver is now using fork_inferior (with a
2419 shell) to startup the inferior.
2420
2421 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2422
2423 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2424 support function calls from GDB.
2425
2426 2017-05-21 Tom Tromey <tom@tromey.com>
2427
2428 PR rust/21466:
2429 * gdb.rust/unsized.exp: New file.
2430 * gdb.rust/unsized.rs: New file.
2431
2432 2017-05-19 Tom Tromey <tom@tromey.com>
2433
2434 PR rust/21484:
2435 * gdb.rust/watch.exp: New file.
2436 * gdb.rust/watch.rs: New file.
2437
2438 2017-05-18 Tom Tromey <tom@tromey.com>
2439
2440 * gdb.rust/simple.exp: Allow Box to be qualified.
2441
2442 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2443
2444 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2445
2446 2017-05-18 Pedro Alves <palves@redhat.com>
2447
2448 * gdb.base/fileio.c (test_write, test_read, test_close)
2449 (test_fstat): Don't print 'ret' in the fail path.
2450
2451 2017-05-18 Pedro Alves <palves@redhat.com>
2452
2453 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2454 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2455 (test_system, test_rename, test_unlink, test_time): Change
2456 prototypes.
2457 * gdb.base/fileio.exp (stop_msg): Adjust.
2458
2459 2017-05-18 Pedro Alves <palves@redhat.com>
2460
2461 * gdb.base/fileio.c (null_str): New global.
2462 (test_stat): Use it.
2463 * gdb.base/fileio.exp: Remove nowarnings.
2464
2465 2017-05-17 Yao Qi <yao.qi@linaro.org>
2466
2467 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2468
2469 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2470
2471 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2472 argument command.
2473 (top-level): Invoke test_set_inferior_tty.
2474
2475 2017-05-04 Pedro Alves <palves@redhat.com>
2476
2477 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2478 Add parens to print call for Python 3.
2479
2480 2017-05-03 Keith Seitz <keiths@redhat.com>
2481
2482 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2483 (main): Call it.
2484
2485 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2486
2487 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2488 to prev and next.
2489
2490 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2491
2492 * gdb.python/py-record-btrace.exp: Remove test for
2493 gdb.BtraceInstruction.error.
2494
2495 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2496
2497 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2498
2499 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2500
2501 * gdb.python/py-record-btrace-threads.c: New file.
2502 * gdb.python/py-record-btrace-threads.exp: New file.
2503
2504 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2505
2506 PR testsuite/8595
2507 * gdb.base/environ.exp: Make test available in all architectures.
2508 Move bits related to "info program" testing to
2509 gdb.base/info-program.exp. Rewrite tests to use the two new
2510 procedures mentione below.
2511 (test_set_show_env_var) New procedure.
2512 (test_set_show_env_var_equal): Likewise.
2513 * gdb.base/info-program.exp: New file.
2514
2515 2017-04-27 Keith Seitz <keiths@redhat.com>
2516
2517 * gdb.cp/oranking.cc (test15): New function.
2518 (main): Call test15 and declare additional variables for testing.
2519 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2520 "p foo101('abc')" tests.
2521 Add tests for cv qualifier overloads.
2522 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2523 "lvalue reference overload" test.
2524 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2525 "print value of f1 on Child&& in f2" test.
2526
2527 2017-04-19 Pedro Alves <palves@redhat.com>
2528
2529 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2530 procedure.
2531 (top level): Call it.
2532 * lib/gdb.exp (gdb_define_cmd): New procedure.
2533
2534 2017-04-12 Pedro Alves <palves@redhat.com>
2535
2536 PR gdb/21323
2537 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2538 (wchar): New global.
2539 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2540 (do_test_wide_char, wide_char_types_no_program, top level): Add
2541 wchar_t testing.
2542
2543 2017-04-12 Pedro Alves <palves@redhat.com>
2544
2545 PR c++/21323
2546 * gdb.cp/wide_char_types.c: New file.
2547 * gdb.cp/wide_char_types.exp: New file.
2548
2549 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2550
2551 PR gdb/21352
2552 * gdb.trace/tsv.exp: Add test for "tsave -r".
2553
2554 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2555
2556 * gdb.dlang/watch-loc.c: New file.
2557 * gdb.dlang/watch-loc.exp: New file.
2558
2559 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2560
2561 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2562
2563 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2564
2565 * gdb.arch/arc-analyze-prologue.S: New file.
2566 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2567
2568 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2569
2570 * gdb.arch/arc-decode-insn.S: New file.
2571 * gdb.arch/arc-decode-insn.exp: Likewise.
2572
2573 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2574
2575 PR tdep/20928
2576 * gdb.arch/sparc64-regs.exp: New file.
2577 * gdb.arch/sparc64-regs.S: Likewise.
2578
2579 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2580
2581 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2582 and memory view on Python 3.
2583
2584 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
2585 Keith Seitz <keiths@redhat.com>
2586
2587 PR gdb/14441
2588 * gdb.cp/demangle.exp: Add rvalue reference tests.
2589 * gdb.cp/rvalue-ref-casts.cc: New file.
2590 * gdb.cp/rvalue-ref-casts.exp: New file.
2591 * gdb.cp/rvalue-ref-overload.cc: New file.
2592 * gdb.cp/rvalue-ref-overload.exp: New file.
2593 * gdb.cp/rvalue-ref-params.cc: New file.
2594 * gdb.cp/rvalue-ref-params.exp: New file.
2595 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2596 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2597 * gdb.cp/rvalue-ref-types.cc: New file.
2598 * gdb.cp/rvalue-ref-types.exp: New file.
2599 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2600 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2601
2602 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2603
2604 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2605 New procedure.
2606
2607 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2608
2609 * lib/mi-support.exp (mi_gdb_test): Add additional message
2610 for unexpected output.
2611
2612 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2613
2614 * gdb.base/examine-backward.c (Barrier): New character array
2615 constant, to ensure that TestStrings is preceded by a string
2616 terminator.
2617
2618 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2619
2620 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2621 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2622 and implicit pointer into such a location.
2623
2624 2017-03-16 Doug Evans <dje@google.com>
2625
2626 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2627
2628 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2629
2630 * gdb.cp/m-static.exp: Fix expectation for prototype of
2631 test5.single_constructor and single_constructor::single_constructor.
2632
2633 2017-03-16 Doug Evans <dje@google.com>
2634
2635 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2636 * gdb.guile/scm-lazy-string.c: New file.
2637 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2638 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2639 for pointer, array, typedef lazy strings.
2640
2641 2017-03-16 Doug Evans <dje@google.com>
2642
2643 PR python/17728, python/18439, python/18779
2644 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2645 * gdb.python/py-lazy-string.c (pointer): New typedef.
2646 (main): New locals ptr, array, typedef_ptr.
2647 * gdb.python/py-value.exp: Move lazy string tests to ...
2648 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2649 array, typedef lazy strings.
2650
2651 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2652
2653 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2654 Add optional 'test' parameter.
2655
2656 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2657
2658 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2659 Skip for versions of DejaGnu < 1.5.
2660
2661 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2662
2663 * lib/gdb.exp (dejagnu_version): New proc.
2664 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2665 Use dejagnu_version.
2666
2667 2017-03-10 Keith Seitz <keiths@redhat.com>
2668
2669 PR c++/8128
2670 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2671 type from destructor regexps.
2672 Add a branch which actually passes the test.
2673 Adjust "ptype t5i" test names.
2674
2675 2017-03-08 Pedro Alves <palves@redhat.com>
2676
2677 * gdb.base/step-over-exit.exp: Add explicit test message.
2678
2679 2017-03-08 Pedro Alves <palves@redhat.com>
2680
2681 PR gdb/18360
2682 * gdb.threads/interrupt-while-step-over.c: New file.
2683 * gdb.threads/interrupt-while-step-over.exp: New file.
2684
2685 2017-03-08 Pedro Alves <palves@redhat.com>
2686
2687 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2688 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2689
2690 2017-03-08 Pedro Alves <palves@redhat.com>
2691
2692 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2693 PKRU as not supported as a PASS.
2694
2695 2017-03-08 Pedro Alves <palves@redhat.com>
2696
2697 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2698 prefix instead of $binfile1/$binfile2.
2699 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2700 in test message.
2701 * gdb.python/py-completion.exp: Use "load python file" as test
2702 messages instead of unstable path names.
2703
2704 2017-03-08 Pedro Alves <palves@redhat.com>
2705 Jan Kratochvil <jan.kratochvil@redhat.com>
2706
2707 PR cli/21218
2708 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2709 New proc.
2710 (top level): Call it.
2711
2712 2017-03-08 Pedro Alves <palves@redhat.com>
2713
2714 PR tui/21216
2715 * gdb.tui/tui-nl-filtered-output.exp: New file.
2716
2717 2017-03-08 Pedro Alves <palves@redhat.com>
2718
2719 * gdb.base/completion.exp: Move TUI completion tests to ...
2720 * gdb.tui/completion.exp: ... this new file.
2721
2722 2017-03-08 Pedro Alves <palves@redhat.com>
2723
2724 * gdb.base/tui-disasm-long-lines.c,
2725 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2726 gdb.base/tui-layout.exp: Move to ...
2727 * gdb.tui/: ... this new directory.
2728
2729 2017-03-07 Pedro Alves <palves@redhat.com>
2730
2731 * gdb.base/tui-layout.c: New file.
2732 * gdb.base/tui-layout.exp: New file.
2733
2734 2017-03-07 Pedro Alves <palves@redhat.com>
2735
2736 * gdb.base/tui-layout.c: Rename to ...
2737 * gdb.base/tui-disasm-long-lines.c: ... this.
2738 * gdb.base/tui-layout.exp: Rename to ...
2739 * gdb.base/tui-disasm-long-lines.exp: ... this.
2740
2741 2017-03-07 Pedro Alves <palves@redhat.com>
2742
2743 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2744
2745 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2746
2747 * i386-mpx-call.c: New file.
2748 * i386-mpx-call.exp: New file.
2749
2750 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2751
2752 * gdb.arch/powerpc-power.exp: Delete test.
2753 * gdb.arch/powerpc-power.s: Likewise.
2754 * gdb.disasm/disassembler-options.exp: New test.
2755 * gdb.arch/powerpc-altivec.exp: Likewise.
2756 * gdb.arch/powerpc-altivec.s: Likewise.
2757 * gdb.arch/powerpc-altivec2.exp: Likewise.
2758 * gdb.arch/powerpc-altivec2.s: Likewise.
2759 * gdb.arch/powerpc-altivec3.exp: Likewise.
2760 * gdb.arch/powerpc-altivec3.s: Likewise.
2761 * gdb.arch/powerpc-power7.exp: Likewise.
2762 * gdb.arch/powerpc-power7.s: Likewise.
2763 * gdb.arch/powerpc-power8.exp: Likewise.
2764 * gdb.arch/powerpc-power8.s: Likewise.
2765 * gdb.arch/powerpc-power9.exp: Likewise.
2766 * gdb.arch/powerpc-power9.s: Likewise.
2767 * gdb.arch/powerpc-vsx.exp: Likewise.
2768 * gdb.arch/powerpc-vsx.s: Likewise.
2769 * gdb.arch/powerpc-vsx2.exp: Likewise.
2770 * gdb.arch/powerpc-vsx2.s: Likewise.
2771 * gdb.arch/powerpc-vsx3.exp: Likewise.
2772 * gdb.arch/powerpc-vsx3.s: Likewise.
2773 * gdb.arch/arm-disassembler-options.exp: Likewise.
2774 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2775 * gdb.arch/s390-disassembler-options.exp: Likewise.
2776
2777 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
2778
2779 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2780 (check_supported_features): ... this. Changed return type to void.
2781 (supports_rdseed): New static global.
2782 (rdseed): Check supports_rdseed.
2783 (initialize): Call check_supported_features.
2784
2785 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2786
2787 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2788 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2789 and lqarx/stqcx.
2790 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2791 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2792
2793 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2794
2795 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2796 uppercase.
2797
2798 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2799
2800 * gdb.dwarf2/formdata16.c: New file.
2801 * gdb.dwarf2/formdata16.exp: New file.
2802 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2803
2804 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2805
2806 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2807 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2808 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2809 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2810 DW_AT_GNU_*.
2811
2812 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2813
2814 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2815
2816 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2817
2818 PR gdb/21164
2819 * gdb.base/maint.exp: Add testcases for when the commands do
2820 not have arguments.
2821
2822 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2823
2824 * gdb.cp/chained-calls.exp: Use p instead of P.
2825
2826 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2827
2828 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2829 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2830
2831 2017-02-14 Tom Tromey <tom@tromey.com>
2832
2833 PR python/13598:
2834 * gdb.python/py-events.exp: Add before_prompt event tests.
2835
2836 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2837
2838 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2839
2840 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2841
2842 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2843 (main): Call my_unique_function_name.
2844 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2845 completion of patterns with a single match.
2846 Add missing -re switches to gdb_test_multiple calls.
2847
2848 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2849
2850 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2851 return if core file is not recognized.
2852
2853 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2854
2855 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2856 and extra UIs.
2857
2858 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2859
2860 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2861 proc_with_prefix.
2862
2863 2017-02-10 Tom Tromey <tom@tromey.com>
2864
2865 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2866
2867 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
2868
2869 PR gdb/21122
2870 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2871
2872 2017-02-08 Jerome Guitton <guitton@adacore.com>
2873
2874 * gdb.base/define.exp: Add test for command abbreviations
2875 in define.
2876
2877 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
2878
2879 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2880 * gdb.reverse/insn-reverse-x86.c: New file.
2881
2882 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2883
2884 PR tdep/20936
2885 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2886
2887 2017-02-03 Tom Tromey <tom@tromey.com>
2888
2889 PR rust/21097:
2890 * gdb.rust/simple.exp: Add new tests.
2891
2892 2017-02-02 Pedro Alves <palves@redhat.com>
2893
2894 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2895 tests.
2896
2897 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2898
2899 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2900 taking a 2-byte value out of a 4-byte DWARF implicit value on
2901 big-endian targets.
2902 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2903 logic. Add test cases for DW_OP_implicit.
2904
2905 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2906
2907 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2908
2909 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2910
2911 * gdb.btrace/enable.exp: Call gdb_exit before
2912 skip_gdbserver_tests.
2913
2914 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2915
2916 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2917 GDBFLAGS.
2918
2919 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2920
2921 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2922 the test is skipped.
2923 * gdb.btrace/data.exp: Likewise.
2924 * gdb.btrace/delta.exp: Likewise.
2925 * gdb.btrace/dlopen.exp: Likewise.
2926 * gdb.btrace/enable-running.exp: Likewise.
2927 * gdb.btrace/enable.exp: Likewise.
2928 * gdb.btrace/exception.exp: Likewise.
2929 * gdb.btrace/function_call_history.exp: Likewise.
2930 * gdb.btrace/gcore.exp: Likewise.
2931 * gdb.btrace/instruction_history.exp: Likewise.
2932 * gdb.btrace/multi-thread-step.exp: Likewise.
2933 * gdb.btrace/nohist.exp: Likewise.
2934 * gdb.btrace/non-stop.exp: Likewise.
2935 * gdb.btrace/reconnect.exp: Likewise.
2936 * gdb.btrace/record_goto-step.exp: Likewise.
2937 * gdb.btrace/record_goto.exp: Likewise.
2938 * gdb.btrace/rn-dl-bind.exp: Likewise.
2939 * gdb.btrace/segv.exp: Likewise.
2940 * gdb.btrace/step.exp: Likewise.
2941 * gdb.btrace/stepi.exp: Likewise.
2942 * gdb.btrace/tailcall-only.exp: Likewise.
2943 * gdb.btrace/tailcall.exp: Likewise.
2944 * gdb.btrace/tsx.exp: Likewise.
2945 * gdb.btrace/unknown_functions.exp: Likewise.
2946 * gdb.btrace/vdso.exp: Likewise.
2947
2948 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2949
2950 * gdb.btrace/enable-running.c: New.
2951 * gdb.btrace/enable-running.exp: New.
2952
2953 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2954
2955 * gdb.arch/amd64-gs_base.c: New file.
2956 * gdb.arch/amd64-gs_base.exp: New file.
2957
2958 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2959
2960 * lib/memory.exp: Remove spurious empty newlines.
2961
2962 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2963
2964 * gdb.python/py-bad-printers.exp: Load python file using "source".
2965 * gdb.python/py-events.exp: Likewise.
2966 * gdb.python/py-evsignal.exp: Likewise.
2967 * gdb.python/py-evthreads.exp: Likewise.
2968 * gdb.python/py-frame-args.exp: Likewise.
2969 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2970 * gdb.python/py-framefilter-mi.exp: Likewise.
2971 * gdb.python/py-framefilter.exp: Likewise.
2972 * gdb.python/py-mi.exp: Likewise.
2973 * gdb.python/py-pp-maint.exp: Likewise.
2974 * gdb.python/py-pp-registration.exp: Likewise.
2975 * gdb.python/py-prettyprint.exp: Likewise.
2976 (run_lang_tests): Likewise.
2977 * gdb.python/py-typeprint.exp: Likewise.
2978
2979 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2980
2981 * lib/memory.exp: New file.
2982 * lib/gdb.exp: Load memory.exp.
2983 * gdb.base/memattr.exp (delete_memory): Move proc to
2984 lib/memory.exp and rename to delete_memory_regions.
2985 Replace delete_memory with delete_memory_regions.
2986 Cleanup memory regions before tests.
2987 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2988 before tests.
2989
2990 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2991
2992 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
2993 files.
2994 (initialize): New function conditionally defined.
2995 (testcases): Move within conditional block.
2996 (main): Call initialize.
2997 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
2998 of gdb.reverse/insn-reverse.c.
2999 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3000 gdb.reverse/insn-reverse.c.
3001
3002 2017-01-26 Yao Qi <yao.qi@linaro.org>
3003
3004 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3005 disassemble on address 0.
3006
3007 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3008 Yao Qi <yao.qi@linaro.org>
3009
3010 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3011 * gdb.dwarf2/implptr-64bit.S: Remove.
3012 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3013 variables in caller's context. Add DW_OP_implicit_value.
3014
3015 2017-01-25 Yao Qi <yao.qi@linaro.org>
3016
3017 * lib/dwarf.exp (Dwarf::_location): Handle
3018 DW_OP_GNU_implicit_pointer with proper size.
3019
3020 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3021
3022 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3023 and add untested calls.
3024
3025 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3026
3027 * gdb.python/python.exp: Check line number against what GDB thinks
3028 the line number is for func1.
3029
3030 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3031
3032 * gdb.dlang/debug-expr.exp: New file.
3033
3034 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3035
3036 Fix test names for the following files:
3037
3038 * gdb.ada/exec_changed.exp
3039 * gdb.ada/info_types.exp
3040 * gdb.arch/aarch64-atomic-inst.exp
3041 * gdb.arch/aarch64-fp.exp
3042 * gdb.arch/altivec-abi.exp
3043 * gdb.arch/altivec-regs.exp
3044 * gdb.arch/amd64-byte.exp
3045 * gdb.arch/amd64-disp-step.exp
3046 * gdb.arch/amd64-dword.exp
3047 * gdb.arch/amd64-entry-value-inline.exp
3048 * gdb.arch/amd64-entry-value-param.exp
3049 * gdb.arch/amd64-entry-value-paramref.exp
3050 * gdb.arch/amd64-entry-value.exp
3051 * gdb.arch/amd64-i386-address.exp
3052 * gdb.arch/amd64-invalid-stack-middle.exp
3053 * gdb.arch/amd64-invalid-stack-top.exp
3054 * gdb.arch/amd64-optimout-repeat.exp
3055 * gdb.arch/amd64-prologue-skip.exp
3056 * gdb.arch/amd64-prologue-xmm.exp
3057 * gdb.arch/amd64-stap-special-operands.exp
3058 * gdb.arch/amd64-stap-wrong-subexp.exp
3059 * gdb.arch/amd64-tailcall-cxx.exp
3060 * gdb.arch/amd64-tailcall-noret.exp
3061 * gdb.arch/amd64-tailcall-ret.exp
3062 * gdb.arch/amd64-tailcall-self.exp
3063 * gdb.arch/amd64-word.exp
3064 * gdb.arch/arm-bl-branch-dest.exp
3065 * gdb.arch/arm-disp-step.exp
3066 * gdb.arch/arm-neon.exp
3067 * gdb.arch/arm-single-step-kernel-helper.exp
3068 * gdb.arch/avr-flash-qualifier.exp
3069 * gdb.arch/disp-step-insn-reloc.exp
3070 * gdb.arch/e500-abi.exp
3071 * gdb.arch/e500-regs.exp
3072 * gdb.arch/ftrace-insn-reloc.exp
3073 * gdb.arch/i386-avx512.exp
3074 * gdb.arch/i386-bp_permanent.exp
3075 * gdb.arch/i386-byte.exp
3076 * gdb.arch/i386-cfi-notcurrent.exp
3077 * gdb.arch/i386-disp-step.exp
3078 * gdb.arch/i386-dr3-watch.exp
3079 * gdb.arch/i386-float.exp
3080 * gdb.arch/i386-gnu-cfi.exp
3081 * gdb.arch/i386-mpx-map.exp
3082 * gdb.arch/i386-mpx-sigsegv.exp
3083 * gdb.arch/i386-mpx-simple_segv.exp
3084 * gdb.arch/i386-mpx.exp
3085 * gdb.arch/i386-permbkpt.exp
3086 * gdb.arch/i386-prologue.exp
3087 * gdb.arch/i386-signal.exp
3088 * gdb.arch/i386-size-overlap.exp
3089 * gdb.arch/i386-unwind.exp
3090 * gdb.arch/i386-word.exp
3091 * gdb.arch/mips-fcr.exp
3092 * gdb.arch/powerpc-d128-regs.exp
3093 * gdb.arch/powerpc-stackless.exp
3094 * gdb.arch/ppc64-atomic-inst.exp
3095 * gdb.arch/s390-stackless.exp
3096 * gdb.arch/s390-tdbregs.exp
3097 * gdb.arch/s390-vregs.exp
3098 * gdb.arch/sparc-sysstep.exp
3099 * gdb.arch/thumb-bx-pc.exp
3100 * gdb.arch/thumb-singlestep.exp
3101 * gdb.arch/thumb2-it.exp
3102 * gdb.arch/vsx-regs.exp
3103 * gdb.asm/asm-source.exp
3104 * gdb.base/a2-run.exp
3105 * gdb.base/advance.exp
3106 * gdb.base/all-bin.exp
3107 * gdb.base/anon.exp
3108 * gdb.base/args.exp
3109 * gdb.base/arithmet.exp
3110 * gdb.base/async-shell.exp
3111 * gdb.base/async.exp
3112 * gdb.base/attach-pie-noexec.exp
3113 * gdb.base/attach-twice.exp
3114 * gdb.base/auto-load.exp
3115 * gdb.base/bang.exp
3116 * gdb.base/bitfields.exp
3117 * gdb.base/break-always.exp
3118 * gdb.base/break-caller-line.exp
3119 * gdb.base/break-entry.exp
3120 * gdb.base/break-inline.exp
3121 * gdb.base/break-on-linker-gcd-function.exp
3122 * gdb.base/break-probes.exp
3123 * gdb.base/break.exp
3124 * gdb.base/breakpoint-shadow.exp
3125 * gdb.base/call-ar-st.exp
3126 * gdb.base/call-sc.exp
3127 * gdb.base/call-signal-resume.exp
3128 * gdb.base/call-strs.exp
3129 * gdb.base/callfuncs.exp
3130 * gdb.base/catch-fork-static.exp
3131 * gdb.base/catch-gdb-caused-signals.exp
3132 * gdb.base/catch-load.exp
3133 * gdb.base/catch-signal-fork.exp
3134 * gdb.base/catch-signal.exp
3135 * gdb.base/catch-syscall.exp
3136 * gdb.base/charset.exp
3137 * gdb.base/checkpoint.exp
3138 * gdb.base/chng-syms.exp
3139 * gdb.base/code-expr.exp
3140 * gdb.base/code_elim.exp
3141 * gdb.base/commands.exp
3142 * gdb.base/completion.exp
3143 * gdb.base/complex.exp
3144 * gdb.base/cond-expr.exp
3145 * gdb.base/condbreak.exp
3146 * gdb.base/consecutive.exp
3147 * gdb.base/continue-all-already-running.exp
3148 * gdb.base/coredump-filter.exp
3149 * gdb.base/corefile.exp
3150 * gdb.base/dbx.exp
3151 * gdb.base/debug-expr.exp
3152 * gdb.base/define.exp
3153 * gdb.base/del.exp
3154 * gdb.base/disabled-location.exp
3155 * gdb.base/disasm-end-cu.exp
3156 * gdb.base/disasm-optim.exp
3157 * gdb.base/display.exp
3158 * gdb.base/duplicate-bp.exp
3159 * gdb.base/ena-dis-br.exp
3160 * gdb.base/ending-run.exp
3161 * gdb.base/enumval.exp
3162 * gdb.base/environ.exp
3163 * gdb.base/eu-strip-infcall.exp
3164 * gdb.base/eval-avoid-side-effects.exp
3165 * gdb.base/eval-skip.exp
3166 * gdb.base/exitsignal.exp
3167 * gdb.base/expand-psymtabs.exp
3168 * gdb.base/filesym.exp
3169 * gdb.base/find-unmapped.exp
3170 * gdb.base/finish.exp
3171 * gdb.base/float.exp
3172 * gdb.base/foll-exec-mode.exp
3173 * gdb.base/foll-exec.exp
3174 * gdb.base/foll-fork.exp
3175 * gdb.base/fortran-sym-case.exp
3176 * gdb.base/freebpcmd.exp
3177 * gdb.base/func-ptr.exp
3178 * gdb.base/func-ptrs.exp
3179 * gdb.base/funcargs.exp
3180 * gdb.base/gcore-buffer-overflow.exp
3181 * gdb.base/gcore-relro-pie.exp
3182 * gdb.base/gcore-relro.exp
3183 * gdb.base/gcore.exp
3184 * gdb.base/gdb1090.exp
3185 * gdb.base/gdb11530.exp
3186 * gdb.base/gdb11531.exp
3187 * gdb.base/gdb1821.exp
3188 * gdb.base/gdbindex-stabs.exp
3189 * gdb.base/gdbvars.exp
3190 * gdb.base/hbreak.exp
3191 * gdb.base/hbreak2.exp
3192 * gdb.base/included.exp
3193 * gdb.base/infcall-input.exp
3194 * gdb.base/inferior-died.exp
3195 * gdb.base/infnan.exp
3196 * gdb.base/info-macros.exp
3197 * gdb.base/info-os.exp
3198 * gdb.base/info-proc.exp
3199 * gdb.base/info-shared.exp
3200 * gdb.base/info-target.exp
3201 * gdb.base/infoline.exp
3202 * gdb.base/interp.exp
3203 * gdb.base/interrupt.exp
3204 * gdb.base/jit-reader.exp
3205 * gdb.base/jit-simple.exp
3206 * gdb.base/kill-after-signal.exp
3207 * gdb.base/kill-detach-inferiors-cmd.exp
3208 * gdb.base/label.exp
3209 * gdb.base/langs.exp
3210 * gdb.base/ldbl_e308.exp
3211 * gdb.base/line-symtabs.exp
3212 * gdb.base/linespecs.exp
3213 * gdb.base/list.exp
3214 * gdb.base/long_long.exp
3215 * gdb.base/longest-types.exp
3216 * gdb.base/maint.exp
3217 * gdb.base/max-value-size.exp
3218 * gdb.base/memattr.exp
3219 * gdb.base/mips_pro.exp
3220 * gdb.base/morestack.exp
3221 * gdb.base/moribund-step.exp
3222 * gdb.base/multi-forks.exp
3223 * gdb.base/nested-addr.exp
3224 * gdb.base/nextoverexit.exp
3225 * gdb.base/noreturn-finish.exp
3226 * gdb.base/noreturn-return.exp
3227 * gdb.base/nostdlib.exp
3228 * gdb.base/offsets.exp
3229 * gdb.base/opaque.exp
3230 * gdb.base/pc-fp.exp
3231 * gdb.base/permissions.exp
3232 * gdb.base/print-symbol-loading.exp
3233 * gdb.base/prologue-include.exp
3234 * gdb.base/psymtab.exp
3235 * gdb.base/ptype.exp
3236 * gdb.base/random-signal.exp
3237 * gdb.base/randomize.exp
3238 * gdb.base/range-stepping.exp
3239 * gdb.base/readline-ask.exp
3240 * gdb.base/recpar.exp
3241 * gdb.base/recurse.exp
3242 * gdb.base/relational.exp
3243 * gdb.base/restore.exp
3244 * gdb.base/return-nodebug.exp
3245 * gdb.base/return.exp
3246 * gdb.base/run-after-attach.exp
3247 * gdb.base/save-bp.exp
3248 * gdb.base/scope.exp
3249 * gdb.base/sect-cmd.exp
3250 * gdb.base/set-lang-auto.exp
3251 * gdb.base/set-noassign.exp
3252 * gdb.base/setvar.exp
3253 * gdb.base/sigall.exp
3254 * gdb.base/sigbpt.exp
3255 * gdb.base/siginfo-addr.exp
3256 * gdb.base/siginfo-infcall.exp
3257 * gdb.base/siginfo-obj.exp
3258 * gdb.base/siginfo.exp
3259 * gdb.base/signals-state-child.exp
3260 * gdb.base/signest.exp
3261 * gdb.base/sigstep.exp
3262 * gdb.base/sizeof.exp
3263 * gdb.base/skip.exp
3264 * gdb.base/solib-corrupted.exp
3265 * gdb.base/solib-nodir.exp
3266 * gdb.base/solib-search.exp
3267 * gdb.base/stack-checking.exp
3268 * gdb.base/stale-infcall.exp
3269 * gdb.base/stap-probe.exp
3270 * gdb.base/start.exp
3271 * gdb.base/step-break.exp
3272 * gdb.base/step-bt.exp
3273 * gdb.base/step-line.exp
3274 * gdb.base/step-over-exit.exp
3275 * gdb.base/step-over-syscall.exp
3276 * gdb.base/step-resume-infcall.exp
3277 * gdb.base/step-test.exp
3278 * gdb.base/store.exp
3279 * gdb.base/structs3.exp
3280 * gdb.base/sym-file.exp
3281 * gdb.base/symbol-without-target_section.exp
3282 * gdb.base/term.exp
3283 * gdb.base/testenv.exp
3284 * gdb.base/ui-redirect.exp
3285 * gdb.base/until.exp
3286 * gdb.base/unwindonsignal.exp
3287 * gdb.base/value-double-free.exp
3288 * gdb.base/vla-datatypes.exp
3289 * gdb.base/vla-ptr.exp
3290 * gdb.base/vla-sideeffect.exp
3291 * gdb.base/volatile.exp
3292 * gdb.base/watch-cond-infcall.exp
3293 * gdb.base/watch-cond.exp
3294 * gdb.base/watch-non-mem.exp
3295 * gdb.base/watch-read.exp
3296 * gdb.base/watch-vfork.exp
3297 * gdb.base/watchpoint-cond-gone.exp
3298 * gdb.base/watchpoint-delete.exp
3299 * gdb.base/watchpoint-hw-hit-once.exp
3300 * gdb.base/watchpoint-hw.exp
3301 * gdb.base/watchpoint-stops-at-right-insn.exp
3302 * gdb.base/watchpoints.exp
3303 * gdb.base/wchar.exp
3304 * gdb.base/whatis-exp.exp
3305 * gdb.btrace/buffer-size.exp
3306 * gdb.btrace/data.exp
3307 * gdb.btrace/delta.exp
3308 * gdb.btrace/dlopen.exp
3309 * gdb.btrace/enable.exp
3310 * gdb.btrace/exception.exp
3311 * gdb.btrace/function_call_history.exp
3312 * gdb.btrace/gcore.exp
3313 * gdb.btrace/instruction_history.exp
3314 * gdb.btrace/nohist.exp
3315 * gdb.btrace/reconnect.exp
3316 * gdb.btrace/record_goto-step.exp
3317 * gdb.btrace/record_goto.exp
3318 * gdb.btrace/rn-dl-bind.exp
3319 * gdb.btrace/segv.exp
3320 * gdb.btrace/step.exp
3321 * gdb.btrace/stepi.exp
3322 * gdb.btrace/tailcall-only.exp
3323 * gdb.btrace/tailcall.exp
3324 * gdb.btrace/tsx.exp
3325 * gdb.btrace/unknown_functions.exp
3326 * gdb.btrace/vdso.exp
3327 * gdb.compile/compile-ifunc.exp
3328 * gdb.compile/compile-ops.exp
3329 * gdb.compile/compile-print.exp
3330 * gdb.compile/compile-setjmp.exp
3331 * gdb.cp/abstract-origin.exp
3332 * gdb.cp/ambiguous.exp
3333 * gdb.cp/annota2.exp
3334 * gdb.cp/annota3.exp
3335 * gdb.cp/anon-ns.exp
3336 * gdb.cp/anon-struct.exp
3337 * gdb.cp/anon-union.exp
3338 * gdb.cp/arg-reference.exp
3339 * gdb.cp/baseenum.exp
3340 * gdb.cp/bool.exp
3341 * gdb.cp/breakpoint.exp
3342 * gdb.cp/bs15503.exp
3343 * gdb.cp/call-c.exp
3344 * gdb.cp/casts.exp
3345 * gdb.cp/chained-calls.exp
3346 * gdb.cp/class2.exp
3347 * gdb.cp/classes.exp
3348 * gdb.cp/cmpd-minsyms.exp
3349 * gdb.cp/converts.exp
3350 * gdb.cp/cp-relocate.exp
3351 * gdb.cp/cpcompletion.exp
3352 * gdb.cp/cpexprs.exp
3353 * gdb.cp/cplabel.exp
3354 * gdb.cp/cplusfuncs.exp
3355 * gdb.cp/cpsizeof.exp
3356 * gdb.cp/ctti.exp
3357 * gdb.cp/derivation.exp
3358 * gdb.cp/destrprint.exp
3359 * gdb.cp/dispcxx.exp
3360 * gdb.cp/enum-class.exp
3361 * gdb.cp/exception.exp
3362 * gdb.cp/exceptprint.exp
3363 * gdb.cp/expand-psymtabs-cxx.exp
3364 * gdb.cp/expand-sals.exp
3365 * gdb.cp/extern-c.exp
3366 * gdb.cp/filename.exp
3367 * gdb.cp/formatted-ref.exp
3368 * gdb.cp/fpointer.exp
3369 * gdb.cp/gdb1355.exp
3370 * gdb.cp/gdb2495.exp
3371 * gdb.cp/hang.exp
3372 * gdb.cp/impl-this.exp
3373 * gdb.cp/infcall-dlopen.exp
3374 * gdb.cp/inherit.exp
3375 * gdb.cp/iostream.exp
3376 * gdb.cp/koenig.exp
3377 * gdb.cp/local.exp
3378 * gdb.cp/m-data.exp
3379 * gdb.cp/m-static.exp
3380 * gdb.cp/mb-ctor.exp
3381 * gdb.cp/mb-inline.exp
3382 * gdb.cp/mb-templates.exp
3383 * gdb.cp/member-name.exp
3384 * gdb.cp/member-ptr.exp
3385 * gdb.cp/meth-typedefs.exp
3386 * gdb.cp/method.exp
3387 * gdb.cp/method2.exp
3388 * gdb.cp/minsym-fallback.exp
3389 * gdb.cp/misc.exp
3390 * gdb.cp/namelessclass.exp
3391 * gdb.cp/namespace-enum.exp
3392 * gdb.cp/namespace-nested-import.exp
3393 * gdb.cp/namespace.exp
3394 * gdb.cp/nextoverthrow.exp
3395 * gdb.cp/no-dmgl-verbose.exp
3396 * gdb.cp/non-trivial-retval.exp
3397 * gdb.cp/noparam.exp
3398 * gdb.cp/nsdecl.exp
3399 * gdb.cp/nsimport.exp
3400 * gdb.cp/nsnested.exp
3401 * gdb.cp/nsnoimports.exp
3402 * gdb.cp/nsrecurs.exp
3403 * gdb.cp/nsstress.exp
3404 * gdb.cp/nsusing.exp
3405 * gdb.cp/operator.exp
3406 * gdb.cp/oranking.exp
3407 * gdb.cp/overload-const.exp
3408 * gdb.cp/overload.exp
3409 * gdb.cp/ovldbreak.exp
3410 * gdb.cp/ovsrch.exp
3411 * gdb.cp/paren-type.exp
3412 * gdb.cp/parse-lang.exp
3413 * gdb.cp/pass-by-ref.exp
3414 * gdb.cp/pr-1023.exp
3415 * gdb.cp/pr-1210.exp
3416 * gdb.cp/pr-574.exp
3417 * gdb.cp/pr10687.exp
3418 * gdb.cp/pr12028.exp
3419 * gdb.cp/pr17132.exp
3420 * gdb.cp/pr17494.exp
3421 * gdb.cp/pr9067.exp
3422 * gdb.cp/pr9167.exp
3423 * gdb.cp/pr9631.exp
3424 * gdb.cp/printmethod.exp
3425 * gdb.cp/psmang.exp
3426 * gdb.cp/psymtab-parameter.exp
3427 * gdb.cp/ptype-cv-cp.exp
3428 * gdb.cp/ptype-flags.exp
3429 * gdb.cp/re-set-overloaded.exp
3430 * gdb.cp/ref-types.exp
3431 * gdb.cp/rtti.exp
3432 * gdb.cp/scope-err.exp
3433 * gdb.cp/shadow.exp
3434 * gdb.cp/smartp.exp
3435 * gdb.cp/static-method.exp
3436 * gdb.cp/static-print-quit.exp
3437 * gdb.cp/temargs.exp
3438 * gdb.cp/templates.exp
3439 * gdb.cp/try_catch.exp
3440 * gdb.cp/typedef-operator.exp
3441 * gdb.cp/typeid.exp
3442 * gdb.cp/userdef.exp
3443 * gdb.cp/using-crash.exp
3444 * gdb.cp/var-tag.exp
3445 * gdb.cp/virtbase.exp
3446 * gdb.cp/virtfunc.exp
3447 * gdb.cp/virtfunc2.exp
3448 * gdb.cp/vla-cxx.exp
3449 * gdb.disasm/t01_mov.exp
3450 * gdb.disasm/t02_mova.exp
3451 * gdb.disasm/t03_add.exp
3452 * gdb.disasm/t04_sub.exp
3453 * gdb.disasm/t05_cmp.exp
3454 * gdb.disasm/t06_ari2.exp
3455 * gdb.disasm/t07_ari3.exp
3456 * gdb.disasm/t08_or.exp
3457 * gdb.disasm/t09_xor.exp
3458 * gdb.disasm/t10_and.exp
3459 * gdb.disasm/t11_logs.exp
3460 * gdb.disasm/t12_bit.exp
3461 * gdb.disasm/t13_otr.exp
3462 * gdb.dlang/circular.exp
3463 * gdb.dwarf2/arr-stride.exp
3464 * gdb.dwarf2/arr-subrange.exp
3465 * gdb.dwarf2/atomic-type.exp
3466 * gdb.dwarf2/bad-regnum.exp
3467 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3468 * gdb.dwarf2/callframecfa.exp
3469 * gdb.dwarf2/clztest.exp
3470 * gdb.dwarf2/corrupt.exp
3471 * gdb.dwarf2/data-loc.exp
3472 * gdb.dwarf2/dup-psym.exp
3473 * gdb.dwarf2/dw2-anon-mptr.exp
3474 * gdb.dwarf2/dw2-anonymous-func.exp
3475 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3476 * gdb.dwarf2/dw2-bad-unresolved.exp
3477 * gdb.dwarf2/dw2-basic.exp
3478 * gdb.dwarf2/dw2-canonicalize-type.exp
3479 * gdb.dwarf2/dw2-case-insensitive.exp
3480 * gdb.dwarf2/dw2-common-block.exp
3481 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3482 * gdb.dwarf2/dw2-compressed.exp
3483 * gdb.dwarf2/dw2-const.exp
3484 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3485 * gdb.dwarf2/dw2-cu-size.exp
3486 * gdb.dwarf2/dw2-dup-frame.exp
3487 * gdb.dwarf2/dw2-entry-value.exp
3488 * gdb.dwarf2/dw2-icycle.exp
3489 * gdb.dwarf2/dw2-ifort-parameter.exp
3490 * gdb.dwarf2/dw2-inline-break.exp
3491 * gdb.dwarf2/dw2-inline-param.exp
3492 * gdb.dwarf2/dw2-intercu.exp
3493 * gdb.dwarf2/dw2-intermix.exp
3494 * gdb.dwarf2/dw2-lexical-block-bare.exp
3495 * gdb.dwarf2/dw2-linkage-name-trust.exp
3496 * gdb.dwarf2/dw2-minsym-in-cu.exp
3497 * gdb.dwarf2/dw2-noloc.exp
3498 * gdb.dwarf2/dw2-op-call.exp
3499 * gdb.dwarf2/dw2-op-out-param.exp
3500 * gdb.dwarf2/dw2-opt-structptr.exp
3501 * gdb.dwarf2/dw2-param-error.exp
3502 * gdb.dwarf2/dw2-producer.exp
3503 * gdb.dwarf2/dw2-ranges-base.exp
3504 * gdb.dwarf2/dw2-ref-missing-frame.exp
3505 * gdb.dwarf2/dw2-reg-undefined.exp
3506 * gdb.dwarf2/dw2-regno-invalid.exp
3507 * gdb.dwarf2/dw2-restore.exp
3508 * gdb.dwarf2/dw2-restrict.exp
3509 * gdb.dwarf2/dw2-single-line-discriminators.exp
3510 * gdb.dwarf2/dw2-strp.exp
3511 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3512 * gdb.dwarf2/dw2-unresolved.exp
3513 * gdb.dwarf2/dw2-var-zero-addr.exp
3514 * gdb.dwarf2/dw4-sig-types.exp
3515 * gdb.dwarf2/dwz.exp
3516 * gdb.dwarf2/dynarr-ptr.exp
3517 * gdb.dwarf2/enum-type.exp
3518 * gdb.dwarf2/gdb-index.exp
3519 * gdb.dwarf2/implptr-64bit.exp
3520 * gdb.dwarf2/implptr-optimized-out.exp
3521 * gdb.dwarf2/implptr.exp
3522 * gdb.dwarf2/implref-array.exp
3523 * gdb.dwarf2/implref-const.exp
3524 * gdb.dwarf2/implref-global.exp
3525 * gdb.dwarf2/implref-struct.exp
3526 * gdb.dwarf2/mac-fileno.exp
3527 * gdb.dwarf2/main-subprogram.exp
3528 * gdb.dwarf2/member-ptr-forwardref.exp
3529 * gdb.dwarf2/method-ptr.exp
3530 * gdb.dwarf2/missing-sig-type.exp
3531 * gdb.dwarf2/nonvar-access.exp
3532 * gdb.dwarf2/opaque-type-lookup.exp
3533 * gdb.dwarf2/pieces-optimized-out.exp
3534 * gdb.dwarf2/pieces.exp
3535 * gdb.dwarf2/pr10770.exp
3536 * gdb.dwarf2/pr13961.exp
3537 * gdb.dwarf2/staticvirtual.exp
3538 * gdb.dwarf2/subrange.exp
3539 * gdb.dwarf2/symtab-producer.exp
3540 * gdb.dwarf2/trace-crash.exp
3541 * gdb.dwarf2/typeddwarf.exp
3542 * gdb.dwarf2/valop.exp
3543 * gdb.dwarf2/watch-notconst.exp
3544 * gdb.fortran/array-element.exp
3545 * gdb.fortran/charset.exp
3546 * gdb.fortran/common-block.exp
3547 * gdb.fortran/complex.exp
3548 * gdb.fortran/derived-type-function.exp
3549 * gdb.fortran/derived-type.exp
3550 * gdb.fortran/logical.exp
3551 * gdb.fortran/module.exp
3552 * gdb.fortran/multi-dim.exp
3553 * gdb.fortran/nested-funcs.exp
3554 * gdb.fortran/print-formatted.exp
3555 * gdb.fortran/subarray.exp
3556 * gdb.fortran/vla-alloc-assoc.exp
3557 * gdb.fortran/vla-datatypes.exp
3558 * gdb.fortran/vla-history.exp
3559 * gdb.fortran/vla-ptr-info.exp
3560 * gdb.fortran/vla-ptype-sub.exp
3561 * gdb.fortran/vla-ptype.exp
3562 * gdb.fortran/vla-sizeof.exp
3563 * gdb.fortran/vla-type.exp
3564 * gdb.fortran/vla-value-sub-arbitrary.exp
3565 * gdb.fortran/vla-value-sub-finish.exp
3566 * gdb.fortran/vla-value-sub.exp
3567 * gdb.fortran/vla-value.exp
3568 * gdb.fortran/whatis_type.exp
3569 * gdb.go/chan.exp
3570 * gdb.go/handcall.exp
3571 * gdb.go/hello.exp
3572 * gdb.go/integers.exp
3573 * gdb.go/methods.exp
3574 * gdb.go/package.exp
3575 * gdb.go/strings.exp
3576 * gdb.go/types.exp
3577 * gdb.go/unsafe.exp
3578 * gdb.guile/scm-arch.exp
3579 * gdb.guile/scm-block.exp
3580 * gdb.guile/scm-breakpoint.exp
3581 * gdb.guile/scm-cmd.exp
3582 * gdb.guile/scm-disasm.exp
3583 * gdb.guile/scm-equal.exp
3584 * gdb.guile/scm-frame-args.exp
3585 * gdb.guile/scm-frame-inline.exp
3586 * gdb.guile/scm-frame.exp
3587 * gdb.guile/scm-iterator.exp
3588 * gdb.guile/scm-math.exp
3589 * gdb.guile/scm-objfile.exp
3590 * gdb.guile/scm-ports.exp
3591 * gdb.guile/scm-symbol.exp
3592 * gdb.guile/scm-symtab.exp
3593 * gdb.guile/scm-value-cc.exp
3594 * gdb.guile/types-module.exp
3595 * gdb.linespec/break-ask.exp
3596 * gdb.linespec/cpexplicit.exp
3597 * gdb.linespec/explicit.exp
3598 * gdb.linespec/keywords.exp
3599 * gdb.linespec/linespec.exp
3600 * gdb.linespec/ls-dollar.exp
3601 * gdb.linespec/ls-errs.exp
3602 * gdb.linespec/skip-two.exp
3603 * gdb.linespec/thread.exp
3604 * gdb.mi/mi-async.exp
3605 * gdb.mi/mi-basics.exp
3606 * gdb.mi/mi-break.exp
3607 * gdb.mi/mi-catch-load.exp
3608 * gdb.mi/mi-cli.exp
3609 * gdb.mi/mi-cmd-param-changed.exp
3610 * gdb.mi/mi-console.exp
3611 * gdb.mi/mi-detach.exp
3612 * gdb.mi/mi-disassemble.exp
3613 * gdb.mi/mi-eval.exp
3614 * gdb.mi/mi-file-transfer.exp
3615 * gdb.mi/mi-file.exp
3616 * gdb.mi/mi-fill-memory.exp
3617 * gdb.mi/mi-inheritance-syntax-error.exp
3618 * gdb.mi/mi-linespec-err-cp.exp
3619 * gdb.mi/mi-logging.exp
3620 * gdb.mi/mi-memory-changed.exp
3621 * gdb.mi/mi-read-memory.exp
3622 * gdb.mi/mi-record-changed.exp
3623 * gdb.mi/mi-reg-undefined.exp
3624 * gdb.mi/mi-regs.exp
3625 * gdb.mi/mi-return.exp
3626 * gdb.mi/mi-reverse.exp
3627 * gdb.mi/mi-simplerun.exp
3628 * gdb.mi/mi-solib.exp
3629 * gdb.mi/mi-stack.exp
3630 * gdb.mi/mi-stepi.exp
3631 * gdb.mi/mi-syn-frame.exp
3632 * gdb.mi/mi-until.exp
3633 * gdb.mi/mi-var-block.exp
3634 * gdb.mi/mi-var-child.exp
3635 * gdb.mi/mi-var-cmd.exp
3636 * gdb.mi/mi-var-cp.exp
3637 * gdb.mi/mi-var-display.exp
3638 * gdb.mi/mi-var-invalidate.exp
3639 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3640 * gdb.mi/mi-vla-fortran.exp
3641 * gdb.mi/mi-watch.exp
3642 * gdb.mi/mi2-var-child.exp
3643 * gdb.mi/user-selected-context-sync.exp
3644 * gdb.modula2/unbounded-array.exp
3645 * gdb.multi/dummy-frame-restore.exp
3646 * gdb.multi/multi-arch-exec.exp
3647 * gdb.multi/multi-arch.exp
3648 * gdb.multi/tids.exp
3649 * gdb.multi/watchpoint-multi.exp
3650 * gdb.opencl/callfuncs.exp
3651 * gdb.opencl/convs_casts.exp
3652 * gdb.opencl/datatypes.exp
3653 * gdb.opencl/operators.exp
3654 * gdb.opencl/vec_comps.exp
3655 * gdb.opt/clobbered-registers-O2.exp
3656 * gdb.opt/inline-break.exp
3657 * gdb.opt/inline-bt.exp
3658 * gdb.opt/inline-cmds.exp
3659 * gdb.opt/inline-locals.exp
3660 * gdb.pascal/case-insensitive-symbols.exp
3661 * gdb.pascal/floats.exp
3662 * gdb.pascal/gdb11492.exp
3663 * gdb.python/lib-types.exp
3664 * gdb.python/py-arch.exp
3665 * gdb.python/py-as-string.exp
3666 * gdb.python/py-bad-printers.exp
3667 * gdb.python/py-block.exp
3668 * gdb.python/py-breakpoint-create-fail.exp
3669 * gdb.python/py-breakpoint.exp
3670 * gdb.python/py-caller-is.exp
3671 * gdb.python/py-cmd.exp
3672 * gdb.python/py-explore-cc.exp
3673 * gdb.python/py-explore.exp
3674 * gdb.python/py-finish-breakpoint.exp
3675 * gdb.python/py-finish-breakpoint2.exp
3676 * gdb.python/py-frame-args.exp
3677 * gdb.python/py-frame-inline.exp
3678 * gdb.python/py-frame.exp
3679 * gdb.python/py-framefilter-mi.exp
3680 * gdb.python/py-infthread.exp
3681 * gdb.python/py-lazy-string.exp
3682 * gdb.python/py-linetable.exp
3683 * gdb.python/py-mi-events.exp
3684 * gdb.python/py-mi-objfile.exp
3685 * gdb.python/py-mi.exp
3686 * gdb.python/py-objfile.exp
3687 * gdb.python/py-pp-integral.exp
3688 * gdb.python/py-pp-maint.exp
3689 * gdb.python/py-pp-re-notag.exp
3690 * gdb.python/py-pp-registration.exp
3691 * gdb.python/py-recurse-unwind.exp
3692 * gdb.python/py-strfns.exp
3693 * gdb.python/py-symbol.exp
3694 * gdb.python/py-symtab.exp
3695 * gdb.python/py-sync-interp.exp
3696 * gdb.python/py-typeprint.exp
3697 * gdb.python/py-unwind-maint.exp
3698 * gdb.python/py-unwind.exp
3699 * gdb.python/py-value-cc.exp
3700 * gdb.python/py-xmethods.exp
3701 * gdb.reverse/amd64-tailcall-reverse.exp
3702 * gdb.reverse/break-precsave.exp
3703 * gdb.reverse/break-reverse.exp
3704 * gdb.reverse/consecutive-precsave.exp
3705 * gdb.reverse/consecutive-reverse.exp
3706 * gdb.reverse/finish-precsave.exp
3707 * gdb.reverse/finish-reverse-bkpt.exp
3708 * gdb.reverse/finish-reverse.exp
3709 * gdb.reverse/fstatat-reverse.exp
3710 * gdb.reverse/getresuid-reverse.exp
3711 * gdb.reverse/i386-precsave.exp
3712 * gdb.reverse/i386-reverse.exp
3713 * gdb.reverse/i386-sse-reverse.exp
3714 * gdb.reverse/i387-env-reverse.exp
3715 * gdb.reverse/i387-stack-reverse.exp
3716 * gdb.reverse/insn-reverse.exp
3717 * gdb.reverse/machinestate-precsave.exp
3718 * gdb.reverse/machinestate.exp
3719 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3720 * gdb.reverse/pipe-reverse.exp
3721 * gdb.reverse/readv-reverse.exp
3722 * gdb.reverse/recvmsg-reverse.exp
3723 * gdb.reverse/rerun-prec.exp
3724 * gdb.reverse/s390-mvcle.exp
3725 * gdb.reverse/step-precsave.exp
3726 * gdb.reverse/step-reverse.exp
3727 * gdb.reverse/time-reverse.exp
3728 * gdb.reverse/until-precsave.exp
3729 * gdb.reverse/until-reverse.exp
3730 * gdb.reverse/waitpid-reverse.exp
3731 * gdb.reverse/watch-precsave.exp
3732 * gdb.reverse/watch-reverse.exp
3733 * gdb.rust/generics.exp
3734 * gdb.rust/methods.exp
3735 * gdb.rust/modules.exp
3736 * gdb.rust/simple.exp
3737 * gdb.server/connect-with-no-symbol-file.exp
3738 * gdb.server/ext-attach.exp
3739 * gdb.server/ext-restart.exp
3740 * gdb.server/ext-wrapper.exp
3741 * gdb.server/file-transfer.exp
3742 * gdb.server/server-exec-info.exp
3743 * gdb.server/server-kill.exp
3744 * gdb.server/server-mon.exp
3745 * gdb.server/wrapper.exp
3746 * gdb.stabs/exclfwd.exp
3747 * gdb.stabs/gdb11479.exp
3748 * gdb.threads/clone-new-thread-event.exp
3749 * gdb.threads/corethreads.exp
3750 * gdb.threads/current-lwp-dead.exp
3751 * gdb.threads/dlopen-libpthread.exp
3752 * gdb.threads/gcore-thread.exp
3753 * gdb.threads/sigstep-threads.exp
3754 * gdb.threads/watchpoint-fork.exp
3755 * gdb.trace/actions-changed.exp
3756 * gdb.trace/backtrace.exp
3757 * gdb.trace/change-loc.exp
3758 * gdb.trace/circ.exp
3759 * gdb.trace/collection.exp
3760 * gdb.trace/disconnected-tracing.exp
3761 * gdb.trace/ftrace.exp
3762 * gdb.trace/mi-trace-frame-collected.exp
3763 * gdb.trace/mi-trace-unavailable.exp
3764 * gdb.trace/mi-traceframe-changed.exp
3765 * gdb.trace/mi-tsv-changed.exp
3766 * gdb.trace/no-attach-trace.exp
3767 * gdb.trace/passc-dyn.exp
3768 * gdb.trace/qtro.exp
3769 * gdb.trace/range-stepping.exp
3770 * gdb.trace/read-memory.exp
3771 * gdb.trace/save-trace.exp
3772 * gdb.trace/signal.exp
3773 * gdb.trace/status-stop.exp
3774 * gdb.trace/tfile.exp
3775 * gdb.trace/trace-break.exp
3776 * gdb.trace/trace-buffer-size.exp
3777 * gdb.trace/trace-condition.exp
3778 * gdb.trace/tracefile-pseudo-reg.exp
3779 * gdb.trace/tstatus.exp
3780 * gdb.trace/unavailable.exp
3781 * gdb.trace/while-dyn.exp
3782 * gdb.trace/while-stepping.exp
3783
3784 2016-12-22 Doug Evans <xdje42@gmail.com>
3785
3786 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3787 and msymbols.
3788
3789 2016-12-19 Yao Qi <yao.qi@linaro.org>
3790
3791 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3792 (test_with_self): Don't call do_steps_and_nexts, and remove
3793 code about stepping into xmalloc.
3794
3795 2016-12-09 Yao Qi <yao.qi@linaro.org>
3796
3797 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3798
3799 2016-12-09 Yao Qi <yao.qi@linaro.org>
3800
3801 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3802
3803 2016-12-09 Pedro Alves <palves@redhat.com>
3804
3805 * gdb.base/all-architectures-0.exp: New file.
3806 * gdb.base/all-architectures-1.exp: New file.
3807 * gdb.base/all-architectures-2.exp: New file.
3808 * gdb.base/all-architectures-3.exp: New file.
3809 * gdb.base/all-architectures-4.exp: New file.
3810 * gdb.base/all-architectures-5.exp: New file.
3811 * gdb.base/all-architectures-6.exp: New file.
3812 * gdb.base/all-architectures-7.exp: New file.
3813 * gdb.base/all-architectures.exp.in: New file.
3814
3815 2016-12-09 Yao Qi <yao.qi@linaro.org>
3816
3817 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3818
3819 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3820
3821 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3822 possible.
3823 Remove useless pattern-matching code.
3824
3825 2016-12-02 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3828 procedure.
3829 (top level): Call it.
3830
3831 2016-12-02 Pedro Alves <palves@redhat.com>
3832
3833 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3834 New procedure.
3835 (top level): Call it.
3836
3837 2016-12-02 Pedro Alves <palves@redhat.com>
3838
3839 PR cli/20559
3840 * gdb.base/commands.exp (user_defined_command_args_eval): New
3841 procedure.
3842 (top level): Call it.
3843
3844 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3845
3846 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3847 timeout handling.
3848
3849 2016-12-02 Tom Tromey <tom@tromey.com>
3850
3851 * gdb.dwarf2/main-subprogram.c: New file.
3852 * gdb.dwarf2/main-subprogram.exp: New file.
3853
3854 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3855
3856 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3857 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3858 gdb_test_no_output for a couple of cases.
3859 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3860
3861 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3862
3863 Fix test names and standardize compilation error messages throughout
3864 the following files:
3865
3866 * gdb.ada/start.exp
3867 * gdb.arch/alpha-step.exp
3868 * gdb.arch/e500-prologue.exp
3869 * gdb.arch/ftrace-insn-reloc.exp
3870 * gdb.arch/gdb1291.exp
3871 * gdb.arch/gdb1431.exp
3872 * gdb.arch/gdb1558.exp
3873 * gdb.arch/i386-dr3-watch.exp
3874 * gdb.arch/i386-sse-stack-align.exp
3875 * gdb.arch/ia64-breakpoint-shadow.exp
3876 * gdb.arch/pa-nullify.exp
3877 * gdb.arch/powerpc-aix-prologue.exp
3878 * gdb.arch/thumb-bx-pc.exp
3879 * gdb.base/annota1.exp
3880 * gdb.base/annota3.exp
3881 * gdb.base/arrayidx.exp
3882 * gdb.base/assign.exp
3883 * gdb.base/attach.exp
3884 * gdb.base/auxv.exp
3885 * gdb.base/bang.exp
3886 * gdb.base/bfp-test.exp
3887 * gdb.base/bigcore.exp
3888 * gdb.base/bitfields2.exp
3889 * gdb.base/break-fun-addr.exp
3890 * gdb.base/break-probes.exp
3891 * gdb.base/call-rt-st.exp
3892 * gdb.base/callexit.exp
3893 * gdb.base/catch-fork-kill.exp
3894 * gdb.base/charset.exp
3895 * gdb.base/checkpoint.exp
3896 * gdb.base/comprdebug.exp
3897 * gdb.base/constvars.exp
3898 * gdb.base/coredump-filter.exp
3899 * gdb.base/cursal.exp
3900 * gdb.base/cvexpr.exp
3901 * gdb.base/detach.exp
3902 * gdb.base/display.exp
3903 * gdb.base/dmsym.exp
3904 * gdb.base/dprintf-pending.exp
3905 * gdb.base/dso2dso.exp
3906 * gdb.base/dtrace-probe.exp
3907 * gdb.base/dump.exp
3908 * gdb.base/enum_cond.exp
3909 * gdb.base/exe-lock.exp
3910 * gdb.base/exec-invalid-sysroot.exp
3911 * gdb.base/execl-update-breakpoints.exp
3912 * gdb.base/exprs.exp
3913 * gdb.base/fileio.exp
3914 * gdb.base/find.exp
3915 * gdb.base/finish.exp
3916 * gdb.base/fixsection.exp
3917 * gdb.base/foll-vfork.exp
3918 * gdb.base/frame-args.exp
3919 * gdb.base/gcore.exp
3920 * gdb.base/gdb1250.exp
3921 * gdb.base/global-var-nested-by-dso.exp
3922 * gdb.base/gnu-ifunc.exp
3923 * gdb.base/hashline1.exp
3924 * gdb.base/hashline2.exp
3925 * gdb.base/hashline3.exp
3926 * gdb.base/hbreak-in-shr-unsupported.exp
3927 * gdb.base/huge.exp
3928 * gdb.base/infcall-input.exp
3929 * gdb.base/info-fun.exp
3930 * gdb.base/info-shared.exp
3931 * gdb.base/jit-simple.exp
3932 * gdb.base/jit-so.exp
3933 * gdb.base/jit.exp
3934 * gdb.base/jump.exp
3935 * gdb.base/label.exp
3936 * gdb.base/lineinc.exp
3937 * gdb.base/logical.exp
3938 * gdb.base/longjmp.exp
3939 * gdb.base/macscp.exp
3940 * gdb.base/miscexprs.exp
3941 * gdb.base/new-ui-echo.exp
3942 * gdb.base/new-ui-pending-input.exp
3943 * gdb.base/new-ui.exp
3944 * gdb.base/nodebug.exp
3945 * gdb.base/nofield.exp
3946 * gdb.base/offsets.exp
3947 * gdb.base/overlays.exp
3948 * gdb.base/pending.exp
3949 * gdb.base/pointers.exp
3950 * gdb.base/pr11022.exp
3951 * gdb.base/printcmds.exp
3952 * gdb.base/prologue.exp
3953 * gdb.base/ptr-typedef.exp
3954 * gdb.base/realname-expand.exp
3955 * gdb.base/relativedebug.exp
3956 * gdb.base/relocate.exp
3957 * gdb.base/remote.exp
3958 * gdb.base/reread.exp
3959 * gdb.base/return2.exp
3960 * gdb.base/savedregs.exp
3961 * gdb.base/sep.exp
3962 * gdb.base/sepdebug.exp
3963 * gdb.base/sepsymtab.exp
3964 * gdb.base/set-inferior-tty.exp
3965 * gdb.base/setshow.exp
3966 * gdb.base/shlib-call.exp
3967 * gdb.base/sigaltstack.exp
3968 * gdb.base/siginfo-addr.exp
3969 * gdb.base/signals.exp
3970 * gdb.base/signull.exp
3971 * gdb.base/sigrepeat.exp
3972 * gdb.base/so-impl-ld.exp
3973 * gdb.base/solib-display.exp
3974 * gdb.base/solib-overlap.exp
3975 * gdb.base/solib-search.exp
3976 * gdb.base/solib-symbol.exp
3977 * gdb.base/structs.exp
3978 * gdb.base/structs2.exp
3979 * gdb.base/symtab-search-order.exp
3980 * gdb.base/twice.exp
3981 * gdb.base/unload.exp
3982 * gdb.base/varargs.exp
3983 * gdb.base/watchpoint-solib.exp
3984 * gdb.base/watchpoint.exp
3985 * gdb.base/whatis.exp
3986 * gdb.base/wrong_frame_bt_full.exp
3987 * gdb.btrace/dlopen.exp
3988 * gdb.cell/ea-standalone.exp
3989 * gdb.cell/ea-test.exp
3990 * gdb.cp/dispcxx.exp
3991 * gdb.cp/gdb2384.exp
3992 * gdb.cp/method2.exp
3993 * gdb.cp/nextoverthrow.exp
3994 * gdb.cp/pr10728.exp
3995 * gdb.disasm/am33.exp
3996 * gdb.disasm/h8300s.exp
3997 * gdb.disasm/mn10300.exp
3998 * gdb.disasm/sh3.exp
3999 * gdb.dwarf2/dw2-dir-file-name.exp
4000 * gdb.fortran/complex.exp
4001 * gdb.fortran/library-module.exp
4002 * gdb.guile/scm-pretty-print.exp
4003 * gdb.guile/scm-symbol.exp
4004 * gdb.guile/scm-type.exp
4005 * gdb.guile/scm-value.exp
4006 * gdb.linespec/linespec.exp
4007 * gdb.mi/gdb701.exp
4008 * gdb.mi/gdb792.exp
4009 * gdb.mi/mi-breakpoint-changed.exp
4010 * gdb.mi/mi-dprintf-pending.exp
4011 * gdb.mi/mi-dprintf.exp
4012 * gdb.mi/mi-exit-code.exp
4013 * gdb.mi/mi-pending.exp
4014 * gdb.mi/mi-solib.exp
4015 * gdb.mi/new-ui-mi-sync.exp
4016 * gdb.mi/pr11022.exp
4017 * gdb.mi/user-selected-context-sync.exp
4018 * gdb.opt/solib-intra-step.exp
4019 * gdb.python/py-events.exp
4020 * gdb.python/py-finish-breakpoint.exp
4021 * gdb.python/py-mi.exp
4022 * gdb.python/py-prettyprint.exp
4023 * gdb.python/py-shared.exp
4024 * gdb.python/py-symbol.exp
4025 * gdb.python/py-template.exp
4026 * gdb.python/py-type.exp
4027 * gdb.python/py-value.exp
4028 * gdb.reverse/solib-precsave.exp
4029 * gdb.reverse/solib-reverse.exp
4030 * gdb.server/solib-list.exp
4031 * gdb.stabs/weird.exp
4032 * gdb.threads/reconnect-signal.exp
4033 * gdb.threads/stepi-random-signal.exp
4034 * gdb.trace/actions.exp
4035 * gdb.trace/ax.exp
4036 * gdb.trace/backtrace.exp
4037 * gdb.trace/change-loc.exp
4038 * gdb.trace/deltrace.exp
4039 * gdb.trace/ftrace-lock.exp
4040 * gdb.trace/ftrace.exp
4041 * gdb.trace/infotrace.exp
4042 * gdb.trace/mi-tracepoint-changed.exp
4043 * gdb.trace/packetlen.exp
4044 * gdb.trace/passcount.exp
4045 * gdb.trace/pending.exp
4046 * gdb.trace/range-stepping.exp
4047 * gdb.trace/report.exp
4048 * gdb.trace/stap-trace.exp
4049 * gdb.trace/tfind.exp
4050 * gdb.trace/trace-break.exp
4051 * gdb.trace/trace-condition.exp
4052 * gdb.trace/trace-enable-disable.exp
4053 * gdb.trace/trace-mt.exp
4054 * gdb.trace/tracecmd.exp
4055 * gdb.trace/tspeed.exp
4056 * gdb.trace/tsv.exp
4057 * lib/perftest.exp
4058
4059 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4060
4061 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4062 with gdb_test_no_output.
4063 Use command as test name.
4064
4065 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4066
4067 Fix test names starting with uppercase throughout the files.
4068
4069 * gdb.ada/assign_1.exp
4070 * gdb.ada/boolean_expr.exp
4071 * gdb.base/arrayidx.exp
4072 * gdb.base/del.exp
4073 * gdb.base/gcore-buffer-overflow.exp
4074 * gdb.base/testenv.exp
4075 * gdb.compile/compile.exp
4076 * gdb.python/py-framefilter-invalidarg.exp
4077 * gdb.python/py-framefilter.exp
4078
4079 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4080
4081 Fix test names starting with uppercase throughout the files.
4082
4083 * gdb.ada/array_return.exp
4084 * gdb.ada/expr_delims.exp
4085 * gdb.ada/mi_dyn_arr.exp
4086 * gdb.ada/mi_interface.exp
4087 * gdb.ada/mi_var_array.exp
4088 * gdb.ada/watch_arg.exp
4089 * gdb.arch/alpha-step.exp
4090 * gdb.arch/altivec-regs.exp
4091 * gdb.arch/e500-regs.exp
4092 * gdb.arch/powerpc-d128-regs.exp
4093 * gdb.base/arrayidx.exp
4094 * gdb.base/break.exp
4095 * gdb.base/checkpoint.exp
4096 * gdb.base/debug-expr.exp
4097 * gdb.base/dmsym.exp
4098 * gdb.base/radix.exp
4099 * gdb.base/sepdebug.exp
4100 * gdb.base/testenv.exp
4101 * gdb.base/watch_thread_num.exp
4102 * gdb.base/watchpoint-cond-gone.exp
4103 * gdb.cell/break.exp
4104 * gdb.cell/ea-cache.exp
4105 * gdb.compile/compile.exp
4106 * gdb.cp/gdb2495.exp
4107 * gdb.gdb/selftest.exp
4108 * gdb.gdb/xfullpath.exp
4109 * gdb.go/hello.exp
4110 * gdb.go/integers.exp
4111 * gdb.objc/basicclass.exp
4112 * gdb.pascal/hello.exp
4113 * gdb.pascal/integers.exp
4114 * gdb.python/py-breakpoint.exp
4115 * gdb.python/py-cmd.exp
4116 * gdb.python/py-linetable.exp
4117 * gdb.python/py-xmethods.exp
4118 * gdb.python/python.exp
4119 * gdb.reverse/consecutive-precsave.exp
4120 * gdb.reverse/finish-precsave.exp
4121 * gdb.reverse/i386-precsave.exp
4122 * gdb.reverse/machinestate-precsave.exp
4123 * gdb.reverse/sigall-precsave.exp
4124 * gdb.reverse/solib-precsave.exp
4125 * gdb.reverse/step-precsave.exp
4126 * gdb.reverse/until-precsave.exp
4127 * gdb.reverse/watch-precsave.exp
4128 * gdb.threads/leader-exit.exp
4129 * gdb.threads/pthreads.exp
4130 * gdb.threads/wp-replication.exp
4131 * gdb.trace/actions.exp
4132 * gdb.trace/mi-tsv-changed.exp
4133 * gdb.trace/tsv.exp
4134
4135 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4136
4137 Fix test names starting with uppercase throughout the files.
4138
4139 * gdb.arch/i386-bp_permanent.exp
4140 * gdb.arch/i386-gnu-cfi.exp
4141 * gdb.base/disasm-end-cu.exp
4142 * gdb.base/macscp.exp
4143 * gdb.base/pending.exp
4144 * gdb.base/watch_thread_num.exp
4145 * gdb.cp/exception.exp
4146 * gdb.cp/gdb2495.exp
4147 * gdb.cp/local.exp
4148 * gdb.python/py-evsignal.exp
4149 * gdb.python/python.exp
4150 * gdb.trace/tracecmd.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.base/charset.exp
4157 * gdb.base/eval.exp
4158 * gdb.base/multi-forks.exp
4159 * gdb.guile/scm-progspace.exp
4160 * gdb.opencl/datatypes.exp
4161 * gdb.python/py-block.exp
4162 * gdb.python/py-function.exp
4163 * gdb.python/py-symbol.exp
4164 * gdb.python/py-symtab.exp
4165 * gdb.python/py-xmethods.exp
4166 * gdb.reverse/break-precsave.exp
4167 * gdb.reverse/break-reverse.exp
4168 * gdb.reverse/consecutive-precsave.exp
4169 * gdb.reverse/consecutive-reverse.exp
4170 * gdb.reverse/finish-precsave.exp
4171 * gdb.reverse/finish-reverse-bkpt.exp
4172 * gdb.reverse/finish-reverse.exp
4173 * gdb.reverse/fstatat-reverse.exp
4174 * gdb.reverse/getresuid-reverse.exp
4175 * gdb.reverse/i386-precsave.exp
4176 * gdb.reverse/i386-reverse.exp
4177 * gdb.reverse/i386-sse-reverse.exp
4178 * gdb.reverse/i387-stack-reverse.exp
4179 * gdb.reverse/insn-reverse.exp
4180 * gdb.reverse/machinestate-precsave.exp
4181 * gdb.reverse/machinestate.exp
4182 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4183 * gdb.reverse/pipe-reverse.exp
4184 * gdb.reverse/readv-reverse.exp
4185 * gdb.reverse/recvmsg-reverse.exp
4186 * gdb.reverse/rerun-prec.exp
4187 * gdb.reverse/s390-mvcle.exp
4188 * gdb.reverse/sigall-precsave.exp
4189 * gdb.reverse/sigall-reverse.exp
4190 * gdb.reverse/solib-precsave.exp
4191 * gdb.reverse/solib-reverse.exp
4192 * gdb.reverse/step-precsave.exp
4193 * gdb.reverse/step-reverse.exp
4194 * gdb.reverse/time-reverse.exp
4195 * gdb.reverse/until-precsave.exp
4196 * gdb.reverse/until-reverse.exp
4197 * gdb.reverse/waitpid-reverse.exp
4198 * gdb.reverse/watch-precsave.exp
4199 * gdb.reverse/watch-reverse.exp
4200
4201 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4202
4203 Fix test names starting with uppercase throughout the files.
4204
4205 * gdb.arch/i386-mpx-simple_segv.exp
4206 * gdb.arch/i386-mpx.exp
4207 * gdb.arch/i386-permbkpt.exp
4208 * gdb.arch/pa-nullify.exp
4209 * gdb.arch/powerpc-d128-regs.exp
4210 * gdb.arch/vsx-regs.exp
4211 * gdb.base/bfp-test.exp
4212 * gdb.base/break.exp
4213 * gdb.base/breakpoint-shadow.exp
4214 * gdb.base/callfuncs.exp
4215 * gdb.base/charset.exp
4216 * gdb.base/commands.exp
4217 * gdb.base/completion.exp
4218 * gdb.base/dfp-test.exp
4219 * gdb.base/echo.exp
4220 * gdb.base/ending-run.exp
4221 * gdb.base/eval.exp
4222 * gdb.base/expand-psymtabs.exp
4223 * gdb.base/float128.exp
4224 * gdb.base/floatn.exp
4225 * gdb.base/foll-exec-mode.exp
4226 * gdb.base/gdb1056.exp
4227 * gdb.base/gdb11531.exp
4228 * gdb.base/kill-after-signal.exp
4229 * gdb.base/multi-forks.exp
4230 * gdb.base/overlays.exp
4231 * gdb.base/pending.exp
4232 * gdb.base/sepdebug.exp
4233 * gdb.base/testenv.exp
4234 * gdb.base/valgrind-db-attach.exp
4235 * gdb.base/watch_thread_num.exp
4236 * gdb.base/watchpoint-cond-gone.exp
4237 * gdb.base/watchpoint.exp
4238 * gdb.base/watchpoints.exp
4239 * gdb.cp/arg-reference.exp
4240 * gdb.cp/baseenum.exp
4241 * gdb.cp/operator.exp
4242 * gdb.cp/shadow.exp
4243 * gdb.dwarf2/dw2-op-out-param.exp
4244 * gdb.dwarf2/dw2-reg-undefined.exp
4245 * gdb.go/chan.exp
4246 * gdb.go/hello.exp
4247 * gdb.go/integers.exp
4248 * gdb.go/methods.exp
4249 * gdb.go/package.exp
4250 * gdb.guile/scm-parameter.exp
4251 * gdb.guile/scm-progspace.exp
4252 * gdb.guile/scm-value.exp
4253 * gdb.mi/mi-pending.exp
4254 * gdb.mi/user-selected-context-sync.exp
4255 * gdb.multi/multi-attach.exp
4256 * gdb.multi/tids.exp
4257 * gdb.opt/clobbered-registers-O2.exp
4258 * gdb.pascal/floats.exp
4259 * gdb.pascal/integers.exp
4260 * gdb.python/py-block.exp
4261 * gdb.python/py-events.exp
4262 * gdb.python/py-parameter.exp
4263 * gdb.python/py-symbol.exp
4264 * gdb.python/py-symtab.exp
4265 * gdb.python/py-type.exp
4266 * gdb.python/py-value.exp
4267 * gdb.python/py-xmethods.exp
4268 * gdb.python/python.exp
4269 * gdb.reverse/break-precsave.exp
4270 * gdb.reverse/consecutive-precsave.exp
4271 * gdb.reverse/finish-precsave.exp
4272 * gdb.reverse/i386-precsave.exp
4273 * gdb.reverse/machinestate-precsave.exp
4274 * gdb.reverse/sigall-precsave.exp
4275 * gdb.reverse/solib-precsave.exp
4276 * gdb.reverse/step-precsave.exp
4277 * gdb.reverse/until-precsave.exp
4278 * gdb.reverse/watch-precsave.exp
4279 * gdb.server/ext-attach.exp
4280 * gdb.server/ext-restart.exp
4281 * gdb.server/ext-run.exp
4282 * gdb.server/ext-wrapper.exp
4283 * gdb.stabs/gdb11479.exp
4284 * gdb.stabs/weird.exp
4285 * gdb.threads/attach-many-short-lived-threads.exp
4286 * gdb.threads/kill.exp
4287 * gdb.threads/watchpoint-fork.exp
4288
4289 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4290
4291 Fix test names starting with uppercase throughout all the files below.
4292
4293 * gdb.ada/array_return.exp
4294 * gdb.ada/catch_ex.exp
4295 * gdb.ada/info_exc.exp
4296 * gdb.ada/mi_catch_ex.exp
4297 * gdb.ada/mi_dyn_arr.exp
4298 * gdb.ada/mi_ex_cond.exp
4299 * gdb.ada/mi_exc_info.exp
4300 * gdb.ada/mi_interface.exp
4301 * gdb.ada/mi_task_arg.exp
4302 * gdb.ada/mi_task_info.exp
4303 * gdb.ada/mi_var_array.exp
4304 * gdb.arch/alpha-step.exp
4305 * gdb.arch/amd64-disp-step.exp
4306 * gdb.arch/arm-disp-step.exp
4307 * gdb.arch/disp-step-insn-reloc.exp
4308 * gdb.arch/e500-prologue.exp
4309 * gdb.arch/ftrace-insn-reloc.exp
4310 * gdb.arch/gdb1558.exp
4311 * gdb.arch/i386-bp_permanent.exp
4312 * gdb.arch/i386-disp-step.exp
4313 * gdb.arch/i386-float.exp
4314 * gdb.arch/i386-gnu-cfi.exp
4315 * gdb.arch/ia64-breakpoint-shadow.exp
4316 * gdb.arch/mips16-thunks.exp
4317 * gdb.arch/pa-nullify.exp
4318 * gdb.arch/powerpc-aix-prologue.exp
4319 * gdb.arch/powerpc-power.exp
4320 * gdb.arch/ppc-dfp.exp
4321 * gdb.arch/s390-tdbregs.exp
4322 * gdb.arch/spu-info.exp
4323 * gdb.arch/spu-ls.exp
4324 * gdb.arch/thumb-bx-pc.exp
4325 * gdb.base/advance.exp
4326 * gdb.base/annota-input-while-running.exp
4327 * gdb.base/arrayidx.exp
4328 * gdb.base/asmlabel.exp
4329 * gdb.base/async.exp
4330 * gdb.base/attach-wait-input.exp
4331 * gdb.base/auto-connect-native-target.exp
4332 * gdb.base/batch-preserve-term-settings.exp
4333 * gdb.base/bfp-test.exp
4334 * gdb.base/bigcore.exp
4335 * gdb.base/bp-permanent.exp
4336 * gdb.base/break-always.exp
4337 * gdb.base/break-fun-addr.exp
4338 * gdb.base/break-idempotent.exp
4339 * gdb.base/break-main-file-remove-fail.exp
4340 * gdb.base/break-probes.exp
4341 * gdb.base/break-unload-file.exp
4342 * gdb.base/break.exp
4343 * gdb.base/call-ar-st.exp
4344 * gdb.base/call-rt-st.exp
4345 * gdb.base/call-sc.exp
4346 * gdb.base/call-signal-resume.exp
4347 * gdb.base/call-strs.exp
4348 * gdb.base/callexit.exp
4349 * gdb.base/callfuncs.exp
4350 * gdb.base/catch-gdb-caused-signals.exp
4351 * gdb.base/catch-signal-siginfo-cond.exp
4352 * gdb.base/catch-syscall.exp
4353 * gdb.base/compare-sections.exp
4354 * gdb.base/cond-eval-mode.exp
4355 * gdb.base/condbreak-call-false.exp
4356 * gdb.base/consecutive-step-over.exp
4357 * gdb.base/cursal.exp
4358 * gdb.base/disabled-location.exp
4359 * gdb.base/disasm-end-cu.exp
4360 * gdb.base/display.exp
4361 * gdb.base/double-prompt-target-event-error.exp
4362 * gdb.base/dprintf-bp-same-addr.exp
4363 * gdb.base/dprintf-detach.exp
4364 * gdb.base/dprintf-next.exp
4365 * gdb.base/dprintf-non-stop.exp
4366 * gdb.base/dprintf-pending.exp
4367 * gdb.base/dso2dso.exp
4368 * gdb.base/ending-run.exp
4369 * gdb.base/enum_cond.exp
4370 * gdb.base/examine-backward.exp
4371 * gdb.base/exe-lock.exp
4372 * gdb.base/exec-invalid-sysroot.exp
4373 * gdb.base/execl-update-breakpoints.exp
4374 * gdb.base/execution-termios.exp
4375 * gdb.base/fileio.exp
4376 * gdb.base/fixsection.exp
4377 * gdb.base/foll-exec-mode.exp
4378 * gdb.base/foll-exec.exp
4379 * gdb.base/fork-running-state.exp
4380 * gdb.base/frame-args.exp
4381 * gdb.base/fullpath-expand.exp
4382 * gdb.base/func-ptr.exp
4383 * gdb.base/gcore-relro-pie.exp
4384 * gdb.base/gdb1090.exp
4385 * gdb.base/gdb1555.exp
4386 * gdb.base/global-var-nested-by-dso.exp
4387 * gdb.base/gnu-ifunc.exp
4388 * gdb.base/hbreak-in-shr-unsupported.exp
4389 * gdb.base/hbreak-unmapped.exp
4390 * gdb.base/hook-stop.exp
4391 * gdb.base/infcall-input.exp
4392 * gdb.base/info-fun.exp
4393 * gdb.base/info-shared.exp
4394 * gdb.base/interrupt-noterm.exp
4395 * gdb.base/jit-so.exp
4396 * gdb.base/jit.exp
4397 * gdb.base/line-symtabs.exp
4398 * gdb.base/list.exp
4399 * gdb.base/longjmp.exp
4400 * gdb.base/macscp.exp
4401 * gdb.base/max-value-size.exp
4402 * gdb.base/nodebug.exp
4403 * gdb.base/nofield.exp
4404 * gdb.base/overlays.exp
4405 * gdb.base/paginate-after-ctrl-c-running.exp
4406 * gdb.base/paginate-bg-execution.exp
4407 * gdb.base/paginate-inferior-exit.exp
4408 * gdb.base/pending.exp
4409 * gdb.base/pr11022.exp
4410 * gdb.base/printcmds.exp
4411 * gdb.base/ptr-typedef.exp
4412 * gdb.base/ptype.exp
4413 * gdb.base/randomize.exp
4414 * gdb.base/range-stepping.exp
4415 * gdb.base/realname-expand.exp
4416 * gdb.base/relativedebug.exp
4417 * gdb.base/remote.exp
4418 * gdb.base/savedregs.exp
4419 * gdb.base/sepdebug.exp
4420 * gdb.base/set-noassign.exp
4421 * gdb.base/shlib-call.exp
4422 * gdb.base/shreloc.exp
4423 * gdb.base/sigaltstack.exp
4424 * gdb.base/sigbpt.exp
4425 * gdb.base/siginfo-addr.exp
4426 * gdb.base/siginfo-obj.exp
4427 * gdb.base/siginfo-thread.exp
4428 * gdb.base/signest.exp
4429 * gdb.base/signull.exp
4430 * gdb.base/sigrepeat.exp
4431 * gdb.base/skip.exp
4432 * gdb.base/so-impl-ld.exp
4433 * gdb.base/solib-corrupted.exp
4434 * gdb.base/solib-disc.exp
4435 * gdb.base/solib-display.exp
4436 * gdb.base/solib-overlap.exp
4437 * gdb.base/solib-search.exp
4438 * gdb.base/solib-symbol.exp
4439 * gdb.base/source-execution.exp
4440 * gdb.base/sss-bp-on-user-bp-2.exp
4441 * gdb.base/sss-bp-on-user-bp.exp
4442 * gdb.base/stack-checking.exp
4443 * gdb.base/stale-infcall.exp
4444 * gdb.base/step-break.exp
4445 * gdb.base/step-line.exp
4446 * gdb.base/step-over-exit.exp
4447 * gdb.base/step-test.exp
4448 * gdb.base/structs.exp
4449 * gdb.base/sym-file.exp
4450 * gdb.base/symtab-search-order.exp
4451 * gdb.base/term.exp
4452 * gdb.base/type-opaque.exp
4453 * gdb.base/unload.exp
4454 * gdb.base/until-nodebug.exp
4455 * gdb.base/until.exp
4456 * gdb.base/unwindonsignal.exp
4457 * gdb.base/watch-cond.exp
4458 * gdb.base/watch-non-mem.exp
4459 * gdb.base/watch_thread_num.exp
4460 * gdb.base/watchpoint-reuse-slot.exp
4461 * gdb.base/watchpoint-solib.exp
4462 * gdb.base/watchpoint.exp
4463 * gdb.btrace/dlopen.exp
4464 * gdb.cell/arch.exp
4465 * gdb.cell/break.exp
4466 * gdb.cell/bt.exp
4467 * gdb.cell/core.exp
4468 * gdb.cell/data.exp
4469 * gdb.cell/dwarfaddr.exp
4470 * gdb.cell/ea-cache.exp
4471 * gdb.cell/ea-standalone.exp
4472 * gdb.cell/ea-test.exp
4473 * gdb.cell/f-regs.exp
4474 * gdb.cell/fork.exp
4475 * gdb.cell/gcore.exp
4476 * gdb.cell/mem-access.exp
4477 * gdb.cell/ptype.exp
4478 * gdb.cell/registers.exp
4479 * gdb.cell/sizeof.exp
4480 * gdb.cell/solib-symbol.exp
4481 * gdb.cell/solib.exp
4482 * gdb.compile/compile-tls.exp
4483 * gdb.cp/exception.exp
4484 * gdb.cp/gdb2495.exp
4485 * gdb.cp/local.exp
4486 * gdb.cp/mb-inline.exp
4487 * gdb.cp/mb-templates.exp
4488 * gdb.cp/pr10687.exp
4489 * gdb.cp/pr9167.exp
4490 * gdb.cp/scope-err.exp
4491 * gdb.cp/templates.exp
4492 * gdb.cp/virtfunc.exp
4493 * gdb.dwarf2/dw2-dir-file-name.exp
4494 * gdb.dwarf2/dw2-single-line-discriminators.exp
4495 * gdb.fortran/complex.exp
4496 * gdb.fortran/library-module.exp
4497 * gdb.guile/guile.exp
4498 * gdb.guile/scm-cmd.exp
4499 * gdb.guile/scm-frame-inline.exp
4500 * gdb.guile/scm-objfile.exp
4501 * gdb.guile/scm-pretty-print.exp
4502 * gdb.guile/scm-symbol.exp
4503 * gdb.guile/scm-type.exp
4504 * gdb.guile/scm-value.exp
4505 * gdb.linespec/keywords.exp
4506 * gdb.linespec/ls-errs.exp
4507 * gdb.linespec/macro-relative.exp
4508 * gdb.linespec/thread.exp
4509 * gdb.mi/mi-breakpoint-changed.exp
4510 * gdb.mi/mi-dprintf-pending.exp
4511 * gdb.mi/mi-fullname-deleted.exp
4512 * gdb.mi/mi-logging.exp
4513 * gdb.mi/mi-pending.exp
4514 * gdb.mi/mi-solib.exp
4515 * gdb.mi/new-ui-mi-sync.exp
4516 * gdb.mi/user-selected-context-sync.exp
4517 * gdb.multi/dummy-frame-restore.exp
4518 * gdb.multi/multi-arch-exec.exp
4519 * gdb.multi/remove-inferiors.exp
4520 * gdb.multi/watchpoint-multi-exit.exp
4521 * gdb.opt/solib-intra-step.exp
4522 * gdb.perf/backtrace.exp
4523 * gdb.perf/single-step.exp
4524 * gdb.perf/skip-command.exp
4525 * gdb.perf/skip-prologue.exp
4526 * gdb.perf/solib.exp
4527 * gdb.python/lib-types.exp
4528 * gdb.python/py-as-string.exp
4529 * gdb.python/py-bad-printers.exp
4530 * gdb.python/py-block.exp
4531 * gdb.python/py-breakpoint.exp
4532 * gdb.python/py-cmd.exp
4533 * gdb.python/py-events.exp
4534 * gdb.python/py-evthreads.exp
4535 * gdb.python/py-finish-breakpoint.exp
4536 * gdb.python/py-finish-breakpoint2.exp
4537 * gdb.python/py-frame-inline.exp
4538 * gdb.python/py-frame.exp
4539 * gdb.python/py-inferior.exp
4540 * gdb.python/py-infthread.exp
4541 * gdb.python/py-mi.exp
4542 * gdb.python/py-objfile.exp
4543 * gdb.python/py-pp-maint.exp
4544 * gdb.python/py-pp-registration.exp
4545 * gdb.python/py-prettyprint.exp
4546 * gdb.python/py-recurse-unwind.exp
4547 * gdb.python/py-shared.exp
4548 * gdb.python/py-symbol.exp
4549 * gdb.python/py-symtab.exp
4550 * gdb.python/py-template.exp
4551 * gdb.python/py-type.exp
4552 * gdb.python/py-unwind-maint.exp
4553 * gdb.python/py-unwind.exp
4554 * gdb.python/py-value.exp
4555 * gdb.python/python.exp
4556 * gdb.reverse/finish-reverse-bkpt.exp
4557 * gdb.reverse/insn-reverse.exp
4558 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4559 * gdb.reverse/solib-precsave.exp
4560 * gdb.reverse/solib-reverse.exp
4561 * gdb.stabs/gdb11479.exp
4562 * gdb.stabs/weird.exp
4563 * gdb.threads/fork-child-threads.exp
4564 * gdb.threads/fork-plus-threads.exp
4565 * gdb.threads/fork-thread-pending.exp
4566 * gdb.threads/forking-threads-plus-breakpoint.exp
4567 * gdb.threads/hand-call-in-threads.exp
4568 * gdb.threads/interrupted-hand-call.exp
4569 * gdb.threads/linux-dp.exp
4570 * gdb.threads/local-watch-wrong-thread.exp
4571 * gdb.threads/next-while-other-thread-longjmps.exp
4572 * gdb.threads/non-ldr-exit.exp
4573 * gdb.threads/pending-step.exp
4574 * gdb.threads/print-threads.exp
4575 * gdb.threads/process-dies-while-detaching.exp
4576 * gdb.threads/process-dies-while-handling-bp.exp
4577 * gdb.threads/pthreads.exp
4578 * gdb.threads/queue-signal.exp
4579 * gdb.threads/reconnect-signal.exp
4580 * gdb.threads/signal-command-handle-nopass.exp
4581 * gdb.threads/signal-command-multiple-signals-pending.exp
4582 * gdb.threads/signal-delivered-right-thread.exp
4583 * gdb.threads/signal-sigtrap.exp
4584 * gdb.threads/sigthread.exp
4585 * gdb.threads/staticthreads.exp
4586 * gdb.threads/stepi-random-signal.exp
4587 * gdb.threads/thread-unwindonsignal.exp
4588 * gdb.threads/thread_check.exp
4589 * gdb.threads/thread_events.exp
4590 * gdb.threads/tid-reuse.exp
4591 * gdb.threads/tls-nodebug.exp
4592 * gdb.threads/tls-shared.exp
4593 * gdb.threads/tls-so_extern.exp
4594 * gdb.threads/tls.exp
4595 * gdb.threads/wp-replication.exp
4596 * gdb.trace/actions-changed.exp
4597 * gdb.trace/actions.exp
4598 * gdb.trace/backtrace.exp
4599 * gdb.trace/change-loc.exp
4600 * gdb.trace/collection.exp
4601 * gdb.trace/deltrace.exp
4602 * gdb.trace/disconnected-tracing.exp
4603 * gdb.trace/entry-values.exp
4604 * gdb.trace/ftrace-lock.exp
4605 * gdb.trace/ftrace.exp
4606 * gdb.trace/infotrace.exp
4607 * gdb.trace/mi-trace-frame-collected.exp
4608 * gdb.trace/mi-trace-unavailable.exp
4609 * gdb.trace/mi-traceframe-changed.exp
4610 * gdb.trace/mi-tracepoint-changed.exp
4611 * gdb.trace/mi-tsv-changed.exp
4612 * gdb.trace/no-attach-trace.exp
4613 * gdb.trace/packetlen.exp
4614 * gdb.trace/passc-dyn.exp
4615 * gdb.trace/passcount.exp
4616 * gdb.trace/pending.exp
4617 * gdb.trace/pr16508.exp
4618 * gdb.trace/qtro.exp
4619 * gdb.trace/range-stepping.exp
4620 * gdb.trace/read-memory.exp
4621 * gdb.trace/report.exp
4622 * gdb.trace/save-trace.exp
4623 * gdb.trace/signal.exp
4624 * gdb.trace/stap-trace.exp
4625 * gdb.trace/status-stop.exp
4626 * gdb.trace/strace.exp
4627 * gdb.trace/tfile.exp
4628 * gdb.trace/tfind.exp
4629 * gdb.trace/trace-break.exp
4630 * gdb.trace/trace-condition.exp
4631 * gdb.trace/trace-enable-disable.exp
4632 * gdb.trace/trace-mt.exp
4633 * gdb.trace/tracecmd.exp
4634 * gdb.trace/tracefile-pseudo-reg.exp
4635 * gdb.trace/tspeed.exp
4636 * gdb.trace/tstatus.exp
4637 * gdb.trace/tsv.exp
4638 * gdb.trace/unavailable.exp
4639 * gdb.trace/while-dyn.exp
4640 * gdb.trace/while-stepping.exp
4641 * lib/gdb-guile.exp
4642 * lib/gdb.exp
4643 * lib/mi-support.exp
4644 * lib/pascal.exp
4645 * lib/perftest.exp
4646 * lib/prelink-support.exp
4647 * lib/selftest-support.exp
4648
4649 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4650
4651 * Makefile.in: Include disable-implicit-rules.mk.
4652
4653 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4654
4655 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4656 non-byte-aligned bit fields.
4657
4658 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4659
4660 PR gdb/12616
4661 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4662 respects the DW_AT_data_bit_offset attribute.
4663
4664 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4665
4666 * gdb.base/default.exp: Fix output of "set language".
4667
4668 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4669
4670 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4671 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4672 make.
4673 * configure.ac: Remove checks for the make program.
4674 * configure: Re-generate.
4675
4676 2016-11-16 Kevin Buettner <kevinb@redhat.com>
4677
4678 * gdb.python/py-recurse-unwind.c (main): Add loop.
4679 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4680 to read_register() and gdb.parse_and_eval(). Make each code
4681 call a separate case that can be individually tested.
4682 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4683 proc. Call cont_and_backtrace for each of the code paths that
4684 we want to test in the unwinder.
4685
4686 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4687
4688 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4689 the definition of struct S.
4690
4691 2016-11-11 Catherine Moore <clm@codesourcery.com>
4692
4693 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4694
4695 2016-11-09 Pedro Alves <palves@redhat.com>
4696
4697 * gdb.base/commands.exp (runto_or_return): New procedure.
4698 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4699 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4700 (progvar_simple_while_test, progvar_complex_if_while_test)
4701 (if_while_breakpoint_command_test)
4702 (infrun_breakpoint_command_test, breakpoint_command_test)
4703 (user_defined_command_test, watchpoint_command_test)
4704 (test_command_prompt_position, redefine_hook_test)
4705 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4706 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4707 multi_line_input and multi_line. Remove gdb_expect and
4708 gdb_stop_suppressing_tests uses.
4709 * lib/gdb.exp (valnum_re): New global.
4710 (multi_line_input): New procedure.
4711
4712 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4713
4714 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4715 Remove.
4716 (test_setup): Define with proc_with_prefix.
4717 (test_cli_inferior): Likewise.
4718 (test_cli_thread): Likewise.
4719 (test_cli_frame): Likewise.
4720 (test_cli_select_frame): Likewise.
4721 (test_cli_up_down): Likewise.
4722 (test_mi_thread_select): Likewise.
4723 (test_mi_stack_select_frame): Likewise.
4724 (test_cli_in_mi_inferior): Likewise.
4725 (test_cli_in_mi_thread): Likewise.
4726 (test_cli_in_mi_frame): Likewise.
4727 (top level): Do not use with_test_prefix_procname.
4728
4729 2016-11-09 Pedro Alves <palves@redhat.com>
4730
4731 * gdb.base/commands.exp (gdbvar_simple_if_test)
4732 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4733 (progvar_simple_if_test, progvar_simple_while_test)
4734 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4735 (infrun_breakpoint_command_test, breakpoint_command_test)
4736 (user_defined_command_test, watchpoint_command_test)
4737 (test_command_prompt_position, deprecated_command_test)
4738 (bp_deleted_in_command, temporary_breakpoint_commands)
4739 (stray_arg0_test, source_file_with_indented_comment)
4740 (recursive_source_test, if_commands_test)
4741 (error_clears_commands_left, redefine_hook_test)
4742 (redefine_backtrace_test): Use proc_with_prefix.
4743 * lib/gdb.exp (proc_with_prefix): New proc.
4744
4745 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4746
4747 * gdb.base/tui-layout.c: New file.
4748 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4749 disassembly window contains very long lines.
4750
4751 2016-11-08 Tom Tromey <tom@tromey.com>
4752
4753 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4754 depend on Python 2.
4755
4756 2016-11-08 Tom Tromey <tom@tromey.com>
4757
4758 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4759 New method.
4760
4761 2016-10-29 Manish Goregaokar <manish@mozilla.com>
4762
4763 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
4764
4765 2016-10-27 Manish Goregaokar <manish@mozilla.com>
4766
4767 * gdb.rust/simple.rs: Add test for univariant enums without
4768 discriminants and for encoded struct-like enums.
4769
4770 2016-10-28 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4773 gdb_test_multiple, tighten regexps and match symtabs and line
4774 tables incrementally.
4775
4776 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
4777
4778 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4779 general.
4780
4781 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
4782
4783 * gdb.base/exec-invalid-sysroot.exp: New file.
4784
4785 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4786
4787 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4788
4789 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4790
4791 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4792
4793 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4794
4795 * gdb.base/killed-outside.exp: Remove $options from a call to
4796 `prepare_for_testing'.
4797
4798 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4799
4800 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4801 Change test message.
4802
4803 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4804
4805 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4806 Update comment.
4807
4808 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4809
4810 * gdb.trace/mi-trace-save.exp: New file.
4811
4812 2016-10-13 Yao Qi <yao.qi@linaro.org>
4813
4814 * gdb.base/code_elim.exp (get_var_address): Remove.
4815 * gdb.base/relocate.exp: Likewise.
4816 * gdb.base/shreloc.exp: Likewise.
4817 * lib/gdb.exp (get_var_address): New.
4818
4819 2016-10-13 Yao Qi <yao.qi@linaro.org>
4820
4821 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4822 floating point tests if $skip_float_test is false.
4823
4824 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
4825
4826 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4827 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4828 argc values.
4829 Add 1 to argc so we guarantee distinct initial/modified argc values.
4830
4831 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4832
4833 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4834
4835 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4836
4837 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4838 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4839 * gdb.arch/vsx-regs.exp: Likewise.
4840
4841 2016-10-07 Yao Qi <yao.qi@linaro.org>
4842
4843 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4844
4845 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4846
4847 * gdb.python/python.exp: Test decode_line("*0").
4848
4849 2016-10-06 Doug Evans <dje@google.com>
4850
4851 * gdb.python/py-value.exp (test_value_creation): Add test for large
4852 unsigned 64-bit value.
4853
4854 2016-10-06 Tom Tromey <tom@tromey.com>
4855
4856 * gdb.compile/compile.exp: Change java tests to rust.
4857 * gdb.base/setshow.exp: Change java tests to rust.
4858 * gdb.base/default.exp: Remove java from language list.
4859 * README (Examples): Update language example.
4860 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4861 test.
4862 * lib/gdb.exp (skip_java_tests): Remove.
4863 * lib/java.exp: Remove.
4864 * gdb.java: Remove.
4865
4866 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4867
4868 * gdb.arch/mips-fcr.exp: New test.
4869 * gdb.arch/mips-fcr.c: Source for the new test.
4870
4871 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4872
4873 * gdb.base/solib-disc.exp: Use `standard_output_file'
4874 throughout.
4875
4876 2016-10-06 Pedro Alves <palves@redhat.com>
4877
4878 * gdb.base/jit-simple-dl.c: New file.
4879 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4880 * gdb.base/jit-simple.c: ... this.
4881 * gdb.base/jit-simple.exp (jit_run): Delete.
4882 (build_jit): New proc.
4883 (jit_test_reread): Recompile either the main program or the shared
4884 library, depending on what is being tested. Skip changing address
4885 if caller wants to. Compare before/after addresses. If testing
4886 standalone, explicitly load the binary. Test "maint info
4887 breakpoints".
4888 (top level): Add "standalone vs shared lib" and "change address"
4889 vs "same address" axes.
4890
4891 2016-10-06 Pedro Alves <palves@redhat.com>
4892
4893 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4894 call.
4895 (jit_run): Delete.
4896 (jit_test_reread): Use with_test_prefix. Reload the main binary
4897 explicitly. Compare the before/after addresses of the JIT
4898 descriptor.
4899
4900 2016-08-15 Doug Evans <dje@google.com>
4901
4902 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4903 for single bitfields is bool.
4904 * gdb.xml/tdesc-regs.exp: Ditto.
4905
4906 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4907
4908 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4909
4910 2016-10-05 Yao Qi <yao.qi@linaro.org>
4911
4912 * lib/gdb.exp (support_complex_tests): Return zero if
4913 gdb_skip_float_test return true.
4914
4915 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
4916 Simon Marchi <simon.marchi@ericsson.com>
4917
4918 PR gdb/20487
4919 * gdb.mi/user-selected-context-sync.exp: New file.
4920 * gdb.mi/user-selected-context-sync.c: New file.
4921
4922 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
4923 Simon Marchi <simon.marchi@ericsson.com>
4924
4925 PR gdb/20487
4926 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4927 =thread-select-event check.
4928
4929 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4930
4931 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4932 the compulsory L operand changes.
4933 * gdb.arch/powerpc-power.s: Likewise.
4934
4935 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4936
4937 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4938 * gdb.base/jit-attach-pie.c: New file.
4939 * gdb.base/jit-attach-pie.exp: New file.
4940
4941 2016-09-28 Pedro Alves <palves@redhat.com>
4942
4943 * gdb.base/infcall-input.c: New file.
4944 * gdb.base/infcall-input.exp: New file.
4945
4946 2016-09-22 Yao Qi <yao.qi@linaro.org>
4947
4948 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4949 (gdb_exit): Rename it to ...
4950 (gdbserver_gdb_exit): ... Close GDBserver.
4951 (gdb_exit): New proc, call gdbserver_gdb_exit.
4952 (mi_gdb_exit): Likewise.
4953
4954 2016-09-22 Yao Qi <yao.qi@linaro.org>
4955
4956 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4957 path.
4958 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4959 Remove duplication.
4960
4961 2016-09-22 Yao Qi <yao.qi@linaro.org>
4962
4963 * lib/gdbserver-support.exp: Check the existence of
4964 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4965
4966 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4967
4968 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4969
4970 2016-09-21 Tom Tromey <tom@tromey.com>
4971
4972 PR gdb/20604:
4973 * gdb.base/quit.exp: New file.
4974
4975 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4976
4977 * .gitignore: New file.
4978
4979 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4980
4981 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4982 throughout.
4983
4984 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4985
4986 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4987
4988 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4989
4990 * gdb.cp/casts.cc (decltype): Move it ...
4991 (main): ... with its call to ...
4992 * gdb.cp/casts03.cc: ... a new file.
4993 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
4994
4995 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4996
4997 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
4998
4999 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5000
5001 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5002 and sync up the test with tests in gas/testsuite/gas/ppc.
5003 * gdb.arch/powerpc-power.exp: Likewise.
5004
5005 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5006
5007 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5008
5009 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5010 Jan Kratochvil <jan.kratochvil@redhat.com>
5011
5012 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5013 make m1's definition to be different from m2's. Use 'dummy' as an
5014 argument for probe 'two'.
5015
5016 2016-09-10 Jon Beniston <jon@beniston.com>
5017
5018 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5019 for sim target.
5020
5021 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5022
5023 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5024 variable declaration.
5025 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5026 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5027 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5028 received HWCAP as its argument.
5029
5030 2016-09-06 Pedro Alves <palves@redhat.com>
5031
5032 * gdb.base/new-ui-pending-input.c: New file.
5033 * gdb.base/new-ui-pending-input.exp: New file.
5034 * gdb.exp (clear_gdb_spawn_id): New procedure.
5035 (with_spawn_id): Check whether gdb_spawn_id exists before
5036 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5037 on exit.
5038
5039 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5040
5041 * gdb.base/float128.c: New file.
5042 * gdb.base/float128.exp: Likewise.
5043 * gdb.base/floatn.c: Likewise.
5044 * gdb.base/floatn.exp: Likewise.
5045
5046 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5047
5048 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5049
5050 2016-09-05 Pedro Alves <palves@redhat.com>
5051
5052 PR backtrace/19927
5053 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5054 unwinders are immediately called as side effect of "source" or
5055 "disable unwinder" commands.
5056 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5057
5058 2016-09-02 Yao Qi <yao.qi@linaro.org>
5059
5060 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5061 is true and $type is "float" or "double".
5062
5063 2016-09-02 Yao Qi <yao.qi@linaro.org>
5064
5065 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5066 true.
5067 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5068 * gdb.base/call-rt-st.exp: Likewise.
5069 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5070 return value instead of gdb,skip_float_test.
5071 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5072 (do_function_calls): Use its return value instead of
5073 gdb,skip_float_test.
5074 * gdb.base/finish.exp: Likewise.
5075 * gdb.base/funcargs.exp: Likewise.
5076 * gdb.base/return.exp: Likewise.
5077 * gdb.base/return2.exp: Likewise.
5078 * gdb.base/varargs.exp: Likewise.
5079 * lib/gdb.exp (gdb_skip_float_test): Change it to
5080 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5081
5082 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5083
5084 * gdb.multi/tids.exp: Test "thread apply all".
5085
5086 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5087
5088 * gdb.base/default.exp (tty): Remove.
5089
5090 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5091
5092 * gdb.python/py-recurse-unwind.c: New file.
5093 * gdb.python/py-recurse-unwind.py: New file.
5094 * gdb.python/py-recurse-unwind.exp: New file.
5095
5096 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5097
5098 * gdb.base/set-inferior-tty.exp: New file.
5099 * gdb.base/set-inferior-tty.c: New file.
5100
5101 2016-08-23 Pedro Alves <palves@redhat.com>
5102
5103 PR gdb/20494
5104 * gdb.base/new-ui-echo.c: New file.
5105 * gdb.base/new-ui-echo.exp: New file.
5106
5107 2016-08-23 Yao Qi <yao.qi@linaro.org>
5108
5109 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5110 gdbserver_spawn.
5111 * gdb.server/connect-without-multi-process.exp (do_test):
5112 Likewise.
5113
5114 2016-08-23 Yao Qi <yao.qi@linaro.org>
5115
5116 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5117 standalone_txt. Delete gdb_txt and standalone_txt on host
5118 and target. Spawn the binary on target. Copy files from
5119 target to host.
5120
5121 2016-08-22 Pedro Alves <palves@redhat.com>
5122
5123 PR gdb/20505
5124 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5125 with_test_prefix. Factor out bits to ...
5126 (test_no_vdso): ... this new procedure.
5127
5128 2016-08-19 Carl Love <cel@us.ibm.com>
5129
5130 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5131 maintaining separate logic for constructing the output path.
5132 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5133 * gdb.arch/ppc-dfp.exp: Likewise.
5134 * gdb.arch/ppc-fp.exp: Likewise.
5135 * gdb.arch/vsx-regs.exp: Likewise.
5136 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5137 binprefix for generating the additional binary files.
5138
5139 2016-08-19 Pedro Alves <palves@redhat.com>
5140
5141 * gdb.trace/mi-trace-frame-collected.exp
5142 (test_trace_frame_collected): On x32, expect two registers.
5143
5144 2016-08-18 Carl Love <cel@us.ibm.com>
5145
5146 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5147 and sync up the test with tests in gas/testsuite/gas/ppc.
5148 * gdb.arch/powerpc-power.exp: Likewise.
5149
5150 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5151
5152 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5153 expected error message.
5154
5155 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5156
5157 * gdb.multi/remove-inferiors.exp: New file.
5158 * gdb.multi/remove-inferiors.c: New file.
5159
5160 2016-08-12 Yao Qi <yao.qi@linaro.org>
5161
5162 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5163 argument list.
5164
5165 2016-08-10 Pedro Alves <palves@redhat.com>
5166
5167 PR gdb/19187
5168 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5169 setup_kfails.
5170
5171 2016-08-09 Pedro Alves <palves@redhat.com>
5172 Simon Marchi <simon.marchi@ericsson.com>
5173
5174 PR gdb/20418
5175 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5176 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5177
5178 2016-08-09 Pedro Alves <palves@redhat.com>
5179
5180 PR mi/20431
5181 * gdb.mi/mi-cmd-error.exp: New file.
5182
5183 2016-08-09 Pedro Alves <palves@redhat.com>
5184
5185 PR gdb/18653
5186 * gdb.base/signals-state-child.c: New file.
5187 * gdb.base/signals-state-child.exp: New file.
5188 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5189
5190 2016-08-09 Pedro Alves <palves@redhat.com>
5191
5192 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5193
5194 2016-08-03 Tom Tromey <tom@tromey.com>
5195
5196 PR python/18565:
5197 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5198
5199 2016-08-01 Yao Qi <yao.qi@linaro.org>
5200
5201 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5202 variable mode to "multi-process" if $multi_process is 1, otherwise
5203 set it to "single-process".
5204
5205 2016-08-01 Yao Qi <yao.qi@linaro.org>
5206
5207 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5208 * gdb.cp/cpexprs.exp: Likewise.
5209 * gdb.cp/m-static.exp: Likewise.
5210
5211 2016-07-26 Tom Tromey <tom@tromey.com>
5212
5213 PR python/20190:
5214 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5215 test.
5216
5217 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5218
5219 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5220 selecting assembly source files.
5221 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5222 assembly source files.
5223 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5224 assembly source files.
5225 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5226 selecting assembly source files.
5227
5228 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5229
5230 * gdb.base/new-ui.exp (do_test_invalid_args): New
5231 procedure.
5232
5233 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5234
5235 * gdb.btrace/reconnect.c: New file.
5236 * gdb.btrace/reconnect.exp: New file.
5237
5238 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5239
5240 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5241 to test_catch_syscall_group.
5242 (test_catch_syscall_group): New.
5243
5244 2016-07-21 Tom Tromey <tom@tromey.com>
5245
5246 * gdb.rust/simple.rs (main): Use empty struct expression.
5247 * gdb.rust/simple.exp: Add tests for empty struct expression.
5248
5249 2016-07-21 Yao Qi <yao.qi@linaro.org>
5250
5251 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5252 if gdb_skip_xml_test is true on some targets.
5253
5254 2016-07-21 Yao Qi <yao.qi@linaro.org>
5255
5256 * gdb.server/solib-list.exp: Unset last_loaded_file.
5257
5258 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5259
5260 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5261 "step into captured_main (args)".
5262
5263 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5264
5265 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5266
5267 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5268
5269 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5270
5271 2016-07-19 Pedro Alves <palves@redhat.com>
5272
5273 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5274 * gdb.opt/inline-bt.exp: Likewise.
5275 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5276 additional_flags=-Winline.
5277 * gdb.opt/inline-locals.exp: Likewise.
5278 * gdb.opt/inline-markers.c (ATTR): Define.
5279 (inlined_fn): Use it.
5280
5281 2016-07-19 Yao Qi <yao.qi@linaro.org>
5282
5283 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5284 (test_with_self): Remove some code. Remove argument executable.
5285 (top-level): Use do_self_tests.
5286
5287 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5288 Don Breazeal <donb@codesourcery.com>
5289
5290 * gdb.base/maint.exp: Escape paths used in regular expressions.
5291 * gdb.stabs/weird.exp: Likewise.
5292
5293 2016-07-13 Tom Tromey <tom@tromey.com>
5294
5295 PR python/15620, PR python/18620:
5296 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5297 (test_bkpt_events): New procs.
5298
5299 2016-07-13 Tom Tromey <tom@tromey.com>
5300
5301 PR python/17698:
5302 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5303 test.
5304 (test_watchpoints): Likewise.
5305 (test_bkpt_pending): New proc.
5306
5307 2016-07-13 Tom Tromey <tom@tromey.com>
5308
5309 PR cli/18053:
5310 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5311 completion test.
5312
5313 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5314
5315 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5316 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5317 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5318 f_label.
5319 (g): Rename g_end_lbl to g_label.
5320 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5321 low_pc and high_pc.
5322 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5323
5324 2016-07-12 Tom Tromey <tom@tromey.com>
5325
5326 PR python/19293:
5327 * gdb.python/py-unwind-maint.exp: Update tests.
5328
5329 2016-07-12 Yao Qi <yao.qi@linaro.org>
5330
5331 * lib/selftest-support.exp (selftest_setup): Match the output
5332 when captured_main is inlined.
5333
5334 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5335
5336 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5337 New variables.
5338 (print this%a, print this%b, print this): New tests.
5339 * gdb.fortran/derived-types.f90 (this): New object and
5340 initialization.
5341
5342 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5343
5344 * gdb.ada/arraydim.exp: Remove extra directory level in build
5345 directory.
5346
5347 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5348
5349 * lib/ada.exp: Remove extra directory level in build directory.
5350 * gdb.ada/cond_lang.exp: Likewise.
5351 * gdb.ada/exec_changed.exp: Likewise.
5352 * gdb.ada/lang_switch.exp: Likewise.
5353
5354 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5355
5356 * simple.rs: Add test for raw pointer subscripting.
5357 * simple.exp: Add test expectations.
5358
5359 2016-07-05 Yao Qi <yao.qi@linaro.org>
5360
5361 * gdb.mi/mi-reverse.exp: Match =record-started output.
5362
5363 2016-07-01 Pedro Alves <palves@redhat.com>
5364
5365 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5366 procedure.
5367 (jit_reader_test): Test the jit reader's unwinder.
5368 * gdb.base/jithost.c (jit_function_00_code): New global.
5369 (main): Use memcpy to fill in the mmapped code, instead of poking
5370 bytes manually here.
5371 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5372 value.
5373 (read_debug_info): Save the function's range.
5374 (read_sp): New function.
5375 (unwind_frame): Use it. Also unwind RBP.
5376 (get_frame_id): Use read_sp.
5377 (gdb_init_reader): Use calloc instead of malloc.
5378 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5379 parameter. Use gdb_test_multiple.
5380
5381 2016-07-01 Pedro Alves <palves@redhat.com>
5382 Antoine Tremblay <antoine.tremblay@ericsson.com>
5383
5384 * gdb.threads/process-dies-while-detaching.c: New file.
5385 * gdb.threads/process-dies-while-detaching.exp: New file.
5386
5387 2016-07-01 Pedro Alves <palves@redhat.com>
5388
5389 * gdb.multi/watchpoint-multi-exit.c: New file.
5390 * gdb.multi/watchpoint-multi-exit.exp: New file.
5391
5392 2016-06-30 Pedro Alves <palves@redhat.com>
5393
5394 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5395 unset inferior_spawn_id.
5396
5397 2016-06-30 Pedro Alves <palves@redhat.com>
5398
5399 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5400 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5401
5402 2016-06-29 Yao Qi <yao.qi@linaro.org>
5403
5404 * gdb.base/return.c: Add copyright header.
5405
5406 2016-06-29 Tom Tromey <tom@tromey.com>
5407
5408 PR python/20129:
5409 * gdb.python/py-framefilter.exp: Add tests for setting priority
5410 and disabling of non-existent frame filter.
5411
5412 2016-06-29 Yao Qi <yao.qi@linaro.org>
5413
5414 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5415 0x0f07ff.
5416
5417 2016-06-28 Yao Qi <yao.qi@linaro.org>
5418
5419 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5420 triplets. Start gdb, execute catch syscall, and continue. Check
5421 gdb's output to determine catch syscall is supported.
5422
5423 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5424
5425 * gdb.rust/simple.rs: Add test for returning unit in a function.
5426 * gdb.rust/simple.exp: Add expectation for functions returning
5427 unit.
5428
5429 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5430
5431 * gdb.python/py-breakpoint-create-fail.c,
5432 gdb.python/py-breakpoint-create-fail.exp,
5433 gdb.python/py-breakpoint-create-fail.py: New testcase.
5434
5435 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5436
5437 PR gdb/20239
5438 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5439 * gdb.rust/simple.exp: Add test expectations for new NonZero
5440 tests.
5441
5442 2016-06-24 David Taylor <dtaylor@emc.com>
5443
5444 * gdb.base/offsets.exp: New file.
5445 * gdb.base/offsets.c: New file.
5446
5447 2016-06-23 Tom Tromey <tom@tromey.com>
5448
5449 PR gdb/16483:
5450 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5451 before any filters are loaded.
5452
5453 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5454
5455 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5456 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5457 structs.
5458 * gdb.fortran/derived-type-function.exp: New file.
5459 * gdb.fortran/derived-type-function.f90: New file.
5460
5461
5462 2016-06-21 Pedro Alves <palves@redhat.com>
5463
5464 * gdb.base/new-ui.exp: New file.
5465 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5466 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5467 (with_spawn_id): New procedure.
5468
5469 2016-06-21 Pedro Alves <palves@redhat.com>
5470
5471 * gdb.mi/mi-exec-run.exp: New file.
5472
5473 2016-06-21 Pedro Alves <palves@redhat.com>
5474
5475 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5476 breakpoint command's output on the main UI.
5477 (test_break): New procedure, factored out from calls in the top
5478 level.
5479 (top level): Use foreach_with_prefix to test MI as main UI and as
5480 separate UI.
5481
5482 2016-06-21 Pedro Alves <palves@redhat.com>
5483
5484 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5485 (test_awatch_creation_and_listing)
5486 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5487 Remove 'type' parameter.
5488 (test_watchpoint_all): New parameter mi_mode. Remove
5489 with_test_prefix.
5490 (top level): Use foreach_with_prefix, and add main/separate UI MI
5491 testing axis.
5492
5493 2016-06-21 Pedro Alves <palves@redhat.com>
5494
5495 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5496 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5497 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5498 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5499 (gdb_main_spawn_id, mi_spawn_id): Declare and
5500 comment.
5501 (mi_create_inferior_pty): New procedure,
5502 factored out from default_mi_gdb_start.
5503 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5504 procedures.
5505 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5506 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5507 Use mi_create_inferior_pty.
5508 (mi_gdb_start): Use eval to pass down args list.
5509
5510 2016-06-21 Pedro Alves <palves@redhat.com>
5511
5512 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5513 * gdb.opt/inline-cmds.exp: Add MI tests.
5514
5515 2016-06-21 Pedro Alves <palves@redhat.com>
5516
5517 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5518
5519 2016-06-21 Pedro Alves <palves@redhat.com>
5520
5521 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5522 (top level): Use it instead of mi_execute_to.
5523
5524 2016-06-21 Pedro Alves <palves@redhat.com>
5525
5526 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5527 (cont_handler_str): New.
5528 (signal_stop_handler): Set stop_handler_str instead of printing to
5529 stdout.
5530 (continue_handler): Set cont_handler_str instead of printing to
5531 stdout.
5532 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5533 mi_send_resuming_command. Print stop_handler_str and
5534 cont_handler_str instead of expecting the python events print
5535 directly.
5536
5537 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5538
5539 * gdb.base/jit-reader.exp: New file.
5540 * gdb.base/jithost.c: New file.
5541 * gdb.base/jithost.h: New file.
5542 * gdb.base/jitreader.c : New file.
5543 * gdb.base/jit-protocol.h: New file.
5544
5545 2016-06-17 Yao Qi <yao.qi@linaro.org>
5546
5547 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5548 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5549 and detach-on-fork. Adjust tests.
5550 (top level): Invoke break_cond_on_syscall with combinations of
5551 syscall, follow-fork-mode and detach-on-fork.
5552
5553 2016-06-17 Yao Qi <yao.qi@linaro.org>
5554
5555 * gdb.base/step-over-exit.c: New.
5556 * gdb.base/step-over-exit.exp: New.
5557
5558 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5559
5560 * gdb.base/float.exp: Add target check for nds32*-*-*.
5561 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5562
5563 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5564
5565 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5566 for unsupported target features.
5567 * gdb.base/call-rt-st.exp: Likewise.
5568 * gdb.base/call-sc.exp: Likewise.
5569 * gdb.base/call-signal-resume.exp: Likewise.
5570 * gdb.base/call-strs.exp: Likewise.
5571 * gdb.base/callexit.exp: Likewise.
5572 * gdb.base/callfuncs.exp: Likewise.
5573 * gdb.base/nodebug.exp: Likewise.
5574 * gdb.base/printcmds.exp: Likewise.
5575 * gdb.base/ptype.exp: Likewise.
5576 * gdb.base/structs.exp: Likewise.
5577 * gdb.base/unwindonsignal.exp: Likewise.
5578 * gdb.cp/gdb2495.exp: Likewise.
5579 * gdb.cp/templates.exp: Likewise.
5580 * gdb.cp/virtfunc.exp: Likewise.
5581 * gdb.threads/hand-call-in-threads.exp: Likewise.
5582 * gdb.threads/interrupted-hand-call.exp: Likewise.
5583 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5584
5585 2016-06-10 Tom Tromey <tom@tromey.com>
5586
5587 PR rust/20110:
5588 * gdb.rust/expr.exp: Add test for integer constant larger than
5589 i32.
5590
5591 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5592
5593 * gdb.fortran/nested-funcs.exp: New.
5594 * gdb.fortran/nested-funcs.f90: New.
5595
5596 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5597
5598 * gdb.base/examine-backward.c: New file.
5599 * gdb.base/examine-backward.exp: New file.
5600
5601 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5602
5603 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5604 matching.
5605
5606 2016-06-02 Tom Tromey <tom@tromey.com>
5607
5608 PR python/18984:
5609 * gdb.python/py-shared.exp: Add solib_name test.
5610
5611 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5612
5613 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5614
5615 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5616
5617 PR c++/19893
5618 * gdb.dwarf2/implref.exp: Rename to...
5619 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5620 * gdb.dwarf2/implref-array.c: New file.
5621 * gdb.dwarf2/implref-array.exp: Likewise.
5622 * gdb.dwarf2/implref-global.c: Likewise.
5623 * gdb.dwarf2/implref-global.exp: Likewise.
5624 * gdb.dwarf2/implref-struct.c: Likewise.
5625 * gdb.dwarf2/implref-struct.exp: Likewise.
5626
5627 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5628
5629 * gdb.trace/trace-condition.exp: Add 64bit tests.
5630
5631 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5632
5633 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5634 bits types.
5635 (main): Adapt to 8 to 64 bits types.
5636 * gdb.trace/trace-condition.exp: Add new tests.
5637
5638 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5639
5640 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5641
5642 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5643
5644 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5645 Move condition tests...
5646 * gdb.trace/trace-condition.exp: Here.
5647
5648 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5649
5650 * gdb.trace/trace-condition.exp: Add counter-case tests.
5651
5652 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5653
5654 PR c++/15231
5655 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5656 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5657
5658 2016-05-27 Pedro Alves <palves@redhat.com>
5659
5660 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5661 New procedure.
5662 (top level): Call it, and bail out of DejaGnu is known to be bad.
5663
5664 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5665
5666 * gdb.base/whatis.c: Extend the test case.
5667 * gdb.base/whatis.exp: Add additional tests.
5668
5669 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5670
5671 * gdb.fortran/type.f90: Add pointer variable.
5672 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5673
5674 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5675
5676 * gdb.fortran/vla-type.exp: Fix testcase name.
5677
5678 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5679
5680 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5681
5682 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5683
5684 * gdb.fortran/type.f90: Add nested structures.
5685 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5686 * gdb.fortran/derived-type.exp: Adapt expected output.
5687 * gdb.fortran/vla-type.exp: Adapt expected output.
5688
5689 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5690
5691 * gdb.fortran/whatis_type.exp: Adapt expected output.
5692
5693 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5694
5695 * gdb.fortran/print_type.exp: Fix expected output.
5696 * gdb.fortran/whatis_type.exp: Fix expected output.
5697
5698 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5699
5700 * gdb.fortran/whatis_type.exp: Use multi_line.
5701
5702 2016-05-24 Tom Tromey <tom@tromey.com>
5703
5704 PR python/17386:
5705 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5706 use value as an index.
5707
5708 2016-05-23 Tom Tromey <tom@tromey.com>
5709
5710 PR python/17981:
5711 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5712 no-breakpoint case.
5713
5714 2016-05-24 Pedro Alves <palves@redhat.com>
5715
5716 PR gdb/19828
5717 * gdb.threads/clone-attach-detach.c: New file.
5718 * gdb.threads/clone-attach-detach.exp: New file.
5719
5720 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5721
5722 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5723
5724 2016-05-23 Tom Tromey <tom@tromey.com>
5725
5726 PR python/19438, PR python/18393:
5727 * gdb.python/py-progspace.exp: Add "dir" test.
5728 * gdb.python/py-objfile.exp: Add "dir" test.
5729
5730 2016-05-23 Yao Qi <yao.qi@linaro.org>
5731
5732 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5733 * gdb.arch/thumb2-it.exp: Likewise.
5734
5735 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5736
5737 * gdb.mi/mi-threads-interrupt.c: New file.
5738 * gdb.mi/mi-threads-interrupt.exp: New file.
5739
5740 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5741
5742 PR gdb/18077
5743 * gdb.mi/mi-async-run.exp: New file.
5744 * gdb.mi/mi-async-run.c: New file.
5745
5746 2016-05-17 Tom Tromey <tom@tromey.com>
5747 Manish Goregaokar <manishsmail@gmail.com>
5748
5749 * lib/rust-support.exp: New file.
5750 * lib/gdb.exp (skip_rust_tests): New proc.
5751 (build_executable_from_specs): Handle rust.
5752 * lib/future.exp (gdb_find_rustc): New proc.
5753 (gdb_default_target_compile): Handle rust.
5754 * gdb.rust/expr.exp: New file.
5755 * gdb.rust/generics.exp: New file.
5756 * gdb.rust/generics.rs: New file.
5757 * gdb.rust/methods.exp: New file.
5758 * gdb.rust/methods.rs: New file.
5759 * gdb.rust/modules.exp: New file.
5760 * gdb.rust/modules.rs: New file.
5761 * gdb.rust/simple.exp: New file.
5762 * gdb.rust/simple.rs: New file.
5763
5764 2016-05-17 Tom Tromey <tom@tromey.com>
5765
5766 * gdb.base/default.exp (set language): Add rust.
5767
5768 2016-05-17 Tom Tromey <tom@tromey.com>
5769
5770 * gdb.gdb/unittest.exp: New file.
5771
5772 2016-05-16 Yao Qi <yao.qi@linaro.org>
5773
5774 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5775 shell_prompt. Update shell_prompt_re.
5776
5777 2016-05-12 Doug Evans <dje@google.com>
5778
5779 PR symtab/19999
5780 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5781 $options when building executable.
5782 * gdb.dwarf2/fission-loclists-pie.S: New file.
5783 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5784
5785 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5786
5787 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5788 of [is_remote target],
5789
5790 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5791
5792 * lib/gdb.exp (use_gdb_stub): New procedure.
5793
5794 2016-05-03 Yunlian Jiang <yunlian@google.com>
5795 Doug Evans <dje@google.com>
5796
5797 PR symtab/19914
5798 * gdb.dwarf2/dwp-sepdebug.c: New file.
5799 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5800
5801 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5802
5803 * gdb.base/detach.exp: Remove is_remote check.
5804
5805 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5806
5807 * gdb.base/annota-input-while-running.exp: Don't check for
5808 [is_remote target]. Enable annotations after running to main.
5809 Remove unused "set test..." line.
5810
5811 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5812
5813 * gdb.trace/trace-enable-disable.exp: New file.
5814 * gdb.trace/trace-enable-disable.c: New file.
5815
5816 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5817
5818 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5819 use it in info sharedlibrary test.
5820 * gdb.trace/ftrace-lock.exp: Likewise.
5821 * gdb.trace/ftrace.exp: Likewise.
5822 * gdb.trace/range-stepping.exp: Likewise.
5823 * gdb.trace/trace-break.exp: Likewise.
5824 * gdb.trace/trace-condition.exp: Likewise.
5825 * gdb.trace/trace-mt.exp: Likewise.
5826
5827 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5828
5829 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5830 (gdb_load_shlib): ... this.
5831 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5832 gdb_load_shlib.
5833 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5834 * gdb.base/ctxobj.exp: Likewise.
5835 * gdb.base/dprintf-pending.exp: Likewise.
5836 * gdb.base/dso2dso.exp: Likewise.
5837 * gdb.base/fixsection.exp: Likewise.
5838 * gdb.base/gcore-relro.exp: Likewise.
5839 * gdb.base/gdb1555.exp: Likewise.
5840 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5841 * gdb.base/gnu-ifunc.exp: Likewise.
5842 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5843 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5844 * gdb.base/pending.exp: Likewise.
5845 * gdb.base/print-file-var.exp: Likewise.
5846 * gdb.base/print-symbol-loading.exp: Likewise.
5847 * gdb.base/shlib-call.exp: Likewise.
5848 * gdb.base/shreloc.exp: Likewise.
5849 * gdb.base/so-impl-ld.exp: Likewise.
5850 * gdb.base/solib-disc.exp: Likewise.
5851 * gdb.base/solib-nodir.exp: Likewise.
5852 * gdb.base/solib-overlap.exp: Likewise.
5853 * gdb.base/solib-symbol.exp: Likewise.
5854 * gdb.base/solib-weak.exp (do_test): Likewise.
5855 * gdb.base/sym-file.exp: Likewise.
5856 * gdb.base/symtab-search-order.exp: Likewise.
5857 * gdb.base/type-opaque.exp: Likewise.
5858 * gdb.base/unload.exp: Likewise.
5859 * gdb.base/watchpoint-solib.exp: Likewise.
5860 * gdb.compile/compile.exp: Likewise.
5861 * gdb.cp/gdb2384.exp: Likewise.
5862 * gdb.cp/infcall-dlopen.exp: Likewise.
5863 * gdb.cp/re-set-overloaded.exp: Likewise.
5864 * gdb.fortran/library-module.exp: Likewise.
5865 * gdb.opt/solib-intra-step.exp: Likewise.
5866 * gdb.python/py-finish-breakpoint.exp: Likewise.
5867 * gdb.python/py-shared.exp: Likewise.
5868 * gdb.reverse/solib-precsave.exp: Likewise.
5869 * gdb.reverse/solib-reverse.exp: Likewise.
5870 * gdb.server/solib-list.exp: Likewise.
5871 * gdb.threads/dlopen-libpthread.exp: Likewise.
5872 * gdb.threads/tls-shared.exp: Likewise.
5873 * gdb.threads/tls-so_extern.exp: Likewise.
5874 * gdb.trace/change-loc.exp: Likewise.
5875 * gdb.trace/ftrace-lock.exp: Likewise.
5876 * gdb.trace/ftrace.exp: Likewise.
5877 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5878 * gdb.trace/pending.exp: Likewise.
5879 * gdb.trace/range-stepping.exp: Likewise.
5880 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5881 (strace_info_marker): Likewise.
5882 (strace_probe_marker): Likewise.
5883 (strace_trace_on_same_addr): Likewise.
5884 (strace_trace_on_diff_addr): Likewise.
5885 * gdb.trace/trace-break.exp: Likewise.
5886 * gdb.trace/trace-condition.exp: Likewise.
5887 * gdb.trace/trace-mt.exp: Likewise.
5888
5889 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5890
5891 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5892 result of gdb_remote_download.
5893 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5894 * gdb.base/dso2dso.exp: Likewise.
5895 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5896 * gdb.base/print-file-var.exp: Likewise.
5897 * gdb.base/shlib-call.exp: Likewise.
5898 * gdb.base/shreloc.exp: Likewise.
5899 * gdb.base/solib-overlap.exp: Likewise.
5900 * gdb.base/solib-weak.exp (do_test): Likewise.
5901 * gdb.base/unload.exp: Likewise.
5902
5903 2016-04-27 Yao Qi <yao.qi@linaro.org>
5904
5905 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5906 exists.
5907
5908 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5909
5910 * vla-type.exp: Print structure from toplevel.
5911
5912 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5913
5914 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5915 of dynamic types.
5916 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5917 of dynamic types.
5918
5919 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5920
5921 * gdb.fortran/vla-type.f90: New file.
5922 * gdb.fortran/vla-type.exp: New file.
5923
5924 2016-04-25 Yao Qi <yao.qi@linaro.org>
5925
5926 * gdb.base/branch-to-self.c: New file.
5927 * gdb.base/branch-to-self.exp: New file.
5928
5929 2016-04-22 Yao Qi <yao.qi@linaro.org>
5930
5931 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5932 more after $hex.
5933
5934 2016-04-22 Yao Qi <yao.qi@linaro.org>
5935
5936 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5937 * gdb.base/annota3.exp: Likewise.
5938
5939 2016-04-22 Yao Qi <yao.qi@linaro.org>
5940
5941 * gdb.reverse/step-precsave.exp: Do one step and test program
5942 stops in "callee" and do multiple steps until program goes out
5943 of "callee".
5944 * gdb.reverse/step-reverse.exp: Likewise.
5945
5946 2016-04-22 Yao Qi <yao.qi@linaro.org>
5947
5948 * gdb.trace/signal.exp: Also pass if
5949 $tracepoint_hits($i) > $iterations.
5950
5951 2016-04-22 Yao Qi <yao.qi@linaro.org>
5952
5953 * gdb.trace/signal.c: New file.
5954 * gdb.trace/signal.exp: New file.
5955
5956 2016-04-19 Doug Evans <xdje42@gmail.com>
5957
5958 * gdb.base/bad-file.exp: New file.
5959
5960 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5961
5962 * gdb.dwarf2/implref.exp: New file.
5963
5964 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5965
5966 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5967 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5968 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5969 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5970 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5971 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5972 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5973 * lib/fortran.exp (fortran_int4): New procedure.
5974 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5975 (fortran_logical4): Likewise.
5976
5977 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5978
5979 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5980
5981 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5982
5983 * lib/compiler.c: Add Intel specific preprocessor macros.
5984 * lib/compiler.cc: Likewise.
5985
5986 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
5987
5988 * gdb.server/connect-with-no-symbol-file.c: New file.
5989 * gdb.server/connect-with-no-symbol-file.exp: New file.
5990
5991 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5992
5993 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
5994
5995 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5996
5997 * boards/gdbserver-base.exp (${board}_download): Copy source file to
5998 standard output directory.
5999
6000 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6001
6002 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6003
6004 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6005
6006 * gdb.btrace/instruction_history.c (loop): Add declaration.
6007
6008 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6009
6010 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6011
6012 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6013
6014 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6015 parentheses to print.
6016 (continue_handler): Likewise.
6017
6018 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6019
6020 * gdb.server/solib-list.exp: Remove is_remote check.
6021 Pass shlib= to gdb_compile. Don't link shared library with
6022 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6023 Run binary filename through "readlink -f" on the target.
6024
6025 2016-04-08 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6028 interpreter filename as argument to gdbserver_spawn.
6029 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6030 Return empty if $last_loaded_file does not exist.
6031
6032 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6033
6034 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6035 * gdb.base/jit-main.c: Use exit after usage.
6036
6037 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6038
6039 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6040 GDBHISTSIZE prior to the tests.
6041 * gdb.base/gdbinit-history.exp: Likewise.
6042
6043 2016-04-07 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6046 instead of build_executable. Use gdb_load_shlibs.
6047
6048 2016-04-07 Yao Qi <yao.qi@linaro.org>
6049
6050 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6051 Execute "si" command.
6052
6053 2016-04-07 Yao Qi <yao.qi@linaro.org>
6054
6055 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6056 number instead of the comments on some line.
6057
6058 2016-04-06 Don Breazeal <donb@codesourcery.com>
6059
6060 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6061 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6062
6063 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6064
6065 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6066 standard_output_file. Remove unused binfile variable.
6067
6068 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6069
6070 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6071 * gdb.python/py-mi-objfile.exp: Match "list main" output
6072 in console format.
6073
6074 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6075
6076 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6077 absolute.
6078
6079 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6080
6081 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6082 absolute.
6083 * gdb.trace/ftrace.exp: Likewise.
6084 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6085 targets as well.
6086 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6087 (gdb_load_shlibs): Copy libraries to test directory when testing
6088 natively. Only set solib-search-path if testing remotely.
6089 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6090
6091 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6092
6093 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6094 gdb_download. Use it even if the target is not remote.
6095 * gdb.base/jit.exp (compile_jit_test): Likewise.
6096 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6097 output directory if the destination board is local, otherwise use
6098 the standard remote_download from DejaGnu.
6099 (gdb_download): Remove.
6100 (gdb_load_shlibs): Use gdb_remote_download instead of
6101 gdb_download.
6102 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6103 Use gdb_remote_download instead of gdb_download. Use it even if
6104 the target is not remote.
6105 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6106 instead of gdb_download.
6107
6108 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6109
6110 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6111 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6112 run.
6113
6114 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6115
6116 PR gdb/19820
6117 * gdb.base/printcmds.exp: Add artificial arrays tests.
6118
6119 2016-03-31 Pedro Alves <palves@redhat.com>
6120
6121 PR gdb/19858
6122 * gdb.base/jit-main.c: Include unistd.h.
6123 (ATTACH): Define to 0 if not already defined.
6124 (wait_for_gdb, mypid): New globals.
6125 (WAIT_FOR_GDB): New macro.
6126 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6127 some breakpoint locations.
6128 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6129 New procedures.
6130 (one_jit_test): Add REATTACH parameter, and handle it. Use
6131 continue_to_test_location.
6132 (top level): Test attach, and adjusts calls to one_jit_test.
6133
6134 2016-03-31 Pedro Alves <palves@redhat.com>
6135
6136 PR gdb/19858
6137 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6138 BINSUFFIX parameter, and handle it.
6139 (top level): Adjust calls compile_jit_test.
6140
6141 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6142
6143 PR python/19743
6144 * gdb.python/py-mi-events-gdb.py: New file.
6145 * gdb.python/py-mi-events.c: New file.
6146 * gdb.python/py-mi-events.exp: New file.
6147
6148 2016-03-30 Yao Qi <yao.qi@linaro.org>
6149
6150 * gdb.reverse/until-precsave.exp: Match function name only.
6151 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6152 Move malloc to a condition block.
6153 * gdb.reverse/until-reverse.exp: Match function name only.
6154
6155 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6156
6157 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6158 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6159 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6160 variable for GPR 0 instead of assuming it is register 0.
6161 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6162 * lib/trace-support.exp: Add s390 registers.
6163
6164 2016-03-29 Yao Qi <yao.qi@linaro.org>
6165
6166 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6167
6168 2016-03-24 Yao Qi <yao.qi@linaro.org>
6169
6170 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6171 test message.
6172
6173 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6174
6175 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6176 maintaining separate logic for constructing the output path.
6177
6178 2016-03-16 Don Breazeal <donb@codesourcery.com>
6179
6180 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6181 Retry fork and waitpid on interrupted system call errors.
6182 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6183 Use with_timeout_factor to increase timeout by factor of 10.
6184
6185 2016-03-15 Don Breazeal <donb@codesourcery.com>
6186
6187 * gdb.cp/scope-err.cc: New test program.
6188 * gdb.cp/scope-err.exp: New test script.
6189 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6190 lines and "set breakpoint here" comment.
6191 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6192 Fixed some whitespace and format issues.
6193 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6194 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6195
6196 2016-03-15 Doug Evans <dje@google.com>
6197
6198 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6199 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6200 All callers updated. Add tests for enums, mixed flags register.
6201
6202 2016-03-15 Doug Evans <dje@google.com>
6203
6204 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6205 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6206
6207 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6208
6209 * gdb.base/default.exp: Add $_as_string to the list of expected
6210 convenience functions.
6211
6212 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6213
6214 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6215
6216 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6217
6218 * gdb.python/py-as-string.exp: New file.
6219 * gdb.python/py-as-string.c: New file.
6220
6221 2016-03-09 Pedro Alves <palves@redhat.com>
6222
6223 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6224 signal" -> "Thread NN received signal" output change.
6225 * gdb.threads/ia64-sigill.exp: Likewise.
6226 * gdb.threads/linux-dp.exp: Likewise.
6227 * gdb.threads/manythreads.exp: Likewise.
6228 * gdb.threads/pending-step.exp: Likewise.
6229 * gdb.threads/print-threads.exp: Likewise.
6230 * gdb.threads/sigstep-threads.exp: Likewise.
6231 * gdb.threads/staticthreads.exp: Likewise.
6232 * gdb.threads/tls.exp: Likewise.
6233
6234 2016-03-09 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.base/command-line-input.exp: New file.
6237
6238 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6239
6240 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6241 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6242 * gdb.trace/pending.exp: Accept leading dot before function name.
6243 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6244 * lib/trace-support.exp: Set registers for ppc.
6245
6246 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6247
6248 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6249 use it for disassembly; accept .main in addition to main in backtrace.
6250
6251 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6252 Marcin Kościelnicki <koriakin@0x04.net>
6253
6254 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6255 (gdb_recursion_test_ptr): New global variable.
6256 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6257 gdb_recursion_test.
6258 (gdb_c_test): Ditto.
6259
6260 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6261
6262 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6263 ordering.
6264
6265 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6266
6267 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6268 (bar): Add bar_start_lbl label.
6269 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6270 of foo/bar for emitting DWARF and tracing.
6271
6272 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6273
6274 * analyze-racy-logs.py: Set executable bit.
6275
6276 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6277
6278 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6279 (CHECK_TARGET_TMP): Likewise.
6280 (check-single-racy): New rule.
6281 (check-parallel-racy): Likewise.
6282 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6283 (do-check-parallel-racy): New rule.
6284 (check-racy/%.exp): Likewise.
6285 * README (Racy testcases): New section.
6286 * analyze-racy-logs.py: New file.
6287
6288 2016-03-03 Doug Evans <dje@google.com>
6289
6290 * gdb.base/skip.exp: Use with_test_prefix.
6291
6292 2016-03-03 Yao Qi <yao.qi@linaro.org>
6293
6294 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6295 Invoke step_over_syscall "clone" and break_cond_on_syscall
6296 "clone".
6297 * gdb.base/step-over-clone.c: New file.
6298
6299 2016-03-03 Yao Qi <yao.qi@linaro.org>
6300
6301 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6302 code format.
6303
6304 2016-03-03 Yao Qi <yao.qi@linaro.org>
6305
6306 * gdb.base/disp-step-fork.c: Rename to ...
6307 * gdb.base/step-over-fork.c: ... it. New file.
6308 * gdb.base/disp-step-vfork.c: Rename to ...
6309 * gdb.base/step-over-vfork.c: ... it. New file.
6310 * gdb.base/disp-step-syscall.exp: Rename to ...
6311 * gdb.base/step-over-syscall.exp: ... it. New file.
6312 (disp_step_cross_syscall): Rename to ...
6313 (step_over_syscall): ... it.
6314
6315 2016-03-03 Yao Qi <yao.qi@linaro.org>
6316
6317 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6318 If target supports condition evaluation on target, invoke
6319 break_cond_on_syscall for fork and vfork.
6320
6321 2016-03-03 Yao Qi <yao.qi@linaro.org>
6322
6323 * gdb.base/disp-step-syscall.exp: Don't invoke
6324 support_displaced_stepping.
6325 (disp_step_cross_syscall): Test with displaced stepping off and
6326 on if supported.
6327
6328 2016-03-03 Yao Qi <yao.qi@linaro.org>
6329
6330 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6331 proc.
6332 (setup): New proc.
6333 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6334 and setup.
6335
6336 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6337
6338 * gdb.fortran/vla-history.exp: Remove breakpoint.
6339
6340 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6341
6342 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6343 exceeds timeout.
6344
6345 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6346
6347 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6348 breakpoint.
6349
6350 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6351
6352 * gdb.mi/vla.f90: Nullify pointer after declaration.
6353
6354 2016-03-01 Pedro Alves <palves@redhat.com>
6355
6356 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6357
6358 2016-03-01 Pedro Alves <palves@redhat.com>
6359
6360 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6361 before anything else.
6362 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6363 _GNU_SOURCE here.
6364 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6365 before anything else.
6366 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6367
6368 2016-03-01 Pedro Alves <palves@redhat.com>
6369
6370 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6371
6372 2016-03-01 Yao Qi <yao.qi@linaro.org>
6373
6374 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6375 prepare_for_testing.
6376
6377 2016-03-01 Yao Qi <yao.qi@linaro.org>
6378
6379 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6380
6381 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6382
6383 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6384 manually constructing the output path.
6385
6386 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6387
6388 * gdb.arch/s390-stackless.S: New.
6389 * gdb.arch/s390-stackless.exp: New.
6390
6391 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6392
6393 * gdb.dlang/circular.c: New file.
6394 * gdb.dlang/circular.exp: New file.
6395
6396 2016-02-26 Yao Qi <yao.qi@linaro.org>
6397
6398 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6399 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6400 (testcases): Update.
6401
6402 2016-02-26 Yao Qi <yao.qi@linaro.org>
6403
6404 * gdb.reverse/aarch64.c: Rename to ...
6405 * gdb.reverse/insn-reverse.c: ... it.
6406 * gdb.reverse/aarch64.exp: Rename to ...
6407 * gdb.reverse/insn-reverse.exp: ... it.
6408
6409 2016-02-26 Yao Qi <yao.qi@linaro.org>
6410
6411 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6412 (testcase_ftype): New.
6413 (testcases): New array.
6414 (n_testcases): New.
6415 (main): Call each element in testcases.
6416 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6417 (read_testcase): New.
6418 Do the tests in a loop.
6419
6420 2016-02-25 Yao Qi <yao.qi@linaro.org>
6421
6422 * gdb.base/branches.c: Remove.
6423
6424 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6425
6426 PR gdb/13808
6427 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6428
6429 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6430
6431 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6432
6433 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6434
6435 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6436 change x86_64 call_insn to 'callq'.
6437
6438 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6439
6440 * gdb.trace/tfile-avx.c: Move to...
6441 * gdb.trace/tracefile-pseudo-reg.c: Here.
6442 * gdb.trace/tfile-avx.exp: Move to...
6443 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6444
6445 2016-02-24 Gary Benson <gbenson@redhat.com>
6446
6447 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6448 message on attach.
6449
6450 2016-02-23 Doug Evans <dje@google.com>
6451
6452 * gdb.base/skip.c (test_skip): New function.
6453 (end_test_skip_file_and_function): New function.
6454 (test_skip_file_and_function): New function.
6455 * gdb.base/skip1.c (test_skip): New function.
6456 (skip1_test_skip_file_and_function): New function.
6457 * gdb.base/skip.exp: Add tests for new skip options.
6458 * gdb.base/skip-solib.exp: Update expected output.
6459 * gdb.perf/skip-command.cc: New file.
6460 * gdb.perf/skip-command.exp: New file.
6461 * gdb.perf/skip-command.py: New file.
6462
6463 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6464
6465 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6466 info registers pattern.
6467
6468 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6469
6470 * lib/future.exp: Add D support.
6471 (gdb_find_gdc): New proc.
6472 (gdb_default_target_compile): Add D support.
6473
6474 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
6475
6476 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6477 user+system time.
6478 (trace_speed_test): Determine the iteration count for a time
6479 between 15..30 seconds.
6480
6481 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6482
6483 * gdb.arch/i386-mpx-sigsegv.c: New file.
6484 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6485 * gdb.arch/i386-mpx-simple_segv.c: New file.
6486 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6487
6488 2016-02-18 Yao Qi <yao.qi@linaro.org>
6489
6490 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6491 Don't call setup_kfail.
6492
6493 2016-02-18 Yao Qi <yao.qi@linaro.org>
6494
6495 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6496 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6497
6498 2016-02-16 Doug Evans <dje@google.com>
6499
6500 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6501 * gdb.base/skip1.c: Ditto.
6502 * gdb.base/skip.exp: Whitespace cleanup.
6503
6504 2016-02-16 Don Breazeal <donb@codesourcery.com>
6505
6506 PR remote/19496
6507 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6508 Remove kfail for PR remote/19496.
6509
6510 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6511
6512 * lib/gdb.exp (standard_temp_file): Return a path specific to
6513 the runtest invocation.
6514
6515 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6516
6517 * gdb.trace/save-trace.exp: Change relative path to be in the
6518 standard output directory.
6519
6520 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6521
6522 * gdb.arch/i386-prologue.c: Add missing prototypes.
6523
6524 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6525
6526 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6527 * gdb.arch/i386-prologue.exp: Likewise.
6528 * gdb.arch/i386-size.exp: Likewise.
6529
6530 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6531
6532 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6533 define object file path.
6534 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6535 file path.
6536 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6537 standard_output_file to define binfile.
6538
6539 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6540
6541 Fix compatibility with recent gfortran-5.3.1.
6542 * gdb.fortran/vla-history.exp (print vla1 allocated)
6543 (print vla2 allocated, print $2, print $3): Remove
6544 (print $4): Rename to ...
6545 (print $2): ... here.
6546 (print $9): Rename to ...
6547 (print $5): ... here.
6548 (print $10): Rename to ...
6549 (print $6): ... here.
6550 * gdb.fortran/vla.f90: Add pvla initialization.
6551
6552 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6553
6554 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6555 New test.
6556 * gdb.fortran/vla-value-sub.exp: Likewise.
6557
6558 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6559
6560 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6561
6562 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6563
6564 * i386-biarch-core.exp: Define corefile using
6565 standard_output_file.
6566
6567 2016-02-12 Yao Qi <yao.qi@linaro.org>
6568
6569 * gdb.arch/arm-single-step-kernel-helper.c: New.
6570 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6571
6572 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6573
6574 * gdb.btrace/tailcall-only.exp: New.
6575 * gdb.btrace/tailcall-only.c: New.
6576 * gdb.btrace/x86_64-tailcall-only.S: New.
6577 * gdb.btrace/i686-tailcall-only.S: New.
6578
6579 2016-02-11 Pedro Alves <palves@redhat.com>
6580
6581 * README (Parallel testing): Add missing double quotes.
6582
6583 2016-02-11 Pedro Alves <palves@redhat.com>
6584
6585 * README (Parallel testing): New section.
6586 (GDB_PARALLEL): Rewrite.
6587 (FORCE_PARALLEL): Document.
6588
6589 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6590
6591 * gdb.trace/tfile-avx.c: New test.
6592 * gdb.trace/tfile-avx.exp: New test.
6593
6594 2016-02-09 Keith Seitz <keiths@redhat.com>
6595
6596 PR breakpoints/19546
6597 * gdb.base/infcall-exec.c: New file.
6598 * gdb.base/infcall-exec2.c: New file.
6599 * gdb.base/infcall-exec.exp: New file.
6600
6601 2016-02-09 Keith Seitz <keiths@redhat.com>
6602
6603 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6604 (toplevel): Call test_bkpt_address.
6605
6606 2016-02-09 Keith Seitz <keiths@redhat.com>
6607
6608 PR python/19506
6609 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6610 (toplevel): Call test_bkpt_address.
6611
6612 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6613
6614 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6615 to AC_OUTPUT.
6616 * configure: Regenerate.
6617
6618 2016-02-09 Pedro Alves <palves@redhat.com>
6619
6620 PR breakpoints/19548
6621 * gdb.base/execl-update-breakpoints.c (some_function): New
6622 function.
6623 (main): Call it.
6624 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6625 Tighten expected GDB output.
6626
6627 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6628
6629 * Makefile.in (ALL_SUBDIRS): Remove.
6630 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6631 (distclean maintainer-clean realclean): Likewise.
6632 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6633 * configure: Regenerate.
6634 * gdb.ada/Makefile.in: Delete.
6635 * gdb.arch/Makefile.in: Likewise.
6636 * gdb.asm/Makefile.in: Likewise.
6637 * gdb.base/Makefile.in: Likewise.
6638 * gdb.btrace/Makefile.in: Likewise.
6639 * gdb.cell/Makefile.in: Likewise.
6640 * gdb.compile/Makefile.in: Likewise.
6641 * gdb.cp/Makefile.in: Likewise.
6642 * gdb.disasm/Makefile.in: Likewise.
6643 * gdb.dlang/Makefile.in: Likewise.
6644 * gdb.dwarf2/Makefile.in: Likewise.
6645 * gdb.fortran/Makefile.in: Likewise.
6646 * gdb.gdb/Makefile.in: Likewise.
6647 * gdb.go/Makefile.in: Likewise.
6648 * gdb.guile/Makefile.in: Likewise.
6649 * gdb.java/Makefile.in: Likewise.
6650 * gdb.linespec/Makefile.in: Likewise.
6651 * gdb.mi/Makefile.in: Likewise.
6652 * gdb.modula2/Makefile.in: Likewise.
6653 * gdb.multi/Makefile.in: Likewise.
6654 * gdb.objc/Makefile.in: Likewise.
6655 * gdb.opencl/Makefile.in: Likewise.
6656 * gdb.opt/Makefile.in: Likewise.
6657 * gdb.pascal/Makefile.in: Likewise.
6658 * gdb.perf/Makefile.in: Likewise.
6659 * gdb.python/Makefile.in: Likewise.
6660 * gdb.reverse/Makefile.in: Likewise.
6661 * gdb.server/Makefile.in: Likewise.
6662 * gdb.stabs/Makefile.in: Likewise.
6663 * gdb.threads/Makefile.in: Likewise.
6664 * gdb.trace/Makefile.in: Likewise.
6665 * gdb.xml/Makefile.in: Likewise.
6666 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6667 GDB_PARALLEL.
6668 (standard_output_file): Remove check for GDB_PARALLEL, always
6669 return path in outputs/$subdir/$testname.
6670
6671 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6672
6673 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6674 (site.exp): Assign abs_srcdir to tcl's srcdir.
6675
6676 2016-02-04 Yao Qi <yao.qi@linaro.org>
6677
6678 * gdb.base/foll-exec-mode.c: Include limits.h.
6679 (main): Add parameters argc and argv. Get directory from
6680 argv[0].
6681 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6682 compilation.
6683 * gdb.base/foll-exec.c: Include limits.h.
6684 (main): Add parameters argc and argv.
6685 Get directory from argv[0].
6686 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6687 Adjust tests on the number of lines as source code changed.
6688 * gdb.base/foll-vfork-exit.c: Include limits.h.
6689 (main): Add one line of statement before vfork.
6690 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6691 (main): Add parameters argc and argv. Get directory from
6692 argv[0].
6693 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6694 (setup_gdb): Set tbreak to skip some source lines.
6695 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6696 (main): Add parameters argc and argv. Get directory from
6697 argv[0].
6698 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6699 compilation.
6700 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6701 (main): Add parameters argc and argv. Get directory from
6702 argv[0].
6703 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6704 compilation.
6705
6706 2016-02-01 Doug Evans <dje@google.com>
6707
6708 * gdb.base/skip.exp: Clean up multiple references to same test name.
6709
6710 2016-02-01 Pedro Alves <palves@redhat.com>
6711
6712 PR remote/19496
6713 * gdb.threads/forking-threads-plus-breakpoint.exp
6714 (displaced_stepping_supported): New global.
6715 (probe_displaced_stepping_support): New procedure.
6716 (do_test): Add 'displaced' parameter, and use it.
6717 (top level): Check for displaced stepping support. Add displaced
6718 stepping on/off testing axis.
6719
6720 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6721
6722 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6723 pointer. Don't perform further tests on the unassociated pointer
6724 if the first test fails.
6725
6726 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6727
6728 * gdb.base/max-value-size.c: New file.
6729 * gdb.base/max-value-size.exp: New file.
6730 * gdb.base/huge.exp: Disable max-value-size for this test.
6731
6732 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6733
6734 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6735
6736 2016-01-28 Yao Qi <yao.qi@linaro.org>
6737
6738 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6739
6740 2016-01-25 Pedro Alves <palves@redhat.com>
6741
6742 PR threads/19461
6743 * gdb.base/fork-running-state.c: New file.
6744 * gdb.base/fork-running-state.exp: New file.
6745
6746 2016-01-25 Pedro Alves <palves@redhat.com>
6747
6748 PR gdb/19494
6749 * gdb.base/catch-fork-kill.c: New file.
6750 * gdb.base/catch-fork-kill.exp: New file.
6751
6752 2016-01-25 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6755 Delete, moved to lib/gdb.exp.
6756 * gdb.threads/forking-threads-plus-breakpoint.exp
6757 (foreach_with_prefix): Likewise.
6758 * gdb.threads/process-dies-while-handling-bp.exp
6759 (foreach_with_prefix): Likewise.
6760 * lib/gdb.exp (foreach_with_prefix): New procedure.
6761
6762 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6763
6764 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6765 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6766
6767 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6768
6769 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6770 endian targets.
6771
6772 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6773 Pedro Alves <palves@redhat.com>
6774
6775 Fix testsuite compatibility with Guile.
6776 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6777 number.
6778
6779 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6780
6781 Fix testsuite compatibility with Guile.
6782 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6783 (thread 1): New test for backtrace through signal handler.
6784
6785 2016-01-22 Yao Qi <yao.qi@linaro.org>
6786
6787 PR testsuite/19491
6788 * gdb.base/multi-forks.c: Include
6789 ../lib/unbuffer_output.c
6790 (main): Call gdb_unbuffer_output.
6791
6792 2016-01-21 Doug Evans <dje@google.com>
6793
6794 * lib/ada.exp (gdb_compile_ada): Fix typo.
6795
6796 2016-01-21 Joel Brobecker <brobecker@adacore.com>
6797
6798 * gdb.base/break-fun-addr.exp: New file.
6799 * gdb.base/break-fun-addr1.c: New file.
6800 * gdb.base/break-fun-addr2.c: New file.
6801
6802 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6803
6804 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6805 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6806 enum flag values.
6807
6808 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6809
6810 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6811 when GDB can not set the vector return value. Add more comments
6812 for clarification.
6813
6814 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6815
6816 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6817 command.
6818
6819 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6820
6821 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6822
6823 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6824
6825 * Makefile.in (check-single): Pass --status to runtest.
6826 (check/%.exp): Likewise.
6827
6828 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6829
6830 * Makefile.in (check-parallel): Propagate return code from make
6831 do-check-parallel.
6832
6833 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6834
6835 * gdb.trace/ftrace.exp: Fix expected message on continue.
6836 * gdb.trace/pending.exp: Fix expected message on continue.
6837 * gdb.trace/trace-break.exp: Fix expected message on continue.
6838
6839 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6840
6841 * lib/gdb.exp (gdb_test): Remove unused global references.
6842
6843 2016-01-18 Pedro Alves <palves@redhat.com>
6844
6845 * gdb.base/async-shell.exp: Adjust expected output.
6846 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6847 * gdb.base/siginfo-thread.exp: Adjust expected output.
6848 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6849 * gdb.java/jnpe.exp: Adjust expected output.
6850 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6851 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6852 * gdb.threads/leader-exit.exp: Adjust expected output.
6853 * gdb.threads/manythreads.exp: Adjust expected output.
6854 * gdb.threads/pthreads.exp: Adjust expected output.
6855 * gdb.threads/schedlock.exp: Adjust expected output.
6856 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6857 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6858 expected output.
6859 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6860 output.
6861 * gdb.threads/sigthread.exp: Adjust expected output.
6862 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6863
6864 2016-01-18 Yao Qi <yao.qi@linaro.org>
6865
6866 * gdb.guile/scm-section-script.c: Replace @progbits with
6867 %progbits.
6868 * gdb.python/py-section-script.c: Likewise.
6869
6870 2016-01-15 Pedro Alves <palves@redhat.com>
6871
6872 * gdb.multi/tids.exp: Test star wildcard ranges.
6873
6874 2016-01-15 Pedro Alves <palves@redhat.com>
6875
6876 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6877 command from "thread apply" invocation.
6878 (thr_apply_info_thr_invalid): Default the expected output to the
6879 input tid list.
6880 (top level): Add tests that use convenience variables. Add tests
6881 for "thread apply" with a valid TID list, but missing the command.
6882
6883 2016-01-13 Pedro Alves <palves@redhat.com>
6884
6885 * gdb.base/default.exp: Expect $_gthread as well.
6886 * gdb.multi/tids.exp: Test $_gthread.
6887 * gdb.threads/thread-specific.exp: Test $_gthread.
6888
6889 2016-01-13 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.multi/tids.exp: Test "info threads -gid".
6892
6893 2016-01-13 Pedro Alves <palves@redhat.com>
6894
6895 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6896 Breakpoint.thread.
6897 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6898
6899 2016-01-07 Pedro Alves <palves@redhat.com>
6900
6901 * gdb.base/break.exp: Adjust to output changes.
6902 * gdb.base/hbreak2.exp: Likewise.
6903 * gdb.base/sepdebug.exp: Likewise.
6904 * gdb.base/watch_thread_num.exp: Likewise.
6905 * gdb.linespec/keywords.exp: Likewise.
6906 * gdb.multi/info-threads.exp: Likewise.
6907 * gdb.threads/thread-find.exp: Likewise.
6908 * gdb.multi/tids.c: New file.
6909 * gdb.multi/tids.exp: New file.
6910
6911 2016-01-13 Pedro Alves <palves@redhat.com>
6912
6913 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6914
6915 2016-01-13 Pedro Alves <palves@redhat.com>
6916
6917 * gdb.base/default.exp: Expect $_inferior as well.
6918 * gdb.multi/base.exp: Test $_inferior.
6919
6920 2016-01-13 Pedro Alves <palves@redhat.com>
6921
6922 PR breakpoints/19388
6923 * gdb.base/catch-signal-siginfo-cond.c: New file.
6924 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6925
6926 2016-01-12 Josh Stone <jistone@redhat.com>
6927 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6928
6929 * gdb.base/catch-syscall.c (do_execve): New variable.
6930 (main): Conditionally trigger an execve.
6931 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6932 (test_catch_syscall_execve): New, check entry/return across execve.
6933 (do_syscall_tests): Call test_catch_syscall_execve.
6934
6935 2016-01-12 Pedro Alves <palves@redhat.com>
6936
6937 * gdb.base/random-signal.exp (do_test): New procedure, with body
6938 of testcase moved in.
6939
6940 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6941 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.base/funcargs.exp (finish from indirectly called function):
6944 Reintroduce the case for 'First'.
6945
6946 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6947 Pedro Alves <palves@redhat.com>
6948
6949 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6950 (tcatch_vfork_then_child_follow_exec)
6951 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6952 identification.
6953
6954 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6955
6956 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6957 and repeats to unlimited.
6958 * gdb.python/py-value.exp: Likewise.
6959 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6960 and repeats to unlimited.
6961
6962 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6963
6964 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6965 and reordering the functions.
6966 * gdb.multi/hangout.c: Likewise.
6967 * gdb.multi/hello.c: Likewise.
6968
6969 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6970
6971 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6972 absolute.
6973 (SingleStatisticTestResult.report): Use dict.keys instead of
6974 dict.iterkeys.
6975
6976 2016-01-06 Pedro Alves <palves@redhat.com>
6977
6978 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6979
6980 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6981
6982 * gdb.btrace/dlopen.exp: New.
6983 * gdb.btrace/dlopen.c: New.
6984 * gdb.btrace/dlopen-dso.c: New.
6985
6986 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6987
6988 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6989 PATTERN argument is optional.
6990
6991 2015-12-24 Joel Brobecker <brobecker@adacore.com>
6992
6993 * lib/ada.exp (target_compile_ada_from_dir): New function.
6994 (gdb_compile_ada): Reimplement avoiding the use of project files.
6995 * gdb.ada/gnat_ada.gpr: Delete.
6996 * gdb.ada/cond_lang.exp: Adjust test to make path before
6997 filename optional.
6998 * gdb.ada/small_reg_param.exp: Likewise.
6999
7000 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7001
7002 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7003
7004 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7005
7006 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7007 case.
7008
7009 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7010
7011 * gdb.base/break.exp: Remove dead code.
7012 * gdb.base/sepdebug.exp: Likewise.
7013
7014 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7015
7016 * gdb.asm/asm-source.exp: Remove HP-UX references.
7017 * gdb.base/annota1.exp: Likewise.
7018 * gdb.base/annota3.exp: Likewise.
7019 * gdb.base/attach.exp: Likewise.
7020 * gdb.base/bigcore.exp: Likewise.
7021 * gdb.base/break.exp: Likewise.
7022 * gdb.base/call-ar-st.exp: Likewise.
7023 * gdb.base/callfuncs.exp: Likewise.
7024 * gdb.base/catch-fork-static.exp: Likewise.
7025 * gdb.base/display.exp: Likewise.
7026 * gdb.base/foll-exec-mode.exp: Likewise.
7027 * gdb.base/foll-exec.exp: Likewise.
7028 * gdb.base/foll-fork.exp: Likewise.
7029 * gdb.base/foll-vfork.exp: Likewise.
7030 * gdb.base/funcargs.exp: Likewise.
7031 * gdb.base/hbreak2.exp: Likewise.
7032 * gdb.base/inferior-died.exp: Likewise.
7033 * gdb.base/interrupt.exp: Likewise.
7034 * gdb.base/multi-forks.exp: Likewise.
7035 * gdb.base/nodebug.exp: Likewise.
7036 * gdb.base/sepdebug.exp: Likewise.
7037 * gdb.base/solib1.c: Likewise.
7038 * gdb.base/step-test.exp: Likewise.
7039 * gdb.mi/non-stop.c: Likewise.
7040 * gdb.mi/pthreads.c: Likewise.
7041 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7042 * gdb.threads/pthreads.c: Likewise.
7043 * gdb.threads/staticthreads.exp: Likewise.
7044 * lib/future.exp: Likewise.
7045 * lib/gdb.exp: Likewise.
7046 * gdb.base/so-indr-cl.c: Remove.
7047 * gdb.base/so-indr-cl.exp: Likewise.
7048 * gdb.base/solib.c: Likewise.
7049 * gdb.base/solib.exp: Likewise.
7050 * gdb.base/solib2.c: Likewise.
7051
7052 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7053
7054 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7055 * gdb.base/call-ar-st.exp: Likewise.
7056 * gdb.base/callfuncs.exp: Likewise.
7057 * gdb.base/condbreak.exp: Likewise.
7058 * gdb.base/constvars.exp: Likewise.
7059 * gdb.base/hbreak2.exp: Likewise.
7060 * gdb.base/langs.exp: Likewise.
7061 * gdb.base/list.exp: Likewise.
7062 * gdb.base/long_long.exp: Likewise.
7063 * gdb.base/ptype.exp: Likewise.
7064 * gdb.base/scope.exp: Likewise.
7065 * gdb.base/signals.exp: Likewise.
7066 * gdb.base/so-impl-ld.exp: Likewise.
7067 * gdb.base/varargs.exp: Likewise.
7068 * gdb.base/volatile.exp: Likewise.
7069 * gdb.base/whatis.exp: Likewise.
7070 * gdb.cp/cplusfuncs.exp: Likewise.
7071 * gdb.cp/inherit.exp: Likewise.
7072 * gdb.cp/local.exp: Likewise.
7073 * gdb.cp/member-ptr.exp: Likewise.
7074 * gdb.cp/method.exp: Likewise.
7075 * gdb.cp/overload.exp: Likewise.
7076 * gdb.cp/templates.exp: Likewise.
7077 * gdb.stabs/weird.exp: Likewise.
7078 * lib/compiler.c: Likewise.
7079 * lib/compiler.cc: Likewise.
7080 * lib/cp-support.exp: Likewise.
7081 * lib/gdb.exp: Likewise.
7082
7083 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7084
7085 * configure.ac: Remove HP-UX case.
7086 * configure: Regenerate.
7087
7088 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7089
7090 * lib/gdb.exp (gdb_compile): Add function doc.
7091
7092 2015-12-17 Pedro Alves <palves@redhat.com>
7093
7094 PR threads/19354
7095 * gdb.multi/info-threads.exp: New file.
7096
7097 2015-12-15 Yao Qi <yao.qi@linaro.org>
7098
7099 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7100 is aarch64*-*-*.
7101
7102 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7103
7104 * gdb.base/history-duplicates.exp: Skip if no readline support.
7105
7106 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7107
7108 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7109
7110 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7111
7112 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7113
7114 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7115
7116 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7117 ctrl-C if nointerrupts target property is set.
7118 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7119 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7120 * gdb.base/paginate-bg-execution.exp: Likewise.
7121 * gdb.base/paginate-execution-startup.exp: Likewise.
7122 * gdb.base/random-signal.exp: Likewise.
7123 * gdb.base/range-stepping.exp: Likewise.
7124 * gdb.cp/annota2.exp: Likewise.
7125 * gdb.cp/annota3.exp: Likewise.
7126 * gdb.gdb/selftest.exp: Likewise.
7127 * gdb.threads/continue-pending-status.exp: Likewise.
7128 * gdb.threads/leader-exit.exp: Likewise.
7129 * gdb.threads/manythreads.exp: Likewise.
7130 * gdb.threads/pthreads.exp: Likewise.
7131 * gdb.threads/schedlock.exp: Likewise.
7132 * gdb.threads/sigthread.exp: Likewise.
7133
7134 2015-12-11 Don Breazeal <donb@codesourcery.com>
7135
7136 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7137 remote.
7138 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7139 * gdb.base/foll-exec.exp (main): Enable for target remote.
7140 * gdb.base/foll-fork.exp (main): Likewise.
7141 * gdb.base/foll-vfork.exp (main): Likewise.
7142 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7143 (proc continue_to_exit_bp_loc): Use clean_restart.
7144 * gdb.base/pie-execl.exp (main): Disable for target remote.
7145 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7146 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7147 * gdb.threads/execl.exp (main): Likewise.
7148 * gdb.threads/fork-child-threads.exp (main): Likewise.
7149 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7150 remote.
7151 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7152 remote.
7153 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7154 pid.tid style ptids, instead of just tid.
7155 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7156 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7157 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7158 ptids, instead of just tid.
7159
7160 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7161
7162 * gdb.base/list.exp (test_list_forward): Add end of file error
7163 test.
7164 (test_repeat_list_command): Add end of file error test.
7165 (test_list_backwards): Add beginning of file error test.
7166
7167 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7168
7169 * gdb.base/list.exp (test_list_invalid_args): New function,
7170 defined, and called.
7171
7172 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7173
7174 * gdb.base/list.exp (test_list): Make test names unique.
7175
7176 2015-12-11 Yao Qi <yao.qi@linaro.org>
7177
7178 * gdb.base/coremaker2.c: Remove.
7179
7180 2015-12-10 Pedro Alves <palves@redhat.com>
7181
7182 * gdb.multi/base.exp: Remove stale "spaces" references.
7183
7184 2015-12-10 Pedro Alves <palves@redhat.com>
7185
7186 * gdb.multi/base.exp: Don't use nowarnings.
7187 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7188 * gdb.multi/hangout.c: Include stdio.h.
7189 * gdb.multi/hello.c: Include stdlib.h.
7190 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7191 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7192 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7193
7194 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7195
7196 * gdb.dwarf2/dw2-ranges-base.c: New file.
7197 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7198 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7199 support additional line table, and debug ranges generation.
7200 (Dwarf::ranges): New function, generate .debug_ranges.
7201 (Dwarf::lines): Support generating simple line table programs.
7202 (Dwarf::assemble): Initialise new namespace variables.
7203
7204 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7205
7206 * gdb.base/async.exp (proc test_background): Add case for
7207 asynchronous execution not supported.
7208
7209 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7210
7211 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7212 format and change test names to make them unique.
7213
7214 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7215 Pedro Alves <pedro@redhat.com>
7216
7217 PR gdb/18702
7218 Add checking of floatformats setup on x86_64 hosts.
7219 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7220 (smallval, bigval): New labels/constants.
7221 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7222 float" after loading bigval and smallval.
7223
7224 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7225
7226 * gdb.ada/fun_overload_menu.exp: New testcase.
7227 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7228
7229 2015-12-04 Josh Stone <jistone@redhat.com>
7230
7231 * gdb.base/catch-fork-static.exp: New.
7232
7233 2015-12-03 Yao Qi <yao.qi@linaro.org>
7234
7235 * gdb.base/sizeof.c: Don't include stdio.h and
7236 ../lib/unbuffer_output.c.
7237 (main): New variable 'size' and 'value'. Remove printf and
7238 gdb_unbuffer_output. Assign return value to size and value.
7239 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7240 at the beginning.
7241 (check_sizeof): Check the result by printing variable 'size'.
7242 (check_valueof): Check the result by printing variable 'value'.
7243
7244 2015-12-01 Yao Qi <yao.qi@linaro.org>
7245
7246 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7247 for aarch64*-*-linux* target.
7248
7249 2015-11-30 Pedro Alves <palves@redhat.com>
7250
7251 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7252
7253 2015-11-30 Pedro Alves <palves@redhat.com>
7254
7255 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7256 Handle non-stop mode vCont replies.
7257
7258 2015-11-30 Pedro Alves <palves@redhat.com>
7259
7260 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7261 prepare_for_testing. Start gdb with "set non-stop on" appended to
7262 GDBFLAGS. Lax expected stop output.
7263
7264 2015-11-27 Yao Qi <yao.qi@linaro.org>
7265
7266 * gdb.arch/arm-neon.exp: New.
7267 * gdb.arch/arm-neon.c: New.
7268
7269 2015-11-27 Yao Qi <yao.qi@linaro.org>
7270
7271 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7272
7273 2015-11-27 Yao Qi <yao.qi@linaro.org>
7274
7275 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7276 frames-invalid annotation.
7277
7278 2015-11-27 Yao Qi <yao.qi@linaro.org>
7279
7280 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7281
7282 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7283
7284 * gdb.threads/names.exp: New file.
7285 * gdb.threads/names.c: New file.
7286 * README: Mention gdb,no_thread_names.
7287
7288 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7289
7290 PR 19297
7291 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7292 support" error.
7293
7294 2015-11-24 Pedro Alves <palves@redhat.com>
7295
7296 PR 17539
7297 * gdb.base/display.exp: Expect displays to be sorted in ascending
7298 order. Use multi_line.
7299 * gdb.base/solib-display.exp: Likewise.
7300
7301 2015-11-24 Pedro Alves <palves@redhat.com>
7302
7303 PR 17539
7304 * gdb.base/display.exp: Expect displays to be sorted in ascending
7305 order. Use multi_line.
7306 * gdb.base/solib-display.exp: Likewise.
7307
7308 2015-11-24 Pedro Alves <palves@redhat.com>
7309
7310 PR 17539
7311 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7312 threads in ascending order.
7313 * gdb.base/foll-fork.exp: Likewise.
7314 * gdb.base/foll-vfork.exp: Likewise.
7315 * gdb.base/multi-forks.exp: Likewise.
7316 * gdb.mi/mi-nonstop.exp: Likewise.
7317 * gdb.mi/mi-nsintrall.exp: Likewise.
7318 * gdb.multi/base.exp: Likewise.
7319 * gdb.multi/multi-arch.exp: Likewise.
7320 * gdb.python/py-inferior.exp: Likewise.
7321 * gdb.threads/break-while-running.exp: Likewise.
7322 * gdb.threads/execl.exp: Likewise.
7323 * gdb.threads/gcore-thread.exp: Likewise.
7324 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7325 * gdb.threads/kill.exp: Likewise.
7326 * gdb.threads/linux-dp.exp: Likewise.
7327 * gdb.threads/multiple-step-overs.exp: Likewise.
7328 * gdb.threads/next-bp-other-thread.exp: Likewise.
7329 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7330 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7331 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7332 * gdb.threads/thread-find.exp: Likewise.
7333 * gdb.threads/tls.exp: Likewise.
7334 * lib/mi-support.exp (mi_reverse_list): Delete.
7335 (mi_check_thread_states): No longer reverse list.
7336
7337 2015-11-24 Pedro Alves <palves@redhat.com>
7338
7339 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7340 use lowercase.
7341
7342 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7343
7344 * gdb.trace/actions.c: Include trace-common.h.
7345 (main): Add a location for a fast tracepoint.
7346 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7347 the normal tracepoints.
7348 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7349
7350 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7351
7352 * save-trace.exp: Factor out code to these...
7353 (gdb_save_tracepoints): New.
7354 (gdb_load_tracepoints): New.
7355 (do_save_load_test): New.
7356
7357 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7358
7359 * gdb.base/asmlabel.exp: New test.
7360 * gdb.base/asmlabel.c: New test case.
7361
7362 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7363
7364 * gdb.base/wrong_frame_bt_full-main.c: New file.
7365 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7366 * gdb.base/wrong_frame_bt_full.exp: New file.
7367
7368 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7369
7370 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7371
7372 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7373
7374 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7375 pstate register when comparing registers values in
7376 sparc64-*-linux-gnu targets to avoid spurious differences.
7377
7378 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7379
7380 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7381
7382 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7383
7384 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7385 as type argument to gdb_compile.
7386 * gdb.base/nested-subp2.exp: Likewise.
7387 * gdb.base/nested-subp3.exp: Likewise.
7388
7389 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7390
7391 * lib/dwarf.exp (_note): Fix left shift of negative value.
7392 * gdb.trace/trace-condition.exp: Likewise.
7393
7394 2015-11-13 Yao Qi <yao.qi@linaro.org>
7395
7396 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7397 comments about d10v.
7398 (test_scalar_returns): Likewise.
7399 * gdb.base/d10v.ld: Remove.
7400 * gdb.base/overlays.exp: Remove the target triplet checking for
7401 d10v-*-*.
7402 * gdb.base/structs.exp (test_struct_returns): Remove the
7403 comments about d10v.
7404 (test_struct_calls): Likewise.
7405
7406 2015-11-13 Yao Qi <yao.qi@linaro.org>
7407
7408 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7409 * gdb.base/gnu_vector.c: Don't include stdio.h.
7410 (main): Don't print res and call add_some_intvecs.
7411
7412 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7413
7414 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7415 macro.
7416 (func5): Removed.
7417 (func4): Use FAST_TRACEPOINT_LABEL.
7418 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7419 macro.
7420 (func): Removed.
7421 (thread_function): Use FAST_TRACEPOINT_LABEL.
7422 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7423 (func): Remove.
7424 (marker): Use FAST_TRACEPOINT_LABEL.
7425 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7426 (pendfunc1): Remove.
7427 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7428 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7429 (foo): Remove.
7430 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7431 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7432 macro.
7433 (func): Remove.
7434 (marker): Use FAST_TRACEPOINT_LABEL.
7435 * gdb.trace/trace-common.h: New header.
7436 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7437 macro.
7438 (func): Remove.
7439 (marker): Use FAST_TRACEPOINT_LABEL.
7440 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7441 (func): Remove.
7442 (thread_function): Use FAST_TRACEPOINT_LABEL.
7443
7444 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7445
7446 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7447 in front.
7448 * gdb.trace/change-loc.exp: Use global pcreg definition.
7449 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7450 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7451 in front.
7452 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7453 * gdb.trace/pending.exp: Likewise.
7454 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7455 * gdb.trace/trace-break.exp: Likewise.
7456 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7457 in front.
7458 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7459 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7460 in front.
7461 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7462
7463 2015-11-09 Joel Brobecker <brobecker@adacore.com>
7464
7465 * gdb.ada/fin_fun_out: New testcase.
7466
7467 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7468
7469 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7470 value associated with DW_AT_byte_size.
7471 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7472 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7473 DW_AT_upper_bound.
7474
7475 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7476
7477 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7478 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7479 version.
7480 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7481 gdb.dwarf2/dw2-canonicalize-type.exp,
7482 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7483 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7484 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7485 provided by gdb_target_symbol_prefix_flags_asm.
7486 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7487 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7488 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7489 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7490 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7491 macros where needed). Use this macro for symbols which require
7492 the prefix provided by SYMBOL_PREFIX.
7493
7494 2015-11-05 Kevin Buettner <kevinb@redhat.com>
7495
7496 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7497 New procs.
7498 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7499 representing expressions, of more than one list element.
7500 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7501 to prepend linker symbol prefix to f.
7502 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7503 table_1 and table_2.
7504 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7505 Likewise, for f and g.
7506 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7507 for ptr.
7508 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7509 for main.
7510 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7511 table_1_ptr and table_2_ptr.
7512
7513 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7514 Joel Brobecker <brobecker@adacore.com>
7515
7516 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7517
7518 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7519
7520 * gdb.reverse/s390-mvcle.c: New test.
7521 * gdb.reverse/s390-mvcle.exp: New file.
7522 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7523
7524 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7525
7526 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7527
7528 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7529
7530 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7531 reaching marker2.
7532 * gdb.reverse/getresuid-reverse.exp: Likewise.
7533 * gdb.reverse/pipe-reverse.exp: Likewise.
7534 * gdb.reverse/readv-reverse.exp: Likewise.
7535 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7536 * gdb.reverse/time-reverse.exp: Likewise.
7537 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7538
7539 2015-10-30 Yao Qi <yao.qi@linaro.org>
7540
7541 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7542 (empty_cycle): Remove.
7543 (main): Don't call empty_cycle. Don't use watch_count_done.
7544 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7545 empty_cycle. Rewrite the code counting HW watchpoints.
7546
7547 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7548
7549 * gdb.reverse/fstatat-reverse.c: New test.
7550 * gdb.reverse/fstatat-reverse.exp: New file.
7551 * gdb.reverse/getresuid-reverse.c: New test.
7552 * gdb.reverse/getresuid-reverse.exp: New file.
7553 * gdb.reverse/pipe-reverse.c: New test.
7554 * gdb.reverse/pipe-reverse.exp: New file.
7555 * gdb.reverse/readv-reverse.c: New test.
7556 * gdb.reverse/readv-reverse.exp: New file.
7557 * gdb.reverse/recvmsg-reverse.c: New test.
7558 * gdb.reverse/recvmsg-reverse.exp: New file.
7559 * gdb.reverse/time-reverse.c: New test.
7560 * gdb.reverse/time-reverse.exp: New file.
7561 * gdb.reverse/waitpid-reverse.c: New test.
7562 * gdb.reverse/waitpid-reverse.exp: New file.
7563
7564 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7565
7566 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7567
7568 2015-10-26 Doug Evans <dje@google.com>
7569
7570 PR symtab/17391
7571 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7572 * gdb.dwarf2/bad-regnum.c: New file.
7573 * gdb.dwarf2/bad-regnum.exp: New file.
7574
7575 2015-10-26 Doug Evans <dje@google.com>
7576
7577 PR python/18938
7578 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7579 file.
7580
7581 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7582
7583 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7584 for a change by "Mention language in compile error message".
7585
7586 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7587
7588 PR python/18073
7589 * gdb.python/py-type.c (C::a_method): New.
7590 (C::a_const_method): New.
7591 (C::a_static_method): New.
7592 (a_function): New.
7593 * gdb.python/py-type.exp (test_fields): Test getting fields
7594 from function and method.
7595
7596 2015-10-21 Keven Boell <keven.boell@intel.com>
7597
7598 * gdb.fortran/vla-alloc-assoc.exp: New file.
7599 * gdb.fortran/vla-datatypes.exp: New file.
7600 * gdb.fortran/vla-datatypes.f90: New file.
7601 * gdb.fortran/vla-history.exp: New file.
7602 * gdb.fortran/vla-ptype-sub.exp: New file.
7603 * gdb.fortran/vla-ptype.exp: New file.
7604 * gdb.fortran/vla-sizeof.exp: New file.
7605 * gdb.fortran/vla-sub.f90: New file.
7606 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7607 * gdb.fortran/vla-value-sub-finish.exp: New file.
7608 * gdb.fortran/vla-value-sub.exp: New file.
7609 * gdb.fortran/vla-value.exp: New file.
7610 * gdb.fortran/vla-ptr-info.exp: New file.
7611 * gdb.mi/mi-vla-fortran.exp: New file.
7612 * gdb.mi/vla.f90: New file.
7613
7614 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7615
7616 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7617 of hardwired timeout value.
7618
7619 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7620 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7623 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7624
7625 2015-10-19 Josh Stone <jistone@redhat.com>
7626
7627 * gdb.base/catch-syscall.c: Include <sched.h>.
7628 (unknown_syscall): New variable.
7629 (main): Trigger a vfork and an unknown syscall.
7630 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7631 (unknown_syscall_number): Likewise.
7632 (check_call_to_syscall): Accept an optional syscall pattern.
7633 (check_return_from_syscall): Likewise.
7634 (check_continue): Likewise.
7635 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7636 (test_catch_syscall_skipping_return): New test toggling off 'catch
7637 syscall' to step over the syscall return, then toggling back on.
7638 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7639 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7640 (do_syscall_tests): Call test_catch_syscall_without_args and
7641 test_catch_syscall_mid_vfork.
7642 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7643 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7644
7645 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
7646
7647 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7648 print g_vE): Add new pass patterns.
7649 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7650 print various symbol names for vptr fields.
7651
7652 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7653
7654 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7655 results.
7656
7657 2015-10-12 Yao Qi <yao.qi@linaro.org>
7658
7659 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7660
7661 2015-10-12 Yao Qi <yao.qi@linaro.org>
7662
7663 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7664 is aarch64*-*-linux*.
7665
7666 2015-10-12 Yao Qi <yao.qi@linaro.org>
7667
7668 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7669 (can_relocate_bcond_true): ... it.
7670 (can_relocate_bcond_false): New function.
7671 (foo): Likewise.
7672 (can_relocate_bl): Likewise.
7673 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7674 can_relocate_bl.
7675
7676 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7677
7678 * gdb.base/nested-addr.c: New file.
7679 * gdb.base/nested-addr.exp: New testcase.
7680
7681 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7682
7683 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7684 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7685 its output. Ignore the output of "record goto begin" and instead
7686 check that GDB is replaying.
7687
7688 2015-10-09 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7691 (top level): Use it in the run with no args test.
7692
7693 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7694
7695 * gdb.dlang/properties.exp: New file.
7696
7697 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7698
7699 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7700 whether or not address 0x1000 is mapped on the target.
7701
7702 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7703
7704 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7705 build.
7706
7707 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7708
7709 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7710 instruction-history test.
7711
7712 2015-09-28 Doug Evans <dje@google.com>
7713
7714 * gdb.base/gcore.c (array_func): Add reference to static_array.
7715
7716 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7717
7718 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7719 source line.
7720
7721 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7722
7723 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7724 short or char as base type.
7725
7726 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7727
7728 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7729 to allow any size enum.
7730
7731 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7732
7733 * gdb.ada/array_ptr_renaming.exp: New testcase.
7734 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7735 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7736
7737 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7738
7739 * gdb.trace/ftrace-lock.c: New file.
7740 * gdb.trace/ftrace-lock.exp: New file.
7741
7742 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7743
7744 * gdb.arch/insn-reloc.c: New file.
7745 * gdb.arch/ftrace-insn-reloc.exp: New file.
7746
7747 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7748
7749 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7750 instruction.
7751 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7752 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7753 * gdb.trace/range-stepping.c: Likewise.
7754 * gdb.trace/trace-break.c: Likewise.
7755 * gdb.trace/trace-mt.c (thread_function): Likewise.
7756 * gdb.trace/ftrace.c (marker): Likewise.
7757 * gdb.trace/trace-condition.c (marker): Likewise.
7758 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7759 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7760 is_aarch64_target.
7761
7762 2015-09-18 Doug Evans <xdje42@gmail.com>
7763
7764 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7765 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7766
7767 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7768
7769 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7770 the breakpoint.
7771
7772 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7773
7774 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7775 the pending breakpoint. Remove timeout override for "Run till
7776 MI pending breakpoint on pendfunc3 on thread 2" test.
7777
7778 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7779
7780 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7781 filename pattern.
7782
7783 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7784
7785 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7786 in breakpoint filename pattern.
7787
7788 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7789
7790 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7791
7792 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7793
7794 * gdb.linespec/explicit.exp: Check for readline support for
7795 tab-completion tests. Fix obvious typo.
7796
7797 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7798
7799 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7800 and replay.
7801
7802 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7803
7804 * gdb.btrace/non-stop.c: New.
7805 * gdb.btrace/non-stop.exp: New.
7806
7807 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7808 Yao Qi <yao.qi@linaro.org>
7809
7810 * gdb.trace/trace-condition.c: New file.
7811 * gdb.trace/trace-condition.exp: New file.
7812
7813 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
7814
7815 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7816 for testing bytecode compilation.
7817
7818 2015-09-16 Pedro Alves <palves@redhat.com>
7819 Sandra Loosemore <sandra@codesourcery.com>
7820
7821 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7822 (SECONDS): Redefine.
7823 (main): Call pthread_kill and alarm early.
7824 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7825 support.
7826 (test): If the target can't hardware step and doesn't support
7827 displaced stepping, increase the timeout.
7828
7829 2015-09-16 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7832 (enable_debug): New procedures.
7833 (test): Use them. Bail out if waiting for threads fails.
7834 (top level): Bail out if a test fails.
7835
7836 2015-09-16 Yao Qi <yao.qi@linaro.org>
7837
7838 * gdb.asm/asm-source.exp: Set asm-arch for
7839 aarch64*-*-* target.
7840 * gdb.asm/aarch64.inc: New file.
7841
7842 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7843
7844 * gdb.ada/array_of_variable_length.exp: New testcase.
7845 * gdb.ada/array_of_variable_length/foo.adb: New file.
7846 * gdb.ada/array_of_variable_length/pck.adb: New file.
7847 * gdb.ada/array_of_variable_length/pck.ads: New file.
7848
7849 2015-09-15 Doug Evans <dje@google.com>
7850
7851 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7852 of function static local variable.
7853
7854 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7855
7856 * gdb.threads/tls-so_extern.exp: New test file.
7857 * gdb.threads/tls-so_extern.c: New test file.
7858 * gdb.threads/tls-so_extern_main.c: New test file.
7859
7860 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7861
7862 * gdb.opt/solib-intra-step-lib.c: New file.
7863 * gdb.opt/solib-intra-step-main.c: New file.
7864 * gdb.opt/solib-intra-step.exp: New file.
7865
7866 2015-09-15 Pedro Alves <palves@redhat.com>
7867
7868 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7869 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7870
7871 2015-09-14 Pedro Alves <palves@redhat.com>
7872
7873 * gdb.base/hook-stop-continue.c: Delete.
7874 * gdb.base/hook-stop-continue.exp: Delete.
7875 * gdb.base/hook-stop-frame.c: Delete.
7876 * gdb.base/hook-stop-frame.exp: Delete.
7877 * gdb.base/hook-stop.c: New file.
7878 * gdb.base/hook-stop.exp: New file.
7879
7880 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7881
7882 * gdb.ada/access_to_packed_array.exp: New testcase.
7883 * gdb.ada/access_to_packed_array/foo.adb: New file.
7884 * gdb.ada/access_to_packed_array/pack.adb: New file.
7885 * gdb.ada/access_to_packed_array/pack.ads: New file.
7886
7887 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7888
7889 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7890 buffer size test.
7891
7892 2015-09-11 Don Breazeal <donb@codesourcery.com>
7893
7894 * gdb.base/foll-exec.c: Add copyright header. Fix
7895 formatting issues.
7896 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7897 (do_exec_tests): Use clean_restart in place of zap_session,
7898 and for test initialization. Fix formatting issues. Use
7899 fail in place of perror.
7900 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7901 an expect statement to match an expression with output from
7902 the program under debug.
7903 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7904 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7905 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7906 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7907 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7908
7909 2015-09-09 Doug Evans <dje@google.com>
7910
7911 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7912
7913 2015-09-09 Doug Evans <dje@google.com>
7914
7915 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7916
7917 2015-09-09 Doug Evans <dje@google.com>
7918
7919 * gdb.base/savedregs.exp: Fix typo.
7920
7921 2015-09-09 Pedro Alves <palves@redhat.com>
7922
7923 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7924
7925 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7926
7927 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7928 command actually switches threads. Give up on remaining
7929 tests if target fails to stop at breakpoint.
7930
7931 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7932
7933 * gdb.ada/funcall_char.exp: New testcase.
7934 * gdb.ada/funcall_char/foo.adb: New file.
7935
7936 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7937
7938 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7939 expected outputs. Add two testcases for completing ambiguous
7940 functions.
7941 * gdb.ada/complete/aux_pck.adb: New file.
7942 * gdb.ada/complete/aux_pck.ads: New file.
7943 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7944 Ambiguous_Func functions.
7945 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7946 * gdb.ada/complete/pck.adb: Likewise.
7947
7948 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7949
7950 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7951 failures to run the test program under GDB.
7952
7953 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
7954
7955 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7956 to C.
7957
7958 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7959
7960 * gdb.base/run-after-attach.exp: New test file.
7961 * gdb.base/run-after-attach.c: New test file.
7962
7963 2015-08-26 Don Breazeal <donb@codesourcery.com>
7964
7965 * gdb.base/foll-exec-2.c: New test program.
7966 * gdb.base/foll-exec-2.exp: New test.
7967
7968 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7969
7970 * gdb.base/nested-subp1.exp: New file.
7971 * gdb.base/nested-subp1.c: New file.
7972 * gdb.base/nested-subp2.exp: New file.
7973 * gdb.base/nested-subp2.c: New file.
7974 * gdb.base/nested-subp3.exp: New file.
7975 * gdb.base/nested-subp3.c: New file.
7976
7977 2015-08-24 Pedro Alves <palves@redhat.com>
7978
7979 * gdb.server/connect-without-multi-process.c: New file.
7980 * gdb.server/connect-without-multi-process.exp: New file.
7981
7982 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7983
7984 * gdb.opt/inline-markers.c: Make z int.
7985
7986 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7987
7988 * gdb.opt/inline-markers.c: Make z volatile.
7989
7990 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7991
7992 * gdb.opt/inline-bt.c: New volatile global z.
7993 * gdb.opt/inline-cmds.c: Likewise.
7994 * gdb.opt/inline-locals.c: Likewise.
7995 * gdb.opt/inline-markers.c: New extern global z.
7996 (marker): Use z.
7997 (inline_fn): Likewise.
7998
7999 2015-08-24 Pedro Alves <palves@redhat.com>
8000
8001 * config/m32r-stub.exp: Remove file.
8002 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8003 * gdb.base/call-rt-st.exp: Likewise.
8004 * gdb.base/call-strs.exp: Likewise.
8005 * gdb.base/default.exp: Remove references to h8300-*-hms and
8006 *-*-udi*.
8007 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8008
8009 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8010
8011 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8012 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8013 and "return" use KFAIL when GDB can not read/write the vector
8014 return value.
8015
8016 2015-08-21 Gary Benson <gbenson@redhat.com>
8017
8018 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8019
8020 2015-08-20 Pedro Alves <palves@redhat.com>
8021
8022 * gdb.server/solib-list.exp: No longer expect an interior stop in
8023 non-stop mode.
8024
8025 2015-08-20 Pedro Alves <palves@redhat.com>
8026
8027 * gdb.server/connect-stopped-target.c: New file.
8028 * gdb.server/connect-stopped-target.exp: New file.
8029
8030 2015-08-20 Pedro Alves <palves@redhat.com>
8031
8032 * gdb.dwarf2/comp-unit-lang.exp: New file.
8033 * gdb.dwarf2/comp-unit-lang.c: New file.
8034
8035 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8036
8037 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8038 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8039
8040 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8041
8042 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8043 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8044
8045 2015-08-18 Doug Evans <dje@google.com>
8046 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8047
8048 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8049 skip_python_tests. New arg prompt_regexp.
8050 (skip_python_tests): New function.
8051 * lib/mi-support.exp (mi_skip_python_tests): New function.
8052 * gdb.python/py-mi-objfile-gdb.py: New file.
8053 * gdb.python/py-mi-objfile.c: New file.
8054 * gdb.python/py-mi-objfile.exp: New file.
8055
8056 2015-08-17 Keith Seitz <keiths@redhat.com>
8057
8058 * gdb.linespec/explicit.exp: Move strace test from here ...
8059 * gdb.trace/strace.exp: ... to here.
8060
8061 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8062
8063 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8064 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8065
8066 2015-08-14 Doug Evans <xdje42@gmail.com>
8067
8068 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8069 inferior before selecting a new file.
8070
8071 2015-08-14 Doug Evans <xdje42@gmail.com>
8072
8073 * gdb.mi/mi-disassemble.exp: Update.
8074 * gdb.base/disasm-optim.S: New file.
8075 * gdb.base/disasm-optim.c: New file.
8076 * gdb.base/disasm-optim.h: New file.
8077 * gdb.base/disasm-optim.exp: New file.
8078
8079 2015-08-14 Keith Seitz <keiths@redhat.com>
8080
8081 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8082 "evaluated-by".
8083
8084 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8085
8086 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8087
8088 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8089
8090 * gdb.ada/fun_renaming.exp: New testcase.
8091 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8092 * gdb.ada/fun_renaming/pack.adb: New file.
8093 * gdb.ada/fun_renaming/pack.ads: New file.
8094
8095 2015-08-12 Keith Seitz <keiths@redhat.com>
8096
8097 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8098 gdb_get_line_number.
8099
8100 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8101
8102 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8103 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8104 gdb.base/dso2dso.exp: New files.
8105
8106 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8107 Pedro Alves <palves@redhat.com>
8108 Keith Seitz <keiths@redhat.com>
8109
8110 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8111 GDBFLAGS.
8112
8113 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8114
8115 * gdb.base/gdbhistsize-history.exp
8116 (test_histsize_history_setting): Use save_vars.
8117 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8118 Use save_vars.
8119 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8120 * gdb.base/readline.exp: Use save_vars.
8121
8122 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8123
8124 * lib/gdb.exp (save_vars): New proc.
8125
8126 2015-08-11 Keith Seitz <keiths@redhat.com>
8127
8128 * gdb.base/help.exp: Update help_breakpoint_text.
8129
8130 2015-08-11 Keith Seitz <keiths@redhat.com>
8131
8132 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8133 (at toplevel): Call test_explicit_breakpoints.
8134 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8135 breakpoints.
8136 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8137 breakpoint conditions, "-cond".
8138
8139 2015-08-11 Keith Seitz <keiths@redhat.com>
8140
8141 * gdb.linespec/3explicit.c: New file.
8142 * gdb.linespec/cpexplicit.cc: New file.
8143 * gdb.linespec/cpexplicit.exp: New file.
8144 * gdb.linespec/explicit.c: New file.
8145 * gdb.linespec/explicit.exp: New file.
8146 * gdb.linespec/explicit2.c: New file.
8147 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8148 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8149 before using in the matching pattern.
8150 Clarify that `prefix' is a regular expression.
8151
8152 2015-08-11 Keith Seitz <keiths@redhat.com>
8153
8154 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8155 test.
8156 Add tests for missing ",FMT" and ",".
8157
8158 2015-08-10 Doug Evans <dje@google.com>
8159 Keith Seitz <keiths@redhat.com>
8160
8161 PR gdb/17960
8162 * gdb.base/completion.exp: Add location completer tests.
8163
8164 2015-08-07 Pedro Alves <palves@redhat.com>
8165
8166 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8167 tests here.
8168 (top level): Run do_test with and without displaced stepping.
8169
8170 2015-08-07 Pedro Alves <palves@redhat.com>
8171
8172 * gdb.base/valgrind-disp-step.c: New file.
8173 * gdb.base/valgrind-disp-step.exp: New file.
8174
8175 2015-08-07 Pedro Alves <palves@redhat.com>
8176
8177 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8178 Delete function.
8179 (main): Add alarm. Run an infinite loop instead of calling
8180 wait_threads.
8181 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8182 comment.
8183 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8184 Delete function.
8185 (main): Add alarm. Run an infinite loop instead of calling
8186 wait_threads.
8187 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8188 comment.
8189
8190 2015-08-07 Pedro Alves <palves@redhat.com>
8191
8192 * gdb.base/checkpoint-ns.exp: New file.
8193 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8194 standard_testfile.
8195
8196 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8197
8198 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8199 * gdb.btrace/instruction_history.exp: Update.
8200 * gdb.btrace/tsx.exp: New.
8201 * gdb.btrace/tsx.c: New.
8202
8203 2015-08-06 Pedro Alves <palves@redhat.com>
8204
8205 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8206 increase timeout.
8207 * gdb.reverse/until-precsave.exp: Bump timeouts.
8208
8209 2015-08-06 Pedro Alves <palves@redhat.com>
8210
8211 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8212
8213 2015-08-06 Pedro Alves <palves@redhat.com>
8214
8215 PR gdb/18749
8216 * gdb.threads/process-dies-while-handling-bp.c: New file.
8217 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8218
8219 2015-08-06 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8222 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8223
8224 2015-08-05 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8227 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8228
8229 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8230
8231 * gdb.base/bp-permanent.exp: Report test as unsupported if
8232 the target cannot stop at the permanent breakpoint.
8233
8234 2015-08-03 Doug Evans <dje@google.com>
8235
8236 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8237 10000.
8238
8239 2015-08-03 Doug Evans <dje@google.com>
8240
8241 * Makefile.in (workers/%.worker, build-perf): New rule.
8242 (GDB_PERFTEST_MODE): New variable.
8243 (check-perf): Use it.
8244 (clean): Clean up gdb.perf parallel build subdirs.
8245 * lib/build-piece.exp: New file.
8246 * lib/gdb.exp (make_gdb_parallel_path): New function
8247 (standard_output_file, standard_temp_file): Call it.
8248 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8249 of $GDB_PARALLEL.
8250 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8251
8252 2015-08-03 Doug Evans <dje@google.com>
8253
8254 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8255 (LOG_FILE_NAME): New global.
8256 (TextReporter.__init__): Initialize self.txt_sum.
8257 (TextReporter.report): Add support for multiple data-points.
8258 Move report to perftest.sum, put raw data in perftest.log.
8259 (TextReporter.start): Open sum and log files.
8260 (TextReporter.end): Close sum and log files.
8261 * gdb.perf/lib/perftest/testresult.py
8262 (SingleStatisticTestResult.record): Handle multiple data-points.
8263
8264 2015-07-31 Pedro Alves <palves@redhat.com>
8265
8266 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8267 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8268 kill_wait_spawned_process instead of explicit "kill -9".
8269 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8270 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8271 kill_wait_spawned_process.
8272 * gdb.base/attach-twice.exp: Likewise.
8273 * gdb.base/attach.exp: Likewise.
8274 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8275 gdb_test_multiple.
8276 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8277 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8278 kill_wait_spawned_process.
8279 * gdb.base/valgrind-infcall.exp: Likewise.
8280 * gdb.multi/multi-attach.exp: Likewise.
8281 * gdb.python/py-prompt.exp: Likewise.
8282 * gdb.python/py-sync-interp.exp: Likewise.
8283 * gdb.server/ext-attach.exp: Likewise.
8284 * gdb.threads/attach-into-signal.exp (corefunc): Use
8285 spawn_wait_for_attach, spawn_id_get_pid and
8286 kill_wait_spawned_process.
8287 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8288 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8289 spawn_id_get_pid and kill_wait_spawned_process.
8290 * gdb.threads/attach-stopped.exp (corefunc): Use
8291 spawn_wait_for_attach, spawn_id_get_pid and
8292 kill_wait_spawned_process.
8293 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8294 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8295 kill_wait_spawned_process instead of explicit "kill -9".
8296 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8297 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8298 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8299 processes. Don't map cygwin/windows pids here. Now returns a
8300 spawn id list.
8301
8302 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8303
8304 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8305 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8306 correct patch.
8307
8308 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8309
8310 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8311
8312 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8313
8314 Reapply:
8315 2014-05-21 Mark Wielaard <mjw@redhat.com>
8316
8317 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8318
8319 2015-07-30 Pedro Alves <palves@redhat.com>
8320
8321 * linux-low.c (handle_extended_wait): Set the child's last
8322 reported status to TARGET_WAITKIND_STOPPED.
8323
8324 2015-07-30 Pedro Alves <palves@redhat.com>
8325
8326 PR threads/18600
8327 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8328 only shows inferior 1.
8329
8330 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8331 Pedro Alves <palves@redhat.com>
8332
8333 PR threads/18600
8334 * gdb.threads/fork-plus-threads.c: New file.
8335 * gdb.threads/fork-plus-threads.exp: New file.
8336
8337 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8338
8339 * gdb.base/batch-preserve-term-settings.exp
8340 (test_terminal_settings_preserved_after_cli_exit): Use
8341 send_quit_command.
8342
8343 2015-07-29 Pedro Alves <palves@redhat.com>
8344 Don Breazeal <donb@codesourcery.com>
8345
8346 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8347 output from both inferior_spawn_id and gdb_spawn_id.
8348
8349 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8350
8351 * gdb.threads/attach-into-signal.exp (corefunc): Use
8352 with_test_prefix on nested loops, uniquefying the test messages.
8353
8354 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8355
8356 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8357 commit.
8358
8359 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8360
8361 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8362 New proc.
8363 (test_terminal_settings_preserved_after_sigterm): New test.
8364
8365 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8366
8367 * gdb.base/batch-preserve-term-settings.exp
8368 (test_terminal_settings_preserved_after_cli_exit): New test.
8369
8370 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8371
8372 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8373 manipulation of saved_gdbflags.
8374 (test_terminal_settings_preserved): Remove global declaration of
8375 the unused variable pagination_prompt. Remove manipulation of
8376 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8377 GDBFLAGS.
8378
8379 2015-07-29 Pedro Alves <palves@redhat.com>
8380
8381 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8382
8383 2015-07-29 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8386 at the top.
8387
8388 2015-07-29 Pedro Alves <palves@redhat.com>
8389
8390 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8391 (main): Call gdb_unbuffer_output.
8392 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8393 (main): Call gdb_unbuffer_output.
8394 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8395 (main): Call gdb_unbuffer_output.
8396 * gdb.base/call-strs.exp: Adjust to step over the
8397 gdb_unbuffer_output call.
8398 * gdb.base/catch-gdb-caused-signals.c: Include
8399 "../lib/unbuffer_output.c".
8400 (main): Call gdb_unbuffer_output.
8401 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8402 (main): Call gdb_unbuffer_output.
8403 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8404 (main): Call gdb_unbuffer_output.
8405 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8406 (main): Call gdb_unbuffer_output.
8407 * gdb.base/shlib-call.exp: Adjust to step over the
8408 gdb_unbuffer_output call.
8409 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8410 (main): Call gdb_unbuffer_output.
8411 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8412 (main): Call gdb_unbuffer_output.
8413 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8414 (main): Rename to ...
8415 (test): ... this.
8416 (main): Reimplement.
8417 * gdb.base/varargs.exp: Run to test instead of to main.
8418 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8419 (main): Call gdb_unbuffer_output.
8420
8421 2015-07-29 Pedro Alves <palves@redhat.com>
8422
8423 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8424 factore out from mi_continue_dprintf. For call-style dprintfs,
8425 expect dprintf output out of $inferior_spawn_id.
8426 (mi_continue_dprintf): Use mi_expect_dprintf.
8427 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8428 (main): Call gdb_unbuffer_output.
8429
8430 2015-07-29 Pedro Alves <palves@redhat.com>
8431
8432 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8433 (default_mi_gdb_start): Set inferior_spawn_id instead of
8434 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8435 gdb_spawn_id.
8436 (mi_gdb_test): Always expect inferior output from both
8437 $inferior_spawn_id and $gdb_spawn_id.
8438
8439 2015-07-29 Pedro Alves <palves@redhat.com>
8440
8441 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8442 send_inferior and $inferior_spawn_id.
8443
8444 2015-07-29 Pedro Alves <palves@redhat.com>
8445
8446 * gdb.gdb/complaints.exp (test_initial_complaints)
8447 (test_serial_complaints, test_short_complaints): Use
8448 gdb_test_stdio.
8449 (test_empty_complaint): Handle $inferior_spawn_id !=
8450 $gdb_spawn_id.
8451
8452 2015-07-29 Pedro Alves <palves@redhat.com>
8453
8454 * gdb.base/varargs.exp: Use gdb_test_stdio.
8455
8456 2015-07-29 Pedro Alves <palves@redhat.com>
8457
8458 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8459
8460 2015-07-29 Pedro Alves <palves@redhat.com>
8461
8462 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8463
8464 2015-07-29 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8467 parameter into two new parameters, "inf_result" and "gdb_result".
8468 Expect inferior output and gdb output from $inferior_spawn_id and
8469 $gdb_spawn_id, respectively. Adjust all callers.
8470
8471 2015-07-29 Pedro Alves <palves@redhat.com>
8472
8473 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8474 of gdb_test_sequence.
8475
8476 2015-07-29 Pedro Alves <palves@redhat.com>
8477
8478 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8479 (saw_spurious_output): Expect inferior output from
8480 $inferior_spawn_id. Use gdb_test_stdio.
8481
8482 2015-07-29 Pedro Alves <palves@redhat.com>
8483
8484 * gdb.base/dprintf.exp: Use standard_testfile. Change
8485 prepare_for_testing call.
8486 (srcfile): Don't set.
8487 (restart): New procedure.
8488 (test_dprintf): New procecure, use to continue over dprintfs.
8489 (test_call, test_agent): New procedures, tests moved here.
8490 Restart gdb and recreate dprintfs. Adjust expected output.
8491
8492 2015-07-29 Pedro Alves <palves@redhat.com>
8493
8494 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8495
8496 2015-07-29 Pedro Alves <palves@redhat.com>
8497
8498 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8499
8500 2015-07-29 Pedro Alves <palves@redhat.com>
8501
8502 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8503 gdb_test_stdio.
8504
8505 2015-07-29 Pedro Alves <palves@redhat.com>
8506
8507 * lib/gdb.exp (gdb_test_stdio): New procedure.
8508
8509 2015-07-29 Pedro Alves <palves@redhat.com>
8510
8511 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8512
8513 2015-07-29 Pedro Alves <palves@redhat.com>
8514
8515 * gdb.base/call-signal-resume.exp: Remove check for
8516 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8517 * gdb.base/unwindonsignal.exp: Likewise.
8518 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8519 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8520
8521 2015-07-29 Pedro Alves <palves@redhat.com>
8522
8523 * gdb.base/siginfo-addr.c (pass): New function.
8524 (handler): Call it iff si_addr is correct.
8525 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8526 Set a breakpoint at "pass" and continue to it.
8527
8528 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8529
8530 * gdb.python/py-objfile.exp: Make some tests have unique names.
8531 * gdb.python/py-pp-registration.exp: Likewise.
8532
8533 2015-07-28 Pedro Alves <palves@redhat.com>
8534
8535 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8536
8537 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8538
8539 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8540
8541 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8542
8543 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8544
8545 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8546
8547 * gdb.base/gdb-sigterm-2.exp: New test.
8548
8549 2015-07-25 Doug Evans <xdje42@gmail.com>
8550
8551 Revert:
8552 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8553 (workers/%.worker, build-perf): New rule.
8554 (GDB_PERFTEST_MODE): New variable.
8555 (check-perf): Use it.
8556 (clean): Clean up gdb.perf parallel build subdirs.
8557 * lib/build-piece.exp: New file.
8558 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8559 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8560 name.
8561 (standard_temp_file): Ditto.
8562 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8563 of $GDB_PARALLEL.
8564
8565 2015-07-24 Doug Evans <dje@google.com>
8566
8567 * gdb.perf/lib/perftest/utils.py: New file.
8568 * gdb.perf/gm-hello.cc: New file.
8569 * gdb.perf/gm-pervasive-typedef.cc: New file.
8570 * gdb.perf/gm-pervasive-typedef.h: New file.
8571 * gdb.perf/gm-std.cc: New file.
8572 * gdb.perf/gm-std.h: New file.
8573 * gdb.perf/gm-use-cerr.cc: New file.
8574 * gdb.perf/gm-utils.h: New file.
8575 * gdb.perf/gmonster-null-lookup.py: New file.
8576 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8577 * gdb.perf/gmonster-print-cerr.py: New file.
8578 * gdb.perf/gmonster-ptype-string.py: New file.
8579 * gdb.perf/gmonster-runto-main.py: New file.
8580 * gdb.perf/gmonster-select-file.py: New file.
8581 * gdb.perf/gmonster1-null-lookup.exp: New file.
8582 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8583 * gdb.perf/gmonster1-print-cerr.exp: New file.
8584 * gdb.perf/gmonster1-ptype-string.exp: New file.
8585 * gdb.perf/gmonster1-runto-main.exp: New file.
8586 * gdb.perf/gmonster1-select-file.exp: New file.
8587 * gdb.perf/gmonster1.cc: New file.
8588 * gdb.perf/gmonster1.exp: New file.
8589 * gdb.perf/gmonster2-null-lookup.exp: New file.
8590 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8591 * gdb.perf/gmonster2-print-cerr.exp: New file.
8592 * gdb.perf/gmonster2-ptype-string.exp: New file.
8593 * gdb.perf/gmonster2-runto-main.exp: New file.
8594 * gdb.perf/gmonster2-select-file.exp: New file.
8595 * gdb.perf/gmonster2.cc: New file.
8596 * gdb.perf/gmonster2.exp: New file.
8597
8598 2015-07-24 Doug Evans <dje@google.com>
8599
8600 * gdb.perf/README: New file.
8601 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8602 * lib/gen-perf-test.exp: New file.
8603
8604 2015-07-24 Doug Evans <dje@google.com>
8605
8606 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8607 (PerfTest::startup): New function.
8608 (PerfTest::run): Return result of calling body.
8609 (PerfTest::assemble): Rewrite.
8610 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8611 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8612 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8613 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8614 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8615
8616 2015-07-24 Doug Evans <dje@google.com>
8617
8618 * lib/gdb.exp (clean_restart): Make executable optional.
8619
8620 2015-07-24 Doug Evans <dje@google.com>
8621
8622 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8623 compiler_info references.
8624 * gdb.cp/temargs.exp: Ditto.
8625 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8626 (get_compiler_info): Early exit if already computed. Set compiler_info
8627 to "unknown" if there was a problem.
8628 (test_compiler_info): Add function comment. Call get_compiler_info.
8629
8630 2015-07-24 Doug Evans <dje@google.com>
8631
8632 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8633 (workers/%.worker, build-perf): New rule.
8634 (GDB_PERFTEST_MODE): New variable.
8635 (check-perf): Use it.
8636 (clean): Clean up gdb.perf parallel build subdirs.
8637 * lib/build-piece.exp: New file.
8638 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8639 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8640 name.
8641 (standard_temp_file): Ditto.
8642 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8643 of $GDB_PARALLEL.
8644
8645 2015-07-24 Doug Evans <dje@google.com>
8646
8647 * lib/future.exp (gdb_default_target_compile): New option
8648 "early_flags".
8649 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8650 --as-needed.
8651
8652 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8653
8654 * gdb.base/catch-syscall.exp: Call gdb_exit before
8655 gdb_skip_xml_test.
8656
8657 2015-07-24 Pedro Alves <palves@redhat.com>
8658
8659 * gdb.python/py-events.exp: Accept output between the stop event
8660 and the prompt.
8661 * gdb.python/py-evsignal.exp: Likewise.
8662 * gdb.python/py-evthreads.exp: Likewise.
8663
8664 2015-07-24 Pedro Alves <palves@redhat.com>
8665
8666 PR gdb/18717
8667 * gdb.threads/non-ldr-exit.c: New file.
8668 * gdb.threads/non-ldr-exit.exp: New file.
8669
8670 2015-07-24 Yao Qi <yao.qi@linaro.org>
8671
8672 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8673 restarting process.
8674
8675 2015-07-24 Yao Qi <yao.qi@linaro.org>
8676
8677 * gdb.server/ext-restart.exp: New file.
8678
8679 2015-07-24 Yao Qi <yao.qi@linaro.org>
8680
8681 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8682 argument options.
8683 * gdb.server/ext-wrapper.exp: New file.
8684
8685 2015-07-23 Doug Evans <dje@google.com>
8686
8687 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8688 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8689
8690 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8691
8692 * gdb.ada/var_arr_typedef.exp: New testcase.
8693 * gdb.ada/var_arr_typedef/pack.adb: New file.
8694 * gdb.ada/var_arr_typedef/pack.ads: New file.
8695 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8696
8697 2015-07-20 Joel Brobecker <brobecker@adacore.com>
8698
8699 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8700
8701 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8702
8703 * gdb.arch/i386-biarch-core.exp: Replace istarget
8704 by "complete set gnutarget". Remove expectation for the "core-file"
8705 command.
8706
8707 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8708
8709 Revert the previous commit:
8710 Tests for validate symbol file using build-id.
8711
8712 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8713
8714 Tests for validate symbol file using build-id.
8715 * gdb.base/solib-mismatch-lib.c: New file.
8716 * gdb.base/solib-mismatch-libmod.c: New file.
8717 * gdb.base/solib-mismatch.c: New file.
8718 * gdb.base/solib-mismatch.exp: New file.
8719
8720 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8721
8722 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8723 nios2-*-linux*.
8724 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8725 * gdb.base/siginfo.exp: Likewise.
8726 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8727
8728 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8729
8730 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8731 Move it to ...
8732 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8733 ... here.
8734 * gdb.trace/range-stepping.exp: Check that the target supports
8735 range stepping.
8736
8737 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8738
8739 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8740
8741 2015-07-14 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.base/killed-outside.exp: New file.
8744 * gdb.base/killed-outside.c: New file.
8745
8746 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8747
8748 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8749 (n at main): New.
8750 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8751
8752 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8753
8754 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8755 infcall tests instead of setting up for KFAIL.
8756
8757 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8758
8759 * gdb.btrace/record_goto-step.exp: New.
8760
8761 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8762
8763 PR compile/18484
8764 * gdb.compile/compile.c (struct struct_type): Add volatile to
8765 selffield's type.
8766 * gdb.compile/compile.exp
8767 (compile code struct_object.selffield = &struct_object): Skip further
8768 struct_object tests if this one xfails.
8769
8770 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
8771
8772 PR exp/18617
8773 * gdb.trace/ax.exp: Add test.
8774
8775 2015-07-07 Yao Qi <yao.qi@linaro.org>
8776
8777 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8778 instead of istarget "aarch64*-*-*".
8779 * gdb.arch/aarch64-fp.exp: Likewise.
8780 * gdb.base/float.exp: Likewise.
8781 * gdb.reverse/aarch64.exp: Likewise.
8782 * lib/gdb.exp (is_aarch64_target): New proc.
8783
8784 2015-07-07 Yao Qi <yao.qi@linaro.org>
8785
8786 * lib/gdb.exp (is_aarch32_target): New proc.
8787 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8788 instead of "istarget "arm*-*-*"".
8789 * gdb.arch/arm-disp-step.exp: Likewise.
8790 * gdb.arch/thumb-bx-pc.exp: Likewise.
8791 * gdb.arch/thumb-prologue.exp: Likewise.
8792 * gdb.arch/thumb-singlestep.exp: Likewise.
8793 * gdb.base/disp-step-syscall.exp: Likewise.
8794 * gdb.base/float.exp: Likewise.
8795
8796 2015-07-07 Yao Qi <yao.qi@linaro.org>
8797
8798 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8799 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8800
8801 2015-07-07 Yao Qi <yao.qi@linaro.org>
8802
8803 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8804 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8805 if it exists.
8806 * gdb.multi/multi-arch.exp: Likewise.
8807
8808 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8809
8810 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8811 print.
8812
8813 2015-07-07 Yao Qi <yao.qi@linaro.org>
8814
8815 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8816
8817 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8818
8819 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8820 '[' and ']' characters.
8821
8822 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8823
8824 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8825
8826 2015-06-29 Pedro Alves <palves@redhat.com>
8827
8828 PR threads/18127
8829 * gdb.threads/hand-call-new-thread.c: New file.
8830 * gdb.threads/hand-call-new-thread.c: New file.
8831
8832 2015-06-26 Keith Seitz <keiths@redhat.com>
8833 Doug Evans <dje@google.com>
8834
8835 PR 16253
8836 * gdb.cp/var-tag-2.cc: New file.
8837 * gdb.cp/var-tag-3.cc: New file.
8838 * gdb.cp/var-tag-4.cc: New file.
8839 * gdb.cp/var-tag.cc: New file.
8840 * gdb.cp/var-tag.exp: New file.
8841
8842 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8843
8844 * gdb.base/history-duplicates.exp: New test.
8845
8846 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8847
8848 * gdb.base/completion.exp: Test the completion of the "focus"
8849 command.
8850
8851 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8852
8853 * gdb.arch/amd64-prologue-skip.S: New file.
8854 * gdb.arch/amd64-prologue-skip.exp: New file.
8855
8856 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8857
8858 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8859 is_address_zero_readable check.
8860
8861 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8862
8863 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8864 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8865
8866 2015-06-24 Yao Qi <yao.qi@linaro.org>
8867
8868 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8869 linux targets.
8870
8871 2015-06-24 Yao Qi <yao.qi@linaro.org>
8872
8873 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8874 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8875 * gdb.base/siginfo-thread.exp: Likewise.
8876
8877 2015-06-22 Yao Qi <yao.qi@linaro.org>
8878
8879 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8880
8881 2015-06-22 Yao Qi <yao.qi@linaro.org>
8882
8883 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8884 aarch64*-*-*.
8885 (skip_hw_watchpoint_tests): Likewise.
8886
8887 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8888
8889 * gdb.base/gdbinit-history.exp: Test the interaction between
8890 setting GDBHISTSIZE and setting the history size via .gdbinit.
8891
8892 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8893
8894 PR gdb/16999
8895 * gdb.base/gdbhistsize-history.exp: New test.
8896
8897 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8898
8899 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8900 with GDBHISTSIZE.
8901 * gdb.base/readline.exp: Likewise.
8902
8903 2015-06-17 Yao Qi <yao.qi@linaro.org>
8904
8905 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8906 line.
8907
8908 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8909
8910 * gdb.base/gdbinit-history.exp: Add test case to check that
8911 an unlimited history file does not get truncated on exit.
8912
8913 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8914
8915 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8916 (VECTOR): New macro. Use it...
8917 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8918 ...for these typedefs.
8919 (int8, char1, int1, double1): New typedefs.
8920 (struct just_int2, struct two_int2): New structures.
8921 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8922 (add_structvecs, add_singlevecs): New functions.
8923 (main): Call add_some_intvecs twice.
8924 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8925 the compile and exit upon failure. Try compiling for the "native"
8926 architecture. Test inferior function calls with vector arguments
8927 and vector return value handling with "finish" and "return".
8928
8929 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8930
8931 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8932 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8933 PE file.
8934 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8935
8936 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8937
8938 PR breakpoints/16465
8939 * gdb.mi/mi-dprintf-pending.c: New file.
8940 * gdb.mi/mi-dprintf-pending.exp: New test.
8941 * gdb.mi/mi-dprintf-pendshr.c: New file.
8942
8943 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8944 Mircea Gherzan <mircea.gherzan@intel.com>
8945
8946 * gdb.arch/i386-mpx-map.c: New file.
8947 * gdb.arch/i386-mpx-map.exp: New File.
8948
8949 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8950
8951 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8952 * gdb.arch/i386-mpx.exp: Indentation fixed.
8953
8954 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8955
8956 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8957 function and improved indentation.
8958 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8959 gdb_test_multiple. Added additional tests to skip the test.
8960
8961 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8962
8963 * gdb.arch/i386-avx512.c: Change path in include file.
8964 * gdb.arch/i386-avx512.exp: Change include dir path
8965 compilation flag.
8966 * gdb.arch/i386-mpx.c: Change path in include file.
8967 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8968 flag.
8969
8970 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8971
8972 * gdb.compile/compile-print.exp (compile print *vararray@3)
8973 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8974
8975 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8976
8977 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8978 (do not keep jit in memory): ... this.
8979 (expect 5): Change it to ...
8980 (expect no 5): ... this.
8981
8982 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8983
8984 PR gdb/15564
8985 * gdb.mi/mi-detach.exp: New file.
8986
8987 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8988
8989 PR symtab/18392
8990 * gdb.arch/amd64-tailcall-self.S: New file.
8991 * gdb.arch/amd64-tailcall-self.c: New file.
8992 * gdb.arch/amd64-tailcall-self.exp: New file.
8993
8994 2015-05-28 Don Breazeal <donb@codesourcery.com>
8995
8996 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
8997 tests for remote targets by checking is_target_gdbserver.
8998
8999 2015-05-27 Doug Evans <dje@google.com>
9000
9001 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9002 * gdb.dwarf2/opaque-type-lookup.c: New file.
9003 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9004
9005 2015-05-26 Doug Evans <dje@google.com>
9006
9007 * gdb.cp/iostream.cc: New file.
9008 * gdb.cp/iostream.exp: New file.
9009
9010 2015-05-26 Doug Evans <dje@google.com>
9011
9012 * gdb.dwarf2/dw2-op-call.exp: Update.
9013 * gdb.dwarf2/dw4-sig-types.exp: Update.
9014 * gdb.dwarf2/implptr.exp: Update.
9015 * gdb.mi/mi-cmd-param-changed.exp: Update.
9016
9017 2015-05-26 Doug Evans <dje@google.com>
9018
9019 * gdb.python/py-lazy-string.c: New file.
9020 * gdb.python/py-lazy-string.exp: New file.
9021 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9022 (main): Update. Add estring3.
9023 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9024 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9025
9026 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9027 Yao Qi <yao.qi@linaro.org>
9028
9029 * gdb.reverse/aarch64.c: New.
9030 * gdb.reverse/aarch64.exp: New.
9031
9032 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9033
9034 * lib/gdb.exp (supports_process_record): Return true for
9035 aarch64*-linux*.
9036 (supports_reverse): Likewise.
9037
9038 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9039
9040 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9041 Use with_test_prefix.
9042
9043 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9044
9045 * gdb.base/completion.exp: Add test for completion of layout
9046 names.
9047
9048 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9049
9050 * lib/gdb.exp (skip_tui_tests): New proc.
9051 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9052
9053 2015-05-19 Pedro Alves <palves@redhat.com>
9054
9055 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9056 Save the whole env array instead of just HOME. Unset HISTSIZE in
9057 the environment while testing. Restore whole environment
9058 afterwards.
9059
9060 2015-05-16 Doug Evans <xdje42@gmail.com>
9061
9062 * gdb.guile/scm-ports.c: New file.
9063 * gdb.guile/scm-ports.exp: Add memory port tests.
9064
9065 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9066
9067 * gdb.compile/compile-print.c: New file.
9068 * gdb.compile/compile-print.exp: New file.
9069
9070 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9071
9072 * gdb.compile/compile-ops.exp: Cast param to void.
9073 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9074 (compile code struct_object.selffield = &struct_object): Add xfail.
9075
9076 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9077
9078 * gdb.ada/arr_enum_with_gap: New testcase.
9079
9080 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9081
9082 * gdb.ada/byte_packed_arr: New testcase.
9083
9084 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9085
9086 * gdb.ada/pckd_neg: New testcase.
9087
9088 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9089
9090 PR gdb/17820
9091 * gdb.base/gdbinit-history.exp: New test.
9092 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9093 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9094
9095 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9096
9097 * gdb.python/py-xmethods.cc: Enhance test case.
9098 * gdb.python/py-xmethods.exp: New tests.
9099 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9100 function.
9101 (B_indexoper): Likewise.
9102 (global_dm_list) : Add new xmethod worker functions.
9103
9104 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9105
9106 * gdb.base/coredump-filter.exp: Correctly unset
9107 "coredump_var_addr" array.
9108
9109 2015-05-08 Pedro Alves <palves@redhat.com>
9110
9111 * gdb.server/non-existing-program.exp: Unset spawn_id.
9112
9113 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9114
9115 PR python/18291
9116 * gdb.python/py-xmethods.exp: Add tests.
9117
9118 2015-05-08 Yao Qi <yao.qi@linaro.org>
9119
9120 PR gdb/18208
9121 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9122 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9123 function set_coredump_filter, and remove remote_exec call.
9124 Remove argument ipid. Callers update.
9125 (top level): Don't get inferior's PID.
9126
9127 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9128
9129 * gdb.base/watch_thread_num.exp: Skip test on targets without
9130 access watchpoints.
9131
9132 2015-05-06 Pedro Alves <palves@redhat.com>
9133
9134 PR server/18081
9135 * gdb.server/non-existing-program.exp: New file.
9136
9137 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9138
9139 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9140
9141 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9142
9143 * gdb.ada/out_of_line_in_inlined: New testcase.
9144
9145 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9146
9147 * gdb.ada/var_rec_arr: New testcase.
9148
9149 2015-04-30 Yao Qi <yao.qi@linaro.org>
9150
9151 * gdb.base/break-idempotent.exp: If
9152 skip_hw_watchpoint_multi_tests returns true, skip the tests
9153 on "rwatch" and "awatch".
9154
9155 2015-04-30 Yao Qi <yao.qi@linaro.org>
9156
9157 * gdb.base/relativedebug.exp: Invoke gdb command
9158 "info sharedlibrary", and if libc.so doesn't have debug info,
9159 skip the test.
9160
9161 2015-04-29 Doug Evans <dje@google.com>
9162
9163 * gdb.python/py-xmethods.exp: Add ptype tests.
9164 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9165 get_result_type method.
9166
9167 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9168
9169 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9170 the target does not support hardware watchpoints.
9171
9172 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9173
9174 * gdb.base/break-always.exp: Abort testing if writing to memory
9175 causes an error.
9176
9177 2015-04-28 Doug Evans <dje@google.com>
9178
9179 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9180 * gdb.python/py-pp-registration.exp: ... here. New file.
9181 * gdb.python/py-pp-registration.c: New file.
9182 * gdb.python/py-pp-registration.py: New file.
9183
9184 2015-04-28 Doug Evans <dje@google.com>
9185
9186 * gdb.python/py-bad-printers.c: New file.
9187 * gdb.python/py-bad-printers.py: New file.
9188 * gdb.python/py-bad-printers.exp: New file.
9189
9190 2015-04-28 Sasha Smundak <asmundak@google.com>
9191
9192 * gdb.python/py-type.exp: New test.
9193
9194 2015-04-28 Andy Wingo <wingo@igalia.com>
9195
9196 * gdb.python/py-parameter.exp:
9197 * gdb.guile/scm-parameter.exp: Escape the path that we are
9198 matching against, as it might contain characters that are special
9199 to regular expressions.
9200
9201 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9202
9203 * gdb.ada/rec_comp: New testcase.
9204
9205 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9206
9207 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9208 before using it.
9209
9210 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9211
9212 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9213 new tests for verilog output.
9214
9215 2015-04-24 Yao Qi <yao.qi@linaro.org>
9216
9217 * boards/remote-gdbserver-on-localhost.exp: New file.
9218
9219 2015-04-23 Pedro Alves <palves@redhat.com>
9220
9221 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9222 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9223 "end of file", remove $inferior_spawn_id from the indirect list.
9224
9225 2015-04-23 Pedro Alves <palves@redhat.com>
9226
9227 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9228
9229 2015-04-23 Pedro Alves <palves@redhat.com>
9230
9231 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9232 on $any_spawn_id instead of only on $gdb_spawn_id.
9233
9234 2015-04-21 Pierre Muller <muller@sourceware.org>
9235
9236 PR pascal/17815
9237 * lib/pascal.exp (gpc_compile): Add new option "class".
9238 (fpc_compile): Likewise.
9239 * gdb.pascal/case-insensitive-symbols.pas: New file.
9240 * gdb.pascal/case-insensitive-symbols.exp: New file.
9241
9242 2015-04-20 Gary Benson <gbenson@redhat.com>
9243
9244 * gdb.base/attach.exp: Fix three extended remote failures.
9245
9246 2015-04-17 Gary Benson <gbenson@redhat.com>
9247
9248 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9249 the main executable over the remote protocol.
9250
9251 2015-04-16 Pedro Alves <palves@redhat.com>
9252
9253 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9254 a new gdbserver if gdbserver_reconnect_p is set.
9255
9256 2015-04-16 Pedro Alves <palves@redhat.com>
9257
9258 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9259 is set, don't exit gdbserver.
9260
9261 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9262
9263 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9264 appropriate .insn, such that an older assembler can be used.
9265 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9266 the z/Architecture instruction set on 31-bit targets as well.
9267
9268 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9269
9270 * gdb.go/handcall.exp: Remove all logic related to the first
9271 breakpoint and rely on go_runto_main instead.
9272 * gdb.go/strings.exp: Likewise.
9273 * gdb.go/unsafe.exp: Likewise.
9274 * gdb.go/hello.exp: Likewise. Also rename the remaining
9275 breakpoint marker to "breakpoint 1".
9276 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9277 * gdb.go/strings.go: Likewise.
9278 * gdb.go/unsafe.go: Likewise.
9279 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9280 "set breakpoint 2 here" and rename the remaining breakpoint marker
9281 to "breakpoint 1".
9282
9283 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9284
9285 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9286 if itertools.imap is not present.
9287 * gdb.python/py-objfile.exp: Add parentheses.
9288 * gdb.python/py-type.exp: Same.
9289 * gdb.python/py-unwind-maint.py: Same.
9290
9291 2015-04-15 Yao Qi <yao.qi@linaro.org>
9292
9293 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9294 of ":$ptr_size" and set its form explicitly.
9295
9296 2015-04-15 Pedro Alves <palves@redhat.com>
9297 Yao Qi <yao.qi@linaro.org>
9298
9299 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9300 timeout by factor of 4.
9301 (test_regular_watch): Likewise.
9302 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9303 * gdb.reverse/sigall-reverse.exp: Likewise.
9304 * gdb.reverse/until-precsave.exp: Likewise.
9305 * lib/gdb.exp (with_timeout_factor): New proc.
9306 (gdb_expect): Move some code to ...
9307 (get_largest_timeout): ... here. New procedure.
9308
9309 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9310
9311 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9312
9313 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9314
9315 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9316 to write to the .text section.
9317
9318 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9319
9320 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9321 Handle the case of targets that do not provide PID information.
9322
9323 2015-04-13 Yao Qi <yao.qi@linaro.org>
9324
9325 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9326 and use expect instead of gdb_expect.
9327
9328 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9329
9330 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9331 "coredump_var_addr" to avoid naming conflict with other testcases.
9332
9333 2015-04-10 Pedro Alves <palves@redhat.com>
9334
9335 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9336 gdb_test_sequence and gdb_assert.
9337
9338 2015-04-10 Pedro Alves <palves@redhat.com>
9339
9340 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9341 test messages that don't include the breakpoint address.
9342
9343 2015-04-10 Yao Qi <yao.qi@linaro.org>
9344
9345 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9346 false for some offset and width combinations which aren't
9347 supported by linux kernel.
9348
9349 2015-04-10 Pedro Alves <palves@redhat.com>
9350
9351 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9352 procedure, factored out from ...
9353 (top level): ... here. Add "set displaced-stepping" testing axis.
9354 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9355 parameter "displaced". Use it.
9356 (top level): Use foreach and add "set displaced-stepping" testing
9357 axis.
9358
9359 2015-04-10 Pedro Alves <palves@redhat.com>
9360
9361 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9362 Remove comment.
9363 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9364 both the address of the instruction that triggers the watchpoint
9365 and the address of the instruction immediately after, and use
9366 those addresses for the test. Fix comment.
9367
9368 2015-04-10 Pedro Alves <palves@redhat.com>
9369
9370 * gdb.base/sigstep.exp (breakpoint_to_handler)
9371 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9372 Test "backtrace" in handler.
9373 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9374 (top level): Add new "displaced" test axis to
9375 breakpoint_to_handler, breakpoint_to_handler_entry and
9376 breakpoint_over_handler.
9377
9378 2015-04-10 Pedro Alves <palves@redhat.com>
9379
9380 PR gdb/18216
9381 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9382
9383 2015-04-10 Yao Qi <yao.qi@linaro.org>
9384
9385 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9386 (test_add_rn_pc): New function.
9387 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9388 (top level): Invoke test_add_rn_pc.
9389
9390 2015-04-10 Pedro Alves <palves@redhat.com>
9391
9392 PR gdb/13858
9393 * gdb.base/step-over-no-symbols.exp: New file.
9394
9395 2015-04-09 Andy Wingo <wingo@igalia.com>
9396
9397 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9398 after the Python tests.
9399
9400 2015-04-08 Keith Seitz <keiths@redhat.com>
9401
9402 PR python/16699
9403 * gdb.python/py-completion.exp: New tests for completion.
9404 * gdb.python/py-completion.py (CompleteLimit1): New class.
9405 (CompleteLimit2): Likewise.
9406 (CompleteLimit3): Likewise.
9407 (CompleteLimit4): Likewise.
9408 (CompleteLimit5): Likewise.
9409 (CompleteLimit6): Likewise.
9410 (CompleteLimit7): Likewise.
9411
9412 2015-04-08 Pedro Alves <palves@redhat.com>
9413
9414 PR gdb/18214
9415 PR gdb/18216
9416 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9417 function.
9418 (main): Install it as SIGUSR1 handler.
9419 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9420 parameter. Always use "setup" as prefix. Toggle "set
9421 displaced-stepping" off/on depending on global. Don't switch to
9422 thread 1 here.
9423 (top level): Add displaced stepping "off/on" test axis. Update
9424 "setup" calls. Wrap each subtest with with_test_prefix. Test
9425 continuing with a queued signal in each thread.
9426
9427 2015-04-08 Pedro Alves <palves@redhat.com>
9428
9429 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9430 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9431 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9432 Return early if running to main fails.
9433 * gdb.trace/while-stepping.exp: Likewise.
9434
9435 2015-04-07 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9438 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9439 interact with inferior program.
9440
9441 2015-04-07 Pedro Alves <palves@redhat.com>
9442
9443 * lib/gdb.exp (inferior_spawn_id): New global.
9444 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9445 spawn id after processing the user code.
9446 (default_gdb_start): Set inferior_spawn_id.
9447 (send_inferior): New procedure.
9448 * lib/gdbserver-support.exp (gdbserver_start): Set
9449 inferior_spawn_id.
9450 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9451
9452 2015-04-07 Pedro Alves <palves@redhat.com>
9453
9454 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9455 * lib/gdbserver-support.exp (gdbserver_start): Make
9456 $server_spawn_id global.
9457 (gdbserver_start): Don't wait for gdbserver's spawn id with
9458 expect_background.
9459 (close_gdbserver): New procedure.
9460 (gdb_exit): Rename the default version and reimplement.
9461
9462 2015-04-07 Pedro Alves <palves@redhat.com>
9463
9464 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9465 append the substituted item, not the original item.
9466
9467 2015-04-07 Pedro Alves <palves@redhat.com>
9468
9469 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9470 gdb_expect.
9471
9472 2015-04-07 Pedro Alves <palves@redhat.com>
9473
9474 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9475 output appearing once only.
9476
9477 2015-04-07 Pedro Alves <palves@redhat.com>
9478
9479 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9480 that doesn't expect anything. Return early if running to main
9481 fails.
9482
9483 2015-04-07 Yao Qi <yao.qi@linaro.org>
9484
9485 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9486 (child_function): Call alarm.
9487 (main): Move call to alarm into the loop.
9488 * gdb.threads/non-stop-fair-events.exp: Build program with
9489 -DTIMEOUT=$timeout.
9490
9491 2015-04-06 Doug Evans <xdje42@gmail.com>
9492
9493 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9494 Fix dest parameter to board_info.
9495 (fpc_compile): Ditto.
9496 (gdb_compile_pascal): Rename dest arg to destfile.
9497
9498 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9499
9500 * gdb.ada/funcall_ref.exp: New file.
9501 * gdb.ada/funcall_ref/foo.adb: New file.
9502
9503 2015-04-02 Yao Qi <yao.qi@linaro.org>
9504
9505 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9506 is remote.
9507
9508 2015-04-02 Gary Benson <gbenson@redhat.com>
9509
9510 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9511
9512 2015-04-01 Sasha Smundak <asmundak@google.com>
9513
9514 * gdb.python/py-unwind-maint.c: New file.
9515 * gdb.python/py-unwind-maint.exp: New test.
9516 * gdb.python/py-unwind-maint.py: New file.
9517 * gdb.python/py-unwind.c: New file.
9518 * gdb.python/py-unwind.exp: New test.
9519 * gdb.python/py-unwind.py: New test.
9520
9521 2015-04-01 Pedro Alves <palves@redhat.com>
9522
9523 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9524 to fail instead of non-existent $test.
9525
9526 2015-04-01 Pedro Alves <palves@redhat.com>
9527
9528 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9529 GDBFLAGS if not empty.
9530
9531 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9532
9533 * gdb.ada/complete.exp: Remove "multi_line".
9534 * gdb.ada/info_exc.exp: Remove "multi_line".
9535 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9536 * gdb.ada/ptype_field.exp: Remove "multi_line".
9537 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9538 * gdb.ada/tagged.exp: Remove "multi_line".
9539 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9540 [multi_line ...]
9541 * gdb.btrace/delta.exp: Likewise.
9542 * gdb.btrace/exception.exp: Likewise.
9543 * gdb.btrace/function_call_history.exp: Likewise.
9544 * gdb.btrace/instruction_history.exp: Likewise.
9545 * gdb.btrace/nohist.exp: Likewise.
9546 * gdb.btrace/record_goto.exp: Likewise.
9547 * gdb.btrace/segv.exp: Likewise.
9548 * gdb.btrace/stepi.exp: Likewise.
9549 * gdb.btrace/tailcall.exp: Likewise.
9550 * gdb.btrace/unknown_functions.exp: Likewise.
9551 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9552 * lib/gdb.exp: Add the "multi_line" helper.
9553
9554 2015-04-01 Pedro Alves <palves@redhat.com>
9555
9556 * gdb.threads/tid-reuse.c: New file.
9557 * gdb.threads/tid-reuse.exp: New file.
9558
9559 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9560
9561 PR corefiles/16092
9562 * gdb.base/coredump-filter.c: New file.
9563 * gdb.base/coredump-filter.exp: Likewise.
9564
9565 2015-03-27 Petr Machata <pmachata@redhat.com>
9566
9567 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9568 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9569 (Dwarf::assemble): Initialize them.
9570 (Dwarf::lines): New function.
9571
9572 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9573
9574 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9575 SYMBOL_PREFIX for x86_64-*-cygwin.
9576
9577 2015-03-26 Andy Wingo <wingo@igalia.com>
9578
9579 PR symtab/18148
9580 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9581 const_value but not a location.
9582 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9583 location defined in non-main CUs are visible.
9584
9585 2015-03-26 Yao Qi <yao.qi@linaro.org>
9586
9587 PR testsuite/18139
9588 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9589 Add a line number entry for the same line.
9590 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9591 Add a line number entry for the same line.
9592
9593 2015-03-26 Yao Qi <yao.qi@linaro.org>
9594
9595 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9596 .int 0.
9597 (func): Likewise. Add .Lfunc_1 label.
9598 Use .Lfunc_1 label.
9599 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9600 .int 0.
9601 (func): Likewise.
9602 Use .Lfunc_1 label.
9603
9604 2015-03-26 Yao Qi <yao.qi@linaro.org>
9605
9606 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9607 Call gdb_compile instead to compile each .s files without debug
9608 information.
9609
9610 2015-03-26 Yao Qi <yao.qi@linaro.org>
9611
9612 * gdb.base/savedregs.exp (process_saved_regs): Make
9613 "Saved registers:" optional in the pattern.
9614
9615 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9616
9617 * gdb.btrace/next.exp: Merged into step.exp.
9618 * gdb.btrace/finish.exp: Merged into step.exp.
9619 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9620 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9621 "record goto" and checking the exact replay position.
9622 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9623 check for "Recording format" in "info record" output.
9624 * gdb.btrace/record_goto.exp: Choose test file based on target.
9625 * gdb.btrace/x86-record_goto.S: Renamed into ...
9626 * gdb.btrace/x86_64-record_goto.S: ... this.
9627 * gdb.btrace/i686-record_goto.S: New.
9628 * gdb.btrace/x86-tailcall.S: Renamed into ...
9629 * gdb.btrace/x86_64-tailcall.S: ... this.
9630 * gdb.btrace/i686-tailcall.S: New.
9631 * gdb.btrace/x86-tailcall.c: Renamed into ...
9632 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9633 separate statements. Update test.
9634 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9635 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9636 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9637 * gdb.btrace/tailcall.exp: Choose test file based on target.
9638 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9639
9640 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9641
9642 * gdb.btrace/exception.exp: Increase BTS buffer size.
9643
9644 2015-03-24 Pedro Alves <palves@redhat.com>
9645
9646 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9647
9648 2015-03-24 Pedro Alves <palves@redhat.com>
9649
9650 * gdb.threads/schedlock.exp (test_step): No longer expect that
9651 "set scheduler-locking step" with "next" over a function call runs
9652 threads unlocked.
9653
9654 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9655
9656 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9657
9658 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9659
9660 PR breakpoints/16466
9661 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9662 * gdb.mi/mi-pending.c (thread_func): New function.
9663 (int main): Add threading support required.
9664 * gdb.mi/mi-pending.exp: Add tests for this issue.
9665 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9666 (pendfunc2): Remove stdio dependency.
9667 * gdb.mi/mi-pendshr2.c: New file.
9668
9669 2015-03-23 Keith Seitz <keiths@redhat.com>
9670
9671 * gdb.linespec/keywords.c: New file.
9672 * gdb.linespec/keywords.exp: New file.
9673
9674 2015-03-23 Keith Seitz <keiths@redhat.com>
9675
9676 PR gdb/18021
9677 * gdb.dwarf2/staticvirtual.exp: New test.
9678
9679 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9680
9681 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9682 * README: Remove HP-UX and gdb.hp.
9683 (configuration):
9684 * configure: Regenerate.
9685 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9686 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9687 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9688 gdb.hp/gdb.defects/Makefile.
9689 * gdb.hp/Makefile.in: File deleted.
9690 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9691 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9692 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9693 * gdb.hp/gdb.aCC/run.c: File deleted.
9694 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9695 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9696 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9697 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9698 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9699 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9700 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9701 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9702 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9703 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9704 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9705 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9706 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9707 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9708 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9709 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9710 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9711 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9712 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9713 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9714 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9715 * gdb.hp/gdb.compat/average.c: File deleted.
9716 * gdb.hp/gdb.compat/sum.c: File deleted.
9717 * gdb.hp/gdb.compat/xdb.c: File deleted.
9718 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9719 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9720 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9721 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9722 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9723 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9724 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9725 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9726 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9727 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9728 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9729 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9730 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9731 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9732 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9733 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9734 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9735 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9736 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9737 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9738 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9739 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9740 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9741 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9742 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9743 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9744 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9745 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9746 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9747 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9748 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9749 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9750 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9751 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9752 * gdb.hp/tools/odump: File deleted.
9753
9754 2015-03-19 Pedro Alves <palves@redhat.com>
9755
9756 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9757 (saw_thread_3): New globals.
9758 (top level): Increment them when an event for the corresponding
9759 thread is seen.
9760 (no thread starvation): New test.
9761
9762 2015-03-19 Pedro Alves <palves@redhat.com>
9763
9764 * gdb.threads/continue-pending-status.c: New file.
9765 * gdb.threads/continue-pending-status.exp: New file.
9766
9767 2015-03-18 Pedro Alves <palves@redhat.com>
9768
9769 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9770 Use gdb_is_target_remote instead of is_remote. Use
9771 gdb_test_multiple instead of gdb_expect. Exit early if
9772 gdb_test_multiple hits its internal matches. Tighten stepi tests
9773 expected output. Fail on exit with any signal, instead of just
9774 SIGILL.
9775
9776 2015-03-18 Yao Qi <yao.qi@linaro.org>
9777
9778 PR tdep/18107
9779 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9780 variable.
9781 * gdb.base/catch-syscall.exp: Don't skip it on
9782 aarch64*-*-linux* target. Remove elements in all_syscalls.
9783 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9784 target.
9785 (setup_all_syscalls): New proc.
9786
9787 2015-03-16 Yao Qi <yao.qi@linaro.org>
9788
9789 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9790 (top level): Skip tests if valid_addr_p returns false for
9791 $cmd1 or $cmd2.
9792
9793 2015-03-11 Andy Wingo <wingo@igalia.com>
9794
9795 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9796
9797 2015-03-11 Yao Qi <yao.qi@linaro.org>
9798
9799 * gdb.base/catch-syscall.exp: Fix typo in comments.
9800
9801 2015-03-11 Yao Qi <yao.qi@linaro.org>
9802
9803 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9804
9805 2015-03-09 Pedro Alves <palves@redhat.com>
9806
9807 * dg-extract-results.py: Delete.
9808
9809 2015-03-09 Pedro Alves <palves@redhat.com>
9810
9811 Merge dg-extract-results.sh from GCC upstream (r218843).
9812
9813 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9814 * dg-extract-results.sh: Use --text with grep to avoid issues with
9815 binary files. Fall back to cat -v, if that doesn't work.
9816
9817 2015-03-05 Pedro Alves <palves@redhat.com>
9818
9819 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9820
9821 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9822
9823 * lib/mi-support.exp (mi_expect_interrupt): Accept
9824 alternative event for when in all-stop mode.
9825
9826 2015-03-04 Pedro Alves <palves@redhat.com>
9827
9828 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9829
9830 2015-03-04 Mark Kettenis <kettenis@gnu.org>
9831
9832 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9833
9834 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9835
9836 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9837 regexps for GDB's current line display, accept a hex address
9838 preceding the line number.
9839
9840 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9841
9842 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9843 the 'arch1' variable for "s390*-linux*" targets.
9844
9845 2015-03-04 Pedro Alves <palves@redhat.com>
9846
9847 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9848 (main): Pass missing retval argument to pthread_join call.
9849
9850 2015-03-02 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9853 (top level): Call do_test with non-stop as well.
9854
9855 2015-03-02 Pedro Alves <palves@redhat.com>
9856
9857 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9858 -1.
9859
9860 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9861
9862 * gdb.arch/s390-vregs.exp: New test.
9863 * gdb.arch/s390-vregs.S: New file.
9864
9865 2015-02-27 Pedro Alves <palves@redhat.com>
9866
9867 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9868 call to catch_command_errors.
9869 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9870 catch_command_errors.
9871
9872 2015-02-27 Pedro Alves <palves@redhat.com>
9873
9874 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9875 "true" for boolean result.
9876 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9877 prototype of main.
9878
9879 2015-02-27 Pedro Alves <palves@redhat.com>
9880
9881 * lib/unbuffer_output.c: New file.
9882 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9883 (main): Call gdb_unbuffer_output.
9884
9885 2015-02-27 Yao Qi <yao.qi@linaro.org>
9886
9887 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9888 target.
9889
9890 2015-02-26 Doug Evans <dje@google.com>
9891
9892 * gdb.cp/class2.cc (Dbase, D): New classes.
9893 (main): New local delta.
9894 * gdb.cp/class2.exp: Test printing delta.
9895 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9896 (dynbar): New global.
9897 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9898
9899 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9900
9901 * gdb.compile/compile-ifunc.c: New file.
9902 * gdb.compile/compile-ifunc.exp: New file.
9903
9904 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9905
9906 * gdb.base/structs.exp: Check for correct struct on finish.
9907
9908 2015-02-26 Yao Qi <yao.qi@linaro.org>
9909
9910 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9911 is zero.
9912
9913 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9914
9915 * gdb.arch/cordic.ko.bz2: New file.
9916 * gdb.arch/cordic.ko.debug.bz2: New file.
9917 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9918
9919 2015-02-25 Yao Qi <yao.qi@linaro.org>
9920
9921 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9922 aarch64*-*-* target.
9923
9924 2015-02-23 Pedro Alves <palves@redhat.com>
9925
9926 * lib/gdb.exp (delete_breakpoints): Rewrite using
9927 gdb_test_multiple.
9928
9929 2015-02-23 Pedro Alves <palves@redhat.com>
9930
9931 * gdb.base/info-os.c: Include stdlib.h.
9932
9933 2015-02-22 Doug Evans <xdje42@gmail.com>
9934
9935 PR symtab/17855
9936 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9937 is read after symbols have been re-read.
9938 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9939 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9940
9941 2015-02-21 Doug Evans <dje@google.com>
9942
9943 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9944
9945 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9946
9947 PR corefiles/17808
9948 * gdb.arch/i386-biarch-core.core.bz2: New file.
9949 * gdb.arch/i386-biarch-core.exp: New file.
9950
9951 2015-02-21 Pedro Alves <palves@redhat.com>
9952
9953 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9954 runto_main fails.
9955
9956 2015-02-20 Pedro Alves <palves@redhat.com>
9957
9958 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9959 info probes.
9960
9961 2015-02-20 Pedro Alves <palves@redhat.com>
9962
9963 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9964
9965 2015-02-20 Pedro Alves <palves@redhat.com>
9966
9967 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9968 clean_restart before gdb_target_supports_trace.
9969
9970 2015-02-20 Pedro Alves <palves@redhat.com>
9971
9972 PR threads/18006
9973 * gdb.threads/clone-thread_db.c: New file.
9974 * gdb.threads/clone-thread_db.exp: New file.
9975
9976 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9977
9978 PR breakpoints/16812
9979 * gdb.base/catch-gdb-caused-signals.c: New file.
9980 * gdb.base/catch-gdb-caused-signals.exp: New file.
9981
9982 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9983
9984 * configure: Regenerated.
9985 * configure.ac: Use GDB_AC_TRANSFORM.
9986 * aclocal.m4: sinclude ../transform.m4.
9987
9988 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9989
9990 * lib/dtrace.exp: New file.
9991 * gdb.base/dtrace-probe.exp: Likewise.
9992 * gdb.base/dtrace-probe.d: Likewise.
9993 * gdb.base/dtrace-probe.c: Likewise.
9994 * lib/pdtrace.in: Likewise.
9995 * configure.ac: Output variables with the transformed names of
9996 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
9997 * configure: Regenerated.
9998
9999 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10000
10001 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10002 expected message when trying to access $_probe_* convenience
10003 variables while not on a probe.
10004
10005 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10006
10007 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10008
10009 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10010
10011 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10012 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10013
10014 2015-02-10 Doug Evans <xdje42@gmail.com>
10015
10016 * lib/gdb.exp (gdb_load): Always return a result.
10017
10018 2015-02-10 Pedro Alves <palves@redhat.com>
10019
10020 * gdb.threads/signal-sigtrap.c: New file.
10021 * gdb.threads/signal-sigtrap.exp: New file.
10022
10023 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10024
10025 * gdb.trace/no-attach-trace.c: New file.
10026 * gdb.trace/no-attach-trace.exp: New file.
10027
10028 2015-02-09 Mark Wielaard <mjw@redhat.com>
10029
10030 * gdb.dwarf2/atomic.c: New file.
10031 * gdb.dwarf2/atomic-type.exp: Likewise.
10032
10033 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10034
10035 * gdb.btrace/buffer-size.exp: Update "info record" output.
10036 * gdb.btrace/delta.exp: Update "info record" output.
10037 * gdb.btrace/enable.exp: Update "info record" output.
10038 * gdb.btrace/finish.exp: Update "info record" output.
10039 * gdb.btrace/instruction_history.exp: Update "info record" output.
10040 * gdb.btrace/next.exp: Update "info record" output.
10041 * gdb.btrace/nexti.exp: Update "info record" output.
10042 * gdb.btrace/step.exp: Update "info record" output.
10043 * gdb.btrace/stepi.exp: Update "info record" output.
10044 * gdb.btrace/nohist.exp: Update "info record" output.
10045
10046 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10047
10048 * gdb.btrace/buffer-size: New.
10049
10050 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10051
10052 * gdb.btrace/delta.exp: Update "info record" output.
10053 * gdb.btrace/enable.exp: Update "info record" output.
10054 * gdb.btrace/finish.exp: Update "info record" output.
10055 * gdb.btrace/instruction_history.exp: Update "info record" output.
10056 * gdb.btrace/next.exp: Update "info record" output.
10057 * gdb.btrace/nexti.exp: Update "info record" output.
10058 * gdb.btrace/step.exp: Update "info record" output.
10059 * gdb.btrace/stepi.exp: Update "info record" output.
10060 * gdb.btrace/nohist.exp: Update "info record" output.
10061
10062 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10063
10064 PR gdb/15678
10065 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10066
10067 2015-02-06 Pedro Alves <palves@redhat.com>
10068
10069 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10070 macro.
10071 (seconds_left, again): New globals.
10072 (main): Wait seconds_left in a 1-second sleep loop instead of
10073 sleeping 180 seconds. If 'again' is set, reset the seconds
10074 counter.
10075 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10076 'again' in the inferior before detaching. Print the seconds left.
10077 (options): New global.
10078 (top level): Build program with -DTIMEOUT=$timeout.
10079
10080 2015-02-06 Pedro Alves <palves@redhat.com>
10081
10082 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10083 determine how many seconds to pass to 'alarm'.
10084 * gdb.base/gdb-sigterm.exp (top level): Build program with
10085 -DTIMEOUT=$timeout.
10086 (do_test): Return success/failure indication. Add more verbose
10087 logging. Don't fail if 200 single steps are seen. Instead, fail
10088 when the test times out.
10089 (passes): New global.
10090 (top level): Break the testing loop if testing fails on any
10091 iteration. Use gdb_assert.
10092
10093 2015-02-04 Don Breazeal <donb@codesourcery.com>
10094
10095 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10096 and initialize them.
10097 (ipc_cleanup): New function.
10098 (main): Don't declare shmid, semid, and msqid. Add a call to
10099 atexit so that we call ipc_cleanup on exit.
10100
10101 2015-02-04 Pedro Alves <palves@redhat.com>
10102
10103 * boards/native-extended-gdbserver.exp: Remove any target variant
10104 specifications from the board name before clearing the isremote
10105 flag from board_info.
10106
10107 2015-01-31 Doug Evans <xdje42@gmail.com>
10108
10109 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10110
10111 2015-01-31 Gary Benson <gbenson@redhat.com>
10112
10113 * gdb.base/completion.exp: Disable completion limiting for
10114 existing tests. Add new tests to check completion limiting.
10115 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10116
10117 2015-01-31 Doug Evans <xdje42@gmail.com>
10118
10119 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10120
10121 2015-01-31 Doug Evans <xdje42@gmail.com>
10122
10123 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10124 entries. Duplicate file section script entries.
10125 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10126 inlined entries. Add test for safe-path rejection.
10127 * gdb.python/py-section-script.c: Add duplicate inlined section script
10128 entries. Duplicate file section script entries.
10129 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10130 inlined entries. Add test for safe-path rejection.
10131
10132 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10133
10134 * gdb.ada/disc_arr_bound: New testcase.
10135
10136 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10137
10138 * gdb.ada/mi_var_array: New testcase.
10139
10140 2015-01-27 Doug Evans <dje@google.com>
10141
10142 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10143 Add test for objfile.filename, objfile.username after objfile
10144 has been unloaded.
10145
10146 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10147
10148 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10149 the second test to print the name attribute of value
10150 returned by the call to gdb.lookup_type, and adjust
10151 the expected output accordingly.
10152
10153 2015-01-25 Mark Wielaard <mjw@redhat.com>
10154
10155 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10156 * gdb.base/disp-step-fork.c: Include unistd.h.
10157 * gdb.base/siginfo-obj.c: Include stdio.h.
10158 * gdb.base/siginfo-thread.c: Likewise.
10159 * gdb.mi/non-stop.c: Include unistd.h.
10160 * gdb.mi/nsthrexec.c: Include stdio.h.
10161 * gdb.mi/pthreads.c: Include unistd.h.
10162 * gdb.modula2/unbounded1.c (main): Declare returns int.
10163 * gdb.reverse/consecutive-reverse.c: Likewise.
10164 * gdb.threads/create-fail.c: Include unistd.h.
10165 * gdb.threads/killed.c: Likewise.
10166 * gdb.threads/linux-dp.c: Likewise.
10167 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10168 * gdb.threads/non-ldr-exc-2.c: Likewise.
10169 * gdb.threads/non-ldr-exc-3.c: Likewise.
10170 * gdb.threads/non-ldr-exc-4.c: Likewise.
10171 * gdb.threads/pthreads.c: Include unistd.h.
10172 (main): Declare returns int.
10173 * gdb.threads/tls-main.c (foo): New declaration.
10174 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10175
10176 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10177
10178 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10179 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10180
10181 2015-01-15 Mark Wielaard <mjw@redhat.com>
10182
10183 * gdb.base/noreturn-return.c: New file.
10184 * gdb.base/noreturn-return.exp: New file.
10185 * gdb.base/noreturn-finish.c: New file.
10186 * gdb.base/noreturn-finish.exp: New file.
10187
10188 2015-01-23 Pedro Alves <palves@redhat.com>
10189
10190 * gdb.threads/continue-pending-after-query.c: New file.
10191 * gdb.threads/continue-pending-after-query.exp: New file.
10192
10193 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10194 Simon Marchi <simon.marchi@ericsson.com>
10195
10196 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10197 * gdb.base/valgrind-db-attach.exp: Same.
10198 * gdb.base/valgrind-infcall.exp: Same.
10199 * lib/mi-support.exp (default_mi_gdb_start): Same.
10200 * lib/prompt.exp (default_prompt_gdb_start): Same.
10201 * lib/gdb.exp (default_gdb_spawn): Same.
10202 (gdb_interact): New.
10203
10204
10205 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10206
10207 * gdb.compile/compile.exp (pointer to jit function): New test.
10208
10209 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10210
10211 * lib/gdb.exp (supports_process_record): Return true for
10212 powerpc*-*-linux*.
10213 (supports_reverse): Likewise.
10214
10215 2015-01-15 Don Breazeal <donb@codesourcery.com>
10216
10217 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10218 instead of checking whether the target board is remote and
10219 use spawn_wait_for_attach instead of exec/sleep.
10220 * gdb.base/attach-twice.exp: Likewise.
10221
10222 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10223
10224 * gdb.ada/var_arr_attrs: New testcase.
10225
10226 2015-01-14 Pedro Alves <palves@redhat.com>
10227 Joel Brobecker <brobecker@adacore.com>
10228
10229 PR gdb/17525
10230 * gdb.base/bp-cmds-execution-x-script.c: New file.
10231 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10232 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10233
10234 2015-01-14 Pedro Alves <palves@redhat.com>
10235
10236 PR cli/17828
10237 * gdb.base/batch-preserve-term-settings.c: New file.
10238 * gdb.base/batch-preserve-term-settings.exp: New file.
10239
10240 2015-01-13 Doug Evans <dje@google.com>
10241
10242 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10243 binary.
10244
10245 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10246
10247 * Makefile.in (clean mostlyclean): Do not delete *.py.
10248
10249 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10250
10251 * gdb.python/py-lookup-type.exp: New file.
10252
10253 2015-01-12 Pedro Alves <palves@redhat.com>
10254
10255 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10256 restore GDBFLAGS before returning.
10257
10258 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10259
10260 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10261 is_amd64_regs_target and is_x86_like_target.
10262
10263 2015-01-11 Doug Evans <xdje42@gmail.com>
10264
10265 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10266 is given without an explicit form.
10267 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10268 attributes.
10269 * gdb.dwarf/corrupt.exp: Ditto.
10270 * gdb.dwarf2/enum-type.exp: Ditto.
10271 * gdb.trace/entry-values.exp: Ditto.
10272 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10273
10274 2015-01-11 Doug Evans <xdje42@gmail.com>
10275
10276 PR gdb/15830
10277 * gdb.base/maint.exp: Remove references to "maint demangle".
10278 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10279 Add tests for explicitly specifying language to demangle.
10280 * gdb.dlang/demangle.exp: Ditto.
10281
10282 2015-01-09 Pedro Alves <palves@redhat.com>
10283
10284 * gdb.threads/non-stop-fair-events.c: New file.
10285 * gdb.threads/non-stop-fair-events.exp: New file.
10286
10287 2015-01-09 Pedro Alves <palves@redhat.com>
10288
10289 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10290 the global scope. Set a breakpoint after all threads are started
10291 rather than stepping over two source lines. Expect the prompt.
10292 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10293 global.
10294 (NUM): Now 15.
10295 (main): Use threads_started_barrier to wait for all threads to
10296 start. Main thread no longer calls thread_function. Exit after
10297 180 seconds.
10298 (loop): New function.
10299 (thread_function): Wait on threads_started_barrier barrier. Call
10300 'loop' at each iteration.
10301 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10302 threads have started, instead of hardcoding number of "next"
10303 steps. Use an access watchpoint instead of a write watchpoint.
10304
10305 2015-01-09 Pedro Alves <palves@redhat.com>
10306
10307 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10308 (thread_func): Wait on barrier.
10309 (main): Wait for all threads to start before stopping GDB.
10310 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10311 global.
10312 (thread1_func, thread2_func): Wait on barrier.
10313 (main): Wait for all threads to start before stopping GDB.
10314 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10315 New global.
10316 (thread1_func, thread2_func): Wait on barrier.
10317 (main): Wait for all threads to start before stopping GDB.
10318
10319 2015-01-09 Pedro Alves <palves@redhat.com>
10320
10321 * gdb.threads/attach-many-short-lived-threads.c: New file.
10322 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10323
10324 2014-01-09 Pedro Alves <palves@redhat.com>
10325
10326 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10327 instead of to thread 2.
10328 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10329 Add barrier around each pthread_create call instead of around all
10330 calls.
10331 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10332 Set a break on thread_function and have the child threads hit it
10333 one at at a time.
10334
10335 2015-01-09 Pedro Alves <palves@redhat.com>
10336
10337 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10338 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10339 false.
10340 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10341 checking whether the target board is remote.
10342 * gdb.multi/multi-attach.exp: Likewise.
10343 * gdb.python/py-sync-interp.exp: Likewise.
10344 * gdb.server/ext-attach.exp: Likewise.
10345 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10346 tests that need to attach, instead of checking whether the target
10347 board is remote at the top of the file.
10348
10349 2015-01-08 Yao Qi <yao@codesourcery.com>
10350
10351 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10352
10353 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10354
10355 Fix testcase compilation.
10356 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10357
10358 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10359
10360 * gdb.python/py-type.exp: Add a couple test about empty
10361 array creation, and negative-length array creation.
10362
10363 2015-01-02 Doug Evans <xdje42@gmail.com>
10364
10365 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10366
10367 2015-01-02 Doug Evans <dje@google.com>
10368
10369 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10370
10371 2014-12-29 Yao Qi <yao@codesourcery.com>
10372
10373 * gdb.trace/entry-values.exp: Update comments. Rename variable
10374 bar_call_foo to returned_from_foo.
10375
10376 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10377
10378 PR gdb/17394
10379 * gdb.linespec/break-asm-file.c: New file.
10380 * gdb.linespec/break-asm-file.exp: New file.
10381 * gdb.linespec/break-asm-file0.s: New file.
10382 * gdb.linespec/break-asm-file1.s: New file.
10383
10384 2014-12-18 Nigel Stephens <nigel@mips.com>
10385 Maciej W. Rozycki <macro@codesourcery.com>
10386
10387 * gdb.base/float.exp: Handle the new output from "info float" on
10388 MIPS targets.
10389
10390 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10391
10392 Fix MinGW compilation.
10393 * gdb.compile/compile-ops.exp: Update untested message if
10394 !skip_compile_feature_tests.
10395 * gdb.compile/compile-setjmp.exp: Likewise.
10396 * gdb.compile/compile-tls.exp: Likewise.
10397 * gdb.compile/compile.exp: Likewise.
10398 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10399 supported on this host".
10400
10401 2014-12-16 Doug Evans <xdje42@gmail.com>
10402
10403 * boards/stabs.exp: New file.
10404
10405 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10406
10407 * gdb.base/completion.exp: Adjust to format changes of "maint
10408 print user-registers".
10409
10410 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10411
10412 PR server/17457
10413 * gdb.arch/aarch64-fp.c: New file.
10414 * gdb.arch/aarch64-fp.exp: New file.
10415
10416 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10417
10418 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10419 r210637, r210913, r211666, r215400, r215817).
10420
10421 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10422 * dg-extract-results.py: New file.
10423 * dg-extract-results.sh: Use it if the environment seems
10424 suitable.
10425
10426 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10427
10428 * dg-extract-results.py (parse_run): Handle warnings that
10429 are printed before a test harness is run.
10430
10431 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10432
10433 * dg-extract-results.py (Named): Remove __cmp__ method.
10434 (output_variation): Use a key to sort variation.harnesses.
10435
10436 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10437
10438 * dg-extract-results.py: For Python 3, force sys.stdout to
10439 handle surrogate escape sequences.
10440 (safe_open): New function.
10441 (output_segment, main): Use it.
10442
10443 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10444
10445 * dg-extract-results.py (Prog.result_re): Include options
10446 in test name.
10447
10448 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10449
10450 * dg-extract-results.py (output_variation): Always sort if
10451 do_sum.
10452
10453 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10454
10455 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10456 as long as we get pagination notifications.
10457
10458 2014-12-15 Jason Merrill <jason@redhat.com>
10459
10460 * Makefile.in (check-gdb.%): Restore.
10461 * README: Mention it.
10462
10463 2014-12-13 Joel Brobecker <brobecker@adacore.com>
10464
10465 * gdb.ada/str_uninit: New testcase.
10466
10467 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10468
10469 PR symtab/17642
10470 * gdb.base/vla-stub-define.c: New file.
10471 * gdb.base/vla-stub.c: New file.
10472 * gdb.base/vla-stub.exp: New file.
10473
10474 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10475 Jan Kratochvil <jan.kratochvil@redhat.com>
10476 Tom Tromey <tromey@redhat.com>
10477
10478 * configure.ac: Add gdb.compile/.
10479 * configure: Regenerate.
10480 * gdb.compile/Makefile.in: New file.
10481 * gdb.compile/compile-ops.exp: New file.
10482 * gdb.compile/compile-ops.c: New file.
10483 * gdb.compile/compile-tls.c: New file.
10484 * gdb.compile/compile-tls.exp: New file.
10485 * gdb.compile/compile-constvar.S: New file.
10486 * gdb.compile/compile-constvar.c: New file.
10487 * gdb.compile/compile-mod.c: New file.
10488 * gdb.compile/compile-nodebug.c: New file.
10489 * gdb.compile/compile-setjmp-mod.c: New file.
10490 * gdb.compile/compile-setjmp.c: New file.
10491 * gdb.compile/compile-setjmp.exp: New file.
10492 * gdb.compile/compile-shlib.c: New file.
10493 * gdb.compile/compile.c: New file.
10494 * gdb.compile/compile.exp: New file.
10495 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10496
10497 2014-12-12 Tom Tromey <tromey@redhat.com>
10498
10499 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10500 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10501
10502 2014-12-12 Doug Evans <dje@google.com>
10503
10504 * lib/gdb-python.exp (get_python_valueof): New function.
10505 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10506
10507 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10508
10509 * gdb.base/completion.exp: Add test for completion of "info
10510 registers ".
10511
10512 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10513
10514 * gdb.base/func-ptrs.c: New file.
10515 * gdb.base/func-ptrs.exp: New file.
10516
10517 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10518
10519 PR breakpoints/17012
10520 * gdb.base/dprintf-detach.c: New file.
10521 * gdb.base/dprintf-detach.exp: New file.
10522
10523 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10524
10525 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10526 * lib/gdb.exp (target_is_gdbserver): New procedure.
10527
10528 2014-12-08 Doug Evans <dje@google.com>
10529
10530 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10531
10532 2014-12-05 Yao Qi <yao@codesourcery.com>
10533
10534 * gdb.guile/scm-error.exp: Remove the third argument to
10535 gdb_remote_download.
10536 * gdb.guile/scm-frame-args.exp: Likewise.
10537 * gdb.guile/scm-section-script.exp: Likewise.
10538
10539 2014-12-05 Yao Qi <yao@codesourcery.com>
10540
10541 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10542
10543 2014-12-04 Doug Evans <dje@google.com>
10544
10545 * gdb.python/py-objfile.exp: Add tests for
10546 objfile.add_separate_debug_file.
10547
10548 2014-12-04 Doug Evans <dje@google.com>
10549
10550 * lib/gdb.exp (get_build_id): New function.
10551 (build_id_debug_filename_get): Rewrite to use it.
10552 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10553
10554 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10555
10556 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10557 `method(long)', not just 0x0.
10558 * gdb.cp/nsalias.exp: Align code labels to 4.
10559 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10560 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10561 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10562 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10563 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10564 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10565
10566 2014-12-02 Doug Evans <dje@google.com>
10567
10568 PR symtab/17602
10569 * gdb.cp/anon-ns.cc: Move guts of this file to ...
10570 * gdb.cp/anon-ns2.cc: ... here. New file.
10571 * gdb.cp/anon-ns.exp: Update.
10572
10573 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
10574
10575 * gdb.python/py-events.py (inferior_call_handler): New.
10576 (register_changed_handler, memory_changed_handler): New.
10577 (test_events.invoke): Register new handlers.
10578 * gdb.python/py-events.exp: Add tests for inferior call,
10579 memory_changed and register_changed events.
10580
10581 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10582
10583 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10584 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10585 if the linker doesn't understand this.
10586
10587 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10588
10589 * gdb.python/python.exp: Change expected reply to help().
10590
10591 2014-12-01 Yao Qi <yao@codesourcery.com>
10592
10593 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10594 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10595 * configure: Re-generated.
10596
10597 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10598
10599 * gdb.cp/chained-calls.cc: New file.
10600 * gdb.cp/chained-calls.exp: New file.
10601 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10602
10603 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10604
10605 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10606 * gdb.dwarf2/symtab-producer.exp: Same.
10607 * gdb.gdb/python-interrupts.exp: Same.
10608 * gdb.gdb/python-selftest.exp: Same.
10609 * gdb.python/py-linetable.exp: Same.
10610 * gdb.python/py-type.exp: Same.
10611 * gdb.python/py-value-cc.exp: Same.
10612 * gdb.python/py-value.exp: Same.
10613
10614 2014-11-28 Yao Qi <yao@codesourcery.com>
10615
10616 * gdb.base/break-probes.exp: Match library name prefixed with
10617 sysroot.
10618
10619 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10620
10621 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10622 test expected output. Add parentheses for the call to print.
10623 Remove L suffix from integers.
10624
10625 2014-11-26 Doug Evans <dje@google.com>
10626
10627 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10628
10629 2014-11-22 Yao Qi <yao@codesourcery.com>
10630
10631 * gdb.trace/entry-values.c: Remove asms.
10632 (foo): Add foo_label.
10633 (bar): Add bar_label.
10634 * gdb.trace/entry-values.exp: Remove code computing foo's
10635 length and bar's length.
10636 (Dwarf::assemble): Invoke function_range for bar and use
10637 MACRO_AT_func for foo.
10638
10639 2014-11-22 Yao Qi <yao@codesourcery.com>
10640
10641 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10642 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10643 Use .Lgcc43_procstart instead of gcc43.
10644
10645 2014-11-21 Joel Brobecker <brobecker@adacore.com>
10646
10647 * gdb.ada/n_arr_bound: New testcase.
10648
10649 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10650
10651 PR breakpoints/10737
10652 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10653 test_catch_syscall_multi_arch.
10654 (test_catch_syscall_multi_arch): New function.
10655
10656 2014-11-20 Doug Evans <xdje42@gmail.com>
10657
10658 * gdb.base/maint.exp: Update expected output.
10659
10660 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10661
10662 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10663 4-byte instruction on S390.
10664
10665 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10666
10667 * gdb.ada/arr_arr: New testcase.
10668
10669 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10670
10671 * gdb.ada/pkd_arr_elem: New Testcase.
10672
10673 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
10674
10675 * gdb.reverse/break-precsave: Expect completion message for
10676 core file reads.
10677 * gdb.reverse/consecutive-precsave.exp: Likewise.
10678 * gdb.reverse/finish-precsave.exp: Likewise.
10679 * gdb.reverse/i386-precsave.exp: Likewise.
10680 * gdb.reverse/machinestate-precsave.exp: Likewise.
10681 * gdb.reverse/sigall-precsave.exp: Likewise.
10682 * gdb.reverse/solib-precsave.exp: Likewise.
10683 * gdb.reverse/step-precsave.exp: Likewise.
10684 * gdb.reverse/until-precsave.exp: Likewise.
10685 * gdb.reverse/watch-precsave.exp: Likewise.
10686
10687 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10688
10689 * gdb.base/bp-permanent.c: Include unistd.h.
10690 * gdb.python/py-framefilter-mi.c (main): Add return type.
10691 * gdb.python/py-framefilter.c (main): Likewise.
10692 * gdb.trace/actions-changed.c (main): Likewise.
10693
10694 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10695
10696 * gdb.mi/until.c: Add eye-catchers.
10697 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10698 line numbers.
10699
10700 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10701
10702 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10703 function header variants in break1.c.
10704 * gdb.base/ena-dis-br.exp: Likewise.
10705 * gdb.base/hbreak2.exp: Likewise.
10706 * gdb.reverse/until-precsave.exp: Drop references to removed
10707 non-prototype function header variants in ur1.c.
10708 * gdb.reverse/until-reverse.exp: Likewise.
10709
10710 2014-11-17 Petr Machata <pmachata@redhat.com>
10711
10712 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10713 ${_cu_offset_size} bytes abbrev offset.
10714
10715 2014-11-15 Doug Evans <xdje42@gmail.com>
10716
10717 PR symtab/17559
10718 * gdb.base/line-symtabs.exp: New file.
10719 * gdb.base/line-symtabs.c: New file.
10720 * gdb.base/line-symtabs.h: New file.
10721
10722 2014-11-14 Yao Qi <yao@codesourcery.com>
10723
10724 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10725 (func): Add label func_label.
10726 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10727 Replace low_pc and high_pc with MACRO_AT_range.
10728 Replace name, low_pc and high_pc with MACRO_AT_func.
10729
10730 2014-11-14 Yao Qi <yao@codesourcery.com>
10731
10732 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10733 Replace name, low_pc and high_pc with MACRO_AT_func.
10734
10735 2014-11-14 Yao Qi <yao@codesourcery.com>
10736
10737 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10738 produce debug information.
10739 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10740
10741 2014-11-14 Yao Qi <yao@codesourcery.com>
10742
10743 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10744 object and get function length.
10745 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10746 with MACRO_AT_func.
10747 (top-level): Replace gdb_compile and clean_restart with
10748 prepare_for_testing.
10749 * gdb.dwarf2/main.c (main): Add label main_label.
10750
10751 2014-11-14 Yao Qi <yao@codesourcery.com>
10752
10753 * lib/dwarf.exp (function_range): New procedure.
10754 (Dwarf::_handle_macro_at_func): New procedure.
10755 (Dwarf::_handle_macro_at_range): New procedure.
10756 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10757
10758 2014-11-14 Yao Qi <yao@codesourcery.com>
10759
10760 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10761 (_handle_attribute): New procedure.
10762
10763 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10764
10765 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10766 * gdb.base/call-sc.c (zed): Likewise.
10767 * gdb.base/checkpoint.c (main): Likewise.
10768 * gdb.base/dump.c (main): Likewise.
10769 * gdb.base/gcore.c (main): Likewise.
10770 * gdb.base/huge.c (main): Likewise.
10771 * gdb.base/multi-forks.c (main): Likewise.
10772 * gdb.base/pr10179-a.c (main): Likewise.
10773 * gdb.base/savedregs.c (main): Likewise.
10774 * gdb.base/sigaltstack.c (main): Likewise.
10775 * gdb.base/siginfo.c (main): Likewise.
10776 * gdb.base/structs.c (zed): Likewise.
10777 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10778 * gdb.mi/mi-syn-frame.c (main): Likewise.
10779 * gdb.mi/until.c (foo, main): Likewise.
10780 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10781 * gdb.base/solib-weak.c (foo): Declare.
10782 * gdb.base/attach-twice.c: Include stdio.h.
10783 * gdb.base/weaklib1.c: Likewise.
10784 * gdb.base/weaklib2.c: Likewise.
10785 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10786 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10787 unistd.h.
10788 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10789 * gdb.mi/mi-exit-code.c: Likewise.
10790 * gdb.base/break-interp-lib.c: Include string.h.
10791 * gdb.base/coremaker.c: Likewise.
10792 * gdb.base/testenv.c: Likewise.
10793 * gdb.python/py-finish-breakpoint.c: Likewise.
10794 * gdb.base/inferior-died.c: Include sys/wait.h.
10795 * gdb.base/fileio.c: Include time.h.
10796 * gdb.base/async-shell.c: Include unistd.h.
10797 * gdb.base/dprintf-non-stop.c: Likewise.
10798 * gdb.base/info-os.c: Likewise.
10799 * gdb.mi/mi-console.c: Likewise.
10800 * gdb.mi/watch-nonstop.c: Likewise.
10801 * gdb.python/py-events.c: Likewise.
10802 * gdb.base/async.c (baz): Move up before its invocation.
10803 * gdb.base/code_elim2.c (my_global_func): Likewise.
10804 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10805 * gdb.base/advance.c (func2): Likewise.
10806
10807 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10808
10809 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10810 variant.
10811 * gdb.base/annota3.c: Likewise.
10812 * gdb.base/async.c: Likewise.
10813 * gdb.base/average.c: Likewise.
10814 * gdb.base/call-ar-st.c: Likewise.
10815 * gdb.base/call-rt-st.c: Likewise.
10816 * gdb.base/call-sc.c: Likewise.
10817 * gdb.base/call-strs.c: Likewise.
10818 * gdb.base/ending-run.c: Likewise.
10819 * gdb.base/execd-prog.c: Likewise.
10820 * gdb.base/exprs.c: Likewise.
10821 * gdb.base/foll-exec.c: Likewise.
10822 * gdb.base/foll-fork.c: Likewise.
10823 * gdb.base/foll-vfork.c: Likewise.
10824 * gdb.base/funcargs.c: Likewise.
10825 * gdb.base/gcore.c: Likewise.
10826 * gdb.base/jump.c: Likewise.
10827 * gdb.base/langs0.c: Likewise.
10828 * gdb.base/langs1.c: Likewise.
10829 * gdb.base/langs2.c: Likewise.
10830 * gdb.base/mips_pro.c: Likewise.
10831 * gdb.base/nodebug.c: Likewise.
10832 * gdb.base/opaque0.c: Likewise.
10833 * gdb.base/opaque1.c: Likewise.
10834 * gdb.base/recurse.c: Likewise.
10835 * gdb.base/run.c: Likewise.
10836 * gdb.base/scope0.c: Likewise.
10837 * gdb.base/scope1.c: Likewise.
10838 * gdb.base/setshow.c: Likewise.
10839 * gdb.base/setvar.c: Likewise.
10840 * gdb.base/shmain.c: Likewise.
10841 * gdb.base/shr1.c: Likewise.
10842 * gdb.base/shr2.c: Likewise.
10843 * gdb.base/sigall.c: Likewise.
10844 * gdb.base/signals.c: Likewise.
10845 * gdb.base/so-indr-cl.c: Likewise.
10846 * gdb.base/solib2.c: Likewise.
10847 * gdb.base/structs.c: Likewise.
10848 * gdb.base/sum.c: Likewise.
10849 * gdb.base/vforked-prog.c: Likewise.
10850 * gdb.base/watchpoint.c: Likewise.
10851 * gdb.reverse/shr2.c: Likewise.
10852 * gdb.reverse/until-reverse.c: Likewise.
10853 * gdb.reverse/ur1.c: Likewise.
10854 * gdb.reverse/watch-reverse.c: Likewise.
10855
10856 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10857
10858 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10859 variant.
10860 * gdb.base/sepdebug.exp: Drop references to removed code.
10861
10862 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10863
10864 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10865 variant. Preserve original line numbering.
10866 * gdb.base/list1.c: Likewise.
10867
10868 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10869
10870 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10871 variant.
10872 * gdb.base/break1.c: Likewise.
10873 * gdb.base/break.exp: Drop references to removed code.
10874
10875 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10876
10877 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10878 variant.
10879
10880 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10881
10882 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10883
10884 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10885
10886 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10887 logic into perform_all_tests() and invoke it with and without
10888 function header prototypes.
10889 (do_function_calls): Remove conditional XFAIL for PR 5318.
10890 (rerun_and_prepare): Remove duplicate code.
10891 (perform_all_tests): New. Main logic moved here.
10892
10893 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10894
10895 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10896 code guarded by #ifdef NO_PROTOTYPES.
10897 (t_double_many_args): Likewise.
10898 (DEF_FUNC_MANY_ARGS_1): Likewise.
10899 (DEF_FUNC_VALUES_1): Likewise.
10900 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10901 guarded by #ifdef PROTOTYPES.
10902
10903 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10904
10905 * gdb.mi/mi-console.c: Add eye-catcher.
10906 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10907 instead of literal line number.
10908
10909 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10910
10911 * gdb.base/shr2.c: Add eye-catcher.
10912 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10913 line number.
10914
10915 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10916
10917 * gdb.base/jump.c: Add eye-catchers.
10918 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10919 numbers.
10920
10921 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10922
10923 * gdb.base/execd-prog.c: Add eye-catchers.
10924 * gdb.base/foll-exec.c: Likewise.
10925 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10926 line numbers.
10927
10928 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10929
10930 * gdb.base/ending-run.c: Add eye-catchers.
10931 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10932 literal line numbers.
10933
10934 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10935
10936 * gdb.base/call-rt-st.c: Add eye-catchers.
10937 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10938 literal line numbers.
10939
10940 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10941
10942 * gdb.base/call-ar-st.c: Add eye-catchers.
10943 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10944 literal line numbers.
10945
10946 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10947
10948 * gdb.base/average.c: Add eye-catchers.
10949 * gdb.base/sum.c: Likewise.
10950 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10951 regexps dynamically.
10952
10953 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10954
10955 * gdb.base/solib1.c: Add eye-catchers.
10956 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10957 literal line numbers.
10958
10959 2014-11-12 Pedro Alves <palves@redhat.com>
10960
10961 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10962 leader has exited.
10963
10964 2014-11-12 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.arch/i386-bp_permanent.c: New file.
10967 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10968 (srcfile): Set to i386-bp_permanent.c.
10969 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10970 that stepi does not execute the 'leave' instruction, instead of
10971 testing it does execute.
10972 * gdb.base/bp-permanent.c: New file.
10973 * gdb.base/bp-permanent.exp: New file.
10974
10975 2014-11-10 Doug Evans <xdje42@gmail.com>
10976
10977 PR symtab/17564
10978 * gdb.base/symtab-search-order.exp: New file.
10979 * gdb.base/symtab-search-order.c: New file.
10980 * gdb.base/symtab-search-order-1.c: New file.
10981 * gdb.base/symtab-search-order-shlib-1.c: New file.
10982
10983 2014-11-07 Pedro Alves <palves@redhat.com>
10984
10985 PR gdb/17511
10986 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10987 i?86-*-linux*.
10988
10989 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10990
10991 PR c++/17494
10992 * gdb.cp/pr17494.cc: New file.
10993 * gdb.cp/pr17494.exp: New file.
10994
10995 2014-11-02 Yao Qi <yao@codesourcery.com>
10996
10997 * gdb.python/python.exp: Get working directory and match the
10998 output of "set extended-prompt \\w " with it.
10999
11000 2014-10-30 Doug Evans <dje@google.com>
11001
11002 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11003 in objfiles.
11004 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11005 in progspaces.
11006
11007 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11008
11009 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11010 * gdb.base/realname-expand.exp: Likewise.
11011 * gdb.linespec/macro-relative.exp: Likewise.
11012
11013 2014-10-29 Pedro Alves <palves@redhat.com>
11014
11015 PR gdb/17408
11016 * gdb.threads/schedlock.c (some_function): New function.
11017 (call_function): New global.
11018 (MAYBE_CALL_SOME_FUNCTION): New macro.
11019 (thread_function): Call it.
11020 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11021 and use it instead of a global counter. Adjust all callers.
11022 (get_current_thread): Use "find current thread" for test message
11023 here rather than having all callers pass down the same string.
11024 (goto_loop): New procedure, factored out from ...
11025 (my_continue): ... this.
11026 (step_ten_loops): Change parameter from test message to command to
11027 use. Adjust.
11028 (list_count): Delete global.
11029 (check_result): New procedure, factored out from duplicate top
11030 level code.
11031 (continue tests): Wrap in with_test_prefix.
11032 (test_step): New procedure, factored out from duplicate top level
11033 code.
11034 (top level): Test "step" in combination with all scheduler-locking
11035 modes. Test "next" in combination with all scheduler-locking
11036 modes, and in combination with stepping over a function call or
11037 not.
11038 * gdb.threads/next-bp-other-thread.c: New file.
11039 * gdb.threads/next-bp-other-thread.exp: New file.
11040
11041 2014-10-29 Pedro Alves <palves@redhat.com>
11042
11043 PR python/17372
11044 * gdb.python/python.exp: Test a multi-line command that spawns
11045 interactive Python.
11046 * gdb.base/multi-line-starts-subshell.exp: New file.
11047
11048 2014-10-29 Yao Qi <yao@codesourcery.com>
11049
11050 * gdb.base/fileio.exp: Make directories on host.
11051
11052 2014-10-29 Yao Qi <yao@codesourcery.com>
11053
11054 * gdb.base/fileio.c (test_write): Close the file.
11055
11056 2014-10-28 Pedro Alves <palves@redhat.com>
11057
11058 PR gdb/12623
11059 * gdb.base/sigstep.c (no_handler): New global.
11060 (main): If 'no_handler is true, set the signal handlers to
11061 SIG_IGN.
11062 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11063 with_sw_watch and no_handler parameters. Handle them.
11064 (top level) <stepping over handler when stopped at a breakpoint
11065 test>: Add a test axis for testing with a software watchpoint, and
11066 another for testing with the signal handler set to SIG_IGN.
11067 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11068 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11069
11070 2014-10-28 Pedro Alves <palves@redhat.com>
11071
11072 PR gdb/17511
11073 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11074 * gdb.base/sigstep.exp (other_handler_location): New global.
11075 (advance): Support stepping into the signal handler, and running
11076 commands while in the handler.
11077 (in_handler_map): New global.
11078 (top level): In the advance test, add combinations for getting
11079 into the handler with stepping commands, and for running commands
11080 in the handler. Add comment descripting the advancei tests.
11081
11082 2014-10-28 Pedro Alves <palves@redhat.com>
11083
11084 * gdb.base/sigstep.exp: Use build_executable instead of
11085 prepare_for_testing.
11086 (top level): Move code that starts GDB, runs to main and creates a
11087 display to ...
11088 (restart): ... this new procedure.
11089 (top level): Move backtrace from signal handler test to ...
11090 (validate_backtrace): ... this new procedure.
11091 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11092 with_test_prefix. Always restart GDB.
11093 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11094 with_test_prefix. Always restart GDB. No need to delete
11095 breakpoints after the test.
11096 (test_skip_handler): Remove prefix parameter.
11097 (skip_over_handler, breakpoint_to_handler)
11098 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11099 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11100 restart GDB. No need to delete breakpoints after the test.
11101 (top level): Use foreach to call the test procedures with
11102 different commands.
11103
11104 2014-10-28 Pedro Alves <palves@redhat.com>
11105
11106 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11107 instead of GNATS numbers.
11108 * gdb.base/sigbpt.exp: Likewise.
11109 * gdb.base/siginfo.exp: Likewise.
11110 * gdb.base/sigstep.exp: Likewise.
11111
11112 2014-10-27 Pedro Alves <palves@redhat.com>
11113
11114 * gdb.base/sigstep.c (dummy): New global.
11115 (main): Issue a couple writes to the new global.
11116 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11117 procedures.
11118 (skip_over_handler): Use test_skip_handler.
11119 (top level): Call skip_over_handler for stepi and nexti too.
11120 (breakpoint_over_handler): Use test_skip_handler.
11121 (top level): Call breakpoint_over_handler for stepi and nexti too.
11122
11123 2014-10-27 Yao Qi <yao@codesourcery.com>
11124
11125 * gdb.trace/tfile.c (adjust_function_address)
11126 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11127 function descriptor.
11128
11129 2014-10-24 Don Breazeal <donb@codesourcery.com>
11130
11131 * gdb.base/foll-fork.exp (test_follow_fork,
11132 catch_fork_child_follow): Check for updated fork messages emitted
11133 from infrun.c.
11134 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11135 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11136 vfork_and_exec_child_follow_through_step): Check for updated vfork
11137 messages emitted from infrun.c.
11138
11139 2014-10-24 Pedro Alves <palves@redhat.com>
11140
11141 * gdb.base/corefile.exp: Remove references to ultrix.
11142 * gdb.base/interrupt.exp: Likewise.
11143 * gdb.base/whatis.exp: Likewise.
11144 * gdb.gdb/selftest.exp: Likewise.
11145 * gdb.threads/manythreads.exp: Likewise.
11146 * gdb.threads/print-threads.exp: Likewise.
11147 * gdb.threads/pthreads.exp:: Likewise.
11148 * gdb.threads/schedlock.exp: Likewise.
11149
11150 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11151
11152 * gdb.cp/non-trivial-retval.cc: Add a test case.
11153 * gdb.cp/non-trivial-retval.exp: Add a test.
11154
11155 2014-10-20 Yao Qi <yao@codesourcery.com>
11156
11157 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11158 * gdb.python/py-objfile-script-gdb.py: New file.
11159 * gdb.python/py-objfile-script.exp: Update reference to
11160 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11161 of remote_download. Remove the dest file.
11162
11163 2014-10-20 Yao Qi <yao@codesourcery.com>
11164
11165 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11166 * gdb.base/step-line.exp: Likewise.
11167 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11168 * gdb.dwarf2/dw2-basic.exp: Likewise.
11169 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11170 * gdb.dwarf2/dw2-filename.exp: Likewise.
11171 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11172 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11173 * gdb.dwarf2/dw2-producer.exp: Likewise.
11174 * gdb.dwarf2/mac-fileno.exp: Likewise.
11175 * gdb.python/py-frame-args.exp: Likewise.
11176 * gdb.python/py-framefilter.exp: Likewise.
11177 * gdb.python/py-mi.exp: Likewise.
11178 * gdb.python/py-objfile-script.exp: Likewise
11179 * gdb.python/py-pp-integral.exp: Likewise.
11180 * gdb.python/py-pp-re-notag.exp: Likewise.
11181 * gdb.python/py-prettyprint.exp: Likewise.
11182 * gdb.python/py-section-script.exp: Likewise.
11183 * gdb.python/py-typeprint.exp: Likewise.
11184 * gdb.python/py-xmethods.exp: Likewise.
11185 * gdb.stabs/weird.exp: Likewise.
11186 * gdb.xml/tdesc-regs.exp: Likewise.
11187
11188 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11189
11190 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11191 (out_cu): Use addr_len for the size of addresses.
11192 (out_line): Likewise. Size DW_LNE_set_address instruction
11193 according to addr_len.
11194 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11195 (FUNC): Add START_INSNS to definition.
11196
11197 2014-10-18 Yao Qi <yao@codesourcery.com>
11198
11199 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11200 gdb_has_argv0 return true.
11201 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11202 check [target_info exists noargs], check [gdb_has_argv0]
11203 instead.
11204 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11205 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11206 procedures.
11207
11208 2014-10-17 Doug Evans <dje@google.com>
11209
11210 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11211 event.
11212 * gdb.python/py-events.py: Add clear_objfiles event.
11213
11214 2014-10-17 Doug Evans <dje@google.com>
11215
11216 * gdb.python/py-objfile.exp: Test progspace attribute.
11217
11218 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11219
11220 * gdb.guile/scm-breakpoint.exp: Do not assume any
11221 directory separators when matching source file paths.
11222 * gdb.python/py-breakpoint.exp: Likewise.
11223 * gdb.reverse/break-precsave.exp: Likewise.
11224 * gdb.reverse/break-reverse.exp: Likewise.
11225 * gdb.reverse/consecutive-precsave.exp: Likewise.
11226 * gdb.reverse/finish-precsave.exp: Likewise.
11227 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11228 * gdb.reverse/finish-reverse.exp: Likewise.
11229 * gdb.reverse/i386-precsave.exp: Likewise.
11230 * gdb.reverse/i387-env-reverse.exp: Likewise.
11231 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11232 * gdb.reverse/machinestate-precsave.exp: Likewise.
11233 * gdb.reverse/machinestate.exp: Likewise.
11234 * gdb.reverse/sigall-precsave.exp: Likewise.
11235 * gdb.reverse/solib-precsave.exp: Likewise.
11236 * gdb.reverse/step-precsave.exp: Likewise.
11237 * gdb.reverse/until-precsave.exp: Likewise.
11238 * gdb.reverse/watch-precsave.exp: Likewise.
11239 * gdb.reverse/watch-reverse.exp: Likewise.
11240
11241 2014-10-17 Yao Qi <yao@codesourcery.com>
11242
11243 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11244 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11245
11246 2014-10-17 Pedro Alves <palves@redhat.com>
11247
11248 PR gdb/17471
11249 * gdb.base/bg-execution-repeat.c: New file.
11250 * gdb.base/bg-execution-repeat.exp: New file.
11251
11252 2014-10-17 Pedro Alves <palves@redhat.com>
11253
11254 PR gdb/17300
11255 * gdb.base/continue-all-already-running.c: New file.
11256 * gdb.base/continue-all-already-running.exp: New file.
11257
11258 2014-10-17 Pedro Alves <palves@redhat.com>
11259
11260 PR gdb/17472
11261 * gdb.base/annota-input-while-running.c: New file.
11262 * gdb.base/annota-input-while-running.exp: New file.
11263
11264 2014-10-17 Pedro Alves <palves@redhat.com>
11265
11266 * gdb.base/callfuncs.exp: emove references to osf.
11267 * gdb.base/sigall.exp: Likewise.
11268 * gdb.gdb/selftest.exp: Likewise.
11269 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11270 * gdb.mi/non-stop.c: Likewise.
11271 * gdb.mi/pthreads.c: Likewise.
11272 * gdb.reverse/sigall-precsave.exp: Likewise.
11273 * gdb.reverse/sigall-reverse.exp: Likewise.
11274 * gdb.threads/pthreads.c: Likewise.
11275 * gdb.threads/pthreads.exp: Likewise.
11276
11277 2014-10-17 Yao Qi <yao@codesourcery.com>
11278
11279 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11280 check 'target_info exists noargs'.
11281 (test_command_prompt_position): Likewise.
11282 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11283 Remove "set args".
11284 (progvar_simple_while_test): Likewise.
11285 (progvar_complex_if_while_test): Likewise.
11286 (if_while_breakpoint_command_test): Likewise.
11287 (infrun_breakpoint_command_test): Likewise.
11288 (breakpoint_command_test): Likewise.
11289 (watchpoint_command_test): Likewise.
11290 (bp_deleted_in_command_test): Likewise.
11291 (temporary_breakpoint_commands): Likewise.
11292
11293 2014-10-16 Yao Qi <yao@codesourcery.com>
11294
11295 * gdb.base/remotetimeout.exp: Remove noargs checking.
11296
11297 2014-10-15 Pedro Alves <palves@redhat.com>
11298
11299 PR breakpoints/9649
11300 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11301 * gdb.base/breakpoint-in-ro-region.exp
11302 (probe_target_hardware_step): New procedure.
11303 (top level): Probe hardware stepping and hardware breakpoint
11304 support. Test stepping through a read-only region, with both
11305 "breakpoint auto-hw" on and off and both "always-inserted" on and
11306 off.
11307
11308 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11309
11310 * gdb.dlang/demangle.exp: Update for demangling changes.
11311
11312 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11313
11314 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11315 * gdb.cp/non-trivial-retval.exp: Add new tests.
11316
11317 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11318
11319 PR c++/13403
11320 PR c++/15154
11321 * gdb.cp/non-trivial-retval.cc: New file.
11322 * gdb.cp/non-trivial-retval.exp: New file.
11323
11324 2014-10-15 Yao Qi <yao@codesourcery.com>
11325
11326 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11327 remote host.
11328
11329 2014-10-15 Yao Qi <yao@codesourcery.com>
11330
11331 * gdb.python/py-symbol.exp: Match file base name if host is
11332 remote, otherwise match file name with dir name.
11333 * gdb.python/py-symtab.exp: Likewise.
11334 * gdb.python/python.exp: Likewise.
11335
11336 2014-10-15 Yao Qi <yao@codesourcery.com>
11337
11338 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11339 pattern.
11340 * gdb.python/py-symtab.exp: Likewise.
11341 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11342 locationn.
11343
11344 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11345
11346 * gdb.ada/addr_arith: New testcase.
11347
11348 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11349
11350 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11351 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11352 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11353 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11354
11355 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11356
11357 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11358 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11359 * gdb.arch/stap-eval-lang-ada.exp: New file.
11360
11361 2014-10-14 Yao Qi <yao@codesourcery.com>
11362
11363 * gdb.mi/mi-var-child.c (nothing1): New function.
11364 (nothing2): New function.
11365 (do_children_tests): Set function pointers by nothing1 and
11366 nothing2.
11367 * gdb.mi/mi-var-child.exp: Step over new added statements.
11368 Update test to match the new output.
11369 * gdb.mi/var-cmd.c (nothing1): New function.
11370 (nothing2): New function.
11371 (do_children_tests): Set function pointers by nothing1 and
11372 nothing2.
11373 * gdb.mi/mi-var-display.exp: Update test to match output.
11374 Step to the line specified by $line_dct_nothing.
11375 Increase the number of lines to step.
11376
11377 2014-10-14 Yao Qi <yao@codesourcery.com>
11378
11379 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11380 tests.
11381 * gdb.mi/mi2-var-child.exp: Likewise.
11382
11383 2014-10-13 Doug Evans <dje@google.com>
11384
11385 * gdb.python/py-objfile.exp: Change name of file name test.
11386
11387 2014-10-13 Doug Evans <dje@google.com>
11388
11389 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11390 from the start of the CU.
11391
11392 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11393 Yao Qi <yao@codesourcery.com>
11394
11395 Fix "save breakpoints" for "catch" command.
11396 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11397 Remove -nonewline. Match also the added "main" line.
11398
11399 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11400
11401 Fix "save breakpoints" for "disable $bpnum" command.
11402 * gdb.base/save-bp.c (main): Add label.
11403 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11404
11405 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11406
11407 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11408
11409 2014-10-11 Yao Qi <yao@codesourcery.com>
11410
11411 * gdb.server/server-kill.exp: Execute command
11412 "set remote trace-status-packet on" before "tstatus".
11413
11414 2014-10-11 Yao Qi <yao@codesourcery.com>
11415
11416 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11417 (main): Call getppid.
11418 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11419 and continue to it. Read variable "server_pid".
11420
11421 2014-10-11 Yao Qi <yao@codesourcery.com>
11422
11423 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11424
11425 2014-10-11 Yao Qi <yao@codesourcery.com>
11426
11427 * gdb.threads/thread-find.exp: Don't execute command
11428 "info threads".
11429 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11430 * gdb.threads/linux-dp.exp: Don't check the condition
11431 $threads_created equals to zero.
11432
11433 2014-10-10 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.base/bigcore.exp: Remove references to IRIX.
11436 * gdb.base/funcargs.exp: Likewise.
11437 * gdb.base/interrupt.exp: Likewise.
11438 * gdb.base/mips_pro.exp: Likewise.
11439 * gdb.base/nodebug.exp: Likewise.
11440 * gdb.base/setvar.exp: Likewise.
11441 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11442
11443 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11444 Pedro Alves <palves@redhat.com>
11445
11446 PR symtab/14466
11447 * gdb.base/vdso-warning.c: New file.
11448 * gdb.base/vdso-warning.exp: New file.
11449
11450 2014-10-02 Doug Evans <dje@google.com>
11451
11452 * gdb.base/structs.c (main): Don't run forever.
11453
11454 2014-10-02 Pedro Alves <palves@redhat.com>
11455
11456 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11457 (top level) <stop threads 1, stop threads 2>: Use it.
11458
11459 2014-10-02 Pedro Alves <palves@redhat.com>
11460
11461 * gdb.threads/break-while-running.exp (test): Add new
11462 'update_thread_list' argument. Skip "info threads" if false.
11463 (top level): Add new 'update_thread_list' axis.
11464
11465 2014-10-02 Pedro Alves <palves@redhat.com>
11466
11467 PR breakpoints/17431
11468 * gdb.base/execl-update-breakpoints.c: New file.
11469 * gdb.base/execl-update-breakpoints.exp: New file.
11470
11471 2014-10-01 Pedro Alves <palves@redhat.com>
11472
11473 * gdb.base/breakpoint-in-ro-region.c: New file.
11474 * gdb.base/breakpoint-in-ro-region.exp: New file.
11475
11476 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11477
11478 * gdb.mi/mi-exit-code.exp: New file.
11479 * gdb.mi/mi-exit-code.c: New file.
11480
11481 2014-09-30 Yao Qi <yao@codesourcery.com>
11482
11483 * lib/prelink-support.exp (build_executable_own_libs): Error if
11484 the target isn't native.
11485
11486 2014-09-30 Yao Qi <yao@codesourcery.com>
11487
11488 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11489 false.
11490
11491 2014-09-22 Pedro Alves <palves@redhat.com>
11492
11493 * gdb.threads/break-while-running.exp: New file.
11494 * gdb.threads/break-while-running.c: New file.
11495
11496 2014-09-19 Yao Qi <yao@codesourcery.com>
11497
11498 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11499 Invoke test. Restart GDB with --readnow and invoke test again.
11500
11501 2014-09-19 Yao Qi <yao@codesourcery.com>
11502
11503 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11504 proc set_breakpoint_on_gcd_function. Invoke
11505 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11506 invoke set_breakpoint_on_gcd_function again.
11507
11508 2014-09-18 Doug Evans <dje@google.com>
11509
11510 * gdb.dwarf2/symtab-producer.exp: New file.
11511
11512 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11513
11514 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11515 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11516 * gdb.base/global-var-nested-by-dso.c: Likewise.
11517 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11518
11519 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11520 Pedro Alves <palves@redhat.com>
11521
11522 * gdb.base/watch-bitfields.exp: Pass string other than test file
11523 name to prepare_for_testing.
11524 (watch): New procedure.
11525 (expect_watchpoint): Use with_test_prefix.
11526 (top level): Factor out tests to ...
11527 (test_watch_location, test_regular_watch): ... these new
11528 procedures, and use with_test_prefix and gdb_continue_to_end.
11529
11530 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11531
11532 PR breakpoints/12526
11533 * gdb.base/watch-bitfields.exp: New file.
11534 * gdb.base/watch-bitfields.c: New file.
11535
11536 2014-09-16 Pedro Alves <palves@redhat.com>
11537
11538 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11539 software and hardware addresses, not software address against
11540 itself.
11541
11542 2014-09-16 Pedro Alves <palves@redhat.com>
11543
11544 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11545 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11546
11547 2014-09-16 Pedro Alves <palves@redhat.com>
11548
11549 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11550 files.
11551 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11552 "*-*-vxworks*" throughout.
11553 * gdb.base/break.exp: Likewise.
11554 * gdb.base/default.exp: Likewise.
11555 * gdb.base/scope.exp: Likewise.
11556 * gdb.base/sepdebug.exp: Likewise.
11557 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11558 throughout.
11559 * gdb.base/run.c: Likewise.
11560 * gdb.base/sepdebug.c: Likewise.
11561 * gdb.hp/gdb.aCC/run.c: Likewise.
11562 * gdb.reverse/until-reverse.c: Likewise.
11563 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11564
11565 2014-09-16 Yao Qi <yao@codesourcery.com>
11566
11567 * boards/local-remote-host-native.exp: New file.
11568
11569 2014-09-14 Doug Evans <xdje42@gmail.com>
11570
11571 * gdb.threads/queue-signal.c (thread_count): New variable.
11572 (thread_count_mutex, thread_count_condvar): New variables.
11573 (incr_thread_count, wait_all_threads_running): New functions.
11574 (main): Wait for all threads to be in their thread functions.
11575
11576 2014-09-13 Doug Evans <xdje42@gmail.com>
11577
11578 * gdb.threads/queue-signal.c: New file.
11579 * gdb.threads/queue-signal.exp: New file.
11580
11581 2014-09-13 Doug Evans <xdje42@gmail.com>
11582
11583 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11584 be consistent with what default_gdb_init uses.
11585 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11586 the plain text of the prompt. Add some logging printfs.
11587 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11588
11589 2014-09-12 Pedro Alves <palves@redhat.com>
11590
11591 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11592 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11593 * gdb.arch/i386-size-overlap.exp: Likewise.
11594 * gdb.arch/i386-size.exp: Likewise.
11595 * gdb.arch/i386-unwind.exp: Likewise.
11596 * gdb.base/a2-run.exp: Likewise.
11597 * gdb.base/break.exp: Likewise.
11598 * gdb.base/charset.exp: Likewise.
11599 * gdb.base/chng-syms.exp: Likewise.
11600 * gdb.base/commands.exp: Likewise.
11601 * gdb.base/dbx.exp: Likewise.
11602 * gdb.base/find.exp: Likewise.
11603 * gdb.base/funcargs.exp: Likewise.
11604 * gdb.base/jit-simple.exp: Likewise.
11605 * gdb.base/reread.exp: Likewise.
11606 * gdb.base/sepdebug.exp: Likewise.
11607 * gdb.base/step-bt.exp: Likewise.
11608 * gdb.cp/mb-inline.exp: Likewise.
11609 * gdb.cp/mb-templates.exp: Likewise.
11610 * gdb.objc/basicclass.exp: Likewise.
11611 * gdb.threads/killed.exp: Likewise.
11612
11613 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11614
11615 PR tdep/17379
11616 * gdb.arch/powerpc-stackless.S: New file.
11617 * gdb.arch/powerpc-stackless.exp: New file.
11618
11619 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11620
11621 * gdb.base/attach.c: Include unistd.h.
11622 (main): Call alarm. Add label postloop.
11623 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11624 gdb_breakpoint, gdb_continue_to_breakpoint.
11625 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11626
11627 2014-09-11 Pedro Alves <palves@redhat.com>
11628
11629 PR gdb/17347
11630 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11631 * gdb.base/attach.exp (test_command_line_attach_run): New
11632 procedure.
11633 (top level): Call it.
11634
11635 2014-09-11 Pedro Alves <palves@redhat.com>
11636
11637 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11638 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11639 (do_command_attach_tests): Use spawn_wait_for_attach.
11640 * gdb.base/solib-overlap.exp: Likewise.
11641 * gdb.multi/multi-attach.exp: Likewise.
11642 * gdb.python/py-prompt.exp: Likewise.
11643 * gdb.python/py-sync-interp.exp: Likewise.
11644 * gdb.server/ext-attach.exp: Likewise.
11645
11646 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11647
11648 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11649 command in testcase. Simplify testcase.
11650
11651 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11652
11653 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11654
11655 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11656
11657 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11658
11659 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11660
11661 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11662
11663 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11664
11665 * gdb.dwarf2/dynarr-ptr.c: New file.
11666 * gdb.dwarf2/dynarr-ptr.exp: New file.
11667
11668 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11669
11670 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11671 of 30 rather than hardcoding 120 for a slow test case. Take the
11672 `gdb,timeout' target setting into account for this calculation.
11673 Don't extend the timeout for the test cases that don't need it.
11674
11675 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11676
11677 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11678 a factor of 2 for a slow test case. Take the `gdb,timeout'
11679 target setting into account for this calculation.
11680 * gdb.reverse/until-precsave.exp: Increase the timeout by
11681 a factor of 15 and 3 respectively rather than adding 120
11682 for a pair of slow test cases. Take the `gdb,timeout'
11683 target setting into account for this calculation.
11684
11685 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11686
11687 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11688 timeout, don't pass one down to gdb_expect.
11689 (gdb_expect): Rework timeout selection.
11690
11691 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11692
11693 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11694 exception on timeout.
11695 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11696 (gdbserver_start_extended): Catch any `gdbserver_start' error
11697 exceptions.
11698 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11699 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11700 `gdbserver_gdb_load' error exceptions.
11701
11702 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11703
11704 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11705 120 on waiting for the TCP socket to open.
11706
11707 2014-09-09 Doug Evans <xdje42@gmail.com>
11708
11709 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11710 _caller_matches, _any_caller_is, _any_caller_matches.
11711
11712 2014-09-09 Doug Evans <xdje42@gmail.com>
11713
11714 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11715
11716 2014-09-09 Yao Qi <yao@codesourcery.com>
11717
11718 * gdb.mi/mi-var-display.exp: Set print symbol off.
11719
11720 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11721
11722 PR gdb/17035
11723 * gdb.base/commands.exp: Add tests to verify user-defined
11724 commands with empty bodies.
11725 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11726 python commands in `show user command`.
11727 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11728 scheme commands in `show user command`.
11729
11730 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11731
11732 PR python/17355
11733 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11734 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11735 * gdb.python/py-framefilter-invalidarg.exp: New file.
11736 * gdb.python/py-framefilter-invalidarg.py: New file.
11737
11738 2014-09-06 Doug Evans <xdje42@gmail.com>
11739
11740 PR 15276
11741 * gdb.python/py-caller-is.c: New file.
11742 * gdb.python/py-caller-is.exp: New file.
11743
11744 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11745
11746 PR gdb/17235
11747 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11748 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11749
11750 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11751
11752 PR fortran/17237
11753 * gdb.fortran/print-formatted.exp: New file.
11754 * gdb.fortran/print-formatted.f90: Likewise.
11755
11756 2014-09-03 Sasha Smundak <asmundak@google.com>
11757
11758 * gdb.python/py-frame.exp: Test Frame.read_register.
11759
11760 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11761
11762 PR python/16699
11763 * gdb.python/py-completion.exp: New file.
11764 * gdb.python/py-completion.py: Likewise.
11765
11766 2014-08-28 Doug Evans <dje@google.com>
11767
11768 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11769 eax,etc. are live with values set by gdb and thus the compiler can't
11770 use them.
11771 * gdb.arch/i386-pseudo.c (main): Ditto.
11772
11773 2014-08-27 Doug Evans <dje@google.com>
11774
11775 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11776
11777 2014-08-25 Doug Evans <dje@google.com>
11778
11779 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11780 (main): Ditto.
11781
11782 2014-08-25 Doug Evans <dje@google.com>
11783
11784 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11785
11786 2014-08-24 Yao Qi <yao@codesourcery.com>
11787
11788 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11789 symbol off.
11790 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11791
11792 2014-08-22 Doug Evans <dje@google.com>
11793
11794 PR 17276
11795 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11796 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11797 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11798
11799 2014-08-22 Yao Qi <yao@codesourcery.com>
11800
11801 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11802 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11803 * gdb.python/python.exp: Likewise. Use .py file on the host
11804 instead of the build.
11805
11806 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11807
11808 * gdb.threads/gcore-stale-thread.c: New file.
11809 * gdb.threads/gcore-stale-thread.exp: New file.
11810
11811 2014-08-21 Pedro Alves <palves@redhat.com>
11812
11813 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11814 * gdb.base/gcore-relro-pie.exp: Likewise.
11815 * gdb.base/gcore-relro.exp: Likewise.
11816 * gdb.base/gcore.exp: Likewise.
11817 * gdb.base/print-symbol-loading.exp: Likewise.
11818 * gdb.threads/gcore-thread.exp: Likewise.
11819 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11820
11821 2014-08-20 Pedro Alves <palves@redhat.com>
11822 Jan Kratochvil <jan.kratochvil@redhat.com>
11823
11824 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11825 configure.
11826 (EXPECT): Handle READ1 being set.
11827 (all): Depend on EXTRA_RULES.
11828 (check-read1, expect-read1, read1.so, read1): New rules.
11829 * README (Testsuite Parameters): Document the READ1 make variable.
11830 (Race detection): New section.
11831 * configure: Regenerate.
11832 * configure.ac: If build==host==target, and running under a
11833 GNU/glibc system, add read1 to the extra Makefile rules.
11834 (EXTRA_RULES): AC_SUBST it.
11835 * lib/read1.c: New file.
11836
11837 2014-08-20 Joel Brobecker <brobecker@adacore.com>
11838
11839 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11840 the handling of variables declared as a typedef to an array
11841 which a DW_AT_data_location attribute.
11842
11843 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
11844 Pedro Alves <palves@redhat.com>
11845
11846 PR symtab/14604
11847 PR symtab/14605
11848 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11849 gdb_test.
11850
11851 2014-08-19 Pedro Alves <palves@redhat.com>
11852
11853 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11854
11855 2014-08-19 Yao Qi <yao@codesourcery.com>
11856
11857 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11858 right line.
11859
11860 2014-08-18 David Blaikie <dblaikie@gmail.com>
11861
11862 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11863
11864 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11865
11866 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11867 attribute in array range.
11868
11869 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11870
11871 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11872
11873 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11874
11875 PR c++/17132
11876 * gdb.cp/pr17132.cc: New file.
11877 * gdb.cp/pr17132.exp: New file.
11878
11879 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11880
11881 * gdb.python/py-xmethods.py (A_getarrayind)
11882 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11883 Use 'print' with function call syntax.
11884 (E_method_matcher.match): Fix tab vs space indentation mixup.
11885
11886 2014-08-15 Yao Qi <yao@codesourcery.com>
11887
11888 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11889 false.
11890
11891 2014-08-15 Yao Qi <yao@codesourcery.com>
11892
11893 * gdb.cp/casts.exp: Set print symbol off.
11894 * gdb.cp/class2.exp: Likewise.
11895 * gdb.cp/overload.exp: Likewise.
11896 * gdb.cp/templates.exp: Likewise.
11897
11898 2014-08-11 Doug Evans <dje@google.com>
11899
11900 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11901 (test_load_shlib): Update.
11902
11903 2014-08-09 Yao Qi <yao@codesourcery.com>
11904
11905 * gdb.base/display.exp: Invoke is_address_zero_readable.
11906 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11907 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11908 * gdb.base/hbreak-unmapped.exp: Return if
11909 is_address_zero_readable returns true.
11910 * gdb.base/signest.exp: Likewise.
11911 * gdb.base/signull.exp: Likewise.
11912 * gdb.base/sigbpt.exp: Likewise.
11913 * gdb.guile/scm-disasm.exp: Do the test if
11914 is_address_zero_readable returns false.
11915 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11916 * gdb.python/py-arch.exp: Likewise.
11917 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11918 * lib/gdb.exp (is_address_zero_readable): New proc.
11919
11920 2014-08-09 Yao Qi <yao@codesourcery.com>
11921
11922 PR testsuite/13443
11923 * gdb.mi/mi-var-display.exp: Make test messages unique.
11924
11925 2014-08-04 Tom Tromey <tromey@redhat.com>
11926
11927 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11928 target 0".
11929
11930 2014-08-04 Tom Tromey <tromey@redhat.com>
11931
11932 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11933 "target_resume".
11934
11935 2014-08-01 Joel Brobecker <brobecker@adacore.com>
11936
11937 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11938 inner_vla_struct_object_size.
11939 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11940 as xfail.
11941
11942 2014-07-30 Pedro Alves <palves@redhat.com>
11943
11944 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11945 comment.
11946
11947 2014-07-29 Yao Qi <yao@codesourcery.com>
11948
11949 PR gdb/17206
11950 * gdb.base/until-nodebug.exp: New.
11951
11952 2014-07-28 Doug Evans <xdje42@gmail.com>
11953
11954 PR guile/17203
11955 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11956 previously existing parameter, and previously ambiguously spelled
11957 parameter.
11958
11959 2014-07-28 Will Newton <will.newton@linaro.org>
11960
11961 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11962
11963 2014-07-26 Ludovic Courtès <ludo@gnu.org>
11964 Doug Evans <xdje42@gmail.com>
11965
11966 PR guile/17146
11967 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11968
11969 2014-07-25 Pedro Alves <palves@redhat.com>
11970
11971 * gdb.threads/signal-command-handle-nopass.c: New file.
11972 * gdb.threads/signal-command-handle-nopass.exp: New file.
11973 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11974 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11975 * gdb.threads/signal-delivered-right-thread.c: New file.
11976 * gdb.threads/signal-delivered-right-thread.exp: New file.
11977
11978 2014-07-25 Pedro Alves <palves@redhat.com>
11979
11980 * gdb.base/double-prompt-target-event-error.exp
11981 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11982 match.
11983 (cancel_pagination_in_target_event): Rework double prompt
11984 detection.
11985 * gdb.base/paginate-after-ctrl-c-running.exp
11986 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11987 <return>' match.
11988 * gdb.base/paginate-bg-execution.exp
11989 (test_bg_execution_pagination_return)
11990 (test_bg_execution_pagination_cancel): Remove '-notransfer
11991 <return>' matches.
11992 * gdb.base/paginate-execution-startup.exp
11993 (test_fg_execution_pagination_return)
11994 (test_fg_execution_pagination_cancel): Remove '-notransfer
11995 <return>' matches.
11996 * gdb.base/paginate-inferior-exit.exp
11997 (test_paginate_inferior_exited): Remove '-notransfer <return>'
11998 match.
11999 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12000 * lib/gdb.exp (pagination_prompt): Run text through
12001 string_to_regexp.
12002 (gdb_test_multiple): Match $pagination_prompt instead of
12003 "<return>".
12004 (string_to_regexp): Move to lib/gdb-utils.exp.
12005
12006 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12007
12008 * gdb.arch/amd64-entry-value-paramref.S: New file.
12009 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12010 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12011 * gdb.arch/amd64-optimout-repeat.S: New file.
12012 * gdb.arch/amd64-optimout-repeat.c: New file.
12013 * gdb.arch/amd64-optimout-repeat.exp: New file.
12014
12015 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12016
12017 PR gdb/17170
12018 * gdb.base/statistics.exp: New file.
12019
12020 2014-07-17 Doug Evans <dje@google.com>
12021
12022 PR gdb/17170
12023 * gdb.base/maint.exp: Update testing of per-command stats.
12024
12025 2014-07-16 Pedro Alves <palves@redhat.com>
12026
12027 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12028 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12029 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12030 (tfile_write_buf): New functions.
12031 (add_memory_block): Rewrite using the above.
12032 (adjust_function_address): New function.
12033 (FUNCTION_ADDRESS): New macro.
12034 (write_basic_trace_file): Remove short_x local, and use
12035 tfile_write_16. Change type of func_addr local to unsigned long
12036 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12037 here. Cast argument of add_memory_block to char pointer.
12038 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12039 (main): Remove parameters.
12040 * gdb.trace/tfile.exp: Remove nowarnings.
12041
12042 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12043
12044 * gdb.base/debug-expr.exp: Test string evaluation with
12045 "debug expression" on.
12046
12047 2014-07-15 Pedro Alves <palves@redhat.com>
12048
12049 * gdb.base/reread.exp: Use clean_restart.
12050
12051 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12052
12053 * gdb.arch/avr-flash-qualifer.c: New.
12054 * gdb.arch/avr-flash-qualifer.exp: New.
12055
12056 2014-07-14 Pedro Alves <palves@redhat.com>
12057
12058 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12059 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12060
12061 2014-07-14 Pedro Alves <palves@redhat.com>
12062
12063 * gdb.base/double-prompt-target-event-error.c: New file.
12064 * gdb.base/double-prompt-target-event-error.exp: New file.
12065
12066 2014-07-14 Pedro Alves <palves@redhat.com>
12067
12068 PR gdb/17072
12069 * gdb.base/paginate-inferior-exit.c: New file.
12070 * gdb.base/paginate-inferior-exit.exp: New file.
12071
12072 2014-07-14 Pedro Alves <palves@redhat.com>
12073
12074 PR gdb/17072
12075 * gdb.base/paginate-bg-execution.c: New file.
12076 * gdb.base/paginate-bg-execution.exp: New file.
12077
12078 2014-07-14 Pedro Alves <palves@redhat.com>
12079
12080 PR gdb/17072
12081 * gdb.base/paginate-execution-startup.c: New file.
12082 * gdb.base/paginate-execution-startup.exp: New file.
12083 * lib/gdb.exp (pagination_prompt): New global.
12084 (default_gdb_spawn): New procedure, factored out from
12085 default_gdb_spawn.
12086 (default_gdb_start): Adjust to call default_gdb_spawn.
12087 (gdb_spawn): New procedure.
12088
12089 2014-07-14 Pedro Alves <palves@redhat.com>
12090
12091 * lib/gdb.exp (gdb_assert): New procedure.
12092 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12093
12094 2014-07-14 Pedro Alves <palves@redhat.com>
12095
12096 * gdb.base/execution-termios.c: New file.
12097 * gdb.base/execution-termios.exp: New file.
12098
12099 2014-07-14 Tom Tromey <tromey@redhat.com>
12100
12101 * gdb.cp/vla-cxx.cc: New file.
12102 * gdb.cp/vla-cxx.exp: New file.
12103
12104 2014-07-14 Tom Tromey <tromey@redhat.com>
12105
12106 * gdb.reverse/rerun-prec.c: New file.
12107 * gdb.reverse/rerun-prec.exp: New file.
12108
12109 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12110 Maciej W. Rozycki <macro@codesourcery.com>
12111
12112 * lib/gdb-utils.exp: New file.
12113 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12114 inline `gdb_init_command' processing.
12115 (gdb_start_cmd): Likewise.
12116 * lib/mi-support.exp (mi_run_cmd): Likewise.
12117 * README: Document `gdb_init_command' and `gdb_init_commands'.
12118
12119 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12120
12121 Fix false FAIL running under a very long directory name.
12122 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12123 and "set print elements 10000". Twice.
12124
12125 2014-07-11 Yao Qi <yao@codesourcery.com>
12126
12127 * gdb.base/exprs.exp: "set print symbol off".
12128
12129 2014-07-11 Pedro Alves <palves@redhat.com>
12130
12131 * gdb.threads/kill.c: New file.
12132 * gdb.threads/kill.exp: New file.
12133
12134 2014-07-10 Yao Qi <yao@codesourcery.com>
12135
12136 * gdb.trace/tfile.c (write_basic_trace_file)
12137 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12138 address written to trace file.
12139
12140 2014-07-09 Pedro Alves <palves@redhat.com>
12141
12142 * gdb.base/attach-wait-input.exp: New file.
12143 * gdb.base/attach-wait-input.c: New file.
12144
12145 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12146
12147 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12148 setting up test structures.
12149 (main): Call new test function.
12150 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12151 test function, continue into test function and walk test
12152 structures.
12153
12154 2014-07-02 Yao Qi <yao@codesourcery.com>
12155
12156 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12157 'bar_start' at the beginning of functions 'foo' and 'bar'
12158 respectively.
12159 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12160 instead of 'foo' and 'bar'.
12161
12162 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12163
12164 * gdb.btrace/segv.exp: New.
12165 * gdb.btrace/segv.c: New.
12166
12167 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12168
12169 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12170 instruction.
12171
12172 2014-06-30 Mark Wielaard <mjw@redhat.com>
12173
12174 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12175 vulture, vilify, villar): New volatile array constants.
12176 (vindictive, vegetation): New const volatile array constants.
12177 * gdb.base/volatile.exp: Test volatile and const volatile array
12178 types.
12179
12180 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12181
12182 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12183 target lacks support for awatch, rwatch, or hbreak.
12184
12185 2014-06-27 Yao Qi <yao@codesourcery.com>
12186
12187 * gdb.multi/dummy-frame-restore.exp: New.
12188 * gdb.multi/dummy-frame-restore.c: New.
12189
12190 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12191
12192 * gdb.btrace/gcore.exp: New.
12193
12194 2014-06-23 Pedro Alves <palves@redhat.com>
12195
12196 * gdb.base/watchpoint-reuse-slot.c: New file.
12197 * gdb.base/watchpoint-reuse-slot.exp: New file.
12198
12199 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12200
12201 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12202 progspace's filename in 'info', 'enable' and 'disable' command
12203 tests.
12204
12205 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12206
12207 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12208 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12209 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12210
12211 2014-06-20 Gary Benson <gbenson@redhat.com>
12212
12213 * gdb.arch/i386-avx.exp: Fix include file location.
12214 * gdb.arch/i386-sse.exp: Likewise.
12215
12216 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12217
12218 * gdb.dlang/expression.exp: New file.
12219
12220 2014-06-19 Pedro Alves <palves@redhat.com>
12221
12222 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12223 out from ...
12224 (top level): ... here. Iterate running tests under different
12225 scheduler-locking settings.
12226
12227 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12228
12229 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12230 to DW_FORM_addr and use non-zero addresses.
12231
12232 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12233
12234 PR gdb/17017
12235 * gdb.python/py-xmethods.cc: Add global function call counters and
12236 increment them in their respective functions. Remove "cout"
12237 statements.
12238 * gdb.python/py-xmethods.exp: Make tests check the global function
12239 call counters instead of depending on inferior IO.
12240
12241 2014-06-18 Don Breazeal <donb@codesourcery.com>
12242
12243 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12244 Deleted procedure.
12245 (explicit_fork_parent_follow): Deleted procedure.
12246 (explicit_fork_child_follow): Deleted procedure.
12247 (test_follow_fork): New procedure.
12248 (do_fork_tests): Replace calls to deleted procedures with
12249 calls to test_follow_fork and reset GDB for subsequent
12250 procedure calls.
12251
12252 2014-06-17 Yao Qi <yao@codesourcery.com>
12253
12254 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12255 CP1252.
12256
12257 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12258
12259 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12260 Initialize ptr and S explicitly.
12261 (skip_type_update_when_not_use_rtti_test): Likewise.
12262
12263 2014-06-16 Keith Seitz <keiths@redhat.com>
12264
12265 PR mi/15863
12266 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12267 the inferior is started.
12268
12269 2014-06-16 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.base/break-main-file-remove-fail.c: New file.
12272 * gdb.base/break-main-file-remove-fail.exp: New file.
12273 * gdb.base/break-unload-file.exp: Use build_executable instead of
12274 prepare_for_testing.
12275 (test_break): New parameter "initial_load". Handle it.
12276 (top level): Add initial_load cmdline/file axis.
12277
12278 2014-06-12 Tom Tromey <tromey@redhat.com>
12279
12280 * gdb.base/completion.exp: Don't use directory name in test.
12281
12282 2014-06-09 Gary Benson <gbenson@redhat.com>
12283
12284 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12285 separate the always-available ANSI-standard signals from the
12286 signals that require checking.
12287 (main): Likewise.
12288 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12289 Likewise.
12290 (main): Likewise.
12291
12292 2014-06-07 Keith Seitz <keiths@redhat.com>
12293
12294 Revert:
12295 PR c++/16253
12296 * gdb.cp/var-tag.cc: New file.
12297 * gdb.cp/var-tag.exp: New file.
12298 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12299 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12300 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12301 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12302
12303 2014-06-06 Doug Evans <xdje42@gmail.com>
12304
12305 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12306
12307 2014-06-06 Pedro Alves <palves@redhat.com>
12308
12309 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12310 in target debug output instead of looking at RSP packets,
12311 disabling the test on any target that uses hardware stepping.
12312 Update comments.
12313
12314 2014-06-06 Pedro Alves <palves@redhat.com>
12315
12316 * gdb.base/break-unload-file.exp: Fix typo.
12317
12318 2014-06-06 Yao Qi <yao@codesourcery.com>
12319
12320 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12321 from "jit_function" to "^jit_function".
12322
12323 2014-06-06 Yao Qi <yao@codesourcery.com>
12324
12325 * gdb.base/async.c (foo): Add one statement.
12326 * gdb.base/async.exp: Get the next instruction address and
12327 match the output of "nexti" by instruction address. Match
12328 the hex address in the output of "finish".
12329
12330 2014-06-06 Gary Benson <gbenson@redhat.com>
12331
12332 * gdb.base/call-signals.c: Remove preprocessor conditionals
12333 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12334 SIGSEGV and SIGTERM.
12335 * gdb.base/sigall.c: Likewise.
12336 * gdb.base/unwindonsignal.c: Likewise.
12337 * gdb.reverse/sigall-reverse.c: Likewise.
12338
12339 2014-06-06 Yao Qi <yao@codesourcery.com>
12340
12341 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12342 readable, skip the test.
12343
12344 2014-06-06 Yao Qi <yao@codesourcery.com>
12345
12346 * gdb.threads/staticthreads.c (thread_function): Move the line
12347 setting breakpoint on forward.
12348 * gdb.threads/staticthreads.exp: Update comments.
12349
12350 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12351
12352 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12353 "history-append! type error".
12354
12355 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12356
12357 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12358 erroneous dprintf expected input.
12359
12360 2014-06-04 Doug Evans <xdje42@gmail.com>
12361
12362 * gdb.guile/scm-generics.exp: Delete.
12363
12364 2014-06-04 Doug Evans <xdje42@gmail.com>
12365
12366 * gdb.guile/scm-breakpoint.exp: Update.
12367 Add tests for breakpoint registration.
12368
12369 2014-06-04 Tom Tromey <tromey@redhat.com>
12370
12371 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12372 VLA-in-union.
12373 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12374 inner_vla_struct, vla_union types. Initialize objects of those
12375 types and compute their sizes.
12376
12377 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12378 Hui Zhu <hui@codesourcery.com>
12379
12380 * gdb.base/fileio.exp: Add test for shell not available as well as
12381 available.
12382 * gdb.base/fileio.c (test_system): Check for shell twice.
12383
12384 2014-06-04 Yao Qi <yao@codesourcery.com>
12385
12386 * gdb.base/auto-connect-native-target.exp: Remove redundant
12387 space from the regexp pattern.
12388
12389 2014-06-04 Yao Qi <yao@codesourcery.com>
12390
12391 * gdb.base/default.exp: Replace "child" with "native" in
12392 regexp pattern.
12393
12394 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12395
12396 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12397 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12398 * gdb.python/py-xmethods.py: Python script supporting the
12399 new testcase and tests.
12400
12401 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12402 Pedro Alves <palves@redhat.com>
12403
12404 PR breakpoints/17000
12405 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12406 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12407
12408 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12409
12410 * gdb.base/subst.exp: Add tests to verify partial path matching
12411 output.
12412
12413 2014-06-03 Pedro Alves <palves@redhat.com>
12414
12415 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12416 target that doesn't use software single-stepping.
12417
12418 2014-06-03 Pedro Alves <palves@redhat.com>
12419
12420 PR breakpoints/17000
12421 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12422 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12423
12424 2014-06-02 Doug Evans <xdje42@gmail.com>
12425
12426 * gdb.guile/scm-parameter.exp: New file.
12427
12428 2014-06-02 Doug Evans <xdje42@gmail.com>
12429
12430 * gdb.guile/scm-cmd.c: New file.
12431 * gdb.guile/scm-cmd.exp: New file.
12432
12433 2014-06-02 Doug Evans <xdje42@gmail.com>
12434
12435 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12436 pretty-printer lookup.
12437 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12438 (make-pp_s-printer): Call it.
12439 (make-pretty-printer-from-dict): New function.
12440 (lookup-pretty-printer-maker-from-dict): New function.
12441 (*pretty-printer*): Simplify.
12442 (make-objfile-pp_s-printer): New function.
12443 (install-objfile-pretty-printers!): New function.
12444 (make-progspace-pp_s-printer): New function.
12445 (install-progspace-pretty-printers!): New function.
12446 * gdb.guile/scm-progspace.c: New file.
12447 * gdb.guile/scm-progspace.exp: New file.
12448
12449 2014-06-02 Pedro Alves <palves@redhat.com>
12450
12451 * gdb.base/dprintf-bp-same-addr.c: New file.
12452 * gdb.base/dprintf-bp-same-addr.exp: New file.
12453
12454 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12455
12456 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12457 * gdb.arch/powerpc-power.s: Likewise.
12458
12459 2014-06-02 Joel Brobecker <brobecker@adacore.com>
12460
12461 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12462
12463 2014-06-01 Yao Qi <yao@codesourcery.com>
12464
12465 * gdb.base/watchpoint.exp (test_watch_location): Check null
12466 pointer can be dereferenced. If not, do the test, otherwise
12467 skip it.
12468
12469 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12470
12471 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12472 results.
12473 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12474
12475 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12476
12477 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12478 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12479 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12480 * gdb.arch/amd64-invalid-stack-top.c: New file.
12481 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12482
12483 2014-05-30 Pedro Alves <palves@redhat.com>
12484
12485 PR breakpoints/17000
12486 * gdb.base/sss-bp-on-user-bp.c: New file.
12487 * gdb.base/sss-bp-on-user-bp.exp: New file.
12488
12489 2014-05-30 David Blaikie <dblaikie@gmail.com>
12490
12491 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12492 gnu_inline semantics via attribute.
12493 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12494 source explicitly specifies the required semantics.
12495
12496 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12497
12498 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12499
12500 2014-05-29 Pedro Alves <palves@redhat.com>
12501 Tom Tromey <tromey@redhat.com>
12502
12503 * gdb.base/async-shell.exp: Don't enable target-async.
12504 * gdb.base/async.exp
12505 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12506 parameter. Adjust.
12507 (top level): Don't test with "target-async".
12508 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12509 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12510 * gdb.base/inferior-died.exp: Don't enable target-async.
12511 * gdb.base/interrupt-noterm.exp: Likewise.
12512 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12513 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12514 * gdb.mi/mi-nonstop.exp: Likewise.
12515 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12516 * gdb.mi/mi-nsintrall.exp: Likewise.
12517 * gdb.mi/mi-nsmoribund.exp: Likewise.
12518 * gdb.mi/mi-nsthrexec.exp: Likewise.
12519 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12520 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12521 * gdb.python/py-evsignal.exp: Don't enable target-async.
12522 * gdb.python/py-evthreads.exp: Likewise.
12523 * gdb.python/py-prompt.exp: Likewise.
12524 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12525 * gdb.server/solib-list.exp: Don't enable target-async.
12526 * gdb.threads/thread-specific-bp.exp: Likewise.
12527 * lib/mi-support.exp: Adjust to use mi-async.
12528
12529 2014-05-29 Pedro Alves <palves@redhat.com>
12530
12531 PR gdb/13860
12532 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12533 reason, even in sync mode.
12534
12535 2014-05-29 Pedro Alves <palves@redhat.com>
12536 Hui Zhu <hui@codesourcery.com>
12537
12538 PR PR15693
12539 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12540 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12541 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12542 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12543
12544 2014-05-28 Joel Brobecker <brobecker@adacore.com>
12545
12546 * config/monitor.exp (gdb_target_monitor): Replace use of
12547 "set remotebaud" by "set serial baud".
12548
12549 2014-05-26 Andy Wingo <wingo@igalia.com>
12550
12551 * gdb.guile/scm-breakpoint.exp:
12552 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12553 properties instead of gdb-object-properties.
12554
12555 2014-05-26 Yao Qi <yao@codesourcery.com>
12556
12557 * gdb.server/no-thread-db.exp: Specify source file name
12558 explicitly when setting a breakpoint.
12559
12560 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12561
12562 * gdb.btrace/vdso.c: New.
12563 * gdb.btrace/vdso.exp: New.
12564
12565 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12566
12567 * gdb.base/gcore.exp (capture_command_output): Move ...
12568 * lib/gdb.exp (capture_command_output): ... here.
12569
12570 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12571
12572 * gdb.btrace/data.exp: Test memory access during btrace replay.
12573
12574 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12575
12576 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12577
12578 2014-05-21 Pedro Alves <palves@redhat.com>
12579
12580 PR gdb/13860
12581 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12582 (top level): Test that output related to execution commands is
12583 sent to the console with CLI commands, but not with MI commands.
12584 Test that breakpoint events are always mirrored to the console.
12585 Also expect the new source line to be output after a "next" in
12586 async mode too. Make it a pass/fail test.
12587 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12588 output.
12589 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12590
12591 2014-05-21 Pedro Alves <palves@redhat.com>
12592
12593 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12594 Use them to test variations of "list" after reaching a breakpoint.
12595 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12596 Test "list" with listsize 10 after reaching a breakpoint.
12597 * gdb.python/python.exp (decode_line current location line
12598 number): Adjust expected line number.
12599
12600 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12601
12602 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12603 behavior for $args, pass it directly to "run".
12604
12605 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12606
12607 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12608 30000 to 65536.
12609
12610 2014-05-21 Pedro Alves <palves@redhat.com>
12611
12612 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12613 auto-connect-native-target off".
12614 * gdb.base/auto-connect-native-target.c: New file.
12615 * gdb.base/auto-connect-native-target.exp: New file.
12616
12617 2014-05-21 Pedro Alves <palves@redhat.com>
12618
12619 * gdb.base/default.exp: Test "target native" instead of "target
12620 child".
12621
12622 2014-05-21 Mark Wielaard <mjw@redhat.com>
12623
12624 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12625
12626 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12627
12628 Fix TLS access for -static -pthread.
12629 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12630 <HAVE_TLS> (thread_function, main): Initialize it.
12631 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12632 Add clean_restart.
12633 <$have_tls != "">: Check TLSVAR.
12634
12635 2014-05-21 Pedro Alves <palves@redhat.com>
12636
12637 * gdb.base/dcache-line-read-error.c: New.
12638 * gdb.base/dcache-line-read-error.exp: New.
12639
12640 2014-05-20 Pedro Alves <palves@redhat.com>
12641
12642 * gdb.base/compare-sections.c: New file.
12643 * gdb.base/compare-sections.exp: New file.
12644
12645 2014-05-20 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.base/break-idempotent.c: New file.
12648 * gdb.base/break-idempotent.exp: New file.
12649
12650 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12651
12652 * gdb.btrace/nohist.exp: New.
12653
12654 2014-05-20 Yao Qi <yao@codesourcery.com>
12655
12656 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12657 gdb.reverse directory and gdb_reverse_timeout exists in board
12658 setting.
12659 * README: Document gdb_reverse_timeout.
12660
12661 2014-05-20 Yao Qi <yao@codesourcery.com>
12662
12663 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12664 'test_file_name'. Treat args as a string instead of a list.
12665 (gdb_init): Rename argument 'args' by 'test_file_name'.
12666
12667 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12668
12669 * gdb.arch/powerpc-power.exp: New file.
12670 * gdb.arch/powerpc-power.s: New file.
12671
12672 2014-05-16 Doug Evans <dje@google.com>
12673
12674 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
12675 * gdb.base/completion.exp: Check that all expected files exist
12676 before doing file completion.
12677
12678 2014-05-16 Doug Evans <dje@google.com>
12679
12680 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12681 Update.
12682 (do_syscall_tests_without_xml): Update.
12683
12684 2014-05-16 Pedro Alves <palves@redhat.com>
12685
12686 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12687 instead of "unknown output after running".
12688
12689 2014-05-16 Yao Qi <yao@codesourcery.com>
12690
12691 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12692 file1.txt from host at the end.
12693 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12694
12695 2014-05-15 Doug Evans <dje@google.com>
12696
12697 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12698 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12699 loading file. Add test for TU lookup.
12700
12701 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12702
12703 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12704 calling "-exec-arguments" or "set args" before running the
12705 inferior.
12706
12707 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12708
12709 * lib/mi-support.exp (mi_expect_stop): Expect message for
12710 inferiors that exit with non-zero exit code.
12711
12712 2014-05-14 Yao Qi <yao@codesourcery.com>
12713
12714 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12715 match absolute path on remote host.
12716 (test_file_list_exec_source_files): Remove "/" from the
12717 pattern.
12718
12719 2014-05-14 Yao Qi <yao@codesourcery.com>
12720
12721 * boards/local-remote-host-notty.exp (${board}_file): New
12722 proc.
12723
12724 2014-05-07 Kyle McMartin <kyle@redhat.com>
12725
12726 Pushed by Joel Brobecker <brobecker@adacore.com>.
12727 * gdb.arch/aarch64-atomic-inst.c: New file.
12728 * gdb.arch/aarch64-atomic-inst.exp: New file.
12729
12730 2014-05-07 Yao Qi <yao@codesourcery.com>
12731
12732 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12733 in current context" too.
12734
12735 2014-05-05 Keith Seitz <keiths@redhat.com>
12736
12737 * gdb.linespec/ls-dollar.exp: Add test for linespec
12738 file:convenience_variable.
12739
12740 2014-05-05 Yao Qi <yao@codesourcery.com>
12741
12742 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12743 traceframes into tfile and ctf trace files. Read data from
12744 trace file and test collected data.
12745 (gdb_collect_locals_test): Likewise.
12746 (gdb_unavailable_registers_test): Likewise.
12747 (gdb_unavailable_floats): Likewise.
12748 (gdb_collect_globals_test): Likewise.
12749 (top-level): Append "ctf" to trace_file_targets if GDB
12750 supports.
12751
12752 2014-05-05 Yao Qi <yao@codesourcery.com>
12753
12754 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12755 code to ...
12756 (gdb_collect_args_test_1): ... it. New proc.
12757 (gdb_collect_locals_test): Move some code to ...
12758 (gdb_collect_locals_test_1): ... it. New proc.
12759 (gdb_unavailable_registers_test): Move some code to ...
12760 (gdb_unavailable_registers_test_1): ... it. New proc.
12761 (gdb_unavailable_floats): Move some code to ...
12762 (gdb_unavailable_floats_1): ... it. New proc.
12763
12764 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12765
12766 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12767 probes to test for bitness recognition.
12768 * gdb.arch/amd64-stap-optional-prefix.exp
12769 (test_probe_value_without_reg): New procedure.
12770 Add code to test for different kinds of bitness.
12771
12772 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12773
12774 PR breakpoints/16889
12775 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12776 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12777
12778 2014-05-01 Pedro Alves <palves@redhat.com>
12779
12780 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12781 gdb_file_cmd if no file is specified.
12782 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12783 last_loaded_file to set the remote exec-file.
12784
12785 2014-05-01 Pedro Alves <palves@redhat.com>
12786
12787 * boards/local-remote-host.exp: New file.
12788
12789 2014-05-01 Pedro Alves <palves@redhat.com>
12790
12791 * boards/local-remote-host.exp: Rename to ...
12792 * boards/local-remote-host-notty.exp: ... this.
12793
12794 2014-04-28 Joel Brobecker <brobecker@adacore.com>
12795
12796 * gdb.ada/dyn_arrayidx: New testcase.
12797
12798 2014-04-26 Yao Qi <yao@codesourcery.com>
12799
12800 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12801 and compute the length of function main. Save it in
12802 $main_length.
12803 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12804 (top-level): Use gdb_compile to compile objects into
12805 executable and restart GDB. Remove invocation to
12806 prepare_for_testing.
12807
12808 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12809 Pedro Alves <palves@redhat.com>
12810
12811 PR server/16255
12812 * gdb.multi/multi-attach.c: New file.
12813 * gdb.multi/multi-attach.exp: New file.
12814
12815 2014-04-25 Pedro Alves <palves@redhat.com>
12816
12817 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12818 user.
12819 (top level): Test that "set remote conditional-breakpoints-packet
12820 off" works as intended.
12821 * gdb.base/dprintf.exp: Test that "set remote
12822 breakpoint-commands-packet off" works as intended.
12823 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12824 New function.
12825 (top level): Call it.
12826 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12827 remote fast-tracepoints-packet off" works as intended.
12828 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12829 * lib/gdb.exp (gdb_is_target_remote): ... here.
12830
12831 2014-04-24 David Blaikie <dblaikie@gmail.com>
12832
12833 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12834 ensure clang would not discard them.
12835 * gdb.base/gdbvars.c: Ditto.
12836 * gdb.base/memattr.c: Ditto.
12837 * gdb.base/whatis.c: Ditto.
12838 * gdb.python/py-prettyprint.c: Ditto.
12839 * gdb.trace/actions.c: Ditto.
12840 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12841 ensure clang would not discard it.
12842
12843 2014-04-24 David Blaikie <dblaikie@gmail.com>
12844
12845 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12846 clang to emit the full definition of type required by the test
12847 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12848
12849 2014-04-24 David Blaikie <dblaikie@gmail.com>
12850
12851 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12852 coax Clang into emitting the definition of the type.
12853 * gdb.cp/pr10728-x.h (y): Ditto.
12854 * gdb.cp/pr10728-y.cc (y): Ditto.
12855
12856 2014-04-24 David Blaikie <dblaikie@gmail.com>
12857
12858 * gdb.base/label.exp: XFAIL label related tests under Clang.
12859 * gdb.cp/cplabel.exp: Ditto.
12860 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12861 under Clang those using labels.
12862
12863 2014-04-25 Yao Qi <yao@codesourcery.com>
12864
12865 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12866 double_label.
12867 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12868 partial_label and double_label.
12869
12870 2014-04-24 David Blaikie <dblaikie@gmail.com>
12871
12872 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12873
12874 2014-04-24 David Blaikie <dblaikie@gmail.com>
12875
12876 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12877 of the function to work across GCC and Clang.
12878 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12879 pointer types (const void ** const V void **).
12880
12881 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
12882 Walfred Tedeschi <walfred.tedeschi@intel.com>
12883
12884 * Makefile.in (EXECUTABLES): Added i386-avx512.
12885 * gdb.arch/i386-avx512.c: New file.
12886 * gdb.arch/i386-avx512.exp: Likewise.
12887
12888 2014-04-23 Keith Seitz <keiths@redhat.com>
12889
12890 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12891 (mi_make_breakpoint_table): New procedure.
12892 (mi_create_breakpoint): Use mi_make_breakpoint
12893 and return the result.
12894 (mi_make_breakpoint): New procedure.
12895 (mi_build_kv_pairs): New procedure.
12896
12897 * gdb.mi/mi-break.exp: Remove unused globals,
12898 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12899 All callers updated.
12900 * gdb.mi/mi-dprintf.exp: Use variable to track command
12901 number.
12902 Update all callers of mi_create_breakpoint and use
12903 mi_make_breakpoint_table.
12904 Remove any unused global variables.
12905 * gdb.mi/mi-nonstop.exp: Likewise.
12906 * gdb.mi/mi-nsintrall.exp: Likewise.
12907 * gdb.mi/mi-nsmoribund.exp: Likewise.
12908 * gdb.mi/mi-nsthrexec.exp: Likewise.
12909 * gdb.mi/mi-reverse.exp: Likewise.
12910 * gdb.mi/mi-simplerun.exp: Likewise.
12911 * gdb.mi/mi-stepn.exp: Likewise.
12912 * gdb.mi/mi-syn-frame.exp: Likewise.
12913 * gdb.mi/mi-until.exp: Likewise.
12914 * gdb.mi/mi-var-cp.exp: Likewise.
12915 * gdb.mi/mi-var-display.exp: Likewise.
12916 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12917 * gdb.mi/mi2-var-child.exp: Likewise.
12918 * gdb.mi/mi-vla-c99.exp: Likewise.
12919 * lib/mi-support.exp: Likewise.
12920
12921 From Ian Lance Taylor <iant@cygnus.com>:
12922 * lib/gdb.exp (parse_args): New procedure.
12923
12924 2014-04-23 Pedro Alves <palves@redhat.com>
12925
12926 * gdb.base/break-unload-file.c: New file.
12927 * gdb.base/break-unload-file.exp: New file.
12928 * gdb.base/sym-file-lib.c (baz): New function.
12929 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12930 field.
12931 (load): Store the segment's mapped size.
12932 (unload): New function.
12933 (unload_shlib): New function.
12934 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12935 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12936 set a breakpoint at baz, and call it.
12937 * gdb.base/sym-file.exp: New tests for stale breakpoint
12938 instructions.
12939
12940 2014-04-23 Pedro Alves <palves@redhat.com>
12941
12942 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12943 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12944 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12945 * gdb.base/hbreak-unmapped.c: New file.
12946 * gdb.base/hbreak-unmapped.exp: New file.
12947 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12948 * lib/gdb.exp (gdb_is_target_remote): ... here.
12949
12950 2014-04-22 Pedro Alves <palves@redhat.com>
12951
12952 * gdb.base/consecutive-step-over.c: New file.
12953 * gdb.base/consecutive-step-over.exp: New file.
12954
12955 2014-04-22 Pedro Alves <palves@redhat.com>
12956
12957 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12958 instead of send_gdb/gdb_expect.
12959
12960 2014-04-22 Yao Qi <yao@codesourcery.com>
12961
12962 * lib/trace-support.exp (generate_tracefile): New procedure.
12963 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12964 return 0.
12965 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12966 if generate_tracefile returns 1.
12967
12968 2014-04-18 Tom Tromey <palves@redhat.com>
12969 Pedro alves <tromey@redhat.com>
12970
12971 PR backtrace/15558
12972 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12973 with a backtrace limit.
12974 * gdb.python/py-frame-inline.exp: Test running to an inline
12975 function with a backtrace limit, and printing the newest frame.
12976 * gdb.python/py-frame-inline.c (main): Call f.
12977
12978 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12979
12980 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12981
12982 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12983
12984 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12985 Drop prefix from unsupported source file path.
12986
12987 2014-04-17 Yao Qi <yao@codesourcery.com>
12988
12989 * lib/gdb.exp (with_target_charset): New proc.
12990 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12991 with_target_charset.
12992 (test_print_strings): Likewise.
12993 (test_repeat_bytes): Likewise.
12994 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
12995 for some tests.
12996
12997 2014-04-16 Keith Seitz <keiths@redhat.com>
12998
12999 PR gdb/15827
13000 * gdb.dwarf2/corrupt.c: New file.
13001 * gdb.dwarf2/corrupt.exp: New file.
13002
13003 2014-04-16 Keith Seitz <keiths@redhat.com>
13004
13005 PR c++/16597
13006 * gdb.cp/namelessclass.cc: New file.
13007 * gdb.cp/namelessclass.exp: New file.
13008 * gdb.cp/namelessclass.S: New file.
13009
13010 2014-04-16 Doug Evans <dje@google.com>
13011
13012 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13013 Add comment.
13014 (gdbserver_default_get_comm_port): New function.
13015 (gdbserver_start): Check if board file provided
13016 "gdbserver,get_comm_port" and use it if so.
13017 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13018 (gdb,socketport): Set to "stdio".
13019 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13020 (stdio_gdbserver_template): Delete.
13021 (${board}_get_remote_address): Update.
13022 (${board}_build_remote_cmd): Delete.
13023 (${board}_get_comm_port): New function.
13024 (${board}_spawn): Update.
13025 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13026 Delete.
13027 (${board}_get_remote_address): Update.
13028 (${board}_get_comm_port): New function.
13029
13030 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13031
13032 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13033 appearing in any order.
13034
13035 2014-04-15 Doug Evans <dje@google.com>
13036
13037 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13038 uninitialized value of "description".
13039
13040 2014-04-15 Keith Seitz <keiths@redhat.com>
13041
13042 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13043 Remove unused globals.
13044 (test_running_the_program): Likewise.
13045 (test_controlled_execution): Likewise.
13046 (test_controlling_breakpoints): Likewise.
13047 (test_program_termination): Likewise.
13048
13049 2014-04-15 Keith Seitz <keiths@redhat.com>
13050
13051 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13052 unused globals.
13053 (test_rbreak_creation_and_listing): Likewise.
13054 (test_ignore_count): Likewise.
13055 (test_error): Likewise.
13056
13057 2014-04-15 Pedro Alves <palves@redhat.com>
13058
13059 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13060 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13061 sym-file-loader.c.
13062 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13063 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13064 to sym-file-loader.c.
13065 (struct library): Forward declare.
13066 (load_shlib, lookup_function): Change prototypes.
13067 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13068 (translate_offset): Remove declarations.
13069 (get_text_addr): New declaration.
13070 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13071 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13072 sym-file-loader.h.
13073 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13074 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13075 here from sym-file-loader.h.
13076 (struct library): New structure.
13077 (load_shlib, lookup_function): Change prototypes and adjust to
13078 work with a struct library.
13079 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13080 (translate_offset): Make static.
13081 (get_text_addr): New function.
13082 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13083
13084 2014-04-15 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13087
13088 2014-04-15 Pedro Alves <palves@redhat.com>
13089
13090 * gdb.base/sym-file-loader.c: Include <limits.h>.
13091 (SELF_LINK): New define.
13092 (get_origin): New function.
13093 (load_shlib): Use it.
13094 * gdb.base/sym-file.exp: Don't early return if the target is
13095 remote. Use runto_main, and issue fail is that fails. Use
13096 gdb_load_shlibs.
13097 (shlib_name): Delete.
13098 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13099
13100 2014-04-15 Pedro Alves <palves@redhat.com>
13101
13102 * gdb.base/sym-file.exp: Remove regex characters from test
13103 message. Don't refer to breakpoint numbers in test messages.
13104
13105 2014-04-14 Keith Seitz <keiths@redhat.com>
13106
13107 PR c++/16253
13108 * gdb.cp/var-tag.cc: New file.
13109 * gdb.cp/var-tag.exp: New file.
13110 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13111 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13112 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13113 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13114
13115 2014-04-14 Tom Tromey <tromey@redhat.com>
13116
13117 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13118 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13119 type.
13120 * gdb.cp/enum-class.exp: New file.
13121 * gdb.cp/enum-class.cc: New file.
13122
13123 2014-04-14 Tom Tromey <tromey@redhat.com>
13124
13125 * gdb.dwarf2/enum-type.exp: New file.
13126
13127 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13128
13129 * gdb.mi/mi-vla-c99.exp: New file.
13130 * gdb.mi/vla.c: New file.
13131
13132 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13133
13134 * gdb.base/vla-datatypes.c: New file.
13135 * gdb.base/vla-datatypes.exp: New file.
13136
13137 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13138
13139 * gdb.base/vla-ptr.c: New file.
13140 * gdb.base/vla-ptr.exp: New file.
13141
13142 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13143
13144 * gdb.dwarf2/count.exp: New file.
13145
13146 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13147
13148 * gdb.base/vla-sideeffect.c: New file.
13149 * gdb.base/vla-sideeffect.exp: New file.
13150
13151 2014-04-14 David Blaikie <dblaikie@gmail.com>
13152
13153 * gdb.mi/non-stop.c: Add return value for non-void function return
13154 statement.
13155 * gdb.threads/staticthreads.c: Ditto.
13156
13157 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13158 Doug Evans <xdje42@gmail.com>
13159
13160 * gdb.guile/scm-value.c: Improve test case.
13161 * gdb.guile/scm-value.exp: Add new test.
13162
13163 2014-04-11 David Blaikie <dblaikie@gmail.com>
13164
13165 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13166 override Clang's default.
13167
13168 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13169
13170 Revert the following changes (regressions):
13171
13172 * gdb.base/vla-sideeffect.c: New file.
13173 * gdb.base/vla-sideeffect.exp: New file.
13174
13175 * gdb.dwarf2/count.exp: New file.
13176
13177 * gdb.base/vla-multi.c: New file.
13178 * gdb.base/vla-multi.exp: New file.
13179
13180 * gdb.base/vla-ptr.c: New file.
13181 * gdb.base/vla-ptr.exp: New file.
13182
13183 * gdb.base/vla-datatypes.c: New file.
13184 * gdb.base/vla-datatypes.exp: New file.
13185
13186 * gdb.mi/mi-vla-c99.exp: New file.
13187 * gdb.mi/vla.c: New file.
13188
13189 2014-04-11 Keith Seitz <keiths@redhat.com>
13190
13191 PR c++/16675
13192 * gdb.cp/cpsizeof.exp: New file.
13193 * gdb.cp/cpsizeof.cc: New file.
13194
13195 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13196
13197 * gdb.mi/mi-vla-c99.exp: New file.
13198 * gdb.mi/vla.c: New file.
13199
13200 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13201
13202 * gdb.base/vla-datatypes.c: New file.
13203 * gdb.base/vla-datatypes.exp: New file.
13204
13205 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13206
13207 * gdb.base/vla-ptr.c: New file.
13208 * gdb.base/vla-ptr.exp: New file.
13209
13210 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13211
13212 * gdb.base/vla-multi.c: New file.
13213 * gdb.base/vla-multi.exp: New file.
13214
13215 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13216
13217 * gdb.dwarf2/count.exp: New file.
13218
13219 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13220
13221 * gdb.base/vla-sideeffect.c: New file.
13222 * gdb.base/vla-sideeffect.exp: New file.
13223
13224 2014-04-11 Yao Qi <yao@codesourcery.com>
13225
13226 * gdb.base/completion.exp: Check file exists before running tests
13227 on file completion.
13228
13229 2014-04-10 Pedro Alves <palves@redhat.com>
13230
13231 * gdb.base/cond-eval-mode.c: New file.
13232 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13233 prepare_for_testing to build the new file. Check result of
13234 runto_main.
13235 (test_break, test_watch): New procedures.
13236 (top level): Use them.
13237
13238 2014-04-08 Pierre Muller <muller@sourceware.org>
13239
13240 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13241 Ctrl-V use for mingw hosts.
13242
13243 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13244
13245 * gdb.python/py-value.c: Improve test case.
13246 * gdb.python/py-value.exp: Add new test.
13247
13248 2014-04-07 David Blaikie <dblaikie@gmail.com>
13249
13250 * lib/compiler.c: Identify the clang compiler.
13251 * lib/compiler.cc: Ditto.
13252
13253 2014-04-03 Yao Qi <yao@codesourcery.com>
13254
13255 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13256
13257 2014-04-01 Anton Blanchard <anton@samba.org>
13258
13259 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13260 messages unique.
13261
13262 2014-04-01 Anton Blanchard <anton@samba.org>
13263
13264 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13265 prepare_for_testing.
13266
13267 2014-04-01 Anton Blanchard <anton@samba.org>
13268
13269 * gdb.arch/ppc64-atomic-inst.c: Remove.
13270 * gdb.arch/ppc64-atomic-inst.S: New file.
13271 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13272
13273 2014-03-31 Doug Evans <dje@google.com>
13274
13275 * gdb.base/print-symbol-loading-lib.c: New file.
13276 * gdb.base/print-symbol-loading-main.c: New file.
13277 * gdb.base/print-symbol-loading.exp: New file.
13278
13279 2014-03-31 Yao Qi <yao@codesourcery.com>
13280
13281 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13282
13283 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13284
13285 * gdb.ada/mi_dyn_arr: New testcase.
13286
13287 2014-03-27 Doug Evans <dje@google.com>
13288
13289 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13290
13291 2014-03-27 Yao Qi <yao@codesourcery.com>
13292
13293 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13294 if target is nios2-*-*.
13295
13296 2014-03-26 Yao Qi <yao@codesourcery.com>
13297
13298 * lib/gdb.exp (readline_is_used): New proc.
13299 * gdb.base/completion.exp: Move tests on command complete up.
13300 Skip the rest of tests if readline is not used.
13301 * gdb.ada/complete.exp: Skp the test if readline is not
13302 used.
13303 * gdb.base/filesym.exp: Likewise.
13304 * gdb.base/macscp.exp: Likewise.
13305 * gdb.base/readline-ask.exp: Likewise.
13306 * gdb.base/readline.exp: Likewise.
13307 * gdb.python/py-cmd.exp: Likewise.
13308 * gdb.trace/tfile.exp: Likewise.
13309
13310 2014-03-26 Yao Qi <yao@codesourcery.com>
13311
13312 * gdb.base/macscp.exp: Fix code format issues.
13313
13314 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13315
13316 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13317 * gdb.asm/powerpc64le.inc: New file.
13318
13319 2014-03-25 Pedro Alves <palves@redhat.com>
13320 Doug Evans <dje@google.com>
13321
13322 * gdb.base/source-execution.c: New file.
13323 * gdb.base/source-execution.exp: New file.
13324 * gdb.base/source-execution.gdb: New file.
13325
13326 2014-03-24 Doug Evans <dje@google.com>
13327
13328 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13329 using fission.
13330
13331 2014-03-24 Hui Zhu <hui@codesourcery.com>
13332 Pedro Alves <palves@redhat.com>
13333
13334 PR breakpoints/16101
13335 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13336 test pass/fail messages. Detect missing support for dprintf when
13337 breakpoints are actually inserted.
13338 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13339 breakpoints are actually inserted.
13340 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13341 fails.
13342
13343 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13344
13345 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13346
13347 2014-03-22 Doug Evans <xdje42@gmail.com>
13348
13349 * gdb.python/python.exp (python not supported): Verify multi-line
13350 python command issues an error.
13351 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13352 guile command issues an error.
13353
13354 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13355
13356 * gdb.threads/thread-specific.exp: Handle the lack of usable
13357 $this_breakpoint and $this_thread.
13358
13359 2014-03-21 Hui Zhu <hui@codesourcery.com>
13360
13361 * gdb.base/attach.exp (do_command_attach_tests): New.
13362
13363 2014-03-20 Tom Tromey <tromey@redhat.com>
13364 Pedro Alves <palves@redhat.com>
13365
13366 PR cli/15718
13367 * gdb.base/condbreak-call-false.c: New file.
13368 * gdb.base/condbreak-call-false.exp: New file.
13369
13370 2014-03-20 Pedro Alves <palves@redhat.com>
13371
13372 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13373 Delete.
13374 (block_signals, unblock_signals): Delete.
13375 (child_function_2, main): Remove references to deleted variable
13376 and functions.
13377
13378 2014-03-20 Pedro Alves <palves@redhat.com>
13379
13380 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13381 Use pthread_kill to signal thread 2.
13382 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13383 Adjust to make the test send itself a signal rather than using the
13384 host's "kill" command.
13385
13386 2014-03-20 Pedro Alves <palves@redhat.com>
13387
13388 * gdb.threads/multiple-step-overs.c: New file.
13389 * gdb.threads/multiple-step-overs.exp: New file.
13390 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13391 Adjust expected infrun debug output.
13392
13393 2014-03-20 Pedro Alves <palves@redhat.com>
13394
13395 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13396 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13397
13398 2014-03-20 Pedro Alves <palves@redhat.com>
13399
13400 PR breakpoints/7143
13401 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13402 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13403 of gdb_test_multiple.
13404 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13405 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13406
13407 2014-03-20 Pedro Alves <palves@redhat.com>
13408
13409 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13410 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13411
13412 2014-03-19 Pedro Alves <palves@redhat.com>
13413
13414 * gdb.base/async.exp: Remove early return.
13415
13416 2014-03-19 Pedro Alves <palves@redhat.com>
13417
13418 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13419
13420 2014-03-19 Pedro Alves <palves@redhat.com>
13421
13422 * gdb.base/async.exp (test_background): Expect \r\n after
13423 "completed." in the fail pattern.
13424
13425 2014-03-19 Pedro Alves <palves@redhat.com>
13426
13427 * gdb.base/async.exp (test_background): New procedure.
13428 Use it for all background execution command tests.
13429
13430 2014-03-19 Pedro Alves <palves@redhat.com>
13431
13432 * gdb.base/async.exp: Use prepare_for_testing.
13433
13434 2014-03-19 Pedro Alves <palves@redhat.com>
13435
13436 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13437 the same line.
13438
13439 2014-03-19 Pedro Alves <palves@redhat.com>
13440
13441 * gdb.base/async.c (main): Add "jump here" and "until here" line
13442 marker comments.
13443 * gdb.base/async.exp (jump_here): New global.
13444 (jump& test): Use it.
13445 (until_here): New global.
13446 (until& test): Use it.
13447
13448 2014-03-19 Pedro Alves <palves@redhat.com>
13449
13450 * gdb.base/async.exp: Don't frob gdb_protocol.
13451
13452 2014-03-18 Doug Evans <xdje42@gmail.com>
13453
13454 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13455 Fix spelling of exec-done-display.
13456
13457 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13458
13459 PR gdb/15358
13460 * gdb.base/gdb-sigterm.c: New file.
13461 * gdb.base/gdb-sigterm.exp: New file.
13462
13463 2014-03-18 Pedro Alves <palves@redhat.com>
13464
13465 PR gdb/13860
13466 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13467 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13468 solib-event.
13469
13470 2014-03-17 Joel Brobecker <brobecker@adacore.com>
13471
13472 * gdb.ada/pckd_arr_ren: New testcase.
13473
13474 2014-03-13 Doug Evans <xdje42@gmail.com>
13475
13476 PR guile/16612
13477 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13478 collect after discarding symbols.
13479
13480 2014-03-13 Ludovic Courtès <ludo@gnu.org>
13481 Doug Evans <xdje42@gmail.com>
13482
13483 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13484 to history survives a gc.
13485
13486 2014-03-13 Pedro Alves <palves@redhat.com>
13487
13488 * gdb.base/default.exp: Don't test "target procfs".
13489
13490 2014-03-13 Pedro Alves <palves@redhat.com>
13491
13492 * gdb.base/default.exp: Update "target child" and "target procfs"
13493 tests to not expect "Unix".
13494
13495 2014-03-12 Tom Tromey <tromey@redhat.com>
13496
13497 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13498 New procs. Add target-async tests.
13499 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13500 Add target-async tests.
13501
13502 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13503
13504 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13505 'func_start' and 'func_end' for the beginning and end of the
13506 function code, respectively.
13507 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13508 'func_end' instead of 'func' and 'main'.
13509
13510 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13511
13512 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13513 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13514 generate the debug info assembler source.
13515
13516 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13517
13518 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13519 * gdb.dwarf2/arr-subrange.exp: Likewise.
13520 * gdb.dwarf2/dwz.exp: Likewise.
13521 * gdb.dwarf2/method-ptr.exp: Likewise.
13522 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13523 * gdb.dwarf2/subrange.exp: Likewise.
13524 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13525 * gdb.dwarf2/implptrpiece.exp: Likewise.
13526 * gdb.dwarf2/nostaticblock.exp: Likewise.
13527
13528 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13529
13530 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13531 directory to absolute path name arguments.
13532
13533 2014-03-10 Joel Brobecker <brobecker@adacore.com>
13534
13535 * gdb.ada/tagged_access: New testcase.
13536
13537 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13538
13539 * gdb.btrace/data.exp: Update expected output.
13540
13541 2014-03-06 Yao Qi <yao@codesourcery.com>
13542
13543 * gdb.trace/pr16508.exp: New file.
13544
13545 2014-03-05 Pedro Alves <palves@redhat.com>
13546
13547 PR gdb/16575
13548 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13549 procedure.
13550 (top level): Adjust to use it. Add tests that exercise breakpoint
13551 interaction with the code-cache.
13552
13553 2014-02-26 Ludovic Courtès <ludo@gnu.org>
13554
13555 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13556 test for 'history-append!'.
13557
13558 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13559
13560 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13561 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13562 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13563 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13564 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13565 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13566
13567 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13568
13569 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13570 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13571 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13572
13573 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13574
13575 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13576
13577 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13578
13579 * gdb.dwarf2/arr-stride.c: New file.
13580 * gdb.dwarf2/arr-stride.exp: New file.
13581
13582 2014-02-26 Pedro Alves <palves@redhat.com>
13583
13584 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13585 that won't ever trigger. Make sure that GDB reports the correct
13586 breakpoint that caused the stop.
13587
13588 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13589
13590 PR gdb/16626
13591 * gdb.base/auto-load-script: New file.
13592 * gdb.base/auto-load.c: New file.
13593 * gdb.base/auto-load.exp: New file.
13594
13595 PR gdb/16626
13596 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13597
13598 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13599
13600 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13601 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13602
13603 2014-02-24 Doug Evans <dje@google.com>
13604
13605 * lib/gdb.exp (run_on_host): Log error output if program fails.
13606
13607 2014-02-21 Pedro Alves <palves@redhat.com>
13608
13609 * gdb.threads/step-after-sr-lock.c: Rename to ...
13610 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13611 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13612 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13613 ... this.
13614
13615 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13616
13617 PR tdep/16397
13618 * gdb.arch/amd64-stap-special-operands.exp: New file.
13619 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13620 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13621 * gdb.arch/amd64-stap-triplet.S: Likewise.
13622 * gdb.arch/amd64-stap-triplet.c: Likewise.
13623
13624 2014-02-20 Joel Brobecker <brobecker@adacore.com>
13625
13626 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13627 in .section pseudo-op.
13628
13629 2014-02-20 lin zuojian <manjian2006@gmail.com>
13630 Joel Brobecker <brobecker@adacore.com>
13631 Doug Evans <xdje42@gmail.com>
13632
13633 PR symtab/16581
13634 * gdb.dwarf2/dw2-icycle.S: New file.
13635 * gdb.dwarf2/dw2-icycle.c: New file.
13636 * gdb.dwarf2/dw2-icycle.exp: New file.
13637
13638 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13639
13640 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13641 operations on gdb.Value objects.
13642 * gdb.python/py-value-cc.exp: Add new test to test operations on
13643 gdb.Value objects.
13644
13645 2014-02-18 Doug Evans <dje@google.com>
13646
13647 * Makefile.in (TESTS): New variable.
13648 (expanded_tests, expanded_tests_or_none): New variables
13649 (check-single): Pass $(expanded_tests_or_none) to runtest.
13650 (check-parallel): Only run tests in $(TESTS) if non-empty.
13651 (check/no-matching-tests-found): New rule.
13652 * README: Document TESTS makefile variable.
13653
13654 2014-02-18 Doug Evans <dje@google.com>
13655
13656 * Makefile.in (check-parallel): rm -rf outputs temp.
13657
13658 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13659
13660 Fix "ERROR: no fileid for" in the testsuite.
13661 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13662
13663 2014-02-12 Doug Evans <dje@google.com>
13664
13665 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13666 (MISCELLANEOUS): New variable.
13667 (clean): rm -rf $(MISCELLANEOUS).
13668 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13669 dwp live in the same directory as symlinks, with each symlink pointed
13670 to a differently named file in a different directory.
13671
13672 2014-02-11 Doug Evans <dje@google.com>
13673
13674 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13675 of Tcl file commands.
13676
13677 2014-02-10 Mark Kettenis <kettenis@gnu.org>
13678
13679 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13680 "kill -SIGUSR1 -1".
13681
13682 2014-02-10 Joel Brobecker <brobecker@adacore.com>
13683
13684 * gdb.ada/tick_length_array_enum_idx: New testcase.
13685
13686 2014-02-10 Doug Evans <xdje42@gmail.com>
13687
13688 * configure.ac (AC_OUTPUT): Add gdb.guile.
13689 * configure: Regenerate.
13690 * lib/gdb-guile.exp: New file.
13691 * lib/gdb.exp (get_target_charset): New function.
13692 * gdb.base/help.exp: Update expected output from "apropos apropos".
13693 * gdb.guile/Makefile.in: New file.
13694 * gdb.guile/guile.exp: New file.
13695 * gdb.guile/scm-arch.c: New file.
13696 * gdb.guile/scm-arch.exp: New file.
13697 * gdb.guile/scm-block.c: New file.
13698 * gdb.guile/scm-block.exp: New file.
13699 * gdb.guile/scm-breakpoint.c: New file.
13700 * gdb.guile/scm-breakpoint.exp: New file.
13701 * gdb.guile/scm-disasm.c: New file.
13702 * gdb.guile/scm-disasm.exp: New file.
13703 * gdb.guile/scm-equal.c: New file.
13704 * gdb.guile/scm-equal.exp: New file.
13705 * gdb.guile/scm-error.exp: New file.
13706 * gdb.guile/scm-error.scm: New file.
13707 * gdb.guile/scm-frame-args.c: New file.
13708 * gdb.guile/scm-frame-args.exp: New file.
13709 * gdb.guile/scm-frame-args.scm: New file.
13710 * gdb.guile/scm-frame-inline.c: New file.
13711 * gdb.guile/scm-frame-inline.exp: New file.
13712 * gdb.guile/scm-frame.c: New file.
13713 * gdb.guile/scm-frame.exp: New file.
13714 * gdb.guile/scm-generics.exp: New file.
13715 * gdb.guile/scm-gsmob.exp: New file.
13716 * gdb.guile/scm-iterator.c: New file.
13717 * gdb.guile/scm-iterator.exp: New file.
13718 * gdb.guile/scm-math.c: New file.
13719 * gdb.guile/scm-math.exp: New file.
13720 * gdb.guile/scm-objfile-script-gdb.in: New file.
13721 * gdb.guile/scm-objfile-script.c: New file.
13722 * gdb.guile/scm-objfile-script.exp: New file.
13723 * gdb.guile/scm-objfile.c: New file.
13724 * gdb.guile/scm-objfile.exp: New file.
13725 * gdb.guile/scm-ports.exp: New file.
13726 * gdb.guile/scm-pretty-print.c: New file.
13727 * gdb.guile/scm-pretty-print.exp: New file.
13728 * gdb.guile/scm-pretty-print.scm: New file.
13729 * gdb.guile/scm-section-script.c: New file.
13730 * gdb.guile/scm-section-script.exp: New file.
13731 * gdb.guile/scm-section-script.scm: New file.
13732 * gdb.guile/scm-symbol.c: New file.
13733 * gdb.guile/scm-symbol.exp: New file.
13734 * gdb.guile/scm-symtab-2.c: New file.
13735 * gdb.guile/scm-symtab.c: New file.
13736 * gdb.guile/scm-symtab.exp: New file.
13737 * gdb.guile/scm-type.c: New file.
13738 * gdb.guile/scm-type.exp: New file.
13739 * gdb.guile/scm-value-cc.cc: New file.
13740 * gdb.guile/scm-value-cc.exp: New file.
13741 * gdb.guile/scm-value.c: New file.
13742 * gdb.guile/scm-value.exp: New file.
13743 * gdb.guile/source2.scm: New file.
13744 * gdb.guile/types-module.cc: New file.
13745 * gdb.guile/types-module.exp: New file.
13746
13747 2014-02-10 Yao Qi <yao@codesourcery.com>
13748
13749 PR testsuite/16543
13750 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13751 * configure: Regenerated.
13752 * Makefile.in: New file.
13753
13754 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13755
13756 * gdb.python/py-framefilter.exp: Fix typo.
13757
13758 2014-02-08 Yao Qi <yao@codesourcery.com>
13759
13760 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13761 that no =breakpoint-modified is emitted when breakpoints are
13762 modified through MI commands.
13763
13764 2014-02-07 Pedro Alves <pedro@codesourcery.com>
13765 Pedro Alves <palves@redhat.com>
13766
13767 * gdb.threads/step-after-sr-lock.c: New file.
13768 * gdb.threads/step-after-sr-lock.exp: New file.
13769
13770 2014-02-07 Pedro Alves <palves@redhat.com>
13771
13772 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13773
13774 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13775
13776 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13777 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13778
13779 2014-02-06 Doug Evans <xdje42@gmail.com>
13780
13781 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13782 output.
13783
13784 * gdb.gdb/python-interrupts.exp: New file.
13785
13786 2014-02-05 Yao Qi <yao@codesourcery.com>
13787
13788 * gdb.trace/report.exp (use_collected_data): Test the output
13789 of "info threads" and "info inferiors".
13790
13791 2014-02-05 Yao Qi <yao@codesourcery.com>
13792
13793 Revert this patch:
13794
13795 2013-05-24 Yao Qi <yao@codesourcery.com>
13796
13797 * gdb.trace/tfile.exp: Test inferior and thread.
13798
13799 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13800
13801 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13802 on a function.
13803 * gdb.base/step-bt.c: Call hello via function pointer to make
13804 sure its first instruction is executed on powerpc64le-linux.
13805
13806 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13807
13808 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13809
13810 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13811
13812 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13813 of the test patterns for use on little-endian systems.
13814
13815 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13816
13817 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13818 (decimal_vector): Fix for little-endian.
13819
13820 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13821
13822 * gdb.arch/sparc-sysstep.exp: New file.
13823 * gdb.arch/sparc-sysstep.c: Likewise.
13824
13825 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13826
13827 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13828
13829 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13830
13831 2014-01-23 Tom Tromey <tromey@redhat.com>
13832
13833 * gdb.ada/array_char_idx: New testcase.
13834
13835 2014-01-23 Tom Tromey <tromey@redhat.com>
13836
13837 PR python/16487:
13838 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13839 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13840 classes.
13841
13842 2014-01-23 Tom Tromey <tromey@redhat.com>
13843
13844 PR python/16491:
13845 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13846 string from an inferior frame.
13847 * gdb.python/py-framefilter-mi.exp: Update.
13848
13849 2014-01-22 Doug Evans <dje@google.com>
13850
13851 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13852
13853 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13854
13855 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13856
13857 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13858
13859 * gdb.trace/entry-values.exp: Remove excess space character from
13860 regex patterns. Handle s390 call instruction.
13861
13862 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13863
13864 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13865 define "*_start" label. Make "name" static.
13866 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13867 ${name} by references to ${name}_start.
13868
13869 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13870
13871 * gdb.base/info-macros.exp: Remove "debug" from the compile
13872 options.
13873
13874 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13875
13876 * gdb.dlang/demangle.exp: New file.
13877
13878 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13879
13880 * gdb.dlang/primitive-types.exp: New file.
13881
13882 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13883
13884 * configure.ac: Create gdb.dlang/Makefile.
13885 * configure: Regenerate.
13886 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13887 * gdb.dlang/Makefile.in: New file.
13888 * lib/d-support.exp: New file.
13889 * lib/gdb.exp (skip_d_tests): New proc.
13890
13891 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13892
13893 * gdb.btrace/delta.exp: Check reverse stepi.
13894 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13895 * gdb.btrace/finish.exp: New.
13896 * gdb.btrace/next.exp: New.
13897 * gdb.btrace/nexti.exp: New.
13898 * gdb.btrace/record_goto.c: Add comments.
13899 * gdb.btrace/step.exp: New.
13900 * gdb.btrace/stepi.exp: New.
13901 * gdb.btrace/multi-thread-step.c: New.
13902 * gdb.btrace/multi-thread-step.exp: New.
13903 * gdb.btrace/rn-dl-bind.c: New.
13904 * gdb.btrace/rn-dl-bind.exp: New.
13905 * gdb.btrace/data.c: New.
13906 * gdb.btrace/data.exp: New.
13907 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13908
13909 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13910
13911 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13912 * gdb.btrace/exception.exp: Update.
13913 * gdb.btrace/instruction_history.exp: Update.
13914 * gdb.btrace/record_goto.exp: Update.
13915 * gdb.btrace/tailcall.exp: Update.
13916 * gdb.btrace/unknown_functions.exp: Update.
13917 * gdb.btrace/delta.exp: New.
13918
13919 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13920
13921 * gdb.btrace/record_goto.exp: Add backtrace test.
13922 * gdb.btrace/tailcall.exp: Add backtrace test.
13923
13924 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13925
13926 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13927 * gdb.btrace/record_goto.c: New.
13928 * gdb.btrace/record_goto.exp: New.
13929 * gdb.btrace/x86-record_goto.S: New.
13930
13931 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13932
13933 * gdb.btrace/function_call_history.exp: Update tests.
13934 * gdb.btrace/instruction_history.exp: Update tests.
13935
13936 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13937
13938 * gdb.btrace/function_call_history.exp: Fix expected field
13939 order for "record function-call-history".
13940 Add new tests for "record function-call-history /c".
13941 * gdb.btrace/exception.cc: New.
13942 * gdb.btrace/exception.exp: New.
13943 * gdb.btrace/tailcall.exp: New.
13944 * gdb.btrace/x86-tailcall.S: New.
13945 * gdb.btrace/x86-tailcall.c: New.
13946 * gdb.btrace/unknown_functions.c: New.
13947 * gdb.btrace/unknown_functions.exp: New.
13948 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13949
13950 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13951
13952 * gdb.btrace/instruction_history.exp: Update.
13953 * gdb.btrace/function_call_history.exp: Update.
13954
13955 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13956
13957 * gdb.btrace/function_call_history.exp: Fix expected function
13958 trace.
13959 * gdb.btrace/instruction_history.exp: Initialize traced.
13960 Remove traced_functions.
13961
13962 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13963
13964 * gdb.btrace/function_call_history.exp: Update
13965 * gdb.btrace/instruction_history.exp: Update.
13966
13967 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13968
13969 * gdb.btrace/enable.exp: Update expected text.
13970
13971 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13972
13973 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13974 bytes.
13975
13976 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13977
13978 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13979
13980 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
13981
13982 * lib/gdb.exp (supports_process_record): Return true for
13983 arm*-linux*. (supports_reverse): Likewise.
13984
13985 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13986
13987 PR python/15464
13988 PR python/16113
13989 * gdb.python/py-type.c: Enhance test case.
13990 * gdb.python/py-value-cc.cc: Likewise
13991 * gdb.python/py-type.exp: Add new tests.
13992 * gdb.python/py-value-cc.exp: Likewise
13993
13994 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13995 Pedro Alves <palves@redhat.com>
13996
13997 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
13998 Make "name" extern.
13999 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14000 references to ${name}_start by references to ${name}.
14001
14002 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14003
14004 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14005
14006 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14007
14008 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14009
14010 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14011 Pedro Alves <palves@redhat.com>
14012
14013 * gdb.mi/mi-info-os.exp: Connect to the target with
14014 mi_gdb_target_load.
14015
14016 2014-01-08 Pedro Alves <palves@redhat.com>
14017
14018 * gdb.threads/reconnect-signal.c: New file.
14019 * gdb.threads/reconnect-signal.exp: New file.
14020
14021 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14022
14023 * gdb.base/source-dir.exp: New file.
14024
14025 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14026
14027 * gdb.ada/mi_interface: New testcase.
14028
14029 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14030
14031 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14032 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14033 gdb.ada/pp-rec-component/pck.ads: New files.
14034
14035 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14036
14037 * gdb.python/py-pp-integral.c: New file.
14038 * gdb.python/py-pp-integral.py: New file.
14039 * gdb.python/py-pp-integral.exp: New file.
14040
14041 For older changes see ChangeLog-1993-2013.
14042 \f
14043 ;; Local Variables:
14044 ;; mode: change-log
14045 ;; left-margin: 8
14046 ;; fill-column: 74
14047 ;; version-control: never
14048 ;; End:
14049
14050 Copyright 2014-2018 Free Software Foundation, Inc.
14051 Copying and distribution of this file, with or without modification,
14052 are permitted provided the copyright notice and this notice are preserved.
This page took 0.350198 seconds and 4 git commands to generate.