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