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