Fix regexps in PR19910 test to cope with COFF and AOUT sparc targets.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4 GDBHISTSIZE prior to the tests.
5 * gdb.base/gdbinit-history.exp: Likewise.
6
7 2016-04-07 Pedro Alves <palves@redhat.com>
8
9 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10 instead of build_executable. Use gdb_load_shlibs.
11
12 2016-04-07 Yao Qi <yao.qi@linaro.org>
13
14 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15 Execute "si" command.
16
17 2016-04-07 Yao Qi <yao.qi@linaro.org>
18
19 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
20 number instead of the comments on some line.
21
22 2016-04-06 Don Breazeal <donb@codesourcery.com>
23
24 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
25 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
26
27 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
28
29 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
30 standard_output_file. Remove unused binfile variable.
31
32 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
33
34 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
35 * gdb.python/py-mi-objfile.exp: Match "list main" output
36 in console format.
37
38 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
39
40 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
41 absolute.
42
43 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
44
45 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
46 absolute.
47 * gdb.trace/ftrace.exp: Likewise.
48 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
49 targets as well.
50 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
51 (gdb_load_shlibs): Copy libraries to test directory when testing
52 natively. Only set solib-search-path if testing remotely.
53 * lib/mi-support.exp (mi_load_shlibs): Likewise.
54
55 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
56
57 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
58 gdb_download. Use it even if the target is not remote.
59 * gdb.base/jit.exp (compile_jit_test): Likewise.
60 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
61 output directory if the destination board is local, otherwise use
62 the standard remote_download from DejaGnu.
63 (gdb_download): Remove.
64 (gdb_load_shlibs): Use gdb_remote_download instead of
65 gdb_download.
66 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
67 Use gdb_remote_download instead of gdb_download. Use it even if
68 the target is not remote.
69 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
70 instead of gdb_download.
71
72 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
73
74 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
75 (test_insert_delete_modify): Call mi_load_shlibs before trying to
76 run.
77
78 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
79
80 PR gdb/19820
81 * gdb.base/printcmds.exp: Add artificial arrays tests.
82
83 2016-03-31 Pedro Alves <palves@redhat.com>
84
85 PR gdb/19858
86 * gdb.base/jit-main.c: Include unistd.h.
87 (ATTACH): Define to 0 if not already defined.
88 (wait_for_gdb, mypid): New globals.
89 (WAIT_FOR_GDB): New macro.
90 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
91 some breakpoint locations.
92 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
93 New procedures.
94 (one_jit_test): Add REATTACH parameter, and handle it. Use
95 continue_to_test_location.
96 (top level): Test attach, and adjusts calls to one_jit_test.
97
98 2016-03-31 Pedro Alves <palves@redhat.com>
99
100 PR gdb/19858
101 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
102 BINSUFFIX parameter, and handle it.
103 (top level): Adjust calls compile_jit_test.
104
105 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
106
107 PR python/19743
108 * gdb.python/py-mi-events-gdb.py: New file.
109 * gdb.python/py-mi-events.c: New file.
110 * gdb.python/py-mi-events.exp: New file.
111
112 2016-03-30 Yao Qi <yao.qi@linaro.org>
113
114 * gdb.reverse/until-precsave.exp: Match function name only.
115 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
116 Move malloc to a condition block.
117 * gdb.reverse/until-reverse.exp: Match function name only.
118
119 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
120
121 * gdb.trace/ftrace.exp: Set arg0exp for s390.
122 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
123 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
124 variable for GPR 0 instead of assuming it is register 0.
125 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
126 * lib/trace-support.exp: Add s390 registers.
127
128 2016-03-29 Yao Qi <yao.qi@linaro.org>
129
130 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
131
132 2016-03-24 Yao Qi <yao.qi@linaro.org>
133
134 * gdb.reverse/break-reverse.exp: Add quotation mark in the
135 test message.
136
137 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
138
139 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
140 maintaining separate logic for constructing the output path.
141
142 2016-03-16 Don Breazeal <donb@codesourcery.com>
143
144 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
145 Retry fork and waitpid on interrupted system call errors.
146 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
147 Use with_timeout_factor to increase timeout by factor of 10.
148
149 2016-03-15 Don Breazeal <donb@codesourcery.com>
150
151 * gdb.cp/scope-err.cc: New test program.
152 * gdb.cp/scope-err.exp: New test script.
153 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
154 lines and "set breakpoint here" comment.
155 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
156 Fixed some whitespace and format issues.
157 * gdb.mi/mi-linespec-err-cp.cc: New test program.
158 * gdb.mi/mi-linespec-err-cp.exp: New test script.
159
160 2016-03-15 Doug Evans <dje@google.com>
161
162 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
163 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
164 All callers updated. Add tests for enums, mixed flags register.
165
166 2016-03-15 Doug Evans <dje@google.com>
167
168 * gdb.base/skip.c (main): Call test_skip_file_and_function.
169 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
170
171 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
172
173 * gdb.base/default.exp: Add $_as_string to the list of expected
174 convenience functions.
175
176 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * gdb.base/maint.exp: New tests for 'maint info line-table'.
179
180 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
181
182 * gdb.python/py-as-string.exp: New file.
183 * gdb.python/py-as-string.c: New file.
184
185 2016-03-09 Pedro Alves <palves@redhat.com>
186
187 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
188 signal" -> "Thread NN received signal" output change.
189 * gdb.threads/ia64-sigill.exp: Likewise.
190 * gdb.threads/linux-dp.exp: Likewise.
191 * gdb.threads/manythreads.exp: Likewise.
192 * gdb.threads/pending-step.exp: Likewise.
193 * gdb.threads/print-threads.exp: Likewise.
194 * gdb.threads/sigstep-threads.exp: Likewise.
195 * gdb.threads/staticthreads.exp: Likewise.
196 * gdb.threads/tls.exp: Likewise.
197
198 2016-03-09 Pedro Alves <palves@redhat.com>
199
200 * gdb.base/command-line-input.exp: New file.
201
202 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
203
204 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
205 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
206 * gdb.trace/pending.exp: Accept leading dot before function name.
207 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
208 * lib/trace-support.exp: Set registers for ppc.
209
210 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
211
212 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
213 use it for disassembly; accept .main in addition to main in backtrace.
214
215 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
216 Marcin Kościelnicki <koriakin@0x04.net>
217
218 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
219 (gdb_recursion_test_ptr): New global variable.
220 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
221 gdb_recursion_test.
222 (gdb_c_test): Ditto.
223
224 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
225
226 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
227 ordering.
228
229 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
230
231 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
232 (bar): Add bar_start_lbl label.
233 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
234 of foo/bar for emitting DWARF and tracing.
235
236 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
237
238 * analyze-racy-logs.py: Set executable bit.
239
240 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
241
242 * Makefile.in (DEFAULT_RACY_ITER): New variable.
243 (CHECK_TARGET_TMP): Likewise.
244 (check-single-racy): New rule.
245 (check-parallel-racy): Likewise.
246 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
247 (do-check-parallel-racy): New rule.
248 (check-racy/%.exp): Likewise.
249 * README (Racy testcases): New section.
250 * analyze-racy-logs.py: New file.
251
252 2016-03-03 Doug Evans <dje@google.com>
253
254 * gdb.base/skip.exp: Use with_test_prefix.
255
256 2016-03-03 Yao Qi <yao.qi@linaro.org>
257
258 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
259 Invoke step_over_syscall "clone" and break_cond_on_syscall
260 "clone".
261 * gdb.base/step-over-clone.c: New file.
262
263 2016-03-03 Yao Qi <yao.qi@linaro.org>
264
265 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
266 code format.
267
268 2016-03-03 Yao Qi <yao.qi@linaro.org>
269
270 * gdb.base/disp-step-fork.c: Rename to ...
271 * gdb.base/step-over-fork.c: ... it. New file.
272 * gdb.base/disp-step-vfork.c: Rename to ...
273 * gdb.base/step-over-vfork.c: ... it. New file.
274 * gdb.base/disp-step-syscall.exp: Rename to ...
275 * gdb.base/step-over-syscall.exp: ... it. New file.
276 (disp_step_cross_syscall): Rename to ...
277 (step_over_syscall): ... it.
278
279 2016-03-03 Yao Qi <yao.qi@linaro.org>
280
281 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
282 If target supports condition evaluation on target, invoke
283 break_cond_on_syscall for fork and vfork.
284
285 2016-03-03 Yao Qi <yao.qi@linaro.org>
286
287 * gdb.base/disp-step-syscall.exp: Don't invoke
288 support_displaced_stepping.
289 (disp_step_cross_syscall): Test with displaced stepping off and
290 on if supported.
291
292 2016-03-03 Yao Qi <yao.qi@linaro.org>
293
294 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
295 proc.
296 (setup): New proc.
297 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
298 and setup.
299
300 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
301
302 * gdb.fortran/vla-history.exp: Remove breakpoint.
303
304 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
305
306 * gdb.fortran/vla-history.exp: Lookup array elements and printing exceeds timeout.
307
308 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
309
310 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an breakpoint.
311
312 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
313
314 * gdb.mi/vla.f90: Nullify pointer after declaration.
315
316 2016-03-01 Pedro Alves <palves@redhat.com>
317
318 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
319
320 2016-03-01 Pedro Alves <palves@redhat.com>
321
322 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
323 before anything else.
324 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
325 _GNU_SOURCE here.
326 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
327 before anything else.
328 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
329
330 2016-03-01 Pedro Alves <palves@redhat.com>
331
332 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
333
334 2016-03-01 Yao Qi <yao.qi@linaro.org>
335
336 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
337 prepare_for_testing.
338
339 2016-03-01 Yao Qi <yao.qi@linaro.org>
340
341 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
342
343 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
344
345 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
346 manually constructing the output path.
347
348 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
349
350 * gdb.arch/s390-stackless.S: New.
351 * gdb.arch/s390-stackless.exp: New.
352
353 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
354
355 * gdb.dlang/circular.c: New file.
356 * gdb.dlang/circular.exp: New file.
357
358 2016-02-26 Yao Qi <yao.qi@linaro.org>
359
360 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
361 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
362 (testcases): Update.
363
364 2016-02-26 Yao Qi <yao.qi@linaro.org>
365
366 * gdb.reverse/aarch64.c: Rename to ...
367 * gdb.reverse/insn-reverse.c: ... it.
368 * gdb.reverse/aarch64.exp: Rename to ...
369 * gdb.reverse/insn-reverse.exp: ... it.
370
371 2016-02-26 Yao Qi <yao.qi@linaro.org>
372
373 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
374 (testcase_ftype): New.
375 (testcases): New array.
376 (n_testcases): New.
377 (main): Call each element in testcases.
378 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
379 (read_testcase): New.
380 Do the tests in a loop.
381
382 2016-02-25 Yao Qi <yao.qi@linaro.org>
383
384 * gdb.base/branches.c: Remove.
385
386 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
387
388 PR gdb/13808
389 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
390
391 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
392
393 * gdb.trace/ftrace.exp: Remove unnecessary target check.
394
395 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
396
397 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
398 change x86_64 call_insn to 'callq'.
399
400 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
401
402 * gdb.trace/tfile-avx.c: Move to...
403 * gdb.trace/tracefile-pseudo-reg.c: Here.
404 * gdb.trace/tfile-avx.exp: Move to...
405 * gdb.trace/tracefile-pseudo-reg.exp: Here.
406
407 2016-02-24 Gary Benson <gbenson@redhat.com>
408
409 * gdb.base/attach-pie-noexec.exp: Do not expect an error
410 message on attach.
411
412 2016-02-23 Doug Evans <dje@google.com>
413
414 * gdb.base/skip.c (test_skip): New function.
415 (end_test_skip_file_and_function): New function.
416 (test_skip_file_and_function): New function.
417 * gdb.base/skip1.c (test_skip): New function.
418 (skip1_test_skip_file_and_function): New function.
419 * gdb.base/skip.exp: Add tests for new skip options.
420 * gdb.base/skip-solib.exp: Update expected output.
421 * gdb.perf/skip-command.cc: New file.
422 * gdb.perf/skip-command.exp: New file.
423 * gdb.perf/skip-command.py: New file.
424
425 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
426
427 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
428 info registers pattern.
429
430 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
431
432 * lib/future.exp: Add D support.
433 (gdb_find_gdc): New proc.
434 (gdb_default_target_compile): Add D support.
435
436 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
437
438 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
439 user+system time.
440 (trace_speed_test): Determine the iteration count for a time
441 between 15..30 seconds.
442
443 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
444
445 * gdb.arch/i386-mpx-sigsegv.c: New file.
446 * gdb.arch/i386-mpx-sigsegv.exp: New file.
447 * gdb.arch/i386-mpx-simple_segv.c: New file.
448 * gdb.arch/i386-mpx-simple_segv.exp: New file.
449
450 2016-02-18 Yao Qi <yao.qi@linaro.org>
451
452 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
453 Don't call setup_kfail.
454
455 2016-02-18 Yao Qi <yao.qi@linaro.org>
456
457 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
458 Set "set breakpoint condition-evaluation" per $cond_bp_target.
459
460 2016-02-16 Doug Evans <dje@google.com>
461
462 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
463 * gdb.base/skip1.c: Ditto.
464 * gdb.base/skip.exp: Whitespace cleanup.
465
466 2016-02-16 Don Breazeal <donb@codesourcery.com>
467
468 PR remote/19496
469 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
470 Remove kfail for PR remote/19496.
471
472 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
473
474 * lib/gdb.exp (standard_temp_file): Return a path specific to
475 the runtest invocation.
476
477 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
478
479 * gdb.trace/save-trace.exp: Change relative path to be in the
480 standard output directory.
481
482 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
483
484 * gdb.arch/i386-prologue.c: Add missing prototypes.
485
486 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
487
488 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
489 * gdb.arch/i386-prologue.exp: Likewise.
490 * gdb.arch/i386-size.exp: Likewise.
491
492 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
493
494 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
495 define object file path.
496 * gdb.btrace/gcore.exp: Use standard_output_file to define core
497 file path.
498 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
499 standard_output_file to define binfile.
500
501 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
502
503 Fix compatibility with recent gfortran-5.3.1.
504 * gdb.fortran/vla-history.exp (print vla1 allocated)
505 (print vla2 allocated, print $2, print $3): Remove
506 (print $4): Rename to ...
507 (print $2): ... here.
508 (print $9): Rename to ...
509 (print $5): ... here.
510 (print $10): Rename to ...
511 (print $6): ... here.
512 * gdb.fortran/vla.f90: Add pvla initialization.
513
514 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
515
516 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
517 New test.
518 * gdb.fortran/vla-value-sub.exp: Likewise.
519
520 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
521
522 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
523
524 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
525
526 * i386-biarch-core.exp: Define corefile using
527 standard_output_file.
528
529 2016-02-12 Yao Qi <yao.qi@linaro.org>
530
531 * gdb.arch/arm-single-step-kernel-helper.c: New.
532 * gdb.arch/arm-single-step-kernel-helper.exp: New.
533
534 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
535
536 * gdb.btrace/tailcall-only.exp: New.
537 * gdb.btrace/tailcall-only.c: New.
538 * gdb.btrace/x86_64-tailcall-only.S: New.
539 * gdb.btrace/i686-tailcall-only.S: New.
540
541 2016-02-11 Pedro Alves <palves@redhat.com>
542
543 * README (Parallel testing): Add missing double quotes.
544
545 2016-02-11 Pedro Alves <palves@redhat.com>
546
547 * README (Parallel testing): New section.
548 (GDB_PARALLEL): Rewrite.
549 (FORCE_PARALLEL): Document.
550
551 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
552
553 * gdb.trace/tfile-avx.c: New test.
554 * gdb.trace/tfile-avx.exp: New test.
555
556 2016-02-09 Keith Seitz <keiths@redhat.com>
557
558 PR breakpoints/19546
559 * gdb.base/infcall-exec.c: New file.
560 * gdb.base/infcall-exec2.c: New file.
561 * gdb.base/infcall-exec.exp: New file.
562
563 2016-02-09 Keith Seitz <keiths@redhat.com>
564
565 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
566 (toplevel): Call test_bkpt_address.
567
568 2016-02-09 Keith Seitz <keiths@redhat.com>
569
570 PR python/19506
571 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
572 (toplevel): Call test_bkpt_address.
573
574 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
575
576 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
577 to AC_OUTPUT.
578 * configure: Regenerate.
579
580 2016-02-09 Pedro Alves <palves@redhat.com>
581
582 PR breakpoints/19548
583 * gdb.base/execl-update-breakpoints.c (some_function): New
584 function.
585 (main): Call it.
586 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
587 Tighten expected GDB output.
588
589 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
590
591 * Makefile.in (ALL_SUBDIRS): Remove.
592 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
593 (distclean maintainer-clean realclean): Likewise.
594 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
595 * configure: Regenerate.
596 * gdb.ada/Makefile.in: Delete.
597 * gdb.arch/Makefile.in: Likewise.
598 * gdb.asm/Makefile.in: Likewise.
599 * gdb.base/Makefile.in: Likewise.
600 * gdb.btrace/Makefile.in: Likewise.
601 * gdb.cell/Makefile.in: Likewise.
602 * gdb.compile/Makefile.in: Likewise.
603 * gdb.cp/Makefile.in: Likewise.
604 * gdb.disasm/Makefile.in: Likewise.
605 * gdb.dlang/Makefile.in: Likewise.
606 * gdb.dwarf2/Makefile.in: Likewise.
607 * gdb.fortran/Makefile.in: Likewise.
608 * gdb.gdb/Makefile.in: Likewise.
609 * gdb.go/Makefile.in: Likewise.
610 * gdb.guile/Makefile.in: Likewise.
611 * gdb.java/Makefile.in: Likewise.
612 * gdb.linespec/Makefile.in: Likewise.
613 * gdb.mi/Makefile.in: Likewise.
614 * gdb.modula2/Makefile.in: Likewise.
615 * gdb.multi/Makefile.in: Likewise.
616 * gdb.objc/Makefile.in: Likewise.
617 * gdb.opencl/Makefile.in: Likewise.
618 * gdb.opt/Makefile.in: Likewise.
619 * gdb.pascal/Makefile.in: Likewise.
620 * gdb.perf/Makefile.in: Likewise.
621 * gdb.python/Makefile.in: Likewise.
622 * gdb.reverse/Makefile.in: Likewise.
623 * gdb.server/Makefile.in: Likewise.
624 * gdb.stabs/Makefile.in: Likewise.
625 * gdb.threads/Makefile.in: Likewise.
626 * gdb.trace/Makefile.in: Likewise.
627 * gdb.xml/Makefile.in: Likewise.
628 * lib/gdb.exp (make_gdb_parallel_path): Add check for
629 GDB_PARALLEL.
630 (standard_output_file): Remove check for GDB_PARALLEL, always
631 return path in outputs/$subdir/$testname.
632
633 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
634
635 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
636 (site.exp): Assign abs_srcdir to tcl's srcdir.
637
638 2016-02-04 Yao Qi <yao.qi@linaro.org>
639
640 * gdb.base/foll-exec-mode.c: Include limits.h.
641 (main): Add parameters argc and argv. Get directory from
642 argv[0].
643 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
644 compilation.
645 * gdb.base/foll-exec.c: Include limits.h.
646 (main): Add parameters argc and argv.
647 Get directory from argv[0].
648 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
649 Adjust tests on the number of lines as source code changed.
650 * gdb.base/foll-vfork-exit.c: Include limits.h.
651 (main): Add one line of statement before vfork.
652 * gdb.base/foll-vfork.c: Include limits.h and string.h.
653 (main): Add parameters argc and argv. Get directory from
654 argv[0].
655 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
656 (setup_gdb): Set tbreak to skip some source lines.
657 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
658 (main): Add parameters argc and argv. Get directory from
659 argv[0].
660 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
661 compilation.
662 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
663 (main): Add parameters argc and argv. Get directory from
664 argv[0].
665 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
666 compilation.
667
668 2016-02-01 Doug Evans <dje@google.com>
669
670 * gdb.base/skip.exp: Clean up multiple references to same test name.
671
672 2016-02-01 Pedro Alves <palves@redhat.com>
673
674 PR remote/19496
675 * gdb.threads/forking-threads-plus-breakpoint.exp
676 (displaced_stepping_supported): New global.
677 (probe_displaced_stepping_support): New procedure.
678 (do_test): Add 'displaced' parameter, and use it.
679 (top level): Check for displaced stepping support. Add displaced
680 stepping on/off testing axis.
681
682 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
685 pointer. Don't perform further tests on the unassociated pointer
686 if the first test fails.
687
688 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.base/max-value-size.c: New file.
691 * gdb.base/max-value-size.exp: New file.
692 * gdb.base/huge.exp: Disable max-value-size for this test.
693
694 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
695
696 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
697
698 2016-01-28 Yao Qi <yao.qi@linaro.org>
699
700 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
701
702 2016-01-25 Pedro Alves <palves@redhat.com>
703
704 PR threads/19461
705 * gdb.base/fork-running-state.c: New file.
706 * gdb.base/fork-running-state.exp: New file.
707
708 2016-01-25 Pedro Alves <palves@redhat.com>
709
710 PR gdb/19494
711 * gdb.base/catch-fork-kill.c: New file.
712 * gdb.base/catch-fork-kill.exp: New file.
713
714 2016-01-25 Pedro Alves <palves@redhat.com>
715
716 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
717 Delete, moved to lib/gdb.exp.
718 * gdb.threads/forking-threads-plus-breakpoint.exp
719 (foreach_with_prefix): Likewise.
720 * gdb.threads/process-dies-while-handling-bp.exp
721 (foreach_with_prefix): Likewise.
722 * lib/gdb.exp (foreach_with_prefix): New procedure.
723
724 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
725
726 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
727 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
728
729 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
730
731 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
732 endian targets.
733
734 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
735 Pedro Alves <palves@redhat.com>
736
737 Fix testsuite compatibility with Guile.
738 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
739 number.
740
741 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
742
743 Fix testsuite compatibility with Guile.
744 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
745 (thread 1): New test for backtrace through signal handler.
746
747 2016-01-22 Yao Qi <yao.qi@linaro.org>
748
749 PR testsuite/19491
750 * gdb.base/multi-forks.c: Include
751 ../lib/unbuffer_output.c
752 (main): Call gdb_unbuffer_output.
753
754 2016-01-21 Doug Evans <dje@google.com>
755
756 * lib/ada.exp (gdb_compile_ada): Fix typo.
757
758 2016-01-21 Joel Brobecker <brobecker@adacore.com>
759
760 * gdb.base/break-fun-addr.exp: New file.
761 * gdb.base/break-fun-addr1.c: New file.
762 * gdb.base/break-fun-addr2.c: New file.
763
764 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
765
766 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
767 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
768 enum flag values.
769
770 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
771
772 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
773 when GDB can not set the vector return value. Add more comments
774 for clarification.
775
776 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
777
778 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
779 command.
780
781 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
782
783 * Makefile.in (DO_RUNTEST): Add --status and update usages.
784
785 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
786
787 * Makefile.in (check-single): Pass --status to runtest.
788 (check/%.exp): Likewise.
789
790 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
791
792 * Makefile.in (check-parallel): Propagate return code from make
793 do-check-parallel.
794
795 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
796
797 * gdb.trace/ftrace.exp: Fix expected message on continue.
798 * gdb.trace/pending.exp: Fix expected message on continue.
799 * gdb.trace/trace-break.exp: Fix expected message on continue.
800
801 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
802
803 * lib/gdb.exp (gdb_test): Remove unused global references.
804
805 2016-01-18 Pedro Alves <palves@redhat.com>
806
807 * gdb.base/async-shell.exp: Adjust expected output.
808 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
809 * gdb.base/siginfo-thread.exp: Adjust expected output.
810 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
811 * gdb.java/jnpe.exp: Adjust expected output.
812 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
813 * gdb.threads/continue-pending-status.exp: Adjust expected output.
814 * gdb.threads/leader-exit.exp: Adjust expected output.
815 * gdb.threads/manythreads.exp: Adjust expected output.
816 * gdb.threads/pthreads.exp: Adjust expected output.
817 * gdb.threads/schedlock.exp: Adjust expected output.
818 * gdb.threads/siginfo-threads.exp: Adjust expected output.
819 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
820 expected output.
821 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
822 output.
823 * gdb.threads/sigthread.exp: Adjust expected output.
824 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
825
826 2016-01-18 Yao Qi <yao.qi@linaro.org>
827
828 * gdb.guile/scm-section-script.c: Replace @progbits with
829 %progbits.
830 * gdb.python/py-section-script.c: Likewise.
831
832 2016-01-15 Pedro Alves <palves@redhat.com>
833
834 * gdb.multi/tids.exp: Test star wildcard ranges.
835
836 2016-01-15 Pedro Alves <palves@redhat.com>
837
838 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
839 command from "thread apply" invocation.
840 (thr_apply_info_thr_invalid): Default the expected output to the
841 input tid list.
842 (top level): Add tests that use convenience variables. Add tests
843 for "thread apply" with a valid TID list, but missing the command.
844
845 2016-01-13 Pedro Alves <palves@redhat.com>
846
847 * gdb.base/default.exp: Expect $_gthread as well.
848 * gdb.multi/tids.exp: Test $_gthread.
849 * gdb.threads/thread-specific.exp: Test $_gthread.
850
851 2016-01-13 Pedro Alves <palves@redhat.com>
852
853 * gdb.multi/tids.exp: Test "info threads -gid".
854
855 2016-01-13 Pedro Alves <palves@redhat.com>
856
857 * gdb.multi/tids.exp: Test InferiorThread.global_num and
858 Breakpoint.thread.
859 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
860
861 2016-01-07 Pedro Alves <palves@redhat.com>
862
863 * gdb.base/break.exp: Adjust to output changes.
864 * gdb.base/hbreak2.exp: Likewise.
865 * gdb.base/sepdebug.exp: Likewise.
866 * gdb.base/watch_thread_num.exp: Likewise.
867 * gdb.linespec/keywords.exp: Likewise.
868 * gdb.multi/info-threads.exp: Likewise.
869 * gdb.threads/thread-find.exp: Likewise.
870 * gdb.multi/tids.c: New file.
871 * gdb.multi/tids.exp: New file.
872
873 2016-01-13 Pedro Alves <palves@redhat.com>
874
875 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
876
877 2016-01-13 Pedro Alves <palves@redhat.com>
878
879 * gdb.base/default.exp: Expect $_inferior as well.
880 * gdb.multi/base.exp: Test $_inferior.
881
882 2016-01-13 Pedro Alves <palves@redhat.com>
883
884 PR breakpoints/19388
885 * gdb.base/catch-signal-siginfo-cond.c: New file.
886 * gdb.base/catch-signal-siginfo-cond.exp: New file.
887
888 2016-01-12 Josh Stone <jistone@redhat.com>
889 Philippe Waroquiers <philippe.waroquiers@skynet.be>
890
891 * gdb.base/catch-syscall.c (do_execve): New variable.
892 (main): Conditionally trigger an execve.
893 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
894 (test_catch_syscall_execve): New, check entry/return across execve.
895 (do_syscall_tests): Call test_catch_syscall_execve.
896
897 2016-01-12 Pedro Alves <palves@redhat.com>
898
899 * gdb.base/random-signal.exp (do_test): New procedure, with body
900 of testcase moved in.
901
902 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
903 Pedro Alves <palves@redhat.com>
904
905 * gdb.base/funcargs.exp (finish from indirectly called function):
906 Reintroduce the case for 'First'.
907
908 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
909 Pedro Alves <palves@redhat.com>
910
911 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
912 (tcatch_vfork_then_child_follow_exec)
913 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
914 identification.
915
916 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
917
918 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
919 and repeats to unlimited.
920 * gdb.python/py-value.exp: Likewise.
921 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
922 and repeats to unlimited.
923
924 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
925
926 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
927 and reordering the functions.
928 * gdb.multi/hangout.c: Likewise.
929 * gdb.multi/hello.c: Likewise.
930
931 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
932
933 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
934 absolute.
935 (SingleStatisticTestResult.report): Use dict.keys instead of
936 dict.iterkeys.
937
938 2016-01-06 Pedro Alves <palves@redhat.com>
939
940 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
941
942 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
943
944 * gdb.btrace/dlopen.exp: New.
945 * gdb.btrace/dlopen.c: New.
946 * gdb.btrace/dlopen-dso.c: New.
947
948 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
949
950 * lib/gdb.exp (gdb_test): Update comments to clarify that the
951 PATTERN argument is optional.
952
953 2015-12-24 Joel Brobecker <brobecker@adacore.com>
954
955 * lib/ada.exp (target_compile_ada_from_dir): New function.
956 (gdb_compile_ada): Reimplement avoiding the use of project files.
957 * gdb.ada/gnat_ada.gpr: Delete.
958 * gdb.ada/cond_lang.exp: Adjust test to make path before
959 filename optional.
960 * gdb.ada/small_reg_param.exp: Likewise.
961
962 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
963
964 * gdb.base/foll-vork.exp: Remove HP-UX special case.
965
966 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
967
968 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
969 case.
970
971 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
972
973 * gdb.base/break.exp: Remove dead code.
974 * gdb.base/sepdebug.exp: Likewise.
975
976 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
977
978 * gdb.asm/asm-source.exp: Remove HP-UX references.
979 * gdb.base/annota1.exp: Likewise.
980 * gdb.base/annota3.exp: Likewise.
981 * gdb.base/attach.exp: Likewise.
982 * gdb.base/bigcore.exp: Likewise.
983 * gdb.base/break.exp: Likewise.
984 * gdb.base/call-ar-st.exp: Likewise.
985 * gdb.base/callfuncs.exp: Likewise.
986 * gdb.base/catch-fork-static.exp: Likewise.
987 * gdb.base/display.exp: Likewise.
988 * gdb.base/foll-exec-mode.exp: Likewise.
989 * gdb.base/foll-exec.exp: Likewise.
990 * gdb.base/foll-fork.exp: Likewise.
991 * gdb.base/foll-vfork.exp: Likewise.
992 * gdb.base/funcargs.exp: Likewise.
993 * gdb.base/hbreak2.exp: Likewise.
994 * gdb.base/inferior-died.exp: Likewise.
995 * gdb.base/interrupt.exp: Likewise.
996 * gdb.base/multi-forks.exp: Likewise.
997 * gdb.base/nodebug.exp: Likewise.
998 * gdb.base/sepdebug.exp: Likewise.
999 * gdb.base/solib1.c: Likewise.
1000 * gdb.base/step-test.exp: Likewise.
1001 * gdb.mi/non-stop.c: Likewise.
1002 * gdb.mi/pthreads.c: Likewise.
1003 * gdb.multi/bkpt-multi-exec.ex: Likewise.
1004 * gdb.threads/pthreads.c: Likewise.
1005 * gdb.threads/staticthreads.exp: Likewise.
1006 * lib/future.exp: Likewise.
1007 * lib/gdb.exp: Likewise.
1008 * gdb.base/so-indr-cl.c: Remove.
1009 * gdb.base/so-indr-cl.exp: Likewise.
1010 * gdb.base/solib.c: Likewise.
1011 * gdb.base/solib.exp: Likewise.
1012 * gdb.base/solib2.c: Likewise.
1013
1014 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1015
1016 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
1017 * gdb.base/call-ar-st.exp: Likewise.
1018 * gdb.base/callfuncs.exp: Likewise.
1019 * gdb.base/condbreak.exp: Likewise.
1020 * gdb.base/constvars.exp: Likewise.
1021 * gdb.base/hbreak2.exp: Likewise.
1022 * gdb.base/langs.exp: Likewise.
1023 * gdb.base/list.exp: Likewise.
1024 * gdb.base/long_long.exp: Likewise.
1025 * gdb.base/ptype.exp: Likewise.
1026 * gdb.base/scope.exp: Likewise.
1027 * gdb.base/signals.exp: Likewise.
1028 * gdb.base/so-impl-ld.exp: Likewise.
1029 * gdb.base/varargs.exp: Likewise.
1030 * gdb.base/volatile.exp: Likewise.
1031 * gdb.base/whatis.exp: Likewise.
1032 * gdb.cp/cplusfuncs.exp: Likewise.
1033 * gdb.cp/inherit.exp: Likewise.
1034 * gdb.cp/local.exp: Likewise.
1035 * gdb.cp/member-ptr.exp: Likewise.
1036 * gdb.cp/method.exp: Likewise.
1037 * gdb.cp/overload.exp: Likewise.
1038 * gdb.cp/templates.exp: Likewise.
1039 * gdb.stabs/weird.exp: Likewise.
1040 * lib/compiler.c: Likewise.
1041 * lib/compiler.cc: Likewise.
1042 * lib/cp-support.exp: Likewise.
1043 * lib/gdb.exp: Likewise.
1044
1045 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
1046
1047 * configure.ac: Remove HP-UX case.
1048 * configure: Regenerate.
1049
1050 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
1051
1052 * lib/gdb.exp (gdb_compile): Add function doc.
1053
1054 2015-12-17 Pedro Alves <palves@redhat.com>
1055
1056 PR threads/19354
1057 * gdb.multi/info-threads.exp: New file.
1058
1059 2015-12-15 Yao Qi <yao.qi@linaro.org>
1060
1061 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
1062 is aarch64*-*-*.
1063
1064 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1065
1066 * gdb.base/history-duplicates.exp: Skip if no readline support.
1067
1068 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1069
1070 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
1071
1072 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1073
1074 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
1075
1076 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
1077
1078 * gdb.base/completion.exp: Skip tests that interrupt GDB with
1079 ctrl-C if nointerrupts target property is set.
1080 * gdb.base/double-prompt-target-event-error.exp: Likewise.
1081 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
1082 * gdb.base/paginate-bg-execution.exp: Likewise.
1083 * gdb.base/paginate-execution-startup.exp: Likewise.
1084 * gdb.base/random-signal.exp: Likewise.
1085 * gdb.base/range-stepping.exp: Likewise.
1086 * gdb.cp/annota2.exp: Likewise.
1087 * gdb.cp/annota3.exp: Likewise.
1088 * gdb.gdb/selftest.exp: Likewise.
1089 * gdb.threads/continue-pending-status.exp: Likewise.
1090 * gdb.threads/leader-exit.exp: Likewise.
1091 * gdb.threads/manythreads.exp: Likewise.
1092 * gdb.threads/pthreads.exp: Likewise.
1093 * gdb.threads/schedlock.exp: Likewise.
1094 * gdb.threads/sigthread.exp: Likewise.
1095
1096 2015-12-11 Don Breazeal <donb@codesourcery.com>
1097
1098 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
1099 remote.
1100 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
1101 * gdb.base/foll-exec.exp (main): Enable for target remote.
1102 * gdb.base/foll-fork.exp (main): Likewise.
1103 * gdb.base/foll-vfork.exp (main): Likewise.
1104 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
1105 (proc continue_to_exit_bp_loc): Use clean_restart.
1106 * gdb.base/pie-execl.exp (main): Disable for target remote.
1107 * gdb.base/watch-vfork.exp (main): Enable for target remote.
1108 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
1109 * gdb.threads/execl.exp (main): Likewise.
1110 * gdb.threads/fork-child-threads.exp (main): Likewise.
1111 * gdb.threads/fork-plus-threads.exp (main): Disable for target
1112 remote.
1113 * gdb.threads/fork-thread-pending.exp (main): Enable for target
1114 remote.
1115 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
1116 pid.tid style ptids, instead of just tid.
1117 * gdb.threads/thread-execl.exp (main): Enable for target remote.
1118 * gdb.threads/watchpoint-fork.exp (main): Likewise.
1119 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
1120 ptids, instead of just tid.
1121
1122 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1123
1124 * gdb.base/list.exp (test_list_forward): Add end of file error
1125 test.
1126 (test_repeat_list_command): Add end of file error test.
1127 (test_list_backwards): Add beginning of file error test.
1128
1129 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1130
1131 * gdb.base/list.exp (test_list_invalid_args): New function,
1132 defined, and called.
1133
1134 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1135
1136 * gdb.base/list.exp (test_list): Make test names unique.
1137
1138 2015-12-11 Yao Qi <yao.qi@linaro.org>
1139
1140 * gdb.base/coremaker2.c: Remove.
1141
1142 2015-12-10 Pedro Alves <palves@redhat.com>
1143
1144 * gdb.multi/base.exp: Remove stale "spaces" references.
1145
1146 2015-12-10 Pedro Alves <palves@redhat.com>
1147
1148 * gdb.multi/base.exp: Don't use nowarnings.
1149 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
1150 * gdb.multi/hangout.c: Include stdio.h.
1151 * gdb.multi/hello.c: Include stdlib.h.
1152 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
1153 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
1154 * gdb.multi/multi-arch.exp: Don't use nowarnings.
1155
1156 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
1157
1158 * gdb.dwarf2/dw2-ranges-base.c: New file.
1159 * gdb.dwarf2/dw2-ranges-base.exp: New file.
1160 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
1161 support additional line table, and debug ranges generation.
1162 (Dwarf::ranges): New function, generate .debug_ranges.
1163 (Dwarf::lines): Support generating simple line table programs.
1164 (Dwarf::assemble): Initialise new namespace variables.
1165
1166 2015-12-09 Kevin Buettner <kevinb@redhat.com>
1167
1168 * gdb.base/async.exp (proc test_background): Add case for
1169 asynchronous execution not supported.
1170
1171 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
1172
1173 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
1174 format and change test names to make them unique.
1175
1176 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
1177 Pedro Alves <pedro@redhat.com>
1178
1179 PR gdb/18702
1180 Add checking of floatformats setup on x86_64 hosts.
1181 * gdb.arch/i386-float.S (main): Load bigval and smallval.
1182 (smallval, bigval): New labels/constants.
1183 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
1184 float" after loading bigval and smallval.
1185
1186 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
1187
1188 * gdb.ada/fun_overload_menu.exp: New testcase.
1189 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
1190
1191 2015-12-04 Josh Stone <jistone@redhat.com>
1192
1193 * gdb.base/catch-fork-static.exp: New.
1194
1195 2015-12-03 Yao Qi <yao.qi@linaro.org>
1196
1197 * gdb.base/sizeof.c: Don't include stdio.h and
1198 ../lib/unbuffer_output.c.
1199 (main): New variable 'size' and 'value'. Remove printf and
1200 gdb_unbuffer_output. Assign return value to size and value.
1201 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
1202 at the beginning.
1203 (check_sizeof): Check the result by printing variable 'size'.
1204 (check_valueof): Check the result by printing variable 'value'.
1205
1206 2015-12-01 Yao Qi <yao.qi@linaro.org>
1207
1208 * gdb.base/disp-step-syscall.exp: Define syscall instruction
1209 for aarch64*-*-linux* target.
1210
1211 2015-11-30 Pedro Alves <palves@redhat.com>
1212
1213 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
1214
1215 2015-11-30 Pedro Alves <palves@redhat.com>
1216
1217 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1218 Handle non-stop mode vCont replies.
1219
1220 2015-11-30 Pedro Alves <palves@redhat.com>
1221
1222 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
1223 prepare_for_testing. Start gdb with "set non-stop on" appended to
1224 GDBFLAGS. Lax expected stop output.
1225
1226 2015-11-27 Yao Qi <yao.qi@linaro.org>
1227
1228 * gdb.arch/arm-neon.exp: New.
1229 * gdb.arch/arm-neon.c: New.
1230
1231 2015-11-27 Yao Qi <yao.qi@linaro.org>
1232
1233 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
1234
1235 2015-11-27 Yao Qi <yao.qi@linaro.org>
1236
1237 * gdb.cp/annota2.exp: Allow multiple occurrences of the
1238 frames-invalid annotation.
1239
1240 2015-11-27 Yao Qi <yao.qi@linaro.org>
1241
1242 * gdb.cp/annota2.exp: Use ${frames_invalid}.
1243
1244 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
1245
1246 * gdb.threads/names.exp: New file.
1247 * gdb.threads/names.c: New file.
1248 * README: Mention gdb,no_thread_names.
1249
1250 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
1251
1252 PR 19297
1253 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
1254 support" error.
1255
1256 2015-11-24 Pedro Alves <palves@redhat.com>
1257
1258 PR 17539
1259 * gdb.base/display.exp: Expect displays to be sorted in ascending
1260 order. Use multi_line.
1261 * gdb.base/solib-display.exp: Likewise.
1262
1263 2015-11-24 Pedro Alves <palves@redhat.com>
1264
1265 PR 17539
1266 * gdb.base/display.exp: Expect displays to be sorted in ascending
1267 order. Use multi_line.
1268 * gdb.base/solib-display.exp: Likewise.
1269
1270 2015-11-24 Pedro Alves <palves@redhat.com>
1271
1272 PR 17539
1273 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
1274 threads in ascending order.
1275 * gdb.base/foll-fork.exp: Likewise.
1276 * gdb.base/foll-vfork.exp: Likewise.
1277 * gdb.base/multi-forks.exp: Likewise.
1278 * gdb.mi/mi-nonstop.exp: Likewise.
1279 * gdb.mi/mi-nsintrall.exp: Likewise.
1280 * gdb.multi/base.exp: Likewise.
1281 * gdb.multi/multi-arch.exp: Likewise.
1282 * gdb.python/py-inferior.exp: Likewise.
1283 * gdb.threads/break-while-running.exp: Likewise.
1284 * gdb.threads/execl.exp: Likewise.
1285 * gdb.threads/gcore-thread.exp: Likewise.
1286 * gdb.threads/info-threads-cur-sal.exp: Likewise.
1287 * gdb.threads/kill.exp: Likewise.
1288 * gdb.threads/linux-dp.exp: Likewise.
1289 * gdb.threads/multiple-step-overs.exp: Likewise.
1290 * gdb.threads/next-bp-other-thread.exp: Likewise.
1291 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
1292 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
1293 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
1294 * gdb.threads/thread-find.exp: Likewise.
1295 * gdb.threads/tls.exp: Likewise.
1296 * lib/mi-support.exp (mi_reverse_list): Delete.
1297 (mi_check_thread_states): No longer reverse list.
1298
1299 2015-11-24 Pedro Alves <palves@redhat.com>
1300
1301 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
1302 use lowercase.
1303
1304 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1305
1306 * gdb.trace/actions.c: Include trace-common.h.
1307 (main): Add a location for a fast tracepoint.
1308 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
1309 the normal tracepoints.
1310 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
1311
1312 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
1313
1314 * save-trace.exp: Factor out code to these...
1315 (gdb_save_tracepoints): New.
1316 (gdb_load_tracepoints): New.
1317 (do_save_load_test): New.
1318
1319 2015-11-23 Kevin Buettner <kevinb@redhat.com>
1320
1321 * gdb.base/asmlabel.exp: New test.
1322 * gdb.base/asmlabel.c: New test case.
1323
1324 2015-11-23 Joel Brobecker <brobecker@adacore.com>
1325
1326 * gdb.base/wrong_frame_bt_full-main.c: New file.
1327 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
1328 * gdb.base/wrong_frame_bt_full.exp: New file.
1329
1330 2015-11-23 Joel Brobecker <brobecker@adacore.com>
1331
1332 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
1333
1334 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1335
1336 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
1337 pstate register when comparing registers values in
1338 sparc64-*-linux-gnu targets to avoid spurious differences.
1339
1340 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
1341
1342 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
1343
1344 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
1345
1346 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
1347 as type argument to gdb_compile.
1348 * gdb.base/nested-subp2.exp: Likewise.
1349 * gdb.base/nested-subp3.exp: Likewise.
1350
1351 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
1352
1353 * lib/dwarf.exp (_note): Fix left shift of negative value.
1354 * gdb.trace/trace-condition.exp: Likewise.
1355
1356 2015-11-13 Yao Qi <yao.qi@linaro.org>
1357
1358 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
1359 comments about d10v.
1360 (test_scalar_returns): Likewise.
1361 * gdb.base/d10v.ld: Remove.
1362 * gdb.base/overlays.exp: Remove the target triplet checking for
1363 d10v-*-*.
1364 * gdb.base/structs.exp (test_struct_returns): Remove the
1365 comments about d10v.
1366 (test_struct_calls): Likewise.
1367
1368 2015-11-13 Yao Qi <yao.qi@linaro.org>
1369
1370 * gdb.base/gnu_vector.exp: Check the return value by "p res".
1371 * gdb.base/gnu_vector.c: Don't include stdio.h.
1372 (main): Don't print res and call add_some_intvecs.
1373
1374 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
1375
1376 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
1377 macro.
1378 (func5): Removed.
1379 (func4): Use FAST_TRACEPOINT_LABEL.
1380 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
1381 macro.
1382 (func): Removed.
1383 (thread_function): Use FAST_TRACEPOINT_LABEL.
1384 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
1385 (func): Remove.
1386 (marker): Use FAST_TRACEPOINT_LABEL.
1387 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
1388 (pendfunc1): Remove.
1389 (pendfunc): Use FAST_TRACEPOINT_LABEL.
1390 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
1391 (foo): Remove.
1392 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
1393 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
1394 macro.
1395 (func): Remove.
1396 (marker): Use FAST_TRACEPOINT_LABEL.
1397 * gdb.trace/trace-common.h: New header.
1398 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
1399 macro.
1400 (func): Remove.
1401 (marker): Use FAST_TRACEPOINT_LABEL.
1402 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
1403 (func): Remove.
1404 (thread_function): Use FAST_TRACEPOINT_LABEL.
1405
1406 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
1407
1408 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
1409 in front.
1410 * gdb.trace/change-loc.exp: Use global pcreg definition.
1411 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
1412 * gdb.trace/entry-values.exp: Use global spreg definition, add $
1413 in front.
1414 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
1415 * gdb.trace/pending.exp: Likewise.
1416 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
1417 * gdb.trace/trace-break.exp: Likewise.
1418 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
1419 in front.
1420 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
1421 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
1422 in front.
1423 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
1424
1425 2015-11-09 Joel Brobecker <brobecker@adacore.com>
1426
1427 * gdb.ada/fin_fun_out: New testcase.
1428
1429 2015-11-07 Kevin Buettner <kevinb@redhat.com>
1430
1431 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
1432 value associated with DW_AT_byte_size.
1433 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
1434 constants for DW_AT_byte_size, DW_AT_lower_bound, and
1435 DW_AT_upper_bound.
1436
1437 2015-11-07 Kevin Buettner <kevinb@redhat.com>
1438
1439 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
1440 (gdb_target_symbol_prefix_flags): Define in terms of _asm
1441 version.
1442 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
1443 gdb.dwarf2/dw2-canonicalize-type.exp,
1444 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
1445 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
1446 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
1447 provided by gdb_target_symbol_prefix_flags_asm.
1448 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
1449 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
1450 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
1451 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
1452 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
1453 macros where needed). Use this macro for symbols which require
1454 the prefix provided by SYMBOL_PREFIX.
1455
1456 2015-11-05 Kevin Buettner <kevinb@redhat.com>
1457
1458 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
1459 New procs.
1460 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
1461 representing expressions, of more than one list element.
1462 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
1463 to prepend linker symbol prefix to f.
1464 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
1465 table_1 and table_2.
1466 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
1467 Likewise, for f and g.
1468 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
1469 for ptr.
1470 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
1471 for main.
1472 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
1473 table_1_ptr and table_2_ptr.
1474
1475 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1476 Joel Brobecker <brobecker@adacore.com>
1477
1478 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
1479
1480 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
1481
1482 * gdb.reverse/s390-mvcle.c: New test.
1483 * gdb.reverse/s390-mvcle.exp: New file.
1484 * lib/gdb.exp: Enable reverse tests on s390*-linux.
1485
1486 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1487
1488 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
1489
1490 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
1491
1492 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
1493 reaching marker2.
1494 * gdb.reverse/getresuid-reverse.exp: Likewise.
1495 * gdb.reverse/pipe-reverse.exp: Likewise.
1496 * gdb.reverse/readv-reverse.exp: Likewise.
1497 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1498 * gdb.reverse/time-reverse.exp: Likewise.
1499 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
1500
1501 2015-10-30 Yao Qi <yao.qi@linaro.org>
1502
1503 * gdb.threads/wp-replication.c (watch_count_done): Remove.
1504 (empty_cycle): Remove.
1505 (main): Don't call empty_cycle. Don't use watch_count_done.
1506 * gdb.threads/wp-replication.exp: Don't set breakpoint on
1507 empty_cycle. Rewrite the code counting HW watchpoints.
1508
1509 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
1510
1511 * gdb.reverse/fstatat-reverse.c: New test.
1512 * gdb.reverse/fstatat-reverse.exp: New file.
1513 * gdb.reverse/getresuid-reverse.c: New test.
1514 * gdb.reverse/getresuid-reverse.exp: New file.
1515 * gdb.reverse/pipe-reverse.c: New test.
1516 * gdb.reverse/pipe-reverse.exp: New file.
1517 * gdb.reverse/readv-reverse.c: New test.
1518 * gdb.reverse/readv-reverse.exp: New file.
1519 * gdb.reverse/recvmsg-reverse.c: New test.
1520 * gdb.reverse/recvmsg-reverse.exp: New file.
1521 * gdb.reverse/time-reverse.c: New test.
1522 * gdb.reverse/time-reverse.exp: New file.
1523 * gdb.reverse/waitpid-reverse.c: New test.
1524 * gdb.reverse/waitpid-reverse.exp: New file.
1525
1526 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1527
1528 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
1529
1530 2015-10-26 Doug Evans <dje@google.com>
1531
1532 PR symtab/17391
1533 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
1534 * gdb.dwarf2/bad-regnum.c: New file.
1535 * gdb.dwarf2/bad-regnum.exp: New file.
1536
1537 2015-10-26 Doug Evans <dje@google.com>
1538
1539 PR python/18938
1540 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
1541 file.
1542
1543 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1544
1545 * gdb.compile/compile.exp (compile code globalvar): Update expectation
1546 for a change by "Mention language in compile error message".
1547
1548 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
1549
1550 PR python/18073
1551 * gdb.python/py-type.c (C::a_method): New.
1552 (C::a_const_method): New.
1553 (C::a_static_method): New.
1554 (a_function): New.
1555 * gdb.python/py-type.exp (test_fields): Test getting fields
1556 from function and method.
1557
1558 2015-10-21 Keven Boell <keven.boell@intel.com>
1559
1560 * gdb.fortran/vla-alloc-assoc.exp: New file.
1561 * gdb.fortran/vla-datatypes.exp: New file.
1562 * gdb.fortran/vla-datatypes.f90: New file.
1563 * gdb.fortran/vla-history.exp: New file.
1564 * gdb.fortran/vla-ptype-sub.exp: New file.
1565 * gdb.fortran/vla-ptype.exp: New file.
1566 * gdb.fortran/vla-sizeof.exp: New file.
1567 * gdb.fortran/vla-sub.f90: New file.
1568 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
1569 * gdb.fortran/vla-value-sub-finish.exp: New file.
1570 * gdb.fortran/vla-value-sub.exp: New file.
1571 * gdb.fortran/vla-value.exp: New file.
1572 * gdb.fortran/vla-ptr-info.exp: New file.
1573 * gdb.mi/mi-vla-fortran.exp: New file.
1574 * gdb.mi/vla.f90: New file.
1575
1576 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
1577
1578 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
1579 of hardwired timeout value.
1580
1581 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1582 Pedro Alves <palves@redhat.com>
1583
1584 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
1585 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
1586
1587 2015-10-19 Josh Stone <jistone@redhat.com>
1588
1589 * gdb.base/catch-syscall.c: Include <sched.h>.
1590 (unknown_syscall): New variable.
1591 (main): Trigger a vfork and an unknown syscall.
1592 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
1593 (unknown_syscall_number): Likewise.
1594 (check_call_to_syscall): Accept an optional syscall pattern.
1595 (check_return_from_syscall): Likewise.
1596 (check_continue): Likewise.
1597 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
1598 (test_catch_syscall_skipping_return): New test toggling off 'catch
1599 syscall' to step over the syscall return, then toggling back on.
1600 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
1601 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
1602 (do_syscall_tests): Call test_catch_syscall_without_args and
1603 test_catch_syscall_mid_vfork.
1604 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
1605 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
1606
1607 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
1608
1609 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
1610 print g_vE): Add new pass patterns.
1611 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
1612 print various symbol names for vptr fields.
1613
1614 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
1615
1616 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
1617 results.
1618
1619 2015-10-12 Yao Qi <yao.qi@linaro.org>
1620
1621 * gdb.arch/disp-step-insn-reloc.exp: New test case.
1622
1623 2015-10-12 Yao Qi <yao.qi@linaro.org>
1624
1625 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
1626 is aarch64*-*-linux*.
1627
1628 2015-10-12 Yao Qi <yao.qi@linaro.org>
1629
1630 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
1631 (can_relocate_bcond_true): ... it.
1632 (can_relocate_bcond_false): New function.
1633 (foo): Likewise.
1634 (can_relocate_bl): Likewise.
1635 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
1636 can_relocate_bl.
1637
1638 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1639
1640 * gdb.base/nested-addr.c: New file.
1641 * gdb.base/nested-addr.exp: New testcase.
1642
1643 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
1644
1645 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
1646 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
1647 its output. Ignore the output of "record goto begin" and instead
1648 check that GDB is replaying.
1649
1650 2015-10-09 Pedro Alves <palves@redhat.com>
1651
1652 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
1653 (top level): Use it in the run with no args test.
1654
1655 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1656
1657 * gdb.dlang/properties.exp: New file.
1658
1659 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
1660
1661 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
1662 whether or not address 0x1000 is mapped on the target.
1663
1664 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1665
1666 * gdb.python/py-type.exp: Do not run tests if binaries fail to
1667 build.
1668
1669 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
1670
1671 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
1672 instruction-history test.
1673
1674 2015-09-28 Doug Evans <dje@google.com>
1675
1676 * gdb.base/gcore.c (array_func): Add reference to static_array.
1677
1678 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1679
1680 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
1681 source line.
1682
1683 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
1684
1685 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
1686 short or char as base type.
1687
1688 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
1689
1690 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
1691 to allow any size enum.
1692
1693 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
1694
1695 * gdb.ada/array_ptr_renaming.exp: New testcase.
1696 * gdb.ada/array_ptr_renaming/foo.adb: New file.
1697 * gdb.ada/array_ptr_renaming/pack.ads: New file.
1698
1699 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1700
1701 * gdb.trace/ftrace-lock.c: New file.
1702 * gdb.trace/ftrace-lock.exp: New file.
1703
1704 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1705
1706 * gdb.arch/insn-reloc.c: New file.
1707 * gdb.arch/ftrace-insn-reloc.exp: New file.
1708
1709 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1710
1711 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
1712 instruction.
1713 * gdb.trace/pendshr1.c (pendfunc): Likewise.
1714 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
1715 * gdb.trace/range-stepping.c: Likewise.
1716 * gdb.trace/trace-break.c: Likewise.
1717 * gdb.trace/trace-mt.c (thread_function): Likewise.
1718 * gdb.trace/ftrace.c (marker): Likewise.
1719 * gdb.trace/trace-condition.c (marker): Likewise.
1720 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
1721 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
1722 is_aarch64_target.
1723
1724 2015-09-18 Doug Evans <xdje42@gmail.com>
1725
1726 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
1727 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
1728
1729 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1730
1731 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
1732 the breakpoint.
1733
1734 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1735
1736 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
1737 the pending breakpoint. Remove timeout override for "Run till
1738 MI pending breakpoint on pendfunc3 on thread 2" test.
1739
1740 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1741
1742 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
1743 filename pattern.
1744
1745 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1746
1747 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
1748 in breakpoint filename pattern.
1749
1750 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1751
1752 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
1753
1754 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
1755
1756 * gdb.linespec/explicit.exp: Check for readline support for
1757 tab-completion tests. Fix obvious typo.
1758
1759 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1760
1761 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
1762 and replay.
1763
1764 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
1765
1766 * gdb.btrace/non-stop.c: New.
1767 * gdb.btrace/non-stop.exp: New.
1768
1769 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
1770 Yao Qi <yao.qi@linaro.org>
1771
1772 * gdb.trace/trace-condition.c: New file.
1773 * gdb.trace/trace-condition.exp: New file.
1774
1775 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
1776
1777 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
1778 for testing bytecode compilation.
1779
1780 2015-09-16 Pedro Alves <palves@redhat.com>
1781 Sandra Loosemore <sandra@codesourcery.com>
1782
1783 * gdb.threads/non-stop-fair-events.c (timeout): New global.
1784 (SECONDS): Redefine.
1785 (main): Call pthread_kill and alarm early.
1786 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
1787 support.
1788 (test): If the target can't hardware step and doesn't support
1789 displaced stepping, increase the timeout.
1790
1791 2015-09-16 Pedro Alves <palves@redhat.com>
1792
1793 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
1794 (enable_debug): New procedures.
1795 (test): Use them. Bail out if waiting for threads fails.
1796 (top level): Bail out if a test fails.
1797
1798 2015-09-16 Yao Qi <yao.qi@linaro.org>
1799
1800 * gdb.asm/asm-source.exp: Set asm-arch for
1801 aarch64*-*-* target.
1802 * gdb.asm/aarch64.inc: New file.
1803
1804 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
1805
1806 * gdb.ada/array_of_variable_length.exp: New testcase.
1807 * gdb.ada/array_of_variable_length/foo.adb: New file.
1808 * gdb.ada/array_of_variable_length/pck.adb: New file.
1809 * gdb.ada/array_of_variable_length/pck.ads: New file.
1810
1811 2015-09-15 Doug Evans <dje@google.com>
1812
1813 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
1814 of function static local variable.
1815
1816 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1817
1818 * gdb.threads/tls-so_extern.exp: New test file.
1819 * gdb.threads/tls-so_extern.c: New test file.
1820 * gdb.threads/tls-so_extern_main.c: New test file.
1821
1822 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1823
1824 * gdb.opt/solib-intra-step-lib.c: New file.
1825 * gdb.opt/solib-intra-step-main.c: New file.
1826 * gdb.opt/solib-intra-step.exp: New file.
1827
1828 2015-09-15 Pedro Alves <palves@redhat.com>
1829
1830 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
1831 gdb_continue_to_breakpoint instead of gdb_test_multiple.
1832
1833 2015-09-14 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.base/hook-stop-continue.c: Delete.
1836 * gdb.base/hook-stop-continue.exp: Delete.
1837 * gdb.base/hook-stop-frame.c: Delete.
1838 * gdb.base/hook-stop-frame.exp: Delete.
1839 * gdb.base/hook-stop.c: New file.
1840 * gdb.base/hook-stop.exp: New file.
1841
1842 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
1843
1844 * gdb.ada/access_to_packed_array.exp: New testcase.
1845 * gdb.ada/access_to_packed_array/foo.adb: New file.
1846 * gdb.ada/access_to_packed_array/pack.adb: New file.
1847 * gdb.ada/access_to_packed_array/pack.ads: New file.
1848
1849 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
1850
1851 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
1852 buffer size test.
1853
1854 2015-09-11 Don Breazeal <donb@codesourcery.com>
1855
1856 * gdb.base/foll-exec.c: Add copyright header. Fix
1857 formatting issues.
1858 * gdb.base/foll-exec.exp (zap_session): Delete proc.
1859 (do_exec_tests): Use clean_restart in place of zap_session,
1860 and for test initialization. Fix formatting issues. Use
1861 fail in place of perror.
1862 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
1863 an expect statement to match an expression with output from
1864 the program under debug.
1865 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
1866 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
1867 * gdb.threads/non-ldr-exc-2.exp: Likewise.
1868 * gdb.threads/non-ldr-exc-3.exp: Likewise.
1869 * gdb.threads/non-ldr-exc-4.exp: Likewise.
1870
1871 2015-09-09 Doug Evans <dje@google.com>
1872
1873 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
1874
1875 2015-09-09 Doug Evans <dje@google.com>
1876
1877 * gdb.base/pie-execl.exp: Fix result test of build_executable.
1878
1879 2015-09-09 Doug Evans <dje@google.com>
1880
1881 * gdb.base/savedregs.exp: Fix typo.
1882
1883 2015-09-09 Pedro Alves <palves@redhat.com>
1884
1885 * gdb.mi/mi-cli.exp: Add CLI finish tests.
1886
1887 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
1888
1889 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
1890 command actually switches threads. Give up on remaining
1891 tests if target fails to stop at breakpoint.
1892
1893 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
1894
1895 * gdb.ada/funcall_char.exp: New testcase.
1896 * gdb.ada/funcall_char/foo.adb: New file.
1897
1898 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
1899
1900 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
1901 expected outputs. Add two testcases for completing ambiguous
1902 functions.
1903 * gdb.ada/complete/aux_pck.adb: New file.
1904 * gdb.ada/complete/aux_pck.ads: New file.
1905 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
1906 Ambiguous_Func functions.
1907 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
1908 * gdb.ada/complete/pck.adb: Likewise.
1909
1910 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1911
1912 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
1913 failures to run the test program under GDB.
1914
1915 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
1916
1917 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
1918 to C.
1919
1920 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
1921
1922 * gdb.base/run-after-attach.exp: New test file.
1923 * gdb.base/run-after-attach.c: New test file.
1924
1925 2015-08-26 Don Breazeal <donb@codesourcery.com>
1926
1927 * gdb.base/foll-exec-2.c: New test program.
1928 * gdb.base/foll-exec-2.exp: New test.
1929
1930 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1931
1932 * gdb.base/nested-subp1.exp: New file.
1933 * gdb.base/nested-subp1.c: New file.
1934 * gdb.base/nested-subp2.exp: New file.
1935 * gdb.base/nested-subp2.c: New file.
1936 * gdb.base/nested-subp3.exp: New file.
1937 * gdb.base/nested-subp3.c: New file.
1938
1939 2015-08-24 Pedro Alves <palves@redhat.com>
1940
1941 * gdb.server/connect-without-multi-process.c: New file.
1942 * gdb.server/connect-without-multi-process.exp: New file.
1943
1944 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
1945
1946 * gdb.opt/inline-markers.c: Make z int.
1947
1948 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
1949
1950 * gdb.opt/inline-markers.c: Make z volatile.
1951
1952 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
1953
1954 * gdb.opt/inline-bt.c: New volatile global z.
1955 * gdb.opt/inline-cmds.c: Likewise.
1956 * gdb.opt/inline-locals.c: Likewise.
1957 * gdb.opt/inline-markers.c: New extern global z.
1958 (marker): Use z.
1959 (inline_fn): Likewise.
1960
1961 2015-08-24 Pedro Alves <palves@redhat.com>
1962
1963 * config/m32r-stub.exp: Remove file.
1964 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1965 * gdb.base/call-rt-st.exp: Likewise.
1966 * gdb.base/call-strs.exp: Likewise.
1967 * gdb.base/default.exp: Remove references to h8300-*-hms and
1968 *-*-udi*.
1969 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1970
1971 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1972
1973 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1974 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1975 and "return" use KFAIL when GDB can not read/write the vector
1976 return value.
1977
1978 2015-08-21 Gary Benson <gbenson@redhat.com>
1979
1980 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1981
1982 2015-08-20 Pedro Alves <palves@redhat.com>
1983
1984 * gdb.server/solib-list.exp: No longer expect an interior stop in
1985 non-stop mode.
1986
1987 2015-08-20 Pedro Alves <palves@redhat.com>
1988
1989 * gdb.server/connect-stopped-target.c: New file.
1990 * gdb.server/connect-stopped-target.exp: New file.
1991
1992 2015-08-20 Pedro Alves <palves@redhat.com>
1993
1994 * gdb.dwarf2/comp-unit-lang.exp: New file.
1995 * gdb.dwarf2/comp-unit-lang.c: New file.
1996
1997 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1998
1999 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
2000 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
2001
2002 2015-08-19 Kevin Buettner <kevinb@redhat.com>
2003
2004 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
2005 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
2006
2007 2015-08-18 Doug Evans <dje@google.com>
2008 Adrian Sendroiu <adrian.sendroiu@freescale.com>
2009
2010 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
2011 skip_python_tests. New arg prompt_regexp.
2012 (skip_python_tests): New function.
2013 * lib/mi-support.exp (mi_skip_python_tests): New function.
2014 * gdb.python/py-mi-objfile-gdb.py: New file.
2015 * gdb.python/py-mi-objfile.c: New file.
2016 * gdb.python/py-mi-objfile.exp: New file.
2017
2018 2015-08-17 Keith Seitz <keiths@redhat.com>
2019
2020 * gdb.linespec/explicit.exp: Move strace test from here ...
2021 * gdb.trace/strace.exp: ... to here.
2022
2023 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
2024
2025 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
2026 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
2027
2028 2015-08-14 Doug Evans <xdje42@gmail.com>
2029
2030 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
2031 inferior before selecting a new file.
2032
2033 2015-08-14 Doug Evans <xdje42@gmail.com>
2034
2035 * gdb.mi/mi-disassemble.exp: Update.
2036 * gdb.base/disasm-optim.S: New file.
2037 * gdb.base/disasm-optim.c: New file.
2038 * gdb.base/disasm-optim.h: New file.
2039 * gdb.base/disasm-optim.exp: New file.
2040
2041 2015-08-14 Keith Seitz <keiths@redhat.com>
2042
2043 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
2044 "evaluated-by".
2045
2046 2015-08-13 Joel Brobecker <brobecker@adacore.com>
2047
2048 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
2049
2050 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
2051
2052 * gdb.ada/fun_renaming.exp: New testcase.
2053 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
2054 * gdb.ada/fun_renaming/pack.adb: New file.
2055 * gdb.ada/fun_renaming/pack.ads: New file.
2056
2057 2015-08-12 Keith Seitz <keiths@redhat.com>
2058
2059 * gdb.base/dso2dso.exp: Pass basename of source file in call to
2060 gdb_get_line_number.
2061
2062 2015-08-12 Joel Brobecker <brobecker@adacore.com>
2063
2064 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
2065 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
2066 gdb.base/dso2dso.exp: New files.
2067
2068 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2069 Pedro Alves <palves@redhat.com>
2070 Keith Seitz <keiths@redhat.com>
2071
2072 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
2073 GDBFLAGS.
2074
2075 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2076
2077 * gdb.base/gdbhistsize-history.exp
2078 (test_histsize_history_setting): Use save_vars.
2079 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2080 Use save_vars.
2081 (test_no_truncation_of_unlimited_history_file): Use save_vars.
2082 * gdb.base/readline.exp: Use save_vars.
2083
2084 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
2085
2086 * lib/gdb.exp (save_vars): New proc.
2087
2088 2015-08-11 Keith Seitz <keiths@redhat.com>
2089
2090 * gdb.base/help.exp: Update help_breakpoint_text.
2091
2092 2015-08-11 Keith Seitz <keiths@redhat.com>
2093
2094 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
2095 (at toplevel): Call test_explicit_breakpoints.
2096 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
2097 breakpoints.
2098 * lib/mi-support.exp (mi_make_breakpoint): Add support for
2099 breakpoint conditions, "-cond".
2100
2101 2015-08-11 Keith Seitz <keiths@redhat.com>
2102
2103 * gdb.linespec/3explicit.c: New file.
2104 * gdb.linespec/cpexplicit.cc: New file.
2105 * gdb.linespec/cpexplicit.exp: New file.
2106 * gdb.linespec/explicit.c: New file.
2107 * gdb.linespec/explicit.exp: New file.
2108 * gdb.linespec/explicit2.c: New file.
2109 * gdb.linespec/ls-errs.exp: Add explicit location tests.
2110 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
2111 before using in the matching pattern.
2112 Clarify that `prefix' is a regular expression.
2113
2114 2015-08-11 Keith Seitz <keiths@redhat.com>
2115
2116 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
2117 test.
2118 Add tests for missing ",FMT" and ",".
2119
2120 2015-08-10 Doug Evans <dje@google.com>
2121 Keith Seitz <keiths@redhat.com>
2122
2123 PR gdb/17960
2124 * gdb.base/completion.exp: Add location completer tests.
2125
2126 2015-08-07 Pedro Alves <palves@redhat.com>
2127
2128 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
2129 tests here.
2130 (top level): Run do_test with and without displaced stepping.
2131
2132 2015-08-07 Pedro Alves <palves@redhat.com>
2133
2134 * gdb.base/valgrind-disp-step.c: New file.
2135 * gdb.base/valgrind-disp-step.exp: New file.
2136
2137 2015-08-07 Pedro Alves <palves@redhat.com>
2138
2139 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
2140 Delete function.
2141 (main): Add alarm. Run an infinite loop instead of calling
2142 wait_threads.
2143 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
2144 comment.
2145 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
2146 Delete function.
2147 (main): Add alarm. Run an infinite loop instead of calling
2148 wait_threads.
2149 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
2150 comment.
2151
2152 2015-08-07 Pedro Alves <palves@redhat.com>
2153
2154 * gdb.base/checkpoint-ns.exp: New file.
2155 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
2156 standard_testfile.
2157
2158 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2159
2160 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
2161 * gdb.btrace/instruction_history.exp: Update.
2162 * gdb.btrace/tsx.exp: New.
2163 * gdb.btrace/tsx.c: New.
2164
2165 2015-08-06 Pedro Alves <palves@redhat.com>
2166
2167 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
2168 increase timeout.
2169 * gdb.reverse/until-precsave.exp: Bump timeouts.
2170
2171 2015-08-06 Pedro Alves <palves@redhat.com>
2172
2173 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
2174
2175 2015-08-06 Pedro Alves <palves@redhat.com>
2176
2177 PR gdb/18749
2178 * gdb.threads/process-dies-while-handling-bp.c: New file.
2179 * gdb.threads/process-dies-while-handling-bp.exp: New file.
2180
2181 2015-08-06 Pedro Alves <palves@redhat.com>
2182
2183 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
2184 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
2185
2186 2015-08-05 Pedro Alves <palves@redhat.com>
2187
2188 * gdb.threads/next-while-other-thread-longjmps.c: New file.
2189 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
2190
2191 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2192
2193 * gdb.base/bp-permanent.exp: Report test as unsupported if
2194 the target cannot stop at the permanent breakpoint.
2195
2196 2015-08-03 Doug Evans <dje@google.com>
2197
2198 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
2199 10000.
2200
2201 2015-08-03 Doug Evans <dje@google.com>
2202
2203 * Makefile.in (workers/%.worker, build-perf): New rule.
2204 (GDB_PERFTEST_MODE): New variable.
2205 (check-perf): Use it.
2206 (clean): Clean up gdb.perf parallel build subdirs.
2207 * lib/build-piece.exp: New file.
2208 * lib/gdb.exp (make_gdb_parallel_path): New function
2209 (standard_output_file, standard_temp_file): Call it.
2210 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2211 of $GDB_PARALLEL.
2212 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
2213
2214 2015-08-03 Doug Evans <dje@google.com>
2215
2216 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
2217 (LOG_FILE_NAME): New global.
2218 (TextReporter.__init__): Initialize self.txt_sum.
2219 (TextReporter.report): Add support for multiple data-points.
2220 Move report to perftest.sum, put raw data in perftest.log.
2221 (TextReporter.start): Open sum and log files.
2222 (TextReporter.end): Close sum and log files.
2223 * gdb.perf/lib/perftest/testresult.py
2224 (SingleStatisticTestResult.record): Handle multiple data-points.
2225
2226 2015-07-31 Pedro Alves <palves@redhat.com>
2227
2228 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
2229 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2230 kill_wait_spawned_process instead of explicit "kill -9".
2231 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
2232 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2233 kill_wait_spawned_process.
2234 * gdb.base/attach-twice.exp: Likewise.
2235 * gdb.base/attach.exp: Likewise.
2236 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
2237 gdb_test_multiple.
2238 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
2239 returning a spawn id instead of a pid. Use spawn_id_get_pid and
2240 kill_wait_spawned_process.
2241 * gdb.base/valgrind-infcall.exp: Likewise.
2242 * gdb.multi/multi-attach.exp: Likewise.
2243 * gdb.python/py-prompt.exp: Likewise.
2244 * gdb.python/py-sync-interp.exp: Likewise.
2245 * gdb.server/ext-attach.exp: Likewise.
2246 * gdb.threads/attach-into-signal.exp (corefunc): Use
2247 spawn_wait_for_attach, spawn_id_get_pid and
2248 kill_wait_spawned_process.
2249 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
2250 spawn_wait_for_attach returning a spawn id instead of a pid. Use
2251 spawn_id_get_pid and kill_wait_spawned_process.
2252 * gdb.threads/attach-stopped.exp (corefunc): Use
2253 spawn_wait_for_attach, spawn_id_get_pid and
2254 kill_wait_spawned_process.
2255 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
2256 Use spawn_id_get_pid. Wait for spawn id after eof. Use
2257 kill_wait_spawned_process instead of explicit "kill -9".
2258 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
2259 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
2260 (spawn_wait_for_attach): Use spawn instead of exec to spawn
2261 processes. Don't map cygwin/windows pids here. Now returns a
2262 spawn id list.
2263
2264 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2265
2266 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
2267 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
2268 correct patch.
2269
2270 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2271
2272 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
2273
2274 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2275
2276 Reapply:
2277 2014-05-21 Mark Wielaard <mjw@redhat.com>
2278
2279 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2280
2281 2015-07-30 Pedro Alves <palves@redhat.com>
2282
2283 * linux-low.c (handle_extended_wait): Set the child's last
2284 reported status to TARGET_WAITKIND_STOPPED.
2285
2286 2015-07-30 Pedro Alves <palves@redhat.com>
2287
2288 PR threads/18600
2289 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
2290 only shows inferior 1.
2291
2292 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
2293 Pedro Alves <palves@redhat.com>
2294
2295 PR threads/18600
2296 * gdb.threads/fork-plus-threads.c: New file.
2297 * gdb.threads/fork-plus-threads.exp: New file.
2298
2299 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2300
2301 * gdb.base/batch-preserve-term-settings.exp
2302 (test_terminal_settings_preserved_after_cli_exit): Use
2303 send_quit_command.
2304
2305 2015-07-29 Pedro Alves <palves@redhat.com>
2306 Don Breazeal <donb@codesourcery.com>
2307
2308 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
2309 output from both inferior_spawn_id and gdb_spawn_id.
2310
2311 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2312
2313 * gdb.threads/attach-into-signal.exp (corefunc): Use
2314 with_test_prefix on nested loops, uniquefying the test messages.
2315
2316 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
2317
2318 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
2319 commit.
2320
2321 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2322
2323 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
2324 New proc.
2325 (test_terminal_settings_preserved_after_sigterm): New test.
2326
2327 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2328
2329 * gdb.base/batch-preserve-term-settings.exp
2330 (test_terminal_settings_preserved_after_cli_exit): New test.
2331
2332 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2333
2334 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
2335 manipulation of saved_gdbflags.
2336 (test_terminal_settings_preserved): Remove global declaration of
2337 the unused variable pagination_prompt. Remove manipulation of
2338 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
2339 GDBFLAGS.
2340
2341 2015-07-29 Pedro Alves <palves@redhat.com>
2342
2343 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
2344
2345 2015-07-29 Pedro Alves <palves@redhat.com>
2346
2347 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
2348 at the top.
2349
2350 2015-07-29 Pedro Alves <palves@redhat.com>
2351
2352 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
2353 (main): Call gdb_unbuffer_output.
2354 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
2355 (main): Call gdb_unbuffer_output.
2356 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
2357 (main): Call gdb_unbuffer_output.
2358 * gdb.base/call-strs.exp: Adjust to step over the
2359 gdb_unbuffer_output call.
2360 * gdb.base/catch-gdb-caused-signals.c: Include
2361 "../lib/unbuffer_output.c".
2362 (main): Call gdb_unbuffer_output.
2363 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
2364 (main): Call gdb_unbuffer_output.
2365 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
2366 (main): Call gdb_unbuffer_output.
2367 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
2368 (main): Call gdb_unbuffer_output.
2369 * gdb.base/shlib-call.exp: Adjust to step over the
2370 gdb_unbuffer_output call.
2371 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
2372 (main): Call gdb_unbuffer_output.
2373 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
2374 (main): Call gdb_unbuffer_output.
2375 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
2376 (main): Rename to ...
2377 (test): ... this.
2378 (main): Reimplement.
2379 * gdb.base/varargs.exp: Run to test instead of to main.
2380 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2381 (main): Call gdb_unbuffer_output.
2382
2383 2015-07-29 Pedro Alves <palves@redhat.com>
2384
2385 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
2386 factore out from mi_continue_dprintf. For call-style dprintfs,
2387 expect dprintf output out of $inferior_spawn_id.
2388 (mi_continue_dprintf): Use mi_expect_dprintf.
2389 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
2390 (main): Call gdb_unbuffer_output.
2391
2392 2015-07-29 Pedro Alves <palves@redhat.com>
2393
2394 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
2395 (default_mi_gdb_start): Set inferior_spawn_id instead of
2396 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
2397 gdb_spawn_id.
2398 (mi_gdb_test): Always expect inferior output from both
2399 $inferior_spawn_id and $gdb_spawn_id.
2400
2401 2015-07-29 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
2404 send_inferior and $inferior_spawn_id.
2405
2406 2015-07-29 Pedro Alves <palves@redhat.com>
2407
2408 * gdb.gdb/complaints.exp (test_initial_complaints)
2409 (test_serial_complaints, test_short_complaints): Use
2410 gdb_test_stdio.
2411 (test_empty_complaint): Handle $inferior_spawn_id !=
2412 $gdb_spawn_id.
2413
2414 2015-07-29 Pedro Alves <palves@redhat.com>
2415
2416 * gdb.base/varargs.exp: Use gdb_test_stdio.
2417
2418 2015-07-29 Pedro Alves <palves@redhat.com>
2419
2420 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
2421
2422 2015-07-29 Pedro Alves <palves@redhat.com>
2423
2424 * gdb.base/ending-run.exp: Use gdb_test_stdio.
2425
2426 2015-07-29 Pedro Alves <palves@redhat.com>
2427
2428 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
2429 parameter into two new parameters, "inf_result" and "gdb_result".
2430 Expect inferior output and gdb output from $inferior_spawn_id and
2431 $gdb_spawn_id, respectively. Adjust all callers.
2432
2433 2015-07-29 Pedro Alves <palves@redhat.com>
2434
2435 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
2436 of gdb_test_sequence.
2437
2438 2015-07-29 Pedro Alves <palves@redhat.com>
2439
2440 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
2441 (saw_spurious_output): Expect inferior output from
2442 $inferior_spawn_id. Use gdb_test_stdio.
2443
2444 2015-07-29 Pedro Alves <palves@redhat.com>
2445
2446 * gdb.base/dprintf.exp: Use standard_testfile. Change
2447 prepare_for_testing call.
2448 (srcfile): Don't set.
2449 (restart): New procedure.
2450 (test_dprintf): New procecure, use to continue over dprintfs.
2451 (test_call, test_agent): New procedures, tests moved here.
2452 Restart gdb and recreate dprintfs. Adjust expected output.
2453
2454 2015-07-29 Pedro Alves <palves@redhat.com>
2455
2456 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
2457
2458 2015-07-29 Pedro Alves <palves@redhat.com>
2459
2460 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
2461
2462 2015-07-29 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
2465 gdb_test_stdio.
2466
2467 2015-07-29 Pedro Alves <palves@redhat.com>
2468
2469 * lib/gdb.exp (gdb_test_stdio): New procedure.
2470
2471 2015-07-29 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
2474
2475 2015-07-29 Pedro Alves <palves@redhat.com>
2476
2477 * gdb.base/call-signal-resume.exp: Remove check for
2478 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
2479 * gdb.base/unwindonsignal.exp: Likewise.
2480 * gdb.base/call-signals.c (gen_signal): Remove printf call.
2481 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
2482
2483 2015-07-29 Pedro Alves <palves@redhat.com>
2484
2485 * gdb.base/siginfo-addr.c (pass): New function.
2486 (handler): Call it iff si_addr is correct.
2487 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
2488 Set a breakpoint at "pass" and continue to it.
2489
2490 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
2491
2492 * gdb.python/py-objfile.exp: Make some tests have unique names.
2493 * gdb.python/py-pp-registration.exp: Likewise.
2494
2495 2015-07-28 Pedro Alves <palves@redhat.com>
2496
2497 * gdb.server/server-exec-info.exp: Issue a "disconnect".
2498
2499 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2500
2501 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
2502
2503 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2504
2505 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
2506
2507 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2508
2509 * gdb.base/gdb-sigterm-2.exp: New test.
2510
2511 2015-07-25 Doug Evans <xdje42@gmail.com>
2512
2513 Revert:
2514 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2515 (workers/%.worker, build-perf): New rule.
2516 (GDB_PERFTEST_MODE): New variable.
2517 (check-perf): Use it.
2518 (clean): Clean up gdb.perf parallel build subdirs.
2519 * lib/build-piece.exp: New file.
2520 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2521 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2522 name.
2523 (standard_temp_file): Ditto.
2524 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2525 of $GDB_PARALLEL.
2526
2527 2015-07-24 Doug Evans <dje@google.com>
2528
2529 * gdb.perf/lib/perftest/utils.py: New file.
2530 * gdb.perf/gm-hello.cc: New file.
2531 * gdb.perf/gm-pervasive-typedef.cc: New file.
2532 * gdb.perf/gm-pervasive-typedef.h: New file.
2533 * gdb.perf/gm-std.cc: New file.
2534 * gdb.perf/gm-std.h: New file.
2535 * gdb.perf/gm-use-cerr.cc: New file.
2536 * gdb.perf/gm-utils.h: New file.
2537 * gdb.perf/gmonster-null-lookup.py: New file.
2538 * gdb.perf/gmonster-pervasive-typedef.py: New file.
2539 * gdb.perf/gmonster-print-cerr.py: New file.
2540 * gdb.perf/gmonster-ptype-string.py: New file.
2541 * gdb.perf/gmonster-runto-main.py: New file.
2542 * gdb.perf/gmonster-select-file.py: New file.
2543 * gdb.perf/gmonster1-null-lookup.exp: New file.
2544 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
2545 * gdb.perf/gmonster1-print-cerr.exp: New file.
2546 * gdb.perf/gmonster1-ptype-string.exp: New file.
2547 * gdb.perf/gmonster1-runto-main.exp: New file.
2548 * gdb.perf/gmonster1-select-file.exp: New file.
2549 * gdb.perf/gmonster1.cc: New file.
2550 * gdb.perf/gmonster1.exp: New file.
2551 * gdb.perf/gmonster2-null-lookup.exp: New file.
2552 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
2553 * gdb.perf/gmonster2-print-cerr.exp: New file.
2554 * gdb.perf/gmonster2-ptype-string.exp: New file.
2555 * gdb.perf/gmonster2-runto-main.exp: New file.
2556 * gdb.perf/gmonster2-select-file.exp: New file.
2557 * gdb.perf/gmonster2.cc: New file.
2558 * gdb.perf/gmonster2.exp: New file.
2559
2560 2015-07-24 Doug Evans <dje@google.com>
2561
2562 * gdb.perf/README: New file.
2563 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
2564 * lib/gen-perf-test.exp: New file.
2565
2566 2015-07-24 Doug Evans <dje@google.com>
2567
2568 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
2569 (PerfTest::startup): New function.
2570 (PerfTest::run): Return result of calling body.
2571 (PerfTest::assemble): Rewrite.
2572 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
2573 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
2574 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
2575 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
2576 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
2577
2578 2015-07-24 Doug Evans <dje@google.com>
2579
2580 * lib/gdb.exp (clean_restart): Make executable optional.
2581
2582 2015-07-24 Doug Evans <dje@google.com>
2583
2584 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
2585 compiler_info references.
2586 * gdb.cp/temargs.exp: Ditto.
2587 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
2588 (get_compiler_info): Early exit if already computed. Set compiler_info
2589 to "unknown" if there was a problem.
2590 (test_compiler_info): Add function comment. Call get_compiler_info.
2591
2592 2015-07-24 Doug Evans <dje@google.com>
2593
2594 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
2595 (workers/%.worker, build-perf): New rule.
2596 (GDB_PERFTEST_MODE): New variable.
2597 (check-perf): Use it.
2598 (clean): Clean up gdb.perf parallel build subdirs.
2599 * lib/build-piece.exp: New file.
2600 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
2601 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
2602 name.
2603 (standard_temp_file): Ditto.
2604 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
2605 of $GDB_PARALLEL.
2606
2607 2015-07-24 Doug Evans <dje@google.com>
2608
2609 * lib/future.exp (gdb_default_target_compile): New option
2610 "early_flags".
2611 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
2612 --as-needed.
2613
2614 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2615
2616 * gdb.base/catch-syscall.exp: Call gdb_exit before
2617 gdb_skip_xml_test.
2618
2619 2015-07-24 Pedro Alves <palves@redhat.com>
2620
2621 * gdb.python/py-events.exp: Accept output between the stop event
2622 and the prompt.
2623 * gdb.python/py-evsignal.exp: Likewise.
2624 * gdb.python/py-evthreads.exp: Likewise.
2625
2626 2015-07-24 Pedro Alves <palves@redhat.com>
2627
2628 PR gdb/18717
2629 * gdb.threads/non-ldr-exit.c: New file.
2630 * gdb.threads/non-ldr-exit.exp: New file.
2631
2632 2015-07-24 Yao Qi <yao.qi@linaro.org>
2633
2634 * gdb.server/ext-wrapper.exp: Test --wrapper option when
2635 restarting process.
2636
2637 2015-07-24 Yao Qi <yao.qi@linaro.org>
2638
2639 * gdb.server/ext-restart.exp: New file.
2640
2641 2015-07-24 Yao Qi <yao.qi@linaro.org>
2642
2643 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
2644 argument options.
2645 * gdb.server/ext-wrapper.exp: New file.
2646
2647 2015-07-23 Doug Evans <dje@google.com>
2648
2649 * gdb.dwarf2/dw2-dummy-cu.S: New file.
2650 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
2651
2652 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
2653
2654 * gdb.ada/var_arr_typedef.exp: New testcase.
2655 * gdb.ada/var_arr_typedef/pack.adb: New file.
2656 * gdb.ada/var_arr_typedef/pack.ads: New file.
2657 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
2658
2659 2015-07-20 Joel Brobecker <brobecker@adacore.com>
2660
2661 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
2662
2663 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 * gdb.arch/i386-biarch-core.exp: Replace istarget
2666 by "complete set gnutarget". Remove expectation for the "core-file"
2667 command.
2668
2669 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2670
2671 Revert the previous commit:
2672 Tests for validate symbol file using build-id.
2673
2674 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2675
2676 Tests for validate symbol file using build-id.
2677 * gdb.base/solib-mismatch-lib.c: New file.
2678 * gdb.base/solib-mismatch-libmod.c: New file.
2679 * gdb.base/solib-mismatch.c: New file.
2680 * gdb.base/solib-mismatch.exp: New file.
2681
2682 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
2683
2684 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
2685 nios2-*-linux*.
2686 * gdb.base/sigbpt.exp (stepi_out): Likewise.
2687 * gdb.base/siginfo.exp: Likewise.
2688 * gdb.base/sigstep.exp (advance, advancei): Likewise.
2689
2690 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2691
2692 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
2693 Move it to ...
2694 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
2695 ... here.
2696 * gdb.trace/range-stepping.exp: Check that the target supports
2697 range stepping.
2698
2699 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2700
2701 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
2702
2703 2015-07-14 Pedro Alves <palves@redhat.com>
2704
2705 * gdb.base/killed-outside.exp: New file.
2706 * gdb.base/killed-outside.c: New file.
2707
2708 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2709
2710 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
2711 (n at main): New.
2712 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
2713
2714 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2715
2716 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
2717 infcall tests instead of setting up for KFAIL.
2718
2719 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
2720
2721 * gdb.btrace/record_goto-step.exp: New.
2722
2723 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2724
2725 PR compile/18484
2726 * gdb.compile/compile.c (struct struct_type): Add volatile to
2727 selffield's type.
2728 * gdb.compile/compile.exp
2729 (compile code struct_object.selffield = &struct_object): Skip further
2730 struct_object tests if this one xfails.
2731
2732 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
2733
2734 PR exp/18617
2735 * gdb.trace/ax.exp: Add test.
2736
2737 2015-07-07 Yao Qi <yao.qi@linaro.org>
2738
2739 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
2740 instead of istarget "aarch64*-*-*".
2741 * gdb.arch/aarch64-fp.exp: Likewise.
2742 * gdb.base/float.exp: Likewise.
2743 * gdb.reverse/aarch64.exp: Likewise.
2744 * lib/gdb.exp (is_aarch64_target): New proc.
2745
2746 2015-07-07 Yao Qi <yao.qi@linaro.org>
2747
2748 * lib/gdb.exp (is_aarch32_target): New proc.
2749 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
2750 instead of "istarget "arm*-*-*"".
2751 * gdb.arch/arm-disp-step.exp: Likewise.
2752 * gdb.arch/thumb-bx-pc.exp: Likewise.
2753 * gdb.arch/thumb-prologue.exp: Likewise.
2754 * gdb.arch/thumb-singlestep.exp: Likewise.
2755 * gdb.base/disp-step-syscall.exp: Likewise.
2756 * gdb.base/float.exp: Likewise.
2757
2758 2015-07-07 Yao Qi <yao.qi@linaro.org>
2759
2760 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
2761 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
2762
2763 2015-07-07 Yao Qi <yao.qi@linaro.org>
2764
2765 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
2766 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
2767 if it exists.
2768 * gdb.multi/multi-arch.exp: Likewise.
2769
2770 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
2771
2772 * gdb.python/py-lazy-string.exp: Add missing parentheses to
2773 print.
2774
2775 2015-07-07 Yao Qi <yao.qi@linaro.org>
2776
2777 * gdb.arch/thumb-singlestep.exp: Do one more single step.
2778
2779 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
2780
2781 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
2782 '[' and ']' characters.
2783
2784 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
2785
2786 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
2787
2788 2015-06-29 Pedro Alves <palves@redhat.com>
2789
2790 PR threads/18127
2791 * gdb.threads/hand-call-new-thread.c: New file.
2792 * gdb.threads/hand-call-new-thread.c: New file.
2793
2794 2015-06-26 Keith Seitz <keiths@redhat.com>
2795 Doug Evans <dje@google.com>
2796
2797 PR 16253
2798 * gdb.cp/var-tag-2.cc: New file.
2799 * gdb.cp/var-tag-3.cc: New file.
2800 * gdb.cp/var-tag-4.cc: New file.
2801 * gdb.cp/var-tag.cc: New file.
2802 * gdb.cp/var-tag.exp: New file.
2803
2804 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2805
2806 * gdb.base/history-duplicates.exp: New test.
2807
2808 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
2809
2810 * gdb.base/completion.exp: Test the completion of the "focus"
2811 command.
2812
2813 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2814
2815 * gdb.arch/amd64-prologue-skip.S: New file.
2816 * gdb.arch/amd64-prologue-skip.exp: New file.
2817
2818 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
2819
2820 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
2821 is_address_zero_readable check.
2822
2823 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
2824
2825 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
2826 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
2827
2828 2015-06-24 Yao Qi <yao.qi@linaro.org>
2829
2830 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
2831 linux targets.
2832
2833 2015-06-24 Yao Qi <yao.qi@linaro.org>
2834
2835 * lib/gdb.exp (supports_get_siginfo_type): New proc.
2836 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
2837 * gdb.base/siginfo-thread.exp: Likewise.
2838
2839 2015-06-22 Yao Qi <yao.qi@linaro.org>
2840
2841 * boards/remote-gdbserver-on-localhost.exp: Add comments.
2842
2843 2015-06-22 Yao Qi <yao.qi@linaro.org>
2844
2845 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
2846 aarch64*-*-*.
2847 (skip_hw_watchpoint_tests): Likewise.
2848
2849 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
2850
2851 * gdb.base/gdbinit-history.exp: Test the interaction between
2852 setting GDBHISTSIZE and setting the history size via .gdbinit.
2853
2854 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2855
2856 PR gdb/16999
2857 * gdb.base/gdbhistsize-history.exp: New test.
2858
2859 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2860
2861 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
2862 with GDBHISTSIZE.
2863 * gdb.base/readline.exp: Likewise.
2864
2865 2015-06-17 Yao Qi <yao.qi@linaro.org>
2866
2867 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
2868 line.
2869
2870 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2871
2872 * gdb.base/gdbinit-history.exp: Add test case to check that
2873 an unlimited history file does not get truncated on exit.
2874
2875 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2876
2877 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
2878 (VECTOR): New macro. Use it...
2879 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
2880 ...for these typedefs.
2881 (int8, char1, int1, double1): New typedefs.
2882 (struct just_int2, struct two_int2): New structures.
2883 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
2884 (add_structvecs, add_singlevecs): New functions.
2885 (main): Call add_some_intvecs twice.
2886 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
2887 the compile and exit upon failure. Try compiling for the "native"
2888 architecture. Test inferior function calls with vector arguments
2889 and vector return value handling with "finish" and "return".
2890
2891 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
2892
2893 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
2894 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
2895 PE file.
2896 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
2897
2898 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2899
2900 PR breakpoints/16465
2901 * gdb.mi/mi-dprintf-pending.c: New file.
2902 * gdb.mi/mi-dprintf-pending.exp: New test.
2903 * gdb.mi/mi-dprintf-pendshr.c: New file.
2904
2905 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2906 Mircea Gherzan <mircea.gherzan@intel.com>
2907
2908 * gdb.arch/i386-mpx-map.c: New file.
2909 * gdb.arch/i386-mpx-map.exp: New File.
2910
2911 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2912
2913 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
2914 * gdb.arch/i386-mpx.exp: Indentation fixed.
2915
2916 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2917
2918 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
2919 function and improved indentation.
2920 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
2921 gdb_test_multiple. Added additional tests to skip the test.
2922
2923 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2924
2925 * gdb.arch/i386-avx512.c: Change path in include file.
2926 * gdb.arch/i386-avx512.exp: Change include dir path
2927 compilation flag.
2928 * gdb.arch/i386-mpx.c: Change path in include file.
2929 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2930 flag.
2931
2932 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2933
2934 * gdb.compile/compile-print.exp (compile print *vararray@3)
2935 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2936
2937 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2938
2939 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2940 (do not keep jit in memory): ... this.
2941 (expect 5): Change it to ...
2942 (expect no 5): ... this.
2943
2944 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2945
2946 PR gdb/15564
2947 * gdb.mi/mi-detach.exp: New file.
2948
2949 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2950
2951 PR symtab/18392
2952 * gdb.arch/amd64-tailcall-self.S: New file.
2953 * gdb.arch/amd64-tailcall-self.c: New file.
2954 * gdb.arch/amd64-tailcall-self.exp: New file.
2955
2956 2015-05-28 Don Breazeal <donb@codesourcery.com>
2957
2958 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2959 tests for remote targets by checking is_target_gdbserver.
2960
2961 2015-05-27 Doug Evans <dje@google.com>
2962
2963 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2964 * gdb.dwarf2/opaque-type-lookup.c: New file.
2965 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2966
2967 2015-05-26 Doug Evans <dje@google.com>
2968
2969 * gdb.cp/iostream.cc: New file.
2970 * gdb.cp/iostream.exp: New file.
2971
2972 2015-05-26 Doug Evans <dje@google.com>
2973
2974 * gdb.dwarf2/dw2-op-call.exp: Update.
2975 * gdb.dwarf2/dw4-sig-types.exp: Update.
2976 * gdb.dwarf2/implptr.exp: Update.
2977 * gdb.mi/mi-cmd-param-changed.exp: Update.
2978
2979 2015-05-26 Doug Evans <dje@google.com>
2980
2981 * gdb.python/py-lazy-string.c: New file.
2982 * gdb.python/py-lazy-string.exp: New file.
2983 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2984 (main): Update. Add estring3.
2985 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2986 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2987
2988 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
2989 Yao Qi <yao.qi@linaro.org>
2990
2991 * gdb.reverse/aarch64.c: New.
2992 * gdb.reverse/aarch64.exp: New.
2993
2994 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
2995
2996 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2997 (supports_reverse): Likewise.
2998
2999 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
3000
3001 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3002 Use with_test_prefix.
3003
3004 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
3005
3006 * gdb.base/completion.exp: Add test for completion of layout
3007 names.
3008
3009 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
3010
3011 * lib/gdb.exp (skip_tui_tests): New proc.
3012 * gdb.base/tui-layout.exp: Check skip_tui_tests.
3013
3014 2015-05-19 Pedro Alves <palves@redhat.com>
3015
3016 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3017 Save the whole env array instead of just HOME. Unset HISTSIZE in
3018 the environment while testing. Restore whole environment
3019 afterwards.
3020
3021 2015-05-16 Doug Evans <xdje42@gmail.com>
3022
3023 * gdb.guile/scm-ports.c: New file.
3024 * gdb.guile/scm-ports.exp: Add memory port tests.
3025
3026 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3027
3028 * gdb.compile/compile-print.c: New file.
3029 * gdb.compile/compile-print.exp: New file.
3030
3031 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3032
3033 * gdb.compile/compile-ops.exp: Cast param to void.
3034 * gdb.compile/compile.exp: Complete type for _gdb_expr.
3035 (compile code struct_object.selffield = &struct_object): Add xfail.
3036
3037 2015-05-15 Joel Brobecker <brobecker@adacore.com>
3038
3039 * gdb.ada/arr_enum_with_gap: New testcase.
3040
3041 2015-05-15 Joel Brobecker <brobecker@adacore.com>
3042
3043 * gdb.ada/byte_packed_arr: New testcase.
3044
3045 2015-05-15 Joel Brobecker <brobecker@adacore.com>
3046
3047 * gdb.ada/pckd_neg: New testcase.
3048
3049 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3050
3051 PR gdb/17820
3052 * gdb.base/gdbinit-history.exp: New test.
3053 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
3054 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
3055
3056 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3057
3058 * gdb.python/py-xmethods.cc: Enhance test case.
3059 * gdb.python/py-xmethods.exp: New tests.
3060 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
3061 function.
3062 (B_indexoper): Likewise.
3063 (global_dm_list) : Add new xmethod worker functions.
3064
3065 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
3066
3067 * gdb.base/coredump-filter.exp: Correctly unset
3068 "coredump_var_addr" array.
3069
3070 2015-05-08 Pedro Alves <palves@redhat.com>
3071
3072 * gdb.server/non-existing-program.exp: Unset spawn_id.
3073
3074 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3075
3076 PR python/18291
3077 * gdb.python/py-xmethods.exp: Add tests.
3078
3079 2015-05-08 Yao Qi <yao.qi@linaro.org>
3080
3081 PR gdb/18208
3082 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
3083 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
3084 function set_coredump_filter, and remove remote_exec call.
3085 Remove argument ipid. Callers update.
3086 (top level): Don't get inferior's PID.
3087
3088 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3089
3090 * gdb.base/watch_thread_num.exp: Skip test on targets without
3091 access watchpoints.
3092
3093 2015-05-06 Pedro Alves <palves@redhat.com>
3094
3095 PR server/18081
3096 * gdb.server/non-existing-program.exp: New file.
3097
3098 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3099
3100 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
3101
3102 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3103
3104 * gdb.ada/out_of_line_in_inlined: New testcase.
3105
3106 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3107
3108 * gdb.ada/var_rec_arr: New testcase.
3109
3110 2015-04-30 Yao Qi <yao.qi@linaro.org>
3111
3112 * gdb.base/break-idempotent.exp: If
3113 skip_hw_watchpoint_multi_tests returns true, skip the tests
3114 on "rwatch" and "awatch".
3115
3116 2015-04-30 Yao Qi <yao.qi@linaro.org>
3117
3118 * gdb.base/relativedebug.exp: Invoke gdb command
3119 "info sharedlibrary", and if libc.so doesn't have debug info,
3120 skip the test.
3121
3122 2015-04-29 Doug Evans <dje@google.com>
3123
3124 * gdb.python/py-xmethods.exp: Add ptype tests.
3125 * gdb.python/py-xmethods.py (E_method_char_worker): Add
3126 get_result_type method.
3127
3128 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
3129
3130 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
3131 the target does not support hardware watchpoints.
3132
3133 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
3134
3135 * gdb.base/break-always.exp: Abort testing if writing to memory
3136 causes an error.
3137
3138 2015-04-28 Doug Evans <dje@google.com>
3139
3140 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
3141 * gdb.python/py-pp-registration.exp: ... here. New file.
3142 * gdb.python/py-pp-registration.c: New file.
3143 * gdb.python/py-pp-registration.py: New file.
3144
3145 2015-04-28 Doug Evans <dje@google.com>
3146
3147 * gdb.python/py-bad-printers.c: New file.
3148 * gdb.python/py-bad-printers.py: New file.
3149 * gdb.python/py-bad-printers.exp: New file.
3150
3151 2015-04-28 Sasha Smundak <asmundak@google.com>
3152
3153 * gdb.python/py-type.exp: New test.
3154
3155 2015-04-28 Andy Wingo <wingo@igalia.com>
3156
3157 * gdb.python/py-parameter.exp:
3158 * gdb.guile/scm-parameter.exp: Escape the path that we are
3159 matching against, as it might contain characters that are special
3160 to regular expressions.
3161
3162 2015-04-27 Joel Brobecker <brobecker@adacore.com>
3163
3164 * gdb.ada/rec_comp: New testcase.
3165
3166 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
3167
3168 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
3169 before using it.
3170
3171 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3172
3173 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
3174 new tests for verilog output.
3175
3176 2015-04-24 Yao Qi <yao.qi@linaro.org>
3177
3178 * boards/remote-gdbserver-on-localhost.exp: New file.
3179
3180 2015-04-23 Pedro Alves <palves@redhat.com>
3181
3182 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
3183 $inferior_spawn_id instead of $inferior_spawn_id directly. On
3184 "end of file", remove $inferior_spawn_id from the indirect list.
3185
3186 2015-04-23 Pedro Alves <palves@redhat.com>
3187
3188 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
3189
3190 2015-04-23 Pedro Alves <palves@redhat.com>
3191
3192 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
3193 on $any_spawn_id instead of only on $gdb_spawn_id.
3194
3195 2015-04-21 Pierre Muller <muller@sourceware.org>
3196
3197 PR pascal/17815
3198 * lib/pascal.exp (gpc_compile): Add new option "class".
3199 (fpc_compile): Likewise.
3200 * gdb.pascal/case-insensitive-symbols.pas: New file.
3201 * gdb.pascal/case-insensitive-symbols.exp: New file.
3202
3203 2015-04-20 Gary Benson <gbenson@redhat.com>
3204
3205 * gdb.base/attach.exp: Fix three extended remote failures.
3206
3207 2015-04-17 Gary Benson <gbenson@redhat.com>
3208
3209 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
3210 the main executable over the remote protocol.
3211
3212 2015-04-16 Pedro Alves <palves@redhat.com>
3213
3214 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
3215 a new gdbserver if gdbserver_reconnect_p is set.
3216
3217 2015-04-16 Pedro Alves <palves@redhat.com>
3218
3219 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
3220 is set, don't exit gdbserver.
3221
3222 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3223
3224 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
3225 appropriate .insn, such that an older assembler can be used.
3226 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
3227 the z/Architecture instruction set on 31-bit targets as well.
3228
3229 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3230
3231 * gdb.go/handcall.exp: Remove all logic related to the first
3232 breakpoint and rely on go_runto_main instead.
3233 * gdb.go/strings.exp: Likewise.
3234 * gdb.go/unsafe.exp: Likewise.
3235 * gdb.go/hello.exp: Likewise. Also rename the remaining
3236 breakpoint marker to "breakpoint 1".
3237 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
3238 * gdb.go/strings.go: Likewise.
3239 * gdb.go/unsafe.go: Likewise.
3240 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
3241 "set breakpoint 2 here" and rename the remaining breakpoint marker
3242 to "breakpoint 1".
3243
3244 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3245
3246 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
3247 if itertools.imap is not present.
3248 * gdb.python/py-objfile.exp: Add parentheses.
3249 * gdb.python/py-type.exp: Same.
3250 * gdb.python/py-unwind-maint.py: Same.
3251
3252 2015-04-15 Yao Qi <yao.qi@linaro.org>
3253
3254 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
3255 of ":$ptr_size" and set its form explicitly.
3256
3257 2015-04-15 Pedro Alves <palves@redhat.com>
3258 Yao Qi <yao.qi@linaro.org>
3259
3260 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
3261 timeout by factor of 4.
3262 (test_regular_watch): Likewise.
3263 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
3264 * gdb.reverse/sigall-reverse.exp: Likewise.
3265 * gdb.reverse/until-precsave.exp: Likewise.
3266 * lib/gdb.exp (with_timeout_factor): New proc.
3267 (gdb_expect): Move some code to ...
3268 (get_largest_timeout): ... here. New procedure.
3269
3270 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
3271
3272 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
3273
3274 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
3275
3276 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
3277 to write to the .text section.
3278
3279 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
3280
3281 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
3282 Handle the case of targets that do not provide PID information.
3283
3284 2015-04-13 Yao Qi <yao.qi@linaro.org>
3285
3286 * lib/gdbserver-support.exp (gdb_exit): Catch exception
3287 and use expect instead of gdb_expect.
3288
3289 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
3290
3291 * gdb.base/coredump-filter.exp: Rename variable "addr" to
3292 "coredump_var_addr" to avoid naming conflict with other testcases.
3293
3294 2015-04-10 Pedro Alves <palves@redhat.com>
3295
3296 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
3297 gdb_test_sequence and gdb_assert.
3298
3299 2015-04-10 Pedro Alves <palves@redhat.com>
3300
3301 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
3302 test messages that don't include the breakpoint address.
3303
3304 2015-04-10 Yao Qi <yao.qi@linaro.org>
3305
3306 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
3307 false for some offset and width combinations which aren't
3308 supported by linux kernel.
3309
3310 2015-04-10 Pedro Alves <palves@redhat.com>
3311
3312 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
3313 procedure, factored out from ...
3314 (top level): ... here. Add "set displaced-stepping" testing axis.
3315 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
3316 parameter "displaced". Use it.
3317 (top level): Use foreach and add "set displaced-stepping" testing
3318 axis.
3319
3320 2015-04-10 Pedro Alves <palves@redhat.com>
3321
3322 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
3323 Remove comment.
3324 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
3325 both the address of the instruction that triggers the watchpoint
3326 and the address of the instruction immediately after, and use
3327 those addresses for the test. Fix comment.
3328
3329 2015-04-10 Pedro Alves <palves@redhat.com>
3330
3331 * gdb.base/sigstep.exp (breakpoint_to_handler)
3332 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
3333 Test "backtrace" in handler.
3334 (breakpoint_over_handler): New parameter 'displaced'. Use it.
3335 (top level): Add new "displaced" test axis to
3336 breakpoint_to_handler, breakpoint_to_handler_entry and
3337 breakpoint_over_handler.
3338
3339 2015-04-10 Pedro Alves <palves@redhat.com>
3340
3341 PR gdb/18216
3342 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
3343
3344 2015-04-10 Yao Qi <yao.qi@linaro.org>
3345
3346 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
3347 (test_add_rn_pc): New function.
3348 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
3349 (top level): Invoke test_add_rn_pc.
3350
3351 2015-04-10 Pedro Alves <palves@redhat.com>
3352
3353 PR gdb/13858
3354 * gdb.base/step-over-no-symbols.exp: New file.
3355
3356 2015-04-09 Andy Wingo <wingo@igalia.com>
3357
3358 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
3359 after the Python tests.
3360
3361 2015-04-08 Keith Seitz <keiths@redhat.com>
3362
3363 PR python/16699
3364 * gdb.python/py-completion.exp: New tests for completion.
3365 * gdb.python/py-completion.py (CompleteLimit1): New class.
3366 (CompleteLimit2): Likewise.
3367 (CompleteLimit3): Likewise.
3368 (CompleteLimit4): Likewise.
3369 (CompleteLimit5): Likewise.
3370 (CompleteLimit6): Likewise.
3371 (CompleteLimit7): Likewise.
3372
3373 2015-04-08 Pedro Alves <palves@redhat.com>
3374
3375 PR gdb/18214
3376 PR gdb/18216
3377 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
3378 function.
3379 (main): Install it as SIGUSR1 handler.
3380 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
3381 parameter. Always use "setup" as prefix. Toggle "set
3382 displaced-stepping" off/on depending on global. Don't switch to
3383 thread 1 here.
3384 (top level): Add displaced stepping "off/on" test axis. Update
3385 "setup" calls. Wrap each subtest with with_test_prefix. Test
3386 continuing with a queued signal in each thread.
3387
3388 2015-04-08 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
3391 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
3392 gdb_breakpoint instead of gdb_test that doesn't expect anything.
3393 Return early if running to main fails.
3394 * gdb.trace/while-stepping.exp: Likewise.
3395
3396 2015-04-07 Pedro Alves <palves@redhat.com>
3397
3398 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
3399 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
3400 interact with inferior program.
3401
3402 2015-04-07 Pedro Alves <palves@redhat.com>
3403
3404 * lib/gdb.exp (inferior_spawn_id): New global.
3405 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
3406 spawn id after processing the user code.
3407 (default_gdb_start): Set inferior_spawn_id.
3408 (send_inferior): New procedure.
3409 * lib/gdbserver-support.exp (gdbserver_start): Set
3410 inferior_spawn_id.
3411 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
3412
3413 2015-04-07 Pedro Alves <palves@redhat.com>
3414
3415 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
3416 * lib/gdbserver-support.exp (gdbserver_start): Make
3417 $server_spawn_id global.
3418 (gdbserver_start): Don't wait for gdbserver's spawn id with
3419 expect_background.
3420 (close_gdbserver): New procedure.
3421 (gdb_exit): Rename the default version and reimplement.
3422
3423 2015-04-07 Pedro Alves <palves@redhat.com>
3424
3425 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
3426 append the substituted item, not the original item.
3427
3428 2015-04-07 Pedro Alves <palves@redhat.com>
3429
3430 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
3431 gdb_expect.
3432
3433 2015-04-07 Pedro Alves <palves@redhat.com>
3434
3435 * gdb.base/interrupt.exp: Don't handle the case of the inferior
3436 output appearing once only.
3437
3438 2015-04-07 Pedro Alves <palves@redhat.com>
3439
3440 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
3441 that doesn't expect anything. Return early if running to main
3442 fails.
3443
3444 2015-04-07 Yao Qi <yao.qi@linaro.org>
3445
3446 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
3447 (child_function): Call alarm.
3448 (main): Move call to alarm into the loop.
3449 * gdb.threads/non-stop-fair-events.exp: Build program with
3450 -DTIMEOUT=$timeout.
3451
3452 2015-04-06 Doug Evans <xdje42@gmail.com>
3453
3454 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
3455 Fix dest parameter to board_info.
3456 (fpc_compile): Ditto.
3457 (gdb_compile_pascal): Rename dest arg to destfile.
3458
3459 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3460
3461 * gdb.ada/funcall_ref.exp: New file.
3462 * gdb.ada/funcall_ref/foo.adb: New file.
3463
3464 2015-04-02 Yao Qi <yao.qi@linaro.org>
3465
3466 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
3467 is remote.
3468
3469 2015-04-02 Gary Benson <gbenson@redhat.com>
3470
3471 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
3472
3473 2015-04-01 Sasha Smundak <asmundak@google.com>
3474
3475 * gdb.python/py-unwind-maint.c: New file.
3476 * gdb.python/py-unwind-maint.exp: New test.
3477 * gdb.python/py-unwind-maint.py: New file.
3478 * gdb.python/py-unwind.c: New file.
3479 * gdb.python/py-unwind.exp: New test.
3480 * gdb.python/py-unwind.py: New test.
3481
3482 2015-04-01 Pedro Alves <palves@redhat.com>
3483
3484 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
3485 to fail instead of non-existent $test.
3486
3487 2015-04-01 Pedro Alves <palves@redhat.com>
3488
3489 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
3490 GDBFLAGS if not empty.
3491
3492 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
3493
3494 * gdb.ada/complete.exp: Remove "multi_line".
3495 * gdb.ada/info_exc.exp: Remove "multi_line".
3496 * gdb.ada/packed_tagged.exp: Remove "multi_line".
3497 * gdb.ada/ptype_field.exp: Remove "multi_line".
3498 * gdb.ada/sym_print_name.exp: Remove "multi_line".
3499 * gdb.ada/tagged.exp: Remove "multi_line".
3500 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
3501 [multi_line ...]
3502 * gdb.btrace/delta.exp: Likewise.
3503 * gdb.btrace/exception.exp: Likewise.
3504 * gdb.btrace/function_call_history.exp: Likewise.
3505 * gdb.btrace/instruction_history.exp: Likewise.
3506 * gdb.btrace/nohist.exp: Likewise.
3507 * gdb.btrace/record_goto.exp: Likewise.
3508 * gdb.btrace/segv.exp: Likewise.
3509 * gdb.btrace/stepi.exp: Likewise.
3510 * gdb.btrace/tailcall.exp: Likewise.
3511 * gdb.btrace/unknown_functions.exp: Likewise.
3512 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
3513 * lib/gdb.exp: Add the "multi_line" helper.
3514
3515 2015-04-01 Pedro Alves <palves@redhat.com>
3516
3517 * gdb.threads/tid-reuse.c: New file.
3518 * gdb.threads/tid-reuse.exp: New file.
3519
3520 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
3521
3522 PR corefiles/16092
3523 * gdb.base/coredump-filter.c: New file.
3524 * gdb.base/coredump-filter.exp: Likewise.
3525
3526 2015-03-27 Petr Machata <pmachata@redhat.com>
3527
3528 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
3529 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
3530 (Dwarf::assemble): Initialize them.
3531 (Dwarf::lines): New function.
3532
3533 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
3534
3535 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
3536 SYMBOL_PREFIX for x86_64-*-cygwin.
3537
3538 2015-03-26 Andy Wingo <wingo@igalia.com>
3539
3540 PR symtab/18148
3541 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
3542 const_value but not a location.
3543 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
3544 location defined in non-main CUs are visible.
3545
3546 2015-03-26 Yao Qi <yao.qi@linaro.org>
3547
3548 PR testsuite/18139
3549 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
3550 Add a line number entry for the same line.
3551 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
3552 Add a line number entry for the same line.
3553
3554 2015-03-26 Yao Qi <yao.qi@linaro.org>
3555
3556 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
3557 .int 0.
3558 (func): Likewise. Add .Lfunc_1 label.
3559 Use .Lfunc_1 label.
3560 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
3561 .int 0.
3562 (func): Likewise.
3563 Use .Lfunc_1 label.
3564
3565 2015-03-26 Yao Qi <yao.qi@linaro.org>
3566
3567 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
3568 Call gdb_compile instead to compile each .s files without debug
3569 information.
3570
3571 2015-03-26 Yao Qi <yao.qi@linaro.org>
3572
3573 * gdb.base/savedregs.exp (process_saved_regs): Make
3574 "Saved registers:" optional in the pattern.
3575
3576 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3577
3578 * gdb.btrace/next.exp: Merged into step.exp.
3579 * gdb.btrace/finish.exp: Merged into step.exp.
3580 * gdb.btrace/nexti.exp: Merged into stepi.exp.
3581 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
3582 "record goto" and checking the exact replay position.
3583 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
3584 check for "Recording format" in "info record" output.
3585 * gdb.btrace/record_goto.exp: Choose test file based on target.
3586 * gdb.btrace/x86-record_goto.S: Renamed into ...
3587 * gdb.btrace/x86_64-record_goto.S: ... this.
3588 * gdb.btrace/i686-record_goto.S: New.
3589 * gdb.btrace/x86-tailcall.S: Renamed into ...
3590 * gdb.btrace/x86_64-tailcall.S: ... this.
3591 * gdb.btrace/i686-tailcall.S: New.
3592 * gdb.btrace/x86-tailcall.c: Renamed into ...
3593 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
3594 separate statements. Update test.
3595 * gdb.btrace/delta.exp: Use record_goto.c as test file.
3596 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
3597 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
3598 * gdb.btrace/tailcall.exp: Choose test file based on target.
3599 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
3600
3601 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
3602
3603 * gdb.btrace/exception.exp: Increase BTS buffer size.
3604
3605 2015-03-24 Pedro Alves <palves@redhat.com>
3606
3607 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
3608
3609 2015-03-24 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.threads/schedlock.exp (test_step): No longer expect that
3612 "set scheduler-locking step" with "next" over a function call runs
3613 threads unlocked.
3614
3615 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3616
3617 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
3618
3619 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3620
3621 PR breakpoints/16466
3622 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
3623 * gdb.mi/mi-pending.c (thread_func): New function.
3624 (int main): Add threading support required.
3625 * gdb.mi/mi-pending.exp: Add tests for this issue.
3626 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
3627 (pendfunc2): Remove stdio dependency.
3628 * gdb.mi/mi-pendshr2.c: New file.
3629
3630 2015-03-23 Keith Seitz <keiths@redhat.com>
3631
3632 * gdb.linespec/keywords.c: New file.
3633 * gdb.linespec/keywords.exp: New file.
3634
3635 2015-03-23 Keith Seitz <keiths@redhat.com>
3636
3637 PR gdb/18021
3638 * gdb.dwarf2/staticvirtual.exp: New test.
3639
3640 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3641
3642 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
3643 * README: Remove HP-UX and gdb.hp.
3644 (configuration):
3645 * configure: Regenerate.
3646 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
3647 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
3648 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
3649 gdb.hp/gdb.defects/Makefile.
3650 * gdb.hp/Makefile.in: File deleted.
3651 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
3652 * gdb.hp/gdb.aCC/optimize.c: File deleted.
3653 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
3654 * gdb.hp/gdb.aCC/run.c: File deleted.
3655 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
3656 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
3657 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
3658 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
3659 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
3660 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
3661 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
3662 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
3663 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
3664 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
3665 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
3666 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
3667 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
3668 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
3669 * gdb.hp/gdb.base-hp/reg.s: File deleted.
3670 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
3671 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
3672 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
3673 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
3674 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
3675 * gdb.hp/gdb.compat/Makefile.in: File deleted.
3676 * gdb.hp/gdb.compat/average.c: File deleted.
3677 * gdb.hp/gdb.compat/sum.c: File deleted.
3678 * gdb.hp/gdb.compat/xdb.c: File deleted.
3679 * gdb.hp/gdb.compat/xdb0.c: File deleted.
3680 * gdb.hp/gdb.compat/xdb0.h: File deleted.
3681 * gdb.hp/gdb.compat/xdb1.c: File deleted.
3682 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
3683 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
3684 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
3685 * gdb.hp/gdb.defects/Makefile.in: File deleted.
3686 * gdb.hp/gdb.defects/bs14602.c: File deleted.
3687 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
3688 * gdb.hp/gdb.defects/solib-d.c: File deleted.
3689 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
3690 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
3691 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
3692 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
3693 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
3694 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
3695 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
3696 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
3697 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
3698 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
3699 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
3700 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
3701 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
3702 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
3703 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
3704 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
3705 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
3706 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
3707 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
3708 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
3709 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
3710 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
3711 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
3712 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
3713 * gdb.hp/tools/odump: File deleted.
3714
3715 2015-03-19 Pedro Alves <palves@redhat.com>
3716
3717 * gdb.threads/continue-pending-status.exp (saw_thread_2)
3718 (saw_thread_3): New globals.
3719 (top level): Increment them when an event for the corresponding
3720 thread is seen.
3721 (no thread starvation): New test.
3722
3723 2015-03-19 Pedro Alves <palves@redhat.com>
3724
3725 * gdb.threads/continue-pending-status.c: New file.
3726 * gdb.threads/continue-pending-status.exp: New file.
3727
3728 2015-03-18 Pedro Alves <palves@redhat.com>
3729
3730 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3731 Use gdb_is_target_remote instead of is_remote. Use
3732 gdb_test_multiple instead of gdb_expect. Exit early if
3733 gdb_test_multiple hits its internal matches. Tighten stepi tests
3734 expected output. Fail on exit with any signal, instead of just
3735 SIGILL.
3736
3737 2015-03-18 Yao Qi <yao.qi@linaro.org>
3738
3739 PR tdep/18107
3740 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
3741 variable.
3742 * gdb.base/catch-syscall.exp: Don't skip it on
3743 aarch64*-*-linux* target. Remove elements in all_syscalls.
3744 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
3745 target.
3746 (setup_all_syscalls): New proc.
3747
3748 2015-03-16 Yao Qi <yao.qi@linaro.org>
3749
3750 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
3751 (top level): Skip tests if valid_addr_p returns false for
3752 $cmd1 or $cmd2.
3753
3754 2015-03-11 Andy Wingo <wingo@igalia.com>
3755
3756 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
3757
3758 2015-03-11 Yao Qi <yao.qi@linaro.org>
3759
3760 * gdb.base/catch-syscall.exp: Fix typo in comments.
3761
3762 2015-03-11 Yao Qi <yao.qi@linaro.org>
3763
3764 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
3765
3766 2015-03-09 Pedro Alves <palves@redhat.com>
3767
3768 * dg-extract-results.py: Delete.
3769
3770 2015-03-09 Pedro Alves <palves@redhat.com>
3771
3772 Merge dg-extract-results.sh from GCC upstream (r218843).
3773
3774 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
3775 * dg-extract-results.sh: Use --text with grep to avoid issues with
3776 binary files. Fall back to cat -v, if that doesn't work.
3777
3778 2015-03-05 Pedro Alves <palves@redhat.com>
3779
3780 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
3781
3782 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
3783
3784 * lib/mi-support.exp (mi_expect_interrupt): Accept
3785 alternative event for when in all-stop mode.
3786
3787 2015-03-04 Pedro Alves <palves@redhat.com>
3788
3789 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
3790
3791 2015-03-04 Mark Kettenis <kettenis@gnu.org>
3792
3793 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
3794
3795 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3796
3797 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
3798 regexps for GDB's current line display, accept a hex address
3799 preceding the line number.
3800
3801 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3802
3803 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
3804 the 'arch1' variable for "s390*-linux*" targets.
3805
3806 2015-03-04 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
3809 (main): Pass missing retval argument to pthread_join call.
3810
3811 2015-03-02 Pedro Alves <palves@redhat.com>
3812
3813 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
3814 (top level): Call do_test with non-stop as well.
3815
3816 2015-03-02 Pedro Alves <palves@redhat.com>
3817
3818 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
3819 -1.
3820
3821 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3822
3823 * gdb.arch/s390-vregs.exp: New test.
3824 * gdb.arch/s390-vregs.S: New file.
3825
3826 2015-02-27 Pedro Alves <palves@redhat.com>
3827
3828 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
3829 call to catch_command_errors.
3830 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
3831 catch_command_errors.
3832
3833 2015-02-27 Pedro Alves <palves@redhat.com>
3834
3835 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
3836 "true" for boolean result.
3837 * gdb.gdb/selftest.exp (test_with_self): Also accept full
3838 prototype of main.
3839
3840 2015-02-27 Pedro Alves <palves@redhat.com>
3841
3842 * lib/unbuffer_output.c: New file.
3843 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
3844 (main): Call gdb_unbuffer_output.
3845
3846 2015-02-27 Yao Qi <yao.qi@linaro.org>
3847
3848 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
3849 target.
3850
3851 2015-02-26 Doug Evans <dje@google.com>
3852
3853 * gdb.cp/class2.cc (Dbase, D): New classes.
3854 (main): New local delta.
3855 * gdb.cp/class2.exp: Test printing delta.
3856 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
3857 (dynbar): New global.
3858 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
3859
3860 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3861
3862 * gdb.compile/compile-ifunc.c: New file.
3863 * gdb.compile/compile-ifunc.exp: New file.
3864
3865 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3866
3867 * gdb.base/structs.exp: Check for correct struct on finish.
3868
3869 2015-02-26 Yao Qi <yao.qi@linaro.org>
3870
3871 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
3872 is zero.
3873
3874 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3875
3876 * gdb.arch/cordic.ko.bz2: New file.
3877 * gdb.arch/cordic.ko.debug.bz2: New file.
3878 * gdb.arch/ppc64-symtab-cordic.exp: New file.
3879
3880 2015-02-25 Yao Qi <yao.qi@linaro.org>
3881
3882 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
3883 aarch64*-*-* target.
3884
3885 2015-02-23 Pedro Alves <palves@redhat.com>
3886
3887 * lib/gdb.exp (delete_breakpoints): Rewrite using
3888 gdb_test_multiple.
3889
3890 2015-02-23 Pedro Alves <palves@redhat.com>
3891
3892 * gdb.base/info-os.c: Include stdlib.h.
3893
3894 2015-02-22 Doug Evans <xdje42@gmail.com>
3895
3896 PR symtab/17855
3897 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
3898 is read after symbols have been re-read.
3899 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
3900 * gdb.ada/exec_changed/second.adb (Second): Ditto.
3901
3902 2015-02-21 Doug Evans <dje@google.com>
3903
3904 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
3905
3906 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3907
3908 PR corefiles/17808
3909 * gdb.arch/i386-biarch-core.core.bz2: New file.
3910 * gdb.arch/i386-biarch-core.exp: New file.
3911
3912 2015-02-21 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
3915 runto_main fails.
3916
3917 2015-02-20 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
3920 info probes.
3921
3922 2015-02-20 Pedro Alves <palves@redhat.com>
3923
3924 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3925
3926 2015-02-20 Pedro Alves <palves@redhat.com>
3927
3928 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3929 clean_restart before gdb_target_supports_trace.
3930
3931 2015-02-20 Pedro Alves <palves@redhat.com>
3932
3933 PR threads/18006
3934 * gdb.threads/clone-thread_db.c: New file.
3935 * gdb.threads/clone-thread_db.exp: New file.
3936
3937 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3938
3939 PR breakpoints/16812
3940 * gdb.base/catch-gdb-caused-signals.c: New file.
3941 * gdb.base/catch-gdb-caused-signals.exp: New file.
3942
3943 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3944
3945 * configure: Regenerated.
3946 * configure.ac: Use GDB_AC_TRANSFORM.
3947 * aclocal.m4: sinclude ../transform.m4.
3948
3949 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3950
3951 * lib/dtrace.exp: New file.
3952 * gdb.base/dtrace-probe.exp: Likewise.
3953 * gdb.base/dtrace-probe.d: Likewise.
3954 * gdb.base/dtrace-probe.c: Likewise.
3955 * lib/pdtrace.in: Likewise.
3956 * configure.ac: Output variables with the transformed names of
3957 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3958 * configure: Regenerated.
3959
3960 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3961
3962 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3963 expected message when trying to access $_probe_* convenience
3964 variables while not on a probe.
3965
3966 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3967
3968 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3969
3970 2015-02-11 Pedro Alves <pedro@codesourcery.com>
3971
3972 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3973 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3974
3975 2015-02-10 Doug Evans <xdje42@gmail.com>
3976
3977 * lib/gdb.exp (gdb_load): Always return a result.
3978
3979 2015-02-10 Pedro Alves <palves@redhat.com>
3980
3981 * gdb.threads/signal-sigtrap.c: New file.
3982 * gdb.threads/signal-sigtrap.exp: New file.
3983
3984 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3985
3986 * gdb.trace/no-attach-trace.c: New file.
3987 * gdb.trace/no-attach-trace.exp: New file.
3988
3989 2015-02-09 Mark Wielaard <mjw@redhat.com>
3990
3991 * gdb.dwarf2/atomic.c: New file.
3992 * gdb.dwarf2/atomic-type.exp: Likewise.
3993
3994 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3995
3996 * gdb.btrace/buffer-size.exp: Update "info record" output.
3997 * gdb.btrace/delta.exp: Update "info record" output.
3998 * gdb.btrace/enable.exp: Update "info record" output.
3999 * gdb.btrace/finish.exp: Update "info record" output.
4000 * gdb.btrace/instruction_history.exp: Update "info record" output.
4001 * gdb.btrace/next.exp: Update "info record" output.
4002 * gdb.btrace/nexti.exp: Update "info record" output.
4003 * gdb.btrace/step.exp: Update "info record" output.
4004 * gdb.btrace/stepi.exp: Update "info record" output.
4005 * gdb.btrace/nohist.exp: Update "info record" output.
4006
4007 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4008
4009 * gdb.btrace/buffer-size: New.
4010
4011 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4012
4013 * gdb.btrace/delta.exp: Update "info record" output.
4014 * gdb.btrace/enable.exp: Update "info record" output.
4015 * gdb.btrace/finish.exp: Update "info record" output.
4016 * gdb.btrace/instruction_history.exp: Update "info record" output.
4017 * gdb.btrace/next.exp: Update "info record" output.
4018 * gdb.btrace/nexti.exp: Update "info record" output.
4019 * gdb.btrace/step.exp: Update "info record" output.
4020 * gdb.btrace/stepi.exp: Update "info record" output.
4021 * gdb.btrace/nohist.exp: Update "info record" output.
4022
4023 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4024
4025 PR gdb/15678
4026 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
4027
4028 2015-02-06 Pedro Alves <palves@redhat.com>
4029
4030 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
4031 macro.
4032 (seconds_left, again): New globals.
4033 (main): Wait seconds_left in a 1-second sleep loop instead of
4034 sleeping 180 seconds. If 'again' is set, reset the seconds
4035 counter.
4036 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
4037 'again' in the inferior before detaching. Print the seconds left.
4038 (options): New global.
4039 (top level): Build program with -DTIMEOUT=$timeout.
4040
4041 2015-02-06 Pedro Alves <palves@redhat.com>
4042
4043 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
4044 determine how many seconds to pass to 'alarm'.
4045 * gdb.base/gdb-sigterm.exp (top level): Build program with
4046 -DTIMEOUT=$timeout.
4047 (do_test): Return success/failure indication. Add more verbose
4048 logging. Don't fail if 200 single steps are seen. Instead, fail
4049 when the test times out.
4050 (passes): New global.
4051 (top level): Break the testing loop if testing fails on any
4052 iteration. Use gdb_assert.
4053
4054 2015-02-04 Don Breazeal <donb@codesourcery.com>
4055
4056 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
4057 and initialize them.
4058 (ipc_cleanup): New function.
4059 (main): Don't declare shmid, semid, and msqid. Add a call to
4060 atexit so that we call ipc_cleanup on exit.
4061
4062 2015-02-04 Pedro Alves <palves@redhat.com>
4063
4064 * boards/native-extended-gdbserver.exp: Remove any target variant
4065 specifications from the board name before clearing the isremote
4066 flag from board_info.
4067
4068 2015-01-31 Doug Evans <xdje42@gmail.com>
4069
4070 * gdb.base/maint.exp <maint print type argc>: Update expected output.
4071
4072 2015-01-31 Gary Benson <gbenson@redhat.com>
4073
4074 * gdb.base/completion.exp: Disable completion limiting for
4075 existing tests. Add new tests to check completion limiting.
4076 * gdb.linespec/ls-errs.exp: Disable completion limiting.
4077
4078 2015-01-31 Doug Evans <xdje42@gmail.com>
4079
4080 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
4081
4082 2015-01-31 Doug Evans <xdje42@gmail.com>
4083
4084 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
4085 entries. Duplicate file section script entries.
4086 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
4087 inlined entries. Add test for safe-path rejection.
4088 * gdb.python/py-section-script.c: Add duplicate inlined section script
4089 entries. Duplicate file section script entries.
4090 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
4091 inlined entries. Add test for safe-path rejection.
4092
4093 2015-01-29 Joel Brobecker <brobecker@adacore.com>
4094
4095 * gdb.ada/disc_arr_bound: New testcase.
4096
4097 2015-01-29 Joel Brobecker <brobecker@adacore.com>
4098
4099 * gdb.ada/mi_var_array: New testcase.
4100
4101 2015-01-27 Doug Evans <dje@google.com>
4102
4103 * gdb.python/py-objfile.exp: Add tests for objfile.username.
4104 Add test for objfile.filename, objfile.username after objfile
4105 has been unloaded.
4106
4107 2015-01-26 Joel Brobecker <brobecker@adacore.com>
4108
4109 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
4110 the second test to print the name attribute of value
4111 returned by the call to gdb.lookup_type, and adjust
4112 the expected output accordingly.
4113
4114 2015-01-25 Mark Wielaard <mjw@redhat.com>
4115
4116 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
4117 * gdb.base/disp-step-fork.c: Include unistd.h.
4118 * gdb.base/siginfo-obj.c: Include stdio.h.
4119 * gdb.base/siginfo-thread.c: Likewise.
4120 * gdb.mi/non-stop.c: Include unistd.h.
4121 * gdb.mi/nsthrexec.c: Include stdio.h.
4122 * gdb.mi/pthreads.c: Include unistd.h.
4123 * gdb.modula2/unbounded1.c (main): Declare returns int.
4124 * gdb.reverse/consecutive-reverse.c: Likewise.
4125 * gdb.threads/create-fail.c: Include unistd.h.
4126 * gdb.threads/killed.c: Likewise.
4127 * gdb.threads/linux-dp.c: Likewise.
4128 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
4129 * gdb.threads/non-ldr-exc-2.c: Likewise.
4130 * gdb.threads/non-ldr-exc-3.c: Likewise.
4131 * gdb.threads/non-ldr-exc-4.c: Likewise.
4132 * gdb.threads/pthreads.c: Include unistd.h.
4133 (main): Declare returns int.
4134 * gdb.threads/tls-main.c (foo): New declaration.
4135 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
4136
4137 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4138
4139 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
4140 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
4141
4142 2015-01-15 Mark Wielaard <mjw@redhat.com>
4143
4144 * gdb.base/noreturn-return.c: New file.
4145 * gdb.base/noreturn-return.exp: New file.
4146 * gdb.base/noreturn-finish.c: New file.
4147 * gdb.base/noreturn-finish.exp: New file.
4148
4149 2015-01-23 Pedro Alves <palves@redhat.com>
4150
4151 * gdb.threads/continue-pending-after-query.c: New file.
4152 * gdb.threads/continue-pending-after-query.exp: New file.
4153
4154 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
4155 Simon Marchi <simon.marchi@ericsson.com>
4156
4157 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
4158 * gdb.base/valgrind-db-attach.exp: Same.
4159 * gdb.base/valgrind-infcall.exp: Same.
4160 * lib/mi-support.exp (default_mi_gdb_start): Same.
4161 * lib/prompt.exp (default_prompt_gdb_start): Same.
4162 * lib/gdb.exp (default_gdb_spawn): Same.
4163 (gdb_interact): New.
4164
4165
4166 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4167
4168 * gdb.compile/compile.exp (pointer to jit function): New test.
4169
4170 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
4171
4172 * lib/gdb.exp (supports_process_record): Return true for
4173 powerpc*-*-linux*.
4174 (supports_reverse): Likewise.
4175
4176 2015-01-15 Don Breazeal <donb@codesourcery.com>
4177
4178 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
4179 instead of checking whether the target board is remote and
4180 use spawn_wait_for_attach instead of exec/sleep.
4181 * gdb.base/attach-twice.exp: Likewise.
4182
4183 2015-01-15 Joel Brobecker <brobecker@adacore.com>
4184
4185 * gdb.ada/var_arr_attrs: New testcase.
4186
4187 2015-01-14 Pedro Alves <palves@redhat.com>
4188 Joel Brobecker <brobecker@adacore.com>
4189
4190 PR gdb/17525
4191 * gdb.base/bp-cmds-execution-x-script.c: New file.
4192 * gdb.base/bp-cmds-execution-x-script.exp: New file.
4193 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
4194
4195 2015-01-14 Pedro Alves <palves@redhat.com>
4196
4197 PR cli/17828
4198 * gdb.base/batch-preserve-term-settings.c: New file.
4199 * gdb.base/batch-preserve-term-settings.exp: New file.
4200
4201 2015-01-13 Doug Evans <dje@google.com>
4202
4203 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
4204 binary.
4205
4206 2015-01-13 Joel Brobecker <brobecker@adacore.com>
4207
4208 * Makefile.in (clean mostlyclean): Do not delete *.py.
4209
4210 2015-01-13 Joel Brobecker <brobecker@adacore.com>
4211
4212 * gdb.python/py-lookup-type.exp: New file.
4213
4214 2015-01-12 Pedro Alves <palves@redhat.com>
4215
4216 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
4217 restore GDBFLAGS before returning.
4218
4219 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4220
4221 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
4222 is_amd64_regs_target and is_x86_like_target.
4223
4224 2015-01-11 Doug Evans <xdje42@gmail.com>
4225
4226 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
4227 is given without an explicit form.
4228 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
4229 attributes.
4230 * gdb.dwarf/corrupt.exp: Ditto.
4231 * gdb.dwarf2/enum-type.exp: Ditto.
4232 * gdb.trace/entry-values.exp: Ditto.
4233 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
4234
4235 2015-01-11 Doug Evans <xdje42@gmail.com>
4236
4237 PR gdb/15830
4238 * gdb.base/maint.exp: Remove references to "maint demangle".
4239 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
4240 Add tests for explicitly specifying language to demangle.
4241 * gdb.dlang/demangle.exp: Ditto.
4242
4243 2015-01-09 Pedro Alves <palves@redhat.com>
4244
4245 * gdb.threads/non-stop-fair-events.c: New file.
4246 * gdb.threads/non-stop-fair-events.exp: New file.
4247
4248 2015-01-09 Pedro Alves <palves@redhat.com>
4249
4250 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
4251 the global scope. Set a breakpoint after all threads are started
4252 rather than stepping over two source lines. Expect the prompt.
4253 * gdb.base/watch_thread_num.c (threads_started_barrier): New
4254 global.
4255 (NUM): Now 15.
4256 (main): Use threads_started_barrier to wait for all threads to
4257 start. Main thread no longer calls thread_function. Exit after
4258 180 seconds.
4259 (loop): New function.
4260 (thread_function): Wait on threads_started_barrier barrier. Call
4261 'loop' at each iteration.
4262 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
4263 threads have started, instead of hardcoding number of "next"
4264 steps. Use an access watchpoint instead of a write watchpoint.
4265
4266 2015-01-09 Pedro Alves <palves@redhat.com>
4267
4268 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
4269 (thread_func): Wait on barrier.
4270 (main): Wait for all threads to start before stopping GDB.
4271 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
4272 global.
4273 (thread1_func, thread2_func): Wait on barrier.
4274 (main): Wait for all threads to start before stopping GDB.
4275 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
4276 New global.
4277 (thread1_func, thread2_func): Wait on barrier.
4278 (main): Wait for all threads to start before stopping GDB.
4279
4280 2015-01-09 Pedro Alves <palves@redhat.com>
4281
4282 * gdb.threads/attach-many-short-lived-threads.c: New file.
4283 * gdb.threads/attach-many-short-lived-threads.exp: New file.
4284
4285 2014-01-09 Pedro Alves <palves@redhat.com>
4286
4287 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
4288 instead of to thread 2.
4289 * gdb.threads/signal-command-multiple-signals-pending.c (main):
4290 Add barrier around each pthread_create call instead of around all
4291 calls.
4292 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
4293 Set a break on thread_function and have the child threads hit it
4294 one at at a time.
4295
4296 2015-01-09 Pedro Alves <palves@redhat.com>
4297
4298 * lib/gdb.exp (can_spawn_for_attach): New procedure.
4299 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
4300 false.
4301 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
4302 checking whether the target board is remote.
4303 * gdb.multi/multi-attach.exp: Likewise.
4304 * gdb.python/py-sync-interp.exp: Likewise.
4305 * gdb.server/ext-attach.exp: Likewise.
4306 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
4307 tests that need to attach, instead of checking whether the target
4308 board is remote at the top of the file.
4309
4310 2015-01-08 Yao Qi <yao@codesourcery.com>
4311
4312 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
4313
4314 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4315
4316 Fix testcase compilation.
4317 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
4318
4319 2015-01-06 Joel Brobecker <brobecker@adacore.com>
4320
4321 * gdb.python/py-type.exp: Add a couple test about empty
4322 array creation, and negative-length array creation.
4323
4324 2015-01-02 Doug Evans <xdje42@gmail.com>
4325
4326 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4327
4328 2015-01-02 Doug Evans <dje@google.com>
4329
4330 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
4331
4332 2014-12-29 Yao Qi <yao@codesourcery.com>
4333
4334 * gdb.trace/entry-values.exp: Update comments. Rename variable
4335 bar_call_foo to returned_from_foo.
4336
4337 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
4338
4339 PR gdb/17394
4340 * gdb.linespec/break-asm-file.c: New file.
4341 * gdb.linespec/break-asm-file.exp: New file.
4342 * gdb.linespec/break-asm-file0.s: New file.
4343 * gdb.linespec/break-asm-file1.s: New file.
4344
4345 2014-12-18 Nigel Stephens <nigel@mips.com>
4346 Maciej W. Rozycki <macro@codesourcery.com>
4347
4348 * gdb.base/float.exp: Handle the new output from "info float" on
4349 MIPS targets.
4350
4351 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4352
4353 Fix MinGW compilation.
4354 * gdb.compile/compile-ops.exp: Update untested message if
4355 !skip_compile_feature_tests.
4356 * gdb.compile/compile-setjmp.exp: Likewise.
4357 * gdb.compile/compile-tls.exp: Likewise.
4358 * gdb.compile/compile.exp: Likewise.
4359 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
4360 supported on this host".
4361
4362 2014-12-16 Doug Evans <xdje42@gmail.com>
4363
4364 * boards/stabs.exp: New file.
4365
4366 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
4367
4368 * gdb.base/completion.exp: Adjust to format changes of "maint
4369 print user-registers".
4370
4371 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
4372
4373 PR server/17457
4374 * gdb.arch/aarch64-fp.c: New file.
4375 * gdb.arch/aarch64-fp.exp: New file.
4376
4377 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4378
4379 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
4380 r210637, r210913, r211666, r215400, r215817).
4381
4382 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
4383 * dg-extract-results.py: New file.
4384 * dg-extract-results.sh: Use it if the environment seems
4385 suitable.
4386
4387 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
4388
4389 * dg-extract-results.py (parse_run): Handle warnings that
4390 are printed before a test harness is run.
4391
4392 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
4393
4394 * dg-extract-results.py (Named): Remove __cmp__ method.
4395 (output_variation): Use a key to sort variation.harnesses.
4396
4397 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
4398
4399 * dg-extract-results.py: For Python 3, force sys.stdout to
4400 handle surrogate escape sequences.
4401 (safe_open): New function.
4402 (output_segment, main): Use it.
4403
4404 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
4405
4406 * dg-extract-results.py (Prog.result_re): Include options
4407 in test name.
4408
4409 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
4410
4411 * dg-extract-results.py (output_variation): Always sort if
4412 do_sum.
4413
4414 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
4415
4416 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
4417 as long as we get pagination notifications.
4418
4419 2014-12-15 Jason Merrill <jason@redhat.com>
4420
4421 * Makefile.in (check-gdb.%): Restore.
4422 * README: Mention it.
4423
4424 2014-12-13 Joel Brobecker <brobecker@adacore.com>
4425
4426 * gdb.ada/str_uninit: New testcase.
4427
4428 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4429
4430 PR symtab/17642
4431 * gdb.base/vla-stub-define.c: New file.
4432 * gdb.base/vla-stub.c: New file.
4433 * gdb.base/vla-stub.exp: New file.
4434
4435 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
4436 Jan Kratochvil <jan.kratochvil@redhat.com>
4437 Tom Tromey <tromey@redhat.com>
4438
4439 * configure.ac: Add gdb.compile/.
4440 * configure: Regenerate.
4441 * gdb.compile/Makefile.in: New file.
4442 * gdb.compile/compile-ops.exp: New file.
4443 * gdb.compile/compile-ops.c: New file.
4444 * gdb.compile/compile-tls.c: New file.
4445 * gdb.compile/compile-tls.exp: New file.
4446 * gdb.compile/compile-constvar.S: New file.
4447 * gdb.compile/compile-constvar.c: New file.
4448 * gdb.compile/compile-mod.c: New file.
4449 * gdb.compile/compile-nodebug.c: New file.
4450 * gdb.compile/compile-setjmp-mod.c: New file.
4451 * gdb.compile/compile-setjmp.c: New file.
4452 * gdb.compile/compile-setjmp.exp: New file.
4453 * gdb.compile/compile-shlib.c: New file.
4454 * gdb.compile/compile.c: New file.
4455 * gdb.compile/compile.exp: New file.
4456 * lib/gdb.exp (skip_compile_feature_tests): New proc.
4457
4458 2014-12-12 Tom Tromey <tromey@redhat.com>
4459
4460 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
4461 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
4462
4463 2014-12-12 Doug Evans <dje@google.com>
4464
4465 * lib/gdb-python.exp (get_python_valueof): New function.
4466 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
4467
4468 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4469
4470 * gdb.base/completion.exp: Add test for completion of "info
4471 registers ".
4472
4473 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
4474
4475 * gdb.base/func-ptrs.c: New file.
4476 * gdb.base/func-ptrs.exp: New file.
4477
4478 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4479
4480 PR breakpoints/17012
4481 * gdb.base/dprintf-detach.c: New file.
4482 * gdb.base/dprintf-detach.exp: New file.
4483
4484 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
4485
4486 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
4487 * lib/gdb.exp (target_is_gdbserver): New procedure.
4488
4489 2014-12-08 Doug Evans <dje@google.com>
4490
4491 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
4492
4493 2014-12-05 Yao Qi <yao@codesourcery.com>
4494
4495 * gdb.guile/scm-error.exp: Remove the third argument to
4496 gdb_remote_download.
4497 * gdb.guile/scm-frame-args.exp: Likewise.
4498 * gdb.guile/scm-section-script.exp: Likewise.
4499
4500 2014-12-05 Yao Qi <yao@codesourcery.com>
4501
4502 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
4503
4504 2014-12-04 Doug Evans <dje@google.com>
4505
4506 * gdb.python/py-objfile.exp: Add tests for
4507 objfile.add_separate_debug_file.
4508
4509 2014-12-04 Doug Evans <dje@google.com>
4510
4511 * lib/gdb.exp (get_build_id): New function.
4512 (build_id_debug_filename_get): Rewrite to use it.
4513 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
4514
4515 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
4516
4517 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4518 `method(long)', not just 0x0.
4519 * gdb.cp/nsalias.exp: Align code labels to 4.
4520 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
4521 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
4522 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
4523 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
4524 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
4525 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
4526
4527 2014-12-02 Doug Evans <dje@google.com>
4528
4529 PR symtab/17602
4530 * gdb.cp/anon-ns.cc: Move guts of this file to ...
4531 * gdb.cp/anon-ns2.cc: ... here. New file.
4532 * gdb.cp/anon-ns.exp: Update.
4533
4534 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
4535
4536 * gdb.python/py-events.py (inferior_call_handler): New.
4537 (register_changed_handler, memory_changed_handler): New.
4538 (test_events.invoke): Register new handlers.
4539 * gdb.python/py-events.exp: Add tests for inferior call,
4540 memory_changed and register_changed events.
4541
4542 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4543
4544 * gdb.base/execl-update-breakpoints.exp: Specify the link address
4545 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
4546 if the linker doesn't understand this.
4547
4548 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
4549
4550 * gdb.python/python.exp: Change expected reply to help().
4551
4552 2014-12-01 Yao Qi <yao@codesourcery.com>
4553
4554 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
4555 AC_CONFIG_SUBDIRS(gdb.gdbtk).
4556 * configure: Re-generated.
4557
4558 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
4559
4560 * gdb.cp/chained-calls.cc: New file.
4561 * gdb.cp/chained-calls.exp: New file.
4562 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
4563
4564 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
4565
4566 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
4567 * gdb.dwarf2/symtab-producer.exp: Same.
4568 * gdb.gdb/python-interrupts.exp: Same.
4569 * gdb.gdb/python-selftest.exp: Same.
4570 * gdb.python/py-linetable.exp: Same.
4571 * gdb.python/py-type.exp: Same.
4572 * gdb.python/py-value-cc.exp: Same.
4573 * gdb.python/py-value.exp: Same.
4574
4575 2014-11-28 Yao Qi <yao@codesourcery.com>
4576
4577 * gdb.base/break-probes.exp: Match library name prefixed with
4578 sysroot.
4579
4580 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
4581
4582 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
4583 test expected output. Add parentheses for the call to print.
4584 Remove L suffix from integers.
4585
4586 2014-11-26 Doug Evans <dje@google.com>
4587
4588 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
4589
4590 2014-11-22 Yao Qi <yao@codesourcery.com>
4591
4592 * gdb.trace/entry-values.c: Remove asms.
4593 (foo): Add foo_label.
4594 (bar): Add bar_label.
4595 * gdb.trace/entry-values.exp: Remove code computing foo's
4596 length and bar's length.
4597 (Dwarf::assemble): Invoke function_range for bar and use
4598 MACRO_AT_func for foo.
4599
4600 2014-11-22 Yao Qi <yao@codesourcery.com>
4601
4602 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
4603 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
4604 Use .Lgcc43_procstart instead of gcc43.
4605
4606 2014-11-21 Joel Brobecker <brobecker@adacore.com>
4607
4608 * gdb.ada/n_arr_bound: New testcase.
4609
4610 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4611
4612 PR breakpoints/10737
4613 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
4614 test_catch_syscall_multi_arch.
4615 (test_catch_syscall_multi_arch): New function.
4616
4617 2014-11-20 Doug Evans <xdje42@gmail.com>
4618
4619 * gdb.base/maint.exp: Update expected output.
4620
4621 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4622
4623 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
4624 4-byte instruction on S390.
4625
4626 2014-11-19 Joel Brobecker <brobecker@adacore.com>
4627
4628 * gdb.ada/arr_arr: New testcase.
4629
4630 2014-11-19 Joel Brobecker <brobecker@adacore.com>
4631
4632 * gdb.ada/pkd_arr_elem: New Testcase.
4633
4634 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
4635
4636 * gdb.reverse/break-precsave: Expect completion message for
4637 core file reads.
4638 * gdb.reverse/consecutive-precsave.exp: Likewise.
4639 * gdb.reverse/finish-precsave.exp: Likewise.
4640 * gdb.reverse/i386-precsave.exp: Likewise.
4641 * gdb.reverse/machinestate-precsave.exp: Likewise.
4642 * gdb.reverse/sigall-precsave.exp: Likewise.
4643 * gdb.reverse/solib-precsave.exp: Likewise.
4644 * gdb.reverse/step-precsave.exp: Likewise.
4645 * gdb.reverse/until-precsave.exp: Likewise.
4646 * gdb.reverse/watch-precsave.exp: Likewise.
4647
4648 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4649
4650 * gdb.base/bp-permanent.c: Include unistd.h.
4651 * gdb.python/py-framefilter-mi.c (main): Add return type.
4652 * gdb.python/py-framefilter.c (main): Likewise.
4653 * gdb.trace/actions-changed.c (main): Likewise.
4654
4655 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4656
4657 * gdb.mi/until.c: Add eye-catchers.
4658 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
4659 line numbers.
4660
4661 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4662
4663 * gdb.base/condbreak.exp: Drop references to removed non-prototype
4664 function header variants in break1.c.
4665 * gdb.base/ena-dis-br.exp: Likewise.
4666 * gdb.base/hbreak2.exp: Likewise.
4667 * gdb.reverse/until-precsave.exp: Drop references to removed
4668 non-prototype function header variants in ur1.c.
4669 * gdb.reverse/until-reverse.exp: Likewise.
4670
4671 2014-11-17 Petr Machata <pmachata@redhat.com>
4672
4673 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
4674 ${_cu_offset_size} bytes abbrev offset.
4675
4676 2014-11-15 Doug Evans <xdje42@gmail.com>
4677
4678 PR symtab/17559
4679 * gdb.base/line-symtabs.exp: New file.
4680 * gdb.base/line-symtabs.c: New file.
4681 * gdb.base/line-symtabs.h: New file.
4682
4683 2014-11-14 Yao Qi <yao@codesourcery.com>
4684
4685 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
4686 (func): Add label func_label.
4687 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
4688 Replace low_pc and high_pc with MACRO_AT_range.
4689 Replace name, low_pc and high_pc with MACRO_AT_func.
4690
4691 2014-11-14 Yao Qi <yao@codesourcery.com>
4692
4693 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
4694 Replace name, low_pc and high_pc with MACRO_AT_func.
4695
4696 2014-11-14 Yao Qi <yao@codesourcery.com>
4697
4698 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
4699 produce debug information.
4700 * gdb.dwarf2/implptr-optimized-out.S: Removed.
4701
4702 2014-11-14 Yao Qi <yao@codesourcery.com>
4703
4704 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
4705 object and get function length.
4706 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
4707 with MACRO_AT_func.
4708 (top-level): Replace gdb_compile and clean_restart with
4709 prepare_for_testing.
4710 * gdb.dwarf2/main.c (main): Add label main_label.
4711
4712 2014-11-14 Yao Qi <yao@codesourcery.com>
4713
4714 * lib/dwarf.exp (function_range): New procedure.
4715 (Dwarf::_handle_macro_at_func): New procedure.
4716 (Dwarf::_handle_macro_at_range): New procedure.
4717 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
4718
4719 2014-11-14 Yao Qi <yao@codesourcery.com>
4720
4721 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
4722 (_handle_attribute): New procedure.
4723
4724 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4725
4726 * gdb.ada/cond_lang/foo.c (callme): Add return type.
4727 * gdb.base/call-sc.c (zed): Likewise.
4728 * gdb.base/checkpoint.c (main): Likewise.
4729 * gdb.base/dump.c (main): Likewise.
4730 * gdb.base/gcore.c (main): Likewise.
4731 * gdb.base/huge.c (main): Likewise.
4732 * gdb.base/multi-forks.c (main): Likewise.
4733 * gdb.base/pr10179-a.c (main): Likewise.
4734 * gdb.base/savedregs.c (main): Likewise.
4735 * gdb.base/sigaltstack.c (main): Likewise.
4736 * gdb.base/siginfo.c (main): Likewise.
4737 * gdb.base/structs.c (zed): Likewise.
4738 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
4739 * gdb.mi/mi-syn-frame.c (main): Likewise.
4740 * gdb.mi/until.c (foo, main): Likewise.
4741 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
4742 * gdb.base/solib-weak.c (foo): Declare.
4743 * gdb.base/attach-twice.c: Include stdio.h.
4744 * gdb.base/weaklib1.c: Likewise.
4745 * gdb.base/weaklib2.c: Likewise.
4746 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
4747 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
4748 unistd.h.
4749 * gdb.base/attach-pie-misread.c: Include stdlib.h.
4750 * gdb.mi/mi-exit-code.c: Likewise.
4751 * gdb.base/break-interp-lib.c: Include string.h.
4752 * gdb.base/coremaker.c: Likewise.
4753 * gdb.base/testenv.c: Likewise.
4754 * gdb.python/py-finish-breakpoint.c: Likewise.
4755 * gdb.base/inferior-died.c: Include sys/wait.h.
4756 * gdb.base/fileio.c: Include time.h.
4757 * gdb.base/async-shell.c: Include unistd.h.
4758 * gdb.base/dprintf-non-stop.c: Likewise.
4759 * gdb.base/info-os.c: Likewise.
4760 * gdb.mi/mi-console.c: Likewise.
4761 * gdb.mi/watch-nonstop.c: Likewise.
4762 * gdb.python/py-events.c: Likewise.
4763 * gdb.base/async.c (baz): Move up before its invocation.
4764 * gdb.base/code_elim2.c (my_global_func): Likewise.
4765 * gdb.base/skip-solib-lib.c (multiply): Likewise.
4766 * gdb.base/advance.c (func2): Likewise.
4767
4768 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4769
4770 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
4771 variant.
4772 * gdb.base/annota3.c: Likewise.
4773 * gdb.base/async.c: Likewise.
4774 * gdb.base/average.c: Likewise.
4775 * gdb.base/call-ar-st.c: Likewise.
4776 * gdb.base/call-rt-st.c: Likewise.
4777 * gdb.base/call-sc.c: Likewise.
4778 * gdb.base/call-strs.c: Likewise.
4779 * gdb.base/ending-run.c: Likewise.
4780 * gdb.base/execd-prog.c: Likewise.
4781 * gdb.base/exprs.c: Likewise.
4782 * gdb.base/foll-exec.c: Likewise.
4783 * gdb.base/foll-fork.c: Likewise.
4784 * gdb.base/foll-vfork.c: Likewise.
4785 * gdb.base/funcargs.c: Likewise.
4786 * gdb.base/gcore.c: Likewise.
4787 * gdb.base/jump.c: Likewise.
4788 * gdb.base/langs0.c: Likewise.
4789 * gdb.base/langs1.c: Likewise.
4790 * gdb.base/langs2.c: Likewise.
4791 * gdb.base/mips_pro.c: Likewise.
4792 * gdb.base/nodebug.c: Likewise.
4793 * gdb.base/opaque0.c: Likewise.
4794 * gdb.base/opaque1.c: Likewise.
4795 * gdb.base/recurse.c: Likewise.
4796 * gdb.base/run.c: Likewise.
4797 * gdb.base/scope0.c: Likewise.
4798 * gdb.base/scope1.c: Likewise.
4799 * gdb.base/setshow.c: Likewise.
4800 * gdb.base/setvar.c: Likewise.
4801 * gdb.base/shmain.c: Likewise.
4802 * gdb.base/shr1.c: Likewise.
4803 * gdb.base/shr2.c: Likewise.
4804 * gdb.base/sigall.c: Likewise.
4805 * gdb.base/signals.c: Likewise.
4806 * gdb.base/so-indr-cl.c: Likewise.
4807 * gdb.base/solib2.c: Likewise.
4808 * gdb.base/structs.c: Likewise.
4809 * gdb.base/sum.c: Likewise.
4810 * gdb.base/vforked-prog.c: Likewise.
4811 * gdb.base/watchpoint.c: Likewise.
4812 * gdb.reverse/shr2.c: Likewise.
4813 * gdb.reverse/until-reverse.c: Likewise.
4814 * gdb.reverse/ur1.c: Likewise.
4815 * gdb.reverse/watch-reverse.c: Likewise.
4816
4817 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4818
4819 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
4820 variant.
4821 * gdb.base/sepdebug.exp: Drop references to removed code.
4822
4823 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4824
4825 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
4826 variant. Preserve original line numbering.
4827 * gdb.base/list1.c: Likewise.
4828
4829 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4830
4831 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
4832 variant.
4833 * gdb.base/break1.c: Likewise.
4834 * gdb.base/break.exp: Drop references to removed code.
4835
4836 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4837
4838 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
4839 variant.
4840
4841 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4842
4843 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
4844
4845 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4846
4847 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
4848 logic into perform_all_tests() and invoke it with and without
4849 function header prototypes.
4850 (do_function_calls): Remove conditional XFAIL for PR 5318.
4851 (rerun_and_prepare): Remove duplicate code.
4852 (perform_all_tests): New. Main logic moved here.
4853
4854 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4855
4856 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
4857 code guarded by #ifdef NO_PROTOTYPES.
4858 (t_double_many_args): Likewise.
4859 (DEF_FUNC_MANY_ARGS_1): Likewise.
4860 (DEF_FUNC_VALUES_1): Likewise.
4861 (t_structs_ldc): Renamed from t_structs_fc in conditional code
4862 guarded by #ifdef PROTOTYPES.
4863
4864 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4865
4866 * gdb.mi/mi-console.c: Add eye-catcher.
4867 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
4868 instead of literal line number.
4869
4870 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4871
4872 * gdb.base/shr2.c: Add eye-catcher.
4873 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
4874 line number.
4875
4876 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4877
4878 * gdb.base/jump.c: Add eye-catchers.
4879 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
4880 numbers.
4881
4882 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4883
4884 * gdb.base/execd-prog.c: Add eye-catchers.
4885 * gdb.base/foll-exec.c: Likewise.
4886 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
4887 line numbers.
4888
4889 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4890
4891 * gdb.base/ending-run.c: Add eye-catchers.
4892 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
4893 literal line numbers.
4894
4895 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4896
4897 * gdb.base/call-rt-st.c: Add eye-catchers.
4898 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
4899 literal line numbers.
4900
4901 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4902
4903 * gdb.base/call-ar-st.c: Add eye-catchers.
4904 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
4905 literal line numbers.
4906
4907 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4908
4909 * gdb.base/average.c: Add eye-catchers.
4910 * gdb.base/sum.c: Likewise.
4911 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
4912 regexps dynamically.
4913
4914 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4915
4916 * gdb.base/solib1.c: Add eye-catchers.
4917 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
4918 literal line numbers.
4919
4920 2014-11-12 Pedro Alves <palves@redhat.com>
4921
4922 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4923 leader has exited.
4924
4925 2014-11-12 Pedro Alves <palves@redhat.com>
4926
4927 * gdb.arch/i386-bp_permanent.c: New file.
4928 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4929 (srcfile): Set to i386-bp_permanent.c.
4930 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4931 that stepi does not execute the 'leave' instruction, instead of
4932 testing it does execute.
4933 * gdb.base/bp-permanent.c: New file.
4934 * gdb.base/bp-permanent.exp: New file.
4935
4936 2014-11-10 Doug Evans <xdje42@gmail.com>
4937
4938 PR symtab/17564
4939 * gdb.base/symtab-search-order.exp: New file.
4940 * gdb.base/symtab-search-order.c: New file.
4941 * gdb.base/symtab-search-order-1.c: New file.
4942 * gdb.base/symtab-search-order-shlib-1.c: New file.
4943
4944 2014-11-07 Pedro Alves <palves@redhat.com>
4945
4946 PR gdb/17511
4947 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4948 i?86-*-linux*.
4949
4950 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4951
4952 PR c++/17494
4953 * gdb.cp/pr17494.cc: New file.
4954 * gdb.cp/pr17494.exp: New file.
4955
4956 2014-11-02 Yao Qi <yao@codesourcery.com>
4957
4958 * gdb.python/python.exp: Get working directory and match the
4959 output of "set extended-prompt \\w " with it.
4960
4961 2014-10-30 Doug Evans <dje@google.com>
4962
4963 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4964 in objfiles.
4965 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4966 in progspaces.
4967
4968 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
4969
4970 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4971 * gdb.base/realname-expand.exp: Likewise.
4972 * gdb.linespec/macro-relative.exp: Likewise.
4973
4974 2014-10-29 Pedro Alves <palves@redhat.com>
4975
4976 PR gdb/17408
4977 * gdb.threads/schedlock.c (some_function): New function.
4978 (call_function): New global.
4979 (MAYBE_CALL_SOME_FUNCTION): New macro.
4980 (thread_function): Call it.
4981 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4982 and use it instead of a global counter. Adjust all callers.
4983 (get_current_thread): Use "find current thread" for test message
4984 here rather than having all callers pass down the same string.
4985 (goto_loop): New procedure, factored out from ...
4986 (my_continue): ... this.
4987 (step_ten_loops): Change parameter from test message to command to
4988 use. Adjust.
4989 (list_count): Delete global.
4990 (check_result): New procedure, factored out from duplicate top
4991 level code.
4992 (continue tests): Wrap in with_test_prefix.
4993 (test_step): New procedure, factored out from duplicate top level
4994 code.
4995 (top level): Test "step" in combination with all scheduler-locking
4996 modes. Test "next" in combination with all scheduler-locking
4997 modes, and in combination with stepping over a function call or
4998 not.
4999 * gdb.threads/next-bp-other-thread.c: New file.
5000 * gdb.threads/next-bp-other-thread.exp: New file.
5001
5002 2014-10-29 Pedro Alves <palves@redhat.com>
5003
5004 PR python/17372
5005 * gdb.python/python.exp: Test a multi-line command that spawns
5006 interactive Python.
5007 * gdb.base/multi-line-starts-subshell.exp: New file.
5008
5009 2014-10-29 Yao Qi <yao@codesourcery.com>
5010
5011 * gdb.base/fileio.exp: Make directories on host.
5012
5013 2014-10-29 Yao Qi <yao@codesourcery.com>
5014
5015 * gdb.base/fileio.c (test_write): Close the file.
5016
5017 2014-10-28 Pedro Alves <palves@redhat.com>
5018
5019 PR gdb/12623
5020 * gdb.base/sigstep.c (no_handler): New global.
5021 (main): If 'no_handler is true, set the signal handlers to
5022 SIG_IGN.
5023 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
5024 with_sw_watch and no_handler parameters. Handle them.
5025 (top level) <stepping over handler when stopped at a breakpoint
5026 test>: Add a test axis for testing with a software watchpoint, and
5027 another for testing with the signal handler set to SIG_IGN.
5028 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
5029 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
5030
5031 2014-10-28 Pedro Alves <palves@redhat.com>
5032
5033 PR gdb/17511
5034 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
5035 * gdb.base/sigstep.exp (other_handler_location): New global.
5036 (advance): Support stepping into the signal handler, and running
5037 commands while in the handler.
5038 (in_handler_map): New global.
5039 (top level): In the advance test, add combinations for getting
5040 into the handler with stepping commands, and for running commands
5041 in the handler. Add comment descripting the advancei tests.
5042
5043 2014-10-28 Pedro Alves <palves@redhat.com>
5044
5045 * gdb.base/sigstep.exp: Use build_executable instead of
5046 prepare_for_testing.
5047 (top level): Move code that starts GDB, runs to main and creates a
5048 display to ...
5049 (restart): ... this new procedure.
5050 (top level): Move backtrace from signal handler test to ...
5051 (validate_backtrace): ... this new procedure.
5052 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
5053 with_test_prefix. Always restart GDB.
5054 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
5055 with_test_prefix. Always restart GDB. No need to delete
5056 breakpoints after the test.
5057 (test_skip_handler): Remove prefix parameter.
5058 (skip_over_handler, breakpoint_to_handler)
5059 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
5060 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
5061 restart GDB. No need to delete breakpoints after the test.
5062 (top level): Use foreach to call the test procedures with
5063 different commands.
5064
5065 2014-10-28 Pedro Alves <palves@redhat.com>
5066
5067 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
5068 instead of GNATS numbers.
5069 * gdb.base/sigbpt.exp: Likewise.
5070 * gdb.base/siginfo.exp: Likewise.
5071 * gdb.base/sigstep.exp: Likewise.
5072
5073 2014-10-27 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.base/sigstep.c (dummy): New global.
5076 (main): Issue a couple writes to the new global.
5077 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
5078 procedures.
5079 (skip_over_handler): Use test_skip_handler.
5080 (top level): Call skip_over_handler for stepi and nexti too.
5081 (breakpoint_over_handler): Use test_skip_handler.
5082 (top level): Call breakpoint_over_handler for stepi and nexti too.
5083
5084 2014-10-27 Yao Qi <yao@codesourcery.com>
5085
5086 * gdb.trace/tfile.c (adjust_function_address)
5087 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
5088 function descriptor.
5089
5090 2014-10-24 Don Breazeal <donb@codesourcery.com>
5091
5092 * gdb.base/foll-fork.exp (test_follow_fork,
5093 catch_fork_child_follow): Check for updated fork messages emitted
5094 from infrun.c.
5095 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
5096 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
5097 vfork_and_exec_child_follow_through_step): Check for updated vfork
5098 messages emitted from infrun.c.
5099
5100 2014-10-24 Pedro Alves <palves@redhat.com>
5101
5102 * gdb.base/corefile.exp: Remove references to ultrix.
5103 * gdb.base/interrupt.exp: Likewise.
5104 * gdb.base/whatis.exp: Likewise.
5105 * gdb.gdb/selftest.exp: Likewise.
5106 * gdb.threads/manythreads.exp: Likewise.
5107 * gdb.threads/print-threads.exp: Likewise.
5108 * gdb.threads/pthreads.exp:: Likewise.
5109 * gdb.threads/schedlock.exp: Likewise.
5110
5111 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
5112
5113 * gdb.cp/non-trivial-retval.cc: Add a test case.
5114 * gdb.cp/non-trivial-retval.exp: Add a test.
5115
5116 2014-10-20 Yao Qi <yao@codesourcery.com>
5117
5118 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
5119 * gdb.python/py-objfile-script-gdb.py: New file.
5120 * gdb.python/py-objfile-script.exp: Update reference to
5121 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
5122 of remote_download. Remove the dest file.
5123
5124 2014-10-20 Yao Qi <yao@codesourcery.com>
5125
5126 * gdb.base/checkpoint.exp: Don't remove file copied on host.
5127 * gdb.base/step-line.exp: Likewise.
5128 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5129 * gdb.dwarf2/dw2-basic.exp: Likewise.
5130 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5131 * gdb.dwarf2/dw2-filename.exp: Likewise.
5132 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5133 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5134 * gdb.dwarf2/dw2-producer.exp: Likewise.
5135 * gdb.dwarf2/mac-fileno.exp: Likewise.
5136 * gdb.python/py-frame-args.exp: Likewise.
5137 * gdb.python/py-framefilter.exp: Likewise.
5138 * gdb.python/py-mi.exp: Likewise.
5139 * gdb.python/py-objfile-script.exp: Likewise
5140 * gdb.python/py-pp-integral.exp: Likewise.
5141 * gdb.python/py-pp-re-notag.exp: Likewise.
5142 * gdb.python/py-prettyprint.exp: Likewise.
5143 * gdb.python/py-section-script.exp: Likewise.
5144 * gdb.python/py-typeprint.exp: Likewise.
5145 * gdb.python/py-xmethods.exp: Likewise.
5146 * gdb.stabs/weird.exp: Likewise.
5147 * gdb.xml/tdesc-regs.exp: Likewise.
5148
5149 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
5150
5151 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
5152 (out_cu): Use addr_len for the size of addresses.
5153 (out_line): Likewise. Size DW_LNE_set_address instruction
5154 according to addr_len.
5155 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
5156 (FUNC): Add START_INSNS to definition.
5157
5158 2014-10-18 Yao Qi <yao@codesourcery.com>
5159
5160 * gdb.base/argv0-symlink.exp: Check argv[0] value if
5161 gdb_has_argv0 return true.
5162 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
5163 check [target_info exists noargs], check [gdb_has_argv0]
5164 instead.
5165 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5166 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
5167 procedures.
5168
5169 2014-10-17 Doug Evans <dje@google.com>
5170
5171 * gdb.python/py-events.exp: Update expected output for clear_objfiles
5172 event.
5173 * gdb.python/py-events.py: Add clear_objfiles event.
5174
5175 2014-10-17 Doug Evans <dje@google.com>
5176
5177 * gdb.python/py-objfile.exp: Test progspace attribute.
5178
5179 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
5180
5181 * gdb.guile/scm-breakpoint.exp: Do not assume any
5182 directory separators when matching source file paths.
5183 * gdb.python/py-breakpoint.exp: Likewise.
5184 * gdb.reverse/break-precsave.exp: Likewise.
5185 * gdb.reverse/break-reverse.exp: Likewise.
5186 * gdb.reverse/consecutive-precsave.exp: Likewise.
5187 * gdb.reverse/finish-precsave.exp: Likewise.
5188 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5189 * gdb.reverse/finish-reverse.exp: Likewise.
5190 * gdb.reverse/i386-precsave.exp: Likewise.
5191 * gdb.reverse/i387-env-reverse.exp: Likewise.
5192 * gdb.reverse/i387-stack-reverse.exp: Likewise.
5193 * gdb.reverse/machinestate-precsave.exp: Likewise.
5194 * gdb.reverse/machinestate.exp: Likewise.
5195 * gdb.reverse/sigall-precsave.exp: Likewise.
5196 * gdb.reverse/solib-precsave.exp: Likewise.
5197 * gdb.reverse/step-precsave.exp: Likewise.
5198 * gdb.reverse/until-precsave.exp: Likewise.
5199 * gdb.reverse/watch-precsave.exp: Likewise.
5200 * gdb.reverse/watch-reverse.exp: Likewise.
5201
5202 2014-10-17 Yao Qi <yao@codesourcery.com>
5203
5204 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
5205 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
5206
5207 2014-10-17 Pedro Alves <palves@redhat.com>
5208
5209 PR gdb/17471
5210 * gdb.base/bg-execution-repeat.c: New file.
5211 * gdb.base/bg-execution-repeat.exp: New file.
5212
5213 2014-10-17 Pedro Alves <palves@redhat.com>
5214
5215 PR gdb/17300
5216 * gdb.base/continue-all-already-running.c: New file.
5217 * gdb.base/continue-all-already-running.exp: New file.
5218
5219 2014-10-17 Pedro Alves <palves@redhat.com>
5220
5221 PR gdb/17472
5222 * gdb.base/annota-input-while-running.c: New file.
5223 * gdb.base/annota-input-while-running.exp: New file.
5224
5225 2014-10-17 Pedro Alves <palves@redhat.com>
5226
5227 * gdb.base/callfuncs.exp: emove references to osf.
5228 * gdb.base/sigall.exp: Likewise.
5229 * gdb.gdb/selftest.exp: Likewise.
5230 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
5231 * gdb.mi/non-stop.c: Likewise.
5232 * gdb.mi/pthreads.c: Likewise.
5233 * gdb.reverse/sigall-precsave.exp: Likewise.
5234 * gdb.reverse/sigall-reverse.exp: Likewise.
5235 * gdb.threads/pthreads.c: Likewise.
5236 * gdb.threads/pthreads.exp: Likewise.
5237
5238 2014-10-17 Yao Qi <yao@codesourcery.com>
5239
5240 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
5241 check 'target_info exists noargs'.
5242 (test_command_prompt_position): Likewise.
5243 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
5244 Remove "set args".
5245 (progvar_simple_while_test): Likewise.
5246 (progvar_complex_if_while_test): Likewise.
5247 (if_while_breakpoint_command_test): Likewise.
5248 (infrun_breakpoint_command_test): Likewise.
5249 (breakpoint_command_test): Likewise.
5250 (watchpoint_command_test): Likewise.
5251 (bp_deleted_in_command_test): Likewise.
5252 (temporary_breakpoint_commands): Likewise.
5253
5254 2014-10-16 Yao Qi <yao@codesourcery.com>
5255
5256 * gdb.base/remotetimeout.exp: Remove noargs checking.
5257
5258 2014-10-15 Pedro Alves <palves@redhat.com>
5259
5260 PR breakpoints/9649
5261 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
5262 * gdb.base/breakpoint-in-ro-region.exp
5263 (probe_target_hardware_step): New procedure.
5264 (top level): Probe hardware stepping and hardware breakpoint
5265 support. Test stepping through a read-only region, with both
5266 "breakpoint auto-hw" on and off and both "always-inserted" on and
5267 off.
5268
5269 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
5270
5271 * gdb.dlang/demangle.exp: Update for demangling changes.
5272
5273 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5274
5275 * gdb.cp/non-trivial-retval.cc: Add new test cases.
5276 * gdb.cp/non-trivial-retval.exp: Add new tests.
5277
5278 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
5279
5280 PR c++/13403
5281 PR c++/15154
5282 * gdb.cp/non-trivial-retval.cc: New file.
5283 * gdb.cp/non-trivial-retval.exp: New file.
5284
5285 2014-10-15 Yao Qi <yao@codesourcery.com>
5286
5287 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
5288 remote host.
5289
5290 2014-10-15 Yao Qi <yao@codesourcery.com>
5291
5292 * gdb.python/py-symbol.exp: Match file base name if host is
5293 remote, otherwise match file name with dir name.
5294 * gdb.python/py-symtab.exp: Likewise.
5295 * gdb.python/python.exp: Likewise.
5296
5297 2014-10-15 Yao Qi <yao@codesourcery.com>
5298
5299 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
5300 pattern.
5301 * gdb.python/py-symtab.exp: Likewise.
5302 * gdb.python/python.exp: Remove trailing ".*". Fix typo
5303 locationn.
5304
5305 2014-10-14 Joel Brobecker <brobecker@adacore.com>
5306
5307 * gdb.ada/addr_arith: New testcase.
5308
5309 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
5310
5311 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
5312 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
5313 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
5314 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
5315
5316 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
5317
5318 * gdb.arch/stap-eval-lang-ada.S: Likewise.
5319 * gdb.arch/stap-eval-lang-ada.c: Likewise.
5320 * gdb.arch/stap-eval-lang-ada.exp: New file.
5321
5322 2014-10-14 Yao Qi <yao@codesourcery.com>
5323
5324 * gdb.mi/mi-var-child.c (nothing1): New function.
5325 (nothing2): New function.
5326 (do_children_tests): Set function pointers by nothing1 and
5327 nothing2.
5328 * gdb.mi/mi-var-child.exp: Step over new added statements.
5329 Update test to match the new output.
5330 * gdb.mi/var-cmd.c (nothing1): New function.
5331 (nothing2): New function.
5332 (do_children_tests): Set function pointers by nothing1 and
5333 nothing2.
5334 * gdb.mi/mi-var-display.exp: Update test to match output.
5335 Step to the line specified by $line_dct_nothing.
5336 Increase the number of lines to step.
5337
5338 2014-10-14 Yao Qi <yao@codesourcery.com>
5339
5340 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
5341 tests.
5342 * gdb.mi/mi2-var-child.exp: Likewise.
5343
5344 2014-10-13 Doug Evans <dje@google.com>
5345
5346 * gdb.python/py-objfile.exp: Change name of file name test.
5347
5348 2014-10-13 Doug Evans <dje@google.com>
5349
5350 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
5351 from the start of the CU.
5352
5353 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5354 Yao Qi <yao@codesourcery.com>
5355
5356 Fix "save breakpoints" for "catch" command.
5357 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
5358 Remove -nonewline. Match also the added "main" line.
5359
5360 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5361
5362 Fix "save breakpoints" for "disable $bpnum" command.
5363 * gdb.base/save-bp.c (main): Add label.
5364 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
5365
5366 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5367
5368 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
5369
5370 2014-10-11 Yao Qi <yao@codesourcery.com>
5371
5372 * gdb.server/server-kill.exp: Execute command
5373 "set remote trace-status-packet on" before "tstatus".
5374
5375 2014-10-11 Yao Qi <yao@codesourcery.com>
5376
5377 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
5378 (main): Call getppid.
5379 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
5380 and continue to it. Read variable "server_pid".
5381
5382 2014-10-11 Yao Qi <yao@codesourcery.com>
5383
5384 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
5385
5386 2014-10-11 Yao Qi <yao@codesourcery.com>
5387
5388 * gdb.threads/thread-find.exp: Don't execute command
5389 "info threads".
5390 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
5391 * gdb.threads/linux-dp.exp: Don't check the condition
5392 $threads_created equals to zero.
5393
5394 2014-10-10 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.base/bigcore.exp: Remove references to IRIX.
5397 * gdb.base/funcargs.exp: Likewise.
5398 * gdb.base/interrupt.exp: Likewise.
5399 * gdb.base/mips_pro.exp: Likewise.
5400 * gdb.base/nodebug.exp: Likewise.
5401 * gdb.base/setvar.exp: Likewise.
5402 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
5403
5404 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5405 Pedro Alves <palves@redhat.com>
5406
5407 PR symtab/14466
5408 * gdb.base/vdso-warning.c: New file.
5409 * gdb.base/vdso-warning.exp: New file.
5410
5411 2014-10-02 Doug Evans <dje@google.com>
5412
5413 * gdb.base/structs.c (main): Don't run forever.
5414
5415 2014-10-02 Pedro Alves <palves@redhat.com>
5416
5417 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
5418 (top level) <stop threads 1, stop threads 2>: Use it.
5419
5420 2014-10-02 Pedro Alves <palves@redhat.com>
5421
5422 * gdb.threads/break-while-running.exp (test): Add new
5423 'update_thread_list' argument. Skip "info threads" if false.
5424 (top level): Add new 'update_thread_list' axis.
5425
5426 2014-10-02 Pedro Alves <palves@redhat.com>
5427
5428 PR breakpoints/17431
5429 * gdb.base/execl-update-breakpoints.c: New file.
5430 * gdb.base/execl-update-breakpoints.exp: New file.
5431
5432 2014-10-01 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.base/breakpoint-in-ro-region.c: New file.
5435 * gdb.base/breakpoint-in-ro-region.exp: New file.
5436
5437 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
5438
5439 * gdb.mi/mi-exit-code.exp: New file.
5440 * gdb.mi/mi-exit-code.c: New file.
5441
5442 2014-09-30 Yao Qi <yao@codesourcery.com>
5443
5444 * lib/prelink-support.exp (build_executable_own_libs): Error if
5445 the target isn't native.
5446
5447 2014-09-30 Yao Qi <yao@codesourcery.com>
5448
5449 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
5450 false.
5451
5452 2014-09-22 Pedro Alves <palves@redhat.com>
5453
5454 * gdb.threads/break-while-running.exp: New file.
5455 * gdb.threads/break-while-running.c: New file.
5456
5457 2014-09-19 Yao Qi <yao@codesourcery.com>
5458
5459 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
5460 Invoke test. Restart GDB with --readnow and invoke test again.
5461
5462 2014-09-19 Yao Qi <yao@codesourcery.com>
5463
5464 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
5465 proc set_breakpoint_on_gcd_function. Invoke
5466 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
5467 invoke set_breakpoint_on_gcd_function again.
5468
5469 2014-09-18 Doug Evans <dje@google.com>
5470
5471 * gdb.dwarf2/symtab-producer.exp: New file.
5472
5473 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5474
5475 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
5476 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
5477 * gdb.base/global-var-nested-by-dso.c: Likewise.
5478 * gdb.base/global-var-nested-by-dso.exp: Likewise.
5479
5480 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
5481 Pedro Alves <palves@redhat.com>
5482
5483 * gdb.base/watch-bitfields.exp: Pass string other than test file
5484 name to prepare_for_testing.
5485 (watch): New procedure.
5486 (expect_watchpoint): Use with_test_prefix.
5487 (top level): Factor out tests to ...
5488 (test_watch_location, test_regular_watch): ... these new
5489 procedures, and use with_test_prefix and gdb_continue_to_end.
5490
5491 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
5492
5493 PR breakpoints/12526
5494 * gdb.base/watch-bitfields.exp: New file.
5495 * gdb.base/watch-bitfields.c: New file.
5496
5497 2014-09-16 Pedro Alves <palves@redhat.com>
5498
5499 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
5500 software and hardware addresses, not software address against
5501 itself.
5502
5503 2014-09-16 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
5506 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
5507
5508 2014-09-16 Pedro Alves <palves@redhat.com>
5509
5510 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
5511 files.
5512 * gdb.base/a2-run.exp: Remove all code guarded by istarget
5513 "*-*-vxworks*" throughout.
5514 * gdb.base/break.exp: Likewise.
5515 * gdb.base/default.exp: Likewise.
5516 * gdb.base/scope.exp: Likewise.
5517 * gdb.base/sepdebug.exp: Likewise.
5518 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
5519 throughout.
5520 * gdb.base/run.c: Likewise.
5521 * gdb.base/sepdebug.c: Likewise.
5522 * gdb.hp/gdb.aCC/run.c: Likewise.
5523 * gdb.reverse/until-reverse.c: Likewise.
5524 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
5525
5526 2014-09-16 Yao Qi <yao@codesourcery.com>
5527
5528 * boards/local-remote-host-native.exp: New file.
5529
5530 2014-09-14 Doug Evans <xdje42@gmail.com>
5531
5532 * gdb.threads/queue-signal.c (thread_count): New variable.
5533 (thread_count_mutex, thread_count_condvar): New variables.
5534 (incr_thread_count, wait_all_threads_running): New functions.
5535 (main): Wait for all threads to be in their thread functions.
5536
5537 2014-09-13 Doug Evans <xdje42@gmail.com>
5538
5539 * gdb.threads/queue-signal.c: New file.
5540 * gdb.threads/queue-signal.exp: New file.
5541
5542 2014-09-13 Doug Evans <xdje42@gmail.com>
5543
5544 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
5545 be consistent with what default_gdb_init uses.
5546 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
5547 the plain text of the prompt. Add some logging printfs.
5548 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
5549
5550 2014-09-12 Pedro Alves <palves@redhat.com>
5551
5552 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
5553 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
5554 * gdb.arch/i386-size-overlap.exp: Likewise.
5555 * gdb.arch/i386-size.exp: Likewise.
5556 * gdb.arch/i386-unwind.exp: Likewise.
5557 * gdb.base/a2-run.exp: Likewise.
5558 * gdb.base/break.exp: Likewise.
5559 * gdb.base/charset.exp: Likewise.
5560 * gdb.base/chng-syms.exp: Likewise.
5561 * gdb.base/commands.exp: Likewise.
5562 * gdb.base/dbx.exp: Likewise.
5563 * gdb.base/find.exp: Likewise.
5564 * gdb.base/funcargs.exp: Likewise.
5565 * gdb.base/jit-simple.exp: Likewise.
5566 * gdb.base/reread.exp: Likewise.
5567 * gdb.base/sepdebug.exp: Likewise.
5568 * gdb.base/step-bt.exp: Likewise.
5569 * gdb.cp/mb-inline.exp: Likewise.
5570 * gdb.cp/mb-templates.exp: Likewise.
5571 * gdb.objc/basicclass.exp: Likewise.
5572 * gdb.threads/killed.exp: Likewise.
5573
5574 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5575
5576 PR tdep/17379
5577 * gdb.arch/powerpc-stackless.S: New file.
5578 * gdb.arch/powerpc-stackless.exp: New file.
5579
5580 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5581
5582 * gdb.base/attach.c: Include unistd.h.
5583 (main): Call alarm. Add label postloop.
5584 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
5585 gdb_breakpoint, gdb_continue_to_breakpoint.
5586 (test_command_line_attach_run): Kill ${testpid} in one exit path.
5587
5588 2014-09-11 Pedro Alves <palves@redhat.com>
5589
5590 PR gdb/17347
5591 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
5592 * gdb.base/attach.exp (test_command_line_attach_run): New
5593 procedure.
5594 (top level): Call it.
5595
5596 2014-09-11 Pedro Alves <palves@redhat.com>
5597
5598 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
5599 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
5600 (do_command_attach_tests): Use spawn_wait_for_attach.
5601 * gdb.base/solib-overlap.exp: Likewise.
5602 * gdb.multi/multi-attach.exp: Likewise.
5603 * gdb.python/py-prompt.exp: Likewise.
5604 * gdb.python/py-sync-interp.exp: Likewise.
5605 * gdb.server/ext-attach.exp: Likewise.
5606
5607 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
5608
5609 * gdb.fortran/array-element.exp: Remove unexpected "continue"
5610 command in testcase. Simplify testcase.
5611
5612 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5613
5614 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
5615
5616 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5617
5618 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
5619
5620 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5621
5622 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
5623
5624 2014-09-10 Joel Brobecker <brobecker@adacore.com>
5625
5626 * gdb.dwarf2/dynarr-ptr.c: New file.
5627 * gdb.dwarf2/dynarr-ptr.exp: New file.
5628
5629 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5630
5631 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
5632 of 30 rather than hardcoding 120 for a slow test case. Take the
5633 `gdb,timeout' target setting into account for this calculation.
5634 Don't extend the timeout for the test cases that don't need it.
5635
5636 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5637
5638 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
5639 a factor of 2 for a slow test case. Take the `gdb,timeout'
5640 target setting into account for this calculation.
5641 * gdb.reverse/until-precsave.exp: Increase the timeout by
5642 a factor of 15 and 3 respectively rather than adding 120
5643 for a pair of slow test cases. Take the `gdb,timeout'
5644 target setting into account for this calculation.
5645
5646 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5647
5648 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
5649 timeout, don't pass one down to gdb_expect.
5650 (gdb_expect): Rework timeout selection.
5651
5652 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5653
5654 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
5655 exception on timeout.
5656 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
5657 (gdbserver_start_extended): Catch any `gdbserver_start' error
5658 exceptions.
5659 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
5660 * lib/mi-support.exp (mi_gdb_target_load): Catch any
5661 `gdbserver_gdb_load' error exceptions.
5662
5663 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
5664
5665 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
5666 120 on waiting for the TCP socket to open.
5667
5668 2014-09-09 Doug Evans <xdje42@gmail.com>
5669
5670 * gdb.base/default.exp (show_conv_list): Add _caller_is,
5671 _caller_matches, _any_caller_is, _any_caller_matches.
5672
5673 2014-09-09 Doug Evans <xdje42@gmail.com>
5674
5675 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
5676
5677 2014-09-09 Yao Qi <yao@codesourcery.com>
5678
5679 * gdb.mi/mi-var-display.exp: Set print symbol off.
5680
5681 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
5682
5683 PR gdb/17035
5684 * gdb.base/commands.exp: Add tests to verify user-defined
5685 commands with empty bodies.
5686 * gdb.python/py-cmd.exp: Test that we don't show user-defined
5687 python commands in `show user command`.
5688 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
5689 scheme commands in `show user command`.
5690
5691 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5692
5693 PR python/17355
5694 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
5695 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
5696 * gdb.python/py-framefilter-invalidarg.exp: New file.
5697 * gdb.python/py-framefilter-invalidarg.py: New file.
5698
5699 2014-09-06 Doug Evans <xdje42@gmail.com>
5700
5701 PR 15276
5702 * gdb.python/py-caller-is.c: New file.
5703 * gdb.python/py-caller-is.exp: New file.
5704
5705 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
5706
5707 PR gdb/17235
5708 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
5709 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
5710
5711 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
5712
5713 PR fortran/17237
5714 * gdb.fortran/print-formatted.exp: New file.
5715 * gdb.fortran/print-formatted.f90: Likewise.
5716
5717 2014-09-03 Sasha Smundak <asmundak@google.com>
5718
5719 * gdb.python/py-frame.exp: Test Frame.read_register.
5720
5721 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
5722
5723 PR python/16699
5724 * gdb.python/py-completion.exp: New file.
5725 * gdb.python/py-completion.py: Likewise.
5726
5727 2014-08-28 Doug Evans <dje@google.com>
5728
5729 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
5730 eax,etc. are live with values set by gdb and thus the compiler can't
5731 use them.
5732 * gdb.arch/i386-pseudo.c (main): Ditto.
5733
5734 2014-08-27 Doug Evans <dje@google.com>
5735
5736 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
5737
5738 2014-08-25 Doug Evans <dje@google.com>
5739
5740 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
5741 (main): Ditto.
5742
5743 2014-08-25 Doug Evans <dje@google.com>
5744
5745 * gdb.threads/thread-execl.exp: #include <stdio.h>.
5746
5747 2014-08-24 Yao Qi <yao@codesourcery.com>
5748
5749 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
5750 symbol off.
5751 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
5752
5753 2014-08-22 Doug Evans <dje@google.com>
5754
5755 PR 17276
5756 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
5757 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
5758 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
5759
5760 2014-08-22 Yao Qi <yao@codesourcery.com>
5761
5762 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
5763 * gdb.python/py-finish-breakpoint2.exp: Likewise.
5764 * gdb.python/python.exp: Likewise. Use .py file on the host
5765 instead of the build.
5766
5767 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5768
5769 * gdb.threads/gcore-stale-thread.c: New file.
5770 * gdb.threads/gcore-stale-thread.exp: New file.
5771
5772 2014-08-21 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
5775 * gdb.base/gcore-relro-pie.exp: Likewise.
5776 * gdb.base/gcore-relro.exp: Likewise.
5777 * gdb.base/gcore.exp: Likewise.
5778 * gdb.base/print-symbol-loading.exp: Likewise.
5779 * gdb.threads/gcore-thread.exp: Likewise.
5780 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
5781
5782 2014-08-20 Pedro Alves <palves@redhat.com>
5783 Jan Kratochvil <jan.kratochvil@redhat.com>
5784
5785 * Makefile.in (EXTRA_RULES, CC): New variables, get from
5786 configure.
5787 (EXPECT): Handle READ1 being set.
5788 (all): Depend on EXTRA_RULES.
5789 (check-read1, expect-read1, read1.so, read1): New rules.
5790 * README (Testsuite Parameters): Document the READ1 make variable.
5791 (Race detection): New section.
5792 * configure: Regenerate.
5793 * configure.ac: If build==host==target, and running under a
5794 GNU/glibc system, add read1 to the extra Makefile rules.
5795 (EXTRA_RULES): AC_SUBST it.
5796 * lib/read1.c: New file.
5797
5798 2014-08-20 Joel Brobecker <brobecker@adacore.com>
5799
5800 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
5801 the handling of variables declared as a typedef to an array
5802 which a DW_AT_data_location attribute.
5803
5804 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
5805 Pedro Alves <palves@redhat.com>
5806
5807 PR symtab/14604
5808 PR symtab/14605
5809 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
5810 gdb_test.
5811
5812 2014-08-19 Pedro Alves <palves@redhat.com>
5813
5814 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
5815
5816 2014-08-19 Yao Qi <yao@codesourcery.com>
5817
5818 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
5819 right line.
5820
5821 2014-08-18 David Blaikie <dblaikie@gmail.com>
5822
5823 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
5824
5825 2014-08-18 Joel Brobecker <brobecker@adacore.com>
5826
5827 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
5828 attribute in array range.
5829
5830 2014-08-18 Joel Brobecker <brobecker@adacore.com>
5831
5832 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
5833
5834 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5835
5836 PR c++/17132
5837 * gdb.cp/pr17132.cc: New file.
5838 * gdb.cp/pr17132.exp: New file.
5839
5840 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
5841
5842 * gdb.python/py-xmethods.py (A_getarrayind)
5843 (E_method_char_worker.__call__, E_method_int_worker.__call__):
5844 Use 'print' with function call syntax.
5845 (E_method_matcher.match): Fix tab vs space indentation mixup.
5846
5847 2014-08-15 Yao Qi <yao@codesourcery.com>
5848
5849 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
5850 false.
5851
5852 2014-08-15 Yao Qi <yao@codesourcery.com>
5853
5854 * gdb.cp/casts.exp: Set print symbol off.
5855 * gdb.cp/class2.exp: Likewise.
5856 * gdb.cp/overload.exp: Likewise.
5857 * gdb.cp/templates.exp: Likewise.
5858
5859 2014-08-11 Doug Evans <dje@google.com>
5860
5861 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5862 (test_load_shlib): Update.
5863
5864 2014-08-09 Yao Qi <yao@codesourcery.com>
5865
5866 * gdb.base/display.exp: Invoke is_address_zero_readable.
5867 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
5868 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
5869 * gdb.base/hbreak-unmapped.exp: Return if
5870 is_address_zero_readable returns true.
5871 * gdb.base/signest.exp: Likewise.
5872 * gdb.base/signull.exp: Likewise.
5873 * gdb.base/sigbpt.exp: Likewise.
5874 * gdb.guile/scm-disasm.exp: Do the test if
5875 is_address_zero_readable returns false.
5876 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
5877 * gdb.python/py-arch.exp: Likewise.
5878 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
5879 * lib/gdb.exp (is_address_zero_readable): New proc.
5880
5881 2014-08-09 Yao Qi <yao@codesourcery.com>
5882
5883 PR testsuite/13443
5884 * gdb.mi/mi-var-display.exp: Make test messages unique.
5885
5886 2014-08-04 Tom Tromey <tromey@redhat.com>
5887
5888 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
5889 target 0".
5890
5891 2014-08-04 Tom Tromey <tromey@redhat.com>
5892
5893 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
5894 "target_resume".
5895
5896 2014-08-01 Joel Brobecker <brobecker@adacore.com>
5897
5898 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
5899 inner_vla_struct_object_size.
5900 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
5901 as xfail.
5902
5903 2014-07-30 Pedro Alves <palves@redhat.com>
5904
5905 * gdb.threads/signal-command-handle-nopass.exp (test): Add
5906 comment.
5907
5908 2014-07-29 Yao Qi <yao@codesourcery.com>
5909
5910 PR gdb/17206
5911 * gdb.base/until-nodebug.exp: New.
5912
5913 2014-07-28 Doug Evans <xdje42@gmail.com>
5914
5915 PR guile/17203
5916 * gdb.guile/scm-parameter.exp: Add tests for trying to create
5917 previously existing parameter, and previously ambiguously spelled
5918 parameter.
5919
5920 2014-07-28 Will Newton <will.newton@linaro.org>
5921
5922 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5923
5924 2014-07-26 Ludovic Courtès <ludo@gnu.org>
5925 Doug Evans <xdje42@gmail.com>
5926
5927 PR guile/17146
5928 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5929
5930 2014-07-25 Pedro Alves <palves@redhat.com>
5931
5932 * gdb.threads/signal-command-handle-nopass.c: New file.
5933 * gdb.threads/signal-command-handle-nopass.exp: New file.
5934 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5935 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5936 * gdb.threads/signal-delivered-right-thread.c: New file.
5937 * gdb.threads/signal-delivered-right-thread.exp: New file.
5938
5939 2014-07-25 Pedro Alves <palves@redhat.com>
5940
5941 * gdb.base/double-prompt-target-event-error.exp
5942 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5943 match.
5944 (cancel_pagination_in_target_event): Rework double prompt
5945 detection.
5946 * gdb.base/paginate-after-ctrl-c-running.exp
5947 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5948 <return>' match.
5949 * gdb.base/paginate-bg-execution.exp
5950 (test_bg_execution_pagination_return)
5951 (test_bg_execution_pagination_cancel): Remove '-notransfer
5952 <return>' matches.
5953 * gdb.base/paginate-execution-startup.exp
5954 (test_fg_execution_pagination_return)
5955 (test_fg_execution_pagination_cancel): Remove '-notransfer
5956 <return>' matches.
5957 * gdb.base/paginate-inferior-exit.exp
5958 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5959 match.
5960 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5961 * lib/gdb.exp (pagination_prompt): Run text through
5962 string_to_regexp.
5963 (gdb_test_multiple): Match $pagination_prompt instead of
5964 "<return>".
5965 (string_to_regexp): Move to lib/gdb-utils.exp.
5966
5967 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5968
5969 * gdb.arch/amd64-entry-value-paramref.S: New file.
5970 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5971 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5972 * gdb.arch/amd64-optimout-repeat.S: New file.
5973 * gdb.arch/amd64-optimout-repeat.c: New file.
5974 * gdb.arch/amd64-optimout-repeat.exp: New file.
5975
5976 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5977
5978 PR gdb/17170
5979 * gdb.base/statistics.exp: New file.
5980
5981 2014-07-17 Doug Evans <dje@google.com>
5982
5983 PR gdb/17170
5984 * gdb.base/maint.exp: Update testing of per-command stats.
5985
5986 2014-07-16 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5989 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5990 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5991 (tfile_write_buf): New functions.
5992 (add_memory_block): Rewrite using the above.
5993 (adjust_function_address): New function.
5994 (FUNCTION_ADDRESS): New macro.
5995 (write_basic_trace_file): Remove short_x local, and use
5996 tfile_write_16. Change type of func_addr local to unsigned long
5997 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5998 here. Cast argument of add_memory_block to char pointer.
5999 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
6000 (main): Remove parameters.
6001 * gdb.trace/tfile.exp: Remove nowarnings.
6002
6003 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
6004
6005 * gdb.base/debug-expr.exp: Test string evaluation with
6006 "debug expression" on.
6007
6008 2014-07-15 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.base/reread.exp: Use clean_restart.
6011
6012 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
6013
6014 * gdb.arch/avr-flash-qualifer.c: New.
6015 * gdb.arch/avr-flash-qualifer.exp: New.
6016
6017 2014-07-14 Pedro Alves <palves@redhat.com>
6018
6019 * gdb.base/paginate-after-ctrl-c-running.c: New file.
6020 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
6021
6022 2014-07-14 Pedro Alves <palves@redhat.com>
6023
6024 * gdb.base/double-prompt-target-event-error.c: New file.
6025 * gdb.base/double-prompt-target-event-error.exp: New file.
6026
6027 2014-07-14 Pedro Alves <palves@redhat.com>
6028
6029 PR gdb/17072
6030 * gdb.base/paginate-inferior-exit.c: New file.
6031 * gdb.base/paginate-inferior-exit.exp: New file.
6032
6033 2014-07-14 Pedro Alves <palves@redhat.com>
6034
6035 PR gdb/17072
6036 * gdb.base/paginate-bg-execution.c: New file.
6037 * gdb.base/paginate-bg-execution.exp: New file.
6038
6039 2014-07-14 Pedro Alves <palves@redhat.com>
6040
6041 PR gdb/17072
6042 * gdb.base/paginate-execution-startup.c: New file.
6043 * gdb.base/paginate-execution-startup.exp: New file.
6044 * lib/gdb.exp (pagination_prompt): New global.
6045 (default_gdb_spawn): New procedure, factored out from
6046 default_gdb_spawn.
6047 (default_gdb_start): Adjust to call default_gdb_spawn.
6048 (gdb_spawn): New procedure.
6049
6050 2014-07-14 Pedro Alves <palves@redhat.com>
6051
6052 * lib/gdb.exp (gdb_assert): New procedure.
6053 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
6054
6055 2014-07-14 Pedro Alves <palves@redhat.com>
6056
6057 * gdb.base/execution-termios.c: New file.
6058 * gdb.base/execution-termios.exp: New file.
6059
6060 2014-07-14 Tom Tromey <tromey@redhat.com>
6061
6062 * gdb.cp/vla-cxx.cc: New file.
6063 * gdb.cp/vla-cxx.exp: New file.
6064
6065 2014-07-14 Tom Tromey <tromey@redhat.com>
6066
6067 * gdb.reverse/rerun-prec.c: New file.
6068 * gdb.reverse/rerun-prec.exp: New file.
6069
6070 2014-07-12 Maciej W. Rozycki <macro@mips.com>
6071 Maciej W. Rozycki <macro@codesourcery.com>
6072
6073 * lib/gdb-utils.exp: New file.
6074 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
6075 inline `gdb_init_command' processing.
6076 (gdb_start_cmd): Likewise.
6077 * lib/mi-support.exp (mi_run_cmd): Likewise.
6078 * README: Document `gdb_init_command' and `gdb_init_commands'.
6079
6080 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6081
6082 Fix false FAIL running under a very long directory name.
6083 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
6084 and "set print elements 10000". Twice.
6085
6086 2014-07-11 Yao Qi <yao@codesourcery.com>
6087
6088 * gdb.base/exprs.exp: "set print symbol off".
6089
6090 2014-07-11 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.threads/kill.c: New file.
6093 * gdb.threads/kill.exp: New file.
6094
6095 2014-07-10 Yao Qi <yao@codesourcery.com>
6096
6097 * gdb.trace/tfile.c (write_basic_trace_file)
6098 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
6099 address written to trace file.
6100
6101 2014-07-09 Pedro Alves <palves@redhat.com>
6102
6103 * gdb.base/attach-wait-input.exp: New file.
6104 * gdb.base/attach-wait-input.c: New file.
6105
6106 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6107
6108 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
6109 setting up test structures.
6110 (main): Call new test function.
6111 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
6112 test function, continue into test function and walk test
6113 structures.
6114
6115 2014-07-02 Yao Qi <yao@codesourcery.com>
6116
6117 * gdb.trace/entry-values.c: Define labels 'foo_start' and
6118 'bar_start' at the beginning of functions 'foo' and 'bar'
6119 respectively.
6120 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
6121 instead of 'foo' and 'bar'.
6122
6123 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
6124
6125 * gdb.btrace/segv.exp: New.
6126 * gdb.btrace/segv.c: New.
6127
6128 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
6129
6130 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
6131 instruction.
6132
6133 2014-06-30 Mark Wielaard <mjw@redhat.com>
6134
6135 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
6136 vulture, vilify, villar): New volatile array constants.
6137 (vindictive, vegetation): New const volatile array constants.
6138 * gdb.base/volatile.exp: Test volatile and const volatile array
6139 types.
6140
6141 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6142
6143 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
6144 target lacks support for awatch, rwatch, or hbreak.
6145
6146 2014-06-27 Yao Qi <yao@codesourcery.com>
6147
6148 * gdb.multi/dummy-frame-restore.exp: New.
6149 * gdb.multi/dummy-frame-restore.c: New.
6150
6151 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
6152
6153 * gdb.btrace/gcore.exp: New.
6154
6155 2014-06-23 Pedro Alves <palves@redhat.com>
6156
6157 * gdb.base/watchpoint-reuse-slot.c: New file.
6158 * gdb.base/watchpoint-reuse-slot.exp: New file.
6159
6160 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
6161
6162 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
6163 progspace's filename in 'info', 'enable' and 'disable' command
6164 tests.
6165
6166 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6167
6168 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
6169 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6170 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
6171
6172 2014-06-20 Gary Benson <gbenson@redhat.com>
6173
6174 * gdb.arch/i386-avx.exp: Fix include file location.
6175 * gdb.arch/i386-sse.exp: Likewise.
6176
6177 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
6178
6179 * gdb.dlang/expression.exp: New file.
6180
6181 2014-06-19 Pedro Alves <palves@redhat.com>
6182
6183 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
6184 out from ...
6185 (top level): ... here. Iterate running tests under different
6186 scheduler-locking settings.
6187
6188 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
6189
6190 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
6191 to DW_FORM_addr and use non-zero addresses.
6192
6193 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
6194
6195 PR gdb/17017
6196 * gdb.python/py-xmethods.cc: Add global function call counters and
6197 increment them in their respective functions. Remove "cout"
6198 statements.
6199 * gdb.python/py-xmethods.exp: Make tests check the global function
6200 call counters instead of depending on inferior IO.
6201
6202 2014-06-18 Don Breazeal <donb@codesourcery.com>
6203
6204 * gdb.base/foll-fork.exp (default_fork_parent_follow):
6205 Deleted procedure.
6206 (explicit_fork_parent_follow): Deleted procedure.
6207 (explicit_fork_child_follow): Deleted procedure.
6208 (test_follow_fork): New procedure.
6209 (do_fork_tests): Replace calls to deleted procedures with
6210 calls to test_follow_fork and reset GDB for subsequent
6211 procedure calls.
6212
6213 2014-06-17 Yao Qi <yao@codesourcery.com>
6214
6215 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
6216 CP1252.
6217
6218 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
6219
6220 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
6221 Initialize ptr and S explicitly.
6222 (skip_type_update_when_not_use_rtti_test): Likewise.
6223
6224 2014-06-16 Keith Seitz <keiths@redhat.com>
6225
6226 PR mi/15863
6227 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
6228 the inferior is started.
6229
6230 2014-06-16 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.base/break-main-file-remove-fail.c: New file.
6233 * gdb.base/break-main-file-remove-fail.exp: New file.
6234 * gdb.base/break-unload-file.exp: Use build_executable instead of
6235 prepare_for_testing.
6236 (test_break): New parameter "initial_load". Handle it.
6237 (top level): Add initial_load cmdline/file axis.
6238
6239 2014-06-12 Tom Tromey <tromey@redhat.com>
6240
6241 * gdb.base/completion.exp: Don't use directory name in test.
6242
6243 2014-06-09 Gary Benson <gbenson@redhat.com>
6244
6245 * gdb.base/sigall.c [Functions to send signals]: Reorder to
6246 separate the always-available ANSI-standard signals from the
6247 signals that require checking.
6248 (main): Likewise.
6249 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
6250 Likewise.
6251 (main): Likewise.
6252
6253 2014-06-07 Keith Seitz <keiths@redhat.com>
6254
6255 Revert:
6256 PR c++/16253
6257 * gdb.cp/var-tag.cc: New file.
6258 * gdb.cp/var-tag.exp: New file.
6259 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6260 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6261 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6262 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6263
6264 2014-06-06 Doug Evans <xdje42@gmail.com>
6265
6266 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
6267
6268 2014-06-06 Pedro Alves <palves@redhat.com>
6269
6270 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
6271 in target debug output instead of looking at RSP packets,
6272 disabling the test on any target that uses hardware stepping.
6273 Update comments.
6274
6275 2014-06-06 Pedro Alves <palves@redhat.com>
6276
6277 * gdb.base/break-unload-file.exp: Fix typo.
6278
6279 2014-06-06 Yao Qi <yao@codesourcery.com>
6280
6281 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
6282 from "jit_function" to "^jit_function".
6283
6284 2014-06-06 Yao Qi <yao@codesourcery.com>
6285
6286 * gdb.base/async.c (foo): Add one statement.
6287 * gdb.base/async.exp: Get the next instruction address and
6288 match the output of "nexti" by instruction address. Match
6289 the hex address in the output of "finish".
6290
6291 2014-06-06 Gary Benson <gbenson@redhat.com>
6292
6293 * gdb.base/call-signals.c: Remove preprocessor conditionals
6294 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
6295 SIGSEGV and SIGTERM.
6296 * gdb.base/sigall.c: Likewise.
6297 * gdb.base/unwindonsignal.c: Likewise.
6298 * gdb.reverse/sigall-reverse.c: Likewise.
6299
6300 2014-06-06 Yao Qi <yao@codesourcery.com>
6301
6302 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
6303 readable, skip the test.
6304
6305 2014-06-06 Yao Qi <yao@codesourcery.com>
6306
6307 * gdb.threads/staticthreads.c (thread_function): Move the line
6308 setting breakpoint on forward.
6309 * gdb.threads/staticthreads.exp: Update comments.
6310
6311 2014-06-05 Ludovic Courtès <ludo@gnu.org>
6312
6313 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
6314 "history-append! type error".
6315
6316 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
6317
6318 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
6319 erroneous dprintf expected input.
6320
6321 2014-06-04 Doug Evans <xdje42@gmail.com>
6322
6323 * gdb.guile/scm-generics.exp: Delete.
6324
6325 2014-06-04 Doug Evans <xdje42@gmail.com>
6326
6327 * gdb.guile/scm-breakpoint.exp: Update.
6328 Add tests for breakpoint registration.
6329
6330 2014-06-04 Tom Tromey <tromey@redhat.com>
6331
6332 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
6333 VLA-in-union.
6334 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
6335 inner_vla_struct, vla_union types. Initialize objects of those
6336 types and compute their sizes.
6337
6338 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
6339 Hui Zhu <hui@codesourcery.com>
6340
6341 * gdb.base/fileio.exp: Add test for shell not available as well as
6342 available.
6343 * gdb.base/fileio.c (test_system): Check for shell twice.
6344
6345 2014-06-04 Yao Qi <yao@codesourcery.com>
6346
6347 * gdb.base/auto-connect-native-target.exp: Remove redundant
6348 space from the regexp pattern.
6349
6350 2014-06-04 Yao Qi <yao@codesourcery.com>
6351
6352 * gdb.base/default.exp: Replace "child" with "native" in
6353 regexp pattern.
6354
6355 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
6356
6357 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
6358 * gdb.python/py-xmethods.exp: New tests to test xmethods.
6359 * gdb.python/py-xmethods.py: Python script supporting the
6360 new testcase and tests.
6361
6362 2014-06-03 Joel Brobecker <brobecker@adacore.com>
6363 Pedro Alves <palves@redhat.com>
6364
6365 PR breakpoints/17000
6366 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
6367 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
6368
6369 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
6370
6371 * gdb.base/subst.exp: Add tests to verify partial path matching
6372 output.
6373
6374 2014-06-03 Pedro Alves <palves@redhat.com>
6375
6376 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
6377 target that doesn't use software single-stepping.
6378
6379 2014-06-03 Pedro Alves <palves@redhat.com>
6380
6381 PR breakpoints/17000
6382 * gdb.base/sss-bp-on-user-bp-2.c: New file.
6383 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
6384
6385 2014-06-02 Doug Evans <xdje42@gmail.com>
6386
6387 * gdb.guile/scm-parameter.exp: New file.
6388
6389 2014-06-02 Doug Evans <xdje42@gmail.com>
6390
6391 * gdb.guile/scm-cmd.c: New file.
6392 * gdb.guile/scm-cmd.exp: New file.
6393
6394 2014-06-02 Doug Evans <xdje42@gmail.com>
6395
6396 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
6397 pretty-printer lookup.
6398 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
6399 (make-pp_s-printer): Call it.
6400 (make-pretty-printer-from-dict): New function.
6401 (lookup-pretty-printer-maker-from-dict): New function.
6402 (*pretty-printer*): Simplify.
6403 (make-objfile-pp_s-printer): New function.
6404 (install-objfile-pretty-printers!): New function.
6405 (make-progspace-pp_s-printer): New function.
6406 (install-progspace-pretty-printers!): New function.
6407 * gdb.guile/scm-progspace.c: New file.
6408 * gdb.guile/scm-progspace.exp: New file.
6409
6410 2014-06-02 Pedro Alves <palves@redhat.com>
6411
6412 * gdb.base/dprintf-bp-same-addr.c: New file.
6413 * gdb.base/dprintf-bp-same-addr.exp: New file.
6414
6415 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6416
6417 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
6418 * gdb.arch/powerpc-power.s: Likewise.
6419
6420 2014-06-02 Joel Brobecker <brobecker@adacore.com>
6421
6422 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
6423
6424 2014-06-01 Yao Qi <yao@codesourcery.com>
6425
6426 * gdb.base/watchpoint.exp (test_watch_location): Check null
6427 pointer can be dereferenced. If not, do the test, otherwise
6428 skip it.
6429
6430 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
6431
6432 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
6433 results.
6434 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
6435
6436 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
6437
6438 * gdb.arch/amd64-invalid-stack-middle.S: New file.
6439 * gdb.arch/amd64-invalid-stack-middle.c: New file.
6440 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
6441 * gdb.arch/amd64-invalid-stack-top.c: New file.
6442 * gdb.arch/amd64-invalid-stack-top.exp: New file.
6443
6444 2014-05-30 Pedro Alves <palves@redhat.com>
6445
6446 PR breakpoints/17000
6447 * gdb.base/sss-bp-on-user-bp.c: New file.
6448 * gdb.base/sss-bp-on-user-bp.exp: New file.
6449
6450 2014-05-30 David Blaikie <dblaikie@gmail.com>
6451
6452 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
6453 gnu_inline semantics via attribute.
6454 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
6455 source explicitly specifies the required semantics.
6456
6457 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
6458
6459 * gdb.reverse/sigall-reverse.exp: Fix a typo.
6460
6461 2014-05-29 Pedro Alves <palves@redhat.com>
6462 Tom Tromey <tromey@redhat.com>
6463
6464 * gdb.base/async-shell.exp: Don't enable target-async.
6465 * gdb.base/async.exp
6466 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
6467 parameter. Adjust.
6468 (top level): Don't test with "target-async".
6469 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
6470 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
6471 * gdb.base/inferior-died.exp: Don't enable target-async.
6472 * gdb.base/interrupt-noterm.exp: Likewise.
6473 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
6474 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6475 * gdb.mi/mi-nonstop.exp: Likewise.
6476 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6477 * gdb.mi/mi-nsintrall.exp: Likewise.
6478 * gdb.mi/mi-nsmoribund.exp: Likewise.
6479 * gdb.mi/mi-nsthrexec.exp: Likewise.
6480 * gdb.mi/mi-watch-nonstop.exp: Likewise.
6481 * gdb.multi/watchpoint-multi.exp: Adjust comment.
6482 * gdb.python/py-evsignal.exp: Don't enable target-async.
6483 * gdb.python/py-evthreads.exp: Likewise.
6484 * gdb.python/py-prompt.exp: Likewise.
6485 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
6486 * gdb.server/solib-list.exp: Don't enable target-async.
6487 * gdb.threads/thread-specific-bp.exp: Likewise.
6488 * lib/mi-support.exp: Adjust to use mi-async.
6489
6490 2014-05-29 Pedro Alves <palves@redhat.com>
6491
6492 PR gdb/13860
6493 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
6494 reason, even in sync mode.
6495
6496 2014-05-29 Pedro Alves <palves@redhat.com>
6497 Hui Zhu <hui@codesourcery.com>
6498
6499 PR PR15693
6500 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
6501 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
6502 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
6503 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
6504
6505 2014-05-28 Joel Brobecker <brobecker@adacore.com>
6506
6507 * config/monitor.exp (gdb_target_monitor): Replace use of
6508 "set remotebaud" by "set serial baud".
6509
6510 2014-05-26 Andy Wingo <wingo@igalia.com>
6511
6512 * gdb.guile/scm-breakpoint.exp:
6513 * gdb.guile/scm-gsmob.exp: Update to use plain old object
6514 properties instead of gdb-object-properties.
6515
6516 2014-05-26 Yao Qi <yao@codesourcery.com>
6517
6518 * gdb.server/no-thread-db.exp: Specify source file name
6519 explicitly when setting a breakpoint.
6520
6521 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6522
6523 * gdb.btrace/vdso.c: New.
6524 * gdb.btrace/vdso.exp: New.
6525
6526 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6527
6528 * gdb.base/gcore.exp (capture_command_output): Move ...
6529 * lib/gdb.exp (capture_command_output): ... here.
6530
6531 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
6532
6533 * gdb.btrace/data.exp: Test memory access during btrace replay.
6534
6535 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
6536
6537 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
6538
6539 2014-05-21 Pedro Alves <palves@redhat.com>
6540
6541 PR gdb/13860
6542 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
6543 (top level): Test that output related to execution commands is
6544 sent to the console with CLI commands, but not with MI commands.
6545 Test that breakpoint events are always mirrored to the console.
6546 Also expect the new source line to be output after a "next" in
6547 async mode too. Make it a pass/fail test.
6548 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
6549 output.
6550 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
6551
6552 2014-05-21 Pedro Alves <palves@redhat.com>
6553
6554 * gdb.base/list.exp (build_pattern, test_list): New procedures.
6555 Use them to test variations of "list" after reaching a breakpoint.
6556 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
6557 Test "list" with listsize 10 after reaching a breakpoint.
6558 * gdb.python/python.exp (decode_line current location line
6559 number): Adjust expected line number.
6560
6561 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
6562
6563 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
6564 behavior for $args, pass it directly to "run".
6565
6566 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6567
6568 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
6569 30000 to 65536.
6570
6571 2014-05-21 Pedro Alves <palves@redhat.com>
6572
6573 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
6574 auto-connect-native-target off".
6575 * gdb.base/auto-connect-native-target.c: New file.
6576 * gdb.base/auto-connect-native-target.exp: New file.
6577
6578 2014-05-21 Pedro Alves <palves@redhat.com>
6579
6580 * gdb.base/default.exp: Test "target native" instead of "target
6581 child".
6582
6583 2014-05-21 Mark Wielaard <mjw@redhat.com>
6584
6585 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6586
6587 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6588
6589 Fix TLS access for -static -pthread.
6590 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
6591 <HAVE_TLS> (thread_function, main): Initialize it.
6592 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
6593 Add clean_restart.
6594 <$have_tls != "">: Check TLSVAR.
6595
6596 2014-05-21 Pedro Alves <palves@redhat.com>
6597
6598 * gdb.base/dcache-line-read-error.c: New.
6599 * gdb.base/dcache-line-read-error.exp: New.
6600
6601 2014-05-20 Pedro Alves <palves@redhat.com>
6602
6603 * gdb.base/compare-sections.c: New file.
6604 * gdb.base/compare-sections.exp: New file.
6605
6606 2014-05-20 Pedro Alves <palves@redhat.com>
6607
6608 * gdb.base/break-idempotent.c: New file.
6609 * gdb.base/break-idempotent.exp: New file.
6610
6611 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
6612
6613 * gdb.btrace/nohist.exp: New.
6614
6615 2014-05-20 Yao Qi <yao@codesourcery.com>
6616
6617 * lib/gdb.exp (gdb_init): Set timeout if test file is under
6618 gdb.reverse directory and gdb_reverse_timeout exists in board
6619 setting.
6620 * README: Document gdb_reverse_timeout.
6621
6622 2014-05-20 Yao Qi <yao@codesourcery.com>
6623
6624 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
6625 'test_file_name'. Treat args as a string instead of a list.
6626 (gdb_init): Rename argument 'args' by 'test_file_name'.
6627
6628 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6629
6630 * gdb.arch/powerpc-power.exp: New file.
6631 * gdb.arch/powerpc-power.s: New file.
6632
6633 2014-05-16 Doug Evans <dje@google.com>
6634
6635 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
6636 * gdb.base/completion.exp: Check that all expected files exist
6637 before doing file completion.
6638
6639 2014-05-16 Doug Evans <dje@google.com>
6640
6641 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
6642 Update.
6643 (do_syscall_tests_without_xml): Update.
6644
6645 2014-05-16 Pedro Alves <palves@redhat.com>
6646
6647 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
6648 instead of "unknown output after running".
6649
6650 2014-05-16 Yao Qi <yao@codesourcery.com>
6651
6652 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
6653 file1.txt from host at the end.
6654 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6655
6656 2014-05-15 Doug Evans <dje@google.com>
6657
6658 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
6659 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
6660 loading file. Add test for TU lookup.
6661
6662 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6663
6664 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
6665 calling "-exec-arguments" or "set args" before running the
6666 inferior.
6667
6668 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
6669
6670 * lib/mi-support.exp (mi_expect_stop): Expect message for
6671 inferiors that exit with non-zero exit code.
6672
6673 2014-05-14 Yao Qi <yao@codesourcery.com>
6674
6675 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
6676 match absolute path on remote host.
6677 (test_file_list_exec_source_files): Remove "/" from the
6678 pattern.
6679
6680 2014-05-14 Yao Qi <yao@codesourcery.com>
6681
6682 * boards/local-remote-host-notty.exp (${board}_file): New
6683 proc.
6684
6685 2014-05-07 Kyle McMartin <kyle@redhat.com>
6686
6687 Pushed by Joel Brobecker <brobecker@adacore.com>.
6688 * gdb.arch/aarch64-atomic-inst.c: New file.
6689 * gdb.arch/aarch64-atomic-inst.exp: New file.
6690
6691 2014-05-07 Yao Qi <yao@codesourcery.com>
6692
6693 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
6694 in current context" too.
6695
6696 2014-05-05 Keith Seitz <keiths@redhat.com>
6697
6698 * gdb.linespec/ls-dollar.exp: Add test for linespec
6699 file:convenience_variable.
6700
6701 2014-05-05 Yao Qi <yao@codesourcery.com>
6702
6703 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
6704 traceframes into tfile and ctf trace files. Read data from
6705 trace file and test collected data.
6706 (gdb_collect_locals_test): Likewise.
6707 (gdb_unavailable_registers_test): Likewise.
6708 (gdb_unavailable_floats): Likewise.
6709 (gdb_collect_globals_test): Likewise.
6710 (top-level): Append "ctf" to trace_file_targets if GDB
6711 supports.
6712
6713 2014-05-05 Yao Qi <yao@codesourcery.com>
6714
6715 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
6716 code to ...
6717 (gdb_collect_args_test_1): ... it. New proc.
6718 (gdb_collect_locals_test): Move some code to ...
6719 (gdb_collect_locals_test_1): ... it. New proc.
6720 (gdb_unavailable_registers_test): Move some code to ...
6721 (gdb_unavailable_registers_test_1): ... it. New proc.
6722 (gdb_unavailable_floats): Move some code to ...
6723 (gdb_unavailable_floats_1): ... it. New proc.
6724
6725 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6726
6727 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
6728 probes to test for bitness recognition.
6729 * gdb.arch/amd64-stap-optional-prefix.exp
6730 (test_probe_value_without_reg): New procedure.
6731 Add code to test for different kinds of bitness.
6732
6733 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
6734
6735 PR breakpoints/16889
6736 * gdb.arch/amd64-stap-optional-prefix.S: New file.
6737 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
6738
6739 2014-05-01 Pedro Alves <palves@redhat.com>
6740
6741 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
6742 gdb_file_cmd if no file is specified.
6743 * boards/native-extended-gdbserver.exp (gdb_load): Use the
6744 last_loaded_file to set the remote exec-file.
6745
6746 2014-05-01 Pedro Alves <palves@redhat.com>
6747
6748 * boards/local-remote-host.exp: New file.
6749
6750 2014-05-01 Pedro Alves <palves@redhat.com>
6751
6752 * boards/local-remote-host.exp: Rename to ...
6753 * boards/local-remote-host-notty.exp: ... this.
6754
6755 2014-04-28 Joel Brobecker <brobecker@adacore.com>
6756
6757 * gdb.ada/dyn_arrayidx: New testcase.
6758
6759 2014-04-26 Yao Qi <yao@codesourcery.com>
6760
6761 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
6762 and compute the length of function main. Save it in
6763 $main_length.
6764 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
6765 (top-level): Use gdb_compile to compile objects into
6766 executable and restart GDB. Remove invocation to
6767 prepare_for_testing.
6768
6769 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
6770 Pedro Alves <palves@redhat.com>
6771
6772 PR server/16255
6773 * gdb.multi/multi-attach.c: New file.
6774 * gdb.multi/multi-attach.exp: New file.
6775
6776 2014-04-25 Pedro Alves <palves@redhat.com>
6777
6778 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
6779 user.
6780 (top level): Test that "set remote conditional-breakpoints-packet
6781 off" works as intended.
6782 * gdb.base/dprintf.exp: Test that "set remote
6783 breakpoint-commands-packet off" works as intended.
6784 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
6785 New function.
6786 (top level): Call it.
6787 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
6788 remote fast-tracepoints-packet off" works as intended.
6789 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
6790 * lib/gdb.exp (gdb_is_target_remote): ... here.
6791
6792 2014-04-24 David Blaikie <dblaikie@gmail.com>
6793
6794 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
6795 ensure clang would not discard them.
6796 * gdb.base/gdbvars.c: Ditto.
6797 * gdb.base/memattr.c: Ditto.
6798 * gdb.base/whatis.c: Ditto.
6799 * gdb.python/py-prettyprint.c: Ditto.
6800 * gdb.trace/actions.c: Ditto.
6801 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
6802 ensure clang would not discard it.
6803
6804 2014-04-24 David Blaikie <dblaikie@gmail.com>
6805
6806 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
6807 clang to emit the full definition of type required by the test
6808 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
6809
6810 2014-04-24 David Blaikie <dblaikie@gmail.com>
6811
6812 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
6813 coax Clang into emitting the definition of the type.
6814 * gdb.cp/pr10728-x.h (y): Ditto.
6815 * gdb.cp/pr10728-y.cc (y): Ditto.
6816
6817 2014-04-24 David Blaikie <dblaikie@gmail.com>
6818
6819 * gdb.base/label.exp: XFAIL label related tests under Clang.
6820 * gdb.cp/cplabel.exp: Ditto.
6821 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
6822 under Clang those using labels.
6823
6824 2014-04-25 Yao Qi <yao@codesourcery.com>
6825
6826 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
6827 double_label.
6828 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
6829 partial_label and double_label.
6830
6831 2014-04-24 David Blaikie <dblaikie@gmail.com>
6832
6833 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
6834
6835 2014-04-24 David Blaikie <dblaikie@gmail.com>
6836
6837 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
6838 of the function to work across GCC and Clang.
6839 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
6840 pointer types (const void ** const V void **).
6841
6842 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
6843 Walfred Tedeschi <walfred.tedeschi@intel.com>
6844
6845 * Makefile.in (EXECUTABLES): Added i386-avx512.
6846 * gdb.arch/i386-avx512.c: New file.
6847 * gdb.arch/i386-avx512.exp: Likewise.
6848
6849 2014-04-23 Keith Seitz <keiths@redhat.com>
6850
6851 * lib/mi-support.exp (mi_list_breakpoints): Delete.
6852 (mi_make_breakpoint_table): New procedure.
6853 (mi_create_breakpoint): Use mi_make_breakpoint
6854 and return the result.
6855 (mi_make_breakpoint): New procedure.
6856 (mi_build_kv_pairs): New procedure.
6857
6858 * gdb.mi/mi-break.exp: Remove unused globals,
6859 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
6860 All callers updated.
6861 * gdb.mi/mi-dprintf.exp: Use variable to track command
6862 number.
6863 Update all callers of mi_create_breakpoint and use
6864 mi_make_breakpoint_table.
6865 Remove any unused global variables.
6866 * gdb.mi/mi-nonstop.exp: Likewise.
6867 * gdb.mi/mi-nsintrall.exp: Likewise.
6868 * gdb.mi/mi-nsmoribund.exp: Likewise.
6869 * gdb.mi/mi-nsthrexec.exp: Likewise.
6870 * gdb.mi/mi-reverse.exp: Likewise.
6871 * gdb.mi/mi-simplerun.exp: Likewise.
6872 * gdb.mi/mi-stepn.exp: Likewise.
6873 * gdb.mi/mi-syn-frame.exp: Likewise.
6874 * gdb.mi/mi-until.exp: Likewise.
6875 * gdb.mi/mi-var-cp.exp: Likewise.
6876 * gdb.mi/mi-var-display.exp: Likewise.
6877 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
6878 * gdb.mi/mi2-var-child.exp: Likewise.
6879 * gdb.mi/mi-vla-c99.exp: Likewise.
6880 * lib/mi-support.exp: Likewise.
6881
6882 From Ian Lance Taylor <iant@cygnus.com>:
6883 * lib/gdb.exp (parse_args): New procedure.
6884
6885 2014-04-23 Pedro Alves <palves@redhat.com>
6886
6887 * gdb.base/break-unload-file.c: New file.
6888 * gdb.base/break-unload-file.exp: New file.
6889 * gdb.base/sym-file-lib.c (baz): New function.
6890 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
6891 field.
6892 (load): Store the segment's mapped size.
6893 (unload): New function.
6894 (unload_shlib): New function.
6895 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
6896 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
6897 set a breakpoint at baz, and call it.
6898 * gdb.base/sym-file.exp: New tests for stale breakpoint
6899 instructions.
6900
6901 2014-04-23 Pedro Alves <palves@redhat.com>
6902
6903 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
6904 * gdb.base/hbreak-in-shr-unsupported.c: New file.
6905 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
6906 * gdb.base/hbreak-unmapped.c: New file.
6907 * gdb.base/hbreak-unmapped.exp: New file.
6908 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
6909 * lib/gdb.exp (gdb_is_target_remote): ... here.
6910
6911 2014-04-22 Pedro Alves <palves@redhat.com>
6912
6913 * gdb.base/consecutive-step-over.c: New file.
6914 * gdb.base/consecutive-step-over.exp: New file.
6915
6916 2014-04-22 Pedro Alves <palves@redhat.com>
6917
6918 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
6919 instead of send_gdb/gdb_expect.
6920
6921 2014-04-22 Yao Qi <yao@codesourcery.com>
6922
6923 * lib/trace-support.exp (generate_tracefile): New procedure.
6924 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6925 return 0.
6926 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6927 if generate_tracefile returns 1.
6928
6929 2014-04-18 Tom Tromey <palves@redhat.com>
6930 Pedro alves <tromey@redhat.com>
6931
6932 PR backtrace/15558
6933 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6934 with a backtrace limit.
6935 * gdb.python/py-frame-inline.exp: Test running to an inline
6936 function with a backtrace limit, and printing the newest frame.
6937 * gdb.python/py-frame-inline.c (main): Call f.
6938
6939 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6940
6941 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6942
6943 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6944
6945 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6946 Drop prefix from unsupported source file path.
6947
6948 2014-04-17 Yao Qi <yao@codesourcery.com>
6949
6950 * lib/gdb.exp (with_target_charset): New proc.
6951 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6952 with_target_charset.
6953 (test_print_strings): Likewise.
6954 (test_repeat_bytes): Likewise.
6955 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6956 for some tests.
6957
6958 2014-04-16 Keith Seitz <keiths@redhat.com>
6959
6960 PR gdb/15827
6961 * gdb.dwarf2/corrupt.c: New file.
6962 * gdb.dwarf2/corrupt.exp: New file.
6963
6964 2014-04-16 Keith Seitz <keiths@redhat.com>
6965
6966 PR c++/16597
6967 * gdb.cp/namelessclass.cc: New file.
6968 * gdb.cp/namelessclass.exp: New file.
6969 * gdb.cp/namelessclass.S: New file.
6970
6971 2014-04-16 Doug Evans <dje@google.com>
6972
6973 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6974 Add comment.
6975 (gdbserver_default_get_comm_port): New function.
6976 (gdbserver_start): Check if board file provided
6977 "gdbserver,get_comm_port" and use it if so.
6978 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6979 (gdb,socketport): Set to "stdio".
6980 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6981 (stdio_gdbserver_template): Delete.
6982 (${board}_get_remote_address): Update.
6983 (${board}_build_remote_cmd): Delete.
6984 (${board}_get_comm_port): New function.
6985 (${board}_spawn): Update.
6986 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6987 Delete.
6988 (${board}_get_remote_address): Update.
6989 (${board}_get_comm_port): New function.
6990
6991 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
6992
6993 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6994 appearing in any order.
6995
6996 2014-04-15 Doug Evans <dje@google.com>
6997
6998 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6999 uninitialized value of "description".
7000
7001 2014-04-15 Keith Seitz <keiths@redhat.com>
7002
7003 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
7004 Remove unused globals.
7005 (test_running_the_program): Likewise.
7006 (test_controlled_execution): Likewise.
7007 (test_controlling_breakpoints): Likewise.
7008 (test_program_termination): Likewise.
7009
7010 2014-04-15 Keith Seitz <keiths@redhat.com>
7011
7012 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
7013 unused globals.
7014 (test_rbreak_creation_and_listing): Likewise.
7015 (test_ignore_count): Likewise.
7016 (test_error): Likewise.
7017
7018 2014-04-15 Pedro Alves <palves@redhat.com>
7019
7020 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
7021 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
7022 sym-file-loader.c.
7023 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7024 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7025 to sym-file-loader.c.
7026 (struct library): Forward declare.
7027 (load_shlib, lookup_function): Change prototypes.
7028 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7029 (translate_offset): Remove declarations.
7030 (get_text_addr): New declaration.
7031 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
7032 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
7033 sym-file-loader.h.
7034 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
7035 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
7036 here from sym-file-loader.h.
7037 (struct library): New structure.
7038 (load_shlib, lookup_function): Change prototypes and adjust to
7039 work with a struct library.
7040 (find_shstrtab, find_strtab, find_shdr, find_symtab)
7041 (translate_offset): Make static.
7042 (get_text_addr): New function.
7043 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
7044
7045 2014-04-15 Pedro Alves <palves@redhat.com>
7046
7047 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
7048
7049 2014-04-15 Pedro Alves <palves@redhat.com>
7050
7051 * gdb.base/sym-file-loader.c: Include <limits.h>.
7052 (SELF_LINK): New define.
7053 (get_origin): New function.
7054 (load_shlib): Use it.
7055 * gdb.base/sym-file.exp: Don't early return if the target is
7056 remote. Use runto_main, and issue fail is that fails. Use
7057 gdb_load_shlibs.
7058 (shlib_name): Delete.
7059 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
7060
7061 2014-04-15 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.base/sym-file.exp: Remove regex characters from test
7064 message. Don't refer to breakpoint numbers in test messages.
7065
7066 2014-04-14 Keith Seitz <keiths@redhat.com>
7067
7068 PR c++/16253
7069 * gdb.cp/var-tag.cc: New file.
7070 * gdb.cp/var-tag.exp: New file.
7071 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7072 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7073 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7074 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7075
7076 2014-04-14 Tom Tromey <tromey@redhat.com>
7077
7078 * gdb.cp/classes.exp (test_enums): Handle underlying type.
7079 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
7080 type.
7081 * gdb.cp/enum-class.exp: New file.
7082 * gdb.cp/enum-class.cc: New file.
7083
7084 2014-04-14 Tom Tromey <tromey@redhat.com>
7085
7086 * gdb.dwarf2/enum-type.exp: New file.
7087
7088 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7089
7090 * gdb.mi/mi-vla-c99.exp: New file.
7091 * gdb.mi/vla.c: New file.
7092
7093 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7094
7095 * gdb.base/vla-datatypes.c: New file.
7096 * gdb.base/vla-datatypes.exp: New file.
7097
7098 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7099
7100 * gdb.base/vla-ptr.c: New file.
7101 * gdb.base/vla-ptr.exp: New file.
7102
7103 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7104
7105 * gdb.dwarf2/count.exp: New file.
7106
7107 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
7108
7109 * gdb.base/vla-sideeffect.c: New file.
7110 * gdb.base/vla-sideeffect.exp: New file.
7111
7112 2014-04-14 David Blaikie <dblaikie@gmail.com>
7113
7114 * gdb.mi/non-stop.c: Add return value for non-void function return
7115 statement.
7116 * gdb.threads/staticthreads.c: Ditto.
7117
7118 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
7119 Doug Evans <xdje42@gmail.com>
7120
7121 * gdb.guile/scm-value.c: Improve test case.
7122 * gdb.guile/scm-value.exp: Add new test.
7123
7124 2014-04-11 David Blaikie <dblaikie@gmail.com>
7125
7126 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
7127 override Clang's default.
7128
7129 2014-04-11 Joel Brobecker <brobecker@adacore.com>
7130
7131 Revert the following changes (regressions):
7132
7133 * gdb.base/vla-sideeffect.c: New file.
7134 * gdb.base/vla-sideeffect.exp: New file.
7135
7136 * gdb.dwarf2/count.exp: New file.
7137
7138 * gdb.base/vla-multi.c: New file.
7139 * gdb.base/vla-multi.exp: New file.
7140
7141 * gdb.base/vla-ptr.c: New file.
7142 * gdb.base/vla-ptr.exp: New file.
7143
7144 * gdb.base/vla-datatypes.c: New file.
7145 * gdb.base/vla-datatypes.exp: New file.
7146
7147 * gdb.mi/mi-vla-c99.exp: New file.
7148 * gdb.mi/vla.c: New file.
7149
7150 2014-04-11 Keith Seitz <keiths@redhat.com>
7151
7152 PR c++/16675
7153 * gdb.cp/cpsizeof.exp: New file.
7154 * gdb.cp/cpsizeof.cc: New file.
7155
7156 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7157
7158 * gdb.mi/mi-vla-c99.exp: New file.
7159 * gdb.mi/vla.c: New file.
7160
7161 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7162
7163 * gdb.base/vla-datatypes.c: New file.
7164 * gdb.base/vla-datatypes.exp: New file.
7165
7166 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7167
7168 * gdb.base/vla-ptr.c: New file.
7169 * gdb.base/vla-ptr.exp: New file.
7170
7171 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7172
7173 * gdb.base/vla-multi.c: New file.
7174 * gdb.base/vla-multi.exp: New file.
7175
7176 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7177
7178 * gdb.dwarf2/count.exp: New file.
7179
7180 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
7181
7182 * gdb.base/vla-sideeffect.c: New file.
7183 * gdb.base/vla-sideeffect.exp: New file.
7184
7185 2014-04-11 Yao Qi <yao@codesourcery.com>
7186
7187 * gdb.base/completion.exp: Check file exists before running tests
7188 on file completion.
7189
7190 2014-04-10 Pedro Alves <palves@redhat.com>
7191
7192 * gdb.base/cond-eval-mode.c: New file.
7193 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
7194 prepare_for_testing to build the new file. Check result of
7195 runto_main.
7196 (test_break, test_watch): New procedures.
7197 (top level): Use them.
7198
7199 2014-04-08 Pierre Muller <muller@sourceware.org>
7200
7201 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
7202 Ctrl-V use for mingw hosts.
7203
7204 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
7205
7206 * gdb.python/py-value.c: Improve test case.
7207 * gdb.python/py-value.exp: Add new test.
7208
7209 2014-04-07 David Blaikie <dblaikie@gmail.com>
7210
7211 * lib/compiler.c: Identify the clang compiler.
7212 * lib/compiler.cc: Ditto.
7213
7214 2014-04-03 Yao Qi <yao@codesourcery.com>
7215
7216 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
7217
7218 2014-04-01 Anton Blanchard <anton@samba.org>
7219
7220 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
7221 messages unique.
7222
7223 2014-04-01 Anton Blanchard <anton@samba.org>
7224
7225 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
7226 prepare_for_testing.
7227
7228 2014-04-01 Anton Blanchard <anton@samba.org>
7229
7230 * gdb.arch/ppc64-atomic-inst.c: Remove.
7231 * gdb.arch/ppc64-atomic-inst.S: New file.
7232 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
7233
7234 2014-03-31 Doug Evans <dje@google.com>
7235
7236 * gdb.base/print-symbol-loading-lib.c: New file.
7237 * gdb.base/print-symbol-loading-main.c: New file.
7238 * gdb.base/print-symbol-loading.exp: New file.
7239
7240 2014-03-31 Yao Qi <yao@codesourcery.com>
7241
7242 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
7243
7244 2014-03-28 Joel Brobecker <brobecker@adacore.com>
7245
7246 * gdb.ada/mi_dyn_arr: New testcase.
7247
7248 2014-03-27 Doug Evans <dje@google.com>
7249
7250 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
7251
7252 2014-03-27 Yao Qi <yao@codesourcery.com>
7253
7254 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
7255 if target is nios2-*-*.
7256
7257 2014-03-26 Yao Qi <yao@codesourcery.com>
7258
7259 * lib/gdb.exp (readline_is_used): New proc.
7260 * gdb.base/completion.exp: Move tests on command complete up.
7261 Skip the rest of tests if readline is not used.
7262 * gdb.ada/complete.exp: Skp the test if readline is not
7263 used.
7264 * gdb.base/filesym.exp: Likewise.
7265 * gdb.base/macscp.exp: Likewise.
7266 * gdb.base/readline-ask.exp: Likewise.
7267 * gdb.base/readline.exp: Likewise.
7268 * gdb.python/py-cmd.exp: Likewise.
7269 * gdb.trace/tfile.exp: Likewise.
7270
7271 2014-03-26 Yao Qi <yao@codesourcery.com>
7272
7273 * gdb.base/macscp.exp: Fix code format issues.
7274
7275 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
7276
7277 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
7278 * gdb.asm/powerpc64le.inc: New file.
7279
7280 2014-03-25 Pedro Alves <palves@redhat.com>
7281 Doug Evans <dje@google.com>
7282
7283 * gdb.base/source-execution.c: New file.
7284 * gdb.base/source-execution.exp: New file.
7285 * gdb.base/source-execution.gdb: New file.
7286
7287 2014-03-24 Doug Evans <dje@google.com>
7288
7289 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
7290 using fission.
7291
7292 2014-03-24 Hui Zhu <hui@codesourcery.com>
7293 Pedro Alves <palves@redhat.com>
7294
7295 PR breakpoints/16101
7296 * gdb.base/dprintf.exp: Use unsupported rather than changing the
7297 test pass/fail messages. Detect missing support for dprintf when
7298 breakpoints are actually inserted.
7299 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
7300 breakpoints are actually inserted.
7301 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
7302 fails.
7303
7304 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7305
7306 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
7307
7308 2014-03-22 Doug Evans <xdje42@gmail.com>
7309
7310 * gdb.python/python.exp (python not supported): Verify multi-line
7311 python command issues an error.
7312 * gdb.guile/guile.exp (guile not supported): Verify multi-line
7313 guile command issues an error.
7314
7315 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
7316
7317 * gdb.threads/thread-specific.exp: Handle the lack of usable
7318 $this_breakpoint and $this_thread.
7319
7320 2014-03-21 Hui Zhu <hui@codesourcery.com>
7321
7322 * gdb.base/attach.exp (do_command_attach_tests): New.
7323
7324 2014-03-20 Tom Tromey <tromey@redhat.com>
7325 Pedro Alves <palves@redhat.com>
7326
7327 PR cli/15718
7328 * gdb.base/condbreak-call-false.c: New file.
7329 * gdb.base/condbreak-call-false.exp: New file.
7330
7331 2014-03-20 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
7334 Delete.
7335 (block_signals, unblock_signals): Delete.
7336 (child_function_2, main): Remove references to deleted variable
7337 and functions.
7338
7339 2014-03-20 Pedro Alves <palves@redhat.com>
7340
7341 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
7342 Use pthread_kill to signal thread 2.
7343 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7344 Adjust to make the test send itself a signal rather than using the
7345 host's "kill" command.
7346
7347 2014-03-20 Pedro Alves <palves@redhat.com>
7348
7349 * gdb.threads/multiple-step-overs.c: New file.
7350 * gdb.threads/multiple-step-overs.exp: New file.
7351 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7352 Adjust expected infrun debug output.
7353
7354 2014-03-20 Pedro Alves <palves@redhat.com>
7355
7356 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
7357 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
7358
7359 2014-03-20 Pedro Alves <palves@redhat.com>
7360
7361 PR breakpoints/7143
7362 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
7363 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
7364 of gdb_test_multiple.
7365 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
7366 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
7367
7368 2014-03-20 Pedro Alves <palves@redhat.com>
7369
7370 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
7371 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
7372
7373 2014-03-19 Pedro Alves <palves@redhat.com>
7374
7375 * gdb.base/async.exp: Remove early return.
7376
7377 2014-03-19 Pedro Alves <palves@redhat.com>
7378
7379 * gdb.base/async.exp (step& tests): Pass explicit test messages.
7380
7381 2014-03-19 Pedro Alves <palves@redhat.com>
7382
7383 * gdb.base/async.exp (test_background): Expect \r\n after
7384 "completed." in the fail pattern.
7385
7386 2014-03-19 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.base/async.exp (test_background): New procedure.
7389 Use it for all background execution command tests.
7390
7391 2014-03-19 Pedro Alves <palves@redhat.com>
7392
7393 * gdb.base/async.exp: Use prepare_for_testing.
7394
7395 2014-03-19 Pedro Alves <palves@redhat.com>
7396
7397 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
7398 the same line.
7399
7400 2014-03-19 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.base/async.c (main): Add "jump here" and "until here" line
7403 marker comments.
7404 * gdb.base/async.exp (jump_here): New global.
7405 (jump& test): Use it.
7406 (until_here): New global.
7407 (until& test): Use it.
7408
7409 2014-03-19 Pedro Alves <palves@redhat.com>
7410
7411 * gdb.base/async.exp: Don't frob gdb_protocol.
7412
7413 2014-03-18 Doug Evans <xdje42@gmail.com>
7414
7415 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
7416 Fix spelling of exec-done-display.
7417
7418 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7419
7420 PR gdb/15358
7421 * gdb.base/gdb-sigterm.c: New file.
7422 * gdb.base/gdb-sigterm.exp: New file.
7423
7424 2014-03-18 Pedro Alves <palves@redhat.com>
7425
7426 PR gdb/13860
7427 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
7428 * lib/mi-support.exp (mi_expect_stop): Add special handling for
7429 solib-event.
7430
7431 2014-03-17 Joel Brobecker <brobecker@adacore.com>
7432
7433 * gdb.ada/pckd_arr_ren: New testcase.
7434
7435 2014-03-13 Doug Evans <xdje42@gmail.com>
7436
7437 PR guile/16612
7438 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
7439 collect after discarding symbols.
7440
7441 2014-03-13 Ludovic Courtès <ludo@gnu.org>
7442 Doug Evans <xdje42@gmail.com>
7443
7444 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
7445 to history survives a gc.
7446
7447 2014-03-13 Pedro Alves <palves@redhat.com>
7448
7449 * gdb.base/default.exp: Don't test "target procfs".
7450
7451 2014-03-13 Pedro Alves <palves@redhat.com>
7452
7453 * gdb.base/default.exp: Update "target child" and "target procfs"
7454 tests to not expect "Unix".
7455
7456 2014-03-12 Tom Tromey <tromey@redhat.com>
7457
7458 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
7459 New procs. Add target-async tests.
7460 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
7461 Add target-async tests.
7462
7463 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7464
7465 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
7466 'func_start' and 'func_end' for the beginning and end of the
7467 function code, respectively.
7468 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
7469 'func_end' instead of 'func' and 'main'.
7470
7471 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7472
7473 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
7474 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
7475 generate the debug info assembler source.
7476
7477 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7478
7479 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
7480 * gdb.dwarf2/arr-subrange.exp: Likewise.
7481 * gdb.dwarf2/dwz.exp: Likewise.
7482 * gdb.dwarf2/method-ptr.exp: Likewise.
7483 * gdb.dwarf2/missing-sig-type.exp: Likewise.
7484 * gdb.dwarf2/subrange.exp: Likewise.
7485 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
7486 * gdb.dwarf2/implptrpiece.exp: Likewise.
7487 * gdb.dwarf2/nostaticblock.exp: Likewise.
7488
7489 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7490
7491 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
7492 directory to absolute path name arguments.
7493
7494 2014-03-10 Joel Brobecker <brobecker@adacore.com>
7495
7496 * gdb.ada/tagged_access: New testcase.
7497
7498 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
7499
7500 * gdb.btrace/data.exp: Update expected output.
7501
7502 2014-03-06 Yao Qi <yao@codesourcery.com>
7503
7504 * gdb.trace/pr16508.exp: New file.
7505
7506 2014-03-05 Pedro Alves <palves@redhat.com>
7507
7508 PR gdb/16575
7509 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
7510 procedure.
7511 (top level): Adjust to use it. Add tests that exercise breakpoint
7512 interaction with the code-cache.
7513
7514 2014-02-26 Ludovic Courtès <ludo@gnu.org>
7515
7516 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
7517 test for 'history-append!'.
7518
7519 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7520
7521 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
7522 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
7523 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
7524 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
7525 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
7526 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
7527
7528 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7529
7530 * testsuite/gdb.python/py-pp-re-notag.c: New file.
7531 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
7532 * testsuite/gdb.python/py-pp-re-notag.p: New file.
7533
7534 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7535
7536 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
7537
7538 2014-02-26 Joel Brobecker <brobecker@adacore.com>
7539
7540 * gdb.dwarf2/arr-stride.c: New file.
7541 * gdb.dwarf2/arr-stride.exp: New file.
7542
7543 2014-02-26 Pedro Alves <palves@redhat.com>
7544
7545 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
7546 that won't ever trigger. Make sure that GDB reports the correct
7547 breakpoint that caused the stop.
7548
7549 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7550
7551 PR gdb/16626
7552 * gdb.base/auto-load-script: New file.
7553 * gdb.base/auto-load.c: New file.
7554 * gdb.base/auto-load.exp: New file.
7555
7556 PR gdb/16626
7557 * gdb.base/auto-load.exp: Fix out-of-srctree run.
7558
7559 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7560
7561 Fix dw2-icycle.exp -fsanitize=address GDB crash.
7562 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
7563
7564 2014-02-24 Doug Evans <dje@google.com>
7565
7566 * lib/gdb.exp (run_on_host): Log error output if program fails.
7567
7568 2014-02-21 Pedro Alves <palves@redhat.com>
7569
7570 * gdb.threads/step-after-sr-lock.c: Rename to ...
7571 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
7572 * gdb.threads/step-after-sr-lock.exp: Rename to ...
7573 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7574 ... this.
7575
7576 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
7577
7578 PR tdep/16397
7579 * gdb.arch/amd64-stap-special-operands.exp: New file.
7580 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
7581 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
7582 * gdb.arch/amd64-stap-triplet.S: Likewise.
7583 * gdb.arch/amd64-stap-triplet.c: Likewise.
7584
7585 2014-02-20 Joel Brobecker <brobecker@adacore.com>
7586
7587 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
7588 in .section pseudo-op.
7589
7590 2014-02-20 lin zuojian <manjian2006@gmail.com>
7591 Joel Brobecker <brobecker@adacore.com>
7592 Doug Evans <xdje42@gmail.com>
7593
7594 PR symtab/16581
7595 * gdb.dwarf2/dw2-icycle.S: New file.
7596 * gdb.dwarf2/dw2-icycle.c: New file.
7597 * gdb.dwarf2/dw2-icycle.exp: New file.
7598
7599 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
7600
7601 * gdb.python/py-value-cc.cc: Improve test case to enable testing
7602 operations on gdb.Value objects.
7603 * gdb.python/py-value-cc.exp: Add new test to test operations on
7604 gdb.Value objects.
7605
7606 2014-02-18 Doug Evans <dje@google.com>
7607
7608 * Makefile.in (TESTS): New variable.
7609 (expanded_tests, expanded_tests_or_none): New variables
7610 (check-single): Pass $(expanded_tests_or_none) to runtest.
7611 (check-parallel): Only run tests in $(TESTS) if non-empty.
7612 (check/no-matching-tests-found): New rule.
7613 * README: Document TESTS makefile variable.
7614
7615 2014-02-18 Doug Evans <dje@google.com>
7616
7617 * Makefile.in (check-parallel): rm -rf outputs temp.
7618
7619 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7620
7621 Fix "ERROR: no fileid for" in the testsuite.
7622 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
7623
7624 2014-02-12 Doug Evans <dje@google.com>
7625
7626 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
7627 (MISCELLANEOUS): New variable.
7628 (clean): rm -rf $(MISCELLANEOUS).
7629 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
7630 dwp live in the same directory as symlinks, with each symlink pointed
7631 to a differently named file in a different directory.
7632
7633 2014-02-11 Doug Evans <dje@google.com>
7634
7635 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
7636 of Tcl file commands.
7637
7638 2014-02-10 Mark Kettenis <kettenis@gnu.org>
7639
7640 * gdb.threads/step-after-sr-lock.exp: Avoid executing
7641 "kill -SIGUSR1 -1".
7642
7643 2014-02-10 Joel Brobecker <brobecker@adacore.com>
7644
7645 * gdb.ada/tick_length_array_enum_idx: New testcase.
7646
7647 2014-02-10 Doug Evans <xdje42@gmail.com>
7648
7649 * configure.ac (AC_OUTPUT): Add gdb.guile.
7650 * configure: Regenerate.
7651 * lib/gdb-guile.exp: New file.
7652 * lib/gdb.exp (get_target_charset): New function.
7653 * gdb.base/help.exp: Update expected output from "apropos apropos".
7654 * gdb.guile/Makefile.in: New file.
7655 * gdb.guile/guile.exp: New file.
7656 * gdb.guile/scm-arch.c: New file.
7657 * gdb.guile/scm-arch.exp: New file.
7658 * gdb.guile/scm-block.c: New file.
7659 * gdb.guile/scm-block.exp: New file.
7660 * gdb.guile/scm-breakpoint.c: New file.
7661 * gdb.guile/scm-breakpoint.exp: New file.
7662 * gdb.guile/scm-disasm.c: New file.
7663 * gdb.guile/scm-disasm.exp: New file.
7664 * gdb.guile/scm-equal.c: New file.
7665 * gdb.guile/scm-equal.exp: New file.
7666 * gdb.guile/scm-error.exp: New file.
7667 * gdb.guile/scm-error.scm: New file.
7668 * gdb.guile/scm-frame-args.c: New file.
7669 * gdb.guile/scm-frame-args.exp: New file.
7670 * gdb.guile/scm-frame-args.scm: New file.
7671 * gdb.guile/scm-frame-inline.c: New file.
7672 * gdb.guile/scm-frame-inline.exp: New file.
7673 * gdb.guile/scm-frame.c: New file.
7674 * gdb.guile/scm-frame.exp: New file.
7675 * gdb.guile/scm-generics.exp: New file.
7676 * gdb.guile/scm-gsmob.exp: New file.
7677 * gdb.guile/scm-iterator.c: New file.
7678 * gdb.guile/scm-iterator.exp: New file.
7679 * gdb.guile/scm-math.c: New file.
7680 * gdb.guile/scm-math.exp: New file.
7681 * gdb.guile/scm-objfile-script-gdb.in: New file.
7682 * gdb.guile/scm-objfile-script.c: New file.
7683 * gdb.guile/scm-objfile-script.exp: New file.
7684 * gdb.guile/scm-objfile.c: New file.
7685 * gdb.guile/scm-objfile.exp: New file.
7686 * gdb.guile/scm-ports.exp: New file.
7687 * gdb.guile/scm-pretty-print.c: New file.
7688 * gdb.guile/scm-pretty-print.exp: New file.
7689 * gdb.guile/scm-pretty-print.scm: New file.
7690 * gdb.guile/scm-section-script.c: New file.
7691 * gdb.guile/scm-section-script.exp: New file.
7692 * gdb.guile/scm-section-script.scm: New file.
7693 * gdb.guile/scm-symbol.c: New file.
7694 * gdb.guile/scm-symbol.exp: New file.
7695 * gdb.guile/scm-symtab-2.c: New file.
7696 * gdb.guile/scm-symtab.c: New file.
7697 * gdb.guile/scm-symtab.exp: New file.
7698 * gdb.guile/scm-type.c: New file.
7699 * gdb.guile/scm-type.exp: New file.
7700 * gdb.guile/scm-value-cc.cc: New file.
7701 * gdb.guile/scm-value-cc.exp: New file.
7702 * gdb.guile/scm-value.c: New file.
7703 * gdb.guile/scm-value.exp: New file.
7704 * gdb.guile/source2.scm: New file.
7705 * gdb.guile/types-module.cc: New file.
7706 * gdb.guile/types-module.exp: New file.
7707
7708 2014-02-10 Yao Qi <yao@codesourcery.com>
7709
7710 PR testsuite/16543
7711 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
7712 * configure: Regenerated.
7713 * Makefile.in: New file.
7714
7715 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
7716
7717 * gdb.python/py-framefilter.exp: Fix typo.
7718
7719 2014-02-08 Yao Qi <yao@codesourcery.com>
7720
7721 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
7722 that no =breakpoint-modified is emitted when breakpoints are
7723 modified through MI commands.
7724
7725 2014-02-07 Pedro Alves <pedro@codesourcery.com>
7726 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.threads/step-after-sr-lock.c: New file.
7729 * gdb.threads/step-after-sr-lock.exp: New file.
7730
7731 2014-02-07 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
7734
7735 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7736
7737 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
7738 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
7739
7740 2014-02-06 Doug Evans <xdje42@gmail.com>
7741
7742 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
7743 output.
7744
7745 * gdb.gdb/python-interrupts.exp: New file.
7746
7747 2014-02-05 Yao Qi <yao@codesourcery.com>
7748
7749 * gdb.trace/report.exp (use_collected_data): Test the output
7750 of "info threads" and "info inferiors".
7751
7752 2014-02-05 Yao Qi <yao@codesourcery.com>
7753
7754 Revert this patch:
7755
7756 2013-05-24 Yao Qi <yao@codesourcery.com>
7757
7758 * gdb.trace/tfile.exp: Test inferior and thread.
7759
7760 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7761
7762 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
7763 on a function.
7764 * gdb.base/step-bt.c: Call hello via function pointer to make
7765 sure its first instruction is executed on powerpc64le-linux.
7766
7767 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7768
7769 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
7770
7771 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7772
7773 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
7774 of the test patterns for use on little-endian systems.
7775
7776 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
7777
7778 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
7779 (decimal_vector): Fix for little-endian.
7780
7781 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
7782
7783 * gdb.arch/sparc-sysstep.exp: New file.
7784 * gdb.arch/sparc-sysstep.c: Likewise.
7785
7786 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
7787
7788 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7789
7790 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
7791
7792 2014-01-23 Tom Tromey <tromey@redhat.com>
7793
7794 * gdb.ada/array_char_idx: New testcase.
7795
7796 2014-01-23 Tom Tromey <tromey@redhat.com>
7797
7798 PR python/16487:
7799 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
7800 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
7801 classes.
7802
7803 2014-01-23 Tom Tromey <tromey@redhat.com>
7804
7805 PR python/16491:
7806 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
7807 string from an inferior frame.
7808 * gdb.python/py-framefilter-mi.exp: Update.
7809
7810 2014-01-22 Doug Evans <dje@google.com>
7811
7812 * gdb.server/server-mon.exp: Add tests for "set debug-format".
7813
7814 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7815
7816 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
7817
7818 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7819
7820 * gdb.trace/entry-values.exp: Remove excess space character from
7821 regex patterns. Handle s390 call instruction.
7822
7823 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7824
7825 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
7826 define "*_start" label. Make "name" static.
7827 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
7828 ${name} by references to ${name}_start.
7829
7830 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
7831
7832 * gdb.base/info-macros.exp: Remove "debug" from the compile
7833 options.
7834
7835 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7836
7837 * gdb.dlang/demangle.exp: New file.
7838
7839 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7840
7841 * gdb.dlang/primitive-types.exp: New file.
7842
7843 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
7844
7845 * configure.ac: Create gdb.dlang/Makefile.
7846 * configure: Regenerate.
7847 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
7848 * gdb.dlang/Makefile.in: New file.
7849 * lib/d-support.exp: New file.
7850 * lib/gdb.exp (skip_d_tests): New proc.
7851
7852 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7853
7854 * gdb.btrace/delta.exp: Check reverse stepi.
7855 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
7856 * gdb.btrace/finish.exp: New.
7857 * gdb.btrace/next.exp: New.
7858 * gdb.btrace/nexti.exp: New.
7859 * gdb.btrace/record_goto.c: Add comments.
7860 * gdb.btrace/step.exp: New.
7861 * gdb.btrace/stepi.exp: New.
7862 * gdb.btrace/multi-thread-step.c: New.
7863 * gdb.btrace/multi-thread-step.exp: New.
7864 * gdb.btrace/rn-dl-bind.c: New.
7865 * gdb.btrace/rn-dl-bind.exp: New.
7866 * gdb.btrace/data.c: New.
7867 * gdb.btrace/data.exp: New.
7868 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7869
7870 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7871
7872 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
7873 * gdb.btrace/exception.exp: Update.
7874 * gdb.btrace/instruction_history.exp: Update.
7875 * gdb.btrace/record_goto.exp: Update.
7876 * gdb.btrace/tailcall.exp: Update.
7877 * gdb.btrace/unknown_functions.exp: Update.
7878 * gdb.btrace/delta.exp: New.
7879
7880 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7881
7882 * gdb.btrace/record_goto.exp: Add backtrace test.
7883 * gdb.btrace/tailcall.exp: Add backtrace test.
7884
7885 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7886
7887 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
7888 * gdb.btrace/record_goto.c: New.
7889 * gdb.btrace/record_goto.exp: New.
7890 * gdb.btrace/x86-record_goto.S: New.
7891
7892 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7893
7894 * gdb.btrace/function_call_history.exp: Update tests.
7895 * gdb.btrace/instruction_history.exp: Update tests.
7896
7897 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7898
7899 * gdb.btrace/function_call_history.exp: Fix expected field
7900 order for "record function-call-history".
7901 Add new tests for "record function-call-history /c".
7902 * gdb.btrace/exception.cc: New.
7903 * gdb.btrace/exception.exp: New.
7904 * gdb.btrace/tailcall.exp: New.
7905 * gdb.btrace/x86-tailcall.S: New.
7906 * gdb.btrace/x86-tailcall.c: New.
7907 * gdb.btrace/unknown_functions.c: New.
7908 * gdb.btrace/unknown_functions.exp: New.
7909 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
7910
7911 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7912
7913 * gdb.btrace/instruction_history.exp: Update.
7914 * gdb.btrace/function_call_history.exp: Update.
7915
7916 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7917
7918 * gdb.btrace/function_call_history.exp: Fix expected function
7919 trace.
7920 * gdb.btrace/instruction_history.exp: Initialize traced.
7921 Remove traced_functions.
7922
7923 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7924
7925 * gdb.btrace/function_call_history.exp: Update
7926 * gdb.btrace/instruction_history.exp: Update.
7927
7928 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7929
7930 * gdb.btrace/enable.exp: Update expected text.
7931
7932 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7933
7934 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7935 bytes.
7936
7937 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7938
7939 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7940
7941 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
7942
7943 * lib/gdb.exp (supports_process_record): Return true for
7944 arm*-linux*. (supports_reverse): Likewise.
7945
7946 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7947
7948 PR python/15464
7949 PR python/16113
7950 * gdb.python/py-type.c: Enhance test case.
7951 * gdb.python/py-value-cc.cc: Likewise
7952 * gdb.python/py-type.exp: Add new tests.
7953 * gdb.python/py-value-cc.exp: Likewise
7954
7955 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7956 Pedro Alves <palves@redhat.com>
7957
7958 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7959 Make "name" extern.
7960 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7961 references to ${name}_start by references to ${name}.
7962
7963 2014-01-10 Joel Brobecker <brobecker@adacore.com>
7964
7965 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7966
7967 2014-01-10 Joel Brobecker <brobecker@adacore.com>
7968
7969 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7970
7971 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7972 Pedro Alves <palves@redhat.com>
7973
7974 * gdb.mi/mi-info-os.exp: Connect to the target with
7975 mi_gdb_target_load.
7976
7977 2014-01-08 Pedro Alves <palves@redhat.com>
7978
7979 * gdb.threads/reconnect-signal.c: New file.
7980 * gdb.threads/reconnect-signal.exp: New file.
7981
7982 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7983
7984 * gdb.base/source-dir.exp: New file.
7985
7986 2014-01-07 Joel Brobecker <brobecker@adacore.com>
7987
7988 * gdb.ada/mi_interface: New testcase.
7989
7990 2014-01-07 Joel Brobecker <brobecker@adacore.com>
7991
7992 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7993 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7994 gdb.ada/pp-rec-component/pck.ads: New files.
7995
7996 2014-01-07 Joel Brobecker <brobecker@adacore.com>
7997
7998 * gdb.python/py-pp-integral.c: New file.
7999 * gdb.python/py-pp-integral.py: New file.
8000 * gdb.python/py-pp-integral.exp: New file.
8001
8002 For older changes see ChangeLog-1993-2013.
8003 \f
8004 ;; Local Variables:
8005 ;; mode: change-log
8006 ;; left-margin: 8
8007 ;; fill-column: 74
8008 ;; version-control: never
8009 ;; End:
8010
8011 Copyright 2014-2016 Free Software Foundation, Inc.
8012 Copying and distribution of this file, with or without modification,
8013 are permitted provided the copyright notice and this notice are preserved.
This page took 0.185797 seconds and 5 git commands to generate.