gdb: Don't drop SIGSTOP during stop_all_threads
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2 Richard Bunt <Richard.Bunt@arm.com>
3
4 * gdb.threads/attach-slow-waitpid.c: New file.
5 * gdb.threads/attach-slow-waitpid.exp: New file.
6 * gdb.threads/slow-waitpid.c: New file.
7
8 2018-06-14 Pedro Alves <palves@redhat.com>
9
10 * gdb.base/fork-running-state.c: Include <errno.h>.
11 (exit_if_relative_exits): New.
12 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
13 exits.
14 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
15 child exits.
16
17 2018-06-14 Tom de Vries <tdevries@suse.de>
18
19 PR cli/22573
20 * gdb.base/finish-pretty.c: New test.
21 * gdb.base/finish-pretty.exp: New file.
22
23 2018-06-14 Pedro Alves <palves@redhat.com>
24
25 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
26 gdb's expected startup output.
27
28 2018-06-14 Pedro Alves <palves@redhat.com>
29
30 * lib/selftest-support.exp (selftest_setup): Remove inlined
31 function handling.
32
33 2018-06-14 Tom de Vries <tdevries@suse.de>
34
35 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
36 matching of breakpoint printing.
37
38 2018-06-13 Tom de Vries <tdevries@suse.de>
39
40 PR testsuite/23269
41 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
42 (fork_child): ... here, and ...
43 (fork_parent): ... here.
44
45 2018-06-12 Tom de Vries <tdevries@suse.de>
46
47 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
48
49 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
50 Stephen Roberts <stephen.roberts@arm.com>
51
52 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
53 rewrite test to describe action performed, rather than possible
54 failure.
55
56 2018-06-08 Gary Benson <gbenson@redhat.com>
57
58 * gdb.threads/check-libthread-db.exp: New file.
59 * gdb.threads/check-libthread-db.c: Likewise.
60
61 2018-06-05 Tom Tromey <tom@tromey.com>
62
63 * gdb.base/default.exp: Update expected "show version" output.
64
65 2018-06-05 Tom Tromey <tom@tromey.com>
66
67 PR cli/12326:
68 * gdb.cp/static-print-quit.exp: Update.
69 * lib/gdb.exp (pagination_prompt): Update.
70 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
71 * gdb.python/python.exp: Update.
72
73 2018-06-04 Joel Brobecker <brobecker@adacore.com>
74
75 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
76
77 2018-06-01 Joel Brobecker <brobecker@adacore.com>
78
79 * gdb.ada/bp_fun_addr: New testcase.
80
81 2018-06-01 Tom Tromey <tom@tromey.com>
82
83 * gdb.xml/tdesc-regs.exp (load_description): Update expected
84 results.
85 * gdb.dwarf2/method-ptr.exp: Set language to C++.
86 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
87 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
88 * gdb.base/maint.exp (maint_pass_if): Update.
89
90 2018-05-31 Maciej W. Rozycki <macro@mips.com>
91
92 * gdb.base/endian.exp: New test.
93 * gdb.base/endian.c: New test source.
94
95 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
96
97 PR gdb/23203
98 * gdb.base/bt-selected-frame.c: New file.
99 * gdb.base/bt-selected-frame.exp: New file.
100 * lib/gdb.exp (get_current_frame_number): New function.
101
102 2018-05-24 Maciej W. Rozycki <macro@mips.com>
103 Pedro Alves <palves@redhat.com>
104
105 * gdb.threads/tls-core.c: Include <stdlib.h>
106 (thread_proc): Call `abort'.
107 * gdb.threads/tls-core.exp: Generate a core with core_find too.
108 (tls_core_test): New procedure, bits factored out from ...
109 (top level): ... here. Test both native cores and gcore cores.
110
111 2018-05-23 Tom Tromey <tom@tromey.com>
112
113 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
114
115 2018-05-23 Tom Tromey <tom@tromey.com>
116
117 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
118 symfile_complaints.
119 (test_short_complaints): Likewise.
120 (test_empty_complaints): Likewise.
121 (test_initial_complaints): Update.
122
123 2018-05-23 Tom Tromey <tom@tromey.com>
124
125 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
126
127 2018-05-23 Tom Tromey <tom@tromey.com>
128
129 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
130 (test_short_complaints): Update.
131
132 2018-05-22 Pedro Alves <palves@redhat.com>
133
134 * gdb.base/remote.exp: Only gdb_start after compiling the
135 testcase. Issue "disconnect" before testing "set remote" command
136 defaults. Issue clean_restart before running to main.
137
138 2018-05-22 Pedro Alves <palves@redhat.com>
139
140 * gdb.base/remote.exp: Adjust expected output of "show remote
141 memory-write-packet-size". Add tests for "set remote
142 memory-write-packet-size 0" and "set remote
143 memory-write-packet-size fixed/limit".
144
145 2018-05-22 Pedro Alves <palves@redhat.com>
146
147 PR gdb/22973
148 * gdb.base/utf8-identifiers.c: New file.
149 * gdb.base/utf8-identifiers.exp: New file.
150
151 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
152
153 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
154
155 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
156
157 * gdb.arch/powerpc-vsx-gcore.exp: New file.
158
159 2018-05-18 Tom Tromey <tom@tromey.com>
160
161 * gdb.base/ptype-offsets.exp: Update.
162
163 2018-05-17 Keith Seitz <keiths@redhat.com>
164
165 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
166 in expected breakpoint stop locations.
167 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
168 move to proper scope to test variable values.
169 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
170 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
171 New functions.
172 (main): Call not_inline_func3.
173 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
174 inline_func1, inline_func2, and inline_func3. Test that when each
175 breakpoint is hit, GDB properly reports both the stop location
176 and the backtrace. Repeat tests for temporary breakpoints.
177
178 2018-05-15 Maciej W. Rozycki <macro@mips.com>
179
180 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
181 rather then trying to access it in determining whether the PID
182 of `gdbserver' could have been retrieved.
183
184 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
185
186 * gdb.arch/amd64-init-x87-values.S: New file.
187 * gdb.arch/amd64-init-x87-values.exp: New file.
188
189 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
190
191 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
192
193 2018-05-04 Tom Tromey <tom@tromey.com>
194
195 PR python/22730:
196 * gdb.python/python.exp: Test multi-line execute.
197
198 2018-05-04 Tom Tromey <tom@tromey.com>
199
200 PR python/22731:
201 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
202
203 2018-05-04 Tom Tromey <tom@tromey.com>
204
205 PR gdb/11750:
206 * gdb.base/define.exp: Test defining a user command inside a user
207 command.
208 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
209
210 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
211 Pedro Alves <palves@redhat.com>
212
213 PR breakpoints/19806 and support for PR external/20207.
214 * gdb.base/watchpoint-unaligned.c: New file.
215 * gdb.base/watchpoint-unaligned.exp: New file.
216
217 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
218
219 * gdb.base/maint.exp: Make test names unique, use
220 test_prefix_command_help to test 'help maint info', and remove
221 repeated test of 'help maint'.
222
223 2018-05-04 Tom Tromey <tom@tromey.com>
224
225 PR gdb/22619:
226 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
227 behavior.
228
229 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.base/maint.exp: Process output from 'maint print registers'
232 line at a time.
233
234 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
237 timeout.
238
239 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
242 filter pattern.
243
244 2018-05-02 Pedro Alves <palves@redhat.com>
245
246 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
247 to_log_command renames.
248 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
249
250 2018-05-02 Tom Tromey <tom@tromey.com>
251
252 * gdb.python/py-parameter.exp: Set test message.
253
254 2018-05-02 Tom Tromey <tom@tromey.com>
255
256 PR python/20084:
257 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
258 PARAM_ZUINTEGER_UNLIMITED tests.
259
260 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
261
262 PR rust/23124
263 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
264 when casting.
265
266 2018-04-30 Tom Tromey <tom@tromey.com>
267
268 * gdb.python/py-type.exp: Check align attribute.
269 * gdb.python/py-type.c: New "aligncheck" global.
270
271 2018-04-30 Tom Tromey <tom@tromey.com>
272
273 PR exp/17095:
274 * gdb.dwarf2/dw2-align.exp: New file.
275 * gdb.cp/align.exp: New file.
276 * gdb.base/align.exp: New file.
277 * lib/gdb.exp (gdb_int128_helper): New proc.
278 (has_int128_c, has_int128_cxx): New caching procs.
279
280 2018-04-27 Tom Tromey <tom@tromey.com>
281
282 PR rust/22545:
283 * gdb.rust/simple.exp: Add inclusive range tests.
284
285 2018-04-26 Pedro Alves <palves@redhat.com>
286
287 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
288 ifunc breakpoint locations correctly of ifunc breakpoints set
289 while the program resolves the ifunc.
290
291 2018-04-26 Pedro Alves <palves@redhat.com>
292
293 * gdb.base/gnu-ifunc-final.c: New file.
294 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
295 * gdb.base/gnu-ifunc.exp (executable): Delete.
296 (staticexecutable): Adjust.
297 (lib_opts, exec_opts): Delete.
298 (make_binsuffix, build, set-break): New procedures.
299 (misc_tests): New, with tests factored out from the top level.
300 (top level): Test different combinations of ifunc resolver name,
301 resolver with and with debug info, and ifunc target with and
302 without debug info. Wrap static tests with with_target_prefix.
303
304 2018-04-26 Pedro Alves <palves@redhat.com>
305
306 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
307 return type" warnings.
308
309 2018-04-25 Pedro Alves <palves@redhat.com>
310
311 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
312 killed".
313 * gdb.base/kill-after-signal.exp: Likewise.
314 * gdb.threads/kill.exp: Likewise.
315
316 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
317 Sergio Durigan Junior <sergiodj@redhat.com>
318 Pedro Alves <palves@redhat.com>
319
320 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
321 regexps to expect for '[Inferior ... detached]' as well.
322 * gdb.base/attach.exp: Likewise.
323 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
324 "gdb_continue_to_end".
325 (test_catch_syscall_with_wrong_args): Likewise.
326 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
327 ']'. Don't set 'verbose' on.
328 * gdb.base/foll-vfork.exp: Likewise.
329 * gdb.base/fork-print-inferior-events.c: New file.
330 * gdb.base/fork-print-inferior-events.exp: New file.
331 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
332 '[Inferior ... has been killed]' message.
333 * gdb.base/kill-after-signal.exp: Likewise.
334 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
335 detach message.
336 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
337 message.
338 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
339 regexps to expect for '[Inferior ... detached]' as well.
340 * gdb.threads/process-dies-while-detaching.exp: Likewise.
341
342 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
343
344 PR gdb/23104
345 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
346
347 2018-04-19 Richard Bunt <richard.bunt@arm.com>
348
349 * gdb.threads/multiple-successive-infcall.c: New test.
350 * gdb.threads/multiple-successive-infcall.exp: New file.
351
352 2018-04-17 Tom Tromey <tom@tromey.com>
353
354 * gdb.rust/simple.rs (Union): New type.
355 (main): New local "u".
356 * gdb.rust/simple.exp (test_one_slice): Add new test case.
357
358 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
359
360 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
361 number information in output of "whereis" command.
362 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
363
364 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
365
366 * gdb.ada/info_types.exp: Adjust expected output to the line
367 numbers now printed by "info var/func/type".
368 * gdb.base/completion.exp: Likewise.
369 * gdb.base/included.exp: Likewise.
370 * gdb.cp/cp-relocate.exp: Likewise.
371 * gdb.cp/cplusfuncs.exp: Likewise.
372 * gdb.cp/namespace.exp: Likewise.
373 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
374
375 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
376
377 * gdb.btrace/cpu.exp: New.
378
379 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
380
381 * gdb.base/step-indirect-call-thunk.exp: New.
382 * gdb.base/step-indirect-call-thunk.c: New.
383 * gdb.reverse/step-indirect-call-thunk.exp: New.
384 * gdb.reverse/step-indirect-call-thunk.c: New.
385
386 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
387
388 * gdb.base/pie-fork.c: New file.
389 * gdb.base/pie-fork.exp: New file.
390
391 2018-04-11 Tom Tromey <tom@tromey.com>
392
393 * gdb.rust/simple.exp: Add test for ".." struct initializer.
394
395 2018-04-10 Pedro Alves <palves@redhat.com>
396
397 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
398 exits. Instead loop running forever.
399 (fork_parent): Run forever too.
400
401 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
402
403 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
404 mi_continue_to_line.
405 * gdb.mi/mi-stack.c (callee4): Add comment.
406
407 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
408
409 * gdb.mi/mi-stack.exp: Fix indentation.
410
411 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
412
413 PR gdb/22979
414 * gdb.arch/amd64-osabi.exp: New file.
415
416 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
417
418 PR gdb/22980
419 * gdb.base/osabi.exp: New file.
420
421 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
422
423 * gdb.cp/static-typedef-print.exp: New file.
424 * gdb.cp/static-typedef-print.cc: New file.
425
426 2018-03-27 Joel Brobecker <brobecker@adacore.com>
427
428 * gdb.ada/varsize_limit: New testcase.
429
430 2018-03-27 Joel Brobecker <brobecker@adacore.com>
431
432 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
433
434 * gdb.ada/notcplusplus: New testcase.
435
436 * gdb.base/c-linkage-name.c: New file.
437 * gdb.base/c-linkage-name.exp: New testcase.
438
439 2018-03-26 Tom Tromey <tom@tromey.com>
440
441 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
442 * gdb.python/py-framefilter.py (name_error): New global.
443 (ErrorInName.function): Use name_error.
444
445 2018-03-26 Tom Tromey <tom@tromey.com>
446
447 PR backtrace/15582:
448 * gdb.python/py-framefilter.exp: Add "bt hide" test.
449
450 2018-03-23 Keith Seitz <keiths@redhat.com>
451
452 PR c++/22968
453 * gdb.cp/subtypes.exp: New file.
454 * gdb.cp/subtypes.h: New file.
455 * gdb.cp/subtypes.cc: New file.
456 * gdb.cp/subtypes-2.cc: New file.
457
458 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
461 (done): Call '_exit' not 'exit' to avoid atexit handlers.
462 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
463 -nostartfiles when compiling the test. Confirm that all registers
464 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
465
466 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
469 option, syntax was wrong anyway.
470 * gdb.arch/arm-disp-step.exp: Likewise.
471 * gdb.arch/sparc64-regs.exp: Likewise.
472 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
473 option, syntax was wrong anyway, switch to use
474 prepare_for_testing.
475 * gdb.arch/i386-disp-step.exp: Likewise.
476
477 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
478
479 * gdb.ada/exec_changed.exp: Replace "target_info exists
480 use_gdb_stub" by "use_gdb_stub".
481 * gdb.ada/start.exp: Likewise.
482 * gdb.base/async-shell.exp: Likewise.
483 * gdb.base/attach-pie-misread.exp: Likewise.
484 * gdb.base/attach-wait-input.exp: Likewise.
485 * gdb.base/break-entry.exp: Likewise.
486 * gdb.base/break-interp.exp: Likewise.
487 * gdb.base/dprintf-detach.exp: Likewise.
488 * gdb.base/nostdlib.exp: Likewise.
489 * gdb.base/solib-nodir.exp: Likewise.
490 * gdb.base/statistics.exp: Likewise.
491 * gdb.base/testenv.exp: Likewise.
492 * gdb.mi/mi-exec-run.exp: Likewise.
493 * gdb.mi/mi-start.exp: Likewise.
494 * gdb.multi/dummy-frame-restore.exp: Likewise.
495 * gdb.multi/multi-arch-exec.exp: Likewise.
496 * gdb.multi/multi-arch.exp: Likewise.
497 * gdb.multi/tids.exp: Likewise.
498 * gdb.multi/watchpoint-multi.exp: Likewise.
499 * gdb.python/py-events.exp: Likewise.
500 * gdb.threads/attach-into-signal.exp: Likewise.
501 * gdb.threads/attach-stopped.exp: Likewise.
502 * gdb.threads/threadapply.exp: Likewise.
503 * lib/selftest-support.exp: Likewise.
504
505 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
506
507 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
508
509 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
510
511 * gdb.perf/template-breakpoints.cc: New file.
512 * gdb.perf/template-breakpoints.exp: New file.
513 * gdb.perf/template-breakpoints.py: New file.
514
515 2018-03-19 Tom Tromey <tom@tromey.com>
516
517 * gdb.rust/simple.rs (main): Add local variables field1, field2,
518 y0.
519 * gdb.rust/simple.exp: Test bare identifier form of struct
520 initializer.
521
522 2018-03-19 Tom Tromey <tom@tromey.com>
523
524 * gdb.gdb/observer.exp: Remove.
525
526 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
527
528 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
529 "qualified" option when setting breakpoints.
530 * gdb.trace/backtrace.exp: Likewise.
531 * gdb.trace/circ.exp: Likewise.
532 * gdb.trace/collection.exp: Likewise.
533 * gdb.trace/disconnected-tracing.exp: Likewise.
534 * gdb.trace/ftrace-lock.exp: Likewise.
535 * gdb.trace/ftrace.exp: Likewise.
536 * gdb.trace/infotrace.exp: Likewise.
537 * gdb.trace/packetlen.exp: Likewise.
538 * gdb.trace/passc-dyn.exp: Likewise.
539 * gdb.trace/qtro.exp: Likewise.
540 * gdb.trace/read-memory.exp: Likewise.
541 * gdb.trace/report.exp: Likewise.
542 * gdb.trace/signal.exp: Likewise.
543 * gdb.trace/status-stop.exp: Likewise.
544 * gdb.trace/strace.exp: Likewise.
545 * gdb.trace/tfind.exp: Likewise.
546 * gdb.trace/trace-break.exp: Likewise.
547 * gdb.trace/trace-condition.exp: Likewise.
548 * gdb.trace/trace-mt.exp: Likewise.
549 * gdb.trace/tstatus.exp: Likewise.
550 * gdb.trace/tsv.exp: Likewise.
551 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
552 * gdb.trace/unavailable.exp: Likewise.
553 * gdb.trace/while-dyn.exp: Likewise.
554
555 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
556
557 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
558 that libinproctrace is copied to the target.
559
560 2018-03-14 Tom Tromey <tom@tromey.com>
561
562 PR cli/14977:
563 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
564 a null pointer.
565 * gdb.base/wchar.exp: Likewise.
566
567 2018-03-14 Tom Tromey <tom@tromey.com>
568
569 PR cli/19918:
570 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
571 flag.
572
573 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
574
575 PR gdb/22841
576 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
577 "target" to remote_exec.
578
579 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
580
581 PR gdb/22841
582 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
583 ${board}_upload): Remove.
584
585 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
586
587 * gdb.cp/watch-cp.cc: New test.
588 * gdb.cp/watch-cp.exp: New file.
589
590 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
591
592 * gdb.base/infcall-nested-structs.exp: New file.
593 * gdb.base/infcall-nested-structs.c: New file.
594 * gdb.base/float.exp: Add riscv support.
595
596 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
597
598 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
599 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
600
601 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
602
603 * gdb.server/abspath.exp: New file.
604 * lib/gdb.exp (with_cwd): New procedure.
605
606 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
607
608 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
609 use it.
610 (gdb_is_target_remote_prompt): New proc.
611 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
612 (gdb_is_target_native): Pass prompt parameter to
613 gdb_is_target_1.
614
615 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
616
617 * gdb.base/load-command.c: New file.
618 * gdb.base/load-command.exp: New file.
619 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
620 (gdb_is_target_1): ...this, and generalize for other targets
621 than just remote.
622 (gdb_is_target_remote): Use gdb_is_target_1.
623 (gdb_is_target_native): use gdb_is_target_1.
624
625 2018-02-26 Tom Tromey <tom@tromey.com>
626
627 PR python/16497:
628 * gdb.python/py-framefilter.exp: Update test.
629
630 2018-02-26 Tom Tromey <tom@tromey.com>
631
632 * gdb.dwarf2/variant.c: New file.
633 * gdb.dwarf2/variant.exp: New file.
634
635 2018-02-26 Tom Tromey <tom@tromey.com>
636
637 * gdb.rust/simple.exp: Accept more possible results in enum test.
638
639 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
640
641 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
642 parentheses.
643
644 2018-02-23 Maciej W. Rozycki <macro@mips.com>
645
646 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
647 name of a variable: $actual_linejj -> $actual_line.
648
649 2018-02-21 John Baldwin <jhb@FreeBSD.org>
650
651 * gdb.arch/amd64-i386-address.exp: Fix a typo.
652
653 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
654
655 * gdb.btrace/buffer-size.exp: Do not force BTS.
656
657 2018-02-14 Pedro Alves <palves@redhat.com>
658
659 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
660 getting a "Quit".
661
662 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
663
664 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
665 Fix test name.
666
667 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
668
669 * gdb.cp/m-static.exp: Check type of optimized out static
670 member.
671
672 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
673
674 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
675 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
676
677 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
678 Leszek Swirski <leszeks@google.com>
679
680 * gdb.python/py-prettyprint.c
681 (struct to_string_returns_value_inner,
682 struct to_string_returns_value_wrapper): New.
683 (main): Add tsrvw variable.
684 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
685 ToStringReturnsValueWrapper): New classes.
686 (register_pretty_printers): Register new pretty-printers.
687 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
688 recursive pretty printer.
689 * gdb.python/py-mi.exp: Likewise.
690
691 2018-02-01 Leszek Swirski <leszeks@google.com>
692
693 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
694 functions with the same name as an include file are parsed
695 correctly.
696
697 2018-02-01 Yao Qi <yao.qi@linaro.org>
698
699 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
700 "\[^\r\n\]*".
701
702 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
703
704 * gdb.arch/powerpc-prologue-frame.s: New file.
705 * gdb.arch/powerpc-prologue-frame.c: Likewise.
706 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
707
708 2018-01-31 Joel Brobecker <brobecker@adacore.com>
709
710 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
711
712 2018-01-30 Pedro Alves <palves@redhat.com>
713
714 PR gdb/13211
715 * gdb.base/interrupt-daemon.c: New.
716 * gdb.base/interrupt-daemon.exp: New.
717 * gdb.multi/multi-term-settings.c: New.
718 * gdb.multi/multi-term-settings.exp: New.
719
720 2018-01-30 Joel Brobecker <brobecker@adacore.com>
721
722 * gdb.base/break.exp: Save the location where the breakpoint
723 on break.c:47 was actually inserted when debugging the version
724 compiled at -O2 and use it in the expected output of the "info
725 break" test performed soon after.
726
727 2018-01-22 Pedro Alves <palves@redhat.com>
728 Sergio Durigan Junior <sergiodj@redhat.com>
729
730 * gdb.base/whatis.exp: Add tests for 'set print object on' +
731 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
732
733 2018-01-22 Joel Brobecker <brobecker@adacore.com>
734
735 * gdb.base/break-include.c, gdb.base/break-include.inc,
736 gdb.base/break-include.exp: New files.
737 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
738 line number now being the actual line number where the breakpoint
739 was inserted.
740 * gdb.mi/mi-break.exp: Likewise.
741 * gdb.mi/mi-reverse.exp: Likewise.
742 * gdb.mi/mi-simplerun.exp: Ditto.
743
744 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
747 varobj.
748 * gdb.mi/mi-var-create-rtti.exp: Likewise.
749
750 2018-01-21 Don Breazeal <donb@codesourcery.com>
751 Andrew Burgess <andrew.burgess@embecosm.com>
752
753 * gdb.mi/basics.c: Add new global.
754 * gdb.mi/mi-frame-regs.exp: New file.
755 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
756 case.
757
758 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
759
760 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
761 non-parameter, and on an unknown symbol.
762
763 2018-01-19 Tom Tromey <tom@tromey.com>
764
765 * gdb.rust/modules.rs (TWENTY_THREE): New global.
766 * gdb.rust/modules.exp: Add ::-qualified lookup test.
767
768 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
769
770 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
771 setrlimit and chdir to int.
772
773 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
774
775 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
776 function.
777 (my_tend): Likewise.
778 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
779 rationale of avoiding FP- and vector instructions.
780
781 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
782
783 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
784 "info reg" with "\[ \t\]*".
785 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
786 "\[ \t\]+".
787 * gdb.arch/s390-multiarch.exp: Ditto.
788 * gdb.base/pc-fp.exp: Ditto.
789 * gdb.reverse/i386-precsave.exp: Ditto.
790 * gdb.reverse/i386-reverse.exp: Ditto.
791 * gdb.reverse/i387-env-reverse.exp: Ditto.
792 * gdb.reverse/i387-stack-reverse.exp: Ditto.
793
794 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
795
796 * lib/gdb.exp (gdb_compile): Re-enable use of
797 universal_compile_options for languages other than Rust.
798
799 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
800
801 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
802
803 2018-01-17 Mike Gulick <mgulick@mathworks.com>
804
805 PR gdb/16577
806 * gdb.base/solib-vanish.exp: New.
807 * gdb.base/solib-vanish-main.c: New.
808 * gdb.base/solib-vanish-lib1.c: New.
809 * gdb.base/solib-vanish-lib2.c: New.
810
811 2018-01-17 Yao Qi <yao.qi@linaro.org>
812
813 * gdb.compile/compile.exp: Match the address printed for
814 frame in the output of command "bt".
815
816 2018-01-15 Tom Tromey <tom@tromey.com>
817
818 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
819 compute sp_reg.
820
821 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
824 to prepare.
825 (prepare): Return 0 on error, 1 on success.
826
827 2018-01-12 Pedro Alves <palves@redhat.com>
828
829 * gdb.base/continue-after-aborted-step-over.c: New.
830 * gdb.base/continue-after-aborted-step-over.exp: New.
831
832 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
833
834 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
835 options when not creating an executable.
836
837 2018-01-11 Pedro Alves <palves@redhat.com>
838
839 PR remote/22597
840 * gdb.server/stop-reply-no-thread.c: New file.
841 * gdb.server/stop-reply-no-thread.exp: New file.
842
843 2018-01-10 Pedro Alves <palves@redhat.com>
844
845 PR gdb/22670
846 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
847 functions too. Test setting breakpoints and printing C functions
848 with no debug info too.
849 * gdb.ada/bp_c_mixed_case/qux.c: New file.
850
851 2018-01-10 Pedro Alves <palves@redhat.com>
852
853 PR gdb/22670
854 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
855 a fail.
856
857 2018-01-10 Pedro Alves <palves@redhat.com>
858
859 PR gdb/22670
860 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
861
862 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
863
864 * gdb.server/unittest.exp: Match the output in non-development
865 mode.
866
867 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
868
869 * gdb.gdb/unittest.exp: Match output in non-development mode.
870
871 2018-01-08 Joel Brobecker <brobecker@adacore.com>
872
873 * gdb.ada/access_tagged_param.exp: Relax expected output
874 for value of "ObjL" in "continue" to pck.inspect breakpoint
875 test.
876
877 2018-01-08 Joel Brobecker <brobecker@adacore.com>
878
879 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
880 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
881
882 2018-01-05 Pedro Alves <palves@redhat.com>
883
884 PR gdb/18653
885 * gdb.base/libsegfault.exp: New.
886
887 2018-01-05 Joel Brobecker <brobecker@adacore.com>
888
889 PR gdb/22670
890 * gdb.ada/access_tagged_param.exp: New file.
891 * gdb.ada/access_tagged_param/foo.adb: New file.
892
893 2018-01-05 Pedro Alves <palves@redhat.com>
894
895 PR gdb/22670
896 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
897 exercise lower case too, and to exercise both full matching and
898 wild matching.
899
900 2018-01-05 Joel Brobecker <brobecker@adacore.com>
901
902 * gdb.ada/rename_subscript_param: New testcase.
903
904 2018-01-05 Jerome Guitton <guitton@adacore.com>
905
906 * gdb.ada/arr_acc_idx_w_gap: New testcase.
907
908 2018-01-05 Joel Brobecker <brobecker@adacore.com>
909
910 * gdb.ada/convvar_comp: New testcase.
911
912 2018-01-05 Xavier Roirand <roirand@adacore.com>
913
914 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
915 (My_Table): New global variable.
916 * testsuite/gdb.ada/array_char_idx.exp: Add test.
917
918 2018-01-04 Joel Brobecker <brobecker@adacore.com>
919
920 PR gdb/22670
921 * gdb.ada/maint_with_ada: New testcase.
922
923 2018-01-04 Joel Brobecker <brobecker@adacore.com>
924
925 PR gdb/22670
926 * gdb.ada/bp_c_mixed_case: New testcase.
927
928 2018-01-04 Joel Brobecker <brobecker@adacore.com>
929
930 PR gdb/22670
931 * gdb.ada/complete.exp: Add "complete break ada" test.
932
933 2018-01-04 Joel Brobecker <brobecker@adacore.com>
934
935 PR gdb/22670
936 * gdb.ada/info_addr_mixed_case: New testcase.
937
938 2018-01-03 Xavier Roirand <roirand@adacore.com>
939
940 * gdb.ada/excep_handle.exp: New testcase.
941 * gdb.ada/excep_handle/foo.adb: New file.
942 * gdb.ada/excep_handle/pck.ads: New file.
943
944 2018-01-03 Joel Brobecker <brobecker@adacore.com>
945
946 * gdb.base/step-line.c: Add extra empty line in copyright header.
947 * gdb.base/step-line.inp: Likewise.
948
949 2018-01-02 Joel Brobecker <brobecker@adacore.com>
950
951 * gdb.ada/dyn_stride.exp: Add slice test.
952
953 2018-01-02 Joel Brobecker <brobecker@adacore.com>
954
955 * gdb.ada/dyn_stride: New testcase.
956
957 2017-12-27 Stafford Horne <shorne@gmail.com>
958
959 * gdb.xml/extra-regs.xml: Add example foo reggroup.
960 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
961
962 2017-12-27 Stafford Horne <shorne@gmail.com>
963
964 * gdb.base/reggroups.c: New file.
965 * gdb.base/reggroups.exp: New file.
966
967 2017-12-18 Joel Brobecker <brobecker@adacore.com>
968
969 * gdb.dwarf2/ada-valprint-error.c: New file.
970 * gdb.dwarf2/ada-valprint-error.exp: New file.
971
972 2017-12-18 Joel Brobecker <brobecker@adacore.com>
973
974 * gdb.ada/assign_arr: New testcase.
975
976 2017-12-18 Xavier Roirand <roirand@adacore.com>
977
978 * gdb.ada/funcall_ptr: New testcase.
979
980 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
981
982 PR cli/16224
983 * gdb.base/ptype-offsets.cc: New file.
984 * gdb.base/ptype-offsets.exp: New file.
985
986 2017-12-15 Yao Qi <yao.qi@linaro.org>
987
988 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
989 if XML is disabled.
990
991 2017-12-15 Xavier Roirand <roirand@adacore.com>
992
993 * gdb.ada/same_component_name: New testcase.
994
995 2017-12-14 Joel Brobecker <brobecker@adacore.com>
996
997 * gdb.ada/str_binop_equal: New testcase.
998
999 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1000
1001 * gdb.ada/task_switch_in_core: New testcase.
1002
1003 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1004
1005 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1006 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1007 call test_bkpt_qualified.
1008 (test_bkpt_qualified): New proc.
1009
1010 2017-12-13 Pedro Alves <palves@redhat.com>
1011
1012 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1013 Tighten regexp by matching with an anchor.
1014
1015 2017-12-13 Pedro Alves <palves@redhat.com>
1016
1017 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1018 ("expression with namespace"): New set of tests.
1019 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1020 (Nested::Test_NS::qux): New.
1021 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1022 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1023
1024 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1025
1026 * gdb.base/server-del-break.c: New file.
1027 * gdb.base/server-del-break.exp: New file.
1028
1029 2017-12-12 Stafford Horne <shorne@gmail.com>
1030
1031 * gdb.xml/tdesc-regs.exp: Add or1k support.
1032
1033 2017-12-12 Stafford Horne <shorne@gmail.com>
1034
1035 * gdb.base/bp-permanent.c: Define nop of or1k.
1036
1037 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1038
1039 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1040 output with components being reordered.
1041
1042 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1043
1044 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1045 output with components being reordered.
1046
1047 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1048 Pedro Alves <palves@redhat.com>
1049
1050 * gdb.base/maint.exp (check for .gdb_index): Check also for
1051 .debug_names.
1052 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1053 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1054 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1055 (.gdb_index used after symbol reloading): Support also .debug_names.
1056 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1057
1058 2017-12-08 Yao Qi <yao.qi@linaro.org>
1059
1060 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1061 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1062
1063 2017-12-08 Yao Qi <yao.qi@linaro.org>
1064
1065 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1066 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1067
1068 2017-12-08 Yao Qi <yao.qi@linaro.org>
1069
1070 * gdb.arch/aarch64-tagged-pointer.c: New file.
1071 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1072
1073 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1074
1075 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1076 "int".
1077
1078 2017-12-07 Keith Seitz <keiths@redhat.com>
1079
1080 PR breakpoints/22569
1081 * gdb.linespec/ls-errs.exp: Change expected result of "break
1082 -source this file has spaces.c -line 3".
1083 Check that an explicit source file followed by whitespace is
1084 identified as an invalid explicit location.
1085
1086 2017-12-07 Keith Seitz <keiths@redhat.com>
1087
1088 * gdb.cp/nested-types.cc: New file.
1089 * gdb.cp/nested-types.exp: New file.
1090 * lib/cp-support.exp: Load data-structures.exp library.
1091 (debug_cp_test_ptype_class): New global.
1092 (cp_ptype_class_verbose, next_line): New procedures.
1093 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1094 Add and document new return value.
1095 Switch the list of lines to a queue.
1096 Add support for new `type' key for nested type definitions.
1097 Add debugging/troubleshooting messages.
1098 * lib/data-structures.exp: New file.
1099
1100 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1101
1102 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1103 with proc_with_prefix, don't use with_test_prefix.
1104
1105 2017-12-07 Tom Tromey <tom@tromey.com>
1106
1107 * gdb.base/break.exp: Add test for empty "commands".
1108
1109 2017-12-07 Yao Qi <yao.qi@linaro.org>
1110
1111 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1112 malloc and catch syscall.
1113
1114 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1115
1116 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1117 tests for explicit locations.
1118
1119 2017-12-06 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1122 force-disabling XML descriptions.
1123
1124 2017-12-04 Pedro Alves <palves@redhat.com>
1125
1126 PR gdb/22499
1127 * gdb.arch/amd64-disp-step-avx.S: New file.
1128 * gdb.arch/amd64-disp-step-avx.exp: New file.
1129
1130 2017-12-03 Pedro Alves <palves@redhat.com>
1131
1132 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1133 and <string.h>.
1134 (parent_function): Print distinct messages when waitpid fails, or
1135 the child exits with a signal, or the child exits for an unhandled
1136 reason.
1137 * gdb.threads/process-dies-while-detaching.exp
1138 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1139 it. Wait for both inferior output and GDB's prompt. Use an
1140 indirect spawn id list.
1141 (do_detach): New parameter 'child_exit'. Use it to compute
1142 expected inferior output.
1143 (test_detach, test_detach_watch, test_detach_killed_outside):
1144 Adjust to pass down the expected child exit kind.
1145
1146 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1147 Sergio Durigan Junior <sergiodj@redhat.com>
1148 Pedro Alves <palves@redhat.com>
1149
1150 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1151
1152 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1153
1154 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1155 to 'symbol-file' and 'add-symbol-file' can be
1156 position-independent.
1157
1158 2017-12-01 Yao Qi <yao.qi@linaro.org>
1159
1160 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1161 the URL in copyright header.
1162 * gdb.arch/aarch64-fp.exp: Likewise.
1163 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1164 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1165 * gdb.base/expand-psymtabs.exp: Likewise.
1166 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1167 * gdb.fortran/common-block.exp: Likewise.
1168 * gdb.fortran/common-block.f90: Likewise.
1169 * gdb.fortran/logical.exp: Likewise.
1170 * gdb.fortran/vla-datatypes.f90: Likewise.
1171 * gdb.fortran/vla-sub.f90: Likewise.
1172
1173 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1174
1175 * gdb.ada/repeat_dyn: New testcase.
1176
1177 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1178
1179 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1180 Update for changed thread numbering.
1181 * gdb.cell/bt.exp: Update for changed GDB output.
1182
1183 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1184
1185 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1186 setting isremote by hand.
1187 * boards/dwarf4-gdb-index.exp: Likewise.
1188 * boards/fission.exp: Likewise.
1189 * boards/stabs.exp: Likewise.
1190
1191 2017-11-30 Pedro Alves <palves@redhat.com>
1192
1193 * gdb.linespec/cpls-ops.exp
1194 (check_explicit_skips_function_argument): Extract the underlying
1195 type of size_t instead of hardcoding it.
1196
1197 2017-11-29 Pedro Alves <palves@redhat.com>
1198
1199 PR c++/19436
1200 * gdb.linespec/cpls-abi-tag.cc: New file.
1201 * gdb.linespec/cpls-abi-tag.exp: New file.
1202
1203 2017-11-29 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.base/langs.exp: Use -qualified.
1206 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1207 it.
1208 * gdb.cp/namespace.exp: Use -qualified.
1209 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1210 (overload-3, template-overload, template-ret-type, const-overload)
1211 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1212 procedures.
1213 (test_driver): Call them.
1214 * gdb.cp/save-bp-qualified.cc: New.
1215 * gdb.cp/save-bp-qualified.exp: New.
1216 * gdb.linespec/explicit.exp: Test -qualified.
1217 * lib/completion-support.exp (completion::explicit_opts_list): Add
1218 "-qualified".
1219 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1220
1221 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1222
1223 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1224
1225 2017-11-29 Tom Tromey <tom@tromey.com>
1226
1227 * gdb.base/relocate.exp: Update invalid argument test.
1228 Add new tests for invalid arguments.
1229
1230 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1231
1232 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1233 Return 0 as a long.
1234 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1235
1236 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1237
1238 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1239 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1240 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1241 func ().
1242 * gdb.cp/shadow.cc (B.func): Return 0.
1243
1244 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1245
1246 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1247 expected output in gdb_expect call to allow the exception
1248 message to be present as well. Fix syntax confusion to avoid
1249 TCL thinking that exception_name is an array.
1250
1251 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1252
1253 * gdb.arch/spu-info.c: Include <unistd.h>.
1254 (do_signal_test): Fix broken calls to write.
1255 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1256 Fix checks for empty mailboxes. Update signal tests for corrected
1257 do_signal_test routine. Allow nonzero event status.
1258 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1259 * gdb.cell/arch.exp: Use standard_output_file.
1260 * gdb.cell/break.exp: Likewise.
1261 * gdb.cell/bt.exp: Likewise.
1262 * gdb.cell/core.exp: Likewise.
1263 * gdb.cell/dwarfaddr.exp: Likewise.
1264 * gdb.cell/ea-cache.exp: Likewise.
1265 * gdb.cell/ea-standalone.exp: Likewise.
1266 * gdb.cell/f-regs.exp: Likewise.
1267 * gdb.cell/fork.exp: Likewise.
1268 * gdb.cell/gcore.exp: Likewise.
1269 * gdb.cell/mem-access.exp: Likewise.
1270 * gdb.cell/ptype.exp: Likewise.
1271 * gdb.cell/registers.exp: Likewise.
1272 * gdb.cell/sizeof.exp: Likewise.
1273 * gdb.cell/solib-symbol.exp: Likewise.
1274 * gdb.cell/solib.exp: Likewise.
1275
1276 2017-11-25 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.base/complete-empty.exp: New file.
1279 * gdb.base/completion.exp: Adjust.
1280
1281 2017-11-25 Pedro Alves <palves@redhat.com>
1282
1283 * gdb.linespec/cpls-ops.cc: New file.
1284 * gdb.linespec/cpls-ops.exp: New file.
1285 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1286 factored out from ...
1287 (test_complete_prefix_range): ... this.
1288
1289 2017-11-24 Pedro Alves <palves@redhat.com>
1290
1291 * gdb.linespec/cpcompletion.exp: New file.
1292 * gdb.linespec/cpls-hyphen.cc: New file.
1293 * gdb.linespec/cpls.cc: New file.
1294 * gdb.linespec/cpls2.cc: New file.
1295 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1296 test to use test_gdb_complete_unique. Add label completion,
1297 keyword completion and explicit location completion tests.
1298 * lib/completion-support.exp: New file.
1299
1300 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1301
1302 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1303 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1304 when hitting an exception catchpoint.
1305
1306 2017-11-22 Yao Qi <yao.qi@linaro.org>
1307
1308 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1309
1310 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1311
1312 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1313 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1314 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1315
1316 2017-11-22 Yao Qi <yao.qi@linaro.org>
1317
1318 * gdb.base/info-os.exp: Pass pthreads.
1319 * gdb.multi/multi-attach.exp: Likewise.
1320
1321 2017-11-22 Yao Qi <yao.qi@linaro.org>
1322
1323 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1324 compiler.
1325
1326 2017-11-22 Yao Qi <yao.qi@linaro.org>
1327
1328 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1329 * gdb.base/break-interp.exp: Likewise.
1330 * gdb.base/jit-attach-pie.exp: Likewise.
1331
1332 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1333
1334 * gdb.base/float128.c (large128): New variable.
1335 * gdb.base/float128.exp: Add test to print largest __float128 value.
1336
1337 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1338
1339 * gdb.arch/vsx-regs.exp: Update register content checks.
1340
1341 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1342
1343 * gdb.arch/ppc-longdouble.exp: New file.
1344 * gdb.arch/ppc-longdouble.c: Likewise.
1345
1346 2017-11-21 Pedro Alves <palves@redhat.com>
1347
1348 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1349
1350 2017-11-20 Pedro Alves <palves@redhat.com>
1351
1352 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1353 (long_double_typedef): New typedefs.
1354 Use DEF on double and long double.
1355 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1356 cases.
1357 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1358 and 'long_double_ptr_same_size' locals. Use them to decide
1359 whether cast from array/function to float is valid/invalid.
1360
1361 2017-11-17 Tom Tromey <tom@tromey.com>
1362
1363 * gdb.rust/traits.rs: New file.
1364 * gdb.rust/traits.exp: New file.
1365
1366 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1367
1368 * gdb.ada/minsyms: New testcase.
1369
1370 2017-11-16 Pedro Alves <palves@redhat.com>
1371
1372 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1373 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1374
1375 2017-11-16 Pedro Alves <palves@redhat.com>
1376
1377 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1378 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1379
1380 2017-11-16 Pedro Alves <palves@redhat.com>
1381
1382 * gdb.server/reconnect-ctrl-c.c: New file.
1383 * gdb.server/reconnect-ctrl-c.exp: New file.
1384
1385 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1386
1387 * gdb.python/py-rbreak.exp: New file.
1388 * gdb.python/py-rbreak.c: New file.
1389 * gdb.python/py-rbreak-func2.c: New file.
1390
1391 2017-11-16 Pedro Alves <palves@redhat.com>
1392
1393 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1394 pattern.
1395 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1396 GDB.
1397
1398 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1399
1400 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1401 regex.
1402
1403 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1404
1405 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1406 test names.
1407
1408 2017-11-09 Pedro Alves <palves@redhat.com>
1409
1410 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1411 factored out from ...
1412 (top level): ... here, and adjusted to avoid expecting beyond the
1413 prompt in a single gdb_test_multiple.
1414
1415 2017-11-09 Pedro Alves <palves@redhat.com>
1416
1417 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1418 output.
1419 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1420 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1421 * gdb.server/ext-run.exp ("kill" test): Likewise.
1422 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1423
1424 2017-11-09 Pedro Alves <palves@redhat.com>
1425
1426 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1427 match till end of line.
1428
1429 2017-11-09 Pedro Alves <palves@redhat.com>
1430
1431 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1432
1433 2017-11-09 Pedro Alves <palves@redhat.com>
1434
1435 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1436 New procedures, factored out from ...
1437 (top level): ... here, and adjusted to avoid expecting beyond the
1438 prompt in one go.
1439
1440 2017-11-09 Pedro Alves <palves@redhat.com>
1441
1442 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1443 output. Fix '?' match.
1444
1445 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1446
1447 * gdb.ada/scoped_watch: New testcase.
1448 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1449 which is actually correct.
1450 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1451 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1452
1453 2017-11-08 Pedro Alves <palves@redhat.com>
1454
1455 * gdb.gdb/complaints.exp (test_initial_complaints)
1456 (test_serial_complaints, test_short_complaints): Call
1457 complaint_internal instead of complaint.
1458
1459 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1460
1461 * gdb.threads/tls-core.c: New file.
1462 * gdb.threads/tls-core.exp: Likewise.
1463
1464 2017-11-08 Pedro Alves <palves@redhat.com>
1465
1466 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1467 (p Exported_Capitalized): New test.
1468 (p exported_capitalized): New test.
1469
1470 2017-11-07 Pedro Alves <palves@redhat.com>
1471
1472 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1473
1474 2017-11-07 Pedro Alves <palves@redhat.com>
1475
1476 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1477 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1478 (disable_invalid, disable_inverted, disable_negative): New
1479 procedures.
1480 ("bad numbers"): New set of tests.
1481
1482 2017-11-07 Pedro Alves <palves@redhat.com>
1483
1484 * gdb.cp/ena-dis-br-range.exp: Add tests.
1485
1486 2017-11-07 Pedro Alves <palves@redhat.com>
1487
1488 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1489
1490 2017-11-07 Xavier Roirand <roirand@adacore.com>
1491 Pedro Alves <palves@redhat.com>
1492
1493 * gdb.base/ena-dis-br.exp: Add reference to
1494 gdb.cp/ena-dis-br-range.exp.
1495 * gdb.cp/ena-dis-br-range.exp: New file.
1496 * gdb.cp/ena-dis-br-range.cc: New file.
1497
1498 2017-11-06 Pedro Alves <palves@redhat.com>
1499
1500 * gdb.base/attach-non-pgrp-leader.c: New.
1501 * gdb.base/attach-non-pgrp-leader.exp: New.
1502
1503 2017-11-06 Pedro Alves <palves@redhat.com>
1504
1505 * configure.ac: No longer check for termio.h and sgtty.h.
1506 * configure: Regenerate.
1507 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1508 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1509 Remove termio and sgtty code.
1510
1511 2017-11-03 Yao Qi <yao.qi@linaro.org>
1512
1513 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1514 in GDB is disabled.
1515
1516 2017-11-03 Yao Qi <yao.qi@linaro.org>
1517
1518 * gdb.python/py-thrhandle.exp: Skip it if python is not
1519 enabled.
1520
1521 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1522
1523 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1524 as a breakpoint command.
1525
1526 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1527
1528 PR python/21213
1529 * gdb.python/py-infthread.exp: Test calling
1530 InferiorThread.inferior () multiple times in a row.
1531
1532 2017-10-27 Keith Seitz <keiths@redhat.com>
1533
1534 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1535 Test "info break" for every inlined function breakpoint.
1536
1537 2017-10-27 Yao Qi <yao.qi@linaro.org>
1538
1539 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1540
1541 2017-10-26 Patrick Frants <osscontribute@gmail.com>
1542
1543 * gdb.cp/classes.exp (test_static_members): Test printing
1544 Outer::instance.
1545 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1546 (Inner::instance, Outer::instance): New.
1547
1548 2017-10-24 Pedro Alves <palves@redhat.com>
1549
1550 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1551 extra console" test in two stages.
1552
1553 2017-10-24 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1556
1557 2017-10-24 Pedro Alves <palves@redhat.com>
1558
1559 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1560 loop.
1561
1562 2017-10-24 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1565 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1566
1567 2017-10-24 Pedro Alves <palves@redhat.com>
1568
1569 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1570 parameter and handle it. Don't output read value in test name.
1571
1572 2017-10-24 Pedro Alves <palves@redhat.com>
1573
1574 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1575 custom test name.
1576
1577 2017-10-24 Pedro Alves <palves@redhat.com>
1578
1579 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1580 include the unstable output directory name in the test's name.
1581 (initial_setup_simple) <'set args'>: Use custom test name.
1582
1583 2017-10-24 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1586 with explicit test name.
1587
1588 2017-10-20 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1591 'wait -i'. Use gdb_assert and remote_close.
1592
1593 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1594
1595 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1596 number from variable rather than hard-coded.
1597
1598 2017-10-19 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.base/long-inferior-output.c: New file.
1601 * gdb.base/long-inferior-output.exp: New file.
1602
1603 2017-11-18 Keith Seitz <keiths@redhat.com>
1604
1605 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1606 method.
1607 (main): Call it.
1608 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1609 Add additional user-defined conversion operator tests.
1610
1611 2017-10-17 Pedro Alves <palves@redhat.com>
1612
1613 * boards/native-stdio-gdbserver.exp: Load "local-board".
1614
1615 2017-10-17 Pedro Alves <palves@redhat.com>
1616
1617 * gdb.base/quit-live.c: New file.
1618 * gdb.base/quit-live.exp: New file.
1619
1620 2017-10-16 Keith Seitz <keiths@redhat.com>
1621
1622 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1623 (class_with_protected_typedef, class_with_private_typedef)
1624 (struct_with_public_typedef, struct_with_protected_typedef)
1625 (struct_with_private_typedef): New classes/structs.
1626 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1627 typedefs and access specifiers.
1628
1629 2017-10-16 Pedro Alves <palves@redhat.com>
1630 Simon Marchi <simon.marchi@polymtl.ca>
1631
1632 * README (Local vs Remote vs Native): New section.
1633 * boards/local-board.exp: New file, with bits factored out from
1634 ...
1635 * boards/native-extended-gdbserver.exp: ... here. Load
1636 "local-board".
1637 * boards/native-gdbserver.exp: Load "local-board".
1638 (${board}_spawn, ${board}_exec): Delete.
1639 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1640 ...
1641 * boards/stdio-gdbserver-base.exp: ... this new file.
1642 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1643 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1644 procedure.
1645 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1646 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1647 stdio_gdbserver_command.
1648 (${board}_get_remote_address, ${board}_get_comm_port)
1649 (${board}_download, ${board}_upload): Delete.
1650 (get_target_remote_pipe_cmd): New.
1651
1652 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1653
1654 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1655 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1656 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1657 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1658 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1659 remove with_test_prefix.
1660
1661 2017-10-13 Pedro Alves <palves@redhat.com>
1662
1663 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1664 * gdb.base/annota1.exp: Use it instead of is_remote.
1665 * gdb.base/annota3.exp: Use it instead of is_remote.
1666 * gdb.cp/annota2.exp: Use it instead of is_remote.
1667 * gdb.cp/annota3.exp: Use it instead of is_remote.
1668 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1669
1670 2017-10-13 Pedro Alves <palves@redhat.com>
1671
1672 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1673 (test_num_test_vars, run_and_count_vars, find_env)
1674 (test_set_unset_env, test_inherit_env_var): New procedures.
1675 (top level): Use them.
1676
1677 2017-10-13 Pedro Alves <palves@redhat.com>
1678
1679 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1680 also skip on stub-like targets.
1681
1682 2017-10-13 Pedro Alves <palves@redhat.com>
1683
1684 PR gdb/22293
1685 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1686 (top level): Move some tests to ...
1687 (test_not_found): ... this new procedure.
1688 (top level): Call it.
1689
1690 2017-10-13 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
1693 expect different "info terminal" output if testing with a
1694 non-native target.
1695
1696 2017-10-13 Pedro Alves <palves@redhat.com>
1697 Simon Marchi <simon.marchi@polymtl.ca>
1698
1699 PR python/12966
1700 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
1701
1702 2017-10-13 Pedro Alves <palves@redhat.com>
1703
1704 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
1705 already.
1706
1707 2017-10-13 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
1710 is_remote.
1711
1712 2017-10-13 Pedro Alves <palves@redhat.com>
1713
1714 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
1715 is_remote.
1716
1717 2017-10-13 Pedro Alves <palves@redhat.com>
1718
1719 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
1720 is set.
1721 (corefile_test_attach): Likewise. Check can_spawn_for_attach
1722 instead of is_remote.
1723
1724 2017-10-13 Pedro Alves <palves@redhat.com>
1725
1726 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
1727 (top level): Add comment.
1728
1729 2017-10-13 Pedro Alves <palves@redhat.com>
1730
1731 * gdb.base/remote.exp (top level): Fix comment typo and add
1732 missing return.
1733
1734 2017-10-13 Pedro Alves <palves@redhat.com>
1735 Simon Marchi <simon.marchi@polymtl.ca>
1736
1737 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
1738 calls and add comments. Skip test if use_gdb_stub is set.
1739 (top level): Use "set cwd" command instead of "cd" command.
1740
1741 2017-10-13 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
1744 is_remote target check.
1745
1746 2017-10-13 Pedro Alves <palves@redhat.com>
1747
1748 * gdb.base/scope.exp: Use build_executable + clean_restart +
1749 gdb_file_cmd instead of prepare_for_testing and no longer skip
1750 "before run" tests on is_remote target boards. Update comments.
1751 * boards/native-extended-gdbserver.exp
1752 (extended_gdbserver_load_last_file): New, factored out from ...
1753 (gdb_load): ... this. Move further below and add comment.
1754 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
1755
1756 2017-10-12 Pedro Alves <palves@redhat.com>
1757
1758 * gdb.base/attach.exp: Remove references to gdb64.
1759 * gdb.base/dbx.exp: Remove references to gdb64.
1760
1761 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1762 Pedro Alves <palves@redhat.com>
1763
1764 * gdb.base/label.exp: Remove is_remote target check.
1765
1766 2017-10-12 Pedro Alves <palves@redhat.com>
1767
1768 * gdb.base/auvx.exp (coredir): Update comment.
1769 (top level) <core_works>: Use "set cwd" command instead of "cd"
1770 command.
1771
1772 2017-10-12 Pedro Alves <palves@redhat.com>
1773 Simon Marchi <simon.marchi@polymtl.ca>
1774
1775 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
1776 target boards.
1777
1778 2017-10-12 Pedro Alves <palves@redhat.com>
1779 Simon Marchi <simon.marchi@polymtl.ca>
1780
1781 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
1782 Instead skip if there's any gdb_protocol set.
1783
1784 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
1785 Pedro Alves <palves@redhat.com>
1786
1787 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
1788
1789 2017-10-12 Pedro Alves <palves@redhat.com>
1790 Simon Marchi <simon.marchi@polymtl.ca>
1791
1792 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
1793 instead of on dejagnu remote boards.
1794
1795 2017-10-12 Pedro Alves <palves@redhat.com>
1796 Simon Marchi <simon.marchi@polymtl.ca>
1797
1798 * gdb.base/inferior-died.exp: Remove is_remote and isnative
1799 checks. Use build_executable + clean_restart instead of
1800 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
1801 of enabling non-stop after starting gdb.
1802
1803 2017-10-12 Pedro Alves <palves@redhat.com>
1804
1805 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
1806 * gdb.threads/non-ldr-exc-2.exp: Ditto.
1807 * gdb.threads/non-ldr-exc-3.exp: Ditto.
1808 * gdb.threads/non-ldr-exc-4.exp: Ditto.
1809
1810 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
1811
1812 * gdb.arch/arc-tdesc-cpu.exp: New file.
1813 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
1814
1815 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
1816
1817 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
1818
1819 2017-10-10 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
1822 expect CLI output.
1823
1824 2017-10-10 Pedro Alves <palves@redhat.com>
1825
1826 * lib/selftest-support.exp (selftest_setup): Update for
1827 captured_command_loop's prototype change.
1828
1829 2017-10-09 Pedro Alves <palves@redhat.com>
1830
1831 Test both arch1=>arch2 and arch2=>arch1.
1832
1833 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
1834 (srcfile2, binfile2, march1, march2): Remove globals. Largely
1835 factored out to...
1836 (append_arch1_options, append_arch2_options, append_arch_options)
1837 (build_executables): New procedures.
1838 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
1839 local.
1840 (top level): Add new 'first_arch' testing axis.
1841
1842 2017-10-09 Pedro Alves <palves@redhat.com>
1843
1844 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
1845 (barrier): New.
1846 (thread_start, all_started): New functions.
1847 (main): Spawn new thread and wait until it is scheduled.
1848 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
1849 option.
1850 (do_test): Add 'selected_thread' parameter. Run to all_started
1851 instead of main. Explicitly set the breakpoint at main. Switch
1852 to the SELECTED_THREAD thread.
1853 (top level): Test handling the exec event with either the main
1854 thread or the second thread selected.
1855
1856 2017-10-09 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
1859 logic. Move STOP marker after the value checks.
1860 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
1861 regexp.
1862
1863 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
1864
1865 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
1866
1867 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
1868
1869 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
1870 integer-to-dfp conversion.
1871 * gdb.base/dfp-test.exp: Likewise.
1872
1873 2017-10-04 Pedro Alves <palves@redhat.com>
1874
1875 * gdb.multi/hangout.c: Include <unistd.h>.
1876 (hangout_loop): New function.
1877 (main): Call alarm. Call hangout_loop in a loop.
1878 * gdb.multi/hello.c: Include <unistd.h>.
1879 (hello_loop): New function.
1880 (main): Call alarm. Call hangout_loop in a loop.
1881 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
1882 inferior with the other selected.
1883
1884 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
1885
1886 * gdb.mi/list-thread-groups-available.exp: New file.
1887 * gdb.mi/list-thread-groups-available.c: New file.
1888
1889 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1890
1891 * gdb.base/set-cwd.exp: Make it available on
1892 native-extended-gdbserver.
1893
1894 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
1895
1896 * gdb.base/set-cwd.c: New file.
1897 * gdb.base/set-cwd.exp: Likewise.
1898
1899 2017-10-02 Tom Tromey <tom@tromey.com>
1900
1901 PR rust/22236:
1902 * gdb.rust/simple.rs (main): New variable "fslice".
1903 * gdb.rust/simple.exp: Add slice tests. Update string tests.
1904
1905 2017-10-02 Tom Tromey <tom@tromey.com>
1906
1907 * gdb.rust/simple.exp: Test ptype of a slice.
1908
1909 2017-10-02 Tom Tromey <tom@tromey.com>
1910
1911 * gdb.rust/simple.exp: Test index of slice.
1912
1913 2017-09-27 Tom Tromey <tom@tromey.com>
1914
1915 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
1916
1917 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1918 Pedro Alves <palves@redhat.com>
1919
1920 * gdb.base/compare-sections.exp (get value of read-only section): Read
1921 as unsigned value.
1922 (corrupt read-only section): Likewise and don't set written if patching
1923 failed.
1924
1925 2017-09-21 Kevin Buettner <kevinb@redhat.com>
1926
1927 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
1928 files.
1929
1930 2017-09-20 Pedro Alves <palves@redhat.com>
1931
1932 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
1933 symbol names in gdb's output.
1934 * gdb.cp/overload.exp ("list all overloads"): Likewise.
1935
1936 2017-09-20 Pedro Alves <palves@redhat.com>
1937
1938 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
1939 Rename to ...
1940 (test_list_ambiguous_symbol): ... this and add a symbol name
1941 parameter. Adjust.
1942 (test_list_ambiguous_function): Reimplement on top of
1943 test_list_ambiguous_symbol and also test listing ambiguous
1944 variables.
1945 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
1946 (ambiguous_fun): ... this.
1947 (ambiguous_var): New.
1948 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
1949 (ambiguous_fun): ... this.
1950 (ambiguous_var): New.
1951
1952 2017-09-19 John Baldwin <jhb@FreeBSD.org>
1953
1954 * gdb.base/starti.c: New file.
1955 * gdb.base/starti.exp: New file.
1956 * lib/gdb.exp (gdb_starti_cmd): New procedure.
1957
1958 2017-09-14 Pedro Alves <palves@redhat.com>
1959
1960 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
1961 (top level): Use it instead of runto.
1962
1963 2017-09-11 Tom Tromey <tom@tromey.com>
1964
1965 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
1966
1967 2017-09-11 Tom Tromey <tom@tromey.com>
1968
1969 * gdb.python/py-infthread.exp: Add tests for new_thread event.
1970 * gdb.python/py-inferior.exp: Add tests for new inferior events.
1971
1972 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
1973
1974 * gdb.fortran/printing-types.exp: New file.
1975 * gdb.fortran/printing-types.exp: New file.
1976
1977 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1978
1979 * gdb.fortran/vla-ptype.exp: Fix typos.
1980 * gdb.fortran/vla-value.exp: Same.
1981
1982 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
1983
1984 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
1985 * gdb.mi/mi-var-child-f.exp: Likewise.
1986 * gdb.mi/mi-vla-fortran.exp: Likewise.
1987
1988 2017-09-08 Frank Penczek <frank.penczek@intel.com>
1989 Christoph Weinmann <christoph.t.weinmann@intel.com>
1990 Bernhard Heckel <bernhard.heckel@intel.com>
1991
1992 * gdb.fortran/ptr-indentation.f90: New file.
1993 * gdb.fortran/ptr-indentation.exp: New file.
1994
1995 2017-09-05 Tom Tromey <tom@tromey.com>
1996
1997 PR gdb/22010:
1998 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
1999
2000 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2001
2002 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2003
2004 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2005
2006 * gdb.threads/tls-nodebug-pie.c: New file.
2007 * gdb.threads/tls-nodebug-pie.exp: New file.
2008
2009 2017-09-05 Tom Tromey <tom@tromey.com>
2010
2011 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2012 for rust.
2013
2014 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2015
2016 * gdb.multi/multi-arch-exec.exp: Test with different
2017 "follow-exec-mode" settings.
2018 (do_test): New procedure.
2019
2020 2017-09-04 Pedro Alves <palves@redhat.com>
2021
2022 * gdb.base/func-static.c (S::method const, S::method volatile)
2023 (S::method volatile const): New methods.
2024 (c_s, v_s, cv_s): New instances.
2025 (main): Call method() on them.
2026 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2027 (cannot_resolve): New procedure.
2028 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2029 print-quote-unquoted columns.
2030 (do_test): Test printing each scope too.
2031
2032 2017-09-04 Pedro Alves <palves@redhat.com>
2033
2034 * gdb.base/local-static.exp: Also test with
2035 class::method::variable wholly quoted.
2036 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2037
2038 2017-09-04 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.base/local-static.c: New.
2041 * gdb.base/local-static.cc: New.
2042 * gdb.base/local-static.exp: New.
2043
2044 2017-09-04 Pedro Alves <palves@redhat.com>
2045
2046 * gdb.asm/asm-source.exp: Add casts to int.
2047 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2048 (dataglobal64_1, dataglobal64_2): New globals.
2049 * gdb.base/nodebug.exp: Test different expressions involving the
2050 new globals, with print, whatis and ptype. Add casts to int.
2051 * gdb.base/solib-display.exp: Add casts to int.
2052 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2053 * gdb.cp/m-static.exp: Add cast to int.
2054 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2055 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2056 tls variable with no debug info without a cast. Test with a cast
2057 to int too.
2058 * gdb.trace/entry-values.exp: Add casts.
2059
2060 2017-09-04 Pedro Alves <palves@redhat.com>
2061
2062 * gdb.base/nodebug.exp: Test that ptype's error about functions
2063 with unknown return type includes the function name too.
2064
2065 2017-09-04 Pedro Alves <palves@redhat.com>
2066
2067 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2068 return type of munmap in infcall.
2069 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2070 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2071 type of ftell in infcall.
2072 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2073 type of getpid in infcall.
2074 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2075 infcall.
2076 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2077 Bail on failure to extract the pid.
2078 * gdb.base/nodebug.c: #include <stdint.h>.
2079 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2080 New functions.
2081 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2082 Change expected output of print/whatis/ptype with functions with
2083 no debug info. Test all supported languages. Call
2084 test_call_promotion.
2085 * gdb.compile/compile.exp: Adjust expected output to expect
2086 warning.
2087 * gdb.threads/siginfo-threads.exp: Likewise.
2088
2089 2017-09-04 Pedro Alves <palves@redhat.com>
2090
2091 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2092 "prototypes". Test calling float functions via prototyped and
2093 unprototyped function pointers.
2094 (perform_all_tests): New parameter "prototypes". Pass it down.
2095 (top level): Pass down "prototypes" parameter to
2096 perform_all_tests.
2097
2098 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2099
2100 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2101 Test with nested loops.
2102
2103 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2104
2105 * gdb.base/commands.exp: Call the new procedures.
2106 (loop_break_test, loop_continue_test): New procedures.
2107
2108 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2109
2110 * gdb.base/commands.exp: Call new procedure.
2111 (define_if_without_arg_test): New procedure.
2112
2113 2017-09-04 Pedro Alves <palves@redhat.com>
2114
2115 * gdb.base/list-ambiguous.exp: New file.
2116 * gdb.base/list-ambiguous0.c: New file.
2117 * gdb.base/list-ambiguous1.c: New file.
2118 * gdb.base/list.exp (test_list_range): Adjust expected output.
2119
2120 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2121
2122 * gdb.base/share-env-with-gdbserver.c: New file.
2123 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2124
2125 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2126
2127 * gdb.base/commands.exp (gdbvar_simple_if_test,
2128 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2129 progvar_simple_if_test, progvar_simple_while_test,
2130 progvar_complex_if_while_test, user_defined_command_test,
2131 user_defined_command_args_eval,
2132 user_defined_command_args_stack_test,
2133 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2134 temporary_breakpoint_commands,
2135 gdb_test_no_prompt, redefine_hook_test,
2136 redefine_backtrace_test): Remove "global gdb_prompt".
2137
2138 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2139
2140 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2141 New proc, call it from toplevel.
2142
2143 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2144
2145 PR remote/21852
2146 * gdb.server/normal.c: New file, copied from gdb.base.
2147 * gdb.server/run-without-local-binary.exp: New file.
2148
2149 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2150
2151 * gdb.arch/sparc64-adi.exp: New file.
2152 * gdb.arch/sparc64-adi.c: New file.
2153
2154 2017-08-22 Pedro Alves <palves@redhat.com>
2155
2156 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2157 (top level): Add "list all overloads" tests.
2158
2159 2017-08-22 Tom Tromey <tom@tromey.com>
2160
2161 * gdb.gdb/xfullpath.exp: Remove.
2162
2163 2017-08-21 Pedro Alves <palves@redhat.com>
2164
2165 PR gdb/19487
2166 * gdb.base/symbol-alias.c: New.
2167 * gdb.base/symbol-alias2.c: New.
2168 * gdb.base/symbol-alias.exp: New.
2169
2170 2017-08-21 Pedro Alves <palves@redhat.com>
2171
2172 * gdb.base/dfp-test.c
2173 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2174 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2175 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2176 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2177 * gdb.base/whatis-ptype-typedefs.c: New.
2178 * gdb.base/whatis-ptype-typedefs.exp: New.
2179 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2180 (an_int, an_int_type, an_int_type2): New globals.
2181 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2182 involving typedefs and cast expressions.
2183 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2184 (lookup_typedefs_function): New.
2185 (typedefs_pretty_printers_dict): New.
2186 (top level): Register lookup_typedefs_function in
2187 gdb.pretty_printers.
2188
2189 2017-08-18 Yao Qi <yao.qi@linaro.org>
2190
2191 * gdb.server/unittest.exp: New.
2192
2193 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2194
2195 PR gdb/21954
2196 * gdb.base/environ.exp: Add test to check if 'unset environment'
2197 works.
2198
2199 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2200
2201 * lib/gdb.exp (universal_compile_options): New caching proc.
2202 (gdb_compile): Suppress GCC's coloring of messages.
2203
2204 2017-08-14 Tom Tromey <tom@tromey.com>
2205
2206 PR gdb/21675:
2207 * gdb.base/printcmds.exp (test_radices): New function.
2208 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2209 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2210 * lib/gdb.exp (get_integer_valueof): Use p/d.
2211
2212 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2213
2214 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2215 characters.
2216
2217 2017-08-05 Tom Tromey <tom@tromey.com>
2218
2219 * gdb.rust/simple.exp: Allow String to appear in a different
2220 namespace.
2221
2222 2017-07-26 Yao Qi <yao.qi@linaro.org>
2223
2224 * gdb.gdb/unittest.exp: Invoke command
2225 "maintenance check xml-descriptions".
2226
2227 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2228
2229 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2230 calling context.
2231 (hex128): Drop erroneous calculation of parameters.
2232
2233 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2234
2235 * gdb.python/py-unwind.exp: Disable stack protection when
2236 building test file.
2237
2238 2017-07-20 Pedro Alves <palves@redhat.com>
2239
2240 * gdb.base/default.exp (set language): Adjust expected output.
2241
2242 2017-07-20 Pedro Alves <palves@redhat.com>
2243
2244 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2245 (test_minsym): ... this, and make static.
2246 (get_pck__foo__bar__minsym): Rename to ...
2247 (get_test_minsym): ... this.
2248 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2249 symbol names and comments.
2250 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2251 (get_test_minsym): ... this.
2252 (pck__foo__bar__minsym__2): Rename to ...
2253 (test_minsym): ... this.
2254 (main): Adjust.
2255
2256 2017-07-17 Pedro Alves <palves@redhat.com>
2257
2258 * gdb.base/completion.exp: Adjust expected output.
2259 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2260 the completer works.
2261
2262 2017-07-17 Pedro Alves <palves@redhat.com>
2263
2264 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2265
2266 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2269
2270 2017-07-14 Tom Tromey <tom@tromey.com>
2271
2272 PR rust/21764:
2273 * gdb.rust/simple.exp: Add tests.
2274
2275 2017-07-14 Tom Tromey <tom@tromey.com>
2276
2277 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2278
2279 2017-07-14 Pedro Alves <palves@redhat.com>
2280
2281 * gdb.linespec/base/one/thefile.cc (z1): New function.
2282 * gdb.linespec/base/two/thefile.cc (z2): New function.
2283 * gdb.linespec/linespec.exp: Add tests.
2284
2285 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2286
2287 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2288 to mi_create_breakpoint.
2289
2290 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2291
2292 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2293 mi_create_breakpoint.
2294
2295 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2296
2297 * gdb.dlang/demangle.exp: Update for demangling changes.
2298
2299 2017-07-09 Tom Tromey <tom@tromey.com>
2300
2301 * gdb.dwarf2/shortpiece.exp: New file.
2302
2303 2017-07-06 David Blaikie <dblaikie@gmail.com>
2304
2305 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2306 built from fissiont-multi-cu{1,2}.c.
2307 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2308 except putting 'main' and 'func' in separate CUs in the same DWO file.
2309 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2310 test.
2311 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2312 test.
2313
2314 2017-07-06 Pedro Alves <palves@redhat.com>
2315
2316 * gdb.python/py-unwind.exp: Test flushregs.
2317
2318 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2319
2320 PR cli/21688
2321 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2322 tests for alias commands and trailing whitespace.
2323
2324 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2325
2326 PR cli/21688
2327 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2328 procedure. Call it.
2329
2330 2017-06-29 Pedro Alves <palves@redhat.com>
2331
2332 * gdb.base/printcmds.exp: Add tests.
2333
2334 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2335
2336 PR gdb/21337
2337 * gdb.base/reread-readsym.exp: New file.
2338 * gdb.base/reread-readsym.c: New file.
2339
2340 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2341
2342 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2343 subpattern.
2344
2345 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2346
2347 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2348 extended mnemonic.
2349 * gdb.arch/powerpc-power9.s: Likewise.
2350
2351 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2352
2353 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2354 on 32-bit x86 targets. Exploit is_*_target macros where
2355 appropriate.
2356
2357 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2358
2359 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2360 register pieces.
2361
2362 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2363
2364 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2365 located in one or more DWARF pieces.
2366
2367 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2368
2369 * lib/gdb.exp (get_endianness): New proc.
2370 * gdb.arch/aarch64-fp.exp: Use it.
2371 * gdb.arch/altivec-regs.exp: Likewise.
2372 * gdb.arch/e500-regs.exp: Likewise.
2373 * gdb.arch/vsx-regs.exp: Likewise.
2374 * gdb.base/dump.exp: Likewise.
2375 * gdb.base/funcargs.exp: Likewise.
2376 * gdb.base/gnu_vector.exp: Likewise.
2377 * gdb.dwarf2/formdata16.exp: Likewise.
2378 * gdb.dwarf2/implptrpiece.exp: Likewise.
2379 * gdb.dwarf2/nonvar-access.exp: Likewise.
2380 * gdb.python/py-inferior.exp: Likewise.
2381 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2382
2383 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2384
2385 PR gdb/21226
2386 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2387 stack value pieces are taken from the LSB end.
2388
2389 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2390
2391 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2392 variable at nonzero offset.
2393
2394 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2395
2396 * gdb.dwarf2/var-access.c: New file.
2397 * gdb.dwarf2/var-access.exp: New test.
2398 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2399
2400 2017-06-12 Tom Tromey <tom@tromey.com>
2401
2402 * gdb.dwarf2/formdata16.exp: Add tests.
2403
2404 2017-06-12 Tom Tromey <tom@tromey.com>
2405
2406 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2407
2408 2017-06-12 Tom Tromey <tom@tromey.com>
2409
2410 PR exp/16225:
2411 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2412 * gdb.arch/vsx-regs.exp: Update tests.
2413 * gdb.arch/s390-vregs.exp (hex128): New proc.
2414 Update test.
2415 * gdb.arch/altivec-regs.exp: Update tests.
2416
2417 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2418
2419 * gdb.base/startup-with-shell.c: New file.
2420 * gdb.base/startup-with-shell.exp: Likewise.
2421
2422 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2423
2424 * gdb.server/non-existing-program.exp: Update regex in order to
2425 reflect the fact that gdbserver is now using fork_inferior (with a
2426 shell) to startup the inferior.
2427
2428 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2429
2430 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2431 support function calls from GDB.
2432
2433 2017-05-21 Tom Tromey <tom@tromey.com>
2434
2435 PR rust/21466:
2436 * gdb.rust/unsized.exp: New file.
2437 * gdb.rust/unsized.rs: New file.
2438
2439 2017-05-19 Tom Tromey <tom@tromey.com>
2440
2441 PR rust/21484:
2442 * gdb.rust/watch.exp: New file.
2443 * gdb.rust/watch.rs: New file.
2444
2445 2017-05-18 Tom Tromey <tom@tromey.com>
2446
2447 * gdb.rust/simple.exp: Allow Box to be qualified.
2448
2449 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2450
2451 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2452
2453 2017-05-18 Pedro Alves <palves@redhat.com>
2454
2455 * gdb.base/fileio.c (test_write, test_read, test_close)
2456 (test_fstat): Don't print 'ret' in the fail path.
2457
2458 2017-05-18 Pedro Alves <palves@redhat.com>
2459
2460 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2461 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2462 (test_system, test_rename, test_unlink, test_time): Change
2463 prototypes.
2464 * gdb.base/fileio.exp (stop_msg): Adjust.
2465
2466 2017-05-18 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.base/fileio.c (null_str): New global.
2469 (test_stat): Use it.
2470 * gdb.base/fileio.exp: Remove nowarnings.
2471
2472 2017-05-17 Yao Qi <yao.qi@linaro.org>
2473
2474 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2475
2476 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2477
2478 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2479 argument command.
2480 (top-level): Invoke test_set_inferior_tty.
2481
2482 2017-05-04 Pedro Alves <palves@redhat.com>
2483
2484 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2485 Add parens to print call for Python 3.
2486
2487 2017-05-03 Keith Seitz <keiths@redhat.com>
2488
2489 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2490 (main): Call it.
2491
2492 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2493
2494 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2495 to prev and next.
2496
2497 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2498
2499 * gdb.python/py-record-btrace.exp: Remove test for
2500 gdb.BtraceInstruction.error.
2501
2502 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2503
2504 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2505
2506 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2507
2508 * gdb.python/py-record-btrace-threads.c: New file.
2509 * gdb.python/py-record-btrace-threads.exp: New file.
2510
2511 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2512
2513 PR testsuite/8595
2514 * gdb.base/environ.exp: Make test available in all architectures.
2515 Move bits related to "info program" testing to
2516 gdb.base/info-program.exp. Rewrite tests to use the two new
2517 procedures mentione below.
2518 (test_set_show_env_var) New procedure.
2519 (test_set_show_env_var_equal): Likewise.
2520 * gdb.base/info-program.exp: New file.
2521
2522 2017-04-27 Keith Seitz <keiths@redhat.com>
2523
2524 * gdb.cp/oranking.cc (test15): New function.
2525 (main): Call test15 and declare additional variables for testing.
2526 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2527 "p foo101('abc')" tests.
2528 Add tests for cv qualifier overloads.
2529 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2530 "lvalue reference overload" test.
2531 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2532 "print value of f1 on Child&& in f2" test.
2533
2534 2017-04-19 Pedro Alves <palves@redhat.com>
2535
2536 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2537 procedure.
2538 (top level): Call it.
2539 * lib/gdb.exp (gdb_define_cmd): New procedure.
2540
2541 2017-04-12 Pedro Alves <palves@redhat.com>
2542
2543 PR gdb/21323
2544 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2545 (wchar): New global.
2546 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2547 (do_test_wide_char, wide_char_types_no_program, top level): Add
2548 wchar_t testing.
2549
2550 2017-04-12 Pedro Alves <palves@redhat.com>
2551
2552 PR c++/21323
2553 * gdb.cp/wide_char_types.c: New file.
2554 * gdb.cp/wide_char_types.exp: New file.
2555
2556 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2557
2558 PR gdb/21352
2559 * gdb.trace/tsv.exp: Add test for "tsave -r".
2560
2561 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2562
2563 * gdb.dlang/watch-loc.c: New file.
2564 * gdb.dlang/watch-loc.exp: New file.
2565
2566 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2567
2568 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2569
2570 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2571
2572 * gdb.arch/arc-analyze-prologue.S: New file.
2573 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2574
2575 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2576
2577 * gdb.arch/arc-decode-insn.S: New file.
2578 * gdb.arch/arc-decode-insn.exp: Likewise.
2579
2580 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2581
2582 PR tdep/20928
2583 * gdb.arch/sparc64-regs.exp: New file.
2584 * gdb.arch/sparc64-regs.S: Likewise.
2585
2586 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2587
2588 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2589 and memory view on Python 3.
2590
2591 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
2592 Keith Seitz <keiths@redhat.com>
2593
2594 PR gdb/14441
2595 * gdb.cp/demangle.exp: Add rvalue reference tests.
2596 * gdb.cp/rvalue-ref-casts.cc: New file.
2597 * gdb.cp/rvalue-ref-casts.exp: New file.
2598 * gdb.cp/rvalue-ref-overload.cc: New file.
2599 * gdb.cp/rvalue-ref-overload.exp: New file.
2600 * gdb.cp/rvalue-ref-params.cc: New file.
2601 * gdb.cp/rvalue-ref-params.exp: New file.
2602 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2603 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2604 * gdb.cp/rvalue-ref-types.cc: New file.
2605 * gdb.cp/rvalue-ref-types.exp: New file.
2606 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2607 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2608
2609 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2610
2611 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2612 New procedure.
2613
2614 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2615
2616 * lib/mi-support.exp (mi_gdb_test): Add additional message
2617 for unexpected output.
2618
2619 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2620
2621 * gdb.base/examine-backward.c (Barrier): New character array
2622 constant, to ensure that TestStrings is preceded by a string
2623 terminator.
2624
2625 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2626
2627 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2628 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2629 and implicit pointer into such a location.
2630
2631 2017-03-16 Doug Evans <dje@google.com>
2632
2633 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2634
2635 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2636
2637 * gdb.cp/m-static.exp: Fix expectation for prototype of
2638 test5.single_constructor and single_constructor::single_constructor.
2639
2640 2017-03-16 Doug Evans <dje@google.com>
2641
2642 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2643 * gdb.guile/scm-lazy-string.c: New file.
2644 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2645 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2646 for pointer, array, typedef lazy strings.
2647
2648 2017-03-16 Doug Evans <dje@google.com>
2649
2650 PR python/17728, python/18439, python/18779
2651 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2652 * gdb.python/py-lazy-string.c (pointer): New typedef.
2653 (main): New locals ptr, array, typedef_ptr.
2654 * gdb.python/py-value.exp: Move lazy string tests to ...
2655 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2656 array, typedef lazy strings.
2657
2658 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2659
2660 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2661 Add optional 'test' parameter.
2662
2663 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2664
2665 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2666 Skip for versions of DejaGnu < 1.5.
2667
2668 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2669
2670 * lib/gdb.exp (dejagnu_version): New proc.
2671 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2672 Use dejagnu_version.
2673
2674 2017-03-10 Keith Seitz <keiths@redhat.com>
2675
2676 PR c++/8128
2677 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2678 type from destructor regexps.
2679 Add a branch which actually passes the test.
2680 Adjust "ptype t5i" test names.
2681
2682 2017-03-08 Pedro Alves <palves@redhat.com>
2683
2684 * gdb.base/step-over-exit.exp: Add explicit test message.
2685
2686 2017-03-08 Pedro Alves <palves@redhat.com>
2687
2688 PR gdb/18360
2689 * gdb.threads/interrupt-while-step-over.c: New file.
2690 * gdb.threads/interrupt-while-step-over.exp: New file.
2691
2692 2017-03-08 Pedro Alves <palves@redhat.com>
2693
2694 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
2695 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
2696
2697 2017-03-08 Pedro Alves <palves@redhat.com>
2698
2699 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
2700 PKRU as not supported as a PASS.
2701
2702 2017-03-08 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
2705 prefix instead of $binfile1/$binfile2.
2706 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
2707 in test message.
2708 * gdb.python/py-completion.exp: Use "load python file" as test
2709 messages instead of unstable path names.
2710
2711 2017-03-08 Pedro Alves <palves@redhat.com>
2712 Jan Kratochvil <jan.kratochvil@redhat.com>
2713
2714 PR cli/21218
2715 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2716 New proc.
2717 (top level): Call it.
2718
2719 2017-03-08 Pedro Alves <palves@redhat.com>
2720
2721 PR tui/21216
2722 * gdb.tui/tui-nl-filtered-output.exp: New file.
2723
2724 2017-03-08 Pedro Alves <palves@redhat.com>
2725
2726 * gdb.base/completion.exp: Move TUI completion tests to ...
2727 * gdb.tui/completion.exp: ... this new file.
2728
2729 2017-03-08 Pedro Alves <palves@redhat.com>
2730
2731 * gdb.base/tui-disasm-long-lines.c,
2732 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
2733 gdb.base/tui-layout.exp: Move to ...
2734 * gdb.tui/: ... this new directory.
2735
2736 2017-03-07 Pedro Alves <palves@redhat.com>
2737
2738 * gdb.base/tui-layout.c: New file.
2739 * gdb.base/tui-layout.exp: New file.
2740
2741 2017-03-07 Pedro Alves <palves@redhat.com>
2742
2743 * gdb.base/tui-layout.c: Rename to ...
2744 * gdb.base/tui-disasm-long-lines.c: ... this.
2745 * gdb.base/tui-layout.exp: Rename to ...
2746 * gdb.base/tui-disasm-long-lines.exp: ... this.
2747
2748 2017-03-07 Pedro Alves <palves@redhat.com>
2749
2750 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
2751
2752 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2753
2754 * i386-mpx-call.c: New file.
2755 * i386-mpx-call.exp: New file.
2756
2757 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2758
2759 * gdb.arch/powerpc-power.exp: Delete test.
2760 * gdb.arch/powerpc-power.s: Likewise.
2761 * gdb.disasm/disassembler-options.exp: New test.
2762 * gdb.arch/powerpc-altivec.exp: Likewise.
2763 * gdb.arch/powerpc-altivec.s: Likewise.
2764 * gdb.arch/powerpc-altivec2.exp: Likewise.
2765 * gdb.arch/powerpc-altivec2.s: Likewise.
2766 * gdb.arch/powerpc-altivec3.exp: Likewise.
2767 * gdb.arch/powerpc-altivec3.s: Likewise.
2768 * gdb.arch/powerpc-power7.exp: Likewise.
2769 * gdb.arch/powerpc-power7.s: Likewise.
2770 * gdb.arch/powerpc-power8.exp: Likewise.
2771 * gdb.arch/powerpc-power8.s: Likewise.
2772 * gdb.arch/powerpc-power9.exp: Likewise.
2773 * gdb.arch/powerpc-power9.s: Likewise.
2774 * gdb.arch/powerpc-vsx.exp: Likewise.
2775 * gdb.arch/powerpc-vsx.s: Likewise.
2776 * gdb.arch/powerpc-vsx2.exp: Likewise.
2777 * gdb.arch/powerpc-vsx2.s: Likewise.
2778 * gdb.arch/powerpc-vsx3.exp: Likewise.
2779 * gdb.arch/powerpc-vsx3.s: Likewise.
2780 * gdb.arch/arm-disassembler-options.exp: Likewise.
2781 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2782 * gdb.arch/s390-disassembler-options.exp: Likewise.
2783
2784 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
2785
2786 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
2787 (check_supported_features): ... this. Changed return type to void.
2788 (supports_rdseed): New static global.
2789 (rdseed): Check supports_rdseed.
2790 (initialize): Call check_supported_features.
2791
2792 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2793
2794 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
2795 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
2796 and lqarx/stqcx.
2797 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
2798 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
2799
2800 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2801
2802 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
2803 uppercase.
2804
2805 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2806
2807 * gdb.dwarf2/formdata16.c: New file.
2808 * gdb.dwarf2/formdata16.exp: New file.
2809 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
2810
2811 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2812
2813 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
2814 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
2815 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
2816 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
2817 DW_AT_GNU_*.
2818
2819 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2820
2821 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
2822
2823 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
2824
2825 PR gdb/21164
2826 * gdb.base/maint.exp: Add testcases for when the commands do
2827 not have arguments.
2828
2829 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
2830
2831 * gdb.cp/chained-calls.exp: Use p instead of P.
2832
2833 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2834
2835 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
2836 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
2837
2838 2017-02-14 Tom Tromey <tom@tromey.com>
2839
2840 PR python/13598:
2841 * gdb.python/py-events.exp: Add before_prompt event tests.
2842
2843 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2844
2845 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
2846
2847 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2848
2849 * gdb.linespec/explicit.c (my_unique_function_name): New function.
2850 (main): Call my_unique_function_name.
2851 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
2852 completion of patterns with a single match.
2853 Add missing -re switches to gdb_test_multiple calls.
2854
2855 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
2856
2857 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
2858 return if core file is not recognized.
2859
2860 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2861
2862 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
2863 and extra UIs.
2864
2865 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
2866
2867 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
2868 proc_with_prefix.
2869
2870 2017-02-10 Tom Tromey <tom@tromey.com>
2871
2872 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
2873
2874 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
2875
2876 PR gdb/21122
2877 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
2878
2879 2017-02-08 Jerome Guitton <guitton@adacore.com>
2880
2881 * gdb.base/define.exp: Add test for command abbreviations
2882 in define.
2883
2884 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
2885
2886 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
2887 * gdb.reverse/insn-reverse-x86.c: New file.
2888
2889 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2890
2891 PR tdep/20936
2892 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
2893
2894 2017-02-03 Tom Tromey <tom@tromey.com>
2895
2896 PR rust/21097:
2897 * gdb.rust/simple.exp: Add new tests.
2898
2899 2017-02-02 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
2902 tests.
2903
2904 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
2905
2906 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
2907 taking a 2-byte value out of a 4-byte DWARF implicit value on
2908 big-endian targets.
2909 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
2910 logic. Add test cases for DW_OP_implicit.
2911
2912 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2913
2914 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
2915
2916 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2917
2918 * gdb.btrace/enable.exp: Call gdb_exit before
2919 skip_gdbserver_tests.
2920
2921 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2922
2923 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
2924 GDBFLAGS.
2925
2926 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2927
2928 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
2929 the test is skipped.
2930 * gdb.btrace/data.exp: Likewise.
2931 * gdb.btrace/delta.exp: Likewise.
2932 * gdb.btrace/dlopen.exp: Likewise.
2933 * gdb.btrace/enable-running.exp: Likewise.
2934 * gdb.btrace/enable.exp: Likewise.
2935 * gdb.btrace/exception.exp: Likewise.
2936 * gdb.btrace/function_call_history.exp: Likewise.
2937 * gdb.btrace/gcore.exp: Likewise.
2938 * gdb.btrace/instruction_history.exp: Likewise.
2939 * gdb.btrace/multi-thread-step.exp: Likewise.
2940 * gdb.btrace/nohist.exp: Likewise.
2941 * gdb.btrace/non-stop.exp: Likewise.
2942 * gdb.btrace/reconnect.exp: Likewise.
2943 * gdb.btrace/record_goto-step.exp: Likewise.
2944 * gdb.btrace/record_goto.exp: Likewise.
2945 * gdb.btrace/rn-dl-bind.exp: Likewise.
2946 * gdb.btrace/segv.exp: Likewise.
2947 * gdb.btrace/step.exp: Likewise.
2948 * gdb.btrace/stepi.exp: Likewise.
2949 * gdb.btrace/tailcall-only.exp: Likewise.
2950 * gdb.btrace/tailcall.exp: Likewise.
2951 * gdb.btrace/tsx.exp: Likewise.
2952 * gdb.btrace/unknown_functions.exp: Likewise.
2953 * gdb.btrace/vdso.exp: Likewise.
2954
2955 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
2956
2957 * gdb.btrace/enable-running.c: New.
2958 * gdb.btrace/enable-running.exp: New.
2959
2960 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2961
2962 * gdb.arch/amd64-gs_base.c: New file.
2963 * gdb.arch/amd64-gs_base.exp: New file.
2964
2965 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2966
2967 * lib/memory.exp: Remove spurious empty newlines.
2968
2969 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
2970
2971 * gdb.python/py-bad-printers.exp: Load python file using "source".
2972 * gdb.python/py-events.exp: Likewise.
2973 * gdb.python/py-evsignal.exp: Likewise.
2974 * gdb.python/py-evthreads.exp: Likewise.
2975 * gdb.python/py-frame-args.exp: Likewise.
2976 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
2977 * gdb.python/py-framefilter-mi.exp: Likewise.
2978 * gdb.python/py-framefilter.exp: Likewise.
2979 * gdb.python/py-mi.exp: Likewise.
2980 * gdb.python/py-pp-maint.exp: Likewise.
2981 * gdb.python/py-pp-registration.exp: Likewise.
2982 * gdb.python/py-prettyprint.exp: Likewise.
2983 (run_lang_tests): Likewise.
2984 * gdb.python/py-typeprint.exp: Likewise.
2985
2986 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2987
2988 * lib/memory.exp: New file.
2989 * lib/gdb.exp: Load memory.exp.
2990 * gdb.base/memattr.exp (delete_memory): Move proc to
2991 lib/memory.exp and rename to delete_memory_regions.
2992 Replace delete_memory with delete_memory_regions.
2993 Cleanup memory regions before tests.
2994 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
2995 before tests.
2996
2997 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
2998
2999 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3000 files.
3001 (initialize): New function conditionally defined.
3002 (testcases): Move within conditional block.
3003 (main): Call initialize.
3004 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3005 of gdb.reverse/insn-reverse.c.
3006 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3007 gdb.reverse/insn-reverse.c.
3008
3009 2017-01-26 Yao Qi <yao.qi@linaro.org>
3010
3011 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3012 disassemble on address 0.
3013
3014 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3015 Yao Qi <yao.qi@linaro.org>
3016
3017 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3018 * gdb.dwarf2/implptr-64bit.S: Remove.
3019 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3020 variables in caller's context. Add DW_OP_implicit_value.
3021
3022 2017-01-25 Yao Qi <yao.qi@linaro.org>
3023
3024 * lib/dwarf.exp (Dwarf::_location): Handle
3025 DW_OP_GNU_implicit_pointer with proper size.
3026
3027 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3028
3029 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3030 and add untested calls.
3031
3032 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3033
3034 * gdb.python/python.exp: Check line number against what GDB thinks
3035 the line number is for func1.
3036
3037 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3038
3039 * gdb.dlang/debug-expr.exp: New file.
3040
3041 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3042
3043 Fix test names for the following files:
3044
3045 * gdb.ada/exec_changed.exp
3046 * gdb.ada/info_types.exp
3047 * gdb.arch/aarch64-atomic-inst.exp
3048 * gdb.arch/aarch64-fp.exp
3049 * gdb.arch/altivec-abi.exp
3050 * gdb.arch/altivec-regs.exp
3051 * gdb.arch/amd64-byte.exp
3052 * gdb.arch/amd64-disp-step.exp
3053 * gdb.arch/amd64-dword.exp
3054 * gdb.arch/amd64-entry-value-inline.exp
3055 * gdb.arch/amd64-entry-value-param.exp
3056 * gdb.arch/amd64-entry-value-paramref.exp
3057 * gdb.arch/amd64-entry-value.exp
3058 * gdb.arch/amd64-i386-address.exp
3059 * gdb.arch/amd64-invalid-stack-middle.exp
3060 * gdb.arch/amd64-invalid-stack-top.exp
3061 * gdb.arch/amd64-optimout-repeat.exp
3062 * gdb.arch/amd64-prologue-skip.exp
3063 * gdb.arch/amd64-prologue-xmm.exp
3064 * gdb.arch/amd64-stap-special-operands.exp
3065 * gdb.arch/amd64-stap-wrong-subexp.exp
3066 * gdb.arch/amd64-tailcall-cxx.exp
3067 * gdb.arch/amd64-tailcall-noret.exp
3068 * gdb.arch/amd64-tailcall-ret.exp
3069 * gdb.arch/amd64-tailcall-self.exp
3070 * gdb.arch/amd64-word.exp
3071 * gdb.arch/arm-bl-branch-dest.exp
3072 * gdb.arch/arm-disp-step.exp
3073 * gdb.arch/arm-neon.exp
3074 * gdb.arch/arm-single-step-kernel-helper.exp
3075 * gdb.arch/avr-flash-qualifier.exp
3076 * gdb.arch/disp-step-insn-reloc.exp
3077 * gdb.arch/e500-abi.exp
3078 * gdb.arch/e500-regs.exp
3079 * gdb.arch/ftrace-insn-reloc.exp
3080 * gdb.arch/i386-avx512.exp
3081 * gdb.arch/i386-bp_permanent.exp
3082 * gdb.arch/i386-byte.exp
3083 * gdb.arch/i386-cfi-notcurrent.exp
3084 * gdb.arch/i386-disp-step.exp
3085 * gdb.arch/i386-dr3-watch.exp
3086 * gdb.arch/i386-float.exp
3087 * gdb.arch/i386-gnu-cfi.exp
3088 * gdb.arch/i386-mpx-map.exp
3089 * gdb.arch/i386-mpx-sigsegv.exp
3090 * gdb.arch/i386-mpx-simple_segv.exp
3091 * gdb.arch/i386-mpx.exp
3092 * gdb.arch/i386-permbkpt.exp
3093 * gdb.arch/i386-prologue.exp
3094 * gdb.arch/i386-signal.exp
3095 * gdb.arch/i386-size-overlap.exp
3096 * gdb.arch/i386-unwind.exp
3097 * gdb.arch/i386-word.exp
3098 * gdb.arch/mips-fcr.exp
3099 * gdb.arch/powerpc-d128-regs.exp
3100 * gdb.arch/powerpc-stackless.exp
3101 * gdb.arch/ppc64-atomic-inst.exp
3102 * gdb.arch/s390-stackless.exp
3103 * gdb.arch/s390-tdbregs.exp
3104 * gdb.arch/s390-vregs.exp
3105 * gdb.arch/sparc-sysstep.exp
3106 * gdb.arch/thumb-bx-pc.exp
3107 * gdb.arch/thumb-singlestep.exp
3108 * gdb.arch/thumb2-it.exp
3109 * gdb.arch/vsx-regs.exp
3110 * gdb.asm/asm-source.exp
3111 * gdb.base/a2-run.exp
3112 * gdb.base/advance.exp
3113 * gdb.base/all-bin.exp
3114 * gdb.base/anon.exp
3115 * gdb.base/args.exp
3116 * gdb.base/arithmet.exp
3117 * gdb.base/async-shell.exp
3118 * gdb.base/async.exp
3119 * gdb.base/attach-pie-noexec.exp
3120 * gdb.base/attach-twice.exp
3121 * gdb.base/auto-load.exp
3122 * gdb.base/bang.exp
3123 * gdb.base/bitfields.exp
3124 * gdb.base/break-always.exp
3125 * gdb.base/break-caller-line.exp
3126 * gdb.base/break-entry.exp
3127 * gdb.base/break-inline.exp
3128 * gdb.base/break-on-linker-gcd-function.exp
3129 * gdb.base/break-probes.exp
3130 * gdb.base/break.exp
3131 * gdb.base/breakpoint-shadow.exp
3132 * gdb.base/call-ar-st.exp
3133 * gdb.base/call-sc.exp
3134 * gdb.base/call-signal-resume.exp
3135 * gdb.base/call-strs.exp
3136 * gdb.base/callfuncs.exp
3137 * gdb.base/catch-fork-static.exp
3138 * gdb.base/catch-gdb-caused-signals.exp
3139 * gdb.base/catch-load.exp
3140 * gdb.base/catch-signal-fork.exp
3141 * gdb.base/catch-signal.exp
3142 * gdb.base/catch-syscall.exp
3143 * gdb.base/charset.exp
3144 * gdb.base/checkpoint.exp
3145 * gdb.base/chng-syms.exp
3146 * gdb.base/code-expr.exp
3147 * gdb.base/code_elim.exp
3148 * gdb.base/commands.exp
3149 * gdb.base/completion.exp
3150 * gdb.base/complex.exp
3151 * gdb.base/cond-expr.exp
3152 * gdb.base/condbreak.exp
3153 * gdb.base/consecutive.exp
3154 * gdb.base/continue-all-already-running.exp
3155 * gdb.base/coredump-filter.exp
3156 * gdb.base/corefile.exp
3157 * gdb.base/dbx.exp
3158 * gdb.base/debug-expr.exp
3159 * gdb.base/define.exp
3160 * gdb.base/del.exp
3161 * gdb.base/disabled-location.exp
3162 * gdb.base/disasm-end-cu.exp
3163 * gdb.base/disasm-optim.exp
3164 * gdb.base/display.exp
3165 * gdb.base/duplicate-bp.exp
3166 * gdb.base/ena-dis-br.exp
3167 * gdb.base/ending-run.exp
3168 * gdb.base/enumval.exp
3169 * gdb.base/environ.exp
3170 * gdb.base/eu-strip-infcall.exp
3171 * gdb.base/eval-avoid-side-effects.exp
3172 * gdb.base/eval-skip.exp
3173 * gdb.base/exitsignal.exp
3174 * gdb.base/expand-psymtabs.exp
3175 * gdb.base/filesym.exp
3176 * gdb.base/find-unmapped.exp
3177 * gdb.base/finish.exp
3178 * gdb.base/float.exp
3179 * gdb.base/foll-exec-mode.exp
3180 * gdb.base/foll-exec.exp
3181 * gdb.base/foll-fork.exp
3182 * gdb.base/fortran-sym-case.exp
3183 * gdb.base/freebpcmd.exp
3184 * gdb.base/func-ptr.exp
3185 * gdb.base/func-ptrs.exp
3186 * gdb.base/funcargs.exp
3187 * gdb.base/gcore-buffer-overflow.exp
3188 * gdb.base/gcore-relro-pie.exp
3189 * gdb.base/gcore-relro.exp
3190 * gdb.base/gcore.exp
3191 * gdb.base/gdb1090.exp
3192 * gdb.base/gdb11530.exp
3193 * gdb.base/gdb11531.exp
3194 * gdb.base/gdb1821.exp
3195 * gdb.base/gdbindex-stabs.exp
3196 * gdb.base/gdbvars.exp
3197 * gdb.base/hbreak.exp
3198 * gdb.base/hbreak2.exp
3199 * gdb.base/included.exp
3200 * gdb.base/infcall-input.exp
3201 * gdb.base/inferior-died.exp
3202 * gdb.base/infnan.exp
3203 * gdb.base/info-macros.exp
3204 * gdb.base/info-os.exp
3205 * gdb.base/info-proc.exp
3206 * gdb.base/info-shared.exp
3207 * gdb.base/info-target.exp
3208 * gdb.base/infoline.exp
3209 * gdb.base/interp.exp
3210 * gdb.base/interrupt.exp
3211 * gdb.base/jit-reader.exp
3212 * gdb.base/jit-simple.exp
3213 * gdb.base/kill-after-signal.exp
3214 * gdb.base/kill-detach-inferiors-cmd.exp
3215 * gdb.base/label.exp
3216 * gdb.base/langs.exp
3217 * gdb.base/ldbl_e308.exp
3218 * gdb.base/line-symtabs.exp
3219 * gdb.base/linespecs.exp
3220 * gdb.base/list.exp
3221 * gdb.base/long_long.exp
3222 * gdb.base/longest-types.exp
3223 * gdb.base/maint.exp
3224 * gdb.base/max-value-size.exp
3225 * gdb.base/memattr.exp
3226 * gdb.base/mips_pro.exp
3227 * gdb.base/morestack.exp
3228 * gdb.base/moribund-step.exp
3229 * gdb.base/multi-forks.exp
3230 * gdb.base/nested-addr.exp
3231 * gdb.base/nextoverexit.exp
3232 * gdb.base/noreturn-finish.exp
3233 * gdb.base/noreturn-return.exp
3234 * gdb.base/nostdlib.exp
3235 * gdb.base/offsets.exp
3236 * gdb.base/opaque.exp
3237 * gdb.base/pc-fp.exp
3238 * gdb.base/permissions.exp
3239 * gdb.base/print-symbol-loading.exp
3240 * gdb.base/prologue-include.exp
3241 * gdb.base/psymtab.exp
3242 * gdb.base/ptype.exp
3243 * gdb.base/random-signal.exp
3244 * gdb.base/randomize.exp
3245 * gdb.base/range-stepping.exp
3246 * gdb.base/readline-ask.exp
3247 * gdb.base/recpar.exp
3248 * gdb.base/recurse.exp
3249 * gdb.base/relational.exp
3250 * gdb.base/restore.exp
3251 * gdb.base/return-nodebug.exp
3252 * gdb.base/return.exp
3253 * gdb.base/run-after-attach.exp
3254 * gdb.base/save-bp.exp
3255 * gdb.base/scope.exp
3256 * gdb.base/sect-cmd.exp
3257 * gdb.base/set-lang-auto.exp
3258 * gdb.base/set-noassign.exp
3259 * gdb.base/setvar.exp
3260 * gdb.base/sigall.exp
3261 * gdb.base/sigbpt.exp
3262 * gdb.base/siginfo-addr.exp
3263 * gdb.base/siginfo-infcall.exp
3264 * gdb.base/siginfo-obj.exp
3265 * gdb.base/siginfo.exp
3266 * gdb.base/signals-state-child.exp
3267 * gdb.base/signest.exp
3268 * gdb.base/sigstep.exp
3269 * gdb.base/sizeof.exp
3270 * gdb.base/skip.exp
3271 * gdb.base/solib-corrupted.exp
3272 * gdb.base/solib-nodir.exp
3273 * gdb.base/solib-search.exp
3274 * gdb.base/stack-checking.exp
3275 * gdb.base/stale-infcall.exp
3276 * gdb.base/stap-probe.exp
3277 * gdb.base/start.exp
3278 * gdb.base/step-break.exp
3279 * gdb.base/step-bt.exp
3280 * gdb.base/step-line.exp
3281 * gdb.base/step-over-exit.exp
3282 * gdb.base/step-over-syscall.exp
3283 * gdb.base/step-resume-infcall.exp
3284 * gdb.base/step-test.exp
3285 * gdb.base/store.exp
3286 * gdb.base/structs3.exp
3287 * gdb.base/sym-file.exp
3288 * gdb.base/symbol-without-target_section.exp
3289 * gdb.base/term.exp
3290 * gdb.base/testenv.exp
3291 * gdb.base/ui-redirect.exp
3292 * gdb.base/until.exp
3293 * gdb.base/unwindonsignal.exp
3294 * gdb.base/value-double-free.exp
3295 * gdb.base/vla-datatypes.exp
3296 * gdb.base/vla-ptr.exp
3297 * gdb.base/vla-sideeffect.exp
3298 * gdb.base/volatile.exp
3299 * gdb.base/watch-cond-infcall.exp
3300 * gdb.base/watch-cond.exp
3301 * gdb.base/watch-non-mem.exp
3302 * gdb.base/watch-read.exp
3303 * gdb.base/watch-vfork.exp
3304 * gdb.base/watchpoint-cond-gone.exp
3305 * gdb.base/watchpoint-delete.exp
3306 * gdb.base/watchpoint-hw-hit-once.exp
3307 * gdb.base/watchpoint-hw.exp
3308 * gdb.base/watchpoint-stops-at-right-insn.exp
3309 * gdb.base/watchpoints.exp
3310 * gdb.base/wchar.exp
3311 * gdb.base/whatis-exp.exp
3312 * gdb.btrace/buffer-size.exp
3313 * gdb.btrace/data.exp
3314 * gdb.btrace/delta.exp
3315 * gdb.btrace/dlopen.exp
3316 * gdb.btrace/enable.exp
3317 * gdb.btrace/exception.exp
3318 * gdb.btrace/function_call_history.exp
3319 * gdb.btrace/gcore.exp
3320 * gdb.btrace/instruction_history.exp
3321 * gdb.btrace/nohist.exp
3322 * gdb.btrace/reconnect.exp
3323 * gdb.btrace/record_goto-step.exp
3324 * gdb.btrace/record_goto.exp
3325 * gdb.btrace/rn-dl-bind.exp
3326 * gdb.btrace/segv.exp
3327 * gdb.btrace/step.exp
3328 * gdb.btrace/stepi.exp
3329 * gdb.btrace/tailcall-only.exp
3330 * gdb.btrace/tailcall.exp
3331 * gdb.btrace/tsx.exp
3332 * gdb.btrace/unknown_functions.exp
3333 * gdb.btrace/vdso.exp
3334 * gdb.compile/compile-ifunc.exp
3335 * gdb.compile/compile-ops.exp
3336 * gdb.compile/compile-print.exp
3337 * gdb.compile/compile-setjmp.exp
3338 * gdb.cp/abstract-origin.exp
3339 * gdb.cp/ambiguous.exp
3340 * gdb.cp/annota2.exp
3341 * gdb.cp/annota3.exp
3342 * gdb.cp/anon-ns.exp
3343 * gdb.cp/anon-struct.exp
3344 * gdb.cp/anon-union.exp
3345 * gdb.cp/arg-reference.exp
3346 * gdb.cp/baseenum.exp
3347 * gdb.cp/bool.exp
3348 * gdb.cp/breakpoint.exp
3349 * gdb.cp/bs15503.exp
3350 * gdb.cp/call-c.exp
3351 * gdb.cp/casts.exp
3352 * gdb.cp/chained-calls.exp
3353 * gdb.cp/class2.exp
3354 * gdb.cp/classes.exp
3355 * gdb.cp/cmpd-minsyms.exp
3356 * gdb.cp/converts.exp
3357 * gdb.cp/cp-relocate.exp
3358 * gdb.cp/cpcompletion.exp
3359 * gdb.cp/cpexprs.exp
3360 * gdb.cp/cplabel.exp
3361 * gdb.cp/cplusfuncs.exp
3362 * gdb.cp/cpsizeof.exp
3363 * gdb.cp/ctti.exp
3364 * gdb.cp/derivation.exp
3365 * gdb.cp/destrprint.exp
3366 * gdb.cp/dispcxx.exp
3367 * gdb.cp/enum-class.exp
3368 * gdb.cp/exception.exp
3369 * gdb.cp/exceptprint.exp
3370 * gdb.cp/expand-psymtabs-cxx.exp
3371 * gdb.cp/expand-sals.exp
3372 * gdb.cp/extern-c.exp
3373 * gdb.cp/filename.exp
3374 * gdb.cp/formatted-ref.exp
3375 * gdb.cp/fpointer.exp
3376 * gdb.cp/gdb1355.exp
3377 * gdb.cp/gdb2495.exp
3378 * gdb.cp/hang.exp
3379 * gdb.cp/impl-this.exp
3380 * gdb.cp/infcall-dlopen.exp
3381 * gdb.cp/inherit.exp
3382 * gdb.cp/iostream.exp
3383 * gdb.cp/koenig.exp
3384 * gdb.cp/local.exp
3385 * gdb.cp/m-data.exp
3386 * gdb.cp/m-static.exp
3387 * gdb.cp/mb-ctor.exp
3388 * gdb.cp/mb-inline.exp
3389 * gdb.cp/mb-templates.exp
3390 * gdb.cp/member-name.exp
3391 * gdb.cp/member-ptr.exp
3392 * gdb.cp/meth-typedefs.exp
3393 * gdb.cp/method.exp
3394 * gdb.cp/method2.exp
3395 * gdb.cp/minsym-fallback.exp
3396 * gdb.cp/misc.exp
3397 * gdb.cp/namelessclass.exp
3398 * gdb.cp/namespace-enum.exp
3399 * gdb.cp/namespace-nested-import.exp
3400 * gdb.cp/namespace.exp
3401 * gdb.cp/nextoverthrow.exp
3402 * gdb.cp/no-dmgl-verbose.exp
3403 * gdb.cp/non-trivial-retval.exp
3404 * gdb.cp/noparam.exp
3405 * gdb.cp/nsdecl.exp
3406 * gdb.cp/nsimport.exp
3407 * gdb.cp/nsnested.exp
3408 * gdb.cp/nsnoimports.exp
3409 * gdb.cp/nsrecurs.exp
3410 * gdb.cp/nsstress.exp
3411 * gdb.cp/nsusing.exp
3412 * gdb.cp/operator.exp
3413 * gdb.cp/oranking.exp
3414 * gdb.cp/overload-const.exp
3415 * gdb.cp/overload.exp
3416 * gdb.cp/ovldbreak.exp
3417 * gdb.cp/ovsrch.exp
3418 * gdb.cp/paren-type.exp
3419 * gdb.cp/parse-lang.exp
3420 * gdb.cp/pass-by-ref.exp
3421 * gdb.cp/pr-1023.exp
3422 * gdb.cp/pr-1210.exp
3423 * gdb.cp/pr-574.exp
3424 * gdb.cp/pr10687.exp
3425 * gdb.cp/pr12028.exp
3426 * gdb.cp/pr17132.exp
3427 * gdb.cp/pr17494.exp
3428 * gdb.cp/pr9067.exp
3429 * gdb.cp/pr9167.exp
3430 * gdb.cp/pr9631.exp
3431 * gdb.cp/printmethod.exp
3432 * gdb.cp/psmang.exp
3433 * gdb.cp/psymtab-parameter.exp
3434 * gdb.cp/ptype-cv-cp.exp
3435 * gdb.cp/ptype-flags.exp
3436 * gdb.cp/re-set-overloaded.exp
3437 * gdb.cp/ref-types.exp
3438 * gdb.cp/rtti.exp
3439 * gdb.cp/scope-err.exp
3440 * gdb.cp/shadow.exp
3441 * gdb.cp/smartp.exp
3442 * gdb.cp/static-method.exp
3443 * gdb.cp/static-print-quit.exp
3444 * gdb.cp/temargs.exp
3445 * gdb.cp/templates.exp
3446 * gdb.cp/try_catch.exp
3447 * gdb.cp/typedef-operator.exp
3448 * gdb.cp/typeid.exp
3449 * gdb.cp/userdef.exp
3450 * gdb.cp/using-crash.exp
3451 * gdb.cp/var-tag.exp
3452 * gdb.cp/virtbase.exp
3453 * gdb.cp/virtfunc.exp
3454 * gdb.cp/virtfunc2.exp
3455 * gdb.cp/vla-cxx.exp
3456 * gdb.disasm/t01_mov.exp
3457 * gdb.disasm/t02_mova.exp
3458 * gdb.disasm/t03_add.exp
3459 * gdb.disasm/t04_sub.exp
3460 * gdb.disasm/t05_cmp.exp
3461 * gdb.disasm/t06_ari2.exp
3462 * gdb.disasm/t07_ari3.exp
3463 * gdb.disasm/t08_or.exp
3464 * gdb.disasm/t09_xor.exp
3465 * gdb.disasm/t10_and.exp
3466 * gdb.disasm/t11_logs.exp
3467 * gdb.disasm/t12_bit.exp
3468 * gdb.disasm/t13_otr.exp
3469 * gdb.dlang/circular.exp
3470 * gdb.dwarf2/arr-stride.exp
3471 * gdb.dwarf2/arr-subrange.exp
3472 * gdb.dwarf2/atomic-type.exp
3473 * gdb.dwarf2/bad-regnum.exp
3474 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3475 * gdb.dwarf2/callframecfa.exp
3476 * gdb.dwarf2/clztest.exp
3477 * gdb.dwarf2/corrupt.exp
3478 * gdb.dwarf2/data-loc.exp
3479 * gdb.dwarf2/dup-psym.exp
3480 * gdb.dwarf2/dw2-anon-mptr.exp
3481 * gdb.dwarf2/dw2-anonymous-func.exp
3482 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3483 * gdb.dwarf2/dw2-bad-unresolved.exp
3484 * gdb.dwarf2/dw2-basic.exp
3485 * gdb.dwarf2/dw2-canonicalize-type.exp
3486 * gdb.dwarf2/dw2-case-insensitive.exp
3487 * gdb.dwarf2/dw2-common-block.exp
3488 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3489 * gdb.dwarf2/dw2-compressed.exp
3490 * gdb.dwarf2/dw2-const.exp
3491 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3492 * gdb.dwarf2/dw2-cu-size.exp
3493 * gdb.dwarf2/dw2-dup-frame.exp
3494 * gdb.dwarf2/dw2-entry-value.exp
3495 * gdb.dwarf2/dw2-icycle.exp
3496 * gdb.dwarf2/dw2-ifort-parameter.exp
3497 * gdb.dwarf2/dw2-inline-break.exp
3498 * gdb.dwarf2/dw2-inline-param.exp
3499 * gdb.dwarf2/dw2-intercu.exp
3500 * gdb.dwarf2/dw2-intermix.exp
3501 * gdb.dwarf2/dw2-lexical-block-bare.exp
3502 * gdb.dwarf2/dw2-linkage-name-trust.exp
3503 * gdb.dwarf2/dw2-minsym-in-cu.exp
3504 * gdb.dwarf2/dw2-noloc.exp
3505 * gdb.dwarf2/dw2-op-call.exp
3506 * gdb.dwarf2/dw2-op-out-param.exp
3507 * gdb.dwarf2/dw2-opt-structptr.exp
3508 * gdb.dwarf2/dw2-param-error.exp
3509 * gdb.dwarf2/dw2-producer.exp
3510 * gdb.dwarf2/dw2-ranges-base.exp
3511 * gdb.dwarf2/dw2-ref-missing-frame.exp
3512 * gdb.dwarf2/dw2-reg-undefined.exp
3513 * gdb.dwarf2/dw2-regno-invalid.exp
3514 * gdb.dwarf2/dw2-restore.exp
3515 * gdb.dwarf2/dw2-restrict.exp
3516 * gdb.dwarf2/dw2-single-line-discriminators.exp
3517 * gdb.dwarf2/dw2-strp.exp
3518 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3519 * gdb.dwarf2/dw2-unresolved.exp
3520 * gdb.dwarf2/dw2-var-zero-addr.exp
3521 * gdb.dwarf2/dw4-sig-types.exp
3522 * gdb.dwarf2/dwz.exp
3523 * gdb.dwarf2/dynarr-ptr.exp
3524 * gdb.dwarf2/enum-type.exp
3525 * gdb.dwarf2/gdb-index.exp
3526 * gdb.dwarf2/implptr-64bit.exp
3527 * gdb.dwarf2/implptr-optimized-out.exp
3528 * gdb.dwarf2/implptr.exp
3529 * gdb.dwarf2/implref-array.exp
3530 * gdb.dwarf2/implref-const.exp
3531 * gdb.dwarf2/implref-global.exp
3532 * gdb.dwarf2/implref-struct.exp
3533 * gdb.dwarf2/mac-fileno.exp
3534 * gdb.dwarf2/main-subprogram.exp
3535 * gdb.dwarf2/member-ptr-forwardref.exp
3536 * gdb.dwarf2/method-ptr.exp
3537 * gdb.dwarf2/missing-sig-type.exp
3538 * gdb.dwarf2/nonvar-access.exp
3539 * gdb.dwarf2/opaque-type-lookup.exp
3540 * gdb.dwarf2/pieces-optimized-out.exp
3541 * gdb.dwarf2/pieces.exp
3542 * gdb.dwarf2/pr10770.exp
3543 * gdb.dwarf2/pr13961.exp
3544 * gdb.dwarf2/staticvirtual.exp
3545 * gdb.dwarf2/subrange.exp
3546 * gdb.dwarf2/symtab-producer.exp
3547 * gdb.dwarf2/trace-crash.exp
3548 * gdb.dwarf2/typeddwarf.exp
3549 * gdb.dwarf2/valop.exp
3550 * gdb.dwarf2/watch-notconst.exp
3551 * gdb.fortran/array-element.exp
3552 * gdb.fortran/charset.exp
3553 * gdb.fortran/common-block.exp
3554 * gdb.fortran/complex.exp
3555 * gdb.fortran/derived-type-function.exp
3556 * gdb.fortran/derived-type.exp
3557 * gdb.fortran/logical.exp
3558 * gdb.fortran/module.exp
3559 * gdb.fortran/multi-dim.exp
3560 * gdb.fortran/nested-funcs.exp
3561 * gdb.fortran/print-formatted.exp
3562 * gdb.fortran/subarray.exp
3563 * gdb.fortran/vla-alloc-assoc.exp
3564 * gdb.fortran/vla-datatypes.exp
3565 * gdb.fortran/vla-history.exp
3566 * gdb.fortran/vla-ptr-info.exp
3567 * gdb.fortran/vla-ptype-sub.exp
3568 * gdb.fortran/vla-ptype.exp
3569 * gdb.fortran/vla-sizeof.exp
3570 * gdb.fortran/vla-type.exp
3571 * gdb.fortran/vla-value-sub-arbitrary.exp
3572 * gdb.fortran/vla-value-sub-finish.exp
3573 * gdb.fortran/vla-value-sub.exp
3574 * gdb.fortran/vla-value.exp
3575 * gdb.fortran/whatis_type.exp
3576 * gdb.go/chan.exp
3577 * gdb.go/handcall.exp
3578 * gdb.go/hello.exp
3579 * gdb.go/integers.exp
3580 * gdb.go/methods.exp
3581 * gdb.go/package.exp
3582 * gdb.go/strings.exp
3583 * gdb.go/types.exp
3584 * gdb.go/unsafe.exp
3585 * gdb.guile/scm-arch.exp
3586 * gdb.guile/scm-block.exp
3587 * gdb.guile/scm-breakpoint.exp
3588 * gdb.guile/scm-cmd.exp
3589 * gdb.guile/scm-disasm.exp
3590 * gdb.guile/scm-equal.exp
3591 * gdb.guile/scm-frame-args.exp
3592 * gdb.guile/scm-frame-inline.exp
3593 * gdb.guile/scm-frame.exp
3594 * gdb.guile/scm-iterator.exp
3595 * gdb.guile/scm-math.exp
3596 * gdb.guile/scm-objfile.exp
3597 * gdb.guile/scm-ports.exp
3598 * gdb.guile/scm-symbol.exp
3599 * gdb.guile/scm-symtab.exp
3600 * gdb.guile/scm-value-cc.exp
3601 * gdb.guile/types-module.exp
3602 * gdb.linespec/break-ask.exp
3603 * gdb.linespec/cpexplicit.exp
3604 * gdb.linespec/explicit.exp
3605 * gdb.linespec/keywords.exp
3606 * gdb.linespec/linespec.exp
3607 * gdb.linespec/ls-dollar.exp
3608 * gdb.linespec/ls-errs.exp
3609 * gdb.linespec/skip-two.exp
3610 * gdb.linespec/thread.exp
3611 * gdb.mi/mi-async.exp
3612 * gdb.mi/mi-basics.exp
3613 * gdb.mi/mi-break.exp
3614 * gdb.mi/mi-catch-load.exp
3615 * gdb.mi/mi-cli.exp
3616 * gdb.mi/mi-cmd-param-changed.exp
3617 * gdb.mi/mi-console.exp
3618 * gdb.mi/mi-detach.exp
3619 * gdb.mi/mi-disassemble.exp
3620 * gdb.mi/mi-eval.exp
3621 * gdb.mi/mi-file-transfer.exp
3622 * gdb.mi/mi-file.exp
3623 * gdb.mi/mi-fill-memory.exp
3624 * gdb.mi/mi-inheritance-syntax-error.exp
3625 * gdb.mi/mi-linespec-err-cp.exp
3626 * gdb.mi/mi-logging.exp
3627 * gdb.mi/mi-memory-changed.exp
3628 * gdb.mi/mi-read-memory.exp
3629 * gdb.mi/mi-record-changed.exp
3630 * gdb.mi/mi-reg-undefined.exp
3631 * gdb.mi/mi-regs.exp
3632 * gdb.mi/mi-return.exp
3633 * gdb.mi/mi-reverse.exp
3634 * gdb.mi/mi-simplerun.exp
3635 * gdb.mi/mi-solib.exp
3636 * gdb.mi/mi-stack.exp
3637 * gdb.mi/mi-stepi.exp
3638 * gdb.mi/mi-syn-frame.exp
3639 * gdb.mi/mi-until.exp
3640 * gdb.mi/mi-var-block.exp
3641 * gdb.mi/mi-var-child.exp
3642 * gdb.mi/mi-var-cmd.exp
3643 * gdb.mi/mi-var-cp.exp
3644 * gdb.mi/mi-var-display.exp
3645 * gdb.mi/mi-var-invalidate.exp
3646 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3647 * gdb.mi/mi-vla-fortran.exp
3648 * gdb.mi/mi-watch.exp
3649 * gdb.mi/mi2-var-child.exp
3650 * gdb.mi/user-selected-context-sync.exp
3651 * gdb.modula2/unbounded-array.exp
3652 * gdb.multi/dummy-frame-restore.exp
3653 * gdb.multi/multi-arch-exec.exp
3654 * gdb.multi/multi-arch.exp
3655 * gdb.multi/tids.exp
3656 * gdb.multi/watchpoint-multi.exp
3657 * gdb.opencl/callfuncs.exp
3658 * gdb.opencl/convs_casts.exp
3659 * gdb.opencl/datatypes.exp
3660 * gdb.opencl/operators.exp
3661 * gdb.opencl/vec_comps.exp
3662 * gdb.opt/clobbered-registers-O2.exp
3663 * gdb.opt/inline-break.exp
3664 * gdb.opt/inline-bt.exp
3665 * gdb.opt/inline-cmds.exp
3666 * gdb.opt/inline-locals.exp
3667 * gdb.pascal/case-insensitive-symbols.exp
3668 * gdb.pascal/floats.exp
3669 * gdb.pascal/gdb11492.exp
3670 * gdb.python/lib-types.exp
3671 * gdb.python/py-arch.exp
3672 * gdb.python/py-as-string.exp
3673 * gdb.python/py-bad-printers.exp
3674 * gdb.python/py-block.exp
3675 * gdb.python/py-breakpoint-create-fail.exp
3676 * gdb.python/py-breakpoint.exp
3677 * gdb.python/py-caller-is.exp
3678 * gdb.python/py-cmd.exp
3679 * gdb.python/py-explore-cc.exp
3680 * gdb.python/py-explore.exp
3681 * gdb.python/py-finish-breakpoint.exp
3682 * gdb.python/py-finish-breakpoint2.exp
3683 * gdb.python/py-frame-args.exp
3684 * gdb.python/py-frame-inline.exp
3685 * gdb.python/py-frame.exp
3686 * gdb.python/py-framefilter-mi.exp
3687 * gdb.python/py-infthread.exp
3688 * gdb.python/py-lazy-string.exp
3689 * gdb.python/py-linetable.exp
3690 * gdb.python/py-mi-events.exp
3691 * gdb.python/py-mi-objfile.exp
3692 * gdb.python/py-mi.exp
3693 * gdb.python/py-objfile.exp
3694 * gdb.python/py-pp-integral.exp
3695 * gdb.python/py-pp-maint.exp
3696 * gdb.python/py-pp-re-notag.exp
3697 * gdb.python/py-pp-registration.exp
3698 * gdb.python/py-recurse-unwind.exp
3699 * gdb.python/py-strfns.exp
3700 * gdb.python/py-symbol.exp
3701 * gdb.python/py-symtab.exp
3702 * gdb.python/py-sync-interp.exp
3703 * gdb.python/py-typeprint.exp
3704 * gdb.python/py-unwind-maint.exp
3705 * gdb.python/py-unwind.exp
3706 * gdb.python/py-value-cc.exp
3707 * gdb.python/py-xmethods.exp
3708 * gdb.reverse/amd64-tailcall-reverse.exp
3709 * gdb.reverse/break-precsave.exp
3710 * gdb.reverse/break-reverse.exp
3711 * gdb.reverse/consecutive-precsave.exp
3712 * gdb.reverse/consecutive-reverse.exp
3713 * gdb.reverse/finish-precsave.exp
3714 * gdb.reverse/finish-reverse-bkpt.exp
3715 * gdb.reverse/finish-reverse.exp
3716 * gdb.reverse/fstatat-reverse.exp
3717 * gdb.reverse/getresuid-reverse.exp
3718 * gdb.reverse/i386-precsave.exp
3719 * gdb.reverse/i386-reverse.exp
3720 * gdb.reverse/i386-sse-reverse.exp
3721 * gdb.reverse/i387-env-reverse.exp
3722 * gdb.reverse/i387-stack-reverse.exp
3723 * gdb.reverse/insn-reverse.exp
3724 * gdb.reverse/machinestate-precsave.exp
3725 * gdb.reverse/machinestate.exp
3726 * gdb.reverse/next-reverse-bkpt-over-sr.exp
3727 * gdb.reverse/pipe-reverse.exp
3728 * gdb.reverse/readv-reverse.exp
3729 * gdb.reverse/recvmsg-reverse.exp
3730 * gdb.reverse/rerun-prec.exp
3731 * gdb.reverse/s390-mvcle.exp
3732 * gdb.reverse/step-precsave.exp
3733 * gdb.reverse/step-reverse.exp
3734 * gdb.reverse/time-reverse.exp
3735 * gdb.reverse/until-precsave.exp
3736 * gdb.reverse/until-reverse.exp
3737 * gdb.reverse/waitpid-reverse.exp
3738 * gdb.reverse/watch-precsave.exp
3739 * gdb.reverse/watch-reverse.exp
3740 * gdb.rust/generics.exp
3741 * gdb.rust/methods.exp
3742 * gdb.rust/modules.exp
3743 * gdb.rust/simple.exp
3744 * gdb.server/connect-with-no-symbol-file.exp
3745 * gdb.server/ext-attach.exp
3746 * gdb.server/ext-restart.exp
3747 * gdb.server/ext-wrapper.exp
3748 * gdb.server/file-transfer.exp
3749 * gdb.server/server-exec-info.exp
3750 * gdb.server/server-kill.exp
3751 * gdb.server/server-mon.exp
3752 * gdb.server/wrapper.exp
3753 * gdb.stabs/exclfwd.exp
3754 * gdb.stabs/gdb11479.exp
3755 * gdb.threads/clone-new-thread-event.exp
3756 * gdb.threads/corethreads.exp
3757 * gdb.threads/current-lwp-dead.exp
3758 * gdb.threads/dlopen-libpthread.exp
3759 * gdb.threads/gcore-thread.exp
3760 * gdb.threads/sigstep-threads.exp
3761 * gdb.threads/watchpoint-fork.exp
3762 * gdb.trace/actions-changed.exp
3763 * gdb.trace/backtrace.exp
3764 * gdb.trace/change-loc.exp
3765 * gdb.trace/circ.exp
3766 * gdb.trace/collection.exp
3767 * gdb.trace/disconnected-tracing.exp
3768 * gdb.trace/ftrace.exp
3769 * gdb.trace/mi-trace-frame-collected.exp
3770 * gdb.trace/mi-trace-unavailable.exp
3771 * gdb.trace/mi-traceframe-changed.exp
3772 * gdb.trace/mi-tsv-changed.exp
3773 * gdb.trace/no-attach-trace.exp
3774 * gdb.trace/passc-dyn.exp
3775 * gdb.trace/qtro.exp
3776 * gdb.trace/range-stepping.exp
3777 * gdb.trace/read-memory.exp
3778 * gdb.trace/save-trace.exp
3779 * gdb.trace/signal.exp
3780 * gdb.trace/status-stop.exp
3781 * gdb.trace/tfile.exp
3782 * gdb.trace/trace-break.exp
3783 * gdb.trace/trace-buffer-size.exp
3784 * gdb.trace/trace-condition.exp
3785 * gdb.trace/tracefile-pseudo-reg.exp
3786 * gdb.trace/tstatus.exp
3787 * gdb.trace/unavailable.exp
3788 * gdb.trace/while-dyn.exp
3789 * gdb.trace/while-stepping.exp
3790
3791 2016-12-22 Doug Evans <xdje42@gmail.com>
3792
3793 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
3794 and msymbols.
3795
3796 2016-12-19 Yao Qi <yao.qi@linaro.org>
3797
3798 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
3799 (test_with_self): Don't call do_steps_and_nexts, and remove
3800 code about stepping into xmalloc.
3801
3802 2016-12-09 Yao Qi <yao.qi@linaro.org>
3803
3804 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
3805
3806 2016-12-09 Yao Qi <yao.qi@linaro.org>
3807
3808 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
3809
3810 2016-12-09 Pedro Alves <palves@redhat.com>
3811
3812 * gdb.base/all-architectures-0.exp: New file.
3813 * gdb.base/all-architectures-1.exp: New file.
3814 * gdb.base/all-architectures-2.exp: New file.
3815 * gdb.base/all-architectures-3.exp: New file.
3816 * gdb.base/all-architectures-4.exp: New file.
3817 * gdb.base/all-architectures-5.exp: New file.
3818 * gdb.base/all-architectures-6.exp: New file.
3819 * gdb.base/all-architectures-7.exp: New file.
3820 * gdb.base/all-architectures.exp.in: New file.
3821
3822 2016-12-09 Yao Qi <yao.qi@linaro.org>
3823
3824 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
3825
3826 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3827
3828 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
3829 possible.
3830 Remove useless pattern-matching code.
3831
3832 2016-12-02 Pedro Alves <palves@redhat.com>
3833
3834 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
3835 procedure.
3836 (top level): Call it.
3837
3838 2016-12-02 Pedro Alves <palves@redhat.com>
3839
3840 * gdb.base/commands.exp (user_defined_command_args_stack_test):
3841 New procedure.
3842 (top level): Call it.
3843
3844 2016-12-02 Pedro Alves <palves@redhat.com>
3845
3846 PR cli/20559
3847 * gdb.base/commands.exp (user_defined_command_args_eval): New
3848 procedure.
3849 (top level): Call it.
3850
3851 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
3852
3853 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
3854 timeout handling.
3855
3856 2016-12-02 Tom Tromey <tom@tromey.com>
3857
3858 * gdb.dwarf2/main-subprogram.c: New file.
3859 * gdb.dwarf2/main-subprogram.exp: New file.
3860
3861 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3862
3863 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
3864 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
3865 gdb_test_no_output for a couple of cases.
3866 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
3867
3868 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
3869
3870 Fix test names and standardize compilation error messages throughout
3871 the following files:
3872
3873 * gdb.ada/start.exp
3874 * gdb.arch/alpha-step.exp
3875 * gdb.arch/e500-prologue.exp
3876 * gdb.arch/ftrace-insn-reloc.exp
3877 * gdb.arch/gdb1291.exp
3878 * gdb.arch/gdb1431.exp
3879 * gdb.arch/gdb1558.exp
3880 * gdb.arch/i386-dr3-watch.exp
3881 * gdb.arch/i386-sse-stack-align.exp
3882 * gdb.arch/ia64-breakpoint-shadow.exp
3883 * gdb.arch/pa-nullify.exp
3884 * gdb.arch/powerpc-aix-prologue.exp
3885 * gdb.arch/thumb-bx-pc.exp
3886 * gdb.base/annota1.exp
3887 * gdb.base/annota3.exp
3888 * gdb.base/arrayidx.exp
3889 * gdb.base/assign.exp
3890 * gdb.base/attach.exp
3891 * gdb.base/auxv.exp
3892 * gdb.base/bang.exp
3893 * gdb.base/bfp-test.exp
3894 * gdb.base/bigcore.exp
3895 * gdb.base/bitfields2.exp
3896 * gdb.base/break-fun-addr.exp
3897 * gdb.base/break-probes.exp
3898 * gdb.base/call-rt-st.exp
3899 * gdb.base/callexit.exp
3900 * gdb.base/catch-fork-kill.exp
3901 * gdb.base/charset.exp
3902 * gdb.base/checkpoint.exp
3903 * gdb.base/comprdebug.exp
3904 * gdb.base/constvars.exp
3905 * gdb.base/coredump-filter.exp
3906 * gdb.base/cursal.exp
3907 * gdb.base/cvexpr.exp
3908 * gdb.base/detach.exp
3909 * gdb.base/display.exp
3910 * gdb.base/dmsym.exp
3911 * gdb.base/dprintf-pending.exp
3912 * gdb.base/dso2dso.exp
3913 * gdb.base/dtrace-probe.exp
3914 * gdb.base/dump.exp
3915 * gdb.base/enum_cond.exp
3916 * gdb.base/exe-lock.exp
3917 * gdb.base/exec-invalid-sysroot.exp
3918 * gdb.base/execl-update-breakpoints.exp
3919 * gdb.base/exprs.exp
3920 * gdb.base/fileio.exp
3921 * gdb.base/find.exp
3922 * gdb.base/finish.exp
3923 * gdb.base/fixsection.exp
3924 * gdb.base/foll-vfork.exp
3925 * gdb.base/frame-args.exp
3926 * gdb.base/gcore.exp
3927 * gdb.base/gdb1250.exp
3928 * gdb.base/global-var-nested-by-dso.exp
3929 * gdb.base/gnu-ifunc.exp
3930 * gdb.base/hashline1.exp
3931 * gdb.base/hashline2.exp
3932 * gdb.base/hashline3.exp
3933 * gdb.base/hbreak-in-shr-unsupported.exp
3934 * gdb.base/huge.exp
3935 * gdb.base/infcall-input.exp
3936 * gdb.base/info-fun.exp
3937 * gdb.base/info-shared.exp
3938 * gdb.base/jit-simple.exp
3939 * gdb.base/jit-so.exp
3940 * gdb.base/jit.exp
3941 * gdb.base/jump.exp
3942 * gdb.base/label.exp
3943 * gdb.base/lineinc.exp
3944 * gdb.base/logical.exp
3945 * gdb.base/longjmp.exp
3946 * gdb.base/macscp.exp
3947 * gdb.base/miscexprs.exp
3948 * gdb.base/new-ui-echo.exp
3949 * gdb.base/new-ui-pending-input.exp
3950 * gdb.base/new-ui.exp
3951 * gdb.base/nodebug.exp
3952 * gdb.base/nofield.exp
3953 * gdb.base/offsets.exp
3954 * gdb.base/overlays.exp
3955 * gdb.base/pending.exp
3956 * gdb.base/pointers.exp
3957 * gdb.base/pr11022.exp
3958 * gdb.base/printcmds.exp
3959 * gdb.base/prologue.exp
3960 * gdb.base/ptr-typedef.exp
3961 * gdb.base/realname-expand.exp
3962 * gdb.base/relativedebug.exp
3963 * gdb.base/relocate.exp
3964 * gdb.base/remote.exp
3965 * gdb.base/reread.exp
3966 * gdb.base/return2.exp
3967 * gdb.base/savedregs.exp
3968 * gdb.base/sep.exp
3969 * gdb.base/sepdebug.exp
3970 * gdb.base/sepsymtab.exp
3971 * gdb.base/set-inferior-tty.exp
3972 * gdb.base/setshow.exp
3973 * gdb.base/shlib-call.exp
3974 * gdb.base/sigaltstack.exp
3975 * gdb.base/siginfo-addr.exp
3976 * gdb.base/signals.exp
3977 * gdb.base/signull.exp
3978 * gdb.base/sigrepeat.exp
3979 * gdb.base/so-impl-ld.exp
3980 * gdb.base/solib-display.exp
3981 * gdb.base/solib-overlap.exp
3982 * gdb.base/solib-search.exp
3983 * gdb.base/solib-symbol.exp
3984 * gdb.base/structs.exp
3985 * gdb.base/structs2.exp
3986 * gdb.base/symtab-search-order.exp
3987 * gdb.base/twice.exp
3988 * gdb.base/unload.exp
3989 * gdb.base/varargs.exp
3990 * gdb.base/watchpoint-solib.exp
3991 * gdb.base/watchpoint.exp
3992 * gdb.base/whatis.exp
3993 * gdb.base/wrong_frame_bt_full.exp
3994 * gdb.btrace/dlopen.exp
3995 * gdb.cell/ea-standalone.exp
3996 * gdb.cell/ea-test.exp
3997 * gdb.cp/dispcxx.exp
3998 * gdb.cp/gdb2384.exp
3999 * gdb.cp/method2.exp
4000 * gdb.cp/nextoverthrow.exp
4001 * gdb.cp/pr10728.exp
4002 * gdb.disasm/am33.exp
4003 * gdb.disasm/h8300s.exp
4004 * gdb.disasm/mn10300.exp
4005 * gdb.disasm/sh3.exp
4006 * gdb.dwarf2/dw2-dir-file-name.exp
4007 * gdb.fortran/complex.exp
4008 * gdb.fortran/library-module.exp
4009 * gdb.guile/scm-pretty-print.exp
4010 * gdb.guile/scm-symbol.exp
4011 * gdb.guile/scm-type.exp
4012 * gdb.guile/scm-value.exp
4013 * gdb.linespec/linespec.exp
4014 * gdb.mi/gdb701.exp
4015 * gdb.mi/gdb792.exp
4016 * gdb.mi/mi-breakpoint-changed.exp
4017 * gdb.mi/mi-dprintf-pending.exp
4018 * gdb.mi/mi-dprintf.exp
4019 * gdb.mi/mi-exit-code.exp
4020 * gdb.mi/mi-pending.exp
4021 * gdb.mi/mi-solib.exp
4022 * gdb.mi/new-ui-mi-sync.exp
4023 * gdb.mi/pr11022.exp
4024 * gdb.mi/user-selected-context-sync.exp
4025 * gdb.opt/solib-intra-step.exp
4026 * gdb.python/py-events.exp
4027 * gdb.python/py-finish-breakpoint.exp
4028 * gdb.python/py-mi.exp
4029 * gdb.python/py-prettyprint.exp
4030 * gdb.python/py-shared.exp
4031 * gdb.python/py-symbol.exp
4032 * gdb.python/py-template.exp
4033 * gdb.python/py-type.exp
4034 * gdb.python/py-value.exp
4035 * gdb.reverse/solib-precsave.exp
4036 * gdb.reverse/solib-reverse.exp
4037 * gdb.server/solib-list.exp
4038 * gdb.stabs/weird.exp
4039 * gdb.threads/reconnect-signal.exp
4040 * gdb.threads/stepi-random-signal.exp
4041 * gdb.trace/actions.exp
4042 * gdb.trace/ax.exp
4043 * gdb.trace/backtrace.exp
4044 * gdb.trace/change-loc.exp
4045 * gdb.trace/deltrace.exp
4046 * gdb.trace/ftrace-lock.exp
4047 * gdb.trace/ftrace.exp
4048 * gdb.trace/infotrace.exp
4049 * gdb.trace/mi-tracepoint-changed.exp
4050 * gdb.trace/packetlen.exp
4051 * gdb.trace/passcount.exp
4052 * gdb.trace/pending.exp
4053 * gdb.trace/range-stepping.exp
4054 * gdb.trace/report.exp
4055 * gdb.trace/stap-trace.exp
4056 * gdb.trace/tfind.exp
4057 * gdb.trace/trace-break.exp
4058 * gdb.trace/trace-condition.exp
4059 * gdb.trace/trace-enable-disable.exp
4060 * gdb.trace/trace-mt.exp
4061 * gdb.trace/tracecmd.exp
4062 * gdb.trace/tspeed.exp
4063 * gdb.trace/tsv.exp
4064 * lib/perftest.exp
4065
4066 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4067
4068 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4069 with gdb_test_no_output.
4070 Use command as test name.
4071
4072 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4073
4074 Fix test names starting with uppercase throughout the files.
4075
4076 * gdb.ada/assign_1.exp
4077 * gdb.ada/boolean_expr.exp
4078 * gdb.base/arrayidx.exp
4079 * gdb.base/del.exp
4080 * gdb.base/gcore-buffer-overflow.exp
4081 * gdb.base/testenv.exp
4082 * gdb.compile/compile.exp
4083 * gdb.python/py-framefilter-invalidarg.exp
4084 * gdb.python/py-framefilter.exp
4085
4086 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4087
4088 Fix test names starting with uppercase throughout the files.
4089
4090 * gdb.ada/array_return.exp
4091 * gdb.ada/expr_delims.exp
4092 * gdb.ada/mi_dyn_arr.exp
4093 * gdb.ada/mi_interface.exp
4094 * gdb.ada/mi_var_array.exp
4095 * gdb.ada/watch_arg.exp
4096 * gdb.arch/alpha-step.exp
4097 * gdb.arch/altivec-regs.exp
4098 * gdb.arch/e500-regs.exp
4099 * gdb.arch/powerpc-d128-regs.exp
4100 * gdb.base/arrayidx.exp
4101 * gdb.base/break.exp
4102 * gdb.base/checkpoint.exp
4103 * gdb.base/debug-expr.exp
4104 * gdb.base/dmsym.exp
4105 * gdb.base/radix.exp
4106 * gdb.base/sepdebug.exp
4107 * gdb.base/testenv.exp
4108 * gdb.base/watch_thread_num.exp
4109 * gdb.base/watchpoint-cond-gone.exp
4110 * gdb.cell/break.exp
4111 * gdb.cell/ea-cache.exp
4112 * gdb.compile/compile.exp
4113 * gdb.cp/gdb2495.exp
4114 * gdb.gdb/selftest.exp
4115 * gdb.gdb/xfullpath.exp
4116 * gdb.go/hello.exp
4117 * gdb.go/integers.exp
4118 * gdb.objc/basicclass.exp
4119 * gdb.pascal/hello.exp
4120 * gdb.pascal/integers.exp
4121 * gdb.python/py-breakpoint.exp
4122 * gdb.python/py-cmd.exp
4123 * gdb.python/py-linetable.exp
4124 * gdb.python/py-xmethods.exp
4125 * gdb.python/python.exp
4126 * gdb.reverse/consecutive-precsave.exp
4127 * gdb.reverse/finish-precsave.exp
4128 * gdb.reverse/i386-precsave.exp
4129 * gdb.reverse/machinestate-precsave.exp
4130 * gdb.reverse/sigall-precsave.exp
4131 * gdb.reverse/solib-precsave.exp
4132 * gdb.reverse/step-precsave.exp
4133 * gdb.reverse/until-precsave.exp
4134 * gdb.reverse/watch-precsave.exp
4135 * gdb.threads/leader-exit.exp
4136 * gdb.threads/pthreads.exp
4137 * gdb.threads/wp-replication.exp
4138 * gdb.trace/actions.exp
4139 * gdb.trace/mi-tsv-changed.exp
4140 * gdb.trace/tsv.exp
4141
4142 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4143
4144 Fix test names starting with uppercase throughout the files.
4145
4146 * gdb.arch/i386-bp_permanent.exp
4147 * gdb.arch/i386-gnu-cfi.exp
4148 * gdb.base/disasm-end-cu.exp
4149 * gdb.base/macscp.exp
4150 * gdb.base/pending.exp
4151 * gdb.base/watch_thread_num.exp
4152 * gdb.cp/exception.exp
4153 * gdb.cp/gdb2495.exp
4154 * gdb.cp/local.exp
4155 * gdb.python/py-evsignal.exp
4156 * gdb.python/python.exp
4157 * gdb.trace/tracecmd.exp
4158
4159 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4160
4161 Fix test names starting with uppercase throughout the files.
4162
4163 * gdb.base/charset.exp
4164 * gdb.base/eval.exp
4165 * gdb.base/multi-forks.exp
4166 * gdb.guile/scm-progspace.exp
4167 * gdb.opencl/datatypes.exp
4168 * gdb.python/py-block.exp
4169 * gdb.python/py-function.exp
4170 * gdb.python/py-symbol.exp
4171 * gdb.python/py-symtab.exp
4172 * gdb.python/py-xmethods.exp
4173 * gdb.reverse/break-precsave.exp
4174 * gdb.reverse/break-reverse.exp
4175 * gdb.reverse/consecutive-precsave.exp
4176 * gdb.reverse/consecutive-reverse.exp
4177 * gdb.reverse/finish-precsave.exp
4178 * gdb.reverse/finish-reverse-bkpt.exp
4179 * gdb.reverse/finish-reverse.exp
4180 * gdb.reverse/fstatat-reverse.exp
4181 * gdb.reverse/getresuid-reverse.exp
4182 * gdb.reverse/i386-precsave.exp
4183 * gdb.reverse/i386-reverse.exp
4184 * gdb.reverse/i386-sse-reverse.exp
4185 * gdb.reverse/i387-stack-reverse.exp
4186 * gdb.reverse/insn-reverse.exp
4187 * gdb.reverse/machinestate-precsave.exp
4188 * gdb.reverse/machinestate.exp
4189 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4190 * gdb.reverse/pipe-reverse.exp
4191 * gdb.reverse/readv-reverse.exp
4192 * gdb.reverse/recvmsg-reverse.exp
4193 * gdb.reverse/rerun-prec.exp
4194 * gdb.reverse/s390-mvcle.exp
4195 * gdb.reverse/sigall-precsave.exp
4196 * gdb.reverse/sigall-reverse.exp
4197 * gdb.reverse/solib-precsave.exp
4198 * gdb.reverse/solib-reverse.exp
4199 * gdb.reverse/step-precsave.exp
4200 * gdb.reverse/step-reverse.exp
4201 * gdb.reverse/time-reverse.exp
4202 * gdb.reverse/until-precsave.exp
4203 * gdb.reverse/until-reverse.exp
4204 * gdb.reverse/waitpid-reverse.exp
4205 * gdb.reverse/watch-precsave.exp
4206 * gdb.reverse/watch-reverse.exp
4207
4208 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4209
4210 Fix test names starting with uppercase throughout the files.
4211
4212 * gdb.arch/i386-mpx-simple_segv.exp
4213 * gdb.arch/i386-mpx.exp
4214 * gdb.arch/i386-permbkpt.exp
4215 * gdb.arch/pa-nullify.exp
4216 * gdb.arch/powerpc-d128-regs.exp
4217 * gdb.arch/vsx-regs.exp
4218 * gdb.base/bfp-test.exp
4219 * gdb.base/break.exp
4220 * gdb.base/breakpoint-shadow.exp
4221 * gdb.base/callfuncs.exp
4222 * gdb.base/charset.exp
4223 * gdb.base/commands.exp
4224 * gdb.base/completion.exp
4225 * gdb.base/dfp-test.exp
4226 * gdb.base/echo.exp
4227 * gdb.base/ending-run.exp
4228 * gdb.base/eval.exp
4229 * gdb.base/expand-psymtabs.exp
4230 * gdb.base/float128.exp
4231 * gdb.base/floatn.exp
4232 * gdb.base/foll-exec-mode.exp
4233 * gdb.base/gdb1056.exp
4234 * gdb.base/gdb11531.exp
4235 * gdb.base/kill-after-signal.exp
4236 * gdb.base/multi-forks.exp
4237 * gdb.base/overlays.exp
4238 * gdb.base/pending.exp
4239 * gdb.base/sepdebug.exp
4240 * gdb.base/testenv.exp
4241 * gdb.base/valgrind-db-attach.exp
4242 * gdb.base/watch_thread_num.exp
4243 * gdb.base/watchpoint-cond-gone.exp
4244 * gdb.base/watchpoint.exp
4245 * gdb.base/watchpoints.exp
4246 * gdb.cp/arg-reference.exp
4247 * gdb.cp/baseenum.exp
4248 * gdb.cp/operator.exp
4249 * gdb.cp/shadow.exp
4250 * gdb.dwarf2/dw2-op-out-param.exp
4251 * gdb.dwarf2/dw2-reg-undefined.exp
4252 * gdb.go/chan.exp
4253 * gdb.go/hello.exp
4254 * gdb.go/integers.exp
4255 * gdb.go/methods.exp
4256 * gdb.go/package.exp
4257 * gdb.guile/scm-parameter.exp
4258 * gdb.guile/scm-progspace.exp
4259 * gdb.guile/scm-value.exp
4260 * gdb.mi/mi-pending.exp
4261 * gdb.mi/user-selected-context-sync.exp
4262 * gdb.multi/multi-attach.exp
4263 * gdb.multi/tids.exp
4264 * gdb.opt/clobbered-registers-O2.exp
4265 * gdb.pascal/floats.exp
4266 * gdb.pascal/integers.exp
4267 * gdb.python/py-block.exp
4268 * gdb.python/py-events.exp
4269 * gdb.python/py-parameter.exp
4270 * gdb.python/py-symbol.exp
4271 * gdb.python/py-symtab.exp
4272 * gdb.python/py-type.exp
4273 * gdb.python/py-value.exp
4274 * gdb.python/py-xmethods.exp
4275 * gdb.python/python.exp
4276 * gdb.reverse/break-precsave.exp
4277 * gdb.reverse/consecutive-precsave.exp
4278 * gdb.reverse/finish-precsave.exp
4279 * gdb.reverse/i386-precsave.exp
4280 * gdb.reverse/machinestate-precsave.exp
4281 * gdb.reverse/sigall-precsave.exp
4282 * gdb.reverse/solib-precsave.exp
4283 * gdb.reverse/step-precsave.exp
4284 * gdb.reverse/until-precsave.exp
4285 * gdb.reverse/watch-precsave.exp
4286 * gdb.server/ext-attach.exp
4287 * gdb.server/ext-restart.exp
4288 * gdb.server/ext-run.exp
4289 * gdb.server/ext-wrapper.exp
4290 * gdb.stabs/gdb11479.exp
4291 * gdb.stabs/weird.exp
4292 * gdb.threads/attach-many-short-lived-threads.exp
4293 * gdb.threads/kill.exp
4294 * gdb.threads/watchpoint-fork.exp
4295
4296 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4297
4298 Fix test names starting with uppercase throughout all the files below.
4299
4300 * gdb.ada/array_return.exp
4301 * gdb.ada/catch_ex.exp
4302 * gdb.ada/info_exc.exp
4303 * gdb.ada/mi_catch_ex.exp
4304 * gdb.ada/mi_dyn_arr.exp
4305 * gdb.ada/mi_ex_cond.exp
4306 * gdb.ada/mi_exc_info.exp
4307 * gdb.ada/mi_interface.exp
4308 * gdb.ada/mi_task_arg.exp
4309 * gdb.ada/mi_task_info.exp
4310 * gdb.ada/mi_var_array.exp
4311 * gdb.arch/alpha-step.exp
4312 * gdb.arch/amd64-disp-step.exp
4313 * gdb.arch/arm-disp-step.exp
4314 * gdb.arch/disp-step-insn-reloc.exp
4315 * gdb.arch/e500-prologue.exp
4316 * gdb.arch/ftrace-insn-reloc.exp
4317 * gdb.arch/gdb1558.exp
4318 * gdb.arch/i386-bp_permanent.exp
4319 * gdb.arch/i386-disp-step.exp
4320 * gdb.arch/i386-float.exp
4321 * gdb.arch/i386-gnu-cfi.exp
4322 * gdb.arch/ia64-breakpoint-shadow.exp
4323 * gdb.arch/mips16-thunks.exp
4324 * gdb.arch/pa-nullify.exp
4325 * gdb.arch/powerpc-aix-prologue.exp
4326 * gdb.arch/powerpc-power.exp
4327 * gdb.arch/ppc-dfp.exp
4328 * gdb.arch/s390-tdbregs.exp
4329 * gdb.arch/spu-info.exp
4330 * gdb.arch/spu-ls.exp
4331 * gdb.arch/thumb-bx-pc.exp
4332 * gdb.base/advance.exp
4333 * gdb.base/annota-input-while-running.exp
4334 * gdb.base/arrayidx.exp
4335 * gdb.base/asmlabel.exp
4336 * gdb.base/async.exp
4337 * gdb.base/attach-wait-input.exp
4338 * gdb.base/auto-connect-native-target.exp
4339 * gdb.base/batch-preserve-term-settings.exp
4340 * gdb.base/bfp-test.exp
4341 * gdb.base/bigcore.exp
4342 * gdb.base/bp-permanent.exp
4343 * gdb.base/break-always.exp
4344 * gdb.base/break-fun-addr.exp
4345 * gdb.base/break-idempotent.exp
4346 * gdb.base/break-main-file-remove-fail.exp
4347 * gdb.base/break-probes.exp
4348 * gdb.base/break-unload-file.exp
4349 * gdb.base/break.exp
4350 * gdb.base/call-ar-st.exp
4351 * gdb.base/call-rt-st.exp
4352 * gdb.base/call-sc.exp
4353 * gdb.base/call-signal-resume.exp
4354 * gdb.base/call-strs.exp
4355 * gdb.base/callexit.exp
4356 * gdb.base/callfuncs.exp
4357 * gdb.base/catch-gdb-caused-signals.exp
4358 * gdb.base/catch-signal-siginfo-cond.exp
4359 * gdb.base/catch-syscall.exp
4360 * gdb.base/compare-sections.exp
4361 * gdb.base/cond-eval-mode.exp
4362 * gdb.base/condbreak-call-false.exp
4363 * gdb.base/consecutive-step-over.exp
4364 * gdb.base/cursal.exp
4365 * gdb.base/disabled-location.exp
4366 * gdb.base/disasm-end-cu.exp
4367 * gdb.base/display.exp
4368 * gdb.base/double-prompt-target-event-error.exp
4369 * gdb.base/dprintf-bp-same-addr.exp
4370 * gdb.base/dprintf-detach.exp
4371 * gdb.base/dprintf-next.exp
4372 * gdb.base/dprintf-non-stop.exp
4373 * gdb.base/dprintf-pending.exp
4374 * gdb.base/dso2dso.exp
4375 * gdb.base/ending-run.exp
4376 * gdb.base/enum_cond.exp
4377 * gdb.base/examine-backward.exp
4378 * gdb.base/exe-lock.exp
4379 * gdb.base/exec-invalid-sysroot.exp
4380 * gdb.base/execl-update-breakpoints.exp
4381 * gdb.base/execution-termios.exp
4382 * gdb.base/fileio.exp
4383 * gdb.base/fixsection.exp
4384 * gdb.base/foll-exec-mode.exp
4385 * gdb.base/foll-exec.exp
4386 * gdb.base/fork-running-state.exp
4387 * gdb.base/frame-args.exp
4388 * gdb.base/fullpath-expand.exp
4389 * gdb.base/func-ptr.exp
4390 * gdb.base/gcore-relro-pie.exp
4391 * gdb.base/gdb1090.exp
4392 * gdb.base/gdb1555.exp
4393 * gdb.base/global-var-nested-by-dso.exp
4394 * gdb.base/gnu-ifunc.exp
4395 * gdb.base/hbreak-in-shr-unsupported.exp
4396 * gdb.base/hbreak-unmapped.exp
4397 * gdb.base/hook-stop.exp
4398 * gdb.base/infcall-input.exp
4399 * gdb.base/info-fun.exp
4400 * gdb.base/info-shared.exp
4401 * gdb.base/interrupt-noterm.exp
4402 * gdb.base/jit-so.exp
4403 * gdb.base/jit.exp
4404 * gdb.base/line-symtabs.exp
4405 * gdb.base/list.exp
4406 * gdb.base/longjmp.exp
4407 * gdb.base/macscp.exp
4408 * gdb.base/max-value-size.exp
4409 * gdb.base/nodebug.exp
4410 * gdb.base/nofield.exp
4411 * gdb.base/overlays.exp
4412 * gdb.base/paginate-after-ctrl-c-running.exp
4413 * gdb.base/paginate-bg-execution.exp
4414 * gdb.base/paginate-inferior-exit.exp
4415 * gdb.base/pending.exp
4416 * gdb.base/pr11022.exp
4417 * gdb.base/printcmds.exp
4418 * gdb.base/ptr-typedef.exp
4419 * gdb.base/ptype.exp
4420 * gdb.base/randomize.exp
4421 * gdb.base/range-stepping.exp
4422 * gdb.base/realname-expand.exp
4423 * gdb.base/relativedebug.exp
4424 * gdb.base/remote.exp
4425 * gdb.base/savedregs.exp
4426 * gdb.base/sepdebug.exp
4427 * gdb.base/set-noassign.exp
4428 * gdb.base/shlib-call.exp
4429 * gdb.base/shreloc.exp
4430 * gdb.base/sigaltstack.exp
4431 * gdb.base/sigbpt.exp
4432 * gdb.base/siginfo-addr.exp
4433 * gdb.base/siginfo-obj.exp
4434 * gdb.base/siginfo-thread.exp
4435 * gdb.base/signest.exp
4436 * gdb.base/signull.exp
4437 * gdb.base/sigrepeat.exp
4438 * gdb.base/skip.exp
4439 * gdb.base/so-impl-ld.exp
4440 * gdb.base/solib-corrupted.exp
4441 * gdb.base/solib-disc.exp
4442 * gdb.base/solib-display.exp
4443 * gdb.base/solib-overlap.exp
4444 * gdb.base/solib-search.exp
4445 * gdb.base/solib-symbol.exp
4446 * gdb.base/source-execution.exp
4447 * gdb.base/sss-bp-on-user-bp-2.exp
4448 * gdb.base/sss-bp-on-user-bp.exp
4449 * gdb.base/stack-checking.exp
4450 * gdb.base/stale-infcall.exp
4451 * gdb.base/step-break.exp
4452 * gdb.base/step-line.exp
4453 * gdb.base/step-over-exit.exp
4454 * gdb.base/step-test.exp
4455 * gdb.base/structs.exp
4456 * gdb.base/sym-file.exp
4457 * gdb.base/symtab-search-order.exp
4458 * gdb.base/term.exp
4459 * gdb.base/type-opaque.exp
4460 * gdb.base/unload.exp
4461 * gdb.base/until-nodebug.exp
4462 * gdb.base/until.exp
4463 * gdb.base/unwindonsignal.exp
4464 * gdb.base/watch-cond.exp
4465 * gdb.base/watch-non-mem.exp
4466 * gdb.base/watch_thread_num.exp
4467 * gdb.base/watchpoint-reuse-slot.exp
4468 * gdb.base/watchpoint-solib.exp
4469 * gdb.base/watchpoint.exp
4470 * gdb.btrace/dlopen.exp
4471 * gdb.cell/arch.exp
4472 * gdb.cell/break.exp
4473 * gdb.cell/bt.exp
4474 * gdb.cell/core.exp
4475 * gdb.cell/data.exp
4476 * gdb.cell/dwarfaddr.exp
4477 * gdb.cell/ea-cache.exp
4478 * gdb.cell/ea-standalone.exp
4479 * gdb.cell/ea-test.exp
4480 * gdb.cell/f-regs.exp
4481 * gdb.cell/fork.exp
4482 * gdb.cell/gcore.exp
4483 * gdb.cell/mem-access.exp
4484 * gdb.cell/ptype.exp
4485 * gdb.cell/registers.exp
4486 * gdb.cell/sizeof.exp
4487 * gdb.cell/solib-symbol.exp
4488 * gdb.cell/solib.exp
4489 * gdb.compile/compile-tls.exp
4490 * gdb.cp/exception.exp
4491 * gdb.cp/gdb2495.exp
4492 * gdb.cp/local.exp
4493 * gdb.cp/mb-inline.exp
4494 * gdb.cp/mb-templates.exp
4495 * gdb.cp/pr10687.exp
4496 * gdb.cp/pr9167.exp
4497 * gdb.cp/scope-err.exp
4498 * gdb.cp/templates.exp
4499 * gdb.cp/virtfunc.exp
4500 * gdb.dwarf2/dw2-dir-file-name.exp
4501 * gdb.dwarf2/dw2-single-line-discriminators.exp
4502 * gdb.fortran/complex.exp
4503 * gdb.fortran/library-module.exp
4504 * gdb.guile/guile.exp
4505 * gdb.guile/scm-cmd.exp
4506 * gdb.guile/scm-frame-inline.exp
4507 * gdb.guile/scm-objfile.exp
4508 * gdb.guile/scm-pretty-print.exp
4509 * gdb.guile/scm-symbol.exp
4510 * gdb.guile/scm-type.exp
4511 * gdb.guile/scm-value.exp
4512 * gdb.linespec/keywords.exp
4513 * gdb.linespec/ls-errs.exp
4514 * gdb.linespec/macro-relative.exp
4515 * gdb.linespec/thread.exp
4516 * gdb.mi/mi-breakpoint-changed.exp
4517 * gdb.mi/mi-dprintf-pending.exp
4518 * gdb.mi/mi-fullname-deleted.exp
4519 * gdb.mi/mi-logging.exp
4520 * gdb.mi/mi-pending.exp
4521 * gdb.mi/mi-solib.exp
4522 * gdb.mi/new-ui-mi-sync.exp
4523 * gdb.mi/user-selected-context-sync.exp
4524 * gdb.multi/dummy-frame-restore.exp
4525 * gdb.multi/multi-arch-exec.exp
4526 * gdb.multi/remove-inferiors.exp
4527 * gdb.multi/watchpoint-multi-exit.exp
4528 * gdb.opt/solib-intra-step.exp
4529 * gdb.perf/backtrace.exp
4530 * gdb.perf/single-step.exp
4531 * gdb.perf/skip-command.exp
4532 * gdb.perf/skip-prologue.exp
4533 * gdb.perf/solib.exp
4534 * gdb.python/lib-types.exp
4535 * gdb.python/py-as-string.exp
4536 * gdb.python/py-bad-printers.exp
4537 * gdb.python/py-block.exp
4538 * gdb.python/py-breakpoint.exp
4539 * gdb.python/py-cmd.exp
4540 * gdb.python/py-events.exp
4541 * gdb.python/py-evthreads.exp
4542 * gdb.python/py-finish-breakpoint.exp
4543 * gdb.python/py-finish-breakpoint2.exp
4544 * gdb.python/py-frame-inline.exp
4545 * gdb.python/py-frame.exp
4546 * gdb.python/py-inferior.exp
4547 * gdb.python/py-infthread.exp
4548 * gdb.python/py-mi.exp
4549 * gdb.python/py-objfile.exp
4550 * gdb.python/py-pp-maint.exp
4551 * gdb.python/py-pp-registration.exp
4552 * gdb.python/py-prettyprint.exp
4553 * gdb.python/py-recurse-unwind.exp
4554 * gdb.python/py-shared.exp
4555 * gdb.python/py-symbol.exp
4556 * gdb.python/py-symtab.exp
4557 * gdb.python/py-template.exp
4558 * gdb.python/py-type.exp
4559 * gdb.python/py-unwind-maint.exp
4560 * gdb.python/py-unwind.exp
4561 * gdb.python/py-value.exp
4562 * gdb.python/python.exp
4563 * gdb.reverse/finish-reverse-bkpt.exp
4564 * gdb.reverse/insn-reverse.exp
4565 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4566 * gdb.reverse/solib-precsave.exp
4567 * gdb.reverse/solib-reverse.exp
4568 * gdb.stabs/gdb11479.exp
4569 * gdb.stabs/weird.exp
4570 * gdb.threads/fork-child-threads.exp
4571 * gdb.threads/fork-plus-threads.exp
4572 * gdb.threads/fork-thread-pending.exp
4573 * gdb.threads/forking-threads-plus-breakpoint.exp
4574 * gdb.threads/hand-call-in-threads.exp
4575 * gdb.threads/interrupted-hand-call.exp
4576 * gdb.threads/linux-dp.exp
4577 * gdb.threads/local-watch-wrong-thread.exp
4578 * gdb.threads/next-while-other-thread-longjmps.exp
4579 * gdb.threads/non-ldr-exit.exp
4580 * gdb.threads/pending-step.exp
4581 * gdb.threads/print-threads.exp
4582 * gdb.threads/process-dies-while-detaching.exp
4583 * gdb.threads/process-dies-while-handling-bp.exp
4584 * gdb.threads/pthreads.exp
4585 * gdb.threads/queue-signal.exp
4586 * gdb.threads/reconnect-signal.exp
4587 * gdb.threads/signal-command-handle-nopass.exp
4588 * gdb.threads/signal-command-multiple-signals-pending.exp
4589 * gdb.threads/signal-delivered-right-thread.exp
4590 * gdb.threads/signal-sigtrap.exp
4591 * gdb.threads/sigthread.exp
4592 * gdb.threads/staticthreads.exp
4593 * gdb.threads/stepi-random-signal.exp
4594 * gdb.threads/thread-unwindonsignal.exp
4595 * gdb.threads/thread_check.exp
4596 * gdb.threads/thread_events.exp
4597 * gdb.threads/tid-reuse.exp
4598 * gdb.threads/tls-nodebug.exp
4599 * gdb.threads/tls-shared.exp
4600 * gdb.threads/tls-so_extern.exp
4601 * gdb.threads/tls.exp
4602 * gdb.threads/wp-replication.exp
4603 * gdb.trace/actions-changed.exp
4604 * gdb.trace/actions.exp
4605 * gdb.trace/backtrace.exp
4606 * gdb.trace/change-loc.exp
4607 * gdb.trace/collection.exp
4608 * gdb.trace/deltrace.exp
4609 * gdb.trace/disconnected-tracing.exp
4610 * gdb.trace/entry-values.exp
4611 * gdb.trace/ftrace-lock.exp
4612 * gdb.trace/ftrace.exp
4613 * gdb.trace/infotrace.exp
4614 * gdb.trace/mi-trace-frame-collected.exp
4615 * gdb.trace/mi-trace-unavailable.exp
4616 * gdb.trace/mi-traceframe-changed.exp
4617 * gdb.trace/mi-tracepoint-changed.exp
4618 * gdb.trace/mi-tsv-changed.exp
4619 * gdb.trace/no-attach-trace.exp
4620 * gdb.trace/packetlen.exp
4621 * gdb.trace/passc-dyn.exp
4622 * gdb.trace/passcount.exp
4623 * gdb.trace/pending.exp
4624 * gdb.trace/pr16508.exp
4625 * gdb.trace/qtro.exp
4626 * gdb.trace/range-stepping.exp
4627 * gdb.trace/read-memory.exp
4628 * gdb.trace/report.exp
4629 * gdb.trace/save-trace.exp
4630 * gdb.trace/signal.exp
4631 * gdb.trace/stap-trace.exp
4632 * gdb.trace/status-stop.exp
4633 * gdb.trace/strace.exp
4634 * gdb.trace/tfile.exp
4635 * gdb.trace/tfind.exp
4636 * gdb.trace/trace-break.exp
4637 * gdb.trace/trace-condition.exp
4638 * gdb.trace/trace-enable-disable.exp
4639 * gdb.trace/trace-mt.exp
4640 * gdb.trace/tracecmd.exp
4641 * gdb.trace/tracefile-pseudo-reg.exp
4642 * gdb.trace/tspeed.exp
4643 * gdb.trace/tstatus.exp
4644 * gdb.trace/tsv.exp
4645 * gdb.trace/unavailable.exp
4646 * gdb.trace/while-dyn.exp
4647 * gdb.trace/while-stepping.exp
4648 * lib/gdb-guile.exp
4649 * lib/gdb.exp
4650 * lib/mi-support.exp
4651 * lib/pascal.exp
4652 * lib/perftest.exp
4653 * lib/prelink-support.exp
4654 * lib/selftest-support.exp
4655
4656 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4657
4658 * Makefile.in: Include disable-implicit-rules.mk.
4659
4660 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4661
4662 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4663 non-byte-aligned bit fields.
4664
4665 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4666
4667 PR gdb/12616
4668 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4669 respects the DW_AT_data_bit_offset attribute.
4670
4671 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4672
4673 * gdb.base/default.exp: Fix output of "set language".
4674
4675 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4676
4677 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4678 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4679 make.
4680 * configure.ac: Remove checks for the make program.
4681 * configure: Re-generate.
4682
4683 2016-11-16 Kevin Buettner <kevinb@redhat.com>
4684
4685 * gdb.python/py-recurse-unwind.c (main): Add loop.
4686 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4687 to read_register() and gdb.parse_and_eval(). Make each code
4688 call a separate case that can be individually tested.
4689 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
4690 proc. Call cont_and_backtrace for each of the code paths that
4691 we want to test in the unwinder.
4692
4693 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
4694
4695 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
4696 the definition of struct S.
4697
4698 2016-11-11 Catherine Moore <clm@codesourcery.com>
4699
4700 * gdb.base/dump.exp: Identify verilog format dump tests as such.
4701
4702 2016-11-09 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.base/commands.exp (runto_or_return): New procedure.
4705 (gdbvar_simple_if_test, gdbvar_simple_while_test)
4706 (gdbvar_complex_if_while_test, progvar_simple_if_test)
4707 (progvar_simple_while_test, progvar_complex_if_while_test)
4708 (if_while_breakpoint_command_test)
4709 (infrun_breakpoint_command_test, breakpoint_command_test)
4710 (user_defined_command_test, watchpoint_command_test)
4711 (test_command_prompt_position, redefine_hook_test)
4712 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
4713 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
4714 multi_line_input and multi_line. Remove gdb_expect and
4715 gdb_stop_suppressing_tests uses.
4716 * lib/gdb.exp (valnum_re): New global.
4717 (multi_line_input): New procedure.
4718
4719 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
4720
4721 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
4722 Remove.
4723 (test_setup): Define with proc_with_prefix.
4724 (test_cli_inferior): Likewise.
4725 (test_cli_thread): Likewise.
4726 (test_cli_frame): Likewise.
4727 (test_cli_select_frame): Likewise.
4728 (test_cli_up_down): Likewise.
4729 (test_mi_thread_select): Likewise.
4730 (test_mi_stack_select_frame): Likewise.
4731 (test_cli_in_mi_inferior): Likewise.
4732 (test_cli_in_mi_thread): Likewise.
4733 (test_cli_in_mi_frame): Likewise.
4734 (top level): Do not use with_test_prefix_procname.
4735
4736 2016-11-09 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.base/commands.exp (gdbvar_simple_if_test)
4739 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
4740 (progvar_simple_if_test, progvar_simple_while_test)
4741 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
4742 (infrun_breakpoint_command_test, breakpoint_command_test)
4743 (user_defined_command_test, watchpoint_command_test)
4744 (test_command_prompt_position, deprecated_command_test)
4745 (bp_deleted_in_command, temporary_breakpoint_commands)
4746 (stray_arg0_test, source_file_with_indented_comment)
4747 (recursive_source_test, if_commands_test)
4748 (error_clears_commands_left, redefine_hook_test)
4749 (redefine_backtrace_test): Use proc_with_prefix.
4750 * lib/gdb.exp (proc_with_prefix): New proc.
4751
4752 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4753
4754 * gdb.base/tui-layout.c: New file.
4755 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
4756 disassembly window contains very long lines.
4757
4758 2016-11-08 Tom Tromey <tom@tromey.com>
4759
4760 * gdb.python/py-value.exp (test_value_creation): Make "long" test
4761 depend on Python 2.
4762
4763 2016-11-08 Tom Tromey <tom@tromey.com>
4764
4765 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
4766 New method.
4767
4768 2016-10-29 Manish Goregaokar <manish@mozilla.com>
4769
4770 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
4771
4772 2016-10-27 Manish Goregaokar <manish@mozilla.com>
4773
4774 * gdb.rust/simple.rs: Add test for univariant enums without
4775 discriminants and for encoded struct-like enums.
4776
4777 2016-10-28 Pedro Alves <palves@redhat.com>
4778
4779 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
4780 gdb_test_multiple, tighten regexps and match symtabs and line
4781 tables incrementally.
4782
4783 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
4784
4785 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
4786 general.
4787
4788 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
4789
4790 * gdb.base/exec-invalid-sysroot.exp: New file.
4791
4792 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4793
4794 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
4795
4796 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4797
4798 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
4799
4800 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
4801
4802 * gdb.base/killed-outside.exp: Remove $options from a call to
4803 `prepare_for_testing'.
4804
4805 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4806
4807 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4808 Change test message.
4809
4810 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4811
4812 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
4813 Update comment.
4814
4815 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
4816
4817 * gdb.trace/mi-trace-save.exp: New file.
4818
4819 2016-10-13 Yao Qi <yao.qi@linaro.org>
4820
4821 * gdb.base/code_elim.exp (get_var_address): Remove.
4822 * gdb.base/relocate.exp: Likewise.
4823 * gdb.base/shreloc.exp: Likewise.
4824 * lib/gdb.exp (get_var_address): New.
4825
4826 2016-10-13 Yao Qi <yao.qi@linaro.org>
4827
4828 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
4829 floating point tests if $skip_float_test is false.
4830
4831 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
4832
4833 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
4834 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
4835 argc values.
4836 Add 1 to argc so we guarantee distinct initial/modified argc values.
4837
4838 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4839
4840 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
4841
4842 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4843
4844 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
4845 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
4846 * gdb.arch/vsx-regs.exp: Likewise.
4847
4848 2016-10-07 Yao Qi <yao.qi@linaro.org>
4849
4850 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
4851
4852 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
4853
4854 * gdb.python/python.exp: Test decode_line("*0").
4855
4856 2016-10-06 Doug Evans <dje@google.com>
4857
4858 * gdb.python/py-value.exp (test_value_creation): Add test for large
4859 unsigned 64-bit value.
4860
4861 2016-10-06 Tom Tromey <tom@tromey.com>
4862
4863 * gdb.compile/compile.exp: Change java tests to rust.
4864 * gdb.base/setshow.exp: Change java tests to rust.
4865 * gdb.base/default.exp: Remove java from language list.
4866 * README (Examples): Update language example.
4867 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
4868 test.
4869 * lib/gdb.exp (skip_java_tests): Remove.
4870 * lib/java.exp: Remove.
4871 * gdb.java: Remove.
4872
4873 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4874
4875 * gdb.arch/mips-fcr.exp: New test.
4876 * gdb.arch/mips-fcr.c: Source for the new test.
4877
4878 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
4879
4880 * gdb.base/solib-disc.exp: Use `standard_output_file'
4881 throughout.
4882
4883 2016-10-06 Pedro Alves <palves@redhat.com>
4884
4885 * gdb.base/jit-simple-dl.c: New file.
4886 * gdb.base/jit-simple-jit.c: New file, factored out from ...
4887 * gdb.base/jit-simple.c: ... this.
4888 * gdb.base/jit-simple.exp (jit_run): Delete.
4889 (build_jit): New proc.
4890 (jit_test_reread): Recompile either the main program or the shared
4891 library, depending on what is being tested. Skip changing address
4892 if caller wants to. Compare before/after addresses. If testing
4893 standalone, explicitly load the binary. Test "maint info
4894 breakpoints".
4895 (top level): Add "standalone vs shared lib" and "change address"
4896 vs "same address" axes.
4897
4898 2016-10-06 Pedro Alves <palves@redhat.com>
4899
4900 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
4901 call.
4902 (jit_run): Delete.
4903 (jit_test_reread): Use with_test_prefix. Reload the main binary
4904 explicitly. Compare the before/after addresses of the JIT
4905 descriptor.
4906
4907 2016-08-15 Doug Evans <dje@google.com>
4908
4909 * gdb.xml/extra-regs.xml: Update, end field now required, default type
4910 for single bitfields is bool.
4911 * gdb.xml/tdesc-regs.exp: Ditto.
4912
4913 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4914
4915 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
4916
4917 2016-10-05 Yao Qi <yao.qi@linaro.org>
4918
4919 * lib/gdb.exp (support_complex_tests): Return zero if
4920 gdb_skip_float_test return true.
4921
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/user-selected-context-sync.exp: New file.
4927 * gdb.mi/user-selected-context-sync.c: New file.
4928
4929 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
4930 Simon Marchi <simon.marchi@ericsson.com>
4931
4932 PR gdb/20487
4933 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
4934 =thread-select-event check.
4935
4936 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
4937
4938 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
4939 the compulsory L operand changes.
4940 * gdb.arch/powerpc-power.s: Likewise.
4941
4942 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4943
4944 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
4945 * gdb.base/jit-attach-pie.c: New file.
4946 * gdb.base/jit-attach-pie.exp: New file.
4947
4948 2016-09-28 Pedro Alves <palves@redhat.com>
4949
4950 * gdb.base/infcall-input.c: New file.
4951 * gdb.base/infcall-input.exp: New file.
4952
4953 2016-09-22 Yao Qi <yao.qi@linaro.org>
4954
4955 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4956 (gdb_exit): Rename it to ...
4957 (gdbserver_gdb_exit): ... Close GDBserver.
4958 (gdb_exit): New proc, call gdbserver_gdb_exit.
4959 (mi_gdb_exit): Likewise.
4960
4961 2016-09-22 Yao Qi <yao.qi@linaro.org>
4962
4963 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
4964 path.
4965 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
4966 Remove duplication.
4967
4968 2016-09-22 Yao Qi <yao.qi@linaro.org>
4969
4970 * lib/gdbserver-support.exp: Check the existence of
4971 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
4972
4973 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
4974
4975 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
4976
4977 2016-09-21 Tom Tromey <tom@tromey.com>
4978
4979 PR gdb/20604:
4980 * gdb.base/quit.exp: New file.
4981
4982 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
4983
4984 * .gitignore: New file.
4985
4986 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
4987
4988 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
4989 throughout.
4990
4991 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4992
4993 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
4994
4995 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4996
4997 * gdb.cp/casts.cc (decltype): Move it ...
4998 (main): ... with its call to ...
4999 * gdb.cp/casts03.cc: ... a new file.
5000 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5001
5002 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5003
5004 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5005
5006 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5007
5008 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5009 and sync up the test with tests in gas/testsuite/gas/ppc.
5010 * gdb.arch/powerpc-power.exp: Likewise.
5011
5012 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5013
5014 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5015
5016 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5017 Jan Kratochvil <jan.kratochvil@redhat.com>
5018
5019 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5020 make m1's definition to be different from m2's. Use 'dummy' as an
5021 argument for probe 'two'.
5022
5023 2016-09-10 Jon Beniston <jon@beniston.com>
5024
5025 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5026 for sim target.
5027
5028 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5029
5030 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5031 variable declaration.
5032 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5033 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5034 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5035 received HWCAP as its argument.
5036
5037 2016-09-06 Pedro Alves <palves@redhat.com>
5038
5039 * gdb.base/new-ui-pending-input.c: New file.
5040 * gdb.base/new-ui-pending-input.exp: New file.
5041 * gdb.exp (clear_gdb_spawn_id): New procedure.
5042 (with_spawn_id): Check whether gdb_spawn_id exists before
5043 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5044 on exit.
5045
5046 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5047
5048 * gdb.base/float128.c: New file.
5049 * gdb.base/float128.exp: Likewise.
5050 * gdb.base/floatn.c: Likewise.
5051 * gdb.base/floatn.exp: Likewise.
5052
5053 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5054
5055 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5056
5057 2016-09-05 Pedro Alves <palves@redhat.com>
5058
5059 PR backtrace/19927
5060 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5061 unwinders are immediately called as side effect of "source" or
5062 "disable unwinder" commands.
5063 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5064
5065 2016-09-02 Yao Qi <yao.qi@linaro.org>
5066
5067 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5068 is true and $type is "float" or "double".
5069
5070 2016-09-02 Yao Qi <yao.qi@linaro.org>
5071
5072 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5073 true.
5074 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5075 * gdb.base/call-rt-st.exp: Likewise.
5076 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5077 return value instead of gdb,skip_float_test.
5078 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5079 (do_function_calls): Use its return value instead of
5080 gdb,skip_float_test.
5081 * gdb.base/finish.exp: Likewise.
5082 * gdb.base/funcargs.exp: Likewise.
5083 * gdb.base/return.exp: Likewise.
5084 * gdb.base/return2.exp: Likewise.
5085 * gdb.base/varargs.exp: Likewise.
5086 * lib/gdb.exp (gdb_skip_float_test): Change it to
5087 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5088
5089 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5090
5091 * gdb.multi/tids.exp: Test "thread apply all".
5092
5093 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5094
5095 * gdb.base/default.exp (tty): Remove.
5096
5097 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5098
5099 * gdb.python/py-recurse-unwind.c: New file.
5100 * gdb.python/py-recurse-unwind.py: New file.
5101 * gdb.python/py-recurse-unwind.exp: New file.
5102
5103 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5104
5105 * gdb.base/set-inferior-tty.exp: New file.
5106 * gdb.base/set-inferior-tty.c: New file.
5107
5108 2016-08-23 Pedro Alves <palves@redhat.com>
5109
5110 PR gdb/20494
5111 * gdb.base/new-ui-echo.c: New file.
5112 * gdb.base/new-ui-echo.exp: New file.
5113
5114 2016-08-23 Yao Qi <yao.qi@linaro.org>
5115
5116 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5117 gdbserver_spawn.
5118 * gdb.server/connect-without-multi-process.exp (do_test):
5119 Likewise.
5120
5121 2016-08-23 Yao Qi <yao.qi@linaro.org>
5122
5123 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5124 standalone_txt. Delete gdb_txt and standalone_txt on host
5125 and target. Spawn the binary on target. Copy files from
5126 target to host.
5127
5128 2016-08-22 Pedro Alves <palves@redhat.com>
5129
5130 PR gdb/20505
5131 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5132 with_test_prefix. Factor out bits to ...
5133 (test_no_vdso): ... this new procedure.
5134
5135 2016-08-19 Carl Love <cel@us.ibm.com>
5136
5137 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5138 maintaining separate logic for constructing the output path.
5139 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5140 * gdb.arch/ppc-dfp.exp: Likewise.
5141 * gdb.arch/ppc-fp.exp: Likewise.
5142 * gdb.arch/vsx-regs.exp: Likewise.
5143 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5144 binprefix for generating the additional binary files.
5145
5146 2016-08-19 Pedro Alves <palves@redhat.com>
5147
5148 * gdb.trace/mi-trace-frame-collected.exp
5149 (test_trace_frame_collected): On x32, expect two registers.
5150
5151 2016-08-18 Carl Love <cel@us.ibm.com>
5152
5153 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5154 and sync up the test with tests in gas/testsuite/gas/ppc.
5155 * gdb.arch/powerpc-power.exp: Likewise.
5156
5157 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5158
5159 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5160 expected error message.
5161
5162 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5163
5164 * gdb.multi/remove-inferiors.exp: New file.
5165 * gdb.multi/remove-inferiors.c: New file.
5166
5167 2016-08-12 Yao Qi <yao.qi@linaro.org>
5168
5169 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5170 argument list.
5171
5172 2016-08-10 Pedro Alves <palves@redhat.com>
5173
5174 PR gdb/19187
5175 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5176 setup_kfails.
5177
5178 2016-08-09 Pedro Alves <palves@redhat.com>
5179 Simon Marchi <simon.marchi@ericsson.com>
5180
5181 PR gdb/20418
5182 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5183 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5184
5185 2016-08-09 Pedro Alves <palves@redhat.com>
5186
5187 PR mi/20431
5188 * gdb.mi/mi-cmd-error.exp: New file.
5189
5190 2016-08-09 Pedro Alves <palves@redhat.com>
5191
5192 PR gdb/18653
5193 * gdb.base/signals-state-child.c: New file.
5194 * gdb.base/signals-state-child.exp: New file.
5195 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5196
5197 2016-08-09 Pedro Alves <palves@redhat.com>
5198
5199 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5200
5201 2016-08-03 Tom Tromey <tom@tromey.com>
5202
5203 PR python/18565:
5204 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5205
5206 2016-08-01 Yao Qi <yao.qi@linaro.org>
5207
5208 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5209 variable mode to "multi-process" if $multi_process is 1, otherwise
5210 set it to "single-process".
5211
5212 2016-08-01 Yao Qi <yao.qi@linaro.org>
5213
5214 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5215 * gdb.cp/cpexprs.exp: Likewise.
5216 * gdb.cp/m-static.exp: Likewise.
5217
5218 2016-07-26 Tom Tromey <tom@tromey.com>
5219
5220 PR python/20190:
5221 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5222 test.
5223
5224 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5225
5226 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5227 selecting assembly source files.
5228 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5229 assembly source files.
5230 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5231 assembly source files.
5232 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5233 selecting assembly source files.
5234
5235 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5236
5237 * gdb.base/new-ui.exp (do_test_invalid_args): New
5238 procedure.
5239
5240 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5241
5242 * gdb.btrace/reconnect.c: New file.
5243 * gdb.btrace/reconnect.exp: New file.
5244
5245 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5246
5247 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5248 to test_catch_syscall_group.
5249 (test_catch_syscall_group): New.
5250
5251 2016-07-21 Tom Tromey <tom@tromey.com>
5252
5253 * gdb.rust/simple.rs (main): Use empty struct expression.
5254 * gdb.rust/simple.exp: Add tests for empty struct expression.
5255
5256 2016-07-21 Yao Qi <yao.qi@linaro.org>
5257
5258 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5259 if gdb_skip_xml_test is true on some targets.
5260
5261 2016-07-21 Yao Qi <yao.qi@linaro.org>
5262
5263 * gdb.server/solib-list.exp: Unset last_loaded_file.
5264
5265 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5266
5267 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5268 "step into captured_main (args)".
5269
5270 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5271
5272 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5273
5274 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5275
5276 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5277
5278 2016-07-19 Pedro Alves <palves@redhat.com>
5279
5280 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5281 * gdb.opt/inline-bt.exp: Likewise.
5282 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5283 additional_flags=-Winline.
5284 * gdb.opt/inline-locals.exp: Likewise.
5285 * gdb.opt/inline-markers.c (ATTR): Define.
5286 (inlined_fn): Use it.
5287
5288 2016-07-19 Yao Qi <yao.qi@linaro.org>
5289
5290 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5291 (test_with_self): Remove some code. Remove argument executable.
5292 (top-level): Use do_self_tests.
5293
5294 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5295 Don Breazeal <donb@codesourcery.com>
5296
5297 * gdb.base/maint.exp: Escape paths used in regular expressions.
5298 * gdb.stabs/weird.exp: Likewise.
5299
5300 2016-07-13 Tom Tromey <tom@tromey.com>
5301
5302 PR python/15620, PR python/18620:
5303 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5304 (test_bkpt_events): New procs.
5305
5306 2016-07-13 Tom Tromey <tom@tromey.com>
5307
5308 PR python/17698:
5309 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5310 test.
5311 (test_watchpoints): Likewise.
5312 (test_bkpt_pending): New proc.
5313
5314 2016-07-13 Tom Tromey <tom@tromey.com>
5315
5316 PR cli/18053:
5317 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5318 completion test.
5319
5320 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5321
5322 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5323 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5324 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5325 f_label.
5326 (g): Rename g_end_lbl to g_label.
5327 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5328 low_pc and high_pc.
5329 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5330
5331 2016-07-12 Tom Tromey <tom@tromey.com>
5332
5333 PR python/19293:
5334 * gdb.python/py-unwind-maint.exp: Update tests.
5335
5336 2016-07-12 Yao Qi <yao.qi@linaro.org>
5337
5338 * lib/selftest-support.exp (selftest_setup): Match the output
5339 when captured_main is inlined.
5340
5341 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5342
5343 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5344 New variables.
5345 (print this%a, print this%b, print this): New tests.
5346 * gdb.fortran/derived-types.f90 (this): New object and
5347 initialization.
5348
5349 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5350
5351 * gdb.ada/arraydim.exp: Remove extra directory level in build
5352 directory.
5353
5354 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5355
5356 * lib/ada.exp: Remove extra directory level in build directory.
5357 * gdb.ada/cond_lang.exp: Likewise.
5358 * gdb.ada/exec_changed.exp: Likewise.
5359 * gdb.ada/lang_switch.exp: Likewise.
5360
5361 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5362
5363 * simple.rs: Add test for raw pointer subscripting.
5364 * simple.exp: Add test expectations.
5365
5366 2016-07-05 Yao Qi <yao.qi@linaro.org>
5367
5368 * gdb.mi/mi-reverse.exp: Match =record-started output.
5369
5370 2016-07-01 Pedro Alves <palves@redhat.com>
5371
5372 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5373 procedure.
5374 (jit_reader_test): Test the jit reader's unwinder.
5375 * gdb.base/jithost.c (jit_function_00_code): New global.
5376 (main): Use memcpy to fill in the mmapped code, instead of poking
5377 bytes manually here.
5378 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5379 value.
5380 (read_debug_info): Save the function's range.
5381 (read_sp): New function.
5382 (unwind_frame): Use it. Also unwind RBP.
5383 (get_frame_id): Use read_sp.
5384 (gdb_init_reader): Use calloc instead of malloc.
5385 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5386 parameter. Use gdb_test_multiple.
5387
5388 2016-07-01 Pedro Alves <palves@redhat.com>
5389 Antoine Tremblay <antoine.tremblay@ericsson.com>
5390
5391 * gdb.threads/process-dies-while-detaching.c: New file.
5392 * gdb.threads/process-dies-while-detaching.exp: New file.
5393
5394 2016-07-01 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.multi/watchpoint-multi-exit.c: New file.
5397 * gdb.multi/watchpoint-multi-exit.exp: New file.
5398
5399 2016-06-30 Pedro Alves <palves@redhat.com>
5400
5401 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5402 unset inferior_spawn_id.
5403
5404 2016-06-30 Pedro Alves <palves@redhat.com>
5405
5406 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5407 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5408
5409 2016-06-29 Yao Qi <yao.qi@linaro.org>
5410
5411 * gdb.base/return.c: Add copyright header.
5412
5413 2016-06-29 Tom Tromey <tom@tromey.com>
5414
5415 PR python/20129:
5416 * gdb.python/py-framefilter.exp: Add tests for setting priority
5417 and disabling of non-existent frame filter.
5418
5419 2016-06-29 Yao Qi <yao.qi@linaro.org>
5420
5421 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5422 0x0f07ff.
5423
5424 2016-06-28 Yao Qi <yao.qi@linaro.org>
5425
5426 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5427 triplets. Start gdb, execute catch syscall, and continue. Check
5428 gdb's output to determine catch syscall is supported.
5429
5430 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5431
5432 * gdb.rust/simple.rs: Add test for returning unit in a function.
5433 * gdb.rust/simple.exp: Add expectation for functions returning
5434 unit.
5435
5436 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5437
5438 * gdb.python/py-breakpoint-create-fail.c,
5439 gdb.python/py-breakpoint-create-fail.exp,
5440 gdb.python/py-breakpoint-create-fail.py: New testcase.
5441
5442 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5443
5444 PR gdb/20239
5445 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5446 * gdb.rust/simple.exp: Add test expectations for new NonZero
5447 tests.
5448
5449 2016-06-24 David Taylor <dtaylor@emc.com>
5450
5451 * gdb.base/offsets.exp: New file.
5452 * gdb.base/offsets.c: New file.
5453
5454 2016-06-23 Tom Tromey <tom@tromey.com>
5455
5456 PR gdb/16483:
5457 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5458 before any filters are loaded.
5459
5460 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5461
5462 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5463 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5464 structs.
5465 * gdb.fortran/derived-type-function.exp: New file.
5466 * gdb.fortran/derived-type-function.f90: New file.
5467
5468
5469 2016-06-21 Pedro Alves <palves@redhat.com>
5470
5471 * gdb.base/new-ui.exp: New file.
5472 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5473 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5474 (with_spawn_id): New procedure.
5475
5476 2016-06-21 Pedro Alves <palves@redhat.com>
5477
5478 * gdb.mi/mi-exec-run.exp: New file.
5479
5480 2016-06-21 Pedro Alves <palves@redhat.com>
5481
5482 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5483 breakpoint command's output on the main UI.
5484 (test_break): New procedure, factored out from calls in the top
5485 level.
5486 (top level): Use foreach_with_prefix to test MI as main UI and as
5487 separate UI.
5488
5489 2016-06-21 Pedro Alves <palves@redhat.com>
5490
5491 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5492 (test_awatch_creation_and_listing)
5493 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5494 Remove 'type' parameter.
5495 (test_watchpoint_all): New parameter mi_mode. Remove
5496 with_test_prefix.
5497 (top level): Use foreach_with_prefix, and add main/separate UI MI
5498 testing axis.
5499
5500 2016-06-21 Pedro Alves <palves@redhat.com>
5501
5502 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5503 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5504 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5505 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5506 (gdb_main_spawn_id, mi_spawn_id): Declare and
5507 comment.
5508 (mi_create_inferior_pty): New procedure,
5509 factored out from default_mi_gdb_start.
5510 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5511 procedures.
5512 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5513 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5514 Use mi_create_inferior_pty.
5515 (mi_gdb_start): Use eval to pass down args list.
5516
5517 2016-06-21 Pedro Alves <palves@redhat.com>
5518
5519 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5520 * gdb.opt/inline-cmds.exp: Add MI tests.
5521
5522 2016-06-21 Pedro Alves <palves@redhat.com>
5523
5524 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5525
5526 2016-06-21 Pedro Alves <palves@redhat.com>
5527
5528 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5529 (top level): Use it instead of mi_execute_to.
5530
5531 2016-06-21 Pedro Alves <palves@redhat.com>
5532
5533 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5534 (cont_handler_str): New.
5535 (signal_stop_handler): Set stop_handler_str instead of printing to
5536 stdout.
5537 (continue_handler): Set cont_handler_str instead of printing to
5538 stdout.
5539 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5540 mi_send_resuming_command. Print stop_handler_str and
5541 cont_handler_str instead of expecting the python events print
5542 directly.
5543
5544 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5545
5546 * gdb.base/jit-reader.exp: New file.
5547 * gdb.base/jithost.c: New file.
5548 * gdb.base/jithost.h: New file.
5549 * gdb.base/jitreader.c : New file.
5550 * gdb.base/jit-protocol.h: New file.
5551
5552 2016-06-17 Yao Qi <yao.qi@linaro.org>
5553
5554 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5555 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5556 and detach-on-fork. Adjust tests.
5557 (top level): Invoke break_cond_on_syscall with combinations of
5558 syscall, follow-fork-mode and detach-on-fork.
5559
5560 2016-06-17 Yao Qi <yao.qi@linaro.org>
5561
5562 * gdb.base/step-over-exit.c: New.
5563 * gdb.base/step-over-exit.exp: New.
5564
5565 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5566
5567 * gdb.base/float.exp: Add target check for nds32*-*-*.
5568 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5569
5570 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5571
5572 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5573 for unsupported target features.
5574 * gdb.base/call-rt-st.exp: Likewise.
5575 * gdb.base/call-sc.exp: Likewise.
5576 * gdb.base/call-signal-resume.exp: Likewise.
5577 * gdb.base/call-strs.exp: Likewise.
5578 * gdb.base/callexit.exp: Likewise.
5579 * gdb.base/callfuncs.exp: Likewise.
5580 * gdb.base/nodebug.exp: Likewise.
5581 * gdb.base/printcmds.exp: Likewise.
5582 * gdb.base/ptype.exp: Likewise.
5583 * gdb.base/structs.exp: Likewise.
5584 * gdb.base/unwindonsignal.exp: Likewise.
5585 * gdb.cp/gdb2495.exp: Likewise.
5586 * gdb.cp/templates.exp: Likewise.
5587 * gdb.cp/virtfunc.exp: Likewise.
5588 * gdb.threads/hand-call-in-threads.exp: Likewise.
5589 * gdb.threads/interrupted-hand-call.exp: Likewise.
5590 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5591
5592 2016-06-10 Tom Tromey <tom@tromey.com>
5593
5594 PR rust/20110:
5595 * gdb.rust/expr.exp: Add test for integer constant larger than
5596 i32.
5597
5598 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5599
5600 * gdb.fortran/nested-funcs.exp: New.
5601 * gdb.fortran/nested-funcs.f90: New.
5602
5603 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5604
5605 * gdb.base/examine-backward.c: New file.
5606 * gdb.base/examine-backward.exp: New file.
5607
5608 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5609
5610 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5611 matching.
5612
5613 2016-06-02 Tom Tromey <tom@tromey.com>
5614
5615 PR python/18984:
5616 * gdb.python/py-shared.exp: Add solib_name test.
5617
5618 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5619
5620 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5621
5622 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5623
5624 PR c++/19893
5625 * gdb.dwarf2/implref.exp: Rename to...
5626 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5627 * gdb.dwarf2/implref-array.c: New file.
5628 * gdb.dwarf2/implref-array.exp: Likewise.
5629 * gdb.dwarf2/implref-global.c: Likewise.
5630 * gdb.dwarf2/implref-global.exp: Likewise.
5631 * gdb.dwarf2/implref-struct.c: Likewise.
5632 * gdb.dwarf2/implref-struct.exp: Likewise.
5633
5634 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5635
5636 * gdb.trace/trace-condition.exp: Add 64bit tests.
5637
5638 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5639
5640 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5641 bits types.
5642 (main): Adapt to 8 to 64 bits types.
5643 * gdb.trace/trace-condition.exp: Add new tests.
5644
5645 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5646
5647 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5648
5649 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5650
5651 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5652 Move condition tests...
5653 * gdb.trace/trace-condition.exp: Here.
5654
5655 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5656
5657 * gdb.trace/trace-condition.exp: Add counter-case tests.
5658
5659 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5660
5661 PR c++/15231
5662 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5663 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5664
5665 2016-05-27 Pedro Alves <palves@redhat.com>
5666
5667 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5668 New procedure.
5669 (top level): Call it, and bail out of DejaGnu is known to be bad.
5670
5671 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5672
5673 * gdb.base/whatis.c: Extend the test case.
5674 * gdb.base/whatis.exp: Add additional tests.
5675
5676 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5677
5678 * gdb.fortran/type.f90: Add pointer variable.
5679 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5680
5681 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5682
5683 * gdb.fortran/vla-type.exp: Fix testcase name.
5684
5685 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5686
5687 * gdb.fortran/vla-type.exp: Access elements in nested structs.
5688
5689 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5690
5691 * gdb.fortran/type.f90: Add nested structures.
5692 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
5693 * gdb.fortran/derived-type.exp: Adapt expected output.
5694 * gdb.fortran/vla-type.exp: Adapt expected output.
5695
5696 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5697
5698 * gdb.fortran/whatis_type.exp: Adapt expected output.
5699
5700 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5701
5702 * gdb.fortran/print_type.exp: Fix expected output.
5703 * gdb.fortran/whatis_type.exp: Fix expected output.
5704
5705 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5706
5707 * gdb.fortran/whatis_type.exp: Use multi_line.
5708
5709 2016-05-24 Tom Tromey <tom@tromey.com>
5710
5711 PR python/17386:
5712 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
5713 use value as an index.
5714
5715 2016-05-23 Tom Tromey <tom@tromey.com>
5716
5717 PR python/17981:
5718 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
5719 no-breakpoint case.
5720
5721 2016-05-24 Pedro Alves <palves@redhat.com>
5722
5723 PR gdb/19828
5724 * gdb.threads/clone-attach-detach.c: New file.
5725 * gdb.threads/clone-attach-detach.exp: New file.
5726
5727 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
5728
5729 * gdb.base/annota-input-while-running.exp: Fix syntax error.
5730
5731 2016-05-23 Tom Tromey <tom@tromey.com>
5732
5733 PR python/19438, PR python/18393:
5734 * gdb.python/py-progspace.exp: Add "dir" test.
5735 * gdb.python/py-objfile.exp: Add "dir" test.
5736
5737 2016-05-23 Yao Qi <yao.qi@linaro.org>
5738
5739 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
5740 * gdb.arch/thumb2-it.exp: Likewise.
5741
5742 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
5743
5744 * gdb.mi/mi-threads-interrupt.c: New file.
5745 * gdb.mi/mi-threads-interrupt.exp: New file.
5746
5747 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
5748
5749 PR gdb/18077
5750 * gdb.mi/mi-async-run.exp: New file.
5751 * gdb.mi/mi-async-run.c: New file.
5752
5753 2016-05-17 Tom Tromey <tom@tromey.com>
5754 Manish Goregaokar <manishsmail@gmail.com>
5755
5756 * lib/rust-support.exp: New file.
5757 * lib/gdb.exp (skip_rust_tests): New proc.
5758 (build_executable_from_specs): Handle rust.
5759 * lib/future.exp (gdb_find_rustc): New proc.
5760 (gdb_default_target_compile): Handle rust.
5761 * gdb.rust/expr.exp: New file.
5762 * gdb.rust/generics.exp: New file.
5763 * gdb.rust/generics.rs: New file.
5764 * gdb.rust/methods.exp: New file.
5765 * gdb.rust/methods.rs: New file.
5766 * gdb.rust/modules.exp: New file.
5767 * gdb.rust/modules.rs: New file.
5768 * gdb.rust/simple.exp: New file.
5769 * gdb.rust/simple.rs: New file.
5770
5771 2016-05-17 Tom Tromey <tom@tromey.com>
5772
5773 * gdb.base/default.exp (set language): Add rust.
5774
5775 2016-05-17 Tom Tromey <tom@tromey.com>
5776
5777 * gdb.gdb/unittest.exp: New file.
5778
5779 2016-05-16 Yao Qi <yao.qi@linaro.org>
5780
5781 * gdb.base/batch-preserve-term-settings.exp: Remove variable
5782 shell_prompt. Update shell_prompt_re.
5783
5784 2016-05-12 Doug Evans <dje@google.com>
5785
5786 PR symtab/19999
5787 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
5788 $options when building executable.
5789 * gdb.dwarf2/fission-loclists-pie.S: New file.
5790 * gdb.dwarf2/fission-loclists-pie.exp: New file.
5791
5792 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5793
5794 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
5795 of [is_remote target],
5796
5797 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
5798
5799 * lib/gdb.exp (use_gdb_stub): New procedure.
5800
5801 2016-05-03 Yunlian Jiang <yunlian@google.com>
5802 Doug Evans <dje@google.com>
5803
5804 PR symtab/19914
5805 * gdb.dwarf2/dwp-sepdebug.c: New file.
5806 * gdb.dwarf2/dwp-sepdebug.exp: New file.
5807
5808 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5809
5810 * gdb.base/detach.exp: Remove is_remote check.
5811
5812 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
5813
5814 * gdb.base/annota-input-while-running.exp: Don't check for
5815 [is_remote target]. Enable annotations after running to main.
5816 Remove unused "set test..." line.
5817
5818 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5819
5820 * gdb.trace/trace-enable-disable.exp: New file.
5821 * gdb.trace/trace-enable-disable.c: New file.
5822
5823 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
5824
5825 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
5826 use it in info sharedlibrary test.
5827 * gdb.trace/ftrace-lock.exp: Likewise.
5828 * gdb.trace/ftrace.exp: Likewise.
5829 * gdb.trace/range-stepping.exp: Likewise.
5830 * gdb.trace/trace-break.exp: Likewise.
5831 * gdb.trace/trace-condition.exp: Likewise.
5832 * gdb.trace/trace-mt.exp: Likewise.
5833
5834 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5835
5836 * lib/gdb.exp (gdb_load_shlibs): Rename to...
5837 (gdb_load_shlib): ... this.
5838 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
5839 gdb_load_shlib.
5840 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
5841 * gdb.base/ctxobj.exp: Likewise.
5842 * gdb.base/dprintf-pending.exp: Likewise.
5843 * gdb.base/dso2dso.exp: Likewise.
5844 * gdb.base/fixsection.exp: Likewise.
5845 * gdb.base/gcore-relro.exp: Likewise.
5846 * gdb.base/gdb1555.exp: Likewise.
5847 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5848 * gdb.base/gnu-ifunc.exp: Likewise.
5849 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
5850 * gdb.base/jit-so.exp (one_jit_test): Likewise.
5851 * gdb.base/pending.exp: Likewise.
5852 * gdb.base/print-file-var.exp: Likewise.
5853 * gdb.base/print-symbol-loading.exp: Likewise.
5854 * gdb.base/shlib-call.exp: Likewise.
5855 * gdb.base/shreloc.exp: Likewise.
5856 * gdb.base/so-impl-ld.exp: Likewise.
5857 * gdb.base/solib-disc.exp: Likewise.
5858 * gdb.base/solib-nodir.exp: Likewise.
5859 * gdb.base/solib-overlap.exp: Likewise.
5860 * gdb.base/solib-symbol.exp: Likewise.
5861 * gdb.base/solib-weak.exp (do_test): Likewise.
5862 * gdb.base/sym-file.exp: Likewise.
5863 * gdb.base/symtab-search-order.exp: Likewise.
5864 * gdb.base/type-opaque.exp: Likewise.
5865 * gdb.base/unload.exp: Likewise.
5866 * gdb.base/watchpoint-solib.exp: Likewise.
5867 * gdb.compile/compile.exp: Likewise.
5868 * gdb.cp/gdb2384.exp: Likewise.
5869 * gdb.cp/infcall-dlopen.exp: Likewise.
5870 * gdb.cp/re-set-overloaded.exp: Likewise.
5871 * gdb.fortran/library-module.exp: Likewise.
5872 * gdb.opt/solib-intra-step.exp: Likewise.
5873 * gdb.python/py-finish-breakpoint.exp: Likewise.
5874 * gdb.python/py-shared.exp: Likewise.
5875 * gdb.reverse/solib-precsave.exp: Likewise.
5876 * gdb.reverse/solib-reverse.exp: Likewise.
5877 * gdb.server/solib-list.exp: Likewise.
5878 * gdb.threads/dlopen-libpthread.exp: Likewise.
5879 * gdb.threads/tls-shared.exp: Likewise.
5880 * gdb.threads/tls-so_extern.exp: Likewise.
5881 * gdb.trace/change-loc.exp: Likewise.
5882 * gdb.trace/ftrace-lock.exp: Likewise.
5883 * gdb.trace/ftrace.exp: Likewise.
5884 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
5885 * gdb.trace/pending.exp: Likewise.
5886 * gdb.trace/range-stepping.exp: Likewise.
5887 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
5888 (strace_info_marker): Likewise.
5889 (strace_probe_marker): Likewise.
5890 (strace_trace_on_same_addr): Likewise.
5891 (strace_trace_on_diff_addr): Likewise.
5892 * gdb.trace/trace-break.exp: Likewise.
5893 * gdb.trace/trace-condition.exp: Likewise.
5894 * gdb.trace/trace-mt.exp: Likewise.
5895
5896 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
5897
5898 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
5899 result of gdb_remote_download.
5900 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
5901 * gdb.base/dso2dso.exp: Likewise.
5902 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5903 * gdb.base/print-file-var.exp: Likewise.
5904 * gdb.base/shlib-call.exp: Likewise.
5905 * gdb.base/shreloc.exp: Likewise.
5906 * gdb.base/solib-overlap.exp: Likewise.
5907 * gdb.base/solib-weak.exp (do_test): Likewise.
5908 * gdb.base/unload.exp: Likewise.
5909
5910 2016-04-27 Yao Qi <yao.qi@linaro.org>
5911
5912 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
5913 exists.
5914
5915 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5916
5917 * vla-type.exp: Print structure from toplevel.
5918
5919 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5920
5921 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
5922 of dynamic types.
5923 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
5924 of dynamic types.
5925
5926 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
5927
5928 * gdb.fortran/vla-type.f90: New file.
5929 * gdb.fortran/vla-type.exp: New file.
5930
5931 2016-04-25 Yao Qi <yao.qi@linaro.org>
5932
5933 * gdb.base/branch-to-self.c: New file.
5934 * gdb.base/branch-to-self.exp: New file.
5935
5936 2016-04-22 Yao Qi <yao.qi@linaro.org>
5937
5938 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
5939 more after $hex.
5940
5941 2016-04-22 Yao Qi <yao.qi@linaro.org>
5942
5943 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
5944 * gdb.base/annota3.exp: Likewise.
5945
5946 2016-04-22 Yao Qi <yao.qi@linaro.org>
5947
5948 * gdb.reverse/step-precsave.exp: Do one step and test program
5949 stops in "callee" and do multiple steps until program goes out
5950 of "callee".
5951 * gdb.reverse/step-reverse.exp: Likewise.
5952
5953 2016-04-22 Yao Qi <yao.qi@linaro.org>
5954
5955 * gdb.trace/signal.exp: Also pass if
5956 $tracepoint_hits($i) > $iterations.
5957
5958 2016-04-22 Yao Qi <yao.qi@linaro.org>
5959
5960 * gdb.trace/signal.c: New file.
5961 * gdb.trace/signal.exp: New file.
5962
5963 2016-04-19 Doug Evans <xdje42@gmail.com>
5964
5965 * gdb.base/bad-file.exp: New file.
5966
5967 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
5968
5969 * gdb.dwarf2/implref.exp: New file.
5970
5971 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5972
5973 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
5974 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
5975 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
5976 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
5977 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
5978 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
5979 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
5980 * lib/fortran.exp (fortran_int4): New procedure.
5981 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
5982 (fortran_logical4): Likewise.
5983
5984 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
5985
5986 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
5987
5988 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
5989
5990 * lib/compiler.c: Add Intel specific preprocessor macros.
5991 * lib/compiler.cc: Likewise.
5992
5993 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
5994
5995 * gdb.server/connect-with-no-symbol-file.c: New file.
5996 * gdb.server/connect-with-no-symbol-file.exp: New file.
5997
5998 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
5999
6000 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6001
6002 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6003
6004 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6005 standard output directory.
6006
6007 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6008
6009 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6010
6011 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6012
6013 * gdb.btrace/instruction_history.c (loop): Add declaration.
6014
6015 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6016
6017 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6018
6019 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6020
6021 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6022 parentheses to print.
6023 (continue_handler): Likewise.
6024
6025 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6026
6027 * gdb.server/solib-list.exp: Remove is_remote check.
6028 Pass shlib= to gdb_compile. Don't link shared library with
6029 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6030 Run binary filename through "readlink -f" on the target.
6031
6032 2016-04-08 Pedro Alves <palves@redhat.com>
6033
6034 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6035 interpreter filename as argument to gdbserver_spawn.
6036 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6037 Return empty if $last_loaded_file does not exist.
6038
6039 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6040
6041 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6042 * gdb.base/jit-main.c: Use exit after usage.
6043
6044 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6045
6046 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6047 GDBHISTSIZE prior to the tests.
6048 * gdb.base/gdbinit-history.exp: Likewise.
6049
6050 2016-04-07 Pedro Alves <palves@redhat.com>
6051
6052 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6053 instead of build_executable. Use gdb_load_shlibs.
6054
6055 2016-04-07 Yao Qi <yao.qi@linaro.org>
6056
6057 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6058 Execute "si" command.
6059
6060 2016-04-07 Yao Qi <yao.qi@linaro.org>
6061
6062 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6063 number instead of the comments on some line.
6064
6065 2016-04-06 Don Breazeal <donb@codesourcery.com>
6066
6067 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6068 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6069
6070 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6071
6072 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6073 standard_output_file. Remove unused binfile variable.
6074
6075 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6076
6077 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6078 * gdb.python/py-mi-objfile.exp: Match "list main" output
6079 in console format.
6080
6081 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6082
6083 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6084 absolute.
6085
6086 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6087
6088 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6089 absolute.
6090 * gdb.trace/ftrace.exp: Likewise.
6091 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6092 targets as well.
6093 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6094 (gdb_load_shlibs): Copy libraries to test directory when testing
6095 natively. Only set solib-search-path if testing remotely.
6096 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6097
6098 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6099
6100 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6101 gdb_download. Use it even if the target is not remote.
6102 * gdb.base/jit.exp (compile_jit_test): Likewise.
6103 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6104 output directory if the destination board is local, otherwise use
6105 the standard remote_download from DejaGnu.
6106 (gdb_download): Remove.
6107 (gdb_load_shlibs): Use gdb_remote_download instead of
6108 gdb_download.
6109 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6110 Use gdb_remote_download instead of gdb_download. Use it even if
6111 the target is not remote.
6112 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6113 instead of gdb_download.
6114
6115 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6116
6117 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6118 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6119 run.
6120
6121 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6122
6123 PR gdb/19820
6124 * gdb.base/printcmds.exp: Add artificial arrays tests.
6125
6126 2016-03-31 Pedro Alves <palves@redhat.com>
6127
6128 PR gdb/19858
6129 * gdb.base/jit-main.c: Include unistd.h.
6130 (ATTACH): Define to 0 if not already defined.
6131 (wait_for_gdb, mypid): New globals.
6132 (WAIT_FOR_GDB): New macro.
6133 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6134 some breakpoint locations.
6135 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6136 New procedures.
6137 (one_jit_test): Add REATTACH parameter, and handle it. Use
6138 continue_to_test_location.
6139 (top level): Test attach, and adjusts calls to one_jit_test.
6140
6141 2016-03-31 Pedro Alves <palves@redhat.com>
6142
6143 PR gdb/19858
6144 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6145 BINSUFFIX parameter, and handle it.
6146 (top level): Adjust calls compile_jit_test.
6147
6148 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6149
6150 PR python/19743
6151 * gdb.python/py-mi-events-gdb.py: New file.
6152 * gdb.python/py-mi-events.c: New file.
6153 * gdb.python/py-mi-events.exp: New file.
6154
6155 2016-03-30 Yao Qi <yao.qi@linaro.org>
6156
6157 * gdb.reverse/until-precsave.exp: Match function name only.
6158 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6159 Move malloc to a condition block.
6160 * gdb.reverse/until-reverse.exp: Match function name only.
6161
6162 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6163
6164 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6165 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6166 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6167 variable for GPR 0 instead of assuming it is register 0.
6168 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6169 * lib/trace-support.exp: Add s390 registers.
6170
6171 2016-03-29 Yao Qi <yao.qi@linaro.org>
6172
6173 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6174
6175 2016-03-24 Yao Qi <yao.qi@linaro.org>
6176
6177 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6178 test message.
6179
6180 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6181
6182 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6183 maintaining separate logic for constructing the output path.
6184
6185 2016-03-16 Don Breazeal <donb@codesourcery.com>
6186
6187 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6188 Retry fork and waitpid on interrupted system call errors.
6189 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6190 Use with_timeout_factor to increase timeout by factor of 10.
6191
6192 2016-03-15 Don Breazeal <donb@codesourcery.com>
6193
6194 * gdb.cp/scope-err.cc: New test program.
6195 * gdb.cp/scope-err.exp: New test script.
6196 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6197 lines and "set breakpoint here" comment.
6198 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6199 Fixed some whitespace and format issues.
6200 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6201 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6202
6203 2016-03-15 Doug Evans <dje@google.com>
6204
6205 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6206 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6207 All callers updated. Add tests for enums, mixed flags register.
6208
6209 2016-03-15 Doug Evans <dje@google.com>
6210
6211 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6212 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6213
6214 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6215
6216 * gdb.base/default.exp: Add $_as_string to the list of expected
6217 convenience functions.
6218
6219 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6220
6221 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6222
6223 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6224
6225 * gdb.python/py-as-string.exp: New file.
6226 * gdb.python/py-as-string.c: New file.
6227
6228 2016-03-09 Pedro Alves <palves@redhat.com>
6229
6230 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6231 signal" -> "Thread NN received signal" output change.
6232 * gdb.threads/ia64-sigill.exp: Likewise.
6233 * gdb.threads/linux-dp.exp: Likewise.
6234 * gdb.threads/manythreads.exp: Likewise.
6235 * gdb.threads/pending-step.exp: Likewise.
6236 * gdb.threads/print-threads.exp: Likewise.
6237 * gdb.threads/sigstep-threads.exp: Likewise.
6238 * gdb.threads/staticthreads.exp: Likewise.
6239 * gdb.threads/tls.exp: Likewise.
6240
6241 2016-03-09 Pedro Alves <palves@redhat.com>
6242
6243 * gdb.base/command-line-input.exp: New file.
6244
6245 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6246
6247 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6248 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6249 * gdb.trace/pending.exp: Accept leading dot before function name.
6250 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6251 * lib/trace-support.exp: Set registers for ppc.
6252
6253 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6254
6255 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6256 use it for disassembly; accept .main in addition to main in backtrace.
6257
6258 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6259 Marcin Kościelnicki <koriakin@0x04.net>
6260
6261 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6262 (gdb_recursion_test_ptr): New global variable.
6263 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6264 gdb_recursion_test.
6265 (gdb_c_test): Ditto.
6266
6267 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6268
6269 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6270 ordering.
6271
6272 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6273
6274 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6275 (bar): Add bar_start_lbl label.
6276 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6277 of foo/bar for emitting DWARF and tracing.
6278
6279 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6280
6281 * analyze-racy-logs.py: Set executable bit.
6282
6283 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6284
6285 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6286 (CHECK_TARGET_TMP): Likewise.
6287 (check-single-racy): New rule.
6288 (check-parallel-racy): Likewise.
6289 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6290 (do-check-parallel-racy): New rule.
6291 (check-racy/%.exp): Likewise.
6292 * README (Racy testcases): New section.
6293 * analyze-racy-logs.py: New file.
6294
6295 2016-03-03 Doug Evans <dje@google.com>
6296
6297 * gdb.base/skip.exp: Use with_test_prefix.
6298
6299 2016-03-03 Yao Qi <yao.qi@linaro.org>
6300
6301 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6302 Invoke step_over_syscall "clone" and break_cond_on_syscall
6303 "clone".
6304 * gdb.base/step-over-clone.c: New file.
6305
6306 2016-03-03 Yao Qi <yao.qi@linaro.org>
6307
6308 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6309 code format.
6310
6311 2016-03-03 Yao Qi <yao.qi@linaro.org>
6312
6313 * gdb.base/disp-step-fork.c: Rename to ...
6314 * gdb.base/step-over-fork.c: ... it. New file.
6315 * gdb.base/disp-step-vfork.c: Rename to ...
6316 * gdb.base/step-over-vfork.c: ... it. New file.
6317 * gdb.base/disp-step-syscall.exp: Rename to ...
6318 * gdb.base/step-over-syscall.exp: ... it. New file.
6319 (disp_step_cross_syscall): Rename to ...
6320 (step_over_syscall): ... it.
6321
6322 2016-03-03 Yao Qi <yao.qi@linaro.org>
6323
6324 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6325 If target supports condition evaluation on target, invoke
6326 break_cond_on_syscall for fork and vfork.
6327
6328 2016-03-03 Yao Qi <yao.qi@linaro.org>
6329
6330 * gdb.base/disp-step-syscall.exp: Don't invoke
6331 support_displaced_stepping.
6332 (disp_step_cross_syscall): Test with displaced stepping off and
6333 on if supported.
6334
6335 2016-03-03 Yao Qi <yao.qi@linaro.org>
6336
6337 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6338 proc.
6339 (setup): New proc.
6340 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6341 and setup.
6342
6343 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6344
6345 * gdb.fortran/vla-history.exp: Remove breakpoint.
6346
6347 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6348
6349 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6350 exceeds timeout.
6351
6352 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6353
6354 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6355 breakpoint.
6356
6357 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6358
6359 * gdb.mi/vla.f90: Nullify pointer after declaration.
6360
6361 2016-03-01 Pedro Alves <palves@redhat.com>
6362
6363 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6364
6365 2016-03-01 Pedro Alves <palves@redhat.com>
6366
6367 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6368 before anything else.
6369 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6370 _GNU_SOURCE here.
6371 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6372 before anything else.
6373 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6374
6375 2016-03-01 Pedro Alves <palves@redhat.com>
6376
6377 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6378
6379 2016-03-01 Yao Qi <yao.qi@linaro.org>
6380
6381 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6382 prepare_for_testing.
6383
6384 2016-03-01 Yao Qi <yao.qi@linaro.org>
6385
6386 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6387
6388 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6389
6390 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6391 manually constructing the output path.
6392
6393 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6394
6395 * gdb.arch/s390-stackless.S: New.
6396 * gdb.arch/s390-stackless.exp: New.
6397
6398 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6399
6400 * gdb.dlang/circular.c: New file.
6401 * gdb.dlang/circular.exp: New file.
6402
6403 2016-02-26 Yao Qi <yao.qi@linaro.org>
6404
6405 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6406 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6407 (testcases): Update.
6408
6409 2016-02-26 Yao Qi <yao.qi@linaro.org>
6410
6411 * gdb.reverse/aarch64.c: Rename to ...
6412 * gdb.reverse/insn-reverse.c: ... it.
6413 * gdb.reverse/aarch64.exp: Rename to ...
6414 * gdb.reverse/insn-reverse.exp: ... it.
6415
6416 2016-02-26 Yao Qi <yao.qi@linaro.org>
6417
6418 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6419 (testcase_ftype): New.
6420 (testcases): New array.
6421 (n_testcases): New.
6422 (main): Call each element in testcases.
6423 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6424 (read_testcase): New.
6425 Do the tests in a loop.
6426
6427 2016-02-25 Yao Qi <yao.qi@linaro.org>
6428
6429 * gdb.base/branches.c: Remove.
6430
6431 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6432
6433 PR gdb/13808
6434 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6435
6436 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6437
6438 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6439
6440 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6441
6442 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6443 change x86_64 call_insn to 'callq'.
6444
6445 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6446
6447 * gdb.trace/tfile-avx.c: Move to...
6448 * gdb.trace/tracefile-pseudo-reg.c: Here.
6449 * gdb.trace/tfile-avx.exp: Move to...
6450 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6451
6452 2016-02-24 Gary Benson <gbenson@redhat.com>
6453
6454 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6455 message on attach.
6456
6457 2016-02-23 Doug Evans <dje@google.com>
6458
6459 * gdb.base/skip.c (test_skip): New function.
6460 (end_test_skip_file_and_function): New function.
6461 (test_skip_file_and_function): New function.
6462 * gdb.base/skip1.c (test_skip): New function.
6463 (skip1_test_skip_file_and_function): New function.
6464 * gdb.base/skip.exp: Add tests for new skip options.
6465 * gdb.base/skip-solib.exp: Update expected output.
6466 * gdb.perf/skip-command.cc: New file.
6467 * gdb.perf/skip-command.exp: New file.
6468 * gdb.perf/skip-command.py: New file.
6469
6470 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6471
6472 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6473 info registers pattern.
6474
6475 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6476
6477 * lib/future.exp: Add D support.
6478 (gdb_find_gdc): New proc.
6479 (gdb_default_target_compile): Add D support.
6480
6481 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
6482
6483 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6484 user+system time.
6485 (trace_speed_test): Determine the iteration count for a time
6486 between 15..30 seconds.
6487
6488 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6489
6490 * gdb.arch/i386-mpx-sigsegv.c: New file.
6491 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6492 * gdb.arch/i386-mpx-simple_segv.c: New file.
6493 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6494
6495 2016-02-18 Yao Qi <yao.qi@linaro.org>
6496
6497 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6498 Don't call setup_kfail.
6499
6500 2016-02-18 Yao Qi <yao.qi@linaro.org>
6501
6502 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6503 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6504
6505 2016-02-16 Doug Evans <dje@google.com>
6506
6507 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6508 * gdb.base/skip1.c: Ditto.
6509 * gdb.base/skip.exp: Whitespace cleanup.
6510
6511 2016-02-16 Don Breazeal <donb@codesourcery.com>
6512
6513 PR remote/19496
6514 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6515 Remove kfail for PR remote/19496.
6516
6517 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6518
6519 * lib/gdb.exp (standard_temp_file): Return a path specific to
6520 the runtest invocation.
6521
6522 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6523
6524 * gdb.trace/save-trace.exp: Change relative path to be in the
6525 standard output directory.
6526
6527 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6528
6529 * gdb.arch/i386-prologue.c: Add missing prototypes.
6530
6531 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6532
6533 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6534 * gdb.arch/i386-prologue.exp: Likewise.
6535 * gdb.arch/i386-size.exp: Likewise.
6536
6537 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6538
6539 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6540 define object file path.
6541 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6542 file path.
6543 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6544 standard_output_file to define binfile.
6545
6546 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6547
6548 Fix compatibility with recent gfortran-5.3.1.
6549 * gdb.fortran/vla-history.exp (print vla1 allocated)
6550 (print vla2 allocated, print $2, print $3): Remove
6551 (print $4): Rename to ...
6552 (print $2): ... here.
6553 (print $9): Rename to ...
6554 (print $5): ... here.
6555 (print $10): Rename to ...
6556 (print $6): ... here.
6557 * gdb.fortran/vla.f90: Add pvla initialization.
6558
6559 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6560
6561 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6562 New test.
6563 * gdb.fortran/vla-value-sub.exp: Likewise.
6564
6565 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6566
6567 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6568
6569 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6570
6571 * i386-biarch-core.exp: Define corefile using
6572 standard_output_file.
6573
6574 2016-02-12 Yao Qi <yao.qi@linaro.org>
6575
6576 * gdb.arch/arm-single-step-kernel-helper.c: New.
6577 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6578
6579 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6580
6581 * gdb.btrace/tailcall-only.exp: New.
6582 * gdb.btrace/tailcall-only.c: New.
6583 * gdb.btrace/x86_64-tailcall-only.S: New.
6584 * gdb.btrace/i686-tailcall-only.S: New.
6585
6586 2016-02-11 Pedro Alves <palves@redhat.com>
6587
6588 * README (Parallel testing): Add missing double quotes.
6589
6590 2016-02-11 Pedro Alves <palves@redhat.com>
6591
6592 * README (Parallel testing): New section.
6593 (GDB_PARALLEL): Rewrite.
6594 (FORCE_PARALLEL): Document.
6595
6596 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6597
6598 * gdb.trace/tfile-avx.c: New test.
6599 * gdb.trace/tfile-avx.exp: New test.
6600
6601 2016-02-09 Keith Seitz <keiths@redhat.com>
6602
6603 PR breakpoints/19546
6604 * gdb.base/infcall-exec.c: New file.
6605 * gdb.base/infcall-exec2.c: New file.
6606 * gdb.base/infcall-exec.exp: New file.
6607
6608 2016-02-09 Keith Seitz <keiths@redhat.com>
6609
6610 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6611 (toplevel): Call test_bkpt_address.
6612
6613 2016-02-09 Keith Seitz <keiths@redhat.com>
6614
6615 PR python/19506
6616 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6617 (toplevel): Call test_bkpt_address.
6618
6619 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6620
6621 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6622 to AC_OUTPUT.
6623 * configure: Regenerate.
6624
6625 2016-02-09 Pedro Alves <palves@redhat.com>
6626
6627 PR breakpoints/19548
6628 * gdb.base/execl-update-breakpoints.c (some_function): New
6629 function.
6630 (main): Call it.
6631 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6632 Tighten expected GDB output.
6633
6634 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6635
6636 * Makefile.in (ALL_SUBDIRS): Remove.
6637 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6638 (distclean maintainer-clean realclean): Likewise.
6639 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6640 * configure: Regenerate.
6641 * gdb.ada/Makefile.in: Delete.
6642 * gdb.arch/Makefile.in: Likewise.
6643 * gdb.asm/Makefile.in: Likewise.
6644 * gdb.base/Makefile.in: Likewise.
6645 * gdb.btrace/Makefile.in: Likewise.
6646 * gdb.cell/Makefile.in: Likewise.
6647 * gdb.compile/Makefile.in: Likewise.
6648 * gdb.cp/Makefile.in: Likewise.
6649 * gdb.disasm/Makefile.in: Likewise.
6650 * gdb.dlang/Makefile.in: Likewise.
6651 * gdb.dwarf2/Makefile.in: Likewise.
6652 * gdb.fortran/Makefile.in: Likewise.
6653 * gdb.gdb/Makefile.in: Likewise.
6654 * gdb.go/Makefile.in: Likewise.
6655 * gdb.guile/Makefile.in: Likewise.
6656 * gdb.java/Makefile.in: Likewise.
6657 * gdb.linespec/Makefile.in: Likewise.
6658 * gdb.mi/Makefile.in: Likewise.
6659 * gdb.modula2/Makefile.in: Likewise.
6660 * gdb.multi/Makefile.in: Likewise.
6661 * gdb.objc/Makefile.in: Likewise.
6662 * gdb.opencl/Makefile.in: Likewise.
6663 * gdb.opt/Makefile.in: Likewise.
6664 * gdb.pascal/Makefile.in: Likewise.
6665 * gdb.perf/Makefile.in: Likewise.
6666 * gdb.python/Makefile.in: Likewise.
6667 * gdb.reverse/Makefile.in: Likewise.
6668 * gdb.server/Makefile.in: Likewise.
6669 * gdb.stabs/Makefile.in: Likewise.
6670 * gdb.threads/Makefile.in: Likewise.
6671 * gdb.trace/Makefile.in: Likewise.
6672 * gdb.xml/Makefile.in: Likewise.
6673 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6674 GDB_PARALLEL.
6675 (standard_output_file): Remove check for GDB_PARALLEL, always
6676 return path in outputs/$subdir/$testname.
6677
6678 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6679
6680 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6681 (site.exp): Assign abs_srcdir to tcl's srcdir.
6682
6683 2016-02-04 Yao Qi <yao.qi@linaro.org>
6684
6685 * gdb.base/foll-exec-mode.c: Include limits.h.
6686 (main): Add parameters argc and argv. Get directory from
6687 argv[0].
6688 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
6689 compilation.
6690 * gdb.base/foll-exec.c: Include limits.h.
6691 (main): Add parameters argc and argv.
6692 Get directory from argv[0].
6693 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
6694 Adjust tests on the number of lines as source code changed.
6695 * gdb.base/foll-vfork-exit.c: Include limits.h.
6696 (main): Add one line of statement before vfork.
6697 * gdb.base/foll-vfork.c: Include limits.h and string.h.
6698 (main): Add parameters argc and argv. Get directory from
6699 argv[0].
6700 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
6701 (setup_gdb): Set tbreak to skip some source lines.
6702 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
6703 (main): Add parameters argc and argv. Get directory from
6704 argv[0].
6705 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
6706 compilation.
6707 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
6708 (main): Add parameters argc and argv. Get directory from
6709 argv[0].
6710 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
6711 compilation.
6712
6713 2016-02-01 Doug Evans <dje@google.com>
6714
6715 * gdb.base/skip.exp: Clean up multiple references to same test name.
6716
6717 2016-02-01 Pedro Alves <palves@redhat.com>
6718
6719 PR remote/19496
6720 * gdb.threads/forking-threads-plus-breakpoint.exp
6721 (displaced_stepping_supported): New global.
6722 (probe_displaced_stepping_support): New procedure.
6723 (do_test): Add 'displaced' parameter, and use it.
6724 (top level): Check for displaced stepping support. Add displaced
6725 stepping on/off testing axis.
6726
6727 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6728
6729 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
6730 pointer. Don't perform further tests on the unassociated pointer
6731 if the first test fails.
6732
6733 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
6734
6735 * gdb.base/max-value-size.c: New file.
6736 * gdb.base/max-value-size.exp: New file.
6737 * gdb.base/huge.exp: Disable max-value-size for this test.
6738
6739 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
6740
6741 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6742
6743 2016-01-28 Yao Qi <yao.qi@linaro.org>
6744
6745 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
6746
6747 2016-01-25 Pedro Alves <palves@redhat.com>
6748
6749 PR threads/19461
6750 * gdb.base/fork-running-state.c: New file.
6751 * gdb.base/fork-running-state.exp: New file.
6752
6753 2016-01-25 Pedro Alves <palves@redhat.com>
6754
6755 PR gdb/19494
6756 * gdb.base/catch-fork-kill.c: New file.
6757 * gdb.base/catch-fork-kill.exp: New file.
6758
6759 2016-01-25 Pedro Alves <palves@redhat.com>
6760
6761 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
6762 Delete, moved to lib/gdb.exp.
6763 * gdb.threads/forking-threads-plus-breakpoint.exp
6764 (foreach_with_prefix): Likewise.
6765 * gdb.threads/process-dies-while-handling-bp.exp
6766 (foreach_with_prefix): Likewise.
6767 * lib/gdb.exp (foreach_with_prefix): New procedure.
6768
6769 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
6770
6771 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
6772 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
6773
6774 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
6775
6776 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
6777 endian targets.
6778
6779 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6780 Pedro Alves <palves@redhat.com>
6781
6782 Fix testsuite compatibility with Guile.
6783 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
6784 number.
6785
6786 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6787
6788 Fix testsuite compatibility with Guile.
6789 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
6790 (thread 1): New test for backtrace through signal handler.
6791
6792 2016-01-22 Yao Qi <yao.qi@linaro.org>
6793
6794 PR testsuite/19491
6795 * gdb.base/multi-forks.c: Include
6796 ../lib/unbuffer_output.c
6797 (main): Call gdb_unbuffer_output.
6798
6799 2016-01-21 Doug Evans <dje@google.com>
6800
6801 * lib/ada.exp (gdb_compile_ada): Fix typo.
6802
6803 2016-01-21 Joel Brobecker <brobecker@adacore.com>
6804
6805 * gdb.base/break-fun-addr.exp: New file.
6806 * gdb.base/break-fun-addr1.c: New file.
6807 * gdb.base/break-fun-addr2.c: New file.
6808
6809 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
6810
6811 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
6812 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
6813 enum flag values.
6814
6815 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6816
6817 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
6818 when GDB can not set the vector return value. Add more comments
6819 for clarification.
6820
6821 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
6822
6823 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
6824 command.
6825
6826 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6827
6828 * Makefile.in (DO_RUNTEST): Add --status and update usages.
6829
6830 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6831
6832 * Makefile.in (check-single): Pass --status to runtest.
6833 (check/%.exp): Likewise.
6834
6835 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
6836
6837 * Makefile.in (check-parallel): Propagate return code from make
6838 do-check-parallel.
6839
6840 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
6841
6842 * gdb.trace/ftrace.exp: Fix expected message on continue.
6843 * gdb.trace/pending.exp: Fix expected message on continue.
6844 * gdb.trace/trace-break.exp: Fix expected message on continue.
6845
6846 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
6847
6848 * lib/gdb.exp (gdb_test): Remove unused global references.
6849
6850 2016-01-18 Pedro Alves <palves@redhat.com>
6851
6852 * gdb.base/async-shell.exp: Adjust expected output.
6853 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
6854 * gdb.base/siginfo-thread.exp: Adjust expected output.
6855 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
6856 * gdb.java/jnpe.exp: Adjust expected output.
6857 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
6858 * gdb.threads/continue-pending-status.exp: Adjust expected output.
6859 * gdb.threads/leader-exit.exp: Adjust expected output.
6860 * gdb.threads/manythreads.exp: Adjust expected output.
6861 * gdb.threads/pthreads.exp: Adjust expected output.
6862 * gdb.threads/schedlock.exp: Adjust expected output.
6863 * gdb.threads/siginfo-threads.exp: Adjust expected output.
6864 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
6865 expected output.
6866 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
6867 output.
6868 * gdb.threads/sigthread.exp: Adjust expected output.
6869 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
6870
6871 2016-01-18 Yao Qi <yao.qi@linaro.org>
6872
6873 * gdb.guile/scm-section-script.c: Replace @progbits with
6874 %progbits.
6875 * gdb.python/py-section-script.c: Likewise.
6876
6877 2016-01-15 Pedro Alves <palves@redhat.com>
6878
6879 * gdb.multi/tids.exp: Test star wildcard ranges.
6880
6881 2016-01-15 Pedro Alves <palves@redhat.com>
6882
6883 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
6884 command from "thread apply" invocation.
6885 (thr_apply_info_thr_invalid): Default the expected output to the
6886 input tid list.
6887 (top level): Add tests that use convenience variables. Add tests
6888 for "thread apply" with a valid TID list, but missing the command.
6889
6890 2016-01-13 Pedro Alves <palves@redhat.com>
6891
6892 * gdb.base/default.exp: Expect $_gthread as well.
6893 * gdb.multi/tids.exp: Test $_gthread.
6894 * gdb.threads/thread-specific.exp: Test $_gthread.
6895
6896 2016-01-13 Pedro Alves <palves@redhat.com>
6897
6898 * gdb.multi/tids.exp: Test "info threads -gid".
6899
6900 2016-01-13 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.multi/tids.exp: Test InferiorThread.global_num and
6903 Breakpoint.thread.
6904 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
6905
6906 2016-01-07 Pedro Alves <palves@redhat.com>
6907
6908 * gdb.base/break.exp: Adjust to output changes.
6909 * gdb.base/hbreak2.exp: Likewise.
6910 * gdb.base/sepdebug.exp: Likewise.
6911 * gdb.base/watch_thread_num.exp: Likewise.
6912 * gdb.linespec/keywords.exp: Likewise.
6913 * gdb.multi/info-threads.exp: Likewise.
6914 * gdb.threads/thread-find.exp: Likewise.
6915 * gdb.multi/tids.c: New file.
6916 * gdb.multi/tids.exp: New file.
6917
6918 2016-01-13 Pedro Alves <palves@redhat.com>
6919
6920 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
6921
6922 2016-01-13 Pedro Alves <palves@redhat.com>
6923
6924 * gdb.base/default.exp: Expect $_inferior as well.
6925 * gdb.multi/base.exp: Test $_inferior.
6926
6927 2016-01-13 Pedro Alves <palves@redhat.com>
6928
6929 PR breakpoints/19388
6930 * gdb.base/catch-signal-siginfo-cond.c: New file.
6931 * gdb.base/catch-signal-siginfo-cond.exp: New file.
6932
6933 2016-01-12 Josh Stone <jistone@redhat.com>
6934 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6935
6936 * gdb.base/catch-syscall.c (do_execve): New variable.
6937 (main): Conditionally trigger an execve.
6938 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
6939 (test_catch_syscall_execve): New, check entry/return across execve.
6940 (do_syscall_tests): Call test_catch_syscall_execve.
6941
6942 2016-01-12 Pedro Alves <palves@redhat.com>
6943
6944 * gdb.base/random-signal.exp (do_test): New procedure, with body
6945 of testcase moved in.
6946
6947 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6948 Pedro Alves <palves@redhat.com>
6949
6950 * gdb.base/funcargs.exp (finish from indirectly called function):
6951 Reintroduce the case for 'First'.
6952
6953 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6954 Pedro Alves <palves@redhat.com>
6955
6956 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
6957 (tcatch_vfork_then_child_follow_exec)
6958 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
6959 identification.
6960
6961 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6962
6963 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
6964 and repeats to unlimited.
6965 * gdb.python/py-value.exp: Likewise.
6966 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
6967 and repeats to unlimited.
6968
6969 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6970
6971 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
6972 and reordering the functions.
6973 * gdb.multi/hangout.c: Likewise.
6974 * gdb.multi/hello.c: Likewise.
6975
6976 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
6977
6978 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
6979 absolute.
6980 (SingleStatisticTestResult.report): Use dict.keys instead of
6981 dict.iterkeys.
6982
6983 2016-01-06 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
6986
6987 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
6988
6989 * gdb.btrace/dlopen.exp: New.
6990 * gdb.btrace/dlopen.c: New.
6991 * gdb.btrace/dlopen-dso.c: New.
6992
6993 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
6994
6995 * lib/gdb.exp (gdb_test): Update comments to clarify that the
6996 PATTERN argument is optional.
6997
6998 2015-12-24 Joel Brobecker <brobecker@adacore.com>
6999
7000 * lib/ada.exp (target_compile_ada_from_dir): New function.
7001 (gdb_compile_ada): Reimplement avoiding the use of project files.
7002 * gdb.ada/gnat_ada.gpr: Delete.
7003 * gdb.ada/cond_lang.exp: Adjust test to make path before
7004 filename optional.
7005 * gdb.ada/small_reg_param.exp: Likewise.
7006
7007 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7008
7009 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7010
7011 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7012
7013 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7014 case.
7015
7016 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7017
7018 * gdb.base/break.exp: Remove dead code.
7019 * gdb.base/sepdebug.exp: Likewise.
7020
7021 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7022
7023 * gdb.asm/asm-source.exp: Remove HP-UX references.
7024 * gdb.base/annota1.exp: Likewise.
7025 * gdb.base/annota3.exp: Likewise.
7026 * gdb.base/attach.exp: Likewise.
7027 * gdb.base/bigcore.exp: Likewise.
7028 * gdb.base/break.exp: Likewise.
7029 * gdb.base/call-ar-st.exp: Likewise.
7030 * gdb.base/callfuncs.exp: Likewise.
7031 * gdb.base/catch-fork-static.exp: Likewise.
7032 * gdb.base/display.exp: Likewise.
7033 * gdb.base/foll-exec-mode.exp: Likewise.
7034 * gdb.base/foll-exec.exp: Likewise.
7035 * gdb.base/foll-fork.exp: Likewise.
7036 * gdb.base/foll-vfork.exp: Likewise.
7037 * gdb.base/funcargs.exp: Likewise.
7038 * gdb.base/hbreak2.exp: Likewise.
7039 * gdb.base/inferior-died.exp: Likewise.
7040 * gdb.base/interrupt.exp: Likewise.
7041 * gdb.base/multi-forks.exp: Likewise.
7042 * gdb.base/nodebug.exp: Likewise.
7043 * gdb.base/sepdebug.exp: Likewise.
7044 * gdb.base/solib1.c: Likewise.
7045 * gdb.base/step-test.exp: Likewise.
7046 * gdb.mi/non-stop.c: Likewise.
7047 * gdb.mi/pthreads.c: Likewise.
7048 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7049 * gdb.threads/pthreads.c: Likewise.
7050 * gdb.threads/staticthreads.exp: Likewise.
7051 * lib/future.exp: Likewise.
7052 * lib/gdb.exp: Likewise.
7053 * gdb.base/so-indr-cl.c: Remove.
7054 * gdb.base/so-indr-cl.exp: Likewise.
7055 * gdb.base/solib.c: Likewise.
7056 * gdb.base/solib.exp: Likewise.
7057 * gdb.base/solib2.c: Likewise.
7058
7059 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7060
7061 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7062 * gdb.base/call-ar-st.exp: Likewise.
7063 * gdb.base/callfuncs.exp: Likewise.
7064 * gdb.base/condbreak.exp: Likewise.
7065 * gdb.base/constvars.exp: Likewise.
7066 * gdb.base/hbreak2.exp: Likewise.
7067 * gdb.base/langs.exp: Likewise.
7068 * gdb.base/list.exp: Likewise.
7069 * gdb.base/long_long.exp: Likewise.
7070 * gdb.base/ptype.exp: Likewise.
7071 * gdb.base/scope.exp: Likewise.
7072 * gdb.base/signals.exp: Likewise.
7073 * gdb.base/so-impl-ld.exp: Likewise.
7074 * gdb.base/varargs.exp: Likewise.
7075 * gdb.base/volatile.exp: Likewise.
7076 * gdb.base/whatis.exp: Likewise.
7077 * gdb.cp/cplusfuncs.exp: Likewise.
7078 * gdb.cp/inherit.exp: Likewise.
7079 * gdb.cp/local.exp: Likewise.
7080 * gdb.cp/member-ptr.exp: Likewise.
7081 * gdb.cp/method.exp: Likewise.
7082 * gdb.cp/overload.exp: Likewise.
7083 * gdb.cp/templates.exp: Likewise.
7084 * gdb.stabs/weird.exp: Likewise.
7085 * lib/compiler.c: Likewise.
7086 * lib/compiler.cc: Likewise.
7087 * lib/cp-support.exp: Likewise.
7088 * lib/gdb.exp: Likewise.
7089
7090 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7091
7092 * configure.ac: Remove HP-UX case.
7093 * configure: Regenerate.
7094
7095 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7096
7097 * lib/gdb.exp (gdb_compile): Add function doc.
7098
7099 2015-12-17 Pedro Alves <palves@redhat.com>
7100
7101 PR threads/19354
7102 * gdb.multi/info-threads.exp: New file.
7103
7104 2015-12-15 Yao Qi <yao.qi@linaro.org>
7105
7106 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7107 is aarch64*-*-*.
7108
7109 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7110
7111 * gdb.base/history-duplicates.exp: Skip if no readline support.
7112
7113 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7114
7115 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7116
7117 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7118
7119 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7120
7121 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7122
7123 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7124 ctrl-C if nointerrupts target property is set.
7125 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7126 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7127 * gdb.base/paginate-bg-execution.exp: Likewise.
7128 * gdb.base/paginate-execution-startup.exp: Likewise.
7129 * gdb.base/random-signal.exp: Likewise.
7130 * gdb.base/range-stepping.exp: Likewise.
7131 * gdb.cp/annota2.exp: Likewise.
7132 * gdb.cp/annota3.exp: Likewise.
7133 * gdb.gdb/selftest.exp: Likewise.
7134 * gdb.threads/continue-pending-status.exp: Likewise.
7135 * gdb.threads/leader-exit.exp: Likewise.
7136 * gdb.threads/manythreads.exp: Likewise.
7137 * gdb.threads/pthreads.exp: Likewise.
7138 * gdb.threads/schedlock.exp: Likewise.
7139 * gdb.threads/sigthread.exp: Likewise.
7140
7141 2015-12-11 Don Breazeal <donb@codesourcery.com>
7142
7143 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7144 remote.
7145 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7146 * gdb.base/foll-exec.exp (main): Enable for target remote.
7147 * gdb.base/foll-fork.exp (main): Likewise.
7148 * gdb.base/foll-vfork.exp (main): Likewise.
7149 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7150 (proc continue_to_exit_bp_loc): Use clean_restart.
7151 * gdb.base/pie-execl.exp (main): Disable for target remote.
7152 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7153 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7154 * gdb.threads/execl.exp (main): Likewise.
7155 * gdb.threads/fork-child-threads.exp (main): Likewise.
7156 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7157 remote.
7158 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7159 remote.
7160 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7161 pid.tid style ptids, instead of just tid.
7162 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7163 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7164 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7165 ptids, instead of just tid.
7166
7167 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7168
7169 * gdb.base/list.exp (test_list_forward): Add end of file error
7170 test.
7171 (test_repeat_list_command): Add end of file error test.
7172 (test_list_backwards): Add beginning of file error test.
7173
7174 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7175
7176 * gdb.base/list.exp (test_list_invalid_args): New function,
7177 defined, and called.
7178
7179 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7180
7181 * gdb.base/list.exp (test_list): Make test names unique.
7182
7183 2015-12-11 Yao Qi <yao.qi@linaro.org>
7184
7185 * gdb.base/coremaker2.c: Remove.
7186
7187 2015-12-10 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.multi/base.exp: Remove stale "spaces" references.
7190
7191 2015-12-10 Pedro Alves <palves@redhat.com>
7192
7193 * gdb.multi/base.exp: Don't use nowarnings.
7194 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7195 * gdb.multi/hangout.c: Include stdio.h.
7196 * gdb.multi/hello.c: Include stdlib.h.
7197 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7198 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7199 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7200
7201 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7202
7203 * gdb.dwarf2/dw2-ranges-base.c: New file.
7204 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7205 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7206 support additional line table, and debug ranges generation.
7207 (Dwarf::ranges): New function, generate .debug_ranges.
7208 (Dwarf::lines): Support generating simple line table programs.
7209 (Dwarf::assemble): Initialise new namespace variables.
7210
7211 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7212
7213 * gdb.base/async.exp (proc test_background): Add case for
7214 asynchronous execution not supported.
7215
7216 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7217
7218 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7219 format and change test names to make them unique.
7220
7221 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7222 Pedro Alves <pedro@redhat.com>
7223
7224 PR gdb/18702
7225 Add checking of floatformats setup on x86_64 hosts.
7226 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7227 (smallval, bigval): New labels/constants.
7228 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7229 float" after loading bigval and smallval.
7230
7231 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7232
7233 * gdb.ada/fun_overload_menu.exp: New testcase.
7234 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7235
7236 2015-12-04 Josh Stone <jistone@redhat.com>
7237
7238 * gdb.base/catch-fork-static.exp: New.
7239
7240 2015-12-03 Yao Qi <yao.qi@linaro.org>
7241
7242 * gdb.base/sizeof.c: Don't include stdio.h and
7243 ../lib/unbuffer_output.c.
7244 (main): New variable 'size' and 'value'. Remove printf and
7245 gdb_unbuffer_output. Assign return value to size and value.
7246 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7247 at the beginning.
7248 (check_sizeof): Check the result by printing variable 'size'.
7249 (check_valueof): Check the result by printing variable 'value'.
7250
7251 2015-12-01 Yao Qi <yao.qi@linaro.org>
7252
7253 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7254 for aarch64*-*-linux* target.
7255
7256 2015-11-30 Pedro Alves <palves@redhat.com>
7257
7258 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7259
7260 2015-11-30 Pedro Alves <palves@redhat.com>
7261
7262 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7263 Handle non-stop mode vCont replies.
7264
7265 2015-11-30 Pedro Alves <palves@redhat.com>
7266
7267 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7268 prepare_for_testing. Start gdb with "set non-stop on" appended to
7269 GDBFLAGS. Lax expected stop output.
7270
7271 2015-11-27 Yao Qi <yao.qi@linaro.org>
7272
7273 * gdb.arch/arm-neon.exp: New.
7274 * gdb.arch/arm-neon.c: New.
7275
7276 2015-11-27 Yao Qi <yao.qi@linaro.org>
7277
7278 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7279
7280 2015-11-27 Yao Qi <yao.qi@linaro.org>
7281
7282 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7283 frames-invalid annotation.
7284
7285 2015-11-27 Yao Qi <yao.qi@linaro.org>
7286
7287 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7288
7289 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7290
7291 * gdb.threads/names.exp: New file.
7292 * gdb.threads/names.c: New file.
7293 * README: Mention gdb,no_thread_names.
7294
7295 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7296
7297 PR 19297
7298 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7299 support" error.
7300
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/display.exp: Expect displays to be sorted in ascending
7312 order. Use multi_line.
7313 * gdb.base/solib-display.exp: Likewise.
7314
7315 2015-11-24 Pedro Alves <palves@redhat.com>
7316
7317 PR 17539
7318 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7319 threads in ascending order.
7320 * gdb.base/foll-fork.exp: Likewise.
7321 * gdb.base/foll-vfork.exp: Likewise.
7322 * gdb.base/multi-forks.exp: Likewise.
7323 * gdb.mi/mi-nonstop.exp: Likewise.
7324 * gdb.mi/mi-nsintrall.exp: Likewise.
7325 * gdb.multi/base.exp: Likewise.
7326 * gdb.multi/multi-arch.exp: Likewise.
7327 * gdb.python/py-inferior.exp: Likewise.
7328 * gdb.threads/break-while-running.exp: Likewise.
7329 * gdb.threads/execl.exp: Likewise.
7330 * gdb.threads/gcore-thread.exp: Likewise.
7331 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7332 * gdb.threads/kill.exp: Likewise.
7333 * gdb.threads/linux-dp.exp: Likewise.
7334 * gdb.threads/multiple-step-overs.exp: Likewise.
7335 * gdb.threads/next-bp-other-thread.exp: Likewise.
7336 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7337 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7338 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7339 * gdb.threads/thread-find.exp: Likewise.
7340 * gdb.threads/tls.exp: Likewise.
7341 * lib/mi-support.exp (mi_reverse_list): Delete.
7342 (mi_check_thread_states): No longer reverse list.
7343
7344 2015-11-24 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7347 use lowercase.
7348
7349 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7350
7351 * gdb.trace/actions.c: Include trace-common.h.
7352 (main): Add a location for a fast tracepoint.
7353 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7354 the normal tracepoints.
7355 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7356
7357 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7358
7359 * save-trace.exp: Factor out code to these...
7360 (gdb_save_tracepoints): New.
7361 (gdb_load_tracepoints): New.
7362 (do_save_load_test): New.
7363
7364 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7365
7366 * gdb.base/asmlabel.exp: New test.
7367 * gdb.base/asmlabel.c: New test case.
7368
7369 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7370
7371 * gdb.base/wrong_frame_bt_full-main.c: New file.
7372 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7373 * gdb.base/wrong_frame_bt_full.exp: New file.
7374
7375 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7376
7377 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7378
7379 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7380
7381 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7382 pstate register when comparing registers values in
7383 sparc64-*-linux-gnu targets to avoid spurious differences.
7384
7385 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7386
7387 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7388
7389 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7390
7391 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7392 as type argument to gdb_compile.
7393 * gdb.base/nested-subp2.exp: Likewise.
7394 * gdb.base/nested-subp3.exp: Likewise.
7395
7396 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7397
7398 * lib/dwarf.exp (_note): Fix left shift of negative value.
7399 * gdb.trace/trace-condition.exp: Likewise.
7400
7401 2015-11-13 Yao Qi <yao.qi@linaro.org>
7402
7403 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7404 comments about d10v.
7405 (test_scalar_returns): Likewise.
7406 * gdb.base/d10v.ld: Remove.
7407 * gdb.base/overlays.exp: Remove the target triplet checking for
7408 d10v-*-*.
7409 * gdb.base/structs.exp (test_struct_returns): Remove the
7410 comments about d10v.
7411 (test_struct_calls): Likewise.
7412
7413 2015-11-13 Yao Qi <yao.qi@linaro.org>
7414
7415 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7416 * gdb.base/gnu_vector.c: Don't include stdio.h.
7417 (main): Don't print res and call add_some_intvecs.
7418
7419 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7420
7421 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7422 macro.
7423 (func5): Removed.
7424 (func4): Use FAST_TRACEPOINT_LABEL.
7425 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7426 macro.
7427 (func): Removed.
7428 (thread_function): Use FAST_TRACEPOINT_LABEL.
7429 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7430 (func): Remove.
7431 (marker): Use FAST_TRACEPOINT_LABEL.
7432 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7433 (pendfunc1): Remove.
7434 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7435 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7436 (foo): Remove.
7437 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7438 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7439 macro.
7440 (func): Remove.
7441 (marker): Use FAST_TRACEPOINT_LABEL.
7442 * gdb.trace/trace-common.h: New header.
7443 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7444 macro.
7445 (func): Remove.
7446 (marker): Use FAST_TRACEPOINT_LABEL.
7447 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7448 (func): Remove.
7449 (thread_function): Use FAST_TRACEPOINT_LABEL.
7450
7451 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7452
7453 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7454 in front.
7455 * gdb.trace/change-loc.exp: Use global pcreg definition.
7456 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7457 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7458 in front.
7459 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7460 * gdb.trace/pending.exp: Likewise.
7461 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7462 * gdb.trace/trace-break.exp: Likewise.
7463 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7464 in front.
7465 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7466 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7467 in front.
7468 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7469
7470 2015-11-09 Joel Brobecker <brobecker@adacore.com>
7471
7472 * gdb.ada/fin_fun_out: New testcase.
7473
7474 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7475
7476 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7477 value associated with DW_AT_byte_size.
7478 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7479 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7480 DW_AT_upper_bound.
7481
7482 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7483
7484 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7485 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7486 version.
7487 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7488 gdb.dwarf2/dw2-canonicalize-type.exp,
7489 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7490 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7491 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7492 provided by gdb_target_symbol_prefix_flags_asm.
7493 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7494 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7495 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7496 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7497 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7498 macros where needed). Use this macro for symbols which require
7499 the prefix provided by SYMBOL_PREFIX.
7500
7501 2015-11-05 Kevin Buettner <kevinb@redhat.com>
7502
7503 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7504 New procs.
7505 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7506 representing expressions, of more than one list element.
7507 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7508 to prepend linker symbol prefix to f.
7509 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7510 table_1 and table_2.
7511 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7512 Likewise, for f and g.
7513 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7514 for ptr.
7515 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7516 for main.
7517 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7518 table_1_ptr and table_2_ptr.
7519
7520 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7521 Joel Brobecker <brobecker@adacore.com>
7522
7523 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7524
7525 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7526
7527 * gdb.reverse/s390-mvcle.c: New test.
7528 * gdb.reverse/s390-mvcle.exp: New file.
7529 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7530
7531 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7532
7533 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7534
7535 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7536
7537 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7538 reaching marker2.
7539 * gdb.reverse/getresuid-reverse.exp: Likewise.
7540 * gdb.reverse/pipe-reverse.exp: Likewise.
7541 * gdb.reverse/readv-reverse.exp: Likewise.
7542 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7543 * gdb.reverse/time-reverse.exp: Likewise.
7544 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7545
7546 2015-10-30 Yao Qi <yao.qi@linaro.org>
7547
7548 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7549 (empty_cycle): Remove.
7550 (main): Don't call empty_cycle. Don't use watch_count_done.
7551 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7552 empty_cycle. Rewrite the code counting HW watchpoints.
7553
7554 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7555
7556 * gdb.reverse/fstatat-reverse.c: New test.
7557 * gdb.reverse/fstatat-reverse.exp: New file.
7558 * gdb.reverse/getresuid-reverse.c: New test.
7559 * gdb.reverse/getresuid-reverse.exp: New file.
7560 * gdb.reverse/pipe-reverse.c: New test.
7561 * gdb.reverse/pipe-reverse.exp: New file.
7562 * gdb.reverse/readv-reverse.c: New test.
7563 * gdb.reverse/readv-reverse.exp: New file.
7564 * gdb.reverse/recvmsg-reverse.c: New test.
7565 * gdb.reverse/recvmsg-reverse.exp: New file.
7566 * gdb.reverse/time-reverse.c: New test.
7567 * gdb.reverse/time-reverse.exp: New file.
7568 * gdb.reverse/waitpid-reverse.c: New test.
7569 * gdb.reverse/waitpid-reverse.exp: New file.
7570
7571 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7572
7573 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7574
7575 2015-10-26 Doug Evans <dje@google.com>
7576
7577 PR symtab/17391
7578 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7579 * gdb.dwarf2/bad-regnum.c: New file.
7580 * gdb.dwarf2/bad-regnum.exp: New file.
7581
7582 2015-10-26 Doug Evans <dje@google.com>
7583
7584 PR python/18938
7585 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7586 file.
7587
7588 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7589
7590 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7591 for a change by "Mention language in compile error message".
7592
7593 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7594
7595 PR python/18073
7596 * gdb.python/py-type.c (C::a_method): New.
7597 (C::a_const_method): New.
7598 (C::a_static_method): New.
7599 (a_function): New.
7600 * gdb.python/py-type.exp (test_fields): Test getting fields
7601 from function and method.
7602
7603 2015-10-21 Keven Boell <keven.boell@intel.com>
7604
7605 * gdb.fortran/vla-alloc-assoc.exp: New file.
7606 * gdb.fortran/vla-datatypes.exp: New file.
7607 * gdb.fortran/vla-datatypes.f90: New file.
7608 * gdb.fortran/vla-history.exp: New file.
7609 * gdb.fortran/vla-ptype-sub.exp: New file.
7610 * gdb.fortran/vla-ptype.exp: New file.
7611 * gdb.fortran/vla-sizeof.exp: New file.
7612 * gdb.fortran/vla-sub.f90: New file.
7613 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7614 * gdb.fortran/vla-value-sub-finish.exp: New file.
7615 * gdb.fortran/vla-value-sub.exp: New file.
7616 * gdb.fortran/vla-value.exp: New file.
7617 * gdb.fortran/vla-ptr-info.exp: New file.
7618 * gdb.mi/mi-vla-fortran.exp: New file.
7619 * gdb.mi/vla.f90: New file.
7620
7621 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7622
7623 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7624 of hardwired timeout value.
7625
7626 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7627 Pedro Alves <palves@redhat.com>
7628
7629 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7630 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7631
7632 2015-10-19 Josh Stone <jistone@redhat.com>
7633
7634 * gdb.base/catch-syscall.c: Include <sched.h>.
7635 (unknown_syscall): New variable.
7636 (main): Trigger a vfork and an unknown syscall.
7637 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7638 (unknown_syscall_number): Likewise.
7639 (check_call_to_syscall): Accept an optional syscall pattern.
7640 (check_return_from_syscall): Likewise.
7641 (check_continue): Likewise.
7642 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7643 (test_catch_syscall_skipping_return): New test toggling off 'catch
7644 syscall' to step over the syscall return, then toggling back on.
7645 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7646 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7647 (do_syscall_tests): Call test_catch_syscall_without_args and
7648 test_catch_syscall_mid_vfork.
7649 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7650 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7651
7652 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
7653
7654 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7655 print g_vE): Add new pass patterns.
7656 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7657 print various symbol names for vptr fields.
7658
7659 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7660
7661 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7662 results.
7663
7664 2015-10-12 Yao Qi <yao.qi@linaro.org>
7665
7666 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7667
7668 2015-10-12 Yao Qi <yao.qi@linaro.org>
7669
7670 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7671 is aarch64*-*-linux*.
7672
7673 2015-10-12 Yao Qi <yao.qi@linaro.org>
7674
7675 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7676 (can_relocate_bcond_true): ... it.
7677 (can_relocate_bcond_false): New function.
7678 (foo): Likewise.
7679 (can_relocate_bl): Likewise.
7680 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7681 can_relocate_bl.
7682
7683 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7684
7685 * gdb.base/nested-addr.c: New file.
7686 * gdb.base/nested-addr.exp: New testcase.
7687
7688 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
7689
7690 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
7691 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
7692 its output. Ignore the output of "record goto begin" and instead
7693 check that GDB is replaying.
7694
7695 2015-10-09 Pedro Alves <palves@redhat.com>
7696
7697 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
7698 (top level): Use it in the run with no args test.
7699
7700 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
7701
7702 * gdb.dlang/properties.exp: New file.
7703
7704 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
7705
7706 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
7707 whether or not address 0x1000 is mapped on the target.
7708
7709 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
7710
7711 * gdb.python/py-type.exp: Do not run tests if binaries fail to
7712 build.
7713
7714 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
7715
7716 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
7717 instruction-history test.
7718
7719 2015-09-28 Doug Evans <dje@google.com>
7720
7721 * gdb.base/gcore.c (array_func): Add reference to static_array.
7722
7723 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
7724
7725 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
7726 source line.
7727
7728 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7729
7730 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
7731 short or char as base type.
7732
7733 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
7734
7735 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
7736 to allow any size enum.
7737
7738 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
7739
7740 * gdb.ada/array_ptr_renaming.exp: New testcase.
7741 * gdb.ada/array_ptr_renaming/foo.adb: New file.
7742 * gdb.ada/array_ptr_renaming/pack.ads: New file.
7743
7744 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7745
7746 * gdb.trace/ftrace-lock.c: New file.
7747 * gdb.trace/ftrace-lock.exp: New file.
7748
7749 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7750
7751 * gdb.arch/insn-reloc.c: New file.
7752 * gdb.arch/ftrace-insn-reloc.exp: New file.
7753
7754 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
7755
7756 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
7757 instruction.
7758 * gdb.trace/pendshr1.c (pendfunc): Likewise.
7759 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
7760 * gdb.trace/range-stepping.c: Likewise.
7761 * gdb.trace/trace-break.c: Likewise.
7762 * gdb.trace/trace-mt.c (thread_function): Likewise.
7763 * gdb.trace/ftrace.c (marker): Likewise.
7764 * gdb.trace/trace-condition.c (marker): Likewise.
7765 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
7766 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
7767 is_aarch64_target.
7768
7769 2015-09-18 Doug Evans <xdje42@gmail.com>
7770
7771 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
7772 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
7773
7774 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7775
7776 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
7777 the breakpoint.
7778
7779 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7780
7781 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
7782 the pending breakpoint. Remove timeout override for "Run till
7783 MI pending breakpoint on pendfunc3 on thread 2" test.
7784
7785 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7786
7787 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
7788 filename pattern.
7789
7790 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7791
7792 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
7793 in breakpoint filename pattern.
7794
7795 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7796
7797 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
7798
7799 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
7800
7801 * gdb.linespec/explicit.exp: Check for readline support for
7802 tab-completion tests. Fix obvious typo.
7803
7804 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7805
7806 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
7807 and replay.
7808
7809 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
7810
7811 * gdb.btrace/non-stop.c: New.
7812 * gdb.btrace/non-stop.exp: New.
7813
7814 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
7815 Yao Qi <yao.qi@linaro.org>
7816
7817 * gdb.trace/trace-condition.c: New file.
7818 * gdb.trace/trace-condition.exp: New file.
7819
7820 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
7821
7822 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
7823 for testing bytecode compilation.
7824
7825 2015-09-16 Pedro Alves <palves@redhat.com>
7826 Sandra Loosemore <sandra@codesourcery.com>
7827
7828 * gdb.threads/non-stop-fair-events.c (timeout): New global.
7829 (SECONDS): Redefine.
7830 (main): Call pthread_kill and alarm early.
7831 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
7832 support.
7833 (test): If the target can't hardware step and doesn't support
7834 displaced stepping, increase the timeout.
7835
7836 2015-09-16 Pedro Alves <palves@redhat.com>
7837
7838 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
7839 (enable_debug): New procedures.
7840 (test): Use them. Bail out if waiting for threads fails.
7841 (top level): Bail out if a test fails.
7842
7843 2015-09-16 Yao Qi <yao.qi@linaro.org>
7844
7845 * gdb.asm/asm-source.exp: Set asm-arch for
7846 aarch64*-*-* target.
7847 * gdb.asm/aarch64.inc: New file.
7848
7849 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
7850
7851 * gdb.ada/array_of_variable_length.exp: New testcase.
7852 * gdb.ada/array_of_variable_length/foo.adb: New file.
7853 * gdb.ada/array_of_variable_length/pck.adb: New file.
7854 * gdb.ada/array_of_variable_length/pck.ads: New file.
7855
7856 2015-09-15 Doug Evans <dje@google.com>
7857
7858 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
7859 of function static local variable.
7860
7861 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7862
7863 * gdb.threads/tls-so_extern.exp: New test file.
7864 * gdb.threads/tls-so_extern.c: New test file.
7865 * gdb.threads/tls-so_extern_main.c: New test file.
7866
7867 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7868
7869 * gdb.opt/solib-intra-step-lib.c: New file.
7870 * gdb.opt/solib-intra-step-main.c: New file.
7871 * gdb.opt/solib-intra-step.exp: New file.
7872
7873 2015-09-15 Pedro Alves <palves@redhat.com>
7874
7875 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
7876 gdb_continue_to_breakpoint instead of gdb_test_multiple.
7877
7878 2015-09-14 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.base/hook-stop-continue.c: Delete.
7881 * gdb.base/hook-stop-continue.exp: Delete.
7882 * gdb.base/hook-stop-frame.c: Delete.
7883 * gdb.base/hook-stop-frame.exp: Delete.
7884 * gdb.base/hook-stop.c: New file.
7885 * gdb.base/hook-stop.exp: New file.
7886
7887 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
7888
7889 * gdb.ada/access_to_packed_array.exp: New testcase.
7890 * gdb.ada/access_to_packed_array/foo.adb: New file.
7891 * gdb.ada/access_to_packed_array/pack.adb: New file.
7892 * gdb.ada/access_to_packed_array/pack.ads: New file.
7893
7894 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
7895
7896 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
7897 buffer size test.
7898
7899 2015-09-11 Don Breazeal <donb@codesourcery.com>
7900
7901 * gdb.base/foll-exec.c: Add copyright header. Fix
7902 formatting issues.
7903 * gdb.base/foll-exec.exp (zap_session): Delete proc.
7904 (do_exec_tests): Use clean_restart in place of zap_session,
7905 and for test initialization. Fix formatting issues. Use
7906 fail in place of perror.
7907 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
7908 an expect statement to match an expression with output from
7909 the program under debug.
7910 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
7911 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
7912 * gdb.threads/non-ldr-exc-2.exp: Likewise.
7913 * gdb.threads/non-ldr-exc-3.exp: Likewise.
7914 * gdb.threads/non-ldr-exc-4.exp: Likewise.
7915
7916 2015-09-09 Doug Evans <dje@google.com>
7917
7918 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
7919
7920 2015-09-09 Doug Evans <dje@google.com>
7921
7922 * gdb.base/pie-execl.exp: Fix result test of build_executable.
7923
7924 2015-09-09 Doug Evans <dje@google.com>
7925
7926 * gdb.base/savedregs.exp: Fix typo.
7927
7928 2015-09-09 Pedro Alves <palves@redhat.com>
7929
7930 * gdb.mi/mi-cli.exp: Add CLI finish tests.
7931
7932 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
7933
7934 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
7935 command actually switches threads. Give up on remaining
7936 tests if target fails to stop at breakpoint.
7937
7938 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
7939
7940 * gdb.ada/funcall_char.exp: New testcase.
7941 * gdb.ada/funcall_char/foo.adb: New file.
7942
7943 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
7944
7945 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
7946 expected outputs. Add two testcases for completing ambiguous
7947 functions.
7948 * gdb.ada/complete/aux_pck.adb: New file.
7949 * gdb.ada/complete/aux_pck.ads: New file.
7950 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
7951 Ambiguous_Func functions.
7952 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
7953 * gdb.ada/complete/pck.adb: Likewise.
7954
7955 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
7956
7957 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
7958 failures to run the test program under GDB.
7959
7960 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
7961
7962 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
7963 to C.
7964
7965 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
7966
7967 * gdb.base/run-after-attach.exp: New test file.
7968 * gdb.base/run-after-attach.c: New test file.
7969
7970 2015-08-26 Don Breazeal <donb@codesourcery.com>
7971
7972 * gdb.base/foll-exec-2.c: New test program.
7973 * gdb.base/foll-exec-2.exp: New test.
7974
7975 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
7976
7977 * gdb.base/nested-subp1.exp: New file.
7978 * gdb.base/nested-subp1.c: New file.
7979 * gdb.base/nested-subp2.exp: New file.
7980 * gdb.base/nested-subp2.c: New file.
7981 * gdb.base/nested-subp3.exp: New file.
7982 * gdb.base/nested-subp3.c: New file.
7983
7984 2015-08-24 Pedro Alves <palves@redhat.com>
7985
7986 * gdb.server/connect-without-multi-process.c: New file.
7987 * gdb.server/connect-without-multi-process.exp: New file.
7988
7989 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7990
7991 * gdb.opt/inline-markers.c: Make z int.
7992
7993 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7994
7995 * gdb.opt/inline-markers.c: Make z volatile.
7996
7997 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
7998
7999 * gdb.opt/inline-bt.c: New volatile global z.
8000 * gdb.opt/inline-cmds.c: Likewise.
8001 * gdb.opt/inline-locals.c: Likewise.
8002 * gdb.opt/inline-markers.c: New extern global z.
8003 (marker): Use z.
8004 (inline_fn): Likewise.
8005
8006 2015-08-24 Pedro Alves <palves@redhat.com>
8007
8008 * config/m32r-stub.exp: Remove file.
8009 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8010 * gdb.base/call-rt-st.exp: Likewise.
8011 * gdb.base/call-strs.exp: Likewise.
8012 * gdb.base/default.exp: Remove references to h8300-*-hms and
8013 *-*-udi*.
8014 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8015
8016 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8017
8018 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8019 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8020 and "return" use KFAIL when GDB can not read/write the vector
8021 return value.
8022
8023 2015-08-21 Gary Benson <gbenson@redhat.com>
8024
8025 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8026
8027 2015-08-20 Pedro Alves <palves@redhat.com>
8028
8029 * gdb.server/solib-list.exp: No longer expect an interior stop in
8030 non-stop mode.
8031
8032 2015-08-20 Pedro Alves <palves@redhat.com>
8033
8034 * gdb.server/connect-stopped-target.c: New file.
8035 * gdb.server/connect-stopped-target.exp: New file.
8036
8037 2015-08-20 Pedro Alves <palves@redhat.com>
8038
8039 * gdb.dwarf2/comp-unit-lang.exp: New file.
8040 * gdb.dwarf2/comp-unit-lang.c: New file.
8041
8042 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8043
8044 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8045 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8046
8047 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8048
8049 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8050 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8051
8052 2015-08-18 Doug Evans <dje@google.com>
8053 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8054
8055 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8056 skip_python_tests. New arg prompt_regexp.
8057 (skip_python_tests): New function.
8058 * lib/mi-support.exp (mi_skip_python_tests): New function.
8059 * gdb.python/py-mi-objfile-gdb.py: New file.
8060 * gdb.python/py-mi-objfile.c: New file.
8061 * gdb.python/py-mi-objfile.exp: New file.
8062
8063 2015-08-17 Keith Seitz <keiths@redhat.com>
8064
8065 * gdb.linespec/explicit.exp: Move strace test from here ...
8066 * gdb.trace/strace.exp: ... to here.
8067
8068 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8069
8070 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8071 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8072
8073 2015-08-14 Doug Evans <xdje42@gmail.com>
8074
8075 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8076 inferior before selecting a new file.
8077
8078 2015-08-14 Doug Evans <xdje42@gmail.com>
8079
8080 * gdb.mi/mi-disassemble.exp: Update.
8081 * gdb.base/disasm-optim.S: New file.
8082 * gdb.base/disasm-optim.c: New file.
8083 * gdb.base/disasm-optim.h: New file.
8084 * gdb.base/disasm-optim.exp: New file.
8085
8086 2015-08-14 Keith Seitz <keiths@redhat.com>
8087
8088 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8089 "evaluated-by".
8090
8091 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8092
8093 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8094
8095 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8096
8097 * gdb.ada/fun_renaming.exp: New testcase.
8098 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8099 * gdb.ada/fun_renaming/pack.adb: New file.
8100 * gdb.ada/fun_renaming/pack.ads: New file.
8101
8102 2015-08-12 Keith Seitz <keiths@redhat.com>
8103
8104 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8105 gdb_get_line_number.
8106
8107 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8108
8109 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8110 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8111 gdb.base/dso2dso.exp: New files.
8112
8113 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8114 Pedro Alves <palves@redhat.com>
8115 Keith Seitz <keiths@redhat.com>
8116
8117 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8118 GDBFLAGS.
8119
8120 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8121
8122 * gdb.base/gdbhistsize-history.exp
8123 (test_histsize_history_setting): Use save_vars.
8124 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8125 Use save_vars.
8126 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8127 * gdb.base/readline.exp: Use save_vars.
8128
8129 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8130
8131 * lib/gdb.exp (save_vars): New proc.
8132
8133 2015-08-11 Keith Seitz <keiths@redhat.com>
8134
8135 * gdb.base/help.exp: Update help_breakpoint_text.
8136
8137 2015-08-11 Keith Seitz <keiths@redhat.com>
8138
8139 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8140 (at toplevel): Call test_explicit_breakpoints.
8141 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8142 breakpoints.
8143 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8144 breakpoint conditions, "-cond".
8145
8146 2015-08-11 Keith Seitz <keiths@redhat.com>
8147
8148 * gdb.linespec/3explicit.c: New file.
8149 * gdb.linespec/cpexplicit.cc: New file.
8150 * gdb.linespec/cpexplicit.exp: New file.
8151 * gdb.linespec/explicit.c: New file.
8152 * gdb.linespec/explicit.exp: New file.
8153 * gdb.linespec/explicit2.c: New file.
8154 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8155 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8156 before using in the matching pattern.
8157 Clarify that `prefix' is a regular expression.
8158
8159 2015-08-11 Keith Seitz <keiths@redhat.com>
8160
8161 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8162 test.
8163 Add tests for missing ",FMT" and ",".
8164
8165 2015-08-10 Doug Evans <dje@google.com>
8166 Keith Seitz <keiths@redhat.com>
8167
8168 PR gdb/17960
8169 * gdb.base/completion.exp: Add location completer tests.
8170
8171 2015-08-07 Pedro Alves <palves@redhat.com>
8172
8173 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8174 tests here.
8175 (top level): Run do_test with and without displaced stepping.
8176
8177 2015-08-07 Pedro Alves <palves@redhat.com>
8178
8179 * gdb.base/valgrind-disp-step.c: New file.
8180 * gdb.base/valgrind-disp-step.exp: New file.
8181
8182 2015-08-07 Pedro Alves <palves@redhat.com>
8183
8184 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8185 Delete function.
8186 (main): Add alarm. Run an infinite loop instead of calling
8187 wait_threads.
8188 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8189 comment.
8190 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8191 Delete function.
8192 (main): Add alarm. Run an infinite loop instead of calling
8193 wait_threads.
8194 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8195 comment.
8196
8197 2015-08-07 Pedro Alves <palves@redhat.com>
8198
8199 * gdb.base/checkpoint-ns.exp: New file.
8200 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8201 standard_testfile.
8202
8203 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8204
8205 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8206 * gdb.btrace/instruction_history.exp: Update.
8207 * gdb.btrace/tsx.exp: New.
8208 * gdb.btrace/tsx.c: New.
8209
8210 2015-08-06 Pedro Alves <palves@redhat.com>
8211
8212 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8213 increase timeout.
8214 * gdb.reverse/until-precsave.exp: Bump timeouts.
8215
8216 2015-08-06 Pedro Alves <palves@redhat.com>
8217
8218 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8219
8220 2015-08-06 Pedro Alves <palves@redhat.com>
8221
8222 PR gdb/18749
8223 * gdb.threads/process-dies-while-handling-bp.c: New file.
8224 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8225
8226 2015-08-06 Pedro Alves <palves@redhat.com>
8227
8228 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8229 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8230
8231 2015-08-05 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8234 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8235
8236 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8237
8238 * gdb.base/bp-permanent.exp: Report test as unsupported if
8239 the target cannot stop at the permanent breakpoint.
8240
8241 2015-08-03 Doug Evans <dje@google.com>
8242
8243 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8244 10000.
8245
8246 2015-08-03 Doug Evans <dje@google.com>
8247
8248 * Makefile.in (workers/%.worker, build-perf): New rule.
8249 (GDB_PERFTEST_MODE): New variable.
8250 (check-perf): Use it.
8251 (clean): Clean up gdb.perf parallel build subdirs.
8252 * lib/build-piece.exp: New file.
8253 * lib/gdb.exp (make_gdb_parallel_path): New function
8254 (standard_output_file, standard_temp_file): Call it.
8255 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8256 of $GDB_PARALLEL.
8257 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8258
8259 2015-08-03 Doug Evans <dje@google.com>
8260
8261 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8262 (LOG_FILE_NAME): New global.
8263 (TextReporter.__init__): Initialize self.txt_sum.
8264 (TextReporter.report): Add support for multiple data-points.
8265 Move report to perftest.sum, put raw data in perftest.log.
8266 (TextReporter.start): Open sum and log files.
8267 (TextReporter.end): Close sum and log files.
8268 * gdb.perf/lib/perftest/testresult.py
8269 (SingleStatisticTestResult.record): Handle multiple data-points.
8270
8271 2015-07-31 Pedro Alves <palves@redhat.com>
8272
8273 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8274 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8275 kill_wait_spawned_process instead of explicit "kill -9".
8276 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8277 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8278 kill_wait_spawned_process.
8279 * gdb.base/attach-twice.exp: Likewise.
8280 * gdb.base/attach.exp: Likewise.
8281 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8282 gdb_test_multiple.
8283 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8284 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8285 kill_wait_spawned_process.
8286 * gdb.base/valgrind-infcall.exp: Likewise.
8287 * gdb.multi/multi-attach.exp: Likewise.
8288 * gdb.python/py-prompt.exp: Likewise.
8289 * gdb.python/py-sync-interp.exp: Likewise.
8290 * gdb.server/ext-attach.exp: Likewise.
8291 * gdb.threads/attach-into-signal.exp (corefunc): Use
8292 spawn_wait_for_attach, spawn_id_get_pid and
8293 kill_wait_spawned_process.
8294 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8295 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8296 spawn_id_get_pid and kill_wait_spawned_process.
8297 * gdb.threads/attach-stopped.exp (corefunc): Use
8298 spawn_wait_for_attach, spawn_id_get_pid and
8299 kill_wait_spawned_process.
8300 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8301 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8302 kill_wait_spawned_process instead of explicit "kill -9".
8303 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8304 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8305 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8306 processes. Don't map cygwin/windows pids here. Now returns a
8307 spawn id list.
8308
8309 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8310
8311 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8312 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8313 correct patch.
8314
8315 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8316
8317 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8318
8319 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8320
8321 Reapply:
8322 2014-05-21 Mark Wielaard <mjw@redhat.com>
8323
8324 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8325
8326 2015-07-30 Pedro Alves <palves@redhat.com>
8327
8328 * linux-low.c (handle_extended_wait): Set the child's last
8329 reported status to TARGET_WAITKIND_STOPPED.
8330
8331 2015-07-30 Pedro Alves <palves@redhat.com>
8332
8333 PR threads/18600
8334 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8335 only shows inferior 1.
8336
8337 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8338 Pedro Alves <palves@redhat.com>
8339
8340 PR threads/18600
8341 * gdb.threads/fork-plus-threads.c: New file.
8342 * gdb.threads/fork-plus-threads.exp: New file.
8343
8344 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8345
8346 * gdb.base/batch-preserve-term-settings.exp
8347 (test_terminal_settings_preserved_after_cli_exit): Use
8348 send_quit_command.
8349
8350 2015-07-29 Pedro Alves <palves@redhat.com>
8351 Don Breazeal <donb@codesourcery.com>
8352
8353 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8354 output from both inferior_spawn_id and gdb_spawn_id.
8355
8356 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8357
8358 * gdb.threads/attach-into-signal.exp (corefunc): Use
8359 with_test_prefix on nested loops, uniquefying the test messages.
8360
8361 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8362
8363 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8364 commit.
8365
8366 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8367
8368 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8369 New proc.
8370 (test_terminal_settings_preserved_after_sigterm): New test.
8371
8372 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8373
8374 * gdb.base/batch-preserve-term-settings.exp
8375 (test_terminal_settings_preserved_after_cli_exit): New test.
8376
8377 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8378
8379 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8380 manipulation of saved_gdbflags.
8381 (test_terminal_settings_preserved): Remove global declaration of
8382 the unused variable pagination_prompt. Remove manipulation of
8383 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8384 GDBFLAGS.
8385
8386 2015-07-29 Pedro Alves <palves@redhat.com>
8387
8388 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8389
8390 2015-07-29 Pedro Alves <palves@redhat.com>
8391
8392 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8393 at the top.
8394
8395 2015-07-29 Pedro Alves <palves@redhat.com>
8396
8397 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8398 (main): Call gdb_unbuffer_output.
8399 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8400 (main): Call gdb_unbuffer_output.
8401 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8402 (main): Call gdb_unbuffer_output.
8403 * gdb.base/call-strs.exp: Adjust to step over the
8404 gdb_unbuffer_output call.
8405 * gdb.base/catch-gdb-caused-signals.c: Include
8406 "../lib/unbuffer_output.c".
8407 (main): Call gdb_unbuffer_output.
8408 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8409 (main): Call gdb_unbuffer_output.
8410 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8411 (main): Call gdb_unbuffer_output.
8412 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8413 (main): Call gdb_unbuffer_output.
8414 * gdb.base/shlib-call.exp: Adjust to step over the
8415 gdb_unbuffer_output call.
8416 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8417 (main): Call gdb_unbuffer_output.
8418 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8419 (main): Call gdb_unbuffer_output.
8420 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8421 (main): Rename to ...
8422 (test): ... this.
8423 (main): Reimplement.
8424 * gdb.base/varargs.exp: Run to test instead of to main.
8425 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8426 (main): Call gdb_unbuffer_output.
8427
8428 2015-07-29 Pedro Alves <palves@redhat.com>
8429
8430 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8431 factore out from mi_continue_dprintf. For call-style dprintfs,
8432 expect dprintf output out of $inferior_spawn_id.
8433 (mi_continue_dprintf): Use mi_expect_dprintf.
8434 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8435 (main): Call gdb_unbuffer_output.
8436
8437 2015-07-29 Pedro Alves <palves@redhat.com>
8438
8439 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8440 (default_mi_gdb_start): Set inferior_spawn_id instead of
8441 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8442 gdb_spawn_id.
8443 (mi_gdb_test): Always expect inferior output from both
8444 $inferior_spawn_id and $gdb_spawn_id.
8445
8446 2015-07-29 Pedro Alves <palves@redhat.com>
8447
8448 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8449 send_inferior and $inferior_spawn_id.
8450
8451 2015-07-29 Pedro Alves <palves@redhat.com>
8452
8453 * gdb.gdb/complaints.exp (test_initial_complaints)
8454 (test_serial_complaints, test_short_complaints): Use
8455 gdb_test_stdio.
8456 (test_empty_complaint): Handle $inferior_spawn_id !=
8457 $gdb_spawn_id.
8458
8459 2015-07-29 Pedro Alves <palves@redhat.com>
8460
8461 * gdb.base/varargs.exp: Use gdb_test_stdio.
8462
8463 2015-07-29 Pedro Alves <palves@redhat.com>
8464
8465 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8466
8467 2015-07-29 Pedro Alves <palves@redhat.com>
8468
8469 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8470
8471 2015-07-29 Pedro Alves <palves@redhat.com>
8472
8473 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8474 parameter into two new parameters, "inf_result" and "gdb_result".
8475 Expect inferior output and gdb output from $inferior_spawn_id and
8476 $gdb_spawn_id, respectively. Adjust all callers.
8477
8478 2015-07-29 Pedro Alves <palves@redhat.com>
8479
8480 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8481 of gdb_test_sequence.
8482
8483 2015-07-29 Pedro Alves <palves@redhat.com>
8484
8485 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8486 (saw_spurious_output): Expect inferior output from
8487 $inferior_spawn_id. Use gdb_test_stdio.
8488
8489 2015-07-29 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.base/dprintf.exp: Use standard_testfile. Change
8492 prepare_for_testing call.
8493 (srcfile): Don't set.
8494 (restart): New procedure.
8495 (test_dprintf): New procecure, use to continue over dprintfs.
8496 (test_call, test_agent): New procedures, tests moved here.
8497 Restart gdb and recreate dprintfs. Adjust expected output.
8498
8499 2015-07-29 Pedro Alves <palves@redhat.com>
8500
8501 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8502
8503 2015-07-29 Pedro Alves <palves@redhat.com>
8504
8505 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8506
8507 2015-07-29 Pedro Alves <palves@redhat.com>
8508
8509 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8510 gdb_test_stdio.
8511
8512 2015-07-29 Pedro Alves <palves@redhat.com>
8513
8514 * lib/gdb.exp (gdb_test_stdio): New procedure.
8515
8516 2015-07-29 Pedro Alves <palves@redhat.com>
8517
8518 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8519
8520 2015-07-29 Pedro Alves <palves@redhat.com>
8521
8522 * gdb.base/call-signal-resume.exp: Remove check for
8523 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8524 * gdb.base/unwindonsignal.exp: Likewise.
8525 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8526 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8527
8528 2015-07-29 Pedro Alves <palves@redhat.com>
8529
8530 * gdb.base/siginfo-addr.c (pass): New function.
8531 (handler): Call it iff si_addr is correct.
8532 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8533 Set a breakpoint at "pass" and continue to it.
8534
8535 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8536
8537 * gdb.python/py-objfile.exp: Make some tests have unique names.
8538 * gdb.python/py-pp-registration.exp: Likewise.
8539
8540 2015-07-28 Pedro Alves <palves@redhat.com>
8541
8542 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8543
8544 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8545
8546 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8547
8548 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8549
8550 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8551
8552 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8553
8554 * gdb.base/gdb-sigterm-2.exp: New test.
8555
8556 2015-07-25 Doug Evans <xdje42@gmail.com>
8557
8558 Revert:
8559 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8560 (workers/%.worker, build-perf): New rule.
8561 (GDB_PERFTEST_MODE): New variable.
8562 (check-perf): Use it.
8563 (clean): Clean up gdb.perf parallel build subdirs.
8564 * lib/build-piece.exp: New file.
8565 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8566 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8567 name.
8568 (standard_temp_file): Ditto.
8569 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8570 of $GDB_PARALLEL.
8571
8572 2015-07-24 Doug Evans <dje@google.com>
8573
8574 * gdb.perf/lib/perftest/utils.py: New file.
8575 * gdb.perf/gm-hello.cc: New file.
8576 * gdb.perf/gm-pervasive-typedef.cc: New file.
8577 * gdb.perf/gm-pervasive-typedef.h: New file.
8578 * gdb.perf/gm-std.cc: New file.
8579 * gdb.perf/gm-std.h: New file.
8580 * gdb.perf/gm-use-cerr.cc: New file.
8581 * gdb.perf/gm-utils.h: New file.
8582 * gdb.perf/gmonster-null-lookup.py: New file.
8583 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8584 * gdb.perf/gmonster-print-cerr.py: New file.
8585 * gdb.perf/gmonster-ptype-string.py: New file.
8586 * gdb.perf/gmonster-runto-main.py: New file.
8587 * gdb.perf/gmonster-select-file.py: New file.
8588 * gdb.perf/gmonster1-null-lookup.exp: New file.
8589 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8590 * gdb.perf/gmonster1-print-cerr.exp: New file.
8591 * gdb.perf/gmonster1-ptype-string.exp: New file.
8592 * gdb.perf/gmonster1-runto-main.exp: New file.
8593 * gdb.perf/gmonster1-select-file.exp: New file.
8594 * gdb.perf/gmonster1.cc: New file.
8595 * gdb.perf/gmonster1.exp: New file.
8596 * gdb.perf/gmonster2-null-lookup.exp: New file.
8597 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8598 * gdb.perf/gmonster2-print-cerr.exp: New file.
8599 * gdb.perf/gmonster2-ptype-string.exp: New file.
8600 * gdb.perf/gmonster2-runto-main.exp: New file.
8601 * gdb.perf/gmonster2-select-file.exp: New file.
8602 * gdb.perf/gmonster2.cc: New file.
8603 * gdb.perf/gmonster2.exp: New file.
8604
8605 2015-07-24 Doug Evans <dje@google.com>
8606
8607 * gdb.perf/README: New file.
8608 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8609 * lib/gen-perf-test.exp: New file.
8610
8611 2015-07-24 Doug Evans <dje@google.com>
8612
8613 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8614 (PerfTest::startup): New function.
8615 (PerfTest::run): Return result of calling body.
8616 (PerfTest::assemble): Rewrite.
8617 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8618 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8619 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8620 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8621 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8622
8623 2015-07-24 Doug Evans <dje@google.com>
8624
8625 * lib/gdb.exp (clean_restart): Make executable optional.
8626
8627 2015-07-24 Doug Evans <dje@google.com>
8628
8629 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8630 compiler_info references.
8631 * gdb.cp/temargs.exp: Ditto.
8632 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8633 (get_compiler_info): Early exit if already computed. Set compiler_info
8634 to "unknown" if there was a problem.
8635 (test_compiler_info): Add function comment. Call get_compiler_info.
8636
8637 2015-07-24 Doug Evans <dje@google.com>
8638
8639 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8640 (workers/%.worker, build-perf): New rule.
8641 (GDB_PERFTEST_MODE): New variable.
8642 (check-perf): Use it.
8643 (clean): Clean up gdb.perf parallel build subdirs.
8644 * lib/build-piece.exp: New file.
8645 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8646 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8647 name.
8648 (standard_temp_file): Ditto.
8649 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8650 of $GDB_PARALLEL.
8651
8652 2015-07-24 Doug Evans <dje@google.com>
8653
8654 * lib/future.exp (gdb_default_target_compile): New option
8655 "early_flags".
8656 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8657 --as-needed.
8658
8659 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8660
8661 * gdb.base/catch-syscall.exp: Call gdb_exit before
8662 gdb_skip_xml_test.
8663
8664 2015-07-24 Pedro Alves <palves@redhat.com>
8665
8666 * gdb.python/py-events.exp: Accept output between the stop event
8667 and the prompt.
8668 * gdb.python/py-evsignal.exp: Likewise.
8669 * gdb.python/py-evthreads.exp: Likewise.
8670
8671 2015-07-24 Pedro Alves <palves@redhat.com>
8672
8673 PR gdb/18717
8674 * gdb.threads/non-ldr-exit.c: New file.
8675 * gdb.threads/non-ldr-exit.exp: New file.
8676
8677 2015-07-24 Yao Qi <yao.qi@linaro.org>
8678
8679 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8680 restarting process.
8681
8682 2015-07-24 Yao Qi <yao.qi@linaro.org>
8683
8684 * gdb.server/ext-restart.exp: New file.
8685
8686 2015-07-24 Yao Qi <yao.qi@linaro.org>
8687
8688 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
8689 argument options.
8690 * gdb.server/ext-wrapper.exp: New file.
8691
8692 2015-07-23 Doug Evans <dje@google.com>
8693
8694 * gdb.dwarf2/dw2-dummy-cu.S: New file.
8695 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
8696
8697 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
8698
8699 * gdb.ada/var_arr_typedef.exp: New testcase.
8700 * gdb.ada/var_arr_typedef/pack.adb: New file.
8701 * gdb.ada/var_arr_typedef/pack.ads: New file.
8702 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
8703
8704 2015-07-20 Joel Brobecker <brobecker@adacore.com>
8705
8706 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
8707
8708 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8709
8710 * gdb.arch/i386-biarch-core.exp: Replace istarget
8711 by "complete set gnutarget". Remove expectation for the "core-file"
8712 command.
8713
8714 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8715
8716 Revert the previous commit:
8717 Tests for validate symbol file using build-id.
8718
8719 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
8720
8721 Tests for validate symbol file using build-id.
8722 * gdb.base/solib-mismatch-lib.c: New file.
8723 * gdb.base/solib-mismatch-libmod.c: New file.
8724 * gdb.base/solib-mismatch.c: New file.
8725 * gdb.base/solib-mismatch.exp: New file.
8726
8727 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
8728
8729 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
8730 nios2-*-linux*.
8731 * gdb.base/sigbpt.exp (stepi_out): Likewise.
8732 * gdb.base/siginfo.exp: Likewise.
8733 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8734
8735 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
8736
8737 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
8738 Move it to ...
8739 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
8740 ... here.
8741 * gdb.trace/range-stepping.exp: Check that the target supports
8742 range stepping.
8743
8744 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8745
8746 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
8747
8748 2015-07-14 Pedro Alves <palves@redhat.com>
8749
8750 * gdb.base/killed-outside.exp: New file.
8751 * gdb.base/killed-outside.c: New file.
8752
8753 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8754
8755 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
8756 (n at main): New.
8757 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
8758
8759 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
8760
8761 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
8762 infcall tests instead of setting up for KFAIL.
8763
8764 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
8765
8766 * gdb.btrace/record_goto-step.exp: New.
8767
8768 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8769
8770 PR compile/18484
8771 * gdb.compile/compile.c (struct struct_type): Add volatile to
8772 selffield's type.
8773 * gdb.compile/compile.exp
8774 (compile code struct_object.selffield = &struct_object): Skip further
8775 struct_object tests if this one xfails.
8776
8777 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
8778
8779 PR exp/18617
8780 * gdb.trace/ax.exp: Add test.
8781
8782 2015-07-07 Yao Qi <yao.qi@linaro.org>
8783
8784 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
8785 instead of istarget "aarch64*-*-*".
8786 * gdb.arch/aarch64-fp.exp: Likewise.
8787 * gdb.base/float.exp: Likewise.
8788 * gdb.reverse/aarch64.exp: Likewise.
8789 * lib/gdb.exp (is_aarch64_target): New proc.
8790
8791 2015-07-07 Yao Qi <yao.qi@linaro.org>
8792
8793 * lib/gdb.exp (is_aarch32_target): New proc.
8794 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
8795 instead of "istarget "arm*-*-*"".
8796 * gdb.arch/arm-disp-step.exp: Likewise.
8797 * gdb.arch/thumb-bx-pc.exp: Likewise.
8798 * gdb.arch/thumb-prologue.exp: Likewise.
8799 * gdb.arch/thumb-singlestep.exp: Likewise.
8800 * gdb.base/disp-step-syscall.exp: Likewise.
8801 * gdb.base/float.exp: Likewise.
8802
8803 2015-07-07 Yao Qi <yao.qi@linaro.org>
8804
8805 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
8806 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
8807
8808 2015-07-07 Yao Qi <yao.qi@linaro.org>
8809
8810 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
8811 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
8812 if it exists.
8813 * gdb.multi/multi-arch.exp: Likewise.
8814
8815 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
8816
8817 * gdb.python/py-lazy-string.exp: Add missing parentheses to
8818 print.
8819
8820 2015-07-07 Yao Qi <yao.qi@linaro.org>
8821
8822 * gdb.arch/thumb-singlestep.exp: Do one more single step.
8823
8824 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
8825
8826 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
8827 '[' and ']' characters.
8828
8829 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
8830
8831 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8832
8833 2015-06-29 Pedro Alves <palves@redhat.com>
8834
8835 PR threads/18127
8836 * gdb.threads/hand-call-new-thread.c: New file.
8837 * gdb.threads/hand-call-new-thread.c: New file.
8838
8839 2015-06-26 Keith Seitz <keiths@redhat.com>
8840 Doug Evans <dje@google.com>
8841
8842 PR 16253
8843 * gdb.cp/var-tag-2.cc: New file.
8844 * gdb.cp/var-tag-3.cc: New file.
8845 * gdb.cp/var-tag-4.cc: New file.
8846 * gdb.cp/var-tag.cc: New file.
8847 * gdb.cp/var-tag.exp: New file.
8848
8849 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8850
8851 * gdb.base/history-duplicates.exp: New test.
8852
8853 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
8854
8855 * gdb.base/completion.exp: Test the completion of the "focus"
8856 command.
8857
8858 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8859
8860 * gdb.arch/amd64-prologue-skip.S: New file.
8861 * gdb.arch/amd64-prologue-skip.exp: New file.
8862
8863 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
8864
8865 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
8866 is_address_zero_readable check.
8867
8868 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
8869
8870 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
8871 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
8872
8873 2015-06-24 Yao Qi <yao.qi@linaro.org>
8874
8875 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
8876 linux targets.
8877
8878 2015-06-24 Yao Qi <yao.qi@linaro.org>
8879
8880 * lib/gdb.exp (supports_get_siginfo_type): New proc.
8881 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
8882 * gdb.base/siginfo-thread.exp: Likewise.
8883
8884 2015-06-22 Yao Qi <yao.qi@linaro.org>
8885
8886 * boards/remote-gdbserver-on-localhost.exp: Add comments.
8887
8888 2015-06-22 Yao Qi <yao.qi@linaro.org>
8889
8890 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
8891 aarch64*-*-*.
8892 (skip_hw_watchpoint_tests): Likewise.
8893
8894 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
8895
8896 * gdb.base/gdbinit-history.exp: Test the interaction between
8897 setting GDBHISTSIZE and setting the history size via .gdbinit.
8898
8899 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8900
8901 PR gdb/16999
8902 * gdb.base/gdbhistsize-history.exp: New test.
8903
8904 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8905
8906 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
8907 with GDBHISTSIZE.
8908 * gdb.base/readline.exp: Likewise.
8909
8910 2015-06-17 Yao Qi <yao.qi@linaro.org>
8911
8912 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
8913 line.
8914
8915 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
8916
8917 * gdb.base/gdbinit-history.exp: Add test case to check that
8918 an unlimited history file does not get truncated on exit.
8919
8920 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8921
8922 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
8923 (VECTOR): New macro. Use it...
8924 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
8925 ...for these typedefs.
8926 (int8, char1, int1, double1): New typedefs.
8927 (struct just_int2, struct two_int2): New structures.
8928 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
8929 (add_structvecs, add_singlevecs): New functions.
8930 (main): Call add_some_intvecs twice.
8931 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
8932 the compile and exit upon failure. Try compiling for the "native"
8933 architecture. Test inferior function calls with vector arguments
8934 and vector return value handling with "finish" and "return".
8935
8936 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
8937
8938 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
8939 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
8940 PE file.
8941 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
8942
8943 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8944
8945 PR breakpoints/16465
8946 * gdb.mi/mi-dprintf-pending.c: New file.
8947 * gdb.mi/mi-dprintf-pending.exp: New test.
8948 * gdb.mi/mi-dprintf-pendshr.c: New file.
8949
8950 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8951 Mircea Gherzan <mircea.gherzan@intel.com>
8952
8953 * gdb.arch/i386-mpx-map.c: New file.
8954 * gdb.arch/i386-mpx-map.exp: New File.
8955
8956 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8957
8958 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
8959 * gdb.arch/i386-mpx.exp: Indentation fixed.
8960
8961 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8962
8963 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
8964 function and improved indentation.
8965 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
8966 gdb_test_multiple. Added additional tests to skip the test.
8967
8968 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8969
8970 * gdb.arch/i386-avx512.c: Change path in include file.
8971 * gdb.arch/i386-avx512.exp: Change include dir path
8972 compilation flag.
8973 * gdb.arch/i386-mpx.c: Change path in include file.
8974 * gdb.arch/i386-mpx.exp: Change include dir path compilation
8975 flag.
8976
8977 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8978
8979 * gdb.compile/compile-print.exp (compile print *vararray@3)
8980 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
8981
8982 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8983
8984 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
8985 (do not keep jit in memory): ... this.
8986 (expect 5): Change it to ...
8987 (expect no 5): ... this.
8988
8989 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8990
8991 PR gdb/15564
8992 * gdb.mi/mi-detach.exp: New file.
8993
8994 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8995
8996 PR symtab/18392
8997 * gdb.arch/amd64-tailcall-self.S: New file.
8998 * gdb.arch/amd64-tailcall-self.c: New file.
8999 * gdb.arch/amd64-tailcall-self.exp: New file.
9000
9001 2015-05-28 Don Breazeal <donb@codesourcery.com>
9002
9003 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9004 tests for remote targets by checking is_target_gdbserver.
9005
9006 2015-05-27 Doug Evans <dje@google.com>
9007
9008 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9009 * gdb.dwarf2/opaque-type-lookup.c: New file.
9010 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9011
9012 2015-05-26 Doug Evans <dje@google.com>
9013
9014 * gdb.cp/iostream.cc: New file.
9015 * gdb.cp/iostream.exp: New file.
9016
9017 2015-05-26 Doug Evans <dje@google.com>
9018
9019 * gdb.dwarf2/dw2-op-call.exp: Update.
9020 * gdb.dwarf2/dw4-sig-types.exp: Update.
9021 * gdb.dwarf2/implptr.exp: Update.
9022 * gdb.mi/mi-cmd-param-changed.exp: Update.
9023
9024 2015-05-26 Doug Evans <dje@google.com>
9025
9026 * gdb.python/py-lazy-string.c: New file.
9027 * gdb.python/py-lazy-string.exp: New file.
9028 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9029 (main): Update. Add estring3.
9030 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9031 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9032
9033 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9034 Yao Qi <yao.qi@linaro.org>
9035
9036 * gdb.reverse/aarch64.c: New.
9037 * gdb.reverse/aarch64.exp: New.
9038
9039 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9040
9041 * lib/gdb.exp (supports_process_record): Return true for
9042 aarch64*-linux*.
9043 (supports_reverse): Likewise.
9044
9045 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9046
9047 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9048 Use with_test_prefix.
9049
9050 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9051
9052 * gdb.base/completion.exp: Add test for completion of layout
9053 names.
9054
9055 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9056
9057 * lib/gdb.exp (skip_tui_tests): New proc.
9058 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9059
9060 2015-05-19 Pedro Alves <palves@redhat.com>
9061
9062 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9063 Save the whole env array instead of just HOME. Unset HISTSIZE in
9064 the environment while testing. Restore whole environment
9065 afterwards.
9066
9067 2015-05-16 Doug Evans <xdje42@gmail.com>
9068
9069 * gdb.guile/scm-ports.c: New file.
9070 * gdb.guile/scm-ports.exp: Add memory port tests.
9071
9072 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9073
9074 * gdb.compile/compile-print.c: New file.
9075 * gdb.compile/compile-print.exp: New file.
9076
9077 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9078
9079 * gdb.compile/compile-ops.exp: Cast param to void.
9080 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9081 (compile code struct_object.selffield = &struct_object): Add xfail.
9082
9083 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9084
9085 * gdb.ada/arr_enum_with_gap: New testcase.
9086
9087 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9088
9089 * gdb.ada/byte_packed_arr: New testcase.
9090
9091 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9092
9093 * gdb.ada/pckd_neg: New testcase.
9094
9095 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9096
9097 PR gdb/17820
9098 * gdb.base/gdbinit-history.exp: New test.
9099 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9100 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9101
9102 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9103
9104 * gdb.python/py-xmethods.cc: Enhance test case.
9105 * gdb.python/py-xmethods.exp: New tests.
9106 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9107 function.
9108 (B_indexoper): Likewise.
9109 (global_dm_list) : Add new xmethod worker functions.
9110
9111 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9112
9113 * gdb.base/coredump-filter.exp: Correctly unset
9114 "coredump_var_addr" array.
9115
9116 2015-05-08 Pedro Alves <palves@redhat.com>
9117
9118 * gdb.server/non-existing-program.exp: Unset spawn_id.
9119
9120 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9121
9122 PR python/18291
9123 * gdb.python/py-xmethods.exp: Add tests.
9124
9125 2015-05-08 Yao Qi <yao.qi@linaro.org>
9126
9127 PR gdb/18208
9128 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9129 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9130 function set_coredump_filter, and remove remote_exec call.
9131 Remove argument ipid. Callers update.
9132 (top level): Don't get inferior's PID.
9133
9134 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9135
9136 * gdb.base/watch_thread_num.exp: Skip test on targets without
9137 access watchpoints.
9138
9139 2015-05-06 Pedro Alves <palves@redhat.com>
9140
9141 PR server/18081
9142 * gdb.server/non-existing-program.exp: New file.
9143
9144 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9145
9146 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9147
9148 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9149
9150 * gdb.ada/out_of_line_in_inlined: New testcase.
9151
9152 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9153
9154 * gdb.ada/var_rec_arr: New testcase.
9155
9156 2015-04-30 Yao Qi <yao.qi@linaro.org>
9157
9158 * gdb.base/break-idempotent.exp: If
9159 skip_hw_watchpoint_multi_tests returns true, skip the tests
9160 on "rwatch" and "awatch".
9161
9162 2015-04-30 Yao Qi <yao.qi@linaro.org>
9163
9164 * gdb.base/relativedebug.exp: Invoke gdb command
9165 "info sharedlibrary", and if libc.so doesn't have debug info,
9166 skip the test.
9167
9168 2015-04-29 Doug Evans <dje@google.com>
9169
9170 * gdb.python/py-xmethods.exp: Add ptype tests.
9171 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9172 get_result_type method.
9173
9174 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9175
9176 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9177 the target does not support hardware watchpoints.
9178
9179 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9180
9181 * gdb.base/break-always.exp: Abort testing if writing to memory
9182 causes an error.
9183
9184 2015-04-28 Doug Evans <dje@google.com>
9185
9186 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9187 * gdb.python/py-pp-registration.exp: ... here. New file.
9188 * gdb.python/py-pp-registration.c: New file.
9189 * gdb.python/py-pp-registration.py: New file.
9190
9191 2015-04-28 Doug Evans <dje@google.com>
9192
9193 * gdb.python/py-bad-printers.c: New file.
9194 * gdb.python/py-bad-printers.py: New file.
9195 * gdb.python/py-bad-printers.exp: New file.
9196
9197 2015-04-28 Sasha Smundak <asmundak@google.com>
9198
9199 * gdb.python/py-type.exp: New test.
9200
9201 2015-04-28 Andy Wingo <wingo@igalia.com>
9202
9203 * gdb.python/py-parameter.exp:
9204 * gdb.guile/scm-parameter.exp: Escape the path that we are
9205 matching against, as it might contain characters that are special
9206 to regular expressions.
9207
9208 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9209
9210 * gdb.ada/rec_comp: New testcase.
9211
9212 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9213
9214 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9215 before using it.
9216
9217 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9218
9219 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9220 new tests for verilog output.
9221
9222 2015-04-24 Yao Qi <yao.qi@linaro.org>
9223
9224 * boards/remote-gdbserver-on-localhost.exp: New file.
9225
9226 2015-04-23 Pedro Alves <palves@redhat.com>
9227
9228 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9229 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9230 "end of file", remove $inferior_spawn_id from the indirect list.
9231
9232 2015-04-23 Pedro Alves <palves@redhat.com>
9233
9234 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9235
9236 2015-04-23 Pedro Alves <palves@redhat.com>
9237
9238 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9239 on $any_spawn_id instead of only on $gdb_spawn_id.
9240
9241 2015-04-21 Pierre Muller <muller@sourceware.org>
9242
9243 PR pascal/17815
9244 * lib/pascal.exp (gpc_compile): Add new option "class".
9245 (fpc_compile): Likewise.
9246 * gdb.pascal/case-insensitive-symbols.pas: New file.
9247 * gdb.pascal/case-insensitive-symbols.exp: New file.
9248
9249 2015-04-20 Gary Benson <gbenson@redhat.com>
9250
9251 * gdb.base/attach.exp: Fix three extended remote failures.
9252
9253 2015-04-17 Gary Benson <gbenson@redhat.com>
9254
9255 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9256 the main executable over the remote protocol.
9257
9258 2015-04-16 Pedro Alves <palves@redhat.com>
9259
9260 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9261 a new gdbserver if gdbserver_reconnect_p is set.
9262
9263 2015-04-16 Pedro Alves <palves@redhat.com>
9264
9265 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9266 is set, don't exit gdbserver.
9267
9268 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9269
9270 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9271 appropriate .insn, such that an older assembler can be used.
9272 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9273 the z/Architecture instruction set on 31-bit targets as well.
9274
9275 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9276
9277 * gdb.go/handcall.exp: Remove all logic related to the first
9278 breakpoint and rely on go_runto_main instead.
9279 * gdb.go/strings.exp: Likewise.
9280 * gdb.go/unsafe.exp: Likewise.
9281 * gdb.go/hello.exp: Likewise. Also rename the remaining
9282 breakpoint marker to "breakpoint 1".
9283 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9284 * gdb.go/strings.go: Likewise.
9285 * gdb.go/unsafe.go: Likewise.
9286 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9287 "set breakpoint 2 here" and rename the remaining breakpoint marker
9288 to "breakpoint 1".
9289
9290 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9291
9292 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9293 if itertools.imap is not present.
9294 * gdb.python/py-objfile.exp: Add parentheses.
9295 * gdb.python/py-type.exp: Same.
9296 * gdb.python/py-unwind-maint.py: Same.
9297
9298 2015-04-15 Yao Qi <yao.qi@linaro.org>
9299
9300 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9301 of ":$ptr_size" and set its form explicitly.
9302
9303 2015-04-15 Pedro Alves <palves@redhat.com>
9304 Yao Qi <yao.qi@linaro.org>
9305
9306 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9307 timeout by factor of 4.
9308 (test_regular_watch): Likewise.
9309 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9310 * gdb.reverse/sigall-reverse.exp: Likewise.
9311 * gdb.reverse/until-precsave.exp: Likewise.
9312 * lib/gdb.exp (with_timeout_factor): New proc.
9313 (gdb_expect): Move some code to ...
9314 (get_largest_timeout): ... here. New procedure.
9315
9316 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9317
9318 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9319
9320 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9321
9322 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9323 to write to the .text section.
9324
9325 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9326
9327 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9328 Handle the case of targets that do not provide PID information.
9329
9330 2015-04-13 Yao Qi <yao.qi@linaro.org>
9331
9332 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9333 and use expect instead of gdb_expect.
9334
9335 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9336
9337 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9338 "coredump_var_addr" to avoid naming conflict with other testcases.
9339
9340 2015-04-10 Pedro Alves <palves@redhat.com>
9341
9342 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9343 gdb_test_sequence and gdb_assert.
9344
9345 2015-04-10 Pedro Alves <palves@redhat.com>
9346
9347 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9348 test messages that don't include the breakpoint address.
9349
9350 2015-04-10 Yao Qi <yao.qi@linaro.org>
9351
9352 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9353 false for some offset and width combinations which aren't
9354 supported by linux kernel.
9355
9356 2015-04-10 Pedro Alves <palves@redhat.com>
9357
9358 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9359 procedure, factored out from ...
9360 (top level): ... here. Add "set displaced-stepping" testing axis.
9361 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9362 parameter "displaced". Use it.
9363 (top level): Use foreach and add "set displaced-stepping" testing
9364 axis.
9365
9366 2015-04-10 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9369 Remove comment.
9370 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9371 both the address of the instruction that triggers the watchpoint
9372 and the address of the instruction immediately after, and use
9373 those addresses for the test. Fix comment.
9374
9375 2015-04-10 Pedro Alves <palves@redhat.com>
9376
9377 * gdb.base/sigstep.exp (breakpoint_to_handler)
9378 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9379 Test "backtrace" in handler.
9380 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9381 (top level): Add new "displaced" test axis to
9382 breakpoint_to_handler, breakpoint_to_handler_entry and
9383 breakpoint_over_handler.
9384
9385 2015-04-10 Pedro Alves <palves@redhat.com>
9386
9387 PR gdb/18216
9388 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9389
9390 2015-04-10 Yao Qi <yao.qi@linaro.org>
9391
9392 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9393 (test_add_rn_pc): New function.
9394 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9395 (top level): Invoke test_add_rn_pc.
9396
9397 2015-04-10 Pedro Alves <palves@redhat.com>
9398
9399 PR gdb/13858
9400 * gdb.base/step-over-no-symbols.exp: New file.
9401
9402 2015-04-09 Andy Wingo <wingo@igalia.com>
9403
9404 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9405 after the Python tests.
9406
9407 2015-04-08 Keith Seitz <keiths@redhat.com>
9408
9409 PR python/16699
9410 * gdb.python/py-completion.exp: New tests for completion.
9411 * gdb.python/py-completion.py (CompleteLimit1): New class.
9412 (CompleteLimit2): Likewise.
9413 (CompleteLimit3): Likewise.
9414 (CompleteLimit4): Likewise.
9415 (CompleteLimit5): Likewise.
9416 (CompleteLimit6): Likewise.
9417 (CompleteLimit7): Likewise.
9418
9419 2015-04-08 Pedro Alves <palves@redhat.com>
9420
9421 PR gdb/18214
9422 PR gdb/18216
9423 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9424 function.
9425 (main): Install it as SIGUSR1 handler.
9426 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9427 parameter. Always use "setup" as prefix. Toggle "set
9428 displaced-stepping" off/on depending on global. Don't switch to
9429 thread 1 here.
9430 (top level): Add displaced stepping "off/on" test axis. Update
9431 "setup" calls. Wrap each subtest with with_test_prefix. Test
9432 continuing with a queued signal in each thread.
9433
9434 2015-04-08 Pedro Alves <palves@redhat.com>
9435
9436 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9437 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9438 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9439 Return early if running to main fails.
9440 * gdb.trace/while-stepping.exp: Likewise.
9441
9442 2015-04-07 Pedro Alves <palves@redhat.com>
9443
9444 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9445 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9446 interact with inferior program.
9447
9448 2015-04-07 Pedro Alves <palves@redhat.com>
9449
9450 * lib/gdb.exp (inferior_spawn_id): New global.
9451 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9452 spawn id after processing the user code.
9453 (default_gdb_start): Set inferior_spawn_id.
9454 (send_inferior): New procedure.
9455 * lib/gdbserver-support.exp (gdbserver_start): Set
9456 inferior_spawn_id.
9457 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9458
9459 2015-04-07 Pedro Alves <palves@redhat.com>
9460
9461 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9462 * lib/gdbserver-support.exp (gdbserver_start): Make
9463 $server_spawn_id global.
9464 (gdbserver_start): Don't wait for gdbserver's spawn id with
9465 expect_background.
9466 (close_gdbserver): New procedure.
9467 (gdb_exit): Rename the default version and reimplement.
9468
9469 2015-04-07 Pedro Alves <palves@redhat.com>
9470
9471 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9472 append the substituted item, not the original item.
9473
9474 2015-04-07 Pedro Alves <palves@redhat.com>
9475
9476 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9477 gdb_expect.
9478
9479 2015-04-07 Pedro Alves <palves@redhat.com>
9480
9481 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9482 output appearing once only.
9483
9484 2015-04-07 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9487 that doesn't expect anything. Return early if running to main
9488 fails.
9489
9490 2015-04-07 Yao Qi <yao.qi@linaro.org>
9491
9492 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9493 (child_function): Call alarm.
9494 (main): Move call to alarm into the loop.
9495 * gdb.threads/non-stop-fair-events.exp: Build program with
9496 -DTIMEOUT=$timeout.
9497
9498 2015-04-06 Doug Evans <xdje42@gmail.com>
9499
9500 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9501 Fix dest parameter to board_info.
9502 (fpc_compile): Ditto.
9503 (gdb_compile_pascal): Rename dest arg to destfile.
9504
9505 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9506
9507 * gdb.ada/funcall_ref.exp: New file.
9508 * gdb.ada/funcall_ref/foo.adb: New file.
9509
9510 2015-04-02 Yao Qi <yao.qi@linaro.org>
9511
9512 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9513 is remote.
9514
9515 2015-04-02 Gary Benson <gbenson@redhat.com>
9516
9517 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9518
9519 2015-04-01 Sasha Smundak <asmundak@google.com>
9520
9521 * gdb.python/py-unwind-maint.c: New file.
9522 * gdb.python/py-unwind-maint.exp: New test.
9523 * gdb.python/py-unwind-maint.py: New file.
9524 * gdb.python/py-unwind.c: New file.
9525 * gdb.python/py-unwind.exp: New test.
9526 * gdb.python/py-unwind.py: New test.
9527
9528 2015-04-01 Pedro Alves <palves@redhat.com>
9529
9530 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9531 to fail instead of non-existent $test.
9532
9533 2015-04-01 Pedro Alves <palves@redhat.com>
9534
9535 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9536 GDBFLAGS if not empty.
9537
9538 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9539
9540 * gdb.ada/complete.exp: Remove "multi_line".
9541 * gdb.ada/info_exc.exp: Remove "multi_line".
9542 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9543 * gdb.ada/ptype_field.exp: Remove "multi_line".
9544 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9545 * gdb.ada/tagged.exp: Remove "multi_line".
9546 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9547 [multi_line ...]
9548 * gdb.btrace/delta.exp: Likewise.
9549 * gdb.btrace/exception.exp: Likewise.
9550 * gdb.btrace/function_call_history.exp: Likewise.
9551 * gdb.btrace/instruction_history.exp: Likewise.
9552 * gdb.btrace/nohist.exp: Likewise.
9553 * gdb.btrace/record_goto.exp: Likewise.
9554 * gdb.btrace/segv.exp: Likewise.
9555 * gdb.btrace/stepi.exp: Likewise.
9556 * gdb.btrace/tailcall.exp: Likewise.
9557 * gdb.btrace/unknown_functions.exp: Likewise.
9558 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9559 * lib/gdb.exp: Add the "multi_line" helper.
9560
9561 2015-04-01 Pedro Alves <palves@redhat.com>
9562
9563 * gdb.threads/tid-reuse.c: New file.
9564 * gdb.threads/tid-reuse.exp: New file.
9565
9566 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9567
9568 PR corefiles/16092
9569 * gdb.base/coredump-filter.c: New file.
9570 * gdb.base/coredump-filter.exp: Likewise.
9571
9572 2015-03-27 Petr Machata <pmachata@redhat.com>
9573
9574 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9575 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9576 (Dwarf::assemble): Initialize them.
9577 (Dwarf::lines): New function.
9578
9579 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9580
9581 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9582 SYMBOL_PREFIX for x86_64-*-cygwin.
9583
9584 2015-03-26 Andy Wingo <wingo@igalia.com>
9585
9586 PR symtab/18148
9587 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9588 const_value but not a location.
9589 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9590 location defined in non-main CUs are visible.
9591
9592 2015-03-26 Yao Qi <yao.qi@linaro.org>
9593
9594 PR testsuite/18139
9595 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9596 Add a line number entry for the same line.
9597 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9598 Add a line number entry for the same line.
9599
9600 2015-03-26 Yao Qi <yao.qi@linaro.org>
9601
9602 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9603 .int 0.
9604 (func): Likewise. Add .Lfunc_1 label.
9605 Use .Lfunc_1 label.
9606 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9607 .int 0.
9608 (func): Likewise.
9609 Use .Lfunc_1 label.
9610
9611 2015-03-26 Yao Qi <yao.qi@linaro.org>
9612
9613 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9614 Call gdb_compile instead to compile each .s files without debug
9615 information.
9616
9617 2015-03-26 Yao Qi <yao.qi@linaro.org>
9618
9619 * gdb.base/savedregs.exp (process_saved_regs): Make
9620 "Saved registers:" optional in the pattern.
9621
9622 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9623
9624 * gdb.btrace/next.exp: Merged into step.exp.
9625 * gdb.btrace/finish.exp: Merged into step.exp.
9626 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9627 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9628 "record goto" and checking the exact replay position.
9629 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9630 check for "Recording format" in "info record" output.
9631 * gdb.btrace/record_goto.exp: Choose test file based on target.
9632 * gdb.btrace/x86-record_goto.S: Renamed into ...
9633 * gdb.btrace/x86_64-record_goto.S: ... this.
9634 * gdb.btrace/i686-record_goto.S: New.
9635 * gdb.btrace/x86-tailcall.S: Renamed into ...
9636 * gdb.btrace/x86_64-tailcall.S: ... this.
9637 * gdb.btrace/i686-tailcall.S: New.
9638 * gdb.btrace/x86-tailcall.c: Renamed into ...
9639 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9640 separate statements. Update test.
9641 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9642 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9643 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9644 * gdb.btrace/tailcall.exp: Choose test file based on target.
9645 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9646
9647 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9648
9649 * gdb.btrace/exception.exp: Increase BTS buffer size.
9650
9651 2015-03-24 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9654
9655 2015-03-24 Pedro Alves <palves@redhat.com>
9656
9657 * gdb.threads/schedlock.exp (test_step): No longer expect that
9658 "set scheduler-locking step" with "next" over a function call runs
9659 threads unlocked.
9660
9661 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9662
9663 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9664
9665 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9666
9667 PR breakpoints/16466
9668 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9669 * gdb.mi/mi-pending.c (thread_func): New function.
9670 (int main): Add threading support required.
9671 * gdb.mi/mi-pending.exp: Add tests for this issue.
9672 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9673 (pendfunc2): Remove stdio dependency.
9674 * gdb.mi/mi-pendshr2.c: New file.
9675
9676 2015-03-23 Keith Seitz <keiths@redhat.com>
9677
9678 * gdb.linespec/keywords.c: New file.
9679 * gdb.linespec/keywords.exp: New file.
9680
9681 2015-03-23 Keith Seitz <keiths@redhat.com>
9682
9683 PR gdb/18021
9684 * gdb.dwarf2/staticvirtual.exp: New test.
9685
9686 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9687
9688 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
9689 * README: Remove HP-UX and gdb.hp.
9690 (configuration):
9691 * configure: Regenerate.
9692 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
9693 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
9694 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
9695 gdb.hp/gdb.defects/Makefile.
9696 * gdb.hp/Makefile.in: File deleted.
9697 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
9698 * gdb.hp/gdb.aCC/optimize.c: File deleted.
9699 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
9700 * gdb.hp/gdb.aCC/run.c: File deleted.
9701 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
9702 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
9703 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
9704 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
9705 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
9706 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
9707 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
9708 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
9709 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
9710 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
9711 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
9712 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
9713 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
9714 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
9715 * gdb.hp/gdb.base-hp/reg.s: File deleted.
9716 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
9717 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
9718 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
9719 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
9720 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
9721 * gdb.hp/gdb.compat/Makefile.in: File deleted.
9722 * gdb.hp/gdb.compat/average.c: File deleted.
9723 * gdb.hp/gdb.compat/sum.c: File deleted.
9724 * gdb.hp/gdb.compat/xdb.c: File deleted.
9725 * gdb.hp/gdb.compat/xdb0.c: File deleted.
9726 * gdb.hp/gdb.compat/xdb0.h: File deleted.
9727 * gdb.hp/gdb.compat/xdb1.c: File deleted.
9728 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
9729 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
9730 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
9731 * gdb.hp/gdb.defects/Makefile.in: File deleted.
9732 * gdb.hp/gdb.defects/bs14602.c: File deleted.
9733 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
9734 * gdb.hp/gdb.defects/solib-d.c: File deleted.
9735 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
9736 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
9737 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
9738 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
9739 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
9740 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
9741 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
9742 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
9743 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
9744 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
9745 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
9746 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
9747 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
9748 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
9749 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
9750 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
9751 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
9752 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
9753 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
9754 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
9755 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
9756 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
9757 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
9758 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
9759 * gdb.hp/tools/odump: File deleted.
9760
9761 2015-03-19 Pedro Alves <palves@redhat.com>
9762
9763 * gdb.threads/continue-pending-status.exp (saw_thread_2)
9764 (saw_thread_3): New globals.
9765 (top level): Increment them when an event for the corresponding
9766 thread is seen.
9767 (no thread starvation): New test.
9768
9769 2015-03-19 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.threads/continue-pending-status.c: New file.
9772 * gdb.threads/continue-pending-status.exp: New file.
9773
9774 2015-03-18 Pedro Alves <palves@redhat.com>
9775
9776 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9777 Use gdb_is_target_remote instead of is_remote. Use
9778 gdb_test_multiple instead of gdb_expect. Exit early if
9779 gdb_test_multiple hits its internal matches. Tighten stepi tests
9780 expected output. Fail on exit with any signal, instead of just
9781 SIGILL.
9782
9783 2015-03-18 Yao Qi <yao.qi@linaro.org>
9784
9785 PR tdep/18107
9786 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
9787 variable.
9788 * gdb.base/catch-syscall.exp: Don't skip it on
9789 aarch64*-*-linux* target. Remove elements in all_syscalls.
9790 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
9791 target.
9792 (setup_all_syscalls): New proc.
9793
9794 2015-03-16 Yao Qi <yao.qi@linaro.org>
9795
9796 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
9797 (top level): Skip tests if valid_addr_p returns false for
9798 $cmd1 or $cmd2.
9799
9800 2015-03-11 Andy Wingo <wingo@igalia.com>
9801
9802 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
9803
9804 2015-03-11 Yao Qi <yao.qi@linaro.org>
9805
9806 * gdb.base/catch-syscall.exp: Fix typo in comments.
9807
9808 2015-03-11 Yao Qi <yao.qi@linaro.org>
9809
9810 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
9811
9812 2015-03-09 Pedro Alves <palves@redhat.com>
9813
9814 * dg-extract-results.py: Delete.
9815
9816 2015-03-09 Pedro Alves <palves@redhat.com>
9817
9818 Merge dg-extract-results.sh from GCC upstream (r218843).
9819
9820 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
9821 * dg-extract-results.sh: Use --text with grep to avoid issues with
9822 binary files. Fall back to cat -v, if that doesn't work.
9823
9824 2015-03-05 Pedro Alves <palves@redhat.com>
9825
9826 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
9827
9828 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
9829
9830 * lib/mi-support.exp (mi_expect_interrupt): Accept
9831 alternative event for when in all-stop mode.
9832
9833 2015-03-04 Pedro Alves <palves@redhat.com>
9834
9835 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
9836
9837 2015-03-04 Mark Kettenis <kettenis@gnu.org>
9838
9839 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
9840
9841 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9842
9843 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
9844 regexps for GDB's current line display, accept a hex address
9845 preceding the line number.
9846
9847 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9848
9849 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
9850 the 'arch1' variable for "s390*-linux*" targets.
9851
9852 2015-03-04 Pedro Alves <palves@redhat.com>
9853
9854 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
9855 (main): Pass missing retval argument to pthread_join call.
9856
9857 2015-03-02 Pedro Alves <palves@redhat.com>
9858
9859 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
9860 (top level): Call do_test with non-stop as well.
9861
9862 2015-03-02 Pedro Alves <palves@redhat.com>
9863
9864 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
9865 -1.
9866
9867 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
9868
9869 * gdb.arch/s390-vregs.exp: New test.
9870 * gdb.arch/s390-vregs.S: New file.
9871
9872 2015-02-27 Pedro Alves <palves@redhat.com>
9873
9874 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
9875 call to catch_command_errors.
9876 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
9877 catch_command_errors.
9878
9879 2015-02-27 Pedro Alves <palves@redhat.com>
9880
9881 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
9882 "true" for boolean result.
9883 * gdb.gdb/selftest.exp (test_with_self): Also accept full
9884 prototype of main.
9885
9886 2015-02-27 Pedro Alves <palves@redhat.com>
9887
9888 * lib/unbuffer_output.c: New file.
9889 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
9890 (main): Call gdb_unbuffer_output.
9891
9892 2015-02-27 Yao Qi <yao.qi@linaro.org>
9893
9894 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
9895 target.
9896
9897 2015-02-26 Doug Evans <dje@google.com>
9898
9899 * gdb.cp/class2.cc (Dbase, D): New classes.
9900 (main): New local delta.
9901 * gdb.cp/class2.exp: Test printing delta.
9902 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
9903 (dynbar): New global.
9904 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
9905
9906 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9907
9908 * gdb.compile/compile-ifunc.c: New file.
9909 * gdb.compile/compile-ifunc.exp: New file.
9910
9911 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
9912
9913 * gdb.base/structs.exp: Check for correct struct on finish.
9914
9915 2015-02-26 Yao Qi <yao.qi@linaro.org>
9916
9917 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
9918 is zero.
9919
9920 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9921
9922 * gdb.arch/cordic.ko.bz2: New file.
9923 * gdb.arch/cordic.ko.debug.bz2: New file.
9924 * gdb.arch/ppc64-symtab-cordic.exp: New file.
9925
9926 2015-02-25 Yao Qi <yao.qi@linaro.org>
9927
9928 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
9929 aarch64*-*-* target.
9930
9931 2015-02-23 Pedro Alves <palves@redhat.com>
9932
9933 * lib/gdb.exp (delete_breakpoints): Rewrite using
9934 gdb_test_multiple.
9935
9936 2015-02-23 Pedro Alves <palves@redhat.com>
9937
9938 * gdb.base/info-os.c: Include stdlib.h.
9939
9940 2015-02-22 Doug Evans <xdje42@gmail.com>
9941
9942 PR symtab/17855
9943 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
9944 is read after symbols have been re-read.
9945 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
9946 * gdb.ada/exec_changed/second.adb (Second): Ditto.
9947
9948 2015-02-21 Doug Evans <dje@google.com>
9949
9950 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
9951
9952 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9953
9954 PR corefiles/17808
9955 * gdb.arch/i386-biarch-core.core.bz2: New file.
9956 * gdb.arch/i386-biarch-core.exp: New file.
9957
9958 2015-02-21 Pedro Alves <palves@redhat.com>
9959
9960 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
9961 runto_main fails.
9962
9963 2015-02-20 Pedro Alves <palves@redhat.com>
9964
9965 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
9966 info probes.
9967
9968 2015-02-20 Pedro Alves <palves@redhat.com>
9969
9970 * gdb.threads/multi-create-ns-info-thr.exp: New file.
9971
9972 2015-02-20 Pedro Alves <palves@redhat.com>
9973
9974 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
9975 clean_restart before gdb_target_supports_trace.
9976
9977 2015-02-20 Pedro Alves <palves@redhat.com>
9978
9979 PR threads/18006
9980 * gdb.threads/clone-thread_db.c: New file.
9981 * gdb.threads/clone-thread_db.exp: New file.
9982
9983 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
9984
9985 PR breakpoints/16812
9986 * gdb.base/catch-gdb-caused-signals.c: New file.
9987 * gdb.base/catch-gdb-caused-signals.exp: New file.
9988
9989 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
9990
9991 * configure: Regenerated.
9992 * configure.ac: Use GDB_AC_TRANSFORM.
9993 * aclocal.m4: sinclude ../transform.m4.
9994
9995 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9996
9997 * lib/dtrace.exp: New file.
9998 * gdb.base/dtrace-probe.exp: Likewise.
9999 * gdb.base/dtrace-probe.d: Likewise.
10000 * gdb.base/dtrace-probe.c: Likewise.
10001 * lib/pdtrace.in: Likewise.
10002 * configure.ac: Output variables with the transformed names of
10003 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10004 * configure: Regenerated.
10005
10006 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10007
10008 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10009 expected message when trying to access $_probe_* convenience
10010 variables while not on a probe.
10011
10012 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10013
10014 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10015
10016 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10017
10018 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10019 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10020
10021 2015-02-10 Doug Evans <xdje42@gmail.com>
10022
10023 * lib/gdb.exp (gdb_load): Always return a result.
10024
10025 2015-02-10 Pedro Alves <palves@redhat.com>
10026
10027 * gdb.threads/signal-sigtrap.c: New file.
10028 * gdb.threads/signal-sigtrap.exp: New file.
10029
10030 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10031
10032 * gdb.trace/no-attach-trace.c: New file.
10033 * gdb.trace/no-attach-trace.exp: New file.
10034
10035 2015-02-09 Mark Wielaard <mjw@redhat.com>
10036
10037 * gdb.dwarf2/atomic.c: New file.
10038 * gdb.dwarf2/atomic-type.exp: Likewise.
10039
10040 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10041
10042 * gdb.btrace/buffer-size.exp: Update "info record" output.
10043 * gdb.btrace/delta.exp: Update "info record" output.
10044 * gdb.btrace/enable.exp: Update "info record" output.
10045 * gdb.btrace/finish.exp: Update "info record" output.
10046 * gdb.btrace/instruction_history.exp: Update "info record" output.
10047 * gdb.btrace/next.exp: Update "info record" output.
10048 * gdb.btrace/nexti.exp: Update "info record" output.
10049 * gdb.btrace/step.exp: Update "info record" output.
10050 * gdb.btrace/stepi.exp: Update "info record" output.
10051 * gdb.btrace/nohist.exp: Update "info record" output.
10052
10053 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10054
10055 * gdb.btrace/buffer-size: New.
10056
10057 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10058
10059 * gdb.btrace/delta.exp: Update "info record" output.
10060 * gdb.btrace/enable.exp: Update "info record" output.
10061 * gdb.btrace/finish.exp: Update "info record" output.
10062 * gdb.btrace/instruction_history.exp: Update "info record" output.
10063 * gdb.btrace/next.exp: Update "info record" output.
10064 * gdb.btrace/nexti.exp: Update "info record" output.
10065 * gdb.btrace/step.exp: Update "info record" output.
10066 * gdb.btrace/stepi.exp: Update "info record" output.
10067 * gdb.btrace/nohist.exp: Update "info record" output.
10068
10069 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10070
10071 PR gdb/15678
10072 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10073
10074 2015-02-06 Pedro Alves <palves@redhat.com>
10075
10076 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10077 macro.
10078 (seconds_left, again): New globals.
10079 (main): Wait seconds_left in a 1-second sleep loop instead of
10080 sleeping 180 seconds. If 'again' is set, reset the seconds
10081 counter.
10082 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10083 'again' in the inferior before detaching. Print the seconds left.
10084 (options): New global.
10085 (top level): Build program with -DTIMEOUT=$timeout.
10086
10087 2015-02-06 Pedro Alves <palves@redhat.com>
10088
10089 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10090 determine how many seconds to pass to 'alarm'.
10091 * gdb.base/gdb-sigterm.exp (top level): Build program with
10092 -DTIMEOUT=$timeout.
10093 (do_test): Return success/failure indication. Add more verbose
10094 logging. Don't fail if 200 single steps are seen. Instead, fail
10095 when the test times out.
10096 (passes): New global.
10097 (top level): Break the testing loop if testing fails on any
10098 iteration. Use gdb_assert.
10099
10100 2015-02-04 Don Breazeal <donb@codesourcery.com>
10101
10102 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10103 and initialize them.
10104 (ipc_cleanup): New function.
10105 (main): Don't declare shmid, semid, and msqid. Add a call to
10106 atexit so that we call ipc_cleanup on exit.
10107
10108 2015-02-04 Pedro Alves <palves@redhat.com>
10109
10110 * boards/native-extended-gdbserver.exp: Remove any target variant
10111 specifications from the board name before clearing the isremote
10112 flag from board_info.
10113
10114 2015-01-31 Doug Evans <xdje42@gmail.com>
10115
10116 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10117
10118 2015-01-31 Gary Benson <gbenson@redhat.com>
10119
10120 * gdb.base/completion.exp: Disable completion limiting for
10121 existing tests. Add new tests to check completion limiting.
10122 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10123
10124 2015-01-31 Doug Evans <xdje42@gmail.com>
10125
10126 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10127
10128 2015-01-31 Doug Evans <xdje42@gmail.com>
10129
10130 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10131 entries. Duplicate file section script entries.
10132 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10133 inlined entries. Add test for safe-path rejection.
10134 * gdb.python/py-section-script.c: Add duplicate inlined section script
10135 entries. Duplicate file section script entries.
10136 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10137 inlined entries. Add test for safe-path rejection.
10138
10139 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10140
10141 * gdb.ada/disc_arr_bound: New testcase.
10142
10143 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10144
10145 * gdb.ada/mi_var_array: New testcase.
10146
10147 2015-01-27 Doug Evans <dje@google.com>
10148
10149 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10150 Add test for objfile.filename, objfile.username after objfile
10151 has been unloaded.
10152
10153 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10154
10155 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10156 the second test to print the name attribute of value
10157 returned by the call to gdb.lookup_type, and adjust
10158 the expected output accordingly.
10159
10160 2015-01-25 Mark Wielaard <mjw@redhat.com>
10161
10162 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10163 * gdb.base/disp-step-fork.c: Include unistd.h.
10164 * gdb.base/siginfo-obj.c: Include stdio.h.
10165 * gdb.base/siginfo-thread.c: Likewise.
10166 * gdb.mi/non-stop.c: Include unistd.h.
10167 * gdb.mi/nsthrexec.c: Include stdio.h.
10168 * gdb.mi/pthreads.c: Include unistd.h.
10169 * gdb.modula2/unbounded1.c (main): Declare returns int.
10170 * gdb.reverse/consecutive-reverse.c: Likewise.
10171 * gdb.threads/create-fail.c: Include unistd.h.
10172 * gdb.threads/killed.c: Likewise.
10173 * gdb.threads/linux-dp.c: Likewise.
10174 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10175 * gdb.threads/non-ldr-exc-2.c: Likewise.
10176 * gdb.threads/non-ldr-exc-3.c: Likewise.
10177 * gdb.threads/non-ldr-exc-4.c: Likewise.
10178 * gdb.threads/pthreads.c: Include unistd.h.
10179 (main): Declare returns int.
10180 * gdb.threads/tls-main.c (foo): New declaration.
10181 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10182
10183 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10184
10185 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10186 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10187
10188 2015-01-15 Mark Wielaard <mjw@redhat.com>
10189
10190 * gdb.base/noreturn-return.c: New file.
10191 * gdb.base/noreturn-return.exp: New file.
10192 * gdb.base/noreturn-finish.c: New file.
10193 * gdb.base/noreturn-finish.exp: New file.
10194
10195 2015-01-23 Pedro Alves <palves@redhat.com>
10196
10197 * gdb.threads/continue-pending-after-query.c: New file.
10198 * gdb.threads/continue-pending-after-query.exp: New file.
10199
10200 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10201 Simon Marchi <simon.marchi@ericsson.com>
10202
10203 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10204 * gdb.base/valgrind-db-attach.exp: Same.
10205 * gdb.base/valgrind-infcall.exp: Same.
10206 * lib/mi-support.exp (default_mi_gdb_start): Same.
10207 * lib/prompt.exp (default_prompt_gdb_start): Same.
10208 * lib/gdb.exp (default_gdb_spawn): Same.
10209 (gdb_interact): New.
10210
10211
10212 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10213
10214 * gdb.compile/compile.exp (pointer to jit function): New test.
10215
10216 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10217
10218 * lib/gdb.exp (supports_process_record): Return true for
10219 powerpc*-*-linux*.
10220 (supports_reverse): Likewise.
10221
10222 2015-01-15 Don Breazeal <donb@codesourcery.com>
10223
10224 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10225 instead of checking whether the target board is remote and
10226 use spawn_wait_for_attach instead of exec/sleep.
10227 * gdb.base/attach-twice.exp: Likewise.
10228
10229 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10230
10231 * gdb.ada/var_arr_attrs: New testcase.
10232
10233 2015-01-14 Pedro Alves <palves@redhat.com>
10234 Joel Brobecker <brobecker@adacore.com>
10235
10236 PR gdb/17525
10237 * gdb.base/bp-cmds-execution-x-script.c: New file.
10238 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10239 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10240
10241 2015-01-14 Pedro Alves <palves@redhat.com>
10242
10243 PR cli/17828
10244 * gdb.base/batch-preserve-term-settings.c: New file.
10245 * gdb.base/batch-preserve-term-settings.exp: New file.
10246
10247 2015-01-13 Doug Evans <dje@google.com>
10248
10249 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10250 binary.
10251
10252 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10253
10254 * Makefile.in (clean mostlyclean): Do not delete *.py.
10255
10256 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10257
10258 * gdb.python/py-lookup-type.exp: New file.
10259
10260 2015-01-12 Pedro Alves <palves@redhat.com>
10261
10262 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10263 restore GDBFLAGS before returning.
10264
10265 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10266
10267 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10268 is_amd64_regs_target and is_x86_like_target.
10269
10270 2015-01-11 Doug Evans <xdje42@gmail.com>
10271
10272 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10273 is given without an explicit form.
10274 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10275 attributes.
10276 * gdb.dwarf/corrupt.exp: Ditto.
10277 * gdb.dwarf2/enum-type.exp: Ditto.
10278 * gdb.trace/entry-values.exp: Ditto.
10279 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10280
10281 2015-01-11 Doug Evans <xdje42@gmail.com>
10282
10283 PR gdb/15830
10284 * gdb.base/maint.exp: Remove references to "maint demangle".
10285 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10286 Add tests for explicitly specifying language to demangle.
10287 * gdb.dlang/demangle.exp: Ditto.
10288
10289 2015-01-09 Pedro Alves <palves@redhat.com>
10290
10291 * gdb.threads/non-stop-fair-events.c: New file.
10292 * gdb.threads/non-stop-fair-events.exp: New file.
10293
10294 2015-01-09 Pedro Alves <palves@redhat.com>
10295
10296 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10297 the global scope. Set a breakpoint after all threads are started
10298 rather than stepping over two source lines. Expect the prompt.
10299 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10300 global.
10301 (NUM): Now 15.
10302 (main): Use threads_started_barrier to wait for all threads to
10303 start. Main thread no longer calls thread_function. Exit after
10304 180 seconds.
10305 (loop): New function.
10306 (thread_function): Wait on threads_started_barrier barrier. Call
10307 'loop' at each iteration.
10308 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10309 threads have started, instead of hardcoding number of "next"
10310 steps. Use an access watchpoint instead of a write watchpoint.
10311
10312 2015-01-09 Pedro Alves <palves@redhat.com>
10313
10314 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10315 (thread_func): Wait on barrier.
10316 (main): Wait for all threads to start before stopping GDB.
10317 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10318 global.
10319 (thread1_func, thread2_func): Wait on barrier.
10320 (main): Wait for all threads to start before stopping GDB.
10321 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10322 New global.
10323 (thread1_func, thread2_func): Wait on barrier.
10324 (main): Wait for all threads to start before stopping GDB.
10325
10326 2015-01-09 Pedro Alves <palves@redhat.com>
10327
10328 * gdb.threads/attach-many-short-lived-threads.c: New file.
10329 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10330
10331 2014-01-09 Pedro Alves <palves@redhat.com>
10332
10333 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10334 instead of to thread 2.
10335 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10336 Add barrier around each pthread_create call instead of around all
10337 calls.
10338 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10339 Set a break on thread_function and have the child threads hit it
10340 one at at a time.
10341
10342 2015-01-09 Pedro Alves <palves@redhat.com>
10343
10344 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10345 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10346 false.
10347 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10348 checking whether the target board is remote.
10349 * gdb.multi/multi-attach.exp: Likewise.
10350 * gdb.python/py-sync-interp.exp: Likewise.
10351 * gdb.server/ext-attach.exp: Likewise.
10352 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10353 tests that need to attach, instead of checking whether the target
10354 board is remote at the top of the file.
10355
10356 2015-01-08 Yao Qi <yao@codesourcery.com>
10357
10358 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10359
10360 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10361
10362 Fix testcase compilation.
10363 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10364
10365 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10366
10367 * gdb.python/py-type.exp: Add a couple test about empty
10368 array creation, and negative-length array creation.
10369
10370 2015-01-02 Doug Evans <xdje42@gmail.com>
10371
10372 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10373
10374 2015-01-02 Doug Evans <dje@google.com>
10375
10376 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10377
10378 2014-12-29 Yao Qi <yao@codesourcery.com>
10379
10380 * gdb.trace/entry-values.exp: Update comments. Rename variable
10381 bar_call_foo to returned_from_foo.
10382
10383 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10384
10385 PR gdb/17394
10386 * gdb.linespec/break-asm-file.c: New file.
10387 * gdb.linespec/break-asm-file.exp: New file.
10388 * gdb.linespec/break-asm-file0.s: New file.
10389 * gdb.linespec/break-asm-file1.s: New file.
10390
10391 2014-12-18 Nigel Stephens <nigel@mips.com>
10392 Maciej W. Rozycki <macro@codesourcery.com>
10393
10394 * gdb.base/float.exp: Handle the new output from "info float" on
10395 MIPS targets.
10396
10397 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10398
10399 Fix MinGW compilation.
10400 * gdb.compile/compile-ops.exp: Update untested message if
10401 !skip_compile_feature_tests.
10402 * gdb.compile/compile-setjmp.exp: Likewise.
10403 * gdb.compile/compile-tls.exp: Likewise.
10404 * gdb.compile/compile.exp: Likewise.
10405 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10406 supported on this host".
10407
10408 2014-12-16 Doug Evans <xdje42@gmail.com>
10409
10410 * boards/stabs.exp: New file.
10411
10412 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10413
10414 * gdb.base/completion.exp: Adjust to format changes of "maint
10415 print user-registers".
10416
10417 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10418
10419 PR server/17457
10420 * gdb.arch/aarch64-fp.c: New file.
10421 * gdb.arch/aarch64-fp.exp: New file.
10422
10423 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10424
10425 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10426 r210637, r210913, r211666, r215400, r215817).
10427
10428 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10429 * dg-extract-results.py: New file.
10430 * dg-extract-results.sh: Use it if the environment seems
10431 suitable.
10432
10433 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10434
10435 * dg-extract-results.py (parse_run): Handle warnings that
10436 are printed before a test harness is run.
10437
10438 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10439
10440 * dg-extract-results.py (Named): Remove __cmp__ method.
10441 (output_variation): Use a key to sort variation.harnesses.
10442
10443 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10444
10445 * dg-extract-results.py: For Python 3, force sys.stdout to
10446 handle surrogate escape sequences.
10447 (safe_open): New function.
10448 (output_segment, main): Use it.
10449
10450 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10451
10452 * dg-extract-results.py (Prog.result_re): Include options
10453 in test name.
10454
10455 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10456
10457 * dg-extract-results.py (output_variation): Always sort if
10458 do_sum.
10459
10460 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10461
10462 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10463 as long as we get pagination notifications.
10464
10465 2014-12-15 Jason Merrill <jason@redhat.com>
10466
10467 * Makefile.in (check-gdb.%): Restore.
10468 * README: Mention it.
10469
10470 2014-12-13 Joel Brobecker <brobecker@adacore.com>
10471
10472 * gdb.ada/str_uninit: New testcase.
10473
10474 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10475
10476 PR symtab/17642
10477 * gdb.base/vla-stub-define.c: New file.
10478 * gdb.base/vla-stub.c: New file.
10479 * gdb.base/vla-stub.exp: New file.
10480
10481 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10482 Jan Kratochvil <jan.kratochvil@redhat.com>
10483 Tom Tromey <tromey@redhat.com>
10484
10485 * configure.ac: Add gdb.compile/.
10486 * configure: Regenerate.
10487 * gdb.compile/Makefile.in: New file.
10488 * gdb.compile/compile-ops.exp: New file.
10489 * gdb.compile/compile-ops.c: New file.
10490 * gdb.compile/compile-tls.c: New file.
10491 * gdb.compile/compile-tls.exp: New file.
10492 * gdb.compile/compile-constvar.S: New file.
10493 * gdb.compile/compile-constvar.c: New file.
10494 * gdb.compile/compile-mod.c: New file.
10495 * gdb.compile/compile-nodebug.c: New file.
10496 * gdb.compile/compile-setjmp-mod.c: New file.
10497 * gdb.compile/compile-setjmp.c: New file.
10498 * gdb.compile/compile-setjmp.exp: New file.
10499 * gdb.compile/compile-shlib.c: New file.
10500 * gdb.compile/compile.c: New file.
10501 * gdb.compile/compile.exp: New file.
10502 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10503
10504 2014-12-12 Tom Tromey <tromey@redhat.com>
10505
10506 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10507 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10508
10509 2014-12-12 Doug Evans <dje@google.com>
10510
10511 * lib/gdb-python.exp (get_python_valueof): New function.
10512 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10513
10514 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10515
10516 * gdb.base/completion.exp: Add test for completion of "info
10517 registers ".
10518
10519 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10520
10521 * gdb.base/func-ptrs.c: New file.
10522 * gdb.base/func-ptrs.exp: New file.
10523
10524 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10525
10526 PR breakpoints/17012
10527 * gdb.base/dprintf-detach.c: New file.
10528 * gdb.base/dprintf-detach.exp: New file.
10529
10530 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10531
10532 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10533 * lib/gdb.exp (target_is_gdbserver): New procedure.
10534
10535 2014-12-08 Doug Evans <dje@google.com>
10536
10537 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10538
10539 2014-12-05 Yao Qi <yao@codesourcery.com>
10540
10541 * gdb.guile/scm-error.exp: Remove the third argument to
10542 gdb_remote_download.
10543 * gdb.guile/scm-frame-args.exp: Likewise.
10544 * gdb.guile/scm-section-script.exp: Likewise.
10545
10546 2014-12-05 Yao Qi <yao@codesourcery.com>
10547
10548 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10549
10550 2014-12-04 Doug Evans <dje@google.com>
10551
10552 * gdb.python/py-objfile.exp: Add tests for
10553 objfile.add_separate_debug_file.
10554
10555 2014-12-04 Doug Evans <dje@google.com>
10556
10557 * lib/gdb.exp (get_build_id): New function.
10558 (build_id_debug_filename_get): Rewrite to use it.
10559 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10560
10561 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10562
10563 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10564 `method(long)', not just 0x0.
10565 * gdb.cp/nsalias.exp: Align code labels to 4.
10566 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10567 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10568 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10569 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10570 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10571 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10572
10573 2014-12-02 Doug Evans <dje@google.com>
10574
10575 PR symtab/17602
10576 * gdb.cp/anon-ns.cc: Move guts of this file to ...
10577 * gdb.cp/anon-ns2.cc: ... here. New file.
10578 * gdb.cp/anon-ns.exp: Update.
10579
10580 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
10581
10582 * gdb.python/py-events.py (inferior_call_handler): New.
10583 (register_changed_handler, memory_changed_handler): New.
10584 (test_events.invoke): Register new handlers.
10585 * gdb.python/py-events.exp: Add tests for inferior call,
10586 memory_changed and register_changed events.
10587
10588 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10589
10590 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10591 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10592 if the linker doesn't understand this.
10593
10594 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10595
10596 * gdb.python/python.exp: Change expected reply to help().
10597
10598 2014-12-01 Yao Qi <yao@codesourcery.com>
10599
10600 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10601 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10602 * configure: Re-generated.
10603
10604 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10605
10606 * gdb.cp/chained-calls.cc: New file.
10607 * gdb.cp/chained-calls.exp: New file.
10608 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10609
10610 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10611
10612 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10613 * gdb.dwarf2/symtab-producer.exp: Same.
10614 * gdb.gdb/python-interrupts.exp: Same.
10615 * gdb.gdb/python-selftest.exp: Same.
10616 * gdb.python/py-linetable.exp: Same.
10617 * gdb.python/py-type.exp: Same.
10618 * gdb.python/py-value-cc.exp: Same.
10619 * gdb.python/py-value.exp: Same.
10620
10621 2014-11-28 Yao Qi <yao@codesourcery.com>
10622
10623 * gdb.base/break-probes.exp: Match library name prefixed with
10624 sysroot.
10625
10626 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10627
10628 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10629 test expected output. Add parentheses for the call to print.
10630 Remove L suffix from integers.
10631
10632 2014-11-26 Doug Evans <dje@google.com>
10633
10634 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10635
10636 2014-11-22 Yao Qi <yao@codesourcery.com>
10637
10638 * gdb.trace/entry-values.c: Remove asms.
10639 (foo): Add foo_label.
10640 (bar): Add bar_label.
10641 * gdb.trace/entry-values.exp: Remove code computing foo's
10642 length and bar's length.
10643 (Dwarf::assemble): Invoke function_range for bar and use
10644 MACRO_AT_func for foo.
10645
10646 2014-11-22 Yao Qi <yao@codesourcery.com>
10647
10648 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10649 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10650 Use .Lgcc43_procstart instead of gcc43.
10651
10652 2014-11-21 Joel Brobecker <brobecker@adacore.com>
10653
10654 * gdb.ada/n_arr_bound: New testcase.
10655
10656 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10657
10658 PR breakpoints/10737
10659 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10660 test_catch_syscall_multi_arch.
10661 (test_catch_syscall_multi_arch): New function.
10662
10663 2014-11-20 Doug Evans <xdje42@gmail.com>
10664
10665 * gdb.base/maint.exp: Update expected output.
10666
10667 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10668
10669 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10670 4-byte instruction on S390.
10671
10672 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10673
10674 * gdb.ada/arr_arr: New testcase.
10675
10676 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10677
10678 * gdb.ada/pkd_arr_elem: New Testcase.
10679
10680 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
10681
10682 * gdb.reverse/break-precsave: Expect completion message for
10683 core file reads.
10684 * gdb.reverse/consecutive-precsave.exp: Likewise.
10685 * gdb.reverse/finish-precsave.exp: Likewise.
10686 * gdb.reverse/i386-precsave.exp: Likewise.
10687 * gdb.reverse/machinestate-precsave.exp: Likewise.
10688 * gdb.reverse/sigall-precsave.exp: Likewise.
10689 * gdb.reverse/solib-precsave.exp: Likewise.
10690 * gdb.reverse/step-precsave.exp: Likewise.
10691 * gdb.reverse/until-precsave.exp: Likewise.
10692 * gdb.reverse/watch-precsave.exp: Likewise.
10693
10694 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10695
10696 * gdb.base/bp-permanent.c: Include unistd.h.
10697 * gdb.python/py-framefilter-mi.c (main): Add return type.
10698 * gdb.python/py-framefilter.c (main): Likewise.
10699 * gdb.trace/actions-changed.c (main): Likewise.
10700
10701 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10702
10703 * gdb.mi/until.c: Add eye-catchers.
10704 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
10705 line numbers.
10706
10707 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10708
10709 * gdb.base/condbreak.exp: Drop references to removed non-prototype
10710 function header variants in break1.c.
10711 * gdb.base/ena-dis-br.exp: Likewise.
10712 * gdb.base/hbreak2.exp: Likewise.
10713 * gdb.reverse/until-precsave.exp: Drop references to removed
10714 non-prototype function header variants in ur1.c.
10715 * gdb.reverse/until-reverse.exp: Likewise.
10716
10717 2014-11-17 Petr Machata <pmachata@redhat.com>
10718
10719 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
10720 ${_cu_offset_size} bytes abbrev offset.
10721
10722 2014-11-15 Doug Evans <xdje42@gmail.com>
10723
10724 PR symtab/17559
10725 * gdb.base/line-symtabs.exp: New file.
10726 * gdb.base/line-symtabs.c: New file.
10727 * gdb.base/line-symtabs.h: New file.
10728
10729 2014-11-14 Yao Qi <yao@codesourcery.com>
10730
10731 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
10732 (func): Add label func_label.
10733 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
10734 Replace low_pc and high_pc with MACRO_AT_range.
10735 Replace name, low_pc and high_pc with MACRO_AT_func.
10736
10737 2014-11-14 Yao Qi <yao@codesourcery.com>
10738
10739 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
10740 Replace name, low_pc and high_pc with MACRO_AT_func.
10741
10742 2014-11-14 Yao Qi <yao@codesourcery.com>
10743
10744 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
10745 produce debug information.
10746 * gdb.dwarf2/implptr-optimized-out.S: Removed.
10747
10748 2014-11-14 Yao Qi <yao@codesourcery.com>
10749
10750 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
10751 object and get function length.
10752 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
10753 with MACRO_AT_func.
10754 (top-level): Replace gdb_compile and clean_restart with
10755 prepare_for_testing.
10756 * gdb.dwarf2/main.c (main): Add label main_label.
10757
10758 2014-11-14 Yao Qi <yao@codesourcery.com>
10759
10760 * lib/dwarf.exp (function_range): New procedure.
10761 (Dwarf::_handle_macro_at_func): New procedure.
10762 (Dwarf::_handle_macro_at_range): New procedure.
10763 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
10764
10765 2014-11-14 Yao Qi <yao@codesourcery.com>
10766
10767 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
10768 (_handle_attribute): New procedure.
10769
10770 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10771
10772 * gdb.ada/cond_lang/foo.c (callme): Add return type.
10773 * gdb.base/call-sc.c (zed): Likewise.
10774 * gdb.base/checkpoint.c (main): Likewise.
10775 * gdb.base/dump.c (main): Likewise.
10776 * gdb.base/gcore.c (main): Likewise.
10777 * gdb.base/huge.c (main): Likewise.
10778 * gdb.base/multi-forks.c (main): Likewise.
10779 * gdb.base/pr10179-a.c (main): Likewise.
10780 * gdb.base/savedregs.c (main): Likewise.
10781 * gdb.base/sigaltstack.c (main): Likewise.
10782 * gdb.base/siginfo.c (main): Likewise.
10783 * gdb.base/structs.c (zed): Likewise.
10784 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
10785 * gdb.mi/mi-syn-frame.c (main): Likewise.
10786 * gdb.mi/until.c (foo, main): Likewise.
10787 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
10788 * gdb.base/solib-weak.c (foo): Declare.
10789 * gdb.base/attach-twice.c: Include stdio.h.
10790 * gdb.base/weaklib1.c: Likewise.
10791 * gdb.base/weaklib2.c: Likewise.
10792 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
10793 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
10794 unistd.h.
10795 * gdb.base/attach-pie-misread.c: Include stdlib.h.
10796 * gdb.mi/mi-exit-code.c: Likewise.
10797 * gdb.base/break-interp-lib.c: Include string.h.
10798 * gdb.base/coremaker.c: Likewise.
10799 * gdb.base/testenv.c: Likewise.
10800 * gdb.python/py-finish-breakpoint.c: Likewise.
10801 * gdb.base/inferior-died.c: Include sys/wait.h.
10802 * gdb.base/fileio.c: Include time.h.
10803 * gdb.base/async-shell.c: Include unistd.h.
10804 * gdb.base/dprintf-non-stop.c: Likewise.
10805 * gdb.base/info-os.c: Likewise.
10806 * gdb.mi/mi-console.c: Likewise.
10807 * gdb.mi/watch-nonstop.c: Likewise.
10808 * gdb.python/py-events.c: Likewise.
10809 * gdb.base/async.c (baz): Move up before its invocation.
10810 * gdb.base/code_elim2.c (my_global_func): Likewise.
10811 * gdb.base/skip-solib-lib.c (multiply): Likewise.
10812 * gdb.base/advance.c (func2): Likewise.
10813
10814 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10815
10816 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
10817 variant.
10818 * gdb.base/annota3.c: Likewise.
10819 * gdb.base/async.c: Likewise.
10820 * gdb.base/average.c: Likewise.
10821 * gdb.base/call-ar-st.c: Likewise.
10822 * gdb.base/call-rt-st.c: Likewise.
10823 * gdb.base/call-sc.c: Likewise.
10824 * gdb.base/call-strs.c: Likewise.
10825 * gdb.base/ending-run.c: Likewise.
10826 * gdb.base/execd-prog.c: Likewise.
10827 * gdb.base/exprs.c: Likewise.
10828 * gdb.base/foll-exec.c: Likewise.
10829 * gdb.base/foll-fork.c: Likewise.
10830 * gdb.base/foll-vfork.c: Likewise.
10831 * gdb.base/funcargs.c: Likewise.
10832 * gdb.base/gcore.c: Likewise.
10833 * gdb.base/jump.c: Likewise.
10834 * gdb.base/langs0.c: Likewise.
10835 * gdb.base/langs1.c: Likewise.
10836 * gdb.base/langs2.c: Likewise.
10837 * gdb.base/mips_pro.c: Likewise.
10838 * gdb.base/nodebug.c: Likewise.
10839 * gdb.base/opaque0.c: Likewise.
10840 * gdb.base/opaque1.c: Likewise.
10841 * gdb.base/recurse.c: Likewise.
10842 * gdb.base/run.c: Likewise.
10843 * gdb.base/scope0.c: Likewise.
10844 * gdb.base/scope1.c: Likewise.
10845 * gdb.base/setshow.c: Likewise.
10846 * gdb.base/setvar.c: Likewise.
10847 * gdb.base/shmain.c: Likewise.
10848 * gdb.base/shr1.c: Likewise.
10849 * gdb.base/shr2.c: Likewise.
10850 * gdb.base/sigall.c: Likewise.
10851 * gdb.base/signals.c: Likewise.
10852 * gdb.base/so-indr-cl.c: Likewise.
10853 * gdb.base/solib2.c: Likewise.
10854 * gdb.base/structs.c: Likewise.
10855 * gdb.base/sum.c: Likewise.
10856 * gdb.base/vforked-prog.c: Likewise.
10857 * gdb.base/watchpoint.c: Likewise.
10858 * gdb.reverse/shr2.c: Likewise.
10859 * gdb.reverse/until-reverse.c: Likewise.
10860 * gdb.reverse/ur1.c: Likewise.
10861 * gdb.reverse/watch-reverse.c: Likewise.
10862
10863 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10864
10865 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
10866 variant.
10867 * gdb.base/sepdebug.exp: Drop references to removed code.
10868
10869 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10870
10871 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
10872 variant. Preserve original line numbering.
10873 * gdb.base/list1.c: Likewise.
10874
10875 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10876
10877 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
10878 variant.
10879 * gdb.base/break1.c: Likewise.
10880 * gdb.base/break.exp: Drop references to removed code.
10881
10882 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10883
10884 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
10885 variant.
10886
10887 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10888
10889 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
10890
10891 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10892
10893 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
10894 logic into perform_all_tests() and invoke it with and without
10895 function header prototypes.
10896 (do_function_calls): Remove conditional XFAIL for PR 5318.
10897 (rerun_and_prepare): Remove duplicate code.
10898 (perform_all_tests): New. Main logic moved here.
10899
10900 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10901
10902 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
10903 code guarded by #ifdef NO_PROTOTYPES.
10904 (t_double_many_args): Likewise.
10905 (DEF_FUNC_MANY_ARGS_1): Likewise.
10906 (DEF_FUNC_VALUES_1): Likewise.
10907 (t_structs_ldc): Renamed from t_structs_fc in conditional code
10908 guarded by #ifdef PROTOTYPES.
10909
10910 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10911
10912 * gdb.mi/mi-console.c: Add eye-catcher.
10913 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
10914 instead of literal line number.
10915
10916 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10917
10918 * gdb.base/shr2.c: Add eye-catcher.
10919 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
10920 line number.
10921
10922 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10923
10924 * gdb.base/jump.c: Add eye-catchers.
10925 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
10926 numbers.
10927
10928 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10929
10930 * gdb.base/execd-prog.c: Add eye-catchers.
10931 * gdb.base/foll-exec.c: Likewise.
10932 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
10933 line numbers.
10934
10935 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10936
10937 * gdb.base/ending-run.c: Add eye-catchers.
10938 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
10939 literal line numbers.
10940
10941 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10942
10943 * gdb.base/call-rt-st.c: Add eye-catchers.
10944 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
10945 literal line numbers.
10946
10947 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10948
10949 * gdb.base/call-ar-st.c: Add eye-catchers.
10950 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
10951 literal line numbers.
10952
10953 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10954
10955 * gdb.base/average.c: Add eye-catchers.
10956 * gdb.base/sum.c: Likewise.
10957 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
10958 regexps dynamically.
10959
10960 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10961
10962 * gdb.base/solib1.c: Add eye-catchers.
10963 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
10964 literal line numbers.
10965
10966 2014-11-12 Pedro Alves <palves@redhat.com>
10967
10968 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
10969 leader has exited.
10970
10971 2014-11-12 Pedro Alves <palves@redhat.com>
10972
10973 * gdb.arch/i386-bp_permanent.c: New file.
10974 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
10975 (srcfile): Set to i386-bp_permanent.c.
10976 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
10977 that stepi does not execute the 'leave' instruction, instead of
10978 testing it does execute.
10979 * gdb.base/bp-permanent.c: New file.
10980 * gdb.base/bp-permanent.exp: New file.
10981
10982 2014-11-10 Doug Evans <xdje42@gmail.com>
10983
10984 PR symtab/17564
10985 * gdb.base/symtab-search-order.exp: New file.
10986 * gdb.base/symtab-search-order.c: New file.
10987 * gdb.base/symtab-search-order-1.c: New file.
10988 * gdb.base/symtab-search-order-shlib-1.c: New file.
10989
10990 2014-11-07 Pedro Alves <palves@redhat.com>
10991
10992 PR gdb/17511
10993 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
10994 i?86-*-linux*.
10995
10996 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
10997
10998 PR c++/17494
10999 * gdb.cp/pr17494.cc: New file.
11000 * gdb.cp/pr17494.exp: New file.
11001
11002 2014-11-02 Yao Qi <yao@codesourcery.com>
11003
11004 * gdb.python/python.exp: Get working directory and match the
11005 output of "set extended-prompt \\w " with it.
11006
11007 2014-10-30 Doug Evans <dje@google.com>
11008
11009 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11010 in objfiles.
11011 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11012 in progspaces.
11013
11014 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11015
11016 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11017 * gdb.base/realname-expand.exp: Likewise.
11018 * gdb.linespec/macro-relative.exp: Likewise.
11019
11020 2014-10-29 Pedro Alves <palves@redhat.com>
11021
11022 PR gdb/17408
11023 * gdb.threads/schedlock.c (some_function): New function.
11024 (call_function): New global.
11025 (MAYBE_CALL_SOME_FUNCTION): New macro.
11026 (thread_function): Call it.
11027 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11028 and use it instead of a global counter. Adjust all callers.
11029 (get_current_thread): Use "find current thread" for test message
11030 here rather than having all callers pass down the same string.
11031 (goto_loop): New procedure, factored out from ...
11032 (my_continue): ... this.
11033 (step_ten_loops): Change parameter from test message to command to
11034 use. Adjust.
11035 (list_count): Delete global.
11036 (check_result): New procedure, factored out from duplicate top
11037 level code.
11038 (continue tests): Wrap in with_test_prefix.
11039 (test_step): New procedure, factored out from duplicate top level
11040 code.
11041 (top level): Test "step" in combination with all scheduler-locking
11042 modes. Test "next" in combination with all scheduler-locking
11043 modes, and in combination with stepping over a function call or
11044 not.
11045 * gdb.threads/next-bp-other-thread.c: New file.
11046 * gdb.threads/next-bp-other-thread.exp: New file.
11047
11048 2014-10-29 Pedro Alves <palves@redhat.com>
11049
11050 PR python/17372
11051 * gdb.python/python.exp: Test a multi-line command that spawns
11052 interactive Python.
11053 * gdb.base/multi-line-starts-subshell.exp: New file.
11054
11055 2014-10-29 Yao Qi <yao@codesourcery.com>
11056
11057 * gdb.base/fileio.exp: Make directories on host.
11058
11059 2014-10-29 Yao Qi <yao@codesourcery.com>
11060
11061 * gdb.base/fileio.c (test_write): Close the file.
11062
11063 2014-10-28 Pedro Alves <palves@redhat.com>
11064
11065 PR gdb/12623
11066 * gdb.base/sigstep.c (no_handler): New global.
11067 (main): If 'no_handler is true, set the signal handlers to
11068 SIG_IGN.
11069 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11070 with_sw_watch and no_handler parameters. Handle them.
11071 (top level) <stepping over handler when stopped at a breakpoint
11072 test>: Add a test axis for testing with a software watchpoint, and
11073 another for testing with the signal handler set to SIG_IGN.
11074 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11075 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11076
11077 2014-10-28 Pedro Alves <palves@redhat.com>
11078
11079 PR gdb/17511
11080 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11081 * gdb.base/sigstep.exp (other_handler_location): New global.
11082 (advance): Support stepping into the signal handler, and running
11083 commands while in the handler.
11084 (in_handler_map): New global.
11085 (top level): In the advance test, add combinations for getting
11086 into the handler with stepping commands, and for running commands
11087 in the handler. Add comment descripting the advancei tests.
11088
11089 2014-10-28 Pedro Alves <palves@redhat.com>
11090
11091 * gdb.base/sigstep.exp: Use build_executable instead of
11092 prepare_for_testing.
11093 (top level): Move code that starts GDB, runs to main and creates a
11094 display to ...
11095 (restart): ... this new procedure.
11096 (top level): Move backtrace from signal handler test to ...
11097 (validate_backtrace): ... this new procedure.
11098 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11099 with_test_prefix. Always restart GDB.
11100 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11101 with_test_prefix. Always restart GDB. No need to delete
11102 breakpoints after the test.
11103 (test_skip_handler): Remove prefix parameter.
11104 (skip_over_handler, breakpoint_to_handler)
11105 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11106 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11107 restart GDB. No need to delete breakpoints after the test.
11108 (top level): Use foreach to call the test procedures with
11109 different commands.
11110
11111 2014-10-28 Pedro Alves <palves@redhat.com>
11112
11113 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11114 instead of GNATS numbers.
11115 * gdb.base/sigbpt.exp: Likewise.
11116 * gdb.base/siginfo.exp: Likewise.
11117 * gdb.base/sigstep.exp: Likewise.
11118
11119 2014-10-27 Pedro Alves <palves@redhat.com>
11120
11121 * gdb.base/sigstep.c (dummy): New global.
11122 (main): Issue a couple writes to the new global.
11123 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11124 procedures.
11125 (skip_over_handler): Use test_skip_handler.
11126 (top level): Call skip_over_handler for stepi and nexti too.
11127 (breakpoint_over_handler): Use test_skip_handler.
11128 (top level): Call breakpoint_over_handler for stepi and nexti too.
11129
11130 2014-10-27 Yao Qi <yao@codesourcery.com>
11131
11132 * gdb.trace/tfile.c (adjust_function_address)
11133 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11134 function descriptor.
11135
11136 2014-10-24 Don Breazeal <donb@codesourcery.com>
11137
11138 * gdb.base/foll-fork.exp (test_follow_fork,
11139 catch_fork_child_follow): Check for updated fork messages emitted
11140 from infrun.c.
11141 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11142 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11143 vfork_and_exec_child_follow_through_step): Check for updated vfork
11144 messages emitted from infrun.c.
11145
11146 2014-10-24 Pedro Alves <palves@redhat.com>
11147
11148 * gdb.base/corefile.exp: Remove references to ultrix.
11149 * gdb.base/interrupt.exp: Likewise.
11150 * gdb.base/whatis.exp: Likewise.
11151 * gdb.gdb/selftest.exp: Likewise.
11152 * gdb.threads/manythreads.exp: Likewise.
11153 * gdb.threads/print-threads.exp: Likewise.
11154 * gdb.threads/pthreads.exp:: Likewise.
11155 * gdb.threads/schedlock.exp: Likewise.
11156
11157 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11158
11159 * gdb.cp/non-trivial-retval.cc: Add a test case.
11160 * gdb.cp/non-trivial-retval.exp: Add a test.
11161
11162 2014-10-20 Yao Qi <yao@codesourcery.com>
11163
11164 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11165 * gdb.python/py-objfile-script-gdb.py: New file.
11166 * gdb.python/py-objfile-script.exp: Update reference to
11167 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11168 of remote_download. Remove the dest file.
11169
11170 2014-10-20 Yao Qi <yao@codesourcery.com>
11171
11172 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11173 * gdb.base/step-line.exp: Likewise.
11174 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11175 * gdb.dwarf2/dw2-basic.exp: Likewise.
11176 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11177 * gdb.dwarf2/dw2-filename.exp: Likewise.
11178 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11179 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11180 * gdb.dwarf2/dw2-producer.exp: Likewise.
11181 * gdb.dwarf2/mac-fileno.exp: Likewise.
11182 * gdb.python/py-frame-args.exp: Likewise.
11183 * gdb.python/py-framefilter.exp: Likewise.
11184 * gdb.python/py-mi.exp: Likewise.
11185 * gdb.python/py-objfile-script.exp: Likewise
11186 * gdb.python/py-pp-integral.exp: Likewise.
11187 * gdb.python/py-pp-re-notag.exp: Likewise.
11188 * gdb.python/py-prettyprint.exp: Likewise.
11189 * gdb.python/py-section-script.exp: Likewise.
11190 * gdb.python/py-typeprint.exp: Likewise.
11191 * gdb.python/py-xmethods.exp: Likewise.
11192 * gdb.stabs/weird.exp: Likewise.
11193 * gdb.xml/tdesc-regs.exp: Likewise.
11194
11195 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11196
11197 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11198 (out_cu): Use addr_len for the size of addresses.
11199 (out_line): Likewise. Size DW_LNE_set_address instruction
11200 according to addr_len.
11201 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11202 (FUNC): Add START_INSNS to definition.
11203
11204 2014-10-18 Yao Qi <yao@codesourcery.com>
11205
11206 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11207 gdb_has_argv0 return true.
11208 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11209 check [target_info exists noargs], check [gdb_has_argv0]
11210 instead.
11211 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11212 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11213 procedures.
11214
11215 2014-10-17 Doug Evans <dje@google.com>
11216
11217 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11218 event.
11219 * gdb.python/py-events.py: Add clear_objfiles event.
11220
11221 2014-10-17 Doug Evans <dje@google.com>
11222
11223 * gdb.python/py-objfile.exp: Test progspace attribute.
11224
11225 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11226
11227 * gdb.guile/scm-breakpoint.exp: Do not assume any
11228 directory separators when matching source file paths.
11229 * gdb.python/py-breakpoint.exp: Likewise.
11230 * gdb.reverse/break-precsave.exp: Likewise.
11231 * gdb.reverse/break-reverse.exp: Likewise.
11232 * gdb.reverse/consecutive-precsave.exp: Likewise.
11233 * gdb.reverse/finish-precsave.exp: Likewise.
11234 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11235 * gdb.reverse/finish-reverse.exp: Likewise.
11236 * gdb.reverse/i386-precsave.exp: Likewise.
11237 * gdb.reverse/i387-env-reverse.exp: Likewise.
11238 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11239 * gdb.reverse/machinestate-precsave.exp: Likewise.
11240 * gdb.reverse/machinestate.exp: Likewise.
11241 * gdb.reverse/sigall-precsave.exp: Likewise.
11242 * gdb.reverse/solib-precsave.exp: Likewise.
11243 * gdb.reverse/step-precsave.exp: Likewise.
11244 * gdb.reverse/until-precsave.exp: Likewise.
11245 * gdb.reverse/watch-precsave.exp: Likewise.
11246 * gdb.reverse/watch-reverse.exp: Likewise.
11247
11248 2014-10-17 Yao Qi <yao@codesourcery.com>
11249
11250 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11251 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11252
11253 2014-10-17 Pedro Alves <palves@redhat.com>
11254
11255 PR gdb/17471
11256 * gdb.base/bg-execution-repeat.c: New file.
11257 * gdb.base/bg-execution-repeat.exp: New file.
11258
11259 2014-10-17 Pedro Alves <palves@redhat.com>
11260
11261 PR gdb/17300
11262 * gdb.base/continue-all-already-running.c: New file.
11263 * gdb.base/continue-all-already-running.exp: New file.
11264
11265 2014-10-17 Pedro Alves <palves@redhat.com>
11266
11267 PR gdb/17472
11268 * gdb.base/annota-input-while-running.c: New file.
11269 * gdb.base/annota-input-while-running.exp: New file.
11270
11271 2014-10-17 Pedro Alves <palves@redhat.com>
11272
11273 * gdb.base/callfuncs.exp: emove references to osf.
11274 * gdb.base/sigall.exp: Likewise.
11275 * gdb.gdb/selftest.exp: Likewise.
11276 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11277 * gdb.mi/non-stop.c: Likewise.
11278 * gdb.mi/pthreads.c: Likewise.
11279 * gdb.reverse/sigall-precsave.exp: Likewise.
11280 * gdb.reverse/sigall-reverse.exp: Likewise.
11281 * gdb.threads/pthreads.c: Likewise.
11282 * gdb.threads/pthreads.exp: Likewise.
11283
11284 2014-10-17 Yao Qi <yao@codesourcery.com>
11285
11286 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11287 check 'target_info exists noargs'.
11288 (test_command_prompt_position): Likewise.
11289 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11290 Remove "set args".
11291 (progvar_simple_while_test): Likewise.
11292 (progvar_complex_if_while_test): Likewise.
11293 (if_while_breakpoint_command_test): Likewise.
11294 (infrun_breakpoint_command_test): Likewise.
11295 (breakpoint_command_test): Likewise.
11296 (watchpoint_command_test): Likewise.
11297 (bp_deleted_in_command_test): Likewise.
11298 (temporary_breakpoint_commands): Likewise.
11299
11300 2014-10-16 Yao Qi <yao@codesourcery.com>
11301
11302 * gdb.base/remotetimeout.exp: Remove noargs checking.
11303
11304 2014-10-15 Pedro Alves <palves@redhat.com>
11305
11306 PR breakpoints/9649
11307 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11308 * gdb.base/breakpoint-in-ro-region.exp
11309 (probe_target_hardware_step): New procedure.
11310 (top level): Probe hardware stepping and hardware breakpoint
11311 support. Test stepping through a read-only region, with both
11312 "breakpoint auto-hw" on and off and both "always-inserted" on and
11313 off.
11314
11315 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11316
11317 * gdb.dlang/demangle.exp: Update for demangling changes.
11318
11319 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11320
11321 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11322 * gdb.cp/non-trivial-retval.exp: Add new tests.
11323
11324 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11325
11326 PR c++/13403
11327 PR c++/15154
11328 * gdb.cp/non-trivial-retval.cc: New file.
11329 * gdb.cp/non-trivial-retval.exp: New file.
11330
11331 2014-10-15 Yao Qi <yao@codesourcery.com>
11332
11333 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11334 remote host.
11335
11336 2014-10-15 Yao Qi <yao@codesourcery.com>
11337
11338 * gdb.python/py-symbol.exp: Match file base name if host is
11339 remote, otherwise match file name with dir name.
11340 * gdb.python/py-symtab.exp: Likewise.
11341 * gdb.python/python.exp: Likewise.
11342
11343 2014-10-15 Yao Qi <yao@codesourcery.com>
11344
11345 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11346 pattern.
11347 * gdb.python/py-symtab.exp: Likewise.
11348 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11349 locationn.
11350
11351 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11352
11353 * gdb.ada/addr_arith: New testcase.
11354
11355 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11356
11357 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11358 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11359 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11360 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11361
11362 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11363
11364 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11365 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11366 * gdb.arch/stap-eval-lang-ada.exp: New file.
11367
11368 2014-10-14 Yao Qi <yao@codesourcery.com>
11369
11370 * gdb.mi/mi-var-child.c (nothing1): New function.
11371 (nothing2): New function.
11372 (do_children_tests): Set function pointers by nothing1 and
11373 nothing2.
11374 * gdb.mi/mi-var-child.exp: Step over new added statements.
11375 Update test to match the new output.
11376 * gdb.mi/var-cmd.c (nothing1): New function.
11377 (nothing2): New function.
11378 (do_children_tests): Set function pointers by nothing1 and
11379 nothing2.
11380 * gdb.mi/mi-var-display.exp: Update test to match output.
11381 Step to the line specified by $line_dct_nothing.
11382 Increase the number of lines to step.
11383
11384 2014-10-14 Yao Qi <yao@codesourcery.com>
11385
11386 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11387 tests.
11388 * gdb.mi/mi2-var-child.exp: Likewise.
11389
11390 2014-10-13 Doug Evans <dje@google.com>
11391
11392 * gdb.python/py-objfile.exp: Change name of file name test.
11393
11394 2014-10-13 Doug Evans <dje@google.com>
11395
11396 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11397 from the start of the CU.
11398
11399 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11400 Yao Qi <yao@codesourcery.com>
11401
11402 Fix "save breakpoints" for "catch" command.
11403 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11404 Remove -nonewline. Match also the added "main" line.
11405
11406 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11407
11408 Fix "save breakpoints" for "disable $bpnum" command.
11409 * gdb.base/save-bp.c (main): Add label.
11410 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11411
11412 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11413
11414 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11415
11416 2014-10-11 Yao Qi <yao@codesourcery.com>
11417
11418 * gdb.server/server-kill.exp: Execute command
11419 "set remote trace-status-packet on" before "tstatus".
11420
11421 2014-10-11 Yao Qi <yao@codesourcery.com>
11422
11423 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11424 (main): Call getppid.
11425 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11426 and continue to it. Read variable "server_pid".
11427
11428 2014-10-11 Yao Qi <yao@codesourcery.com>
11429
11430 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11431
11432 2014-10-11 Yao Qi <yao@codesourcery.com>
11433
11434 * gdb.threads/thread-find.exp: Don't execute command
11435 "info threads".
11436 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11437 * gdb.threads/linux-dp.exp: Don't check the condition
11438 $threads_created equals to zero.
11439
11440 2014-10-10 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/bigcore.exp: Remove references to IRIX.
11443 * gdb.base/funcargs.exp: Likewise.
11444 * gdb.base/interrupt.exp: Likewise.
11445 * gdb.base/mips_pro.exp: Likewise.
11446 * gdb.base/nodebug.exp: Likewise.
11447 * gdb.base/setvar.exp: Likewise.
11448 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11449
11450 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11451 Pedro Alves <palves@redhat.com>
11452
11453 PR symtab/14466
11454 * gdb.base/vdso-warning.c: New file.
11455 * gdb.base/vdso-warning.exp: New file.
11456
11457 2014-10-02 Doug Evans <dje@google.com>
11458
11459 * gdb.base/structs.c (main): Don't run forever.
11460
11461 2014-10-02 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11464 (top level) <stop threads 1, stop threads 2>: Use it.
11465
11466 2014-10-02 Pedro Alves <palves@redhat.com>
11467
11468 * gdb.threads/break-while-running.exp (test): Add new
11469 'update_thread_list' argument. Skip "info threads" if false.
11470 (top level): Add new 'update_thread_list' axis.
11471
11472 2014-10-02 Pedro Alves <palves@redhat.com>
11473
11474 PR breakpoints/17431
11475 * gdb.base/execl-update-breakpoints.c: New file.
11476 * gdb.base/execl-update-breakpoints.exp: New file.
11477
11478 2014-10-01 Pedro Alves <palves@redhat.com>
11479
11480 * gdb.base/breakpoint-in-ro-region.c: New file.
11481 * gdb.base/breakpoint-in-ro-region.exp: New file.
11482
11483 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11484
11485 * gdb.mi/mi-exit-code.exp: New file.
11486 * gdb.mi/mi-exit-code.c: New file.
11487
11488 2014-09-30 Yao Qi <yao@codesourcery.com>
11489
11490 * lib/prelink-support.exp (build_executable_own_libs): Error if
11491 the target isn't native.
11492
11493 2014-09-30 Yao Qi <yao@codesourcery.com>
11494
11495 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11496 false.
11497
11498 2014-09-22 Pedro Alves <palves@redhat.com>
11499
11500 * gdb.threads/break-while-running.exp: New file.
11501 * gdb.threads/break-while-running.c: New file.
11502
11503 2014-09-19 Yao Qi <yao@codesourcery.com>
11504
11505 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11506 Invoke test. Restart GDB with --readnow and invoke test again.
11507
11508 2014-09-19 Yao Qi <yao@codesourcery.com>
11509
11510 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11511 proc set_breakpoint_on_gcd_function. Invoke
11512 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11513 invoke set_breakpoint_on_gcd_function again.
11514
11515 2014-09-18 Doug Evans <dje@google.com>
11516
11517 * gdb.dwarf2/symtab-producer.exp: New file.
11518
11519 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11520
11521 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11522 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11523 * gdb.base/global-var-nested-by-dso.c: Likewise.
11524 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11525
11526 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11527 Pedro Alves <palves@redhat.com>
11528
11529 * gdb.base/watch-bitfields.exp: Pass string other than test file
11530 name to prepare_for_testing.
11531 (watch): New procedure.
11532 (expect_watchpoint): Use with_test_prefix.
11533 (top level): Factor out tests to ...
11534 (test_watch_location, test_regular_watch): ... these new
11535 procedures, and use with_test_prefix and gdb_continue_to_end.
11536
11537 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11538
11539 PR breakpoints/12526
11540 * gdb.base/watch-bitfields.exp: New file.
11541 * gdb.base/watch-bitfields.c: New file.
11542
11543 2014-09-16 Pedro Alves <palves@redhat.com>
11544
11545 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11546 software and hardware addresses, not software address against
11547 itself.
11548
11549 2014-09-16 Pedro Alves <palves@redhat.com>
11550
11551 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11552 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11553
11554 2014-09-16 Pedro Alves <palves@redhat.com>
11555
11556 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11557 files.
11558 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11559 "*-*-vxworks*" throughout.
11560 * gdb.base/break.exp: Likewise.
11561 * gdb.base/default.exp: Likewise.
11562 * gdb.base/scope.exp: Likewise.
11563 * gdb.base/sepdebug.exp: Likewise.
11564 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11565 throughout.
11566 * gdb.base/run.c: Likewise.
11567 * gdb.base/sepdebug.c: Likewise.
11568 * gdb.hp/gdb.aCC/run.c: Likewise.
11569 * gdb.reverse/until-reverse.c: Likewise.
11570 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11571
11572 2014-09-16 Yao Qi <yao@codesourcery.com>
11573
11574 * boards/local-remote-host-native.exp: New file.
11575
11576 2014-09-14 Doug Evans <xdje42@gmail.com>
11577
11578 * gdb.threads/queue-signal.c (thread_count): New variable.
11579 (thread_count_mutex, thread_count_condvar): New variables.
11580 (incr_thread_count, wait_all_threads_running): New functions.
11581 (main): Wait for all threads to be in their thread functions.
11582
11583 2014-09-13 Doug Evans <xdje42@gmail.com>
11584
11585 * gdb.threads/queue-signal.c: New file.
11586 * gdb.threads/queue-signal.exp: New file.
11587
11588 2014-09-13 Doug Evans <xdje42@gmail.com>
11589
11590 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11591 be consistent with what default_gdb_init uses.
11592 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11593 the plain text of the prompt. Add some logging printfs.
11594 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11595
11596 2014-09-12 Pedro Alves <palves@redhat.com>
11597
11598 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11599 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11600 * gdb.arch/i386-size-overlap.exp: Likewise.
11601 * gdb.arch/i386-size.exp: Likewise.
11602 * gdb.arch/i386-unwind.exp: Likewise.
11603 * gdb.base/a2-run.exp: Likewise.
11604 * gdb.base/break.exp: Likewise.
11605 * gdb.base/charset.exp: Likewise.
11606 * gdb.base/chng-syms.exp: Likewise.
11607 * gdb.base/commands.exp: Likewise.
11608 * gdb.base/dbx.exp: Likewise.
11609 * gdb.base/find.exp: Likewise.
11610 * gdb.base/funcargs.exp: Likewise.
11611 * gdb.base/jit-simple.exp: Likewise.
11612 * gdb.base/reread.exp: Likewise.
11613 * gdb.base/sepdebug.exp: Likewise.
11614 * gdb.base/step-bt.exp: Likewise.
11615 * gdb.cp/mb-inline.exp: Likewise.
11616 * gdb.cp/mb-templates.exp: Likewise.
11617 * gdb.objc/basicclass.exp: Likewise.
11618 * gdb.threads/killed.exp: Likewise.
11619
11620 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11621
11622 PR tdep/17379
11623 * gdb.arch/powerpc-stackless.S: New file.
11624 * gdb.arch/powerpc-stackless.exp: New file.
11625
11626 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11627
11628 * gdb.base/attach.c: Include unistd.h.
11629 (main): Call alarm. Add label postloop.
11630 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11631 gdb_breakpoint, gdb_continue_to_breakpoint.
11632 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11633
11634 2014-09-11 Pedro Alves <palves@redhat.com>
11635
11636 PR gdb/17347
11637 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11638 * gdb.base/attach.exp (test_command_line_attach_run): New
11639 procedure.
11640 (top level): Call it.
11641
11642 2014-09-11 Pedro Alves <palves@redhat.com>
11643
11644 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11645 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11646 (do_command_attach_tests): Use spawn_wait_for_attach.
11647 * gdb.base/solib-overlap.exp: Likewise.
11648 * gdb.multi/multi-attach.exp: Likewise.
11649 * gdb.python/py-prompt.exp: Likewise.
11650 * gdb.python/py-sync-interp.exp: Likewise.
11651 * gdb.server/ext-attach.exp: Likewise.
11652
11653 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11654
11655 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11656 command in testcase. Simplify testcase.
11657
11658 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11659
11660 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11661
11662 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11663
11664 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11665
11666 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11667
11668 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11669
11670 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11671
11672 * gdb.dwarf2/dynarr-ptr.c: New file.
11673 * gdb.dwarf2/dynarr-ptr.exp: New file.
11674
11675 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11676
11677 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11678 of 30 rather than hardcoding 120 for a slow test case. Take the
11679 `gdb,timeout' target setting into account for this calculation.
11680 Don't extend the timeout for the test cases that don't need it.
11681
11682 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11683
11684 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11685 a factor of 2 for a slow test case. Take the `gdb,timeout'
11686 target setting into account for this calculation.
11687 * gdb.reverse/until-precsave.exp: Increase the timeout by
11688 a factor of 15 and 3 respectively rather than adding 120
11689 for a pair of slow test cases. Take the `gdb,timeout'
11690 target setting into account for this calculation.
11691
11692 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11693
11694 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
11695 timeout, don't pass one down to gdb_expect.
11696 (gdb_expect): Rework timeout selection.
11697
11698 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11699
11700 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
11701 exception on timeout.
11702 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
11703 (gdbserver_start_extended): Catch any `gdbserver_start' error
11704 exceptions.
11705 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
11706 * lib/mi-support.exp (mi_gdb_target_load): Catch any
11707 `gdbserver_gdb_load' error exceptions.
11708
11709 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11710
11711 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
11712 120 on waiting for the TCP socket to open.
11713
11714 2014-09-09 Doug Evans <xdje42@gmail.com>
11715
11716 * gdb.base/default.exp (show_conv_list): Add _caller_is,
11717 _caller_matches, _any_caller_is, _any_caller_matches.
11718
11719 2014-09-09 Doug Evans <xdje42@gmail.com>
11720
11721 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
11722
11723 2014-09-09 Yao Qi <yao@codesourcery.com>
11724
11725 * gdb.mi/mi-var-display.exp: Set print symbol off.
11726
11727 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
11728
11729 PR gdb/17035
11730 * gdb.base/commands.exp: Add tests to verify user-defined
11731 commands with empty bodies.
11732 * gdb.python/py-cmd.exp: Test that we don't show user-defined
11733 python commands in `show user command`.
11734 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
11735 scheme commands in `show user command`.
11736
11737 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11738
11739 PR python/17355
11740 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
11741 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
11742 * gdb.python/py-framefilter-invalidarg.exp: New file.
11743 * gdb.python/py-framefilter-invalidarg.py: New file.
11744
11745 2014-09-06 Doug Evans <xdje42@gmail.com>
11746
11747 PR 15276
11748 * gdb.python/py-caller-is.c: New file.
11749 * gdb.python/py-caller-is.exp: New file.
11750
11751 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
11752
11753 PR gdb/17235
11754 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
11755 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
11756
11757 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
11758
11759 PR fortran/17237
11760 * gdb.fortran/print-formatted.exp: New file.
11761 * gdb.fortran/print-formatted.f90: Likewise.
11762
11763 2014-09-03 Sasha Smundak <asmundak@google.com>
11764
11765 * gdb.python/py-frame.exp: Test Frame.read_register.
11766
11767 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
11768
11769 PR python/16699
11770 * gdb.python/py-completion.exp: New file.
11771 * gdb.python/py-completion.py: Likewise.
11772
11773 2014-08-28 Doug Evans <dje@google.com>
11774
11775 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
11776 eax,etc. are live with values set by gdb and thus the compiler can't
11777 use them.
11778 * gdb.arch/i386-pseudo.c (main): Ditto.
11779
11780 2014-08-27 Doug Evans <dje@google.com>
11781
11782 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
11783
11784 2014-08-25 Doug Evans <dje@google.com>
11785
11786 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
11787 (main): Ditto.
11788
11789 2014-08-25 Doug Evans <dje@google.com>
11790
11791 * gdb.threads/thread-execl.exp: #include <stdio.h>.
11792
11793 2014-08-24 Yao Qi <yao@codesourcery.com>
11794
11795 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
11796 symbol off.
11797 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
11798
11799 2014-08-22 Doug Evans <dje@google.com>
11800
11801 PR 17276
11802 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
11803 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
11804 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
11805
11806 2014-08-22 Yao Qi <yao@codesourcery.com>
11807
11808 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
11809 * gdb.python/py-finish-breakpoint2.exp: Likewise.
11810 * gdb.python/python.exp: Likewise. Use .py file on the host
11811 instead of the build.
11812
11813 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11814
11815 * gdb.threads/gcore-stale-thread.c: New file.
11816 * gdb.threads/gcore-stale-thread.exp: New file.
11817
11818 2014-08-21 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
11821 * gdb.base/gcore-relro-pie.exp: Likewise.
11822 * gdb.base/gcore-relro.exp: Likewise.
11823 * gdb.base/gcore.exp: Likewise.
11824 * gdb.base/print-symbol-loading.exp: Likewise.
11825 * gdb.threads/gcore-thread.exp: Likewise.
11826 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
11827
11828 2014-08-20 Pedro Alves <palves@redhat.com>
11829 Jan Kratochvil <jan.kratochvil@redhat.com>
11830
11831 * Makefile.in (EXTRA_RULES, CC): New variables, get from
11832 configure.
11833 (EXPECT): Handle READ1 being set.
11834 (all): Depend on EXTRA_RULES.
11835 (check-read1, expect-read1, read1.so, read1): New rules.
11836 * README (Testsuite Parameters): Document the READ1 make variable.
11837 (Race detection): New section.
11838 * configure: Regenerate.
11839 * configure.ac: If build==host==target, and running under a
11840 GNU/glibc system, add read1 to the extra Makefile rules.
11841 (EXTRA_RULES): AC_SUBST it.
11842 * lib/read1.c: New file.
11843
11844 2014-08-20 Joel Brobecker <brobecker@adacore.com>
11845
11846 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
11847 the handling of variables declared as a typedef to an array
11848 which a DW_AT_data_location attribute.
11849
11850 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
11851 Pedro Alves <palves@redhat.com>
11852
11853 PR symtab/14604
11854 PR symtab/14605
11855 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
11856 gdb_test.
11857
11858 2014-08-19 Pedro Alves <palves@redhat.com>
11859
11860 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
11861
11862 2014-08-19 Yao Qi <yao@codesourcery.com>
11863
11864 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
11865 right line.
11866
11867 2014-08-18 David Blaikie <dblaikie@gmail.com>
11868
11869 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
11870
11871 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11872
11873 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
11874 attribute in array range.
11875
11876 2014-08-18 Joel Brobecker <brobecker@adacore.com>
11877
11878 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
11879
11880 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11881
11882 PR c++/17132
11883 * gdb.cp/pr17132.cc: New file.
11884 * gdb.cp/pr17132.exp: New file.
11885
11886 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
11887
11888 * gdb.python/py-xmethods.py (A_getarrayind)
11889 (E_method_char_worker.__call__, E_method_int_worker.__call__):
11890 Use 'print' with function call syntax.
11891 (E_method_matcher.match): Fix tab vs space indentation mixup.
11892
11893 2014-08-15 Yao Qi <yao@codesourcery.com>
11894
11895 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
11896 false.
11897
11898 2014-08-15 Yao Qi <yao@codesourcery.com>
11899
11900 * gdb.cp/casts.exp: Set print symbol off.
11901 * gdb.cp/class2.exp: Likewise.
11902 * gdb.cp/overload.exp: Likewise.
11903 * gdb.cp/templates.exp: Likewise.
11904
11905 2014-08-11 Doug Evans <dje@google.com>
11906
11907 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
11908 (test_load_shlib): Update.
11909
11910 2014-08-09 Yao Qi <yao@codesourcery.com>
11911
11912 * gdb.base/display.exp: Invoke is_address_zero_readable.
11913 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
11914 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11915 * gdb.base/hbreak-unmapped.exp: Return if
11916 is_address_zero_readable returns true.
11917 * gdb.base/signest.exp: Likewise.
11918 * gdb.base/signull.exp: Likewise.
11919 * gdb.base/sigbpt.exp: Likewise.
11920 * gdb.guile/scm-disasm.exp: Do the test if
11921 is_address_zero_readable returns false.
11922 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
11923 * gdb.python/py-arch.exp: Likewise.
11924 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
11925 * lib/gdb.exp (is_address_zero_readable): New proc.
11926
11927 2014-08-09 Yao Qi <yao@codesourcery.com>
11928
11929 PR testsuite/13443
11930 * gdb.mi/mi-var-display.exp: Make test messages unique.
11931
11932 2014-08-04 Tom Tromey <tromey@redhat.com>
11933
11934 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
11935 target 0".
11936
11937 2014-08-04 Tom Tromey <tromey@redhat.com>
11938
11939 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
11940 "target_resume".
11941
11942 2014-08-01 Joel Brobecker <brobecker@adacore.com>
11943
11944 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
11945 inner_vla_struct_object_size.
11946 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
11947 as xfail.
11948
11949 2014-07-30 Pedro Alves <palves@redhat.com>
11950
11951 * gdb.threads/signal-command-handle-nopass.exp (test): Add
11952 comment.
11953
11954 2014-07-29 Yao Qi <yao@codesourcery.com>
11955
11956 PR gdb/17206
11957 * gdb.base/until-nodebug.exp: New.
11958
11959 2014-07-28 Doug Evans <xdje42@gmail.com>
11960
11961 PR guile/17203
11962 * gdb.guile/scm-parameter.exp: Add tests for trying to create
11963 previously existing parameter, and previously ambiguously spelled
11964 parameter.
11965
11966 2014-07-28 Will Newton <will.newton@linaro.org>
11967
11968 * gdb.base/varargs.exp: Remove KFAILs for ARM.
11969
11970 2014-07-26 Ludovic Courtès <ludo@gnu.org>
11971 Doug Evans <xdje42@gmail.com>
11972
11973 PR guile/17146
11974 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
11975
11976 2014-07-25 Pedro Alves <palves@redhat.com>
11977
11978 * gdb.threads/signal-command-handle-nopass.c: New file.
11979 * gdb.threads/signal-command-handle-nopass.exp: New file.
11980 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
11981 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
11982 * gdb.threads/signal-delivered-right-thread.c: New file.
11983 * gdb.threads/signal-delivered-right-thread.exp: New file.
11984
11985 2014-07-25 Pedro Alves <palves@redhat.com>
11986
11987 * gdb.base/double-prompt-target-event-error.exp
11988 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
11989 match.
11990 (cancel_pagination_in_target_event): Rework double prompt
11991 detection.
11992 * gdb.base/paginate-after-ctrl-c-running.exp
11993 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
11994 <return>' match.
11995 * gdb.base/paginate-bg-execution.exp
11996 (test_bg_execution_pagination_return)
11997 (test_bg_execution_pagination_cancel): Remove '-notransfer
11998 <return>' matches.
11999 * gdb.base/paginate-execution-startup.exp
12000 (test_fg_execution_pagination_return)
12001 (test_fg_execution_pagination_cancel): Remove '-notransfer
12002 <return>' matches.
12003 * gdb.base/paginate-inferior-exit.exp
12004 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12005 match.
12006 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12007 * lib/gdb.exp (pagination_prompt): Run text through
12008 string_to_regexp.
12009 (gdb_test_multiple): Match $pagination_prompt instead of
12010 "<return>".
12011 (string_to_regexp): Move to lib/gdb-utils.exp.
12012
12013 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12014
12015 * gdb.arch/amd64-entry-value-paramref.S: New file.
12016 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12017 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12018 * gdb.arch/amd64-optimout-repeat.S: New file.
12019 * gdb.arch/amd64-optimout-repeat.c: New file.
12020 * gdb.arch/amd64-optimout-repeat.exp: New file.
12021
12022 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12023
12024 PR gdb/17170
12025 * gdb.base/statistics.exp: New file.
12026
12027 2014-07-17 Doug Evans <dje@google.com>
12028
12029 PR gdb/17170
12030 * gdb.base/maint.exp: Update testing of per-command stats.
12031
12032 2014-07-16 Pedro Alves <palves@redhat.com>
12033
12034 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12035 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12036 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12037 (tfile_write_buf): New functions.
12038 (add_memory_block): Rewrite using the above.
12039 (adjust_function_address): New function.
12040 (FUNCTION_ADDRESS): New macro.
12041 (write_basic_trace_file): Remove short_x local, and use
12042 tfile_write_16. Change type of func_addr local to unsigned long
12043 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12044 here. Cast argument of add_memory_block to char pointer.
12045 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12046 (main): Remove parameters.
12047 * gdb.trace/tfile.exp: Remove nowarnings.
12048
12049 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12050
12051 * gdb.base/debug-expr.exp: Test string evaluation with
12052 "debug expression" on.
12053
12054 2014-07-15 Pedro Alves <palves@redhat.com>
12055
12056 * gdb.base/reread.exp: Use clean_restart.
12057
12058 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12059
12060 * gdb.arch/avr-flash-qualifer.c: New.
12061 * gdb.arch/avr-flash-qualifer.exp: New.
12062
12063 2014-07-14 Pedro Alves <palves@redhat.com>
12064
12065 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12066 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12067
12068 2014-07-14 Pedro Alves <palves@redhat.com>
12069
12070 * gdb.base/double-prompt-target-event-error.c: New file.
12071 * gdb.base/double-prompt-target-event-error.exp: New file.
12072
12073 2014-07-14 Pedro Alves <palves@redhat.com>
12074
12075 PR gdb/17072
12076 * gdb.base/paginate-inferior-exit.c: New file.
12077 * gdb.base/paginate-inferior-exit.exp: New file.
12078
12079 2014-07-14 Pedro Alves <palves@redhat.com>
12080
12081 PR gdb/17072
12082 * gdb.base/paginate-bg-execution.c: New file.
12083 * gdb.base/paginate-bg-execution.exp: New file.
12084
12085 2014-07-14 Pedro Alves <palves@redhat.com>
12086
12087 PR gdb/17072
12088 * gdb.base/paginate-execution-startup.c: New file.
12089 * gdb.base/paginate-execution-startup.exp: New file.
12090 * lib/gdb.exp (pagination_prompt): New global.
12091 (default_gdb_spawn): New procedure, factored out from
12092 default_gdb_spawn.
12093 (default_gdb_start): Adjust to call default_gdb_spawn.
12094 (gdb_spawn): New procedure.
12095
12096 2014-07-14 Pedro Alves <palves@redhat.com>
12097
12098 * lib/gdb.exp (gdb_assert): New procedure.
12099 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12100
12101 2014-07-14 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.base/execution-termios.c: New file.
12104 * gdb.base/execution-termios.exp: New file.
12105
12106 2014-07-14 Tom Tromey <tromey@redhat.com>
12107
12108 * gdb.cp/vla-cxx.cc: New file.
12109 * gdb.cp/vla-cxx.exp: New file.
12110
12111 2014-07-14 Tom Tromey <tromey@redhat.com>
12112
12113 * gdb.reverse/rerun-prec.c: New file.
12114 * gdb.reverse/rerun-prec.exp: New file.
12115
12116 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12117 Maciej W. Rozycki <macro@codesourcery.com>
12118
12119 * lib/gdb-utils.exp: New file.
12120 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12121 inline `gdb_init_command' processing.
12122 (gdb_start_cmd): Likewise.
12123 * lib/mi-support.exp (mi_run_cmd): Likewise.
12124 * README: Document `gdb_init_command' and `gdb_init_commands'.
12125
12126 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12127
12128 Fix false FAIL running under a very long directory name.
12129 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12130 and "set print elements 10000". Twice.
12131
12132 2014-07-11 Yao Qi <yao@codesourcery.com>
12133
12134 * gdb.base/exprs.exp: "set print symbol off".
12135
12136 2014-07-11 Pedro Alves <palves@redhat.com>
12137
12138 * gdb.threads/kill.c: New file.
12139 * gdb.threads/kill.exp: New file.
12140
12141 2014-07-10 Yao Qi <yao@codesourcery.com>
12142
12143 * gdb.trace/tfile.c (write_basic_trace_file)
12144 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12145 address written to trace file.
12146
12147 2014-07-09 Pedro Alves <palves@redhat.com>
12148
12149 * gdb.base/attach-wait-input.exp: New file.
12150 * gdb.base/attach-wait-input.c: New file.
12151
12152 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12153
12154 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12155 setting up test structures.
12156 (main): Call new test function.
12157 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12158 test function, continue into test function and walk test
12159 structures.
12160
12161 2014-07-02 Yao Qi <yao@codesourcery.com>
12162
12163 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12164 'bar_start' at the beginning of functions 'foo' and 'bar'
12165 respectively.
12166 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12167 instead of 'foo' and 'bar'.
12168
12169 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12170
12171 * gdb.btrace/segv.exp: New.
12172 * gdb.btrace/segv.c: New.
12173
12174 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12175
12176 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12177 instruction.
12178
12179 2014-06-30 Mark Wielaard <mjw@redhat.com>
12180
12181 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12182 vulture, vilify, villar): New volatile array constants.
12183 (vindictive, vegetation): New const volatile array constants.
12184 * gdb.base/volatile.exp: Test volatile and const volatile array
12185 types.
12186
12187 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12188
12189 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12190 target lacks support for awatch, rwatch, or hbreak.
12191
12192 2014-06-27 Yao Qi <yao@codesourcery.com>
12193
12194 * gdb.multi/dummy-frame-restore.exp: New.
12195 * gdb.multi/dummy-frame-restore.c: New.
12196
12197 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12198
12199 * gdb.btrace/gcore.exp: New.
12200
12201 2014-06-23 Pedro Alves <palves@redhat.com>
12202
12203 * gdb.base/watchpoint-reuse-slot.c: New file.
12204 * gdb.base/watchpoint-reuse-slot.exp: New file.
12205
12206 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12207
12208 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12209 progspace's filename in 'info', 'enable' and 'disable' command
12210 tests.
12211
12212 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12213
12214 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12215 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12216 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12217
12218 2014-06-20 Gary Benson <gbenson@redhat.com>
12219
12220 * gdb.arch/i386-avx.exp: Fix include file location.
12221 * gdb.arch/i386-sse.exp: Likewise.
12222
12223 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12224
12225 * gdb.dlang/expression.exp: New file.
12226
12227 2014-06-19 Pedro Alves <palves@redhat.com>
12228
12229 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12230 out from ...
12231 (top level): ... here. Iterate running tests under different
12232 scheduler-locking settings.
12233
12234 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12235
12236 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12237 to DW_FORM_addr and use non-zero addresses.
12238
12239 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12240
12241 PR gdb/17017
12242 * gdb.python/py-xmethods.cc: Add global function call counters and
12243 increment them in their respective functions. Remove "cout"
12244 statements.
12245 * gdb.python/py-xmethods.exp: Make tests check the global function
12246 call counters instead of depending on inferior IO.
12247
12248 2014-06-18 Don Breazeal <donb@codesourcery.com>
12249
12250 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12251 Deleted procedure.
12252 (explicit_fork_parent_follow): Deleted procedure.
12253 (explicit_fork_child_follow): Deleted procedure.
12254 (test_follow_fork): New procedure.
12255 (do_fork_tests): Replace calls to deleted procedures with
12256 calls to test_follow_fork and reset GDB for subsequent
12257 procedure calls.
12258
12259 2014-06-17 Yao Qi <yao@codesourcery.com>
12260
12261 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12262 CP1252.
12263
12264 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12265
12266 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12267 Initialize ptr and S explicitly.
12268 (skip_type_update_when_not_use_rtti_test): Likewise.
12269
12270 2014-06-16 Keith Seitz <keiths@redhat.com>
12271
12272 PR mi/15863
12273 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12274 the inferior is started.
12275
12276 2014-06-16 Pedro Alves <palves@redhat.com>
12277
12278 * gdb.base/break-main-file-remove-fail.c: New file.
12279 * gdb.base/break-main-file-remove-fail.exp: New file.
12280 * gdb.base/break-unload-file.exp: Use build_executable instead of
12281 prepare_for_testing.
12282 (test_break): New parameter "initial_load". Handle it.
12283 (top level): Add initial_load cmdline/file axis.
12284
12285 2014-06-12 Tom Tromey <tromey@redhat.com>
12286
12287 * gdb.base/completion.exp: Don't use directory name in test.
12288
12289 2014-06-09 Gary Benson <gbenson@redhat.com>
12290
12291 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12292 separate the always-available ANSI-standard signals from the
12293 signals that require checking.
12294 (main): Likewise.
12295 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12296 Likewise.
12297 (main): Likewise.
12298
12299 2014-06-07 Keith Seitz <keiths@redhat.com>
12300
12301 Revert:
12302 PR c++/16253
12303 * gdb.cp/var-tag.cc: New file.
12304 * gdb.cp/var-tag.exp: New file.
12305 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12306 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12307 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12308 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12309
12310 2014-06-06 Doug Evans <xdje42@gmail.com>
12311
12312 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12313
12314 2014-06-06 Pedro Alves <palves@redhat.com>
12315
12316 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12317 in target debug output instead of looking at RSP packets,
12318 disabling the test on any target that uses hardware stepping.
12319 Update comments.
12320
12321 2014-06-06 Pedro Alves <palves@redhat.com>
12322
12323 * gdb.base/break-unload-file.exp: Fix typo.
12324
12325 2014-06-06 Yao Qi <yao@codesourcery.com>
12326
12327 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12328 from "jit_function" to "^jit_function".
12329
12330 2014-06-06 Yao Qi <yao@codesourcery.com>
12331
12332 * gdb.base/async.c (foo): Add one statement.
12333 * gdb.base/async.exp: Get the next instruction address and
12334 match the output of "nexti" by instruction address. Match
12335 the hex address in the output of "finish".
12336
12337 2014-06-06 Gary Benson <gbenson@redhat.com>
12338
12339 * gdb.base/call-signals.c: Remove preprocessor conditionals
12340 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12341 SIGSEGV and SIGTERM.
12342 * gdb.base/sigall.c: Likewise.
12343 * gdb.base/unwindonsignal.c: Likewise.
12344 * gdb.reverse/sigall-reverse.c: Likewise.
12345
12346 2014-06-06 Yao Qi <yao@codesourcery.com>
12347
12348 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12349 readable, skip the test.
12350
12351 2014-06-06 Yao Qi <yao@codesourcery.com>
12352
12353 * gdb.threads/staticthreads.c (thread_function): Move the line
12354 setting breakpoint on forward.
12355 * gdb.threads/staticthreads.exp: Update comments.
12356
12357 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12358
12359 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12360 "history-append! type error".
12361
12362 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12363
12364 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12365 erroneous dprintf expected input.
12366
12367 2014-06-04 Doug Evans <xdje42@gmail.com>
12368
12369 * gdb.guile/scm-generics.exp: Delete.
12370
12371 2014-06-04 Doug Evans <xdje42@gmail.com>
12372
12373 * gdb.guile/scm-breakpoint.exp: Update.
12374 Add tests for breakpoint registration.
12375
12376 2014-06-04 Tom Tromey <tromey@redhat.com>
12377
12378 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12379 VLA-in-union.
12380 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12381 inner_vla_struct, vla_union types. Initialize objects of those
12382 types and compute their sizes.
12383
12384 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12385 Hui Zhu <hui@codesourcery.com>
12386
12387 * gdb.base/fileio.exp: Add test for shell not available as well as
12388 available.
12389 * gdb.base/fileio.c (test_system): Check for shell twice.
12390
12391 2014-06-04 Yao Qi <yao@codesourcery.com>
12392
12393 * gdb.base/auto-connect-native-target.exp: Remove redundant
12394 space from the regexp pattern.
12395
12396 2014-06-04 Yao Qi <yao@codesourcery.com>
12397
12398 * gdb.base/default.exp: Replace "child" with "native" in
12399 regexp pattern.
12400
12401 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12402
12403 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12404 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12405 * gdb.python/py-xmethods.py: Python script supporting the
12406 new testcase and tests.
12407
12408 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12409 Pedro Alves <palves@redhat.com>
12410
12411 PR breakpoints/17000
12412 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12413 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12414
12415 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12416
12417 * gdb.base/subst.exp: Add tests to verify partial path matching
12418 output.
12419
12420 2014-06-03 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12423 target that doesn't use software single-stepping.
12424
12425 2014-06-03 Pedro Alves <palves@redhat.com>
12426
12427 PR breakpoints/17000
12428 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12429 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12430
12431 2014-06-02 Doug Evans <xdje42@gmail.com>
12432
12433 * gdb.guile/scm-parameter.exp: New file.
12434
12435 2014-06-02 Doug Evans <xdje42@gmail.com>
12436
12437 * gdb.guile/scm-cmd.c: New file.
12438 * gdb.guile/scm-cmd.exp: New file.
12439
12440 2014-06-02 Doug Evans <xdje42@gmail.com>
12441
12442 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12443 pretty-printer lookup.
12444 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12445 (make-pp_s-printer): Call it.
12446 (make-pretty-printer-from-dict): New function.
12447 (lookup-pretty-printer-maker-from-dict): New function.
12448 (*pretty-printer*): Simplify.
12449 (make-objfile-pp_s-printer): New function.
12450 (install-objfile-pretty-printers!): New function.
12451 (make-progspace-pp_s-printer): New function.
12452 (install-progspace-pretty-printers!): New function.
12453 * gdb.guile/scm-progspace.c: New file.
12454 * gdb.guile/scm-progspace.exp: New file.
12455
12456 2014-06-02 Pedro Alves <palves@redhat.com>
12457
12458 * gdb.base/dprintf-bp-same-addr.c: New file.
12459 * gdb.base/dprintf-bp-same-addr.exp: New file.
12460
12461 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12462
12463 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12464 * gdb.arch/powerpc-power.s: Likewise.
12465
12466 2014-06-02 Joel Brobecker <brobecker@adacore.com>
12467
12468 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12469
12470 2014-06-01 Yao Qi <yao@codesourcery.com>
12471
12472 * gdb.base/watchpoint.exp (test_watch_location): Check null
12473 pointer can be dereferenced. If not, do the test, otherwise
12474 skip it.
12475
12476 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12477
12478 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12479 results.
12480 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12481
12482 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12483
12484 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12485 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12486 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12487 * gdb.arch/amd64-invalid-stack-top.c: New file.
12488 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12489
12490 2014-05-30 Pedro Alves <palves@redhat.com>
12491
12492 PR breakpoints/17000
12493 * gdb.base/sss-bp-on-user-bp.c: New file.
12494 * gdb.base/sss-bp-on-user-bp.exp: New file.
12495
12496 2014-05-30 David Blaikie <dblaikie@gmail.com>
12497
12498 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12499 gnu_inline semantics via attribute.
12500 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12501 source explicitly specifies the required semantics.
12502
12503 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12504
12505 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12506
12507 2014-05-29 Pedro Alves <palves@redhat.com>
12508 Tom Tromey <tromey@redhat.com>
12509
12510 * gdb.base/async-shell.exp: Don't enable target-async.
12511 * gdb.base/async.exp
12512 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12513 parameter. Adjust.
12514 (top level): Don't test with "target-async".
12515 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12516 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12517 * gdb.base/inferior-died.exp: Don't enable target-async.
12518 * gdb.base/interrupt-noterm.exp: Likewise.
12519 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12520 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12521 * gdb.mi/mi-nonstop.exp: Likewise.
12522 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12523 * gdb.mi/mi-nsintrall.exp: Likewise.
12524 * gdb.mi/mi-nsmoribund.exp: Likewise.
12525 * gdb.mi/mi-nsthrexec.exp: Likewise.
12526 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12527 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12528 * gdb.python/py-evsignal.exp: Don't enable target-async.
12529 * gdb.python/py-evthreads.exp: Likewise.
12530 * gdb.python/py-prompt.exp: Likewise.
12531 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12532 * gdb.server/solib-list.exp: Don't enable target-async.
12533 * gdb.threads/thread-specific-bp.exp: Likewise.
12534 * lib/mi-support.exp: Adjust to use mi-async.
12535
12536 2014-05-29 Pedro Alves <palves@redhat.com>
12537
12538 PR gdb/13860
12539 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12540 reason, even in sync mode.
12541
12542 2014-05-29 Pedro Alves <palves@redhat.com>
12543 Hui Zhu <hui@codesourcery.com>
12544
12545 PR PR15693
12546 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12547 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12548 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12549 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12550
12551 2014-05-28 Joel Brobecker <brobecker@adacore.com>
12552
12553 * config/monitor.exp (gdb_target_monitor): Replace use of
12554 "set remotebaud" by "set serial baud".
12555
12556 2014-05-26 Andy Wingo <wingo@igalia.com>
12557
12558 * gdb.guile/scm-breakpoint.exp:
12559 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12560 properties instead of gdb-object-properties.
12561
12562 2014-05-26 Yao Qi <yao@codesourcery.com>
12563
12564 * gdb.server/no-thread-db.exp: Specify source file name
12565 explicitly when setting a breakpoint.
12566
12567 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12568
12569 * gdb.btrace/vdso.c: New.
12570 * gdb.btrace/vdso.exp: New.
12571
12572 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12573
12574 * gdb.base/gcore.exp (capture_command_output): Move ...
12575 * lib/gdb.exp (capture_command_output): ... here.
12576
12577 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12578
12579 * gdb.btrace/data.exp: Test memory access during btrace replay.
12580
12581 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12582
12583 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12584
12585 2014-05-21 Pedro Alves <palves@redhat.com>
12586
12587 PR gdb/13860
12588 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12589 (top level): Test that output related to execution commands is
12590 sent to the console with CLI commands, but not with MI commands.
12591 Test that breakpoint events are always mirrored to the console.
12592 Also expect the new source line to be output after a "next" in
12593 async mode too. Make it a pass/fail test.
12594 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12595 output.
12596 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12597
12598 2014-05-21 Pedro Alves <palves@redhat.com>
12599
12600 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12601 Use them to test variations of "list" after reaching a breakpoint.
12602 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12603 Test "list" with listsize 10 after reaching a breakpoint.
12604 * gdb.python/python.exp (decode_line current location line
12605 number): Adjust expected line number.
12606
12607 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12608
12609 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12610 behavior for $args, pass it directly to "run".
12611
12612 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12613
12614 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12615 30000 to 65536.
12616
12617 2014-05-21 Pedro Alves <palves@redhat.com>
12618
12619 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12620 auto-connect-native-target off".
12621 * gdb.base/auto-connect-native-target.c: New file.
12622 * gdb.base/auto-connect-native-target.exp: New file.
12623
12624 2014-05-21 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.base/default.exp: Test "target native" instead of "target
12627 child".
12628
12629 2014-05-21 Mark Wielaard <mjw@redhat.com>
12630
12631 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12632
12633 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12634
12635 Fix TLS access for -static -pthread.
12636 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12637 <HAVE_TLS> (thread_function, main): Initialize it.
12638 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12639 Add clean_restart.
12640 <$have_tls != "">: Check TLSVAR.
12641
12642 2014-05-21 Pedro Alves <palves@redhat.com>
12643
12644 * gdb.base/dcache-line-read-error.c: New.
12645 * gdb.base/dcache-line-read-error.exp: New.
12646
12647 2014-05-20 Pedro Alves <palves@redhat.com>
12648
12649 * gdb.base/compare-sections.c: New file.
12650 * gdb.base/compare-sections.exp: New file.
12651
12652 2014-05-20 Pedro Alves <palves@redhat.com>
12653
12654 * gdb.base/break-idempotent.c: New file.
12655 * gdb.base/break-idempotent.exp: New file.
12656
12657 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12658
12659 * gdb.btrace/nohist.exp: New.
12660
12661 2014-05-20 Yao Qi <yao@codesourcery.com>
12662
12663 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12664 gdb.reverse directory and gdb_reverse_timeout exists in board
12665 setting.
12666 * README: Document gdb_reverse_timeout.
12667
12668 2014-05-20 Yao Qi <yao@codesourcery.com>
12669
12670 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12671 'test_file_name'. Treat args as a string instead of a list.
12672 (gdb_init): Rename argument 'args' by 'test_file_name'.
12673
12674 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12675
12676 * gdb.arch/powerpc-power.exp: New file.
12677 * gdb.arch/powerpc-power.s: New file.
12678
12679 2014-05-16 Doug Evans <dje@google.com>
12680
12681 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
12682 * gdb.base/completion.exp: Check that all expected files exist
12683 before doing file completion.
12684
12685 2014-05-16 Doug Evans <dje@google.com>
12686
12687 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
12688 Update.
12689 (do_syscall_tests_without_xml): Update.
12690
12691 2014-05-16 Pedro Alves <palves@redhat.com>
12692
12693 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
12694 instead of "unknown output after running".
12695
12696 2014-05-16 Yao Qi <yao@codesourcery.com>
12697
12698 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
12699 file1.txt from host at the end.
12700 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12701
12702 2014-05-15 Doug Evans <dje@google.com>
12703
12704 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
12705 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
12706 loading file. Add test for TU lookup.
12707
12708 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12709
12710 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
12711 calling "-exec-arguments" or "set args" before running the
12712 inferior.
12713
12714 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
12715
12716 * lib/mi-support.exp (mi_expect_stop): Expect message for
12717 inferiors that exit with non-zero exit code.
12718
12719 2014-05-14 Yao Qi <yao@codesourcery.com>
12720
12721 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
12722 match absolute path on remote host.
12723 (test_file_list_exec_source_files): Remove "/" from the
12724 pattern.
12725
12726 2014-05-14 Yao Qi <yao@codesourcery.com>
12727
12728 * boards/local-remote-host-notty.exp (${board}_file): New
12729 proc.
12730
12731 2014-05-07 Kyle McMartin <kyle@redhat.com>
12732
12733 Pushed by Joel Brobecker <brobecker@adacore.com>.
12734 * gdb.arch/aarch64-atomic-inst.c: New file.
12735 * gdb.arch/aarch64-atomic-inst.exp: New file.
12736
12737 2014-05-07 Yao Qi <yao@codesourcery.com>
12738
12739 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
12740 in current context" too.
12741
12742 2014-05-05 Keith Seitz <keiths@redhat.com>
12743
12744 * gdb.linespec/ls-dollar.exp: Add test for linespec
12745 file:convenience_variable.
12746
12747 2014-05-05 Yao Qi <yao@codesourcery.com>
12748
12749 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
12750 traceframes into tfile and ctf trace files. Read data from
12751 trace file and test collected data.
12752 (gdb_collect_locals_test): Likewise.
12753 (gdb_unavailable_registers_test): Likewise.
12754 (gdb_unavailable_floats): Likewise.
12755 (gdb_collect_globals_test): Likewise.
12756 (top-level): Append "ctf" to trace_file_targets if GDB
12757 supports.
12758
12759 2014-05-05 Yao Qi <yao@codesourcery.com>
12760
12761 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
12762 code to ...
12763 (gdb_collect_args_test_1): ... it. New proc.
12764 (gdb_collect_locals_test): Move some code to ...
12765 (gdb_collect_locals_test_1): ... it. New proc.
12766 (gdb_unavailable_registers_test): Move some code to ...
12767 (gdb_unavailable_registers_test_1): ... it. New proc.
12768 (gdb_unavailable_floats): Move some code to ...
12769 (gdb_unavailable_floats_1): ... it. New proc.
12770
12771 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12772
12773 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
12774 probes to test for bitness recognition.
12775 * gdb.arch/amd64-stap-optional-prefix.exp
12776 (test_probe_value_without_reg): New procedure.
12777 Add code to test for different kinds of bitness.
12778
12779 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
12780
12781 PR breakpoints/16889
12782 * gdb.arch/amd64-stap-optional-prefix.S: New file.
12783 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12784
12785 2014-05-01 Pedro Alves <palves@redhat.com>
12786
12787 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
12788 gdb_file_cmd if no file is specified.
12789 * boards/native-extended-gdbserver.exp (gdb_load): Use the
12790 last_loaded_file to set the remote exec-file.
12791
12792 2014-05-01 Pedro Alves <palves@redhat.com>
12793
12794 * boards/local-remote-host.exp: New file.
12795
12796 2014-05-01 Pedro Alves <palves@redhat.com>
12797
12798 * boards/local-remote-host.exp: Rename to ...
12799 * boards/local-remote-host-notty.exp: ... this.
12800
12801 2014-04-28 Joel Brobecker <brobecker@adacore.com>
12802
12803 * gdb.ada/dyn_arrayidx: New testcase.
12804
12805 2014-04-26 Yao Qi <yao@codesourcery.com>
12806
12807 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
12808 and compute the length of function main. Save it in
12809 $main_length.
12810 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
12811 (top-level): Use gdb_compile to compile objects into
12812 executable and restart GDB. Remove invocation to
12813 prepare_for_testing.
12814
12815 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
12816 Pedro Alves <palves@redhat.com>
12817
12818 PR server/16255
12819 * gdb.multi/multi-attach.c: New file.
12820 * gdb.multi/multi-attach.exp: New file.
12821
12822 2014-04-25 Pedro Alves <palves@redhat.com>
12823
12824 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
12825 user.
12826 (top level): Test that "set remote conditional-breakpoints-packet
12827 off" works as intended.
12828 * gdb.base/dprintf.exp: Test that "set remote
12829 breakpoint-commands-packet off" works as intended.
12830 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
12831 New function.
12832 (top level): Call it.
12833 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
12834 remote fast-tracepoints-packet off" works as intended.
12835 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
12836 * lib/gdb.exp (gdb_is_target_remote): ... here.
12837
12838 2014-04-24 David Blaikie <dblaikie@gmail.com>
12839
12840 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
12841 ensure clang would not discard them.
12842 * gdb.base/gdbvars.c: Ditto.
12843 * gdb.base/memattr.c: Ditto.
12844 * gdb.base/whatis.c: Ditto.
12845 * gdb.python/py-prettyprint.c: Ditto.
12846 * gdb.trace/actions.c: Ditto.
12847 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
12848 ensure clang would not discard it.
12849
12850 2014-04-24 David Blaikie <dblaikie@gmail.com>
12851
12852 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
12853 clang to emit the full definition of type required by the test
12854 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
12855
12856 2014-04-24 David Blaikie <dblaikie@gmail.com>
12857
12858 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
12859 coax Clang into emitting the definition of the type.
12860 * gdb.cp/pr10728-x.h (y): Ditto.
12861 * gdb.cp/pr10728-y.cc (y): Ditto.
12862
12863 2014-04-24 David Blaikie <dblaikie@gmail.com>
12864
12865 * gdb.base/label.exp: XFAIL label related tests under Clang.
12866 * gdb.cp/cplabel.exp: Ditto.
12867 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
12868 under Clang those using labels.
12869
12870 2014-04-25 Yao Qi <yao@codesourcery.com>
12871
12872 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
12873 double_label.
12874 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
12875 partial_label and double_label.
12876
12877 2014-04-24 David Blaikie <dblaikie@gmail.com>
12878
12879 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
12880
12881 2014-04-24 David Blaikie <dblaikie@gmail.com>
12882
12883 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
12884 of the function to work across GCC and Clang.
12885 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
12886 pointer types (const void ** const V void **).
12887
12888 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
12889 Walfred Tedeschi <walfred.tedeschi@intel.com>
12890
12891 * Makefile.in (EXECUTABLES): Added i386-avx512.
12892 * gdb.arch/i386-avx512.c: New file.
12893 * gdb.arch/i386-avx512.exp: Likewise.
12894
12895 2014-04-23 Keith Seitz <keiths@redhat.com>
12896
12897 * lib/mi-support.exp (mi_list_breakpoints): Delete.
12898 (mi_make_breakpoint_table): New procedure.
12899 (mi_create_breakpoint): Use mi_make_breakpoint
12900 and return the result.
12901 (mi_make_breakpoint): New procedure.
12902 (mi_build_kv_pairs): New procedure.
12903
12904 * gdb.mi/mi-break.exp: Remove unused globals,
12905 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
12906 All callers updated.
12907 * gdb.mi/mi-dprintf.exp: Use variable to track command
12908 number.
12909 Update all callers of mi_create_breakpoint and use
12910 mi_make_breakpoint_table.
12911 Remove any unused global variables.
12912 * gdb.mi/mi-nonstop.exp: Likewise.
12913 * gdb.mi/mi-nsintrall.exp: Likewise.
12914 * gdb.mi/mi-nsmoribund.exp: Likewise.
12915 * gdb.mi/mi-nsthrexec.exp: Likewise.
12916 * gdb.mi/mi-reverse.exp: Likewise.
12917 * gdb.mi/mi-simplerun.exp: Likewise.
12918 * gdb.mi/mi-stepn.exp: Likewise.
12919 * gdb.mi/mi-syn-frame.exp: Likewise.
12920 * gdb.mi/mi-until.exp: Likewise.
12921 * gdb.mi/mi-var-cp.exp: Likewise.
12922 * gdb.mi/mi-var-display.exp: Likewise.
12923 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
12924 * gdb.mi/mi2-var-child.exp: Likewise.
12925 * gdb.mi/mi-vla-c99.exp: Likewise.
12926 * lib/mi-support.exp: Likewise.
12927
12928 From Ian Lance Taylor <iant@cygnus.com>:
12929 * lib/gdb.exp (parse_args): New procedure.
12930
12931 2014-04-23 Pedro Alves <palves@redhat.com>
12932
12933 * gdb.base/break-unload-file.c: New file.
12934 * gdb.base/break-unload-file.exp: New file.
12935 * gdb.base/sym-file-lib.c (baz): New function.
12936 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
12937 field.
12938 (load): Store the segment's mapped size.
12939 (unload): New function.
12940 (unload_shlib): New function.
12941 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
12942 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
12943 set a breakpoint at baz, and call it.
12944 * gdb.base/sym-file.exp: New tests for stale breakpoint
12945 instructions.
12946
12947 2014-04-23 Pedro Alves <palves@redhat.com>
12948
12949 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
12950 * gdb.base/hbreak-in-shr-unsupported.c: New file.
12951 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
12952 * gdb.base/hbreak-unmapped.c: New file.
12953 * gdb.base/hbreak-unmapped.exp: New file.
12954 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
12955 * lib/gdb.exp (gdb_is_target_remote): ... here.
12956
12957 2014-04-22 Pedro Alves <palves@redhat.com>
12958
12959 * gdb.base/consecutive-step-over.c: New file.
12960 * gdb.base/consecutive-step-over.exp: New file.
12961
12962 2014-04-22 Pedro Alves <palves@redhat.com>
12963
12964 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
12965 instead of send_gdb/gdb_expect.
12966
12967 2014-04-22 Yao Qi <yao@codesourcery.com>
12968
12969 * lib/trace-support.exp (generate_tracefile): New procedure.
12970 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
12971 return 0.
12972 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
12973 if generate_tracefile returns 1.
12974
12975 2014-04-18 Tom Tromey <palves@redhat.com>
12976 Pedro alves <tromey@redhat.com>
12977
12978 PR backtrace/15558
12979 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
12980 with a backtrace limit.
12981 * gdb.python/py-frame-inline.exp: Test running to an inline
12982 function with a backtrace limit, and printing the newest frame.
12983 * gdb.python/py-frame-inline.c (main): Call f.
12984
12985 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12986
12987 * gdb.java/jnpe.exp: Drop srcdir from untested path.
12988
12989 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
12990
12991 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
12992 Drop prefix from unsupported source file path.
12993
12994 2014-04-17 Yao Qi <yao@codesourcery.com>
12995
12996 * lib/gdb.exp (with_target_charset): New proc.
12997 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
12998 with_target_charset.
12999 (test_print_strings): Likewise.
13000 (test_repeat_bytes): Likewise.
13001 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13002 for some tests.
13003
13004 2014-04-16 Keith Seitz <keiths@redhat.com>
13005
13006 PR gdb/15827
13007 * gdb.dwarf2/corrupt.c: New file.
13008 * gdb.dwarf2/corrupt.exp: New file.
13009
13010 2014-04-16 Keith Seitz <keiths@redhat.com>
13011
13012 PR c++/16597
13013 * gdb.cp/namelessclass.cc: New file.
13014 * gdb.cp/namelessclass.exp: New file.
13015 * gdb.cp/namelessclass.S: New file.
13016
13017 2014-04-16 Doug Evans <dje@google.com>
13018
13019 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13020 Add comment.
13021 (gdbserver_default_get_comm_port): New function.
13022 (gdbserver_start): Check if board file provided
13023 "gdbserver,get_comm_port" and use it if so.
13024 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13025 (gdb,socketport): Set to "stdio".
13026 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13027 (stdio_gdbserver_template): Delete.
13028 (${board}_get_remote_address): Update.
13029 (${board}_build_remote_cmd): Delete.
13030 (${board}_get_comm_port): New function.
13031 (${board}_spawn): Update.
13032 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13033 Delete.
13034 (${board}_get_remote_address): Update.
13035 (${board}_get_comm_port): New function.
13036
13037 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13038
13039 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13040 appearing in any order.
13041
13042 2014-04-15 Doug Evans <dje@google.com>
13043
13044 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13045 uninitialized value of "description".
13046
13047 2014-04-15 Keith Seitz <keiths@redhat.com>
13048
13049 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13050 Remove unused globals.
13051 (test_running_the_program): Likewise.
13052 (test_controlled_execution): Likewise.
13053 (test_controlling_breakpoints): Likewise.
13054 (test_program_termination): Likewise.
13055
13056 2014-04-15 Keith Seitz <keiths@redhat.com>
13057
13058 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13059 unused globals.
13060 (test_rbreak_creation_and_listing): Likewise.
13061 (test_ignore_count): Likewise.
13062 (test_error): Likewise.
13063
13064 2014-04-15 Pedro Alves <palves@redhat.com>
13065
13066 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13067 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13068 sym-file-loader.c.
13069 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13070 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13071 to sym-file-loader.c.
13072 (struct library): Forward declare.
13073 (load_shlib, lookup_function): Change prototypes.
13074 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13075 (translate_offset): Remove declarations.
13076 (get_text_addr): New declaration.
13077 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13078 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13079 sym-file-loader.h.
13080 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13081 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13082 here from sym-file-loader.h.
13083 (struct library): New structure.
13084 (load_shlib, lookup_function): Change prototypes and adjust to
13085 work with a struct library.
13086 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13087 (translate_offset): Make static.
13088 (get_text_addr): New function.
13089 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13090
13091 2014-04-15 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13094
13095 2014-04-15 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.base/sym-file-loader.c: Include <limits.h>.
13098 (SELF_LINK): New define.
13099 (get_origin): New function.
13100 (load_shlib): Use it.
13101 * gdb.base/sym-file.exp: Don't early return if the target is
13102 remote. Use runto_main, and issue fail is that fails. Use
13103 gdb_load_shlibs.
13104 (shlib_name): Delete.
13105 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13106
13107 2014-04-15 Pedro Alves <palves@redhat.com>
13108
13109 * gdb.base/sym-file.exp: Remove regex characters from test
13110 message. Don't refer to breakpoint numbers in test messages.
13111
13112 2014-04-14 Keith Seitz <keiths@redhat.com>
13113
13114 PR c++/16253
13115 * gdb.cp/var-tag.cc: New file.
13116 * gdb.cp/var-tag.exp: New file.
13117 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13118 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13119 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13120 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13121
13122 2014-04-14 Tom Tromey <tromey@redhat.com>
13123
13124 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13125 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13126 type.
13127 * gdb.cp/enum-class.exp: New file.
13128 * gdb.cp/enum-class.cc: New file.
13129
13130 2014-04-14 Tom Tromey <tromey@redhat.com>
13131
13132 * gdb.dwarf2/enum-type.exp: New file.
13133
13134 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13135
13136 * gdb.mi/mi-vla-c99.exp: New file.
13137 * gdb.mi/vla.c: New file.
13138
13139 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13140
13141 * gdb.base/vla-datatypes.c: New file.
13142 * gdb.base/vla-datatypes.exp: New file.
13143
13144 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13145
13146 * gdb.base/vla-ptr.c: New file.
13147 * gdb.base/vla-ptr.exp: New file.
13148
13149 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13150
13151 * gdb.dwarf2/count.exp: New file.
13152
13153 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13154
13155 * gdb.base/vla-sideeffect.c: New file.
13156 * gdb.base/vla-sideeffect.exp: New file.
13157
13158 2014-04-14 David Blaikie <dblaikie@gmail.com>
13159
13160 * gdb.mi/non-stop.c: Add return value for non-void function return
13161 statement.
13162 * gdb.threads/staticthreads.c: Ditto.
13163
13164 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13165 Doug Evans <xdje42@gmail.com>
13166
13167 * gdb.guile/scm-value.c: Improve test case.
13168 * gdb.guile/scm-value.exp: Add new test.
13169
13170 2014-04-11 David Blaikie <dblaikie@gmail.com>
13171
13172 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13173 override Clang's default.
13174
13175 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13176
13177 Revert the following changes (regressions):
13178
13179 * gdb.base/vla-sideeffect.c: New file.
13180 * gdb.base/vla-sideeffect.exp: New file.
13181
13182 * gdb.dwarf2/count.exp: New file.
13183
13184 * gdb.base/vla-multi.c: New file.
13185 * gdb.base/vla-multi.exp: New file.
13186
13187 * gdb.base/vla-ptr.c: New file.
13188 * gdb.base/vla-ptr.exp: New file.
13189
13190 * gdb.base/vla-datatypes.c: New file.
13191 * gdb.base/vla-datatypes.exp: New file.
13192
13193 * gdb.mi/mi-vla-c99.exp: New file.
13194 * gdb.mi/vla.c: New file.
13195
13196 2014-04-11 Keith Seitz <keiths@redhat.com>
13197
13198 PR c++/16675
13199 * gdb.cp/cpsizeof.exp: New file.
13200 * gdb.cp/cpsizeof.cc: New file.
13201
13202 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13203
13204 * gdb.mi/mi-vla-c99.exp: New file.
13205 * gdb.mi/vla.c: New file.
13206
13207 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13208
13209 * gdb.base/vla-datatypes.c: New file.
13210 * gdb.base/vla-datatypes.exp: New file.
13211
13212 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13213
13214 * gdb.base/vla-ptr.c: New file.
13215 * gdb.base/vla-ptr.exp: New file.
13216
13217 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13218
13219 * gdb.base/vla-multi.c: New file.
13220 * gdb.base/vla-multi.exp: New file.
13221
13222 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13223
13224 * gdb.dwarf2/count.exp: New file.
13225
13226 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13227
13228 * gdb.base/vla-sideeffect.c: New file.
13229 * gdb.base/vla-sideeffect.exp: New file.
13230
13231 2014-04-11 Yao Qi <yao@codesourcery.com>
13232
13233 * gdb.base/completion.exp: Check file exists before running tests
13234 on file completion.
13235
13236 2014-04-10 Pedro Alves <palves@redhat.com>
13237
13238 * gdb.base/cond-eval-mode.c: New file.
13239 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13240 prepare_for_testing to build the new file. Check result of
13241 runto_main.
13242 (test_break, test_watch): New procedures.
13243 (top level): Use them.
13244
13245 2014-04-08 Pierre Muller <muller@sourceware.org>
13246
13247 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13248 Ctrl-V use for mingw hosts.
13249
13250 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13251
13252 * gdb.python/py-value.c: Improve test case.
13253 * gdb.python/py-value.exp: Add new test.
13254
13255 2014-04-07 David Blaikie <dblaikie@gmail.com>
13256
13257 * lib/compiler.c: Identify the clang compiler.
13258 * lib/compiler.cc: Ditto.
13259
13260 2014-04-03 Yao Qi <yao@codesourcery.com>
13261
13262 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13263
13264 2014-04-01 Anton Blanchard <anton@samba.org>
13265
13266 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13267 messages unique.
13268
13269 2014-04-01 Anton Blanchard <anton@samba.org>
13270
13271 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13272 prepare_for_testing.
13273
13274 2014-04-01 Anton Blanchard <anton@samba.org>
13275
13276 * gdb.arch/ppc64-atomic-inst.c: Remove.
13277 * gdb.arch/ppc64-atomic-inst.S: New file.
13278 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13279
13280 2014-03-31 Doug Evans <dje@google.com>
13281
13282 * gdb.base/print-symbol-loading-lib.c: New file.
13283 * gdb.base/print-symbol-loading-main.c: New file.
13284 * gdb.base/print-symbol-loading.exp: New file.
13285
13286 2014-03-31 Yao Qi <yao@codesourcery.com>
13287
13288 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13289
13290 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13291
13292 * gdb.ada/mi_dyn_arr: New testcase.
13293
13294 2014-03-27 Doug Evans <dje@google.com>
13295
13296 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13297
13298 2014-03-27 Yao Qi <yao@codesourcery.com>
13299
13300 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13301 if target is nios2-*-*.
13302
13303 2014-03-26 Yao Qi <yao@codesourcery.com>
13304
13305 * lib/gdb.exp (readline_is_used): New proc.
13306 * gdb.base/completion.exp: Move tests on command complete up.
13307 Skip the rest of tests if readline is not used.
13308 * gdb.ada/complete.exp: Skp the test if readline is not
13309 used.
13310 * gdb.base/filesym.exp: Likewise.
13311 * gdb.base/macscp.exp: Likewise.
13312 * gdb.base/readline-ask.exp: Likewise.
13313 * gdb.base/readline.exp: Likewise.
13314 * gdb.python/py-cmd.exp: Likewise.
13315 * gdb.trace/tfile.exp: Likewise.
13316
13317 2014-03-26 Yao Qi <yao@codesourcery.com>
13318
13319 * gdb.base/macscp.exp: Fix code format issues.
13320
13321 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13322
13323 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13324 * gdb.asm/powerpc64le.inc: New file.
13325
13326 2014-03-25 Pedro Alves <palves@redhat.com>
13327 Doug Evans <dje@google.com>
13328
13329 * gdb.base/source-execution.c: New file.
13330 * gdb.base/source-execution.exp: New file.
13331 * gdb.base/source-execution.gdb: New file.
13332
13333 2014-03-24 Doug Evans <dje@google.com>
13334
13335 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13336 using fission.
13337
13338 2014-03-24 Hui Zhu <hui@codesourcery.com>
13339 Pedro Alves <palves@redhat.com>
13340
13341 PR breakpoints/16101
13342 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13343 test pass/fail messages. Detect missing support for dprintf when
13344 breakpoints are actually inserted.
13345 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13346 breakpoints are actually inserted.
13347 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13348 fails.
13349
13350 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13351
13352 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13353
13354 2014-03-22 Doug Evans <xdje42@gmail.com>
13355
13356 * gdb.python/python.exp (python not supported): Verify multi-line
13357 python command issues an error.
13358 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13359 guile command issues an error.
13360
13361 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13362
13363 * gdb.threads/thread-specific.exp: Handle the lack of usable
13364 $this_breakpoint and $this_thread.
13365
13366 2014-03-21 Hui Zhu <hui@codesourcery.com>
13367
13368 * gdb.base/attach.exp (do_command_attach_tests): New.
13369
13370 2014-03-20 Tom Tromey <tromey@redhat.com>
13371 Pedro Alves <palves@redhat.com>
13372
13373 PR cli/15718
13374 * gdb.base/condbreak-call-false.c: New file.
13375 * gdb.base/condbreak-call-false.exp: New file.
13376
13377 2014-03-20 Pedro Alves <palves@redhat.com>
13378
13379 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13380 Delete.
13381 (block_signals, unblock_signals): Delete.
13382 (child_function_2, main): Remove references to deleted variable
13383 and functions.
13384
13385 2014-03-20 Pedro Alves <palves@redhat.com>
13386
13387 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13388 Use pthread_kill to signal thread 2.
13389 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13390 Adjust to make the test send itself a signal rather than using the
13391 host's "kill" command.
13392
13393 2014-03-20 Pedro Alves <palves@redhat.com>
13394
13395 * gdb.threads/multiple-step-overs.c: New file.
13396 * gdb.threads/multiple-step-overs.exp: New file.
13397 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13398 Adjust expected infrun debug output.
13399
13400 2014-03-20 Pedro Alves <palves@redhat.com>
13401
13402 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13403 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13404
13405 2014-03-20 Pedro Alves <palves@redhat.com>
13406
13407 PR breakpoints/7143
13408 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13409 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13410 of gdb_test_multiple.
13411 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13412 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13413
13414 2014-03-20 Pedro Alves <palves@redhat.com>
13415
13416 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13417 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13418
13419 2014-03-19 Pedro Alves <palves@redhat.com>
13420
13421 * gdb.base/async.exp: Remove early return.
13422
13423 2014-03-19 Pedro Alves <palves@redhat.com>
13424
13425 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13426
13427 2014-03-19 Pedro Alves <palves@redhat.com>
13428
13429 * gdb.base/async.exp (test_background): Expect \r\n after
13430 "completed." in the fail pattern.
13431
13432 2014-03-19 Pedro Alves <palves@redhat.com>
13433
13434 * gdb.base/async.exp (test_background): New procedure.
13435 Use it for all background execution command tests.
13436
13437 2014-03-19 Pedro Alves <palves@redhat.com>
13438
13439 * gdb.base/async.exp: Use prepare_for_testing.
13440
13441 2014-03-19 Pedro Alves <palves@redhat.com>
13442
13443 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13444 the same line.
13445
13446 2014-03-19 Pedro Alves <palves@redhat.com>
13447
13448 * gdb.base/async.c (main): Add "jump here" and "until here" line
13449 marker comments.
13450 * gdb.base/async.exp (jump_here): New global.
13451 (jump& test): Use it.
13452 (until_here): New global.
13453 (until& test): Use it.
13454
13455 2014-03-19 Pedro Alves <palves@redhat.com>
13456
13457 * gdb.base/async.exp: Don't frob gdb_protocol.
13458
13459 2014-03-18 Doug Evans <xdje42@gmail.com>
13460
13461 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13462 Fix spelling of exec-done-display.
13463
13464 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13465
13466 PR gdb/15358
13467 * gdb.base/gdb-sigterm.c: New file.
13468 * gdb.base/gdb-sigterm.exp: New file.
13469
13470 2014-03-18 Pedro Alves <palves@redhat.com>
13471
13472 PR gdb/13860
13473 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13474 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13475 solib-event.
13476
13477 2014-03-17 Joel Brobecker <brobecker@adacore.com>
13478
13479 * gdb.ada/pckd_arr_ren: New testcase.
13480
13481 2014-03-13 Doug Evans <xdje42@gmail.com>
13482
13483 PR guile/16612
13484 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13485 collect after discarding symbols.
13486
13487 2014-03-13 Ludovic Courtès <ludo@gnu.org>
13488 Doug Evans <xdje42@gmail.com>
13489
13490 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13491 to history survives a gc.
13492
13493 2014-03-13 Pedro Alves <palves@redhat.com>
13494
13495 * gdb.base/default.exp: Don't test "target procfs".
13496
13497 2014-03-13 Pedro Alves <palves@redhat.com>
13498
13499 * gdb.base/default.exp: Update "target child" and "target procfs"
13500 tests to not expect "Unix".
13501
13502 2014-03-12 Tom Tromey <tromey@redhat.com>
13503
13504 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13505 New procs. Add target-async tests.
13506 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13507 Add target-async tests.
13508
13509 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13510
13511 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13512 'func_start' and 'func_end' for the beginning and end of the
13513 function code, respectively.
13514 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13515 'func_end' instead of 'func' and 'main'.
13516
13517 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13518
13519 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13520 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13521 generate the debug info assembler source.
13522
13523 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13524
13525 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13526 * gdb.dwarf2/arr-subrange.exp: Likewise.
13527 * gdb.dwarf2/dwz.exp: Likewise.
13528 * gdb.dwarf2/method-ptr.exp: Likewise.
13529 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13530 * gdb.dwarf2/subrange.exp: Likewise.
13531 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13532 * gdb.dwarf2/implptrpiece.exp: Likewise.
13533 * gdb.dwarf2/nostaticblock.exp: Likewise.
13534
13535 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13536
13537 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13538 directory to absolute path name arguments.
13539
13540 2014-03-10 Joel Brobecker <brobecker@adacore.com>
13541
13542 * gdb.ada/tagged_access: New testcase.
13543
13544 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13545
13546 * gdb.btrace/data.exp: Update expected output.
13547
13548 2014-03-06 Yao Qi <yao@codesourcery.com>
13549
13550 * gdb.trace/pr16508.exp: New file.
13551
13552 2014-03-05 Pedro Alves <palves@redhat.com>
13553
13554 PR gdb/16575
13555 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13556 procedure.
13557 (top level): Adjust to use it. Add tests that exercise breakpoint
13558 interaction with the code-cache.
13559
13560 2014-02-26 Ludovic Courtès <ludo@gnu.org>
13561
13562 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13563 test for 'history-append!'.
13564
13565 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13566
13567 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13568 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13569 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13570 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13571 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13572 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13573
13574 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13575
13576 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13577 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13578 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13579
13580 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13581
13582 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13583
13584 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13585
13586 * gdb.dwarf2/arr-stride.c: New file.
13587 * gdb.dwarf2/arr-stride.exp: New file.
13588
13589 2014-02-26 Pedro Alves <palves@redhat.com>
13590
13591 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13592 that won't ever trigger. Make sure that GDB reports the correct
13593 breakpoint that caused the stop.
13594
13595 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13596
13597 PR gdb/16626
13598 * gdb.base/auto-load-script: New file.
13599 * gdb.base/auto-load.c: New file.
13600 * gdb.base/auto-load.exp: New file.
13601
13602 PR gdb/16626
13603 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13604
13605 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13606
13607 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13608 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13609
13610 2014-02-24 Doug Evans <dje@google.com>
13611
13612 * lib/gdb.exp (run_on_host): Log error output if program fails.
13613
13614 2014-02-21 Pedro Alves <palves@redhat.com>
13615
13616 * gdb.threads/step-after-sr-lock.c: Rename to ...
13617 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13618 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13619 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13620 ... this.
13621
13622 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13623
13624 PR tdep/16397
13625 * gdb.arch/amd64-stap-special-operands.exp: New file.
13626 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13627 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13628 * gdb.arch/amd64-stap-triplet.S: Likewise.
13629 * gdb.arch/amd64-stap-triplet.c: Likewise.
13630
13631 2014-02-20 Joel Brobecker <brobecker@adacore.com>
13632
13633 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13634 in .section pseudo-op.
13635
13636 2014-02-20 lin zuojian <manjian2006@gmail.com>
13637 Joel Brobecker <brobecker@adacore.com>
13638 Doug Evans <xdje42@gmail.com>
13639
13640 PR symtab/16581
13641 * gdb.dwarf2/dw2-icycle.S: New file.
13642 * gdb.dwarf2/dw2-icycle.c: New file.
13643 * gdb.dwarf2/dw2-icycle.exp: New file.
13644
13645 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13646
13647 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13648 operations on gdb.Value objects.
13649 * gdb.python/py-value-cc.exp: Add new test to test operations on
13650 gdb.Value objects.
13651
13652 2014-02-18 Doug Evans <dje@google.com>
13653
13654 * Makefile.in (TESTS): New variable.
13655 (expanded_tests, expanded_tests_or_none): New variables
13656 (check-single): Pass $(expanded_tests_or_none) to runtest.
13657 (check-parallel): Only run tests in $(TESTS) if non-empty.
13658 (check/no-matching-tests-found): New rule.
13659 * README: Document TESTS makefile variable.
13660
13661 2014-02-18 Doug Evans <dje@google.com>
13662
13663 * Makefile.in (check-parallel): rm -rf outputs temp.
13664
13665 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13666
13667 Fix "ERROR: no fileid for" in the testsuite.
13668 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13669
13670 2014-02-12 Doug Evans <dje@google.com>
13671
13672 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13673 (MISCELLANEOUS): New variable.
13674 (clean): rm -rf $(MISCELLANEOUS).
13675 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13676 dwp live in the same directory as symlinks, with each symlink pointed
13677 to a differently named file in a different directory.
13678
13679 2014-02-11 Doug Evans <dje@google.com>
13680
13681 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13682 of Tcl file commands.
13683
13684 2014-02-10 Mark Kettenis <kettenis@gnu.org>
13685
13686 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13687 "kill -SIGUSR1 -1".
13688
13689 2014-02-10 Joel Brobecker <brobecker@adacore.com>
13690
13691 * gdb.ada/tick_length_array_enum_idx: New testcase.
13692
13693 2014-02-10 Doug Evans <xdje42@gmail.com>
13694
13695 * configure.ac (AC_OUTPUT): Add gdb.guile.
13696 * configure: Regenerate.
13697 * lib/gdb-guile.exp: New file.
13698 * lib/gdb.exp (get_target_charset): New function.
13699 * gdb.base/help.exp: Update expected output from "apropos apropos".
13700 * gdb.guile/Makefile.in: New file.
13701 * gdb.guile/guile.exp: New file.
13702 * gdb.guile/scm-arch.c: New file.
13703 * gdb.guile/scm-arch.exp: New file.
13704 * gdb.guile/scm-block.c: New file.
13705 * gdb.guile/scm-block.exp: New file.
13706 * gdb.guile/scm-breakpoint.c: New file.
13707 * gdb.guile/scm-breakpoint.exp: New file.
13708 * gdb.guile/scm-disasm.c: New file.
13709 * gdb.guile/scm-disasm.exp: New file.
13710 * gdb.guile/scm-equal.c: New file.
13711 * gdb.guile/scm-equal.exp: New file.
13712 * gdb.guile/scm-error.exp: New file.
13713 * gdb.guile/scm-error.scm: New file.
13714 * gdb.guile/scm-frame-args.c: New file.
13715 * gdb.guile/scm-frame-args.exp: New file.
13716 * gdb.guile/scm-frame-args.scm: New file.
13717 * gdb.guile/scm-frame-inline.c: New file.
13718 * gdb.guile/scm-frame-inline.exp: New file.
13719 * gdb.guile/scm-frame.c: New file.
13720 * gdb.guile/scm-frame.exp: New file.
13721 * gdb.guile/scm-generics.exp: New file.
13722 * gdb.guile/scm-gsmob.exp: New file.
13723 * gdb.guile/scm-iterator.c: New file.
13724 * gdb.guile/scm-iterator.exp: New file.
13725 * gdb.guile/scm-math.c: New file.
13726 * gdb.guile/scm-math.exp: New file.
13727 * gdb.guile/scm-objfile-script-gdb.in: New file.
13728 * gdb.guile/scm-objfile-script.c: New file.
13729 * gdb.guile/scm-objfile-script.exp: New file.
13730 * gdb.guile/scm-objfile.c: New file.
13731 * gdb.guile/scm-objfile.exp: New file.
13732 * gdb.guile/scm-ports.exp: New file.
13733 * gdb.guile/scm-pretty-print.c: New file.
13734 * gdb.guile/scm-pretty-print.exp: New file.
13735 * gdb.guile/scm-pretty-print.scm: New file.
13736 * gdb.guile/scm-section-script.c: New file.
13737 * gdb.guile/scm-section-script.exp: New file.
13738 * gdb.guile/scm-section-script.scm: New file.
13739 * gdb.guile/scm-symbol.c: New file.
13740 * gdb.guile/scm-symbol.exp: New file.
13741 * gdb.guile/scm-symtab-2.c: New file.
13742 * gdb.guile/scm-symtab.c: New file.
13743 * gdb.guile/scm-symtab.exp: New file.
13744 * gdb.guile/scm-type.c: New file.
13745 * gdb.guile/scm-type.exp: New file.
13746 * gdb.guile/scm-value-cc.cc: New file.
13747 * gdb.guile/scm-value-cc.exp: New file.
13748 * gdb.guile/scm-value.c: New file.
13749 * gdb.guile/scm-value.exp: New file.
13750 * gdb.guile/source2.scm: New file.
13751 * gdb.guile/types-module.cc: New file.
13752 * gdb.guile/types-module.exp: New file.
13753
13754 2014-02-10 Yao Qi <yao@codesourcery.com>
13755
13756 PR testsuite/16543
13757 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
13758 * configure: Regenerated.
13759 * Makefile.in: New file.
13760
13761 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
13762
13763 * gdb.python/py-framefilter.exp: Fix typo.
13764
13765 2014-02-08 Yao Qi <yao@codesourcery.com>
13766
13767 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
13768 that no =breakpoint-modified is emitted when breakpoints are
13769 modified through MI commands.
13770
13771 2014-02-07 Pedro Alves <pedro@codesourcery.com>
13772 Pedro Alves <palves@redhat.com>
13773
13774 * gdb.threads/step-after-sr-lock.c: New file.
13775 * gdb.threads/step-after-sr-lock.exp: New file.
13776
13777 2014-02-07 Pedro Alves <palves@redhat.com>
13778
13779 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
13780
13781 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13782
13783 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
13784 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
13785
13786 2014-02-06 Doug Evans <xdje42@gmail.com>
13787
13788 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
13789 output.
13790
13791 * gdb.gdb/python-interrupts.exp: New file.
13792
13793 2014-02-05 Yao Qi <yao@codesourcery.com>
13794
13795 * gdb.trace/report.exp (use_collected_data): Test the output
13796 of "info threads" and "info inferiors".
13797
13798 2014-02-05 Yao Qi <yao@codesourcery.com>
13799
13800 Revert this patch:
13801
13802 2013-05-24 Yao Qi <yao@codesourcery.com>
13803
13804 * gdb.trace/tfile.exp: Test inferior and thread.
13805
13806 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13807
13808 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
13809 on a function.
13810 * gdb.base/step-bt.c: Call hello via function pointer to make
13811 sure its first instruction is executed on powerpc64le-linux.
13812
13813 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13814
13815 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
13816
13817 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13818
13819 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
13820 of the test patterns for use on little-endian systems.
13821
13822 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
13823
13824 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
13825 (decimal_vector): Fix for little-endian.
13826
13827 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
13828
13829 * gdb.arch/sparc-sysstep.exp: New file.
13830 * gdb.arch/sparc-sysstep.c: Likewise.
13831
13832 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
13833
13834 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13835
13836 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
13837
13838 2014-01-23 Tom Tromey <tromey@redhat.com>
13839
13840 * gdb.ada/array_char_idx: New testcase.
13841
13842 2014-01-23 Tom Tromey <tromey@redhat.com>
13843
13844 PR python/16487:
13845 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
13846 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
13847 classes.
13848
13849 2014-01-23 Tom Tromey <tromey@redhat.com>
13850
13851 PR python/16491:
13852 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
13853 string from an inferior frame.
13854 * gdb.python/py-framefilter-mi.exp: Update.
13855
13856 2014-01-22 Doug Evans <dje@google.com>
13857
13858 * gdb.server/server-mon.exp: Add tests for "set debug-format".
13859
13860 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13861
13862 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
13863
13864 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13865
13866 * gdb.trace/entry-values.exp: Remove excess space character from
13867 regex patterns. Handle s390 call instruction.
13868
13869 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13870
13871 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
13872 define "*_start" label. Make "name" static.
13873 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
13874 ${name} by references to ${name}_start.
13875
13876 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
13877
13878 * gdb.base/info-macros.exp: Remove "debug" from the compile
13879 options.
13880
13881 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13882
13883 * gdb.dlang/demangle.exp: New file.
13884
13885 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13886
13887 * gdb.dlang/primitive-types.exp: New file.
13888
13889 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
13890
13891 * configure.ac: Create gdb.dlang/Makefile.
13892 * configure: Regenerate.
13893 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
13894 * gdb.dlang/Makefile.in: New file.
13895 * lib/d-support.exp: New file.
13896 * lib/gdb.exp (skip_d_tests): New proc.
13897
13898 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13899
13900 * gdb.btrace/delta.exp: Check reverse stepi.
13901 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
13902 * gdb.btrace/finish.exp: New.
13903 * gdb.btrace/next.exp: New.
13904 * gdb.btrace/nexti.exp: New.
13905 * gdb.btrace/record_goto.c: Add comments.
13906 * gdb.btrace/step.exp: New.
13907 * gdb.btrace/stepi.exp: New.
13908 * gdb.btrace/multi-thread-step.c: New.
13909 * gdb.btrace/multi-thread-step.exp: New.
13910 * gdb.btrace/rn-dl-bind.c: New.
13911 * gdb.btrace/rn-dl-bind.exp: New.
13912 * gdb.btrace/data.c: New.
13913 * gdb.btrace/data.exp: New.
13914 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13915
13916 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13917
13918 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
13919 * gdb.btrace/exception.exp: Update.
13920 * gdb.btrace/instruction_history.exp: Update.
13921 * gdb.btrace/record_goto.exp: Update.
13922 * gdb.btrace/tailcall.exp: Update.
13923 * gdb.btrace/unknown_functions.exp: Update.
13924 * gdb.btrace/delta.exp: New.
13925
13926 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13927
13928 * gdb.btrace/record_goto.exp: Add backtrace test.
13929 * gdb.btrace/tailcall.exp: Add backtrace test.
13930
13931 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13932
13933 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
13934 * gdb.btrace/record_goto.c: New.
13935 * gdb.btrace/record_goto.exp: New.
13936 * gdb.btrace/x86-record_goto.S: New.
13937
13938 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13939
13940 * gdb.btrace/function_call_history.exp: Update tests.
13941 * gdb.btrace/instruction_history.exp: Update tests.
13942
13943 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13944
13945 * gdb.btrace/function_call_history.exp: Fix expected field
13946 order for "record function-call-history".
13947 Add new tests for "record function-call-history /c".
13948 * gdb.btrace/exception.cc: New.
13949 * gdb.btrace/exception.exp: New.
13950 * gdb.btrace/tailcall.exp: New.
13951 * gdb.btrace/x86-tailcall.S: New.
13952 * gdb.btrace/x86-tailcall.c: New.
13953 * gdb.btrace/unknown_functions.c: New.
13954 * gdb.btrace/unknown_functions.exp: New.
13955 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
13956
13957 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13958
13959 * gdb.btrace/instruction_history.exp: Update.
13960 * gdb.btrace/function_call_history.exp: Update.
13961
13962 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13963
13964 * gdb.btrace/function_call_history.exp: Fix expected function
13965 trace.
13966 * gdb.btrace/instruction_history.exp: Initialize traced.
13967 Remove traced_functions.
13968
13969 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13970
13971 * gdb.btrace/function_call_history.exp: Update
13972 * gdb.btrace/instruction_history.exp: Update.
13973
13974 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
13975
13976 * gdb.btrace/enable.exp: Update expected text.
13977
13978 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
13979
13980 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
13981 bytes.
13982
13983 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
13984
13985 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
13986
13987 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
13988
13989 * lib/gdb.exp (supports_process_record): Return true for
13990 arm*-linux*. (supports_reverse): Likewise.
13991
13992 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
13993
13994 PR python/15464
13995 PR python/16113
13996 * gdb.python/py-type.c: Enhance test case.
13997 * gdb.python/py-value-cc.cc: Likewise
13998 * gdb.python/py-type.exp: Add new tests.
13999 * gdb.python/py-value-cc.exp: Likewise
14000
14001 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14002 Pedro Alves <palves@redhat.com>
14003
14004 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14005 Make "name" extern.
14006 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14007 references to ${name}_start by references to ${name}.
14008
14009 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14010
14011 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14012
14013 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14014
14015 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14016
14017 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14018 Pedro Alves <palves@redhat.com>
14019
14020 * gdb.mi/mi-info-os.exp: Connect to the target with
14021 mi_gdb_target_load.
14022
14023 2014-01-08 Pedro Alves <palves@redhat.com>
14024
14025 * gdb.threads/reconnect-signal.c: New file.
14026 * gdb.threads/reconnect-signal.exp: New file.
14027
14028 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14029
14030 * gdb.base/source-dir.exp: New file.
14031
14032 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14033
14034 * gdb.ada/mi_interface: New testcase.
14035
14036 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14037
14038 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14039 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14040 gdb.ada/pp-rec-component/pck.ads: New files.
14041
14042 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14043
14044 * gdb.python/py-pp-integral.c: New file.
14045 * gdb.python/py-pp-integral.py: New file.
14046 * gdb.python/py-pp-integral.exp: New file.
14047
14048 For older changes see ChangeLog-1993-2013.
14049 \f
14050 ;; Local Variables:
14051 ;; mode: change-log
14052 ;; left-margin: 8
14053 ;; fill-column: 74
14054 ;; version-control: never
14055 ;; End:
14056
14057 Copyright 2014-2018 Free Software Foundation, Inc.
14058 Copying and distribution of this file, with or without modification,
14059 are permitted provided the copyright notice and this notice are preserved.
This page took 0.314538 seconds and 5 git commands to generate.