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