Fix tests for PR 18500 so that they will pass for big-endian ARM toolchains.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2 Pedro Alves <palves@redhat.com>
3
4 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
6
72015-10-19 Josh Stone <jistone@redhat.com>
8
9 * gdb.base/catch-syscall.c: Include <sched.h>.
10 (unknown_syscall): New variable.
11 (main): Trigger a vfork and an unknown syscall.
12 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
13 (unknown_syscall_number): Likewise.
14 (check_call_to_syscall): Accept an optional syscall pattern.
15 (check_return_from_syscall): Likewise.
16 (check_continue): Likewise.
17 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18 (test_catch_syscall_skipping_return): New test toggling off 'catch
19 syscall' to step over the syscall return, then toggling back on.
20 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
21 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
22 (do_syscall_tests): Call test_catch_syscall_without_args and
23 test_catch_syscall_mid_vfork.
24 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
25 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
26
272015-10-19 Andrew Stubbs <ams@codesourcery.com>
28
29 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
30 print g_vE): Add new pass patterns.
31 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
32 print various symbol names for vptr fields.
33
342015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
37 results.
38
392015-10-12 Yao Qi <yao.qi@linaro.org>
40
41 * gdb.arch/disp-step-insn-reloc.exp: New test case.
42
432015-10-12 Yao Qi <yao.qi@linaro.org>
44
45 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
46 is aarch64*-*-linux*.
47
482015-10-12 Yao Qi <yao.qi@linaro.org>
49
50 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
51 (can_relocate_bcond_true): ... it.
52 (can_relocate_bcond_false): New function.
53 (foo): Likewise.
54 (can_relocate_bl): Likewise.
55 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
56 can_relocate_bl.
57
582015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
59
60 * gdb.base/nested-addr.c: New file.
61 * gdb.base/nested-addr.exp: New testcase.
62
632015-10-09 Markus Metzger <markus.t.metzger@intel.com>
64
65 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
66 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
67 its output. Ignore the output of "record goto begin" and instead
68 check that GDB is replaying.
69
702015-10-09 Pedro Alves <palves@redhat.com>
71
72 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
73 (top level): Use it in the run with no args test.
74
752015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
76
77 * gdb.dlang/properties.exp: New file.
78
792015-10-02 Sandra Loosemore <sandra@codesourcery.com>
80
81 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
82 whether or not address 0x1000 is mapped on the target.
83
842015-09-30 Simon Marchi <simon.marchi@ericsson.com>
85
86 * gdb.python/py-type.exp: Do not run tests if binaries fail to
87 build.
88
892015-09-30 Markus Metzger <markus.t.metzger@intel.com>
90
91 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
92 instruction-history test.
93
942015-09-28 Doug Evans <dje@google.com>
95
96 * gdb.base/gcore.c (array_func): Add reference to static_array.
97
982015-09-25 Simon Marchi <simon.marchi@ericsson.com>
99
100 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
101 source line.
102
1032015-09-24 Sandra Loosemore <sandra@codesourcery.com>
104
105 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
106 short or char as base type.
107
1082015-09-23 Sandra Loosemore <sandra@codesourcery.com>
109
110 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
111 to allow any size enum.
112
1132015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
114
115 * gdb.ada/array_ptr_renaming.exp: New testcase.
116 * gdb.ada/array_ptr_renaming/foo.adb: New file.
117 * gdb.ada/array_ptr_renaming/pack.ads: New file.
118
1192015-09-21 Pierre Langlois <pierre.langlois@arm.com>
120
121 * gdb.trace/ftrace-lock.c: New file.
122 * gdb.trace/ftrace-lock.exp: New file.
123
1242015-09-21 Pierre Langlois <pierre.langlois@arm.com>
125
126 * gdb.arch/insn-reloc.c: New file.
127 * gdb.arch/ftrace-insn-reloc.exp: New file.
128
1292015-09-21 Pierre Langlois <pierre.langlois@arm.com>
130
131 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
132 instruction.
133 * gdb.trace/pendshr1.c (pendfunc): Likewise.
134 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
135 * gdb.trace/range-stepping.c: Likewise.
136 * gdb.trace/trace-break.c: Likewise.
137 * gdb.trace/trace-mt.c (thread_function): Likewise.
138 * gdb.trace/ftrace.c (marker): Likewise.
139 * gdb.trace/trace-condition.c (marker): Likewise.
140 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
141 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
142 is_aarch64_target.
143
1442015-09-18 Doug Evans <xdje42@gmail.com>
145
146 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
147 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
148
1492015-09-18 Sandra Loosemore <sandra@codesourcery.com>
150
151 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
152 the breakpoint.
153
1542015-09-18 Sandra Loosemore <sandra@codesourcery.com>
155
156 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
157 the pending breakpoint. Remove timeout override for "Run till
158 MI pending breakpoint on pendfunc3 on thread 2" test.
159
1602015-09-18 Sandra Loosemore <sandra@codesourcery.com>
161
162 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
163 filename pattern.
164
1652015-09-18 Sandra Loosemore <sandra@codesourcery.com>
166
167 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
168 in breakpoint filename pattern.
169
1702015-09-18 Sandra Loosemore <sandra@codesourcery.com>
171
172 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
173
1742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
175
176 * gdb.linespec/explicit.exp: Check for readline support for
177 tab-completion tests. Fix obvious typo.
178
1792015-09-18 Markus Metzger <markus.t.metzger@intel.com>
180
181 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
182 and replay.
183
1842015-09-18 Markus Metzger <markus.t.metzger@intel.com>
185
186 * gdb.btrace/non-stop.c: New.
187 * gdb.btrace/non-stop.exp: New.
188
1892015-09-17 Pierre Langlois <pierre.langlois@arm.com>
190 Yao Qi <yao.qi@linaro.org>
191
192 * gdb.trace/trace-condition.c: New file.
193 * gdb.trace/trace-condition.exp: New file.
194
1952015-09-16 Wei-cheng Wang <cole945@gmail.com>
196
197 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
198 for testing bytecode compilation.
199
2002015-09-16 Pedro Alves <palves@redhat.com>
201 Sandra Loosemore <sandra@codesourcery.com>
202
203 * gdb.threads/non-stop-fair-events.c (timeout): New global.
204 (SECONDS): Redefine.
205 (main): Call pthread_kill and alarm early.
206 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
207 support.
208 (test): If the target can't hardware step and doesn't support
209 displaced stepping, increase the timeout.
210
2112015-09-16 Pedro Alves <palves@redhat.com>
212
213 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
214 (enable_debug): New procedures.
215 (test): Use them. Bail out if waiting for threads fails.
216 (top level): Bail out if a test fails.
217
2182015-09-16 Yao Qi <yao.qi@linaro.org>
219
220 * gdb.asm/asm-source.exp: Set asm-arch for
221 aarch64*-*-* target.
222 * gdb.asm/aarch64.inc: New file.
223
2242015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
225
226 * gdb.ada/array_of_variable_length.exp: New testcase.
227 * gdb.ada/array_of_variable_length/foo.adb: New file.
228 * gdb.ada/array_of_variable_length/pck.adb: New file.
229 * gdb.ada/array_of_variable_length/pck.ads: New file.
230
2312015-09-15 Doug Evans <dje@google.com>
232
233 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
234 of function static local variable.
235
2362015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
237
238 * gdb.threads/tls-so_extern.exp: New test file.
239 * gdb.threads/tls-so_extern.c: New test file.
240 * gdb.threads/tls-so_extern_main.c: New test file.
241
2422015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
243
244 * gdb.opt/solib-intra-step-lib.c: New file.
245 * gdb.opt/solib-intra-step-main.c: New file.
246 * gdb.opt/solib-intra-step.exp: New file.
247
2482015-09-15 Pedro Alves <palves@redhat.com>
249
250 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
251 gdb_continue_to_breakpoint instead of gdb_test_multiple.
252
2532015-09-14 Pedro Alves <palves@redhat.com>
254
255 * gdb.base/hook-stop-continue.c: Delete.
256 * gdb.base/hook-stop-continue.exp: Delete.
257 * gdb.base/hook-stop-frame.c: Delete.
258 * gdb.base/hook-stop-frame.exp: Delete.
259 * gdb.base/hook-stop.c: New file.
260 * gdb.base/hook-stop.exp: New file.
261
2622015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
263
264 * gdb.ada/access_to_packed_array.exp: New testcase.
265 * gdb.ada/access_to_packed_array/foo.adb: New file.
266 * gdb.ada/access_to_packed_array/pack.adb: New file.
267 * gdb.ada/access_to_packed_array/pack.ads: New file.
268
2692015-09-14 Markus Metzger <markus.t.metzger@intel.com>
270
271 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
272 buffer size test.
273
2742015-09-11 Don Breazeal <donb@codesourcery.com>
275
276 * gdb.base/foll-exec.c: Add copyright header. Fix
277 formatting issues.
278 * gdb.base/foll-exec.exp (zap_session): Delete proc.
279 (do_exec_tests): Use clean_restart in place of zap_session,
280 and for test initialization. Fix formatting issues. Use
281 fail in place of perror.
282 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
283 an expect statement to match an expression with output from
284 the program under debug.
285 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
286 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
287 * gdb.threads/non-ldr-exc-2.exp: Likewise.
288 * gdb.threads/non-ldr-exc-3.exp: Likewise.
289 * gdb.threads/non-ldr-exc-4.exp: Likewise.
290
2912015-09-09 Doug Evans <dje@google.com>
292
293 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
294
2952015-09-09 Doug Evans <dje@google.com>
296
297 * gdb.base/pie-execl.exp: Fix result test of build_executable.
298
2992015-09-09 Doug Evans <dje@google.com>
300
301 * gdb.base/savedregs.exp: Fix typo.
302
3032015-09-09 Pedro Alves <palves@redhat.com>
304
305 * gdb.mi/mi-cli.exp: Add CLI finish tests.
306
3072015-09-08 Sandra Loosemore <sandra@codesourcery.com>
308
309 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
310 command actually switches threads. Give up on remaining
311 tests if target fails to stop at breakpoint.
312
3132015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
314
315 * gdb.ada/funcall_char.exp: New testcase.
316 * gdb.ada/funcall_char/foo.adb: New file.
317
3182015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
319
320 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
321 expected outputs. Add two testcases for completing ambiguous
322 functions.
323 * gdb.ada/complete/aux_pck.adb: New file.
324 * gdb.ada/complete/aux_pck.ads: New file.
325 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
326 Ambiguous_Func functions.
327 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
328 * gdb.ada/complete/pck.adb: Likewise.
329
3302015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
331
332 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
333 failures to run the test program under GDB.
334
3352015-08-26 Luis Machado <lgustavo@codesourcery.com>
336
337 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
338 to C.
339
3402015-08-26 Patrick Palka <patrick@parcs.ath.cx>
341
342 * gdb.base/run-after-attach.exp: New test file.
343 * gdb.base/run-after-attach.c: New test file.
344
3452015-08-26 Don Breazeal <donb@codesourcery.com>
346
347 * gdb.base/foll-exec-2.c: New test program.
348 * gdb.base/foll-exec-2.exp: New test.
349
3502015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
351
352 * gdb.base/nested-subp1.exp: New file.
353 * gdb.base/nested-subp1.c: New file.
354 * gdb.base/nested-subp2.exp: New file.
355 * gdb.base/nested-subp2.c: New file.
356 * gdb.base/nested-subp3.exp: New file.
357 * gdb.base/nested-subp3.c: New file.
358
3592015-08-24 Pedro Alves <palves@redhat.com>
360
361 * gdb.server/connect-without-multi-process.c: New file.
362 * gdb.server/connect-without-multi-process.exp: New file.
363
3642015-08-24 Luis Machado <lgustavo@codesourcery.com>
365
366 * gdb.opt/inline-markers.c: Make z int.
367
3682015-08-24 Luis Machado <lgustavo@codesourcery.com>
369
370 * gdb.opt/inline-markers.c: Make z volatile.
371
3722015-08-24 Luis Machado <lgustavo@codesourcery.com>
373
374 * gdb.opt/inline-bt.c: New volatile global z.
375 * gdb.opt/inline-cmds.c: Likewise.
376 * gdb.opt/inline-locals.c: Likewise.
377 * gdb.opt/inline-markers.c: New extern global z.
378 (marker): Use z.
379 (inline_fn): Likewise.
380
3812015-08-24 Pedro Alves <palves@redhat.com>
382
383 * config/m32r-stub.exp: Remove file.
384 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
385 * gdb.base/call-rt-st.exp: Likewise.
386 * gdb.base/call-strs.exp: Likewise.
387 * gdb.base/default.exp: Remove references to h8300-*-hms and
388 *-*-udi*.
389 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
390
3912015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
392
393 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
394 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
395 and "return" use KFAIL when GDB can not read/write the vector
396 return value.
397
3982015-08-21 Gary Benson <gbenson@redhat.com>
399
400 * gdb.trace/pending.exp: Cope with remote transfer warnings.
401
4022015-08-20 Pedro Alves <palves@redhat.com>
403
404 * gdb.server/solib-list.exp: No longer expect an interior stop in
405 non-stop mode.
406
4072015-08-20 Pedro Alves <palves@redhat.com>
408
409 * gdb.server/connect-stopped-target.c: New file.
410 * gdb.server/connect-stopped-target.exp: New file.
411
4122015-08-20 Pedro Alves <palves@redhat.com>
413
414 * gdb.dwarf2/comp-unit-lang.exp: New file.
415 * gdb.dwarf2/comp-unit-lang.c: New file.
416
4172015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
418
419 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
420 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
421
4222015-08-19 Kevin Buettner <kevinb@redhat.com>
423
424 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
425 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
426
4272015-08-18 Doug Evans <dje@google.com>
428 Adrian Sendroiu <adrian.sendroiu@freescale.com>
429
430 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
431 skip_python_tests. New arg prompt_regexp.
432 (skip_python_tests): New function.
433 * lib/mi-support.exp (mi_skip_python_tests): New function.
434 * gdb.python/py-mi-objfile-gdb.py: New file.
435 * gdb.python/py-mi-objfile.c: New file.
436 * gdb.python/py-mi-objfile.exp: New file.
437
4382015-08-17 Keith Seitz <keiths@redhat.com>
439
440 * gdb.linespec/explicit.exp: Move strace test from here ...
441 * gdb.trace/strace.exp: ... to here.
442
4432015-08-15 Patrick Palka <patrick@parcs.ath.cx>
444
445 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
446 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
447
4482015-08-14 Doug Evans <xdje42@gmail.com>
449
450 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
451 inferior before selecting a new file.
452
4532015-08-14 Doug Evans <xdje42@gmail.com>
454
455 * gdb.mi/mi-disassemble.exp: Update.
456 * gdb.base/disasm-optim.S: New file.
457 * gdb.base/disasm-optim.c: New file.
458 * gdb.base/disasm-optim.h: New file.
459 * gdb.base/disasm-optim.exp: New file.
460
4612015-08-14 Keith Seitz <keiths@redhat.com>
462
463 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
464 "evaluated-by".
465
4662015-08-13 Joel Brobecker <brobecker@adacore.com>
467
468 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
469
4702015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
471
472 * gdb.ada/fun_renaming.exp: New testcase.
473 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
474 * gdb.ada/fun_renaming/pack.adb: New file.
475 * gdb.ada/fun_renaming/pack.ads: New file.
476
4772015-08-12 Keith Seitz <keiths@redhat.com>
478
479 * gdb.base/dso2dso.exp: Pass basename of source file in call to
480 gdb_get_line_number.
481
4822015-08-12 Joel Brobecker <brobecker@adacore.com>
483
484 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
485 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
486 gdb.base/dso2dso.exp: New files.
487
4882015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
489 Pedro Alves <palves@redhat.com>
490 Keith Seitz <keiths@redhat.com>
491
492 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
493 GDBFLAGS.
494
4952015-08-12 Patrick Palka <patrick@parcs.ath.cx>
496
497 * gdb.base/gdbhistsize-history.exp
498 (test_histsize_history_setting): Use save_vars.
499 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
500 Use save_vars.
501 (test_no_truncation_of_unlimited_history_file): Use save_vars.
502 * gdb.base/readline.exp: Use save_vars.
503
5042015-08-12 Patrick Palka <patrick@parcs.ath.cx>
505
506 * lib/gdb.exp (save_vars): New proc.
507
5082015-08-11 Keith Seitz <keiths@redhat.com>
509
510 * gdb.base/help.exp: Update help_breakpoint_text.
511
5122015-08-11 Keith Seitz <keiths@redhat.com>
513
514 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
515 (at toplevel): Call test_explicit_breakpoints.
516 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
517 breakpoints.
518 * lib/mi-support.exp (mi_make_breakpoint): Add support for
519 breakpoint conditions, "-cond".
520
5212015-08-11 Keith Seitz <keiths@redhat.com>
522
523 * gdb.linespec/3explicit.c: New file.
524 * gdb.linespec/cpexplicit.cc: New file.
525 * gdb.linespec/cpexplicit.exp: New file.
526 * gdb.linespec/explicit.c: New file.
527 * gdb.linespec/explicit.exp: New file.
528 * gdb.linespec/explicit2.c: New file.
529 * gdb.linespec/ls-errs.exp: Add explicit location tests.
530 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
531 before using in the matching pattern.
532 Clarify that `prefix' is a regular expression.
533
5342015-08-11 Keith Seitz <keiths@redhat.com>
535
536 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
537 test.
538 Add tests for missing ",FMT" and ",".
539
5402015-08-10 Doug Evans <dje@google.com>
541 Keith Seitz <keiths@redhat.com>
542
543 PR gdb/17960
544 * gdb.base/completion.exp: Add location completer tests.
545
5462015-08-07 Pedro Alves <palves@redhat.com>
547
548 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
549 tests here.
550 (top level): Run do_test with and without displaced stepping.
551
5522015-08-07 Pedro Alves <palves@redhat.com>
553
554 * gdb.base/valgrind-disp-step.c: New file.
555 * gdb.base/valgrind-disp-step.exp: New file.
556
5572015-08-07 Pedro Alves <palves@redhat.com>
558
559 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
560 Delete function.
561 (main): Add alarm. Run an infinite loop instead of calling
562 wait_threads.
563 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
564 comment.
565 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
566 Delete function.
567 (main): Add alarm. Run an infinite loop instead of calling
568 wait_threads.
569 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
570 comment.
571
5722015-08-07 Pedro Alves <palves@redhat.com>
573
574 * gdb.base/checkpoint-ns.exp: New file.
575 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
576 standard_testfile.
577
5782015-08-07 Markus Metzger <markus.t.metzger@intel.com>
579
580 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
581 * gdb.btrace/instruction_history.exp: Update.
582 * gdb.btrace/tsx.exp: New.
583 * gdb.btrace/tsx.c: New.
584
5852015-08-06 Pedro Alves <palves@redhat.com>
586
587 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
588 increase timeout.
589 * gdb.reverse/until-precsave.exp: Bump timeouts.
590
5912015-08-06 Pedro Alves <palves@redhat.com>
592
593 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
594
5952015-08-06 Pedro Alves <palves@redhat.com>
596
597 PR gdb/18749
598 * gdb.threads/process-dies-while-handling-bp.c: New file.
599 * gdb.threads/process-dies-while-handling-bp.exp: New file.
600
6012015-08-06 Pedro Alves <palves@redhat.com>
602
603 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
604 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
605
6062015-08-05 Pedro Alves <palves@redhat.com>
607
608 * gdb.threads/next-while-other-thread-longjmps.c: New file.
609 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
610
6112015-08-03 Sandra Loosemore <sandra@codesourcery.com>
612
613 * gdb.base/bp-permanent.exp: Report test as unsupported if
614 the target cannot stop at the permanent breakpoint.
615
6162015-08-03 Doug Evans <dje@google.com>
617
618 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
619 10000.
620
6212015-08-03 Doug Evans <dje@google.com>
622
623 * Makefile.in (workers/%.worker, build-perf): New rule.
624 (GDB_PERFTEST_MODE): New variable.
625 (check-perf): Use it.
626 (clean): Clean up gdb.perf parallel build subdirs.
627 * lib/build-piece.exp: New file.
628 * lib/gdb.exp (make_gdb_parallel_path): New function
629 (standard_output_file, standard_temp_file): Call it.
630 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
631 of $GDB_PARALLEL.
632 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
633
6342015-08-03 Doug Evans <dje@google.com>
635
636 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
637 (LOG_FILE_NAME): New global.
638 (TextReporter.__init__): Initialize self.txt_sum.
639 (TextReporter.report): Add support for multiple data-points.
640 Move report to perftest.sum, put raw data in perftest.log.
641 (TextReporter.start): Open sum and log files.
642 (TextReporter.end): Close sum and log files.
643 * gdb.perf/lib/perftest/testresult.py
644 (SingleStatisticTestResult.record): Handle multiple data-points.
645
6462015-07-31 Pedro Alves <palves@redhat.com>
647
648 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
649 Use spawn_id_get_pid. Wait for spawn id after eof. Use
650 kill_wait_spawned_process instead of explicit "kill -9".
651 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
652 returning a spawn id instead of a pid. Use spawn_id_get_pid and
653 kill_wait_spawned_process.
654 * gdb.base/attach-twice.exp: Likewise.
655 * gdb.base/attach.exp: Likewise.
656 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
657 gdb_test_multiple.
658 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
659 returning a spawn id instead of a pid. Use spawn_id_get_pid and
660 kill_wait_spawned_process.
661 * gdb.base/valgrind-infcall.exp: Likewise.
662 * gdb.multi/multi-attach.exp: Likewise.
663 * gdb.python/py-prompt.exp: Likewise.
664 * gdb.python/py-sync-interp.exp: Likewise.
665 * gdb.server/ext-attach.exp: Likewise.
666 * gdb.threads/attach-into-signal.exp (corefunc): Use
667 spawn_wait_for_attach, spawn_id_get_pid and
668 kill_wait_spawned_process.
669 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
670 spawn_wait_for_attach returning a spawn id instead of a pid. Use
671 spawn_id_get_pid and kill_wait_spawned_process.
672 * gdb.threads/attach-stopped.exp (corefunc): Use
673 spawn_wait_for_attach, spawn_id_get_pid and
674 kill_wait_spawned_process.
675 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
676 Use spawn_id_get_pid. Wait for spawn id after eof. Use
677 kill_wait_spawned_process instead of explicit "kill -9".
678 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
679 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
680 (spawn_wait_for_attach): Use spawn instead of exec to spawn
681 processes. Don't map cygwin/windows pids here. Now returns a
682 spawn id list.
683
6842015-07-30 Sandra Loosemore <sandra@codesourcery.com>
685
686 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
687 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
688 correct patch.
689
6902015-07-30 Sandra Loosemore <sandra@codesourcery.com>
691
692 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
693
6942015-07-30 Sandra Loosemore <sandra@codesourcery.com>
695
696 Reapply:
697 2014-05-21 Mark Wielaard <mjw@redhat.com>
698
699 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
700
7012015-07-30 Pedro Alves <palves@redhat.com>
702
703 * linux-low.c (handle_extended_wait): Set the child's last
704 reported status to TARGET_WAITKIND_STOPPED.
705
7062015-07-30 Pedro Alves <palves@redhat.com>
707
708 PR threads/18600
709 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
710 only shows inferior 1.
711
7122015-07-30 Simon Marchi <simon.marchi@ericsson.com>
713 Pedro Alves <palves@redhat.com>
714
715 PR threads/18600
716 * gdb.threads/fork-plus-threads.c: New file.
717 * gdb.threads/fork-plus-threads.exp: New file.
718
7192015-07-29 Patrick Palka <patrick@parcs.ath.cx>
720
721 * gdb.base/batch-preserve-term-settings.exp
722 (test_terminal_settings_preserved_after_cli_exit): Use
723 send_quit_command.
724
7252015-07-29 Pedro Alves <palves@redhat.com>
726 Don Breazeal <donb@codesourcery.com>
727
728 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
729 output from both inferior_spawn_id and gdb_spawn_id.
730
7312015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
732
733 * gdb.threads/attach-into-signal.exp (corefunc): Use
734 with_test_prefix on nested loops, uniquefying the test messages.
735
7362015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
737
738 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
739 commit.
740
7412015-07-29 Patrick Palka <patrick@parcs.ath.cx>
742
743 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
744 New proc.
745 (test_terminal_settings_preserved_after_sigterm): New test.
746
7472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
748
749 * gdb.base/batch-preserve-term-settings.exp
750 (test_terminal_settings_preserved_after_cli_exit): New test.
751
7522015-07-29 Patrick Palka <patrick@parcs.ath.cx>
753
754 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
755 manipulation of saved_gdbflags.
756 (test_terminal_settings_preserved): Remove global declaration of
757 the unused variable pagination_prompt. Remove manipulation of
758 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
759 GDBFLAGS.
760
7612015-07-29 Pedro Alves <palves@redhat.com>
762
763 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
764
7652015-07-29 Pedro Alves <palves@redhat.com>
766
767 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
768 at the top.
769
7702015-07-29 Pedro Alves <palves@redhat.com>
771
772 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
773 (main): Call gdb_unbuffer_output.
774 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
775 (main): Call gdb_unbuffer_output.
776 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
777 (main): Call gdb_unbuffer_output.
778 * gdb.base/call-strs.exp: Adjust to step over the
779 gdb_unbuffer_output call.
780 * gdb.base/catch-gdb-caused-signals.c: Include
781 "../lib/unbuffer_output.c".
782 (main): Call gdb_unbuffer_output.
783 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
784 (main): Call gdb_unbuffer_output.
785 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
786 (main): Call gdb_unbuffer_output.
787 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
788 (main): Call gdb_unbuffer_output.
789 * gdb.base/shlib-call.exp: Adjust to step over the
790 gdb_unbuffer_output call.
791 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
792 (main): Call gdb_unbuffer_output.
793 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
794 (main): Call gdb_unbuffer_output.
795 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
796 (main): Rename to ...
797 (test): ... this.
798 (main): Reimplement.
799 * gdb.base/varargs.exp: Run to test instead of to main.
800 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
801 (main): Call gdb_unbuffer_output.
802
8032015-07-29 Pedro Alves <palves@redhat.com>
804
805 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
806 factore out from mi_continue_dprintf. For call-style dprintfs,
807 expect dprintf output out of $inferior_spawn_id.
808 (mi_continue_dprintf): Use mi_expect_dprintf.
809 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
810 (main): Call gdb_unbuffer_output.
811
8122015-07-29 Pedro Alves <palves@redhat.com>
813
814 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
815 (default_mi_gdb_start): Set inferior_spawn_id instead of
816 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
817 gdb_spawn_id.
818 (mi_gdb_test): Always expect inferior output from both
819 $inferior_spawn_id and $gdb_spawn_id.
820
8212015-07-29 Pedro Alves <palves@redhat.com>
822
823 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
824 send_inferior and $inferior_spawn_id.
825
8262015-07-29 Pedro Alves <palves@redhat.com>
827
828 * gdb.gdb/complaints.exp (test_initial_complaints)
829 (test_serial_complaints, test_short_complaints): Use
830 gdb_test_stdio.
831 (test_empty_complaint): Handle $inferior_spawn_id !=
832 $gdb_spawn_id.
833
8342015-07-29 Pedro Alves <palves@redhat.com>
835
836 * gdb.base/varargs.exp: Use gdb_test_stdio.
837
8382015-07-29 Pedro Alves <palves@redhat.com>
839
840 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
841
8422015-07-29 Pedro Alves <palves@redhat.com>
843
844 * gdb.base/ending-run.exp: Use gdb_test_stdio.
845
8462015-07-29 Pedro Alves <palves@redhat.com>
847
848 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
849 parameter into two new parameters, "inf_result" and "gdb_result".
850 Expect inferior output and gdb output from $inferior_spawn_id and
851 $gdb_spawn_id, respectively. Adjust all callers.
852
8532015-07-29 Pedro Alves <palves@redhat.com>
854
855 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
856 of gdb_test_sequence.
857
8582015-07-29 Pedro Alves <palves@redhat.com>
859
860 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
861 (saw_spurious_output): Expect inferior output from
862 $inferior_spawn_id. Use gdb_test_stdio.
863
8642015-07-29 Pedro Alves <palves@redhat.com>
865
866 * gdb.base/dprintf.exp: Use standard_testfile. Change
867 prepare_for_testing call.
868 (srcfile): Don't set.
869 (restart): New procedure.
870 (test_dprintf): New procecure, use to continue over dprintfs.
871 (test_call, test_agent): New procedures, tests moved here.
872 Restart gdb and recreate dprintfs. Adjust expected output.
873
8742015-07-29 Pedro Alves <palves@redhat.com>
875
876 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
877
8782015-07-29 Pedro Alves <palves@redhat.com>
879
880 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
881
8822015-07-29 Pedro Alves <palves@redhat.com>
883
884 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
885 gdb_test_stdio.
886
8872015-07-29 Pedro Alves <palves@redhat.com>
888
889 * lib/gdb.exp (gdb_test_stdio): New procedure.
890
8912015-07-29 Pedro Alves <palves@redhat.com>
892
893 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
894
8952015-07-29 Pedro Alves <palves@redhat.com>
896
897 * gdb.base/call-signal-resume.exp: Remove check for
898 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
899 * gdb.base/unwindonsignal.exp: Likewise.
900 * gdb.base/call-signals.c (gen_signal): Remove printf call.
901 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
902
9032015-07-29 Pedro Alves <palves@redhat.com>
904
905 * gdb.base/siginfo-addr.c (pass): New function.
906 (handler): Call it iff si_addr is correct.
907 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
908 Set a breakpoint at "pass" and continue to it.
909
9102015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
911
912 * gdb.python/py-objfile.exp: Make some tests have unique names.
913 * gdb.python/py-pp-registration.exp: Likewise.
914
9152015-07-28 Pedro Alves <palves@redhat.com>
916
917 * gdb.server/server-exec-info.exp: Issue a "disconnect".
918
9192015-07-27 Simon Marchi <simon.marchi@ericsson.com>
920
921 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
922
9232015-07-27 Simon Marchi <simon.marchi@ericsson.com>
924
925 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
926
9272015-07-27 Patrick Palka <patrick@parcs.ath.cx>
928
929 * gdb.base/gdb-sigterm-2.exp: New test.
930
9312015-07-25 Doug Evans <xdje42@gmail.com>
932
933 Revert:
934 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
935 (workers/%.worker, build-perf): New rule.
936 (GDB_PERFTEST_MODE): New variable.
937 (check-perf): Use it.
938 (clean): Clean up gdb.perf parallel build subdirs.
939 * lib/build-piece.exp: New file.
940 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
941 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
942 name.
943 (standard_temp_file): Ditto.
944 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
945 of $GDB_PARALLEL.
946
9472015-07-24 Doug Evans <dje@google.com>
948
949 * gdb.perf/lib/perftest/utils.py: New file.
950 * gdb.perf/gm-hello.cc: New file.
951 * gdb.perf/gm-pervasive-typedef.cc: New file.
952 * gdb.perf/gm-pervasive-typedef.h: New file.
953 * gdb.perf/gm-std.cc: New file.
954 * gdb.perf/gm-std.h: New file.
955 * gdb.perf/gm-use-cerr.cc: New file.
956 * gdb.perf/gm-utils.h: New file.
957 * gdb.perf/gmonster-null-lookup.py: New file.
958 * gdb.perf/gmonster-pervasive-typedef.py: New file.
959 * gdb.perf/gmonster-print-cerr.py: New file.
960 * gdb.perf/gmonster-ptype-string.py: New file.
961 * gdb.perf/gmonster-runto-main.py: New file.
962 * gdb.perf/gmonster-select-file.py: New file.
963 * gdb.perf/gmonster1-null-lookup.exp: New file.
964 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
965 * gdb.perf/gmonster1-print-cerr.exp: New file.
966 * gdb.perf/gmonster1-ptype-string.exp: New file.
967 * gdb.perf/gmonster1-runto-main.exp: New file.
968 * gdb.perf/gmonster1-select-file.exp: New file.
969 * gdb.perf/gmonster1.cc: New file.
970 * gdb.perf/gmonster1.exp: New file.
971 * gdb.perf/gmonster2-null-lookup.exp: New file.
972 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
973 * gdb.perf/gmonster2-print-cerr.exp: New file.
974 * gdb.perf/gmonster2-ptype-string.exp: New file.
975 * gdb.perf/gmonster2-runto-main.exp: New file.
976 * gdb.perf/gmonster2-select-file.exp: New file.
977 * gdb.perf/gmonster2.cc: New file.
978 * gdb.perf/gmonster2.exp: New file.
979
9802015-07-24 Doug Evans <dje@google.com>
981
982 * gdb.perf/README: New file.
983 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
984 * lib/gen-perf-test.exp: New file.
985
9862015-07-24 Doug Evans <dje@google.com>
987
988 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
989 (PerfTest::startup): New function.
990 (PerfTest::run): Return result of calling body.
991 (PerfTest::assemble): Rewrite.
992 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
993 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
994 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
995 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
996 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
997
9982015-07-24 Doug Evans <dje@google.com>
999
1000 * lib/gdb.exp (clean_restart): Make executable optional.
1001
10022015-07-24 Doug Evans <dje@google.com>
1003
1004 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
1005 compiler_info references.
1006 * gdb.cp/temargs.exp: Ditto.
1007 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
1008 (get_compiler_info): Early exit if already computed. Set compiler_info
1009 to "unknown" if there was a problem.
1010 (test_compiler_info): Add function comment. Call get_compiler_info.
1011
10122015-07-24 Doug Evans <dje@google.com>
1013
1014 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1015 (workers/%.worker, build-perf): New rule.
1016 (GDB_PERFTEST_MODE): New variable.
1017 (check-perf): Use it.
1018 (clean): Clean up gdb.perf parallel build subdirs.
1019 * lib/build-piece.exp: New file.
1020 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1021 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1022 name.
1023 (standard_temp_file): Ditto.
1024 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1025 of $GDB_PARALLEL.
1026
10272015-07-24 Doug Evans <dje@google.com>
1028
1029 * lib/future.exp (gdb_default_target_compile): New option
1030 "early_flags".
1031 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
1032 --as-needed.
1033
10342015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
1035
1036 * gdb.base/catch-syscall.exp: Call gdb_exit before
1037 gdb_skip_xml_test.
1038
10392015-07-24 Pedro Alves <palves@redhat.com>
1040
1041 * gdb.python/py-events.exp: Accept output between the stop event
1042 and the prompt.
1043 * gdb.python/py-evsignal.exp: Likewise.
1044 * gdb.python/py-evthreads.exp: Likewise.
1045
10462015-07-24 Pedro Alves <palves@redhat.com>
1047
1048 PR gdb/18717
1049 * gdb.threads/non-ldr-exit.c: New file.
1050 * gdb.threads/non-ldr-exit.exp: New file.
1051
10522015-07-24 Yao Qi <yao.qi@linaro.org>
1053
1054 * gdb.server/ext-wrapper.exp: Test --wrapper option when
1055 restarting process.
1056
10572015-07-24 Yao Qi <yao.qi@linaro.org>
1058
1059 * gdb.server/ext-restart.exp: New file.
1060
10612015-07-24 Yao Qi <yao.qi@linaro.org>
1062
1063 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
1064 argument options.
1065 * gdb.server/ext-wrapper.exp: New file.
1066
10672015-07-23 Doug Evans <dje@google.com>
1068
1069 * gdb.dwarf2/dw2-dummy-cu.S: New file.
1070 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
1071
10722015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
1073
1074 * gdb.ada/var_arr_typedef.exp: New testcase.
1075 * gdb.ada/var_arr_typedef/pack.adb: New file.
1076 * gdb.ada/var_arr_typedef/pack.ads: New file.
1077 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
1078
10792015-07-20 Joel Brobecker <brobecker@adacore.com>
1080
1081 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
1082
10832015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1084
1085 * gdb.arch/i386-biarch-core.exp: Replace istarget
1086 by "complete set gnutarget". Remove expectation for the "core-file"
1087 command.
1088
10892015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1090
1091 Revert the previous commit:
1092 Tests for validate symbol file using build-id.
1093
10942015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1095
1096 Tests for validate symbol file using build-id.
1097 * gdb.base/solib-mismatch-lib.c: New file.
1098 * gdb.base/solib-mismatch-libmod.c: New file.
1099 * gdb.base/solib-mismatch.c: New file.
1100 * gdb.base/solib-mismatch.exp: New file.
1101
11022015-07-15 Sandra Loosemore <sandra@codesourcery.com>
1103
1104 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
1105 nios2-*-linux*.
1106 * gdb.base/sigbpt.exp (stepi_out): Likewise.
1107 * gdb.base/siginfo.exp: Likewise.
1108 * gdb.base/sigstep.exp (advance, advancei): Likewise.
1109
11102015-07-15 Pierre Langlois <pierre.langlois@arm.com>
1111
1112 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
1113 Move it to ...
1114 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
1115 ... here.
1116 * gdb.trace/range-stepping.exp: Check that the target supports
1117 range stepping.
1118
11192015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1120
1121 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
1122
11232015-07-14 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.base/killed-outside.exp: New file.
1126 * gdb.base/killed-outside.c: New file.
1127
11282015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1129
1130 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
1131 (n at main): New.
1132 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
1133
11342015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1135
1136 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
1137 infcall tests instead of setting up for KFAIL.
1138
11392015-07-10 Markus Metzger <markus.t.metzger@intel.com>
1140
1141 * gdb.btrace/record_goto-step.exp: New.
1142
11432015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1144
1145 PR compile/18484
1146 * gdb.compile/compile.c (struct struct_type): Add volatile to
1147 selffield's type.
1148 * gdb.compile/compile.exp
1149 (compile code struct_object.selffield = &struct_object): Skip further
1150 struct_object tests if this one xfails.
1151
11522015-07-08 Robert O'Callahan <robert@ocallahan.org>
1153
1154 PR exp/18617
1155 * gdb.trace/ax.exp: Add test.
1156
11572015-07-07 Yao Qi <yao.qi@linaro.org>
1158
1159 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
1160 instead of istarget "aarch64*-*-*".
1161 * gdb.arch/aarch64-fp.exp: Likewise.
1162 * gdb.base/float.exp: Likewise.
1163 * gdb.reverse/aarch64.exp: Likewise.
1164 * lib/gdb.exp (is_aarch64_target): New proc.
1165
11662015-07-07 Yao Qi <yao.qi@linaro.org>
1167
1168 * lib/gdb.exp (is_aarch32_target): New proc.
1169 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
1170 instead of "istarget "arm*-*-*"".
1171 * gdb.arch/arm-disp-step.exp: Likewise.
1172 * gdb.arch/thumb-bx-pc.exp: Likewise.
1173 * gdb.arch/thumb-prologue.exp: Likewise.
1174 * gdb.arch/thumb-singlestep.exp: Likewise.
1175 * gdb.base/disp-step-syscall.exp: Likewise.
1176 * gdb.base/float.exp: Likewise.
1177
11782015-07-07 Yao Qi <yao.qi@linaro.org>
1179
1180 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
1181 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
1182
11832015-07-07 Yao Qi <yao.qi@linaro.org>
1184
1185 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
1186 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
1187 if it exists.
1188 * gdb.multi/multi-arch.exp: Likewise.
1189
11902015-07-07 Simon Marchi <simon.marchi@ericsson.com>
1191
1192 * gdb.python/py-lazy-string.exp: Add missing parentheses to
1193 print.
1194
11952015-07-07 Yao Qi <yao.qi@linaro.org>
1196
1197 * gdb.arch/thumb-singlestep.exp: Do one more single step.
1198
11992015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
1200
1201 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
1202 '[' and ']' characters.
1203
12042015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
1205
1206 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1207
12082015-06-29 Pedro Alves <palves@redhat.com>
1209
1210 PR threads/18127
1211 * gdb.threads/hand-call-new-thread.c: New file.
1212 * gdb.threads/hand-call-new-thread.c: New file.
1213
12142015-06-26 Keith Seitz <keiths@redhat.com>
1215 Doug Evans <dje@google.com>
1216
1217 PR 16253
1218 * gdb.cp/var-tag-2.cc: New file.
1219 * gdb.cp/var-tag-3.cc: New file.
1220 * gdb.cp/var-tag-4.cc: New file.
1221 * gdb.cp/var-tag.cc: New file.
1222 * gdb.cp/var-tag.exp: New file.
1223
12242015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1225
1226 * gdb.base/history-duplicates.exp: New test.
1227
12282015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1229
1230 * gdb.base/completion.exp: Test the completion of the "focus"
1231 command.
1232
12332015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1234
1235 * gdb.arch/amd64-prologue-skip.S: New file.
1236 * gdb.arch/amd64-prologue-skip.exp: New file.
1237
12382015-06-25 Simon Marchi <simon.marchi@ericsson.com>
1239
1240 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
1241 is_address_zero_readable check.
1242
12432015-06-24 Peter Bergner <bergner@vnet.ibm.com>
1244
1245 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
1246 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
1247
12482015-06-24 Yao Qi <yao.qi@linaro.org>
1249
1250 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
1251 linux targets.
1252
12532015-06-24 Yao Qi <yao.qi@linaro.org>
1254
1255 * lib/gdb.exp (supports_get_siginfo_type): New proc.
1256 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
1257 * gdb.base/siginfo-thread.exp: Likewise.
1258
12592015-06-22 Yao Qi <yao.qi@linaro.org>
1260
1261 * boards/remote-gdbserver-on-localhost.exp: Add comments.
1262
12632015-06-22 Yao Qi <yao.qi@linaro.org>
1264
1265 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
1266 aarch64*-*-*.
1267 (skip_hw_watchpoint_tests): Likewise.
1268
12692015-06-18 Patrick Palka <patrick@parcs.ath.cx>
1270
1271 * gdb.base/gdbinit-history.exp: Test the interaction between
1272 setting GDBHISTSIZE and setting the history size via .gdbinit.
1273
12742015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1275
1276 PR gdb/16999
1277 * gdb.base/gdbhistsize-history.exp: New test.
1278
12792015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1280
1281 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
1282 with GDBHISTSIZE.
1283 * gdb.base/readline.exp: Likewise.
1284
12852015-06-17 Yao Qi <yao.qi@linaro.org>
1286
1287 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
1288 line.
1289
12902015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1291
1292 * gdb.base/gdbinit-history.exp: Add test case to check that
1293 an unlimited history file does not get truncated on exit.
1294
12952015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1296
1297 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1298 (VECTOR): New macro. Use it...
1299 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1300 ...for these typedefs.
1301 (int8, char1, int1, double1): New typedefs.
1302 (struct just_int2, struct two_int2): New structures.
1303 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1304 (add_structvecs, add_singlevecs): New functions.
1305 (main): Call add_some_intvecs twice.
1306 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1307 the compile and exit upon failure. Try compiling for the "native"
1308 architecture. Test inferior function calls with vector arguments
1309 and vector return value handling with "finish" and "return".
1310
13112015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1312
1313 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1314 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1315 PE file.
1316 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1317
13182015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1319
1320 PR breakpoints/16465
1321 * gdb.mi/mi-dprintf-pending.c: New file.
1322 * gdb.mi/mi-dprintf-pending.exp: New test.
1323 * gdb.mi/mi-dprintf-pendshr.c: New file.
1324
13252015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1326 Mircea Gherzan <mircea.gherzan@intel.com>
1327
1328 * gdb.arch/i386-mpx-map.c: New file.
1329 * gdb.arch/i386-mpx-map.exp: New File.
1330
13312015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1332
1333 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1334 * gdb.arch/i386-mpx.exp: Indentation fixed.
1335
13362015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1337
1338 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1339 function and improved indentation.
1340 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1341 gdb_test_multiple. Added additional tests to skip the test.
1342
13432015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1344
1345 * gdb.arch/i386-avx512.c: Change path in include file.
1346 * gdb.arch/i386-avx512.exp: Change include dir path
1347 compilation flag.
1348 * gdb.arch/i386-mpx.c: Change path in include file.
1349 * gdb.arch/i386-mpx.exp: Change include dir path compilation
1350 flag.
1351
13522015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1353
1354 * gdb.compile/compile-print.exp (compile print *vararray@3)
1355 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1356
13572015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1358
1359 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1360 (do not keep jit in memory): ... this.
1361 (expect 5): Change it to ...
1362 (expect no 5): ... this.
1363
13642015-06-02 Simon Marchi <simon.marchi@ericsson.com>
1365
1366 PR gdb/15564
1367 * gdb.mi/mi-detach.exp: New file.
1368
13692015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1370
1371 PR symtab/18392
1372 * gdb.arch/amd64-tailcall-self.S: New file.
1373 * gdb.arch/amd64-tailcall-self.c: New file.
1374 * gdb.arch/amd64-tailcall-self.exp: New file.
1375
13762015-05-28 Don Breazeal <donb@codesourcery.com>
1377
1378 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1379 tests for remote targets by checking is_target_gdbserver.
1380
13812015-05-27 Doug Evans <dje@google.com>
1382
1383 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1384 * gdb.dwarf2/opaque-type-lookup.c: New file.
1385 * gdb.dwarf2/opaque-type-lookup.exp: New file.
1386
13872015-05-26 Doug Evans <dje@google.com>
1388
1389 * gdb.cp/iostream.cc: New file.
1390 * gdb.cp/iostream.exp: New file.
1391
13922015-05-26 Doug Evans <dje@google.com>
1393
1394 * gdb.dwarf2/dw2-op-call.exp: Update.
1395 * gdb.dwarf2/dw4-sig-types.exp: Update.
1396 * gdb.dwarf2/implptr.exp: Update.
1397 * gdb.mi/mi-cmd-param-changed.exp: Update.
1398
13992015-05-26 Doug Evans <dje@google.com>
1400
1401 * gdb.python/py-lazy-string.c: New file.
1402 * gdb.python/py-lazy-string.exp: New file.
1403 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1404 (main): Update. Add estring3.
1405 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1406 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1407
14082015-05-26 Omair Javaid <omair.javaid@linaro.org>
1409 Yao Qi <yao.qi@linaro.org>
1410
1411 * gdb.reverse/aarch64.c: New.
1412 * gdb.reverse/aarch64.exp: New.
1413
14142015-05-26 Omair Javaid <omair.javaid@linaro.org>
1415
1416 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1417 (supports_reverse): Likewise.
1418
14192015-05-22 Patrick Palka <patrick@parcs.ath.cx>
1420
1421 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1422 Use with_test_prefix.
1423
14242015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * gdb.base/completion.exp: Add test for completion of layout
1427 names.
1428
14292015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1430
1431 * lib/gdb.exp (skip_tui_tests): New proc.
1432 * gdb.base/tui-layout.exp: Check skip_tui_tests.
1433
14342015-05-19 Pedro Alves <palves@redhat.com>
1435
1436 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1437 Save the whole env array instead of just HOME. Unset HISTSIZE in
1438 the environment while testing. Restore whole environment
1439 afterwards.
1440
14412015-05-16 Doug Evans <xdje42@gmail.com>
1442
1443 * gdb.guile/scm-ports.c: New file.
1444 * gdb.guile/scm-ports.exp: Add memory port tests.
1445
14462015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 * gdb.compile/compile-print.c: New file.
1449 * gdb.compile/compile-print.exp: New file.
1450
14512015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1452
1453 * gdb.compile/compile-ops.exp: Cast param to void.
1454 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1455 (compile code struct_object.selffield = &struct_object): Add xfail.
1456
14572015-05-15 Joel Brobecker <brobecker@adacore.com>
1458
1459 * gdb.ada/arr_enum_with_gap: New testcase.
1460
14612015-05-15 Joel Brobecker <brobecker@adacore.com>
1462
1463 * gdb.ada/byte_packed_arr: New testcase.
1464
14652015-05-15 Joel Brobecker <brobecker@adacore.com>
1466
1467 * gdb.ada/pckd_neg: New testcase.
1468
14692015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1470
1471 PR gdb/17820
1472 * gdb.base/gdbinit-history.exp: New test.
1473 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1474 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1475
14762015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1477
1478 * gdb.python/py-xmethods.cc: Enhance test case.
1479 * gdb.python/py-xmethods.exp: New tests.
1480 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1481 function.
1482 (B_indexoper): Likewise.
1483 (global_dm_list) : Add new xmethod worker functions.
1484
14852015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1486
1487 * gdb.base/coredump-filter.exp: Correctly unset
1488 "coredump_var_addr" array.
1489
14902015-05-08 Pedro Alves <palves@redhat.com>
1491
1492 * gdb.server/non-existing-program.exp: Unset spawn_id.
1493
14942015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1495
1496 PR python/18291
1497 * gdb.python/py-xmethods.exp: Add tests.
1498
14992015-05-08 Yao Qi <yao.qi@linaro.org>
1500
1501 PR gdb/18208
1502 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1503 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1504 function set_coredump_filter, and remove remote_exec call.
1505 Remove argument ipid. Callers update.
1506 (top level): Don't get inferior's PID.
1507
15082015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1509
1510 * gdb.base/watch_thread_num.exp: Skip test on targets without
1511 access watchpoints.
1512
15132015-05-06 Pedro Alves <palves@redhat.com>
1514
1515 PR server/18081
1516 * gdb.server/non-existing-program.exp: New file.
1517
15182015-05-05 Joel Brobecker <brobecker@adacore.com>
1519
1520 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1521
15222015-05-05 Joel Brobecker <brobecker@adacore.com>
1523
1524 * gdb.ada/out_of_line_in_inlined: New testcase.
1525
15262015-05-05 Joel Brobecker <brobecker@adacore.com>
1527
1528 * gdb.ada/var_rec_arr: New testcase.
1529
15302015-04-30 Yao Qi <yao.qi@linaro.org>
1531
1532 * gdb.base/break-idempotent.exp: If
1533 skip_hw_watchpoint_multi_tests returns true, skip the tests
1534 on "rwatch" and "awatch".
1535
15362015-04-30 Yao Qi <yao.qi@linaro.org>
1537
1538 * gdb.base/relativedebug.exp: Invoke gdb command
1539 "info sharedlibrary", and if libc.so doesn't have debug info,
1540 skip the test.
1541
15422015-04-29 Doug Evans <dje@google.com>
1543
1544 * gdb.python/py-xmethods.exp: Add ptype tests.
1545 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1546 get_result_type method.
1547
15482015-04-29 Luis Machado <lgustavo@codesourcery.com>
1549
1550 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1551 the target does not support hardware watchpoints.
1552
15532015-04-29 Luis Machado <lgustavo@codesourcery.com>
1554
1555 * gdb.base/break-always.exp: Abort testing if writing to memory
1556 causes an error.
1557
15582015-04-28 Doug Evans <dje@google.com>
1559
1560 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1561 * gdb.python/py-pp-registration.exp: ... here. New file.
1562 * gdb.python/py-pp-registration.c: New file.
1563 * gdb.python/py-pp-registration.py: New file.
1564
15652015-04-28 Doug Evans <dje@google.com>
1566
1567 * gdb.python/py-bad-printers.c: New file.
1568 * gdb.python/py-bad-printers.py: New file.
1569 * gdb.python/py-bad-printers.exp: New file.
1570
15712015-04-28 Sasha Smundak <asmundak@google.com>
1572
1573 * gdb.python/py-type.exp: New test.
1574
15752015-04-28 Andy Wingo <wingo@igalia.com>
1576
1577 * gdb.python/py-parameter.exp:
1578 * gdb.guile/scm-parameter.exp: Escape the path that we are
1579 matching against, as it might contain characters that are special
1580 to regular expressions.
1581
15822015-04-27 Joel Brobecker <brobecker@adacore.com>
1583
1584 * gdb.ada/rec_comp: New testcase.
1585
15862015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1587
1588 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1589 before using it.
1590
15912015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1592
1593 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1594 new tests for verilog output.
1595
15962015-04-24 Yao Qi <yao.qi@linaro.org>
1597
1598 * boards/remote-gdbserver-on-localhost.exp: New file.
1599
16002015-04-23 Pedro Alves <palves@redhat.com>
1601
1602 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1603 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1604 "end of file", remove $inferior_spawn_id from the indirect list.
1605
16062015-04-23 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1609
16102015-04-23 Pedro Alves <palves@redhat.com>
1611
1612 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1613 on $any_spawn_id instead of only on $gdb_spawn_id.
1614
16152015-04-21 Pierre Muller <muller@sourceware.org>
1616
1617 PR pascal/17815
1618 * lib/pascal.exp (gpc_compile): Add new option "class".
1619 (fpc_compile): Likewise.
1620 * gdb.pascal/case-insensitive-symbols.pas: New file.
1621 * gdb.pascal/case-insensitive-symbols.exp: New file.
1622
16232015-04-20 Gary Benson <gbenson@redhat.com>
1624
1625 * gdb.base/attach.exp: Fix three extended remote failures.
1626
16272015-04-17 Gary Benson <gbenson@redhat.com>
1628
1629 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1630 the main executable over the remote protocol.
1631
16322015-04-16 Pedro Alves <palves@redhat.com>
1633
1634 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1635 a new gdbserver if gdbserver_reconnect_p is set.
1636
16372015-04-16 Pedro Alves <palves@redhat.com>
1638
1639 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1640 is set, don't exit gdbserver.
1641
16422015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1643
1644 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1645 appropriate .insn, such that an older assembler can be used.
1646 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1647 the z/Architecture instruction set on 31-bit targets as well.
1648
16492015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1650
1651 * gdb.go/handcall.exp: Remove all logic related to the first
1652 breakpoint and rely on go_runto_main instead.
1653 * gdb.go/strings.exp: Likewise.
1654 * gdb.go/unsafe.exp: Likewise.
1655 * gdb.go/hello.exp: Likewise. Also rename the remaining
1656 breakpoint marker to "breakpoint 1".
1657 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1658 * gdb.go/strings.go: Likewise.
1659 * gdb.go/unsafe.go: Likewise.
1660 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1661 "set breakpoint 2 here" and rename the remaining breakpoint marker
1662 to "breakpoint 1".
1663
16642015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1665
1666 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1667 if itertools.imap is not present.
1668 * gdb.python/py-objfile.exp: Add parentheses.
1669 * gdb.python/py-type.exp: Same.
1670 * gdb.python/py-unwind-maint.py: Same.
1671
16722015-04-15 Yao Qi <yao.qi@linaro.org>
1673
1674 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1675 of ":$ptr_size" and set its form explicitly.
1676
16772015-04-15 Pedro Alves <palves@redhat.com>
1678 Yao Qi <yao.qi@linaro.org>
1679
1680 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1681 timeout by factor of 4.
1682 (test_regular_watch): Likewise.
1683 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1684 * gdb.reverse/sigall-reverse.exp: Likewise.
1685 * gdb.reverse/until-precsave.exp: Likewise.
1686 * lib/gdb.exp (with_timeout_factor): New proc.
1687 (gdb_expect): Move some code to ...
1688 (get_largest_timeout): ... here. New procedure.
1689
16902015-04-14 Luis Machado <lgustavo@codesourcery.com>
1691
1692 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1693
16942015-04-13 Luis Machado <lgustavo@codesourcery.com>
1695
1696 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1697 to write to the .text section.
1698
16992015-04-13 Luis Machado <lgustavo@codesourcery.com>
1700
1701 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1702 Handle the case of targets that do not provide PID information.
1703
17042015-04-13 Yao Qi <yao.qi@linaro.org>
1705
1706 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1707 and use expect instead of gdb_expect.
1708
17092015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1710
1711 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1712 "coredump_var_addr" to avoid naming conflict with other testcases.
1713
17142015-04-10 Pedro Alves <palves@redhat.com>
1715
1716 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1717 gdb_test_sequence and gdb_assert.
1718
17192015-04-10 Pedro Alves <palves@redhat.com>
1720
1721 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1722 test messages that don't include the breakpoint address.
1723
17242015-04-10 Yao Qi <yao.qi@linaro.org>
1725
1726 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1727 false for some offset and width combinations which aren't
1728 supported by linux kernel.
1729
17302015-04-10 Pedro Alves <palves@redhat.com>
1731
1732 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1733 procedure, factored out from ...
1734 (top level): ... here. Add "set displaced-stepping" testing axis.
1735 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1736 parameter "displaced". Use it.
1737 (top level): Use foreach and add "set displaced-stepping" testing
1738 axis.
1739
17402015-04-10 Pedro Alves <palves@redhat.com>
1741
1742 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1743 Remove comment.
1744 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1745 both the address of the instruction that triggers the watchpoint
1746 and the address of the instruction immediately after, and use
1747 those addresses for the test. Fix comment.
1748
17492015-04-10 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.base/sigstep.exp (breakpoint_to_handler)
1752 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1753 Test "backtrace" in handler.
1754 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1755 (top level): Add new "displaced" test axis to
1756 breakpoint_to_handler, breakpoint_to_handler_entry and
1757 breakpoint_over_handler.
1758
17592015-04-10 Pedro Alves <palves@redhat.com>
1760
1761 PR gdb/18216
1762 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1763
17642015-04-10 Yao Qi <yao.qi@linaro.org>
1765
1766 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1767 (test_add_rn_pc): New function.
1768 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1769 (top level): Invoke test_add_rn_pc.
1770
17712015-04-10 Pedro Alves <palves@redhat.com>
1772
1773 PR gdb/13858
1774 * gdb.base/step-over-no-symbols.exp: New file.
1775
17762015-04-09 Andy Wingo <wingo@igalia.com>
1777
1778 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1779 after the Python tests.
1780
17812015-04-08 Keith Seitz <keiths@redhat.com>
1782
1783 PR python/16699
1784 * gdb.python/py-completion.exp: New tests for completion.
1785 * gdb.python/py-completion.py (CompleteLimit1): New class.
1786 (CompleteLimit2): Likewise.
1787 (CompleteLimit3): Likewise.
1788 (CompleteLimit4): Likewise.
1789 (CompleteLimit5): Likewise.
1790 (CompleteLimit6): Likewise.
1791 (CompleteLimit7): Likewise.
1792
17932015-04-08 Pedro Alves <palves@redhat.com>
1794
1795 PR gdb/18214
1796 PR gdb/18216
1797 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1798 function.
1799 (main): Install it as SIGUSR1 handler.
1800 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1801 parameter. Always use "setup" as prefix. Toggle "set
1802 displaced-stepping" off/on depending on global. Don't switch to
1803 thread 1 here.
1804 (top level): Add displaced stepping "off/on" test axis. Update
1805 "setup" calls. Wrap each subtest with with_test_prefix. Test
1806 continuing with a queued signal in each thread.
1807
18082015-04-08 Pedro Alves <palves@redhat.com>
1809
1810 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1811 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1812 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1813 Return early if running to main fails.
1814 * gdb.trace/while-stepping.exp: Likewise.
1815
18162015-04-07 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1819 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1820 interact with inferior program.
1821
18222015-04-07 Pedro Alves <palves@redhat.com>
1823
1824 * lib/gdb.exp (inferior_spawn_id): New global.
1825 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1826 spawn id after processing the user code.
1827 (default_gdb_start): Set inferior_spawn_id.
1828 (send_inferior): New procedure.
1829 * lib/gdbserver-support.exp (gdbserver_start): Set
1830 inferior_spawn_id.
1831 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1832
18332015-04-07 Pedro Alves <palves@redhat.com>
1834
1835 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1836 * lib/gdbserver-support.exp (gdbserver_start): Make
1837 $server_spawn_id global.
1838 (gdbserver_start): Don't wait for gdbserver's spawn id with
1839 expect_background.
1840 (close_gdbserver): New procedure.
1841 (gdb_exit): Rename the default version and reimplement.
1842
18432015-04-07 Pedro Alves <palves@redhat.com>
1844
1845 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
1846 append the substituted item, not the original item.
1847
18482015-04-07 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1851 gdb_expect.
1852
18532015-04-07 Pedro Alves <palves@redhat.com>
1854
1855 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1856 output appearing once only.
1857
18582015-04-07 Pedro Alves <palves@redhat.com>
1859
1860 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1861 that doesn't expect anything. Return early if running to main
1862 fails.
1863
18642015-04-07 Yao Qi <yao.qi@linaro.org>
1865
1866 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1867 (child_function): Call alarm.
1868 (main): Move call to alarm into the loop.
1869 * gdb.threads/non-stop-fair-events.exp: Build program with
1870 -DTIMEOUT=$timeout.
1871
18722015-04-06 Doug Evans <xdje42@gmail.com>
1873
1874 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1875 Fix dest parameter to board_info.
1876 (fpc_compile): Ditto.
1877 (gdb_compile_pascal): Rename dest arg to destfile.
1878
18792015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1880
1881 * gdb.ada/funcall_ref.exp: New file.
1882 * gdb.ada/funcall_ref/foo.adb: New file.
1883
18842015-04-02 Yao Qi <yao.qi@linaro.org>
1885
1886 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1887 is remote.
1888
18892015-04-02 Gary Benson <gbenson@redhat.com>
1890
1891 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1892
18932015-04-01 Sasha Smundak <asmundak@google.com>
1894
1895 * gdb.python/py-unwind-maint.c: New file.
1896 * gdb.python/py-unwind-maint.exp: New test.
1897 * gdb.python/py-unwind-maint.py: New file.
1898 * gdb.python/py-unwind.c: New file.
1899 * gdb.python/py-unwind.exp: New test.
1900 * gdb.python/py-unwind.py: New test.
1901
19022015-04-01 Pedro Alves <palves@redhat.com>
1903
1904 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1905 to fail instead of non-existent $test.
1906
19072015-04-01 Pedro Alves <palves@redhat.com>
1908
1909 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1910 GDBFLAGS if not empty.
1911
19122015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1913
1914 * gdb.ada/complete.exp: Remove "multi_line".
1915 * gdb.ada/info_exc.exp: Remove "multi_line".
1916 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1917 * gdb.ada/ptype_field.exp: Remove "multi_line".
1918 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1919 * gdb.ada/tagged.exp: Remove "multi_line".
1920 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1921 [multi_line ...]
1922 * gdb.btrace/delta.exp: Likewise.
1923 * gdb.btrace/exception.exp: Likewise.
1924 * gdb.btrace/function_call_history.exp: Likewise.
1925 * gdb.btrace/instruction_history.exp: Likewise.
1926 * gdb.btrace/nohist.exp: Likewise.
1927 * gdb.btrace/record_goto.exp: Likewise.
1928 * gdb.btrace/segv.exp: Likewise.
1929 * gdb.btrace/stepi.exp: Likewise.
1930 * gdb.btrace/tailcall.exp: Likewise.
1931 * gdb.btrace/unknown_functions.exp: Likewise.
1932 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1933 * lib/gdb.exp: Add the "multi_line" helper.
1934
19352015-04-01 Pedro Alves <palves@redhat.com>
1936
1937 * gdb.threads/tid-reuse.c: New file.
1938 * gdb.threads/tid-reuse.exp: New file.
1939
19402015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1941
1942 PR corefiles/16092
1943 * gdb.base/coredump-filter.c: New file.
1944 * gdb.base/coredump-filter.exp: Likewise.
1945
19462015-03-27 Petr Machata <pmachata@redhat.com>
1947
1948 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1949 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1950 (Dwarf::assemble): Initialize them.
1951 (Dwarf::lines): New function.
1952
19532015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1954
1955 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1956 SYMBOL_PREFIX for x86_64-*-cygwin.
1957
19582015-03-26 Andy Wingo <wingo@igalia.com>
1959
1960 PR symtab/18148
1961 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1962 const_value but not a location.
1963 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1964 location defined in non-main CUs are visible.
1965
19662015-03-26 Yao Qi <yao.qi@linaro.org>
1967
1968 PR testsuite/18139
1969 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1970 Add a line number entry for the same line.
1971 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1972 Add a line number entry for the same line.
1973
19742015-03-26 Yao Qi <yao.qi@linaro.org>
1975
1976 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1977 .int 0.
1978 (func): Likewise. Add .Lfunc_1 label.
1979 Use .Lfunc_1 label.
1980 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1981 .int 0.
1982 (func): Likewise.
1983 Use .Lfunc_1 label.
1984
19852015-03-26 Yao Qi <yao.qi@linaro.org>
1986
1987 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1988 Call gdb_compile instead to compile each .s files without debug
1989 information.
1990
19912015-03-26 Yao Qi <yao.qi@linaro.org>
1992
1993 * gdb.base/savedregs.exp (process_saved_regs): Make
1994 "Saved registers:" optional in the pattern.
1995
19962015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1997
1998 * gdb.btrace/next.exp: Merged into step.exp.
1999 * gdb.btrace/finish.exp: Merged into step.exp.
2000 * gdb.btrace/nexti.exp: Merged into stepi.exp.
2001 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
2002 "record goto" and checking the exact replay position.
2003 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
2004 check for "Recording format" in "info record" output.
2005 * gdb.btrace/record_goto.exp: Choose test file based on target.
2006 * gdb.btrace/x86-record_goto.S: Renamed into ...
2007 * gdb.btrace/x86_64-record_goto.S: ... this.
2008 * gdb.btrace/i686-record_goto.S: New.
2009 * gdb.btrace/x86-tailcall.S: Renamed into ...
2010 * gdb.btrace/x86_64-tailcall.S: ... this.
2011 * gdb.btrace/i686-tailcall.S: New.
2012 * gdb.btrace/x86-tailcall.c: Renamed into ...
2013 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
2014 separate statements. Update test.
2015 * gdb.btrace/delta.exp: Use record_goto.c as test file.
2016 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
2017 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
2018 * gdb.btrace/tailcall.exp: Choose test file based on target.
2019 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
2020
20212015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2022
2023 * gdb.btrace/exception.exp: Increase BTS buffer size.
2024
20252015-03-24 Pedro Alves <palves@redhat.com>
2026
2027 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
2028
20292015-03-24 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.threads/schedlock.exp (test_step): No longer expect that
2032 "set scheduler-locking step" with "next" over a function call runs
2033 threads unlocked.
2034
20352015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2036
2037 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
2038
20392015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2040
2041 PR breakpoints/16466
2042 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
2043 * gdb.mi/mi-pending.c (thread_func): New function.
2044 (int main): Add threading support required.
2045 * gdb.mi/mi-pending.exp: Add tests for this issue.
2046 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
2047 (pendfunc2): Remove stdio dependency.
2048 * gdb.mi/mi-pendshr2.c: New file.
2049
20502015-03-23 Keith Seitz <keiths@redhat.com>
2051
2052 * gdb.linespec/keywords.c: New file.
2053 * gdb.linespec/keywords.exp: New file.
2054
20552015-03-23 Keith Seitz <keiths@redhat.com>
2056
2057 PR gdb/18021
2058 * gdb.dwarf2/staticvirtual.exp: New test.
2059
20602015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2061
2062 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
2063 * README: Remove HP-UX and gdb.hp.
2064 (configuration):
2065 * configure: Regenerate.
2066 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
2067 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
2068 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
2069 gdb.hp/gdb.defects/Makefile.
2070 * gdb.hp/Makefile.in: File deleted.
2071 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
2072 * gdb.hp/gdb.aCC/optimize.c: File deleted.
2073 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
2074 * gdb.hp/gdb.aCC/run.c: File deleted.
2075 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
2076 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
2077 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
2078 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
2079 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
2080 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
2081 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
2082 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
2083 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
2084 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
2085 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
2086 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
2087 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
2088 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
2089 * gdb.hp/gdb.base-hp/reg.s: File deleted.
2090 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
2091 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
2092 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
2093 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
2094 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
2095 * gdb.hp/gdb.compat/Makefile.in: File deleted.
2096 * gdb.hp/gdb.compat/average.c: File deleted.
2097 * gdb.hp/gdb.compat/sum.c: File deleted.
2098 * gdb.hp/gdb.compat/xdb.c: File deleted.
2099 * gdb.hp/gdb.compat/xdb0.c: File deleted.
2100 * gdb.hp/gdb.compat/xdb0.h: File deleted.
2101 * gdb.hp/gdb.compat/xdb1.c: File deleted.
2102 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
2103 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
2104 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
2105 * gdb.hp/gdb.defects/Makefile.in: File deleted.
2106 * gdb.hp/gdb.defects/bs14602.c: File deleted.
2107 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
2108 * gdb.hp/gdb.defects/solib-d.c: File deleted.
2109 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
2110 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
2111 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
2112 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
2113 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
2114 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
2115 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
2116 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
2117 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
2118 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
2119 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
2120 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
2121 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
2122 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
2123 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
2124 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
2125 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
2126 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
2127 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
2128 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
2129 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
2130 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
2131 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
2132 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
2133 * gdb.hp/tools/odump: File deleted.
2134
21352015-03-19 Pedro Alves <palves@redhat.com>
2136
2137 * gdb.threads/continue-pending-status.exp (saw_thread_2)
2138 (saw_thread_3): New globals.
2139 (top level): Increment them when an event for the corresponding
2140 thread is seen.
2141 (no thread starvation): New test.
2142
21432015-03-19 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.threads/continue-pending-status.c: New file.
2146 * gdb.threads/continue-pending-status.exp: New file.
2147
21482015-03-18 Pedro Alves <palves@redhat.com>
2149
2150 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2151 Use gdb_is_target_remote instead of is_remote. Use
2152 gdb_test_multiple instead of gdb_expect. Exit early if
2153 gdb_test_multiple hits its internal matches. Tighten stepi tests
2154 expected output. Fail on exit with any signal, instead of just
2155 SIGILL.
2156
21572015-03-18 Yao Qi <yao.qi@linaro.org>
2158
2159 PR tdep/18107
2160 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
2161 variable.
2162 * gdb.base/catch-syscall.exp: Don't skip it on
2163 aarch64*-*-linux* target. Remove elements in all_syscalls.
2164 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
2165 target.
2166 (setup_all_syscalls): New proc.
2167
21682015-03-16 Yao Qi <yao.qi@linaro.org>
2169
2170 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
2171 (top level): Skip tests if valid_addr_p returns false for
2172 $cmd1 or $cmd2.
2173
21742015-03-11 Andy Wingo <wingo@igalia.com>
2175
2176 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
2177
21782015-03-11 Yao Qi <yao.qi@linaro.org>
2179
2180 * gdb.base/catch-syscall.exp: Fix typo in comments.
2181
21822015-03-11 Yao Qi <yao.qi@linaro.org>
2183
2184 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
2185
21862015-03-09 Pedro Alves <palves@redhat.com>
2187
2188 * dg-extract-results.py: Delete.
2189
21902015-03-09 Pedro Alves <palves@redhat.com>
2191
2192 Merge dg-extract-results.sh from GCC upstream (r218843).
2193
2194 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2195 * dg-extract-results.sh: Use --text with grep to avoid issues with
2196 binary files. Fall back to cat -v, if that doesn't work.
2197
21982015-03-05 Pedro Alves <palves@redhat.com>
2199
2200 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
2201
22022015-03-04 Simon Marchi <simon.marchi@ericsson.com>
2203
2204 * lib/mi-support.exp (mi_expect_interrupt): Accept
2205 alternative event for when in all-stop mode.
2206
22072015-03-04 Pedro Alves <palves@redhat.com>
2208
2209 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
2210
22112015-03-04 Mark Kettenis <kettenis@gnu.org>
2212
2213 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
2214
22152015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2216
2217 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
2218 regexps for GDB's current line display, accept a hex address
2219 preceding the line number.
2220
22212015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2222
2223 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
2224 the 'arch1' variable for "s390*-linux*" targets.
2225
22262015-03-04 Pedro Alves <palves@redhat.com>
2227
2228 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
2229 (main): Pass missing retval argument to pthread_join call.
2230
22312015-03-02 Pedro Alves <palves@redhat.com>
2232
2233 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
2234 (top level): Call do_test with non-stop as well.
2235
22362015-03-02 Pedro Alves <palves@redhat.com>
2237
2238 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
2239 -1.
2240
22412015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2242
2243 * gdb.arch/s390-vregs.exp: New test.
2244 * gdb.arch/s390-vregs.S: New file.
2245
22462015-02-27 Pedro Alves <palves@redhat.com>
2247
2248 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
2249 call to catch_command_errors.
2250 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
2251 catch_command_errors.
2252
22532015-02-27 Pedro Alves <palves@redhat.com>
2254
2255 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
2256 "true" for boolean result.
2257 * gdb.gdb/selftest.exp (test_with_self): Also accept full
2258 prototype of main.
2259
22602015-02-27 Pedro Alves <palves@redhat.com>
2261
2262 * lib/unbuffer_output.c: New file.
2263 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
2264 (main): Call gdb_unbuffer_output.
2265
22662015-02-27 Yao Qi <yao.qi@linaro.org>
2267
2268 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
2269 target.
2270
22712015-02-26 Doug Evans <dje@google.com>
2272
2273 * gdb.cp/class2.cc (Dbase, D): New classes.
2274 (main): New local delta.
2275 * gdb.cp/class2.exp: Test printing delta.
2276 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
2277 (dynbar): New global.
2278 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
2279
22802015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2281
2282 * gdb.compile/compile-ifunc.c: New file.
2283 * gdb.compile/compile-ifunc.exp: New file.
2284
22852015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
2286
2287 * gdb.base/structs.exp: Check for correct struct on finish.
2288
22892015-02-26 Yao Qi <yao.qi@linaro.org>
2290
2291 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
2292 is zero.
2293
22942015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2295
2296 * gdb.arch/cordic.ko.bz2: New file.
2297 * gdb.arch/cordic.ko.debug.bz2: New file.
2298 * gdb.arch/ppc64-symtab-cordic.exp: New file.
2299
23002015-02-25 Yao Qi <yao.qi@linaro.org>
2301
2302 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2303 aarch64*-*-* target.
2304
23052015-02-23 Pedro Alves <palves@redhat.com>
2306
2307 * lib/gdb.exp (delete_breakpoints): Rewrite using
2308 gdb_test_multiple.
2309
23102015-02-23 Pedro Alves <palves@redhat.com>
2311
2312 * gdb.base/info-os.c: Include stdlib.h.
2313
23142015-02-22 Doug Evans <xdje42@gmail.com>
2315
2316 PR symtab/17855
2317 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2318 is read after symbols have been re-read.
2319 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2320 * gdb.ada/exec_changed/second.adb (Second): Ditto.
2321
23222015-02-21 Doug Evans <dje@google.com>
2323
2324 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2325
23262015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2327
2328 PR corefiles/17808
2329 * gdb.arch/i386-biarch-core.core.bz2: New file.
2330 * gdb.arch/i386-biarch-core.exp: New file.
2331
23322015-02-21 Pedro Alves <palves@redhat.com>
2333
2334 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2335 runto_main fails.
2336
23372015-02-20 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2340 info probes.
2341
23422015-02-20 Pedro Alves <palves@redhat.com>
2343
2344 * gdb.threads/multi-create-ns-info-thr.exp: New file.
2345
23462015-02-20 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
2349 clean_restart before gdb_target_supports_trace.
2350
23512015-02-20 Pedro Alves <palves@redhat.com>
2352
2353 PR threads/18006
2354 * gdb.threads/clone-thread_db.c: New file.
2355 * gdb.threads/clone-thread_db.exp: New file.
2356
23572015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
2358
2359 PR breakpoints/16812
2360 * gdb.base/catch-gdb-caused-signals.c: New file.
2361 * gdb.base/catch-gdb-caused-signals.exp: New file.
2362
23632015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
2364
2365 * configure: Regenerated.
2366 * configure.ac: Use GDB_AC_TRANSFORM.
2367 * aclocal.m4: sinclude ../transform.m4.
2368
23692015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2370
2371 * lib/dtrace.exp: New file.
2372 * gdb.base/dtrace-probe.exp: Likewise.
2373 * gdb.base/dtrace-probe.d: Likewise.
2374 * gdb.base/dtrace-probe.c: Likewise.
2375 * lib/pdtrace.in: Likewise.
2376 * configure.ac: Output variables with the transformed names of
2377 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
2378 * configure: Regenerated.
2379
23802015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2381
2382 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2383 expected message when trying to access $_probe_* convenience
2384 variables while not on a probe.
2385
23862015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2387
2388 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2389
23902015-02-11 Pedro Alves <pedro@codesourcery.com>
2391
2392 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2393 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2394
23952015-02-10 Doug Evans <xdje42@gmail.com>
2396
2397 * lib/gdb.exp (gdb_load): Always return a result.
2398
23992015-02-10 Pedro Alves <palves@redhat.com>
2400
2401 * gdb.threads/signal-sigtrap.c: New file.
2402 * gdb.threads/signal-sigtrap.exp: New file.
2403
24042015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2405
2406 * gdb.trace/no-attach-trace.c: New file.
2407 * gdb.trace/no-attach-trace.exp: New file.
2408
24092015-02-09 Mark Wielaard <mjw@redhat.com>
2410
2411 * gdb.dwarf2/atomic.c: New file.
2412 * gdb.dwarf2/atomic-type.exp: Likewise.
2413
24142015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2415
2416 * gdb.btrace/buffer-size.exp: Update "info record" output.
2417 * gdb.btrace/delta.exp: Update "info record" output.
2418 * gdb.btrace/enable.exp: Update "info record" output.
2419 * gdb.btrace/finish.exp: Update "info record" output.
2420 * gdb.btrace/instruction_history.exp: Update "info record" output.
2421 * gdb.btrace/next.exp: Update "info record" output.
2422 * gdb.btrace/nexti.exp: Update "info record" output.
2423 * gdb.btrace/step.exp: Update "info record" output.
2424 * gdb.btrace/stepi.exp: Update "info record" output.
2425 * gdb.btrace/nohist.exp: Update "info record" output.
2426
24272015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2428
2429 * gdb.btrace/buffer-size: New.
2430
24312015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2432
2433 * gdb.btrace/delta.exp: Update "info record" output.
2434 * gdb.btrace/enable.exp: Update "info record" output.
2435 * gdb.btrace/finish.exp: Update "info record" output.
2436 * gdb.btrace/instruction_history.exp: Update "info record" output.
2437 * gdb.btrace/next.exp: Update "info record" output.
2438 * gdb.btrace/nexti.exp: Update "info record" output.
2439 * gdb.btrace/step.exp: Update "info record" output.
2440 * gdb.btrace/stepi.exp: Update "info record" output.
2441 * gdb.btrace/nohist.exp: Update "info record" output.
2442
24432015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2444
2445 PR gdb/15678
2446 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2447
24482015-02-06 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2451 macro.
2452 (seconds_left, again): New globals.
2453 (main): Wait seconds_left in a 1-second sleep loop instead of
2454 sleeping 180 seconds. If 'again' is set, reset the seconds
2455 counter.
2456 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2457 'again' in the inferior before detaching. Print the seconds left.
2458 (options): New global.
2459 (top level): Build program with -DTIMEOUT=$timeout.
2460
24612015-02-06 Pedro Alves <palves@redhat.com>
2462
2463 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2464 determine how many seconds to pass to 'alarm'.
2465 * gdb.base/gdb-sigterm.exp (top level): Build program with
2466 -DTIMEOUT=$timeout.
2467 (do_test): Return success/failure indication. Add more verbose
2468 logging. Don't fail if 200 single steps are seen. Instead, fail
2469 when the test times out.
2470 (passes): New global.
2471 (top level): Break the testing loop if testing fails on any
2472 iteration. Use gdb_assert.
2473
24742015-02-04 Don Breazeal <donb@codesourcery.com>
2475
2476 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2477 and initialize them.
2478 (ipc_cleanup): New function.
2479 (main): Don't declare shmid, semid, and msqid. Add a call to
2480 atexit so that we call ipc_cleanup on exit.
2481
24822015-02-04 Pedro Alves <palves@redhat.com>
2483
2484 * boards/native-extended-gdbserver.exp: Remove any target variant
2485 specifications from the board name before clearing the isremote
2486 flag from board_info.
2487
24882015-01-31 Doug Evans <xdje42@gmail.com>
2489
2490 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2491
24922015-01-31 Gary Benson <gbenson@redhat.com>
2493
2494 * gdb.base/completion.exp: Disable completion limiting for
2495 existing tests. Add new tests to check completion limiting.
2496 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2497
24982015-01-31 Doug Evans <xdje42@gmail.com>
2499
2500 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2501
25022015-01-31 Doug Evans <xdje42@gmail.com>
2503
2504 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2505 entries. Duplicate file section script entries.
2506 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2507 inlined entries. Add test for safe-path rejection.
2508 * gdb.python/py-section-script.c: Add duplicate inlined section script
2509 entries. Duplicate file section script entries.
2510 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2511 inlined entries. Add test for safe-path rejection.
2512
25132015-01-29 Joel Brobecker <brobecker@adacore.com>
2514
2515 * gdb.ada/disc_arr_bound: New testcase.
2516
25172015-01-29 Joel Brobecker <brobecker@adacore.com>
2518
2519 * gdb.ada/mi_var_array: New testcase.
2520
25212015-01-27 Doug Evans <dje@google.com>
2522
2523 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2524 Add test for objfile.filename, objfile.username after objfile
2525 has been unloaded.
2526
25272015-01-26 Joel Brobecker <brobecker@adacore.com>
2528
2529 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2530 the second test to print the name attribute of value
2531 returned by the call to gdb.lookup_type, and adjust
2532 the expected output accordingly.
2533
25342015-01-25 Mark Wielaard <mjw@redhat.com>
2535
2536 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2537 * gdb.base/disp-step-fork.c: Include unistd.h.
2538 * gdb.base/siginfo-obj.c: Include stdio.h.
2539 * gdb.base/siginfo-thread.c: Likewise.
2540 * gdb.mi/non-stop.c: Include unistd.h.
2541 * gdb.mi/nsthrexec.c: Include stdio.h.
2542 * gdb.mi/pthreads.c: Include unistd.h.
2543 * gdb.modula2/unbounded1.c (main): Declare returns int.
2544 * gdb.reverse/consecutive-reverse.c: Likewise.
2545 * gdb.threads/create-fail.c: Include unistd.h.
2546 * gdb.threads/killed.c: Likewise.
2547 * gdb.threads/linux-dp.c: Likewise.
2548 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2549 * gdb.threads/non-ldr-exc-2.c: Likewise.
2550 * gdb.threads/non-ldr-exc-3.c: Likewise.
2551 * gdb.threads/non-ldr-exc-4.c: Likewise.
2552 * gdb.threads/pthreads.c: Include unistd.h.
2553 (main): Declare returns int.
2554 * gdb.threads/tls-main.c (foo): New declaration.
2555 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2556
25572015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2558
2559 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2560 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2561
25622015-01-15 Mark Wielaard <mjw@redhat.com>
2563
2564 * gdb.base/noreturn-return.c: New file.
2565 * gdb.base/noreturn-return.exp: New file.
2566 * gdb.base/noreturn-finish.c: New file.
2567 * gdb.base/noreturn-finish.exp: New file.
2568
25692015-01-23 Pedro Alves <palves@redhat.com>
2570
2571 * gdb.threads/continue-pending-after-query.c: New file.
2572 * gdb.threads/continue-pending-after-query.exp: New file.
2573
25742015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2575 Simon Marchi <simon.marchi@ericsson.com>
2576
2577 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2578 * gdb.base/valgrind-db-attach.exp: Same.
2579 * gdb.base/valgrind-infcall.exp: Same.
2580 * lib/mi-support.exp (default_mi_gdb_start): Same.
2581 * lib/prompt.exp (default_prompt_gdb_start): Same.
2582 * lib/gdb.exp (default_gdb_spawn): Same.
2583 (gdb_interact): New.
2584
2585
25862015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2587
2588 * gdb.compile/compile.exp (pointer to jit function): New test.
2589
25902015-01-17 Wei-cheng Wang <cole945@gmail.com>
2591
2592 * lib/gdb.exp (supports_process_record): Return true for
2593 powerpc*-*-linux*.
2594 (supports_reverse): Likewise.
2595
25962015-01-15 Don Breazeal <donb@codesourcery.com>
2597
2598 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2599 instead of checking whether the target board is remote and
2600 use spawn_wait_for_attach instead of exec/sleep.
2601 * gdb.base/attach-twice.exp: Likewise.
2602
26032015-01-15 Joel Brobecker <brobecker@adacore.com>
2604
2605 * gdb.ada/var_arr_attrs: New testcase.
2606
26072015-01-14 Pedro Alves <palves@redhat.com>
2608 Joel Brobecker <brobecker@adacore.com>
2609
2610 PR gdb/17525
2611 * gdb.base/bp-cmds-execution-x-script.c: New file.
2612 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2613 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2614
26152015-01-14 Pedro Alves <palves@redhat.com>
2616
2617 PR cli/17828
2618 * gdb.base/batch-preserve-term-settings.c: New file.
2619 * gdb.base/batch-preserve-term-settings.exp: New file.
2620
26212015-01-13 Doug Evans <dje@google.com>
2622
2623 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2624 binary.
2625
26262015-01-13 Joel Brobecker <brobecker@adacore.com>
2627
2628 * Makefile.in (clean mostlyclean): Do not delete *.py.
2629
26302015-01-13 Joel Brobecker <brobecker@adacore.com>
2631
2632 * gdb.python/py-lookup-type.exp: New file.
2633
26342015-01-12 Pedro Alves <palves@redhat.com>
2635
2636 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2637 restore GDBFLAGS before returning.
2638
26392015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2640
2641 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2642 is_amd64_regs_target and is_x86_like_target.
2643
26442015-01-11 Doug Evans <xdje42@gmail.com>
2645
2646 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2647 is given without an explicit form.
2648 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2649 attributes.
2650 * gdb.dwarf/corrupt.exp: Ditto.
2651 * gdb.dwarf2/enum-type.exp: Ditto.
2652 * gdb.trace/entry-values.exp: Ditto.
2653 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2654
26552015-01-11 Doug Evans <xdje42@gmail.com>
2656
2657 PR gdb/15830
2658 * gdb.base/maint.exp: Remove references to "maint demangle".
2659 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2660 Add tests for explicitly specifying language to demangle.
2661 * gdb.dlang/demangle.exp: Ditto.
2662
26632015-01-09 Pedro Alves <palves@redhat.com>
2664
2665 * gdb.threads/non-stop-fair-events.c: New file.
2666 * gdb.threads/non-stop-fair-events.exp: New file.
2667
26682015-01-09 Pedro Alves <palves@redhat.com>
2669
2670 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2671 the global scope. Set a breakpoint after all threads are started
2672 rather than stepping over two source lines. Expect the prompt.
2673 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2674 global.
2675 (NUM): Now 15.
2676 (main): Use threads_started_barrier to wait for all threads to
2677 start. Main thread no longer calls thread_function. Exit after
2678 180 seconds.
2679 (loop): New function.
2680 (thread_function): Wait on threads_started_barrier barrier. Call
2681 'loop' at each iteration.
2682 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2683 threads have started, instead of hardcoding number of "next"
2684 steps. Use an access watchpoint instead of a write watchpoint.
2685
26862015-01-09 Pedro Alves <palves@redhat.com>
2687
2688 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2689 (thread_func): Wait on barrier.
2690 (main): Wait for all threads to start before stopping GDB.
2691 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2692 global.
2693 (thread1_func, thread2_func): Wait on barrier.
2694 (main): Wait for all threads to start before stopping GDB.
2695 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2696 New global.
2697 (thread1_func, thread2_func): Wait on barrier.
2698 (main): Wait for all threads to start before stopping GDB.
2699
27002015-01-09 Pedro Alves <palves@redhat.com>
2701
2702 * gdb.threads/attach-many-short-lived-threads.c: New file.
2703 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2704
27052014-01-09 Pedro Alves <palves@redhat.com>
2706
2707 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2708 instead of to thread 2.
2709 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2710 Add barrier around each pthread_create call instead of around all
2711 calls.
2712 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2713 Set a break on thread_function and have the child threads hit it
2714 one at at a time.
2715
27162015-01-09 Pedro Alves <palves@redhat.com>
2717
2718 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2719 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2720 false.
2721 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2722 checking whether the target board is remote.
2723 * gdb.multi/multi-attach.exp: Likewise.
2724 * gdb.python/py-sync-interp.exp: Likewise.
2725 * gdb.server/ext-attach.exp: Likewise.
2726 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2727 tests that need to attach, instead of checking whether the target
2728 board is remote at the top of the file.
2729
27302015-01-08 Yao Qi <yao@codesourcery.com>
2731
2732 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2733
27342015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2735
2736 Fix testcase compilation.
2737 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2738
27392015-01-06 Joel Brobecker <brobecker@adacore.com>
2740
2741 * gdb.python/py-type.exp: Add a couple test about empty
2742 array creation, and negative-length array creation.
2743
27442015-01-02 Doug Evans <xdje42@gmail.com>
2745
2746 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2747
27482015-01-02 Doug Evans <dje@google.com>
2749
2750 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2751
27522014-12-29 Yao Qi <yao@codesourcery.com>
2753
2754 * gdb.trace/entry-values.exp: Update comments. Rename variable
2755 bar_call_foo to returned_from_foo.
2756
27572014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2758
2759 PR gdb/17394
2760 * gdb.linespec/break-asm-file.c: New file.
2761 * gdb.linespec/break-asm-file.exp: New file.
2762 * gdb.linespec/break-asm-file0.s: New file.
2763 * gdb.linespec/break-asm-file1.s: New file.
2764
27652014-12-18 Nigel Stephens <nigel@mips.com>
2766 Maciej W. Rozycki <macro@codesourcery.com>
2767
2768 * gdb.base/float.exp: Handle the new output from "info float" on
2769 MIPS targets.
2770
27712014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2772
2773 Fix MinGW compilation.
2774 * gdb.compile/compile-ops.exp: Update untested message if
2775 !skip_compile_feature_tests.
2776 * gdb.compile/compile-setjmp.exp: Likewise.
2777 * gdb.compile/compile-tls.exp: Likewise.
2778 * gdb.compile/compile.exp: Likewise.
2779 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2780 supported on this host".
2781
27822014-12-16 Doug Evans <xdje42@gmail.com>
2783
2784 * boards/stabs.exp: New file.
2785
27862014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2787
2788 * gdb.base/completion.exp: Adjust to format changes of "maint
2789 print user-registers".
2790
27912014-12-16 Catalin Udma <catalin.udma@freescale.com>
2792
2793 PR server/17457
2794 * gdb.arch/aarch64-fp.c: New file.
2795 * gdb.arch/aarch64-fp.exp: New file.
2796
27972014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2798
2799 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2800 r210637, r210913, r211666, r215400, r215817).
2801
2802 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2803 * dg-extract-results.py: New file.
2804 * dg-extract-results.sh: Use it if the environment seems
2805 suitable.
2806
2807 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2808
2809 * dg-extract-results.py (parse_run): Handle warnings that
2810 are printed before a test harness is run.
2811
2812 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2813
2814 * dg-extract-results.py (Named): Remove __cmp__ method.
2815 (output_variation): Use a key to sort variation.harnesses.
2816
2817 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2818
2819 * dg-extract-results.py: For Python 3, force sys.stdout to
2820 handle surrogate escape sequences.
2821 (safe_open): New function.
2822 (output_segment, main): Use it.
2823
2824 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2825
2826 * dg-extract-results.py (Prog.result_re): Include options
2827 in test name.
2828
2829 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2830
2831 * dg-extract-results.py (output_variation): Always sort if
2832 do_sum.
2833
28342014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2835
2836 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2837 as long as we get pagination notifications.
2838
28392014-12-15 Jason Merrill <jason@redhat.com>
2840
2841 * Makefile.in (check-gdb.%): Restore.
2842 * README: Mention it.
2843
28442014-12-13 Joel Brobecker <brobecker@adacore.com>
2845
2846 * gdb.ada/str_uninit: New testcase.
2847
28482014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2849
2850 PR symtab/17642
2851 * gdb.base/vla-stub-define.c: New file.
2852 * gdb.base/vla-stub.c: New file.
2853 * gdb.base/vla-stub.exp: New file.
2854
28552014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2856 Jan Kratochvil <jan.kratochvil@redhat.com>
2857 Tom Tromey <tromey@redhat.com>
2858
2859 * configure.ac: Add gdb.compile/.
2860 * configure: Regenerate.
2861 * gdb.compile/Makefile.in: New file.
2862 * gdb.compile/compile-ops.exp: New file.
2863 * gdb.compile/compile-ops.c: New file.
2864 * gdb.compile/compile-tls.c: New file.
2865 * gdb.compile/compile-tls.exp: New file.
2866 * gdb.compile/compile-constvar.S: New file.
2867 * gdb.compile/compile-constvar.c: New file.
2868 * gdb.compile/compile-mod.c: New file.
2869 * gdb.compile/compile-nodebug.c: New file.
2870 * gdb.compile/compile-setjmp-mod.c: New file.
2871 * gdb.compile/compile-setjmp.c: New file.
2872 * gdb.compile/compile-setjmp.exp: New file.
2873 * gdb.compile/compile-shlib.c: New file.
2874 * gdb.compile/compile.c: New file.
2875 * gdb.compile/compile.exp: New file.
2876 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2877
28782014-12-12 Tom Tromey <tromey@redhat.com>
2879
2880 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2881 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2882
28832014-12-12 Doug Evans <dje@google.com>
2884
2885 * lib/gdb-python.exp (get_python_valueof): New function.
2886 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2887
28882014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2889
2890 * gdb.base/completion.exp: Add test for completion of "info
2891 registers ".
2892
28932014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2894
2895 * gdb.base/func-ptrs.c: New file.
2896 * gdb.base/func-ptrs.exp: New file.
2897
28982014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2899
2900 PR breakpoints/17012
2901 * gdb.base/dprintf-detach.c: New file.
2902 * gdb.base/dprintf-detach.exp: New file.
2903
29042014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2905
2906 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2907 * lib/gdb.exp (target_is_gdbserver): New procedure.
2908
29092014-12-08 Doug Evans <dje@google.com>
2910
2911 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2912
29132014-12-05 Yao Qi <yao@codesourcery.com>
2914
2915 * gdb.guile/scm-error.exp: Remove the third argument to
2916 gdb_remote_download.
2917 * gdb.guile/scm-frame-args.exp: Likewise.
2918 * gdb.guile/scm-section-script.exp: Likewise.
2919
29202014-12-05 Yao Qi <yao@codesourcery.com>
2921
2922 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2923
29242014-12-04 Doug Evans <dje@google.com>
2925
2926 * gdb.python/py-objfile.exp: Add tests for
2927 objfile.add_separate_debug_file.
2928
29292014-12-04 Doug Evans <dje@google.com>
2930
2931 * lib/gdb.exp (get_build_id): New function.
2932 (build_id_debug_filename_get): Rewrite to use it.
2933 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2934
29352014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2936
2937 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2938 `method(long)', not just 0x0.
2939 * gdb.cp/nsalias.exp: Align code labels to 4.
2940 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2941 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2942 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2943 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2944 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2945 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2946
29472014-12-02 Doug Evans <dje@google.com>
2948
2949 PR symtab/17602
2950 * gdb.cp/anon-ns.cc: Move guts of this file to ...
2951 * gdb.cp/anon-ns2.cc: ... here. New file.
2952 * gdb.cp/anon-ns.exp: Update.
2953
29542014-12-02 Nick Bull <nicholaspbull@gmail.com>
2955
2956 * gdb.python/py-events.py (inferior_call_handler): New.
2957 (register_changed_handler, memory_changed_handler): New.
2958 (test_events.invoke): Register new handlers.
2959 * gdb.python/py-events.exp: Add tests for inferior call,
2960 memory_changed and register_changed events.
2961
29622014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2963
2964 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2965 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2966 if the linker doesn't understand this.
2967
29682014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2969
2970 * gdb.python/python.exp: Change expected reply to help().
2971
29722014-12-01 Yao Qi <yao@codesourcery.com>
2973
2974 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2975 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2976 * configure: Re-generated.
2977
29782014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2979
2980 * gdb.cp/chained-calls.cc: New file.
2981 * gdb.cp/chained-calls.exp: New file.
2982 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2983
29842014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2985
2986 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2987 * gdb.dwarf2/symtab-producer.exp: Same.
2988 * gdb.gdb/python-interrupts.exp: Same.
2989 * gdb.gdb/python-selftest.exp: Same.
2990 * gdb.python/py-linetable.exp: Same.
2991 * gdb.python/py-type.exp: Same.
2992 * gdb.python/py-value-cc.exp: Same.
2993 * gdb.python/py-value.exp: Same.
2994
29952014-11-28 Yao Qi <yao@codesourcery.com>
2996
2997 * gdb.base/break-probes.exp: Match library name prefixed with
2998 sysroot.
2999
30002014-11-27 Simon Marchi <simon.marchi@ericsson.com>
3001
3002 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
3003 test expected output. Add parentheses for the call to print.
3004 Remove L suffix from integers.
3005
30062014-11-26 Doug Evans <dje@google.com>
3007
3008 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
3009
30102014-11-22 Yao Qi <yao@codesourcery.com>
3011
3012 * gdb.trace/entry-values.c: Remove asms.
3013 (foo): Add foo_label.
3014 (bar): Add bar_label.
3015 * gdb.trace/entry-values.exp: Remove code computing foo's
3016 length and bar's length.
3017 (Dwarf::assemble): Invoke function_range for bar and use
3018 MACRO_AT_func for foo.
3019
30202014-11-22 Yao Qi <yao@codesourcery.com>
3021
3022 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
3023 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
3024 Use .Lgcc43_procstart instead of gcc43.
3025
30262014-11-21 Joel Brobecker <brobecker@adacore.com>
3027
3028 * gdb.ada/n_arr_bound: New testcase.
3029
30302014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3031
3032 PR breakpoints/10737
3033 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
3034 test_catch_syscall_multi_arch.
3035 (test_catch_syscall_multi_arch): New function.
3036
30372014-11-20 Doug Evans <xdje42@gmail.com>
3038
3039 * gdb.base/maint.exp: Update expected output.
3040
30412014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3042
3043 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
3044 4-byte instruction on S390.
3045
30462014-11-19 Joel Brobecker <brobecker@adacore.com>
3047
3048 * gdb.ada/arr_arr: New testcase.
3049
30502014-11-19 Joel Brobecker <brobecker@adacore.com>
3051
3052 * gdb.ada/pkd_arr_elem: New Testcase.
3053
30542014-11-18 Luis Machado <lgustavo@codesourcery.com>
3055
3056 * gdb.reverse/break-precsave: Expect completion message for
3057 core file reads.
3058 * gdb.reverse/consecutive-precsave.exp: Likewise.
3059 * gdb.reverse/finish-precsave.exp: Likewise.
3060 * gdb.reverse/i386-precsave.exp: Likewise.
3061 * gdb.reverse/machinestate-precsave.exp: Likewise.
3062 * gdb.reverse/sigall-precsave.exp: Likewise.
3063 * gdb.reverse/solib-precsave.exp: Likewise.
3064 * gdb.reverse/step-precsave.exp: Likewise.
3065 * gdb.reverse/until-precsave.exp: Likewise.
3066 * gdb.reverse/watch-precsave.exp: Likewise.
3067
30682014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3069
3070 * gdb.base/bp-permanent.c: Include unistd.h.
3071 * gdb.python/py-framefilter-mi.c (main): Add return type.
3072 * gdb.python/py-framefilter.c (main): Likewise.
3073 * gdb.trace/actions-changed.c (main): Likewise.
3074
30752014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3076
3077 * gdb.mi/until.c: Add eye-catchers.
3078 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
3079 line numbers.
3080
30812014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3082
3083 * gdb.base/condbreak.exp: Drop references to removed non-prototype
3084 function header variants in break1.c.
3085 * gdb.base/ena-dis-br.exp: Likewise.
3086 * gdb.base/hbreak2.exp: Likewise.
3087 * gdb.reverse/until-precsave.exp: Drop references to removed
3088 non-prototype function header variants in ur1.c.
3089 * gdb.reverse/until-reverse.exp: Likewise.
3090
30912014-11-17 Petr Machata <pmachata@redhat.com>
3092
3093 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
3094 ${_cu_offset_size} bytes abbrev offset.
3095
30962014-11-15 Doug Evans <xdje42@gmail.com>
3097
3098 PR symtab/17559
3099 * gdb.base/line-symtabs.exp: New file.
3100 * gdb.base/line-symtabs.c: New file.
3101 * gdb.base/line-symtabs.h: New file.
3102
31032014-11-14 Yao Qi <yao@codesourcery.com>
3104
3105 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
3106 (func): Add label func_label.
3107 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
3108 Replace low_pc and high_pc with MACRO_AT_range.
3109 Replace name, low_pc and high_pc with MACRO_AT_func.
3110
31112014-11-14 Yao Qi <yao@codesourcery.com>
3112
3113 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
3114 Replace name, low_pc and high_pc with MACRO_AT_func.
3115
31162014-11-14 Yao Qi <yao@codesourcery.com>
3117
3118 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
3119 produce debug information.
3120 * gdb.dwarf2/implptr-optimized-out.S: Removed.
3121
31222014-11-14 Yao Qi <yao@codesourcery.com>
3123
3124 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
3125 object and get function length.
3126 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
3127 with MACRO_AT_func.
3128 (top-level): Replace gdb_compile and clean_restart with
3129 prepare_for_testing.
3130 * gdb.dwarf2/main.c (main): Add label main_label.
3131
31322014-11-14 Yao Qi <yao@codesourcery.com>
3133
3134 * lib/dwarf.exp (function_range): New procedure.
3135 (Dwarf::_handle_macro_at_func): New procedure.
3136 (Dwarf::_handle_macro_at_range): New procedure.
3137 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
3138
31392014-11-14 Yao Qi <yao@codesourcery.com>
3140
3141 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
3142 (_handle_attribute): New procedure.
3143
31442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3145
3146 * gdb.ada/cond_lang/foo.c (callme): Add return type.
3147 * gdb.base/call-sc.c (zed): Likewise.
3148 * gdb.base/checkpoint.c (main): Likewise.
3149 * gdb.base/dump.c (main): Likewise.
3150 * gdb.base/gcore.c (main): Likewise.
3151 * gdb.base/huge.c (main): Likewise.
3152 * gdb.base/multi-forks.c (main): Likewise.
3153 * gdb.base/pr10179-a.c (main): Likewise.
3154 * gdb.base/savedregs.c (main): Likewise.
3155 * gdb.base/sigaltstack.c (main): Likewise.
3156 * gdb.base/siginfo.c (main): Likewise.
3157 * gdb.base/structs.c (zed): Likewise.
3158 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
3159 * gdb.mi/mi-syn-frame.c (main): Likewise.
3160 * gdb.mi/until.c (foo, main): Likewise.
3161 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
3162 * gdb.base/solib-weak.c (foo): Declare.
3163 * gdb.base/attach-twice.c: Include stdio.h.
3164 * gdb.base/weaklib1.c: Likewise.
3165 * gdb.base/weaklib2.c: Likewise.
3166 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
3167 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
3168 unistd.h.
3169 * gdb.base/attach-pie-misread.c: Include stdlib.h.
3170 * gdb.mi/mi-exit-code.c: Likewise.
3171 * gdb.base/break-interp-lib.c: Include string.h.
3172 * gdb.base/coremaker.c: Likewise.
3173 * gdb.base/testenv.c: Likewise.
3174 * gdb.python/py-finish-breakpoint.c: Likewise.
3175 * gdb.base/inferior-died.c: Include sys/wait.h.
3176 * gdb.base/fileio.c: Include time.h.
3177 * gdb.base/async-shell.c: Include unistd.h.
3178 * gdb.base/dprintf-non-stop.c: Likewise.
3179 * gdb.base/info-os.c: Likewise.
3180 * gdb.mi/mi-console.c: Likewise.
3181 * gdb.mi/watch-nonstop.c: Likewise.
3182 * gdb.python/py-events.c: Likewise.
3183 * gdb.base/async.c (baz): Move up before its invocation.
3184 * gdb.base/code_elim2.c (my_global_func): Likewise.
3185 * gdb.base/skip-solib-lib.c (multiply): Likewise.
3186 * gdb.base/advance.c (func2): Likewise.
3187
31882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3189
3190 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
3191 variant.
3192 * gdb.base/annota3.c: Likewise.
3193 * gdb.base/async.c: Likewise.
3194 * gdb.base/average.c: Likewise.
3195 * gdb.base/call-ar-st.c: Likewise.
3196 * gdb.base/call-rt-st.c: Likewise.
3197 * gdb.base/call-sc.c: Likewise.
3198 * gdb.base/call-strs.c: Likewise.
3199 * gdb.base/ending-run.c: Likewise.
3200 * gdb.base/execd-prog.c: Likewise.
3201 * gdb.base/exprs.c: Likewise.
3202 * gdb.base/foll-exec.c: Likewise.
3203 * gdb.base/foll-fork.c: Likewise.
3204 * gdb.base/foll-vfork.c: Likewise.
3205 * gdb.base/funcargs.c: Likewise.
3206 * gdb.base/gcore.c: Likewise.
3207 * gdb.base/jump.c: Likewise.
3208 * gdb.base/langs0.c: Likewise.
3209 * gdb.base/langs1.c: Likewise.
3210 * gdb.base/langs2.c: Likewise.
3211 * gdb.base/mips_pro.c: Likewise.
3212 * gdb.base/nodebug.c: Likewise.
3213 * gdb.base/opaque0.c: Likewise.
3214 * gdb.base/opaque1.c: Likewise.
3215 * gdb.base/recurse.c: Likewise.
3216 * gdb.base/run.c: Likewise.
3217 * gdb.base/scope0.c: Likewise.
3218 * gdb.base/scope1.c: Likewise.
3219 * gdb.base/setshow.c: Likewise.
3220 * gdb.base/setvar.c: Likewise.
3221 * gdb.base/shmain.c: Likewise.
3222 * gdb.base/shr1.c: Likewise.
3223 * gdb.base/shr2.c: Likewise.
3224 * gdb.base/sigall.c: Likewise.
3225 * gdb.base/signals.c: Likewise.
3226 * gdb.base/so-indr-cl.c: Likewise.
3227 * gdb.base/solib2.c: Likewise.
3228 * gdb.base/structs.c: Likewise.
3229 * gdb.base/sum.c: Likewise.
3230 * gdb.base/vforked-prog.c: Likewise.
3231 * gdb.base/watchpoint.c: Likewise.
3232 * gdb.reverse/shr2.c: Likewise.
3233 * gdb.reverse/until-reverse.c: Likewise.
3234 * gdb.reverse/ur1.c: Likewise.
3235 * gdb.reverse/watch-reverse.c: Likewise.
3236
32372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3238
3239 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
3240 variant.
3241 * gdb.base/sepdebug.exp: Drop references to removed code.
3242
32432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3244
3245 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
3246 variant. Preserve original line numbering.
3247 * gdb.base/list1.c: Likewise.
3248
32492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3250
3251 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
3252 variant.
3253 * gdb.base/break1.c: Likewise.
3254 * gdb.base/break.exp: Drop references to removed code.
3255
32562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3257
3258 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
3259 variant.
3260
32612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3262
3263 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
3264
32652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3266
3267 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
3268 logic into perform_all_tests() and invoke it with and without
3269 function header prototypes.
3270 (do_function_calls): Remove conditional XFAIL for PR 5318.
3271 (rerun_and_prepare): Remove duplicate code.
3272 (perform_all_tests): New. Main logic moved here.
3273
32742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3275
3276 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
3277 code guarded by #ifdef NO_PROTOTYPES.
3278 (t_double_many_args): Likewise.
3279 (DEF_FUNC_MANY_ARGS_1): Likewise.
3280 (DEF_FUNC_VALUES_1): Likewise.
3281 (t_structs_ldc): Renamed from t_structs_fc in conditional code
3282 guarded by #ifdef PROTOTYPES.
3283
32842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3285
3286 * gdb.mi/mi-console.c: Add eye-catcher.
3287 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
3288 instead of literal line number.
3289
32902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3291
3292 * gdb.base/shr2.c: Add eye-catcher.
3293 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3294 line number.
3295
32962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3297
3298 * gdb.base/jump.c: Add eye-catchers.
3299 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3300 numbers.
3301
33022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3303
3304 * gdb.base/execd-prog.c: Add eye-catchers.
3305 * gdb.base/foll-exec.c: Likewise.
3306 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3307 line numbers.
3308
33092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3310
3311 * gdb.base/ending-run.c: Add eye-catchers.
3312 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3313 literal line numbers.
3314
33152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3316
3317 * gdb.base/call-rt-st.c: Add eye-catchers.
3318 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3319 literal line numbers.
3320
33212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3322
3323 * gdb.base/call-ar-st.c: Add eye-catchers.
3324 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3325 literal line numbers.
3326
33272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3328
3329 * gdb.base/average.c: Add eye-catchers.
3330 * gdb.base/sum.c: Likewise.
3331 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3332 regexps dynamically.
3333
33342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3335
3336 * gdb.base/solib1.c: Add eye-catchers.
3337 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3338 literal line numbers.
3339
33402014-11-12 Pedro Alves <palves@redhat.com>
3341
3342 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3343 leader has exited.
3344
33452014-11-12 Pedro Alves <palves@redhat.com>
3346
3347 * gdb.arch/i386-bp_permanent.c: New file.
3348 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3349 (srcfile): Set to i386-bp_permanent.c.
3350 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
3351 that stepi does not execute the 'leave' instruction, instead of
3352 testing it does execute.
3353 * gdb.base/bp-permanent.c: New file.
3354 * gdb.base/bp-permanent.exp: New file.
3355
33562014-11-10 Doug Evans <xdje42@gmail.com>
3357
3358 PR symtab/17564
3359 * gdb.base/symtab-search-order.exp: New file.
3360 * gdb.base/symtab-search-order.c: New file.
3361 * gdb.base/symtab-search-order-1.c: New file.
3362 * gdb.base/symtab-search-order-shlib-1.c: New file.
3363
33642014-11-07 Pedro Alves <palves@redhat.com>
3365
3366 PR gdb/17511
3367 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3368 i?86-*-linux*.
3369
33702014-11-03 Siva Chandra Reddy <sivachandra@google.com>
3371
3372 PR c++/17494
3373 * gdb.cp/pr17494.cc: New file.
3374 * gdb.cp/pr17494.exp: New file.
3375
33762014-11-02 Yao Qi <yao@codesourcery.com>
3377
3378 * gdb.python/python.exp: Get working directory and match the
3379 output of "set extended-prompt \\w " with it.
3380
33812014-10-30 Doug Evans <dje@google.com>
3382
3383 * gdb.python/py-objfile.exp: Add tests for setting random attributes
3384 in objfiles.
3385 * gdb.python/py-progspace.exp: Add tests for setting random attributes
3386 in progspaces.
3387
33882014-10-30 Janis Johnson <janisjo@codesourcery.com>
3389
3390 * gdb.base/fullpath-expand.exp: Skip for a remote host.
3391 * gdb.base/realname-expand.exp: Likewise.
3392 * gdb.linespec/macro-relative.exp: Likewise.
3393
33942014-10-29 Pedro Alves <palves@redhat.com>
3395
3396 PR gdb/17408
3397 * gdb.threads/schedlock.c (some_function): New function.
3398 (call_function): New global.
3399 (MAYBE_CALL_SOME_FUNCTION): New macro.
3400 (thread_function): Call it.
3401 * gdb.threads/schedlock.exp (get_args): Add description parameter,
3402 and use it instead of a global counter. Adjust all callers.
3403 (get_current_thread): Use "find current thread" for test message
3404 here rather than having all callers pass down the same string.
3405 (goto_loop): New procedure, factored out from ...
3406 (my_continue): ... this.
3407 (step_ten_loops): Change parameter from test message to command to
3408 use. Adjust.
3409 (list_count): Delete global.
3410 (check_result): New procedure, factored out from duplicate top
3411 level code.
3412 (continue tests): Wrap in with_test_prefix.
3413 (test_step): New procedure, factored out from duplicate top level
3414 code.
3415 (top level): Test "step" in combination with all scheduler-locking
3416 modes. Test "next" in combination with all scheduler-locking
3417 modes, and in combination with stepping over a function call or
3418 not.
3419 * gdb.threads/next-bp-other-thread.c: New file.
3420 * gdb.threads/next-bp-other-thread.exp: New file.
3421
34222014-10-29 Pedro Alves <palves@redhat.com>
3423
3424 PR python/17372
3425 * gdb.python/python.exp: Test a multi-line command that spawns
3426 interactive Python.
3427 * gdb.base/multi-line-starts-subshell.exp: New file.
3428
34292014-10-29 Yao Qi <yao@codesourcery.com>
3430
3431 * gdb.base/fileio.exp: Make directories on host.
3432
34332014-10-29 Yao Qi <yao@codesourcery.com>
3434
3435 * gdb.base/fileio.c (test_write): Close the file.
3436
34372014-10-28 Pedro Alves <palves@redhat.com>
3438
3439 PR gdb/12623
3440 * gdb.base/sigstep.c (no_handler): New global.
3441 (main): If 'no_handler is true, set the signal handlers to
3442 SIG_IGN.
3443 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3444 with_sw_watch and no_handler parameters. Handle them.
3445 (top level) <stepping over handler when stopped at a breakpoint
3446 test>: Add a test axis for testing with a software watchpoint, and
3447 another for testing with the signal handler set to SIG_IGN.
3448 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3449 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3450
34512014-10-28 Pedro Alves <palves@redhat.com>
3452
3453 PR gdb/17511
3454 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3455 * gdb.base/sigstep.exp (other_handler_location): New global.
3456 (advance): Support stepping into the signal handler, and running
3457 commands while in the handler.
3458 (in_handler_map): New global.
3459 (top level): In the advance test, add combinations for getting
3460 into the handler with stepping commands, and for running commands
3461 in the handler. Add comment descripting the advancei tests.
3462
34632014-10-28 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.base/sigstep.exp: Use build_executable instead of
3466 prepare_for_testing.
3467 (top level): Move code that starts GDB, runs to main and creates a
3468 display to ...
3469 (restart): ... this new procedure.
3470 (top level): Move backtrace from signal handler test to ...
3471 (validate_backtrace): ... this new procedure.
3472 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3473 with_test_prefix. Always restart GDB.
3474 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3475 with_test_prefix. Always restart GDB. No need to delete
3476 breakpoints after the test.
3477 (test_skip_handler): Remove prefix parameter.
3478 (skip_over_handler, breakpoint_to_handler)
3479 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3480 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3481 restart GDB. No need to delete breakpoints after the test.
3482 (top level): Use foreach to call the test procedures with
3483 different commands.
3484
34852014-10-28 Pedro Alves <palves@redhat.com>
3486
3487 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3488 instead of GNATS numbers.
3489 * gdb.base/sigbpt.exp: Likewise.
3490 * gdb.base/siginfo.exp: Likewise.
3491 * gdb.base/sigstep.exp: Likewise.
3492
34932014-10-27 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.base/sigstep.c (dummy): New global.
3496 (main): Issue a couple writes to the new global.
3497 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3498 procedures.
3499 (skip_over_handler): Use test_skip_handler.
3500 (top level): Call skip_over_handler for stepi and nexti too.
3501 (breakpoint_over_handler): Use test_skip_handler.
3502 (top level): Call breakpoint_over_handler for stepi and nexti too.
3503
35042014-10-27 Yao Qi <yao@codesourcery.com>
3505
3506 * gdb.trace/tfile.c (adjust_function_address)
3507 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3508 function descriptor.
3509
35102014-10-24 Don Breazeal <donb@codesourcery.com>
3511
3512 * gdb.base/foll-fork.exp (test_follow_fork,
3513 catch_fork_child_follow): Check for updated fork messages emitted
3514 from infrun.c.
3515 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3516 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3517 vfork_and_exec_child_follow_through_step): Check for updated vfork
3518 messages emitted from infrun.c.
3519
35202014-10-24 Pedro Alves <palves@redhat.com>
3521
3522 * gdb.base/corefile.exp: Remove references to ultrix.
3523 * gdb.base/interrupt.exp: Likewise.
3524 * gdb.base/whatis.exp: Likewise.
3525 * gdb.gdb/selftest.exp: Likewise.
3526 * gdb.threads/manythreads.exp: Likewise.
3527 * gdb.threads/print-threads.exp: Likewise.
3528 * gdb.threads/pthreads.exp:: Likewise.
3529 * gdb.threads/schedlock.exp: Likewise.
3530
35312014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3532
3533 * gdb.cp/non-trivial-retval.cc: Add a test case.
3534 * gdb.cp/non-trivial-retval.exp: Add a test.
3535
35362014-10-20 Yao Qi <yao@codesourcery.com>
3537
3538 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3539 * gdb.python/py-objfile-script-gdb.py: New file.
3540 * gdb.python/py-objfile-script.exp: Update reference to
3541 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3542 of remote_download. Remove the dest file.
3543
35442014-10-20 Yao Qi <yao@codesourcery.com>
3545
3546 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3547 * gdb.base/step-line.exp: Likewise.
3548 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3549 * gdb.dwarf2/dw2-basic.exp: Likewise.
3550 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3551 * gdb.dwarf2/dw2-filename.exp: Likewise.
3552 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3553 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3554 * gdb.dwarf2/dw2-producer.exp: Likewise.
3555 * gdb.dwarf2/mac-fileno.exp: Likewise.
3556 * gdb.python/py-frame-args.exp: Likewise.
3557 * gdb.python/py-framefilter.exp: Likewise.
3558 * gdb.python/py-mi.exp: Likewise.
3559 * gdb.python/py-objfile-script.exp: Likewise
3560 * gdb.python/py-pp-integral.exp: Likewise.
3561 * gdb.python/py-pp-re-notag.exp: Likewise.
3562 * gdb.python/py-prettyprint.exp: Likewise.
3563 * gdb.python/py-section-script.exp: Likewise.
3564 * gdb.python/py-typeprint.exp: Likewise.
3565 * gdb.python/py-xmethods.exp: Likewise.
3566 * gdb.stabs/weird.exp: Likewise.
3567 * gdb.xml/tdesc-regs.exp: Likewise.
3568
35692014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3570
3571 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3572 (out_cu): Use addr_len for the size of addresses.
3573 (out_line): Likewise. Size DW_LNE_set_address instruction
3574 according to addr_len.
3575 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3576 (FUNC): Add START_INSNS to definition.
3577
35782014-10-18 Yao Qi <yao@codesourcery.com>
3579
3580 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3581 gdb_has_argv0 return true.
3582 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3583 check [target_info exists noargs], check [gdb_has_argv0]
3584 instead.
3585 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3586 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3587 procedures.
3588
35892014-10-17 Doug Evans <dje@google.com>
3590
3591 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3592 event.
3593 * gdb.python/py-events.py: Add clear_objfiles event.
3594
35952014-10-17 Doug Evans <dje@google.com>
3596
3597 * gdb.python/py-objfile.exp: Test progspace attribute.
3598
35992014-10-17 Luis Machado <lgustavo@codesourcery.com>
3600
3601 * gdb.guile/scm-breakpoint.exp: Do not assume any
3602 directory separators when matching source file paths.
3603 * gdb.python/py-breakpoint.exp: Likewise.
3604 * gdb.reverse/break-precsave.exp: Likewise.
3605 * gdb.reverse/break-reverse.exp: Likewise.
3606 * gdb.reverse/consecutive-precsave.exp: Likewise.
3607 * gdb.reverse/finish-precsave.exp: Likewise.
3608 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3609 * gdb.reverse/finish-reverse.exp: Likewise.
3610 * gdb.reverse/i386-precsave.exp: Likewise.
3611 * gdb.reverse/i387-env-reverse.exp: Likewise.
3612 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3613 * gdb.reverse/machinestate-precsave.exp: Likewise.
3614 * gdb.reverse/machinestate.exp: Likewise.
3615 * gdb.reverse/sigall-precsave.exp: Likewise.
3616 * gdb.reverse/solib-precsave.exp: Likewise.
3617 * gdb.reverse/step-precsave.exp: Likewise.
3618 * gdb.reverse/until-precsave.exp: Likewise.
3619 * gdb.reverse/watch-precsave.exp: Likewise.
3620 * gdb.reverse/watch-reverse.exp: Likewise.
3621
36222014-10-17 Yao Qi <yao@codesourcery.com>
3623
3624 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3625 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3626
36272014-10-17 Pedro Alves <palves@redhat.com>
3628
3629 PR gdb/17471
3630 * gdb.base/bg-execution-repeat.c: New file.
3631 * gdb.base/bg-execution-repeat.exp: New file.
3632
36332014-10-17 Pedro Alves <palves@redhat.com>
3634
3635 PR gdb/17300
3636 * gdb.base/continue-all-already-running.c: New file.
3637 * gdb.base/continue-all-already-running.exp: New file.
3638
36392014-10-17 Pedro Alves <palves@redhat.com>
3640
3641 PR gdb/17472
3642 * gdb.base/annota-input-while-running.c: New file.
3643 * gdb.base/annota-input-while-running.exp: New file.
3644
36452014-10-17 Pedro Alves <palves@redhat.com>
3646
3647 * gdb.base/callfuncs.exp: emove references to osf.
3648 * gdb.base/sigall.exp: Likewise.
3649 * gdb.gdb/selftest.exp: Likewise.
3650 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3651 * gdb.mi/non-stop.c: Likewise.
3652 * gdb.mi/pthreads.c: Likewise.
3653 * gdb.reverse/sigall-precsave.exp: Likewise.
3654 * gdb.reverse/sigall-reverse.exp: Likewise.
3655 * gdb.threads/pthreads.c: Likewise.
3656 * gdb.threads/pthreads.exp: Likewise.
3657
36582014-10-17 Yao Qi <yao@codesourcery.com>
3659
3660 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3661 check 'target_info exists noargs'.
3662 (test_command_prompt_position): Likewise.
3663 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3664 Remove "set args".
3665 (progvar_simple_while_test): Likewise.
3666 (progvar_complex_if_while_test): Likewise.
3667 (if_while_breakpoint_command_test): Likewise.
3668 (infrun_breakpoint_command_test): Likewise.
3669 (breakpoint_command_test): Likewise.
3670 (watchpoint_command_test): Likewise.
3671 (bp_deleted_in_command_test): Likewise.
3672 (temporary_breakpoint_commands): Likewise.
3673
36742014-10-16 Yao Qi <yao@codesourcery.com>
3675
3676 * gdb.base/remotetimeout.exp: Remove noargs checking.
3677
36782014-10-15 Pedro Alves <palves@redhat.com>
3679
3680 PR breakpoints/9649
3681 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3682 * gdb.base/breakpoint-in-ro-region.exp
3683 (probe_target_hardware_step): New procedure.
3684 (top level): Probe hardware stepping and hardware breakpoint
3685 support. Test stepping through a read-only region, with both
3686 "breakpoint auto-hw" on and off and both "always-inserted" on and
3687 off.
3688
36892014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3690
3691 * gdb.dlang/demangle.exp: Update for demangling changes.
3692
36932014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3694
3695 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3696 * gdb.cp/non-trivial-retval.exp: Add new tests.
3697
36982014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3699
3700 PR c++/13403
3701 PR c++/15154
3702 * gdb.cp/non-trivial-retval.cc: New file.
3703 * gdb.cp/non-trivial-retval.exp: New file.
3704
37052014-10-15 Yao Qi <yao@codesourcery.com>
3706
3707 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3708 remote host.
3709
37102014-10-15 Yao Qi <yao@codesourcery.com>
3711
3712 * gdb.python/py-symbol.exp: Match file base name if host is
3713 remote, otherwise match file name with dir name.
3714 * gdb.python/py-symtab.exp: Likewise.
3715 * gdb.python/python.exp: Likewise.
3716
37172014-10-15 Yao Qi <yao@codesourcery.com>
3718
3719 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3720 pattern.
3721 * gdb.python/py-symtab.exp: Likewise.
3722 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3723 locationn.
3724
37252014-10-14 Joel Brobecker <brobecker@adacore.com>
3726
3727 * gdb.ada/addr_arith: New testcase.
3728
37292014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3730
3731 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3732 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3733 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3734 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3735
37362014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3737
3738 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3739 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3740 * gdb.arch/stap-eval-lang-ada.exp: New file.
3741
37422014-10-14 Yao Qi <yao@codesourcery.com>
3743
3744 * gdb.mi/mi-var-child.c (nothing1): New function.
3745 (nothing2): New function.
3746 (do_children_tests): Set function pointers by nothing1 and
3747 nothing2.
3748 * gdb.mi/mi-var-child.exp: Step over new added statements.
3749 Update test to match the new output.
3750 * gdb.mi/var-cmd.c (nothing1): New function.
3751 (nothing2): New function.
3752 (do_children_tests): Set function pointers by nothing1 and
3753 nothing2.
3754 * gdb.mi/mi-var-display.exp: Update test to match output.
3755 Step to the line specified by $line_dct_nothing.
3756 Increase the number of lines to step.
3757
37582014-10-14 Yao Qi <yao@codesourcery.com>
3759
3760 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3761 tests.
3762 * gdb.mi/mi2-var-child.exp: Likewise.
3763
37642014-10-13 Doug Evans <dje@google.com>
3765
3766 * gdb.python/py-objfile.exp: Change name of file name test.
3767
37682014-10-13 Doug Evans <dje@google.com>
3769
3770 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3771 from the start of the CU.
3772
37732014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3774 Yao Qi <yao@codesourcery.com>
3775
3776 Fix "save breakpoints" for "catch" command.
3777 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3778 Remove -nonewline. Match also the added "main" line.
3779
37802014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3781
3782 Fix "save breakpoints" for "disable $bpnum" command.
3783 * gdb.base/save-bp.c (main): Add label.
3784 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3785
37862014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3787
3788 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3789
37902014-10-11 Yao Qi <yao@codesourcery.com>
3791
3792 * gdb.server/server-kill.exp: Execute command
3793 "set remote trace-status-packet on" before "tstatus".
3794
37952014-10-11 Yao Qi <yao@codesourcery.com>
3796
3797 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3798 (main): Call getppid.
3799 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3800 and continue to it. Read variable "server_pid".
3801
38022014-10-11 Yao Qi <yao@codesourcery.com>
3803
3804 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3805
38062014-10-11 Yao Qi <yao@codesourcery.com>
3807
3808 * gdb.threads/thread-find.exp: Don't execute command
3809 "info threads".
3810 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3811 * gdb.threads/linux-dp.exp: Don't check the condition
3812 $threads_created equals to zero.
3813
38142014-10-10 Pedro Alves <palves@redhat.com>
3815
3816 * gdb.base/bigcore.exp: Remove references to IRIX.
3817 * gdb.base/funcargs.exp: Likewise.
3818 * gdb.base/interrupt.exp: Likewise.
3819 * gdb.base/mips_pro.exp: Likewise.
3820 * gdb.base/nodebug.exp: Likewise.
3821 * gdb.base/setvar.exp: Likewise.
3822 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3823
38242014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3825 Pedro Alves <palves@redhat.com>
3826
3827 PR symtab/14466
3828 * gdb.base/vdso-warning.c: New file.
3829 * gdb.base/vdso-warning.exp: New file.
3830
38312014-10-02 Doug Evans <dje@google.com>
3832
3833 * gdb.base/structs.c (main): Don't run forever.
3834
38352014-10-02 Pedro Alves <palves@redhat.com>
3836
3837 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3838 (top level) <stop threads 1, stop threads 2>: Use it.
3839
38402014-10-02 Pedro Alves <palves@redhat.com>
3841
3842 * gdb.threads/break-while-running.exp (test): Add new
3843 'update_thread_list' argument. Skip "info threads" if false.
3844 (top level): Add new 'update_thread_list' axis.
3845
38462014-10-02 Pedro Alves <palves@redhat.com>
3847
3848 PR breakpoints/17431
3849 * gdb.base/execl-update-breakpoints.c: New file.
3850 * gdb.base/execl-update-breakpoints.exp: New file.
3851
38522014-10-01 Pedro Alves <palves@redhat.com>
3853
3854 * gdb.base/breakpoint-in-ro-region.c: New file.
3855 * gdb.base/breakpoint-in-ro-region.exp: New file.
3856
38572014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3858
3859 * gdb.mi/mi-exit-code.exp: New file.
3860 * gdb.mi/mi-exit-code.c: New file.
3861
38622014-09-30 Yao Qi <yao@codesourcery.com>
3863
3864 * lib/prelink-support.exp (build_executable_own_libs): Error if
3865 the target isn't native.
3866
38672014-09-30 Yao Qi <yao@codesourcery.com>
3868
3869 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3870 false.
3871
38722014-09-22 Pedro Alves <palves@redhat.com>
3873
3874 * gdb.threads/break-while-running.exp: New file.
3875 * gdb.threads/break-while-running.c: New file.
3876
38772014-09-19 Yao Qi <yao@codesourcery.com>
3878
3879 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3880 Invoke test. Restart GDB with --readnow and invoke test again.
3881
38822014-09-19 Yao Qi <yao@codesourcery.com>
3883
3884 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3885 proc set_breakpoint_on_gcd_function. Invoke
3886 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3887 invoke set_breakpoint_on_gcd_function again.
3888
38892014-09-18 Doug Evans <dje@google.com>
3890
3891 * gdb.dwarf2/symtab-producer.exp: New file.
3892
38932014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3894
3895 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3896 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3897 * gdb.base/global-var-nested-by-dso.c: Likewise.
3898 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3899
39002014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3901 Pedro Alves <palves@redhat.com>
3902
3903 * gdb.base/watch-bitfields.exp: Pass string other than test file
3904 name to prepare_for_testing.
3905 (watch): New procedure.
3906 (expect_watchpoint): Use with_test_prefix.
3907 (top level): Factor out tests to ...
3908 (test_watch_location, test_regular_watch): ... these new
3909 procedures, and use with_test_prefix and gdb_continue_to_end.
3910
39112014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3912
3913 PR breakpoints/12526
3914 * gdb.base/watch-bitfields.exp: New file.
3915 * gdb.base/watch-bitfields.c: New file.
3916
39172014-09-16 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3920 software and hardware addresses, not software address against
3921 itself.
3922
39232014-09-16 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3926 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3927
39282014-09-16 Pedro Alves <palves@redhat.com>
3929
3930 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3931 files.
3932 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3933 "*-*-vxworks*" throughout.
3934 * gdb.base/break.exp: Likewise.
3935 * gdb.base/default.exp: Likewise.
3936 * gdb.base/scope.exp: Likewise.
3937 * gdb.base/sepdebug.exp: Likewise.
3938 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3939 throughout.
3940 * gdb.base/run.c: Likewise.
3941 * gdb.base/sepdebug.c: Likewise.
3942 * gdb.hp/gdb.aCC/run.c: Likewise.
3943 * gdb.reverse/until-reverse.c: Likewise.
3944 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3945
39462014-09-16 Yao Qi <yao@codesourcery.com>
3947
3948 * boards/local-remote-host-native.exp: New file.
3949
39502014-09-14 Doug Evans <xdje42@gmail.com>
3951
3952 * gdb.threads/queue-signal.c (thread_count): New variable.
3953 (thread_count_mutex, thread_count_condvar): New variables.
3954 (incr_thread_count, wait_all_threads_running): New functions.
3955 (main): Wait for all threads to be in their thread functions.
3956
39572014-09-13 Doug Evans <xdje42@gmail.com>
3958
3959 * gdb.threads/queue-signal.c: New file.
3960 * gdb.threads/queue-signal.exp: New file.
3961
39622014-09-13 Doug Evans <xdje42@gmail.com>
3963
3964 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3965 be consistent with what default_gdb_init uses.
3966 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3967 the plain text of the prompt. Add some logging printfs.
3968 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3969
39702014-09-12 Pedro Alves <palves@redhat.com>
3971
3972 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3973 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3974 * gdb.arch/i386-size-overlap.exp: Likewise.
3975 * gdb.arch/i386-size.exp: Likewise.
3976 * gdb.arch/i386-unwind.exp: Likewise.
3977 * gdb.base/a2-run.exp: Likewise.
3978 * gdb.base/break.exp: Likewise.
3979 * gdb.base/charset.exp: Likewise.
3980 * gdb.base/chng-syms.exp: Likewise.
3981 * gdb.base/commands.exp: Likewise.
3982 * gdb.base/dbx.exp: Likewise.
3983 * gdb.base/find.exp: Likewise.
3984 * gdb.base/funcargs.exp: Likewise.
3985 * gdb.base/jit-simple.exp: Likewise.
3986 * gdb.base/reread.exp: Likewise.
3987 * gdb.base/sepdebug.exp: Likewise.
3988 * gdb.base/step-bt.exp: Likewise.
3989 * gdb.cp/mb-inline.exp: Likewise.
3990 * gdb.cp/mb-templates.exp: Likewise.
3991 * gdb.objc/basicclass.exp: Likewise.
3992 * gdb.threads/killed.exp: Likewise.
3993
39942014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3995
3996 PR tdep/17379
3997 * gdb.arch/powerpc-stackless.S: New file.
3998 * gdb.arch/powerpc-stackless.exp: New file.
3999
40002014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4001
4002 * gdb.base/attach.c: Include unistd.h.
4003 (main): Call alarm. Add label postloop.
4004 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
4005 gdb_breakpoint, gdb_continue_to_breakpoint.
4006 (test_command_line_attach_run): Kill ${testpid} in one exit path.
4007
40082014-09-11 Pedro Alves <palves@redhat.com>
4009
4010 PR gdb/17347
4011 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
4012 * gdb.base/attach.exp (test_command_line_attach_run): New
4013 procedure.
4014 (top level): Call it.
4015
40162014-09-11 Pedro Alves <palves@redhat.com>
4017
4018 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
4019 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
4020 (do_command_attach_tests): Use spawn_wait_for_attach.
4021 * gdb.base/solib-overlap.exp: Likewise.
4022 * gdb.multi/multi-attach.exp: Likewise.
4023 * gdb.python/py-prompt.exp: Likewise.
4024 * gdb.python/py-sync-interp.exp: Likewise.
4025 * gdb.server/ext-attach.exp: Likewise.
4026
40272014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
4028
4029 * gdb.fortran/array-element.exp: Remove unexpected "continue"
4030 command in testcase. Simplify testcase.
4031
40322014-09-10 Joel Brobecker <brobecker@adacore.com>
4033
4034 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
4035
40362014-09-10 Joel Brobecker <brobecker@adacore.com>
4037
4038 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
4039
40402014-09-10 Joel Brobecker <brobecker@adacore.com>
4041
4042 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
4043
40442014-09-10 Joel Brobecker <brobecker@adacore.com>
4045
4046 * gdb.dwarf2/dynarr-ptr.c: New file.
4047 * gdb.dwarf2/dynarr-ptr.exp: New file.
4048
40492014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4050
4051 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
4052 of 30 rather than hardcoding 120 for a slow test case. Take the
4053 `gdb,timeout' target setting into account for this calculation.
4054 Don't extend the timeout for the test cases that don't need it.
4055
40562014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4057
4058 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
4059 a factor of 2 for a slow test case. Take the `gdb,timeout'
4060 target setting into account for this calculation.
4061 * gdb.reverse/until-precsave.exp: Increase the timeout by
4062 a factor of 15 and 3 respectively rather than adding 120
4063 for a pair of slow test cases. Take the `gdb,timeout'
4064 target setting into account for this calculation.
4065
40662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4067
4068 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
4069 timeout, don't pass one down to gdb_expect.
4070 (gdb_expect): Rework timeout selection.
4071
40722014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4073
4074 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
4075 exception on timeout.
4076 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
4077 (gdbserver_start_extended): Catch any `gdbserver_start' error
4078 exceptions.
4079 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
4080 * lib/mi-support.exp (mi_gdb_target_load): Catch any
4081 `gdbserver_gdb_load' error exceptions.
4082
40832014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4084
4085 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
4086 120 on waiting for the TCP socket to open.
4087
40882014-09-09 Doug Evans <xdje42@gmail.com>
4089
4090 * gdb.base/default.exp (show_conv_list): Add _caller_is,
4091 _caller_matches, _any_caller_is, _any_caller_matches.
4092
40932014-09-09 Doug Evans <xdje42@gmail.com>
4094
4095 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
4096
40972014-09-09 Yao Qi <yao@codesourcery.com>
4098
4099 * gdb.mi/mi-var-display.exp: Set print symbol off.
4100
41012014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
4102
4103 PR gdb/17035
4104 * gdb.base/commands.exp: Add tests to verify user-defined
4105 commands with empty bodies.
4106 * gdb.python/py-cmd.exp: Test that we don't show user-defined
4107 python commands in `show user command`.
4108 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
4109 scheme commands in `show user command`.
4110
41112014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4112
4113 PR python/17355
4114 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
4115 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
4116 * gdb.python/py-framefilter-invalidarg.exp: New file.
4117 * gdb.python/py-framefilter-invalidarg.py: New file.
4118
41192014-09-06 Doug Evans <xdje42@gmail.com>
4120
4121 PR 15276
4122 * gdb.python/py-caller-is.c: New file.
4123 * gdb.python/py-caller-is.exp: New file.
4124
41252014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
4126
4127 PR gdb/17235
4128 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
4129 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
4130
41312014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
4132
4133 PR fortran/17237
4134 * gdb.fortran/print-formatted.exp: New file.
4135 * gdb.fortran/print-formatted.f90: Likewise.
4136
41372014-09-03 Sasha Smundak <asmundak@google.com>
4138
4139 * gdb.python/py-frame.exp: Test Frame.read_register.
4140
41412014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
4142
4143 PR python/16699
4144 * gdb.python/py-completion.exp: New file.
4145 * gdb.python/py-completion.py: Likewise.
4146
41472014-08-28 Doug Evans <dje@google.com>
4148
4149 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
4150 eax,etc. are live with values set by gdb and thus the compiler can't
4151 use them.
4152 * gdb.arch/i386-pseudo.c (main): Ditto.
4153
41542014-08-27 Doug Evans <dje@google.com>
4155
4156 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
4157
41582014-08-25 Doug Evans <dje@google.com>
4159
4160 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
4161 (main): Ditto.
4162
41632014-08-25 Doug Evans <dje@google.com>
4164
4165 * gdb.threads/thread-execl.exp: #include <stdio.h>.
4166
41672014-08-24 Yao Qi <yao@codesourcery.com>
4168
4169 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
4170 symbol off.
4171 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
4172
41732014-08-22 Doug Evans <dje@google.com>
4174
4175 PR 17276
4176 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
4177 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
4178 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
4179
41802014-08-22 Yao Qi <yao@codesourcery.com>
4181
4182 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
4183 * gdb.python/py-finish-breakpoint2.exp: Likewise.
4184 * gdb.python/python.exp: Likewise. Use .py file on the host
4185 instead of the build.
4186
41872014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4188
4189 * gdb.threads/gcore-stale-thread.c: New file.
4190 * gdb.threads/gcore-stale-thread.exp: New file.
4191
41922014-08-21 Pedro Alves <palves@redhat.com>
4193
4194 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
4195 * gdb.base/gcore-relro-pie.exp: Likewise.
4196 * gdb.base/gcore-relro.exp: Likewise.
4197 * gdb.base/gcore.exp: Likewise.
4198 * gdb.base/print-symbol-loading.exp: Likewise.
4199 * gdb.threads/gcore-thread.exp: Likewise.
4200 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
4201
42022014-08-20 Pedro Alves <palves@redhat.com>
4203 Jan Kratochvil <jan.kratochvil@redhat.com>
4204
4205 * Makefile.in (EXTRA_RULES, CC): New variables, get from
4206 configure.
4207 (EXPECT): Handle READ1 being set.
4208 (all): Depend on EXTRA_RULES.
4209 (check-read1, expect-read1, read1.so, read1): New rules.
4210 * README (Testsuite Parameters): Document the READ1 make variable.
4211 (Race detection): New section.
4212 * configure: Regenerate.
4213 * configure.ac: If build==host==target, and running under a
4214 GNU/glibc system, add read1 to the extra Makefile rules.
4215 (EXTRA_RULES): AC_SUBST it.
4216 * lib/read1.c: New file.
4217
42182014-08-20 Joel Brobecker <brobecker@adacore.com>
4219
4220 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
4221 the handling of variables declared as a typedef to an array
4222 which a DW_AT_data_location attribute.
4223
42242014-08-19 Andrew Burgess <aburgess@broadcom.com>
4225 Pedro Alves <palves@redhat.com>
4226
4227 PR symtab/14604
4228 PR symtab/14605
4229 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
4230 gdb_test.
4231
42322014-08-19 Pedro Alves <palves@redhat.com>
4233
4234 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
4235
42362014-08-19 Yao Qi <yao@codesourcery.com>
4237
4238 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
4239 right line.
4240
42412014-08-18 David Blaikie <dblaikie@gmail.com>
4242
4243 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
4244
42452014-08-18 Joel Brobecker <brobecker@adacore.com>
4246
4247 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
4248 attribute in array range.
4249
42502014-08-18 Joel Brobecker <brobecker@adacore.com>
4251
4252 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
4253
42542014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4255
4256 PR c++/17132
4257 * gdb.cp/pr17132.cc: New file.
4258 * gdb.cp/pr17132.exp: New file.
4259
42602014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4261
4262 * gdb.python/py-xmethods.py (A_getarrayind)
4263 (E_method_char_worker.__call__, E_method_int_worker.__call__):
4264 Use 'print' with function call syntax.
4265 (E_method_matcher.match): Fix tab vs space indentation mixup.
4266
42672014-08-15 Yao Qi <yao@codesourcery.com>
4268
4269 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
4270 false.
4271
42722014-08-15 Yao Qi <yao@codesourcery.com>
4273
4274 * gdb.cp/casts.exp: Set print symbol off.
4275 * gdb.cp/class2.exp: Likewise.
4276 * gdb.cp/overload.exp: Likewise.
4277 * gdb.cp/templates.exp: Likewise.
4278
42792014-08-11 Doug Evans <dje@google.com>
4280
4281 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4282 (test_load_shlib): Update.
4283
42842014-08-09 Yao Qi <yao@codesourcery.com>
4285
4286 * gdb.base/display.exp: Invoke is_address_zero_readable.
4287 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
4288 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4289 * gdb.base/hbreak-unmapped.exp: Return if
4290 is_address_zero_readable returns true.
4291 * gdb.base/signest.exp: Likewise.
4292 * gdb.base/signull.exp: Likewise.
4293 * gdb.base/sigbpt.exp: Likewise.
4294 * gdb.guile/scm-disasm.exp: Do the test if
4295 is_address_zero_readable returns false.
4296 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4297 * gdb.python/py-arch.exp: Likewise.
4298 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4299 * lib/gdb.exp (is_address_zero_readable): New proc.
4300
43012014-08-09 Yao Qi <yao@codesourcery.com>
4302
4303 PR testsuite/13443
4304 * gdb.mi/mi-var-display.exp: Make test messages unique.
4305
43062014-08-04 Tom Tromey <tromey@redhat.com>
4307
4308 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4309 target 0".
4310
43112014-08-04 Tom Tromey <tromey@redhat.com>
4312
4313 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4314 "target_resume".
4315
43162014-08-01 Joel Brobecker <brobecker@adacore.com>
4317
4318 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4319 inner_vla_struct_object_size.
4320 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4321 as xfail.
4322
43232014-07-30 Pedro Alves <palves@redhat.com>
4324
4325 * gdb.threads/signal-command-handle-nopass.exp (test): Add
4326 comment.
4327
43282014-07-29 Yao Qi <yao@codesourcery.com>
4329
4330 PR gdb/17206
4331 * gdb.base/until-nodebug.exp: New.
4332
43332014-07-28 Doug Evans <xdje42@gmail.com>
4334
4335 PR guile/17203
4336 * gdb.guile/scm-parameter.exp: Add tests for trying to create
4337 previously existing parameter, and previously ambiguously spelled
4338 parameter.
4339
43402014-07-28 Will Newton <will.newton@linaro.org>
4341
4342 * gdb.base/varargs.exp: Remove KFAILs for ARM.
4343
43442014-07-26 Ludovic Courtès <ludo@gnu.org>
4345 Doug Evans <xdje42@gmail.com>
4346
4347 PR guile/17146
4348 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4349
43502014-07-25 Pedro Alves <palves@redhat.com>
4351
4352 * gdb.threads/signal-command-handle-nopass.c: New file.
4353 * gdb.threads/signal-command-handle-nopass.exp: New file.
4354 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4355 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4356 * gdb.threads/signal-delivered-right-thread.c: New file.
4357 * gdb.threads/signal-delivered-right-thread.exp: New file.
4358
43592014-07-25 Pedro Alves <palves@redhat.com>
4360
4361 * gdb.base/double-prompt-target-event-error.exp
4362 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4363 match.
4364 (cancel_pagination_in_target_event): Rework double prompt
4365 detection.
4366 * gdb.base/paginate-after-ctrl-c-running.exp
4367 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4368 <return>' match.
4369 * gdb.base/paginate-bg-execution.exp
4370 (test_bg_execution_pagination_return)
4371 (test_bg_execution_pagination_cancel): Remove '-notransfer
4372 <return>' matches.
4373 * gdb.base/paginate-execution-startup.exp
4374 (test_fg_execution_pagination_return)
4375 (test_fg_execution_pagination_cancel): Remove '-notransfer
4376 <return>' matches.
4377 * gdb.base/paginate-inferior-exit.exp
4378 (test_paginate_inferior_exited): Remove '-notransfer <return>'
4379 match.
4380 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4381 * lib/gdb.exp (pagination_prompt): Run text through
4382 string_to_regexp.
4383 (gdb_test_multiple): Match $pagination_prompt instead of
4384 "<return>".
4385 (string_to_regexp): Move to lib/gdb-utils.exp.
4386
43872014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4388
4389 * gdb.arch/amd64-entry-value-paramref.S: New file.
4390 * gdb.arch/amd64-entry-value-paramref.cc: New file.
4391 * gdb.arch/amd64-entry-value-paramref.exp: New file.
4392 * gdb.arch/amd64-optimout-repeat.S: New file.
4393 * gdb.arch/amd64-optimout-repeat.c: New file.
4394 * gdb.arch/amd64-optimout-repeat.exp: New file.
4395
43962014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4397
4398 PR gdb/17170
4399 * gdb.base/statistics.exp: New file.
4400
44012014-07-17 Doug Evans <dje@google.com>
4402
4403 PR gdb/17170
4404 * gdb.base/maint.exp: Update testing of per-command stats.
4405
44062014-07-16 Pedro Alves <palves@redhat.com>
4407
4408 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4409 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4410 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4411 (tfile_write_buf): New functions.
4412 (add_memory_block): Rewrite using the above.
4413 (adjust_function_address): New function.
4414 (FUNCTION_ADDRESS): New macro.
4415 (write_basic_trace_file): Remove short_x local, and use
4416 tfile_write_16. Change type of func_addr local to unsigned long
4417 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
4418 here. Cast argument of add_memory_block to char pointer.
4419 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
4420 (main): Remove parameters.
4421 * gdb.trace/tfile.exp: Remove nowarnings.
4422
44232014-07-15 Simon Marchi <simon.marchi@ericsson.com>
4424
4425 * gdb.base/debug-expr.exp: Test string evaluation with
4426 "debug expression" on.
4427
44282014-07-15 Pedro Alves <palves@redhat.com>
4429
4430 * gdb.base/reread.exp: Use clean_restart.
4431
44322014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
4433
4434 * gdb.arch/avr-flash-qualifer.c: New.
4435 * gdb.arch/avr-flash-qualifer.exp: New.
4436
44372014-07-14 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4440 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4441
44422014-07-14 Pedro Alves <palves@redhat.com>
4443
4444 * gdb.base/double-prompt-target-event-error.c: New file.
4445 * gdb.base/double-prompt-target-event-error.exp: New file.
4446
44472014-07-14 Pedro Alves <palves@redhat.com>
4448
4449 PR gdb/17072
4450 * gdb.base/paginate-inferior-exit.c: New file.
4451 * gdb.base/paginate-inferior-exit.exp: New file.
4452
44532014-07-14 Pedro Alves <palves@redhat.com>
4454
4455 PR gdb/17072
4456 * gdb.base/paginate-bg-execution.c: New file.
4457 * gdb.base/paginate-bg-execution.exp: New file.
4458
44592014-07-14 Pedro Alves <palves@redhat.com>
4460
4461 PR gdb/17072
4462 * gdb.base/paginate-execution-startup.c: New file.
4463 * gdb.base/paginate-execution-startup.exp: New file.
4464 * lib/gdb.exp (pagination_prompt): New global.
4465 (default_gdb_spawn): New procedure, factored out from
4466 default_gdb_spawn.
4467 (default_gdb_start): Adjust to call default_gdb_spawn.
4468 (gdb_spawn): New procedure.
4469
44702014-07-14 Pedro Alves <palves@redhat.com>
4471
4472 * lib/gdb.exp (gdb_assert): New procedure.
4473 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4474
44752014-07-14 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.base/execution-termios.c: New file.
4478 * gdb.base/execution-termios.exp: New file.
4479
44802014-07-14 Tom Tromey <tromey@redhat.com>
4481
4482 * gdb.cp/vla-cxx.cc: New file.
4483 * gdb.cp/vla-cxx.exp: New file.
4484
44852014-07-14 Tom Tromey <tromey@redhat.com>
4486
4487 * gdb.reverse/rerun-prec.c: New file.
4488 * gdb.reverse/rerun-prec.exp: New file.
4489
44902014-07-12 Maciej W. Rozycki <macro@mips.com>
4491 Maciej W. Rozycki <macro@codesourcery.com>
4492
4493 * lib/gdb-utils.exp: New file.
4494 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4495 inline `gdb_init_command' processing.
4496 (gdb_start_cmd): Likewise.
4497 * lib/mi-support.exp (mi_run_cmd): Likewise.
4498 * README: Document `gdb_init_command' and `gdb_init_commands'.
4499
45002014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4501
4502 Fix false FAIL running under a very long directory name.
4503 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4504 and "set print elements 10000". Twice.
4505
45062014-07-11 Yao Qi <yao@codesourcery.com>
4507
4508 * gdb.base/exprs.exp: "set print symbol off".
4509
45102014-07-11 Pedro Alves <palves@redhat.com>
4511
4512 * gdb.threads/kill.c: New file.
4513 * gdb.threads/kill.exp: New file.
4514
45152014-07-10 Yao Qi <yao@codesourcery.com>
4516
4517 * gdb.trace/tfile.c (write_basic_trace_file)
4518 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4519 address written to trace file.
4520
45212014-07-09 Pedro Alves <palves@redhat.com>
4522
4523 * gdb.base/attach-wait-input.exp: New file.
4524 * gdb.base/attach-wait-input.c: New file.
4525
45262014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4527
4528 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4529 setting up test structures.
4530 (main): Call new test function.
4531 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4532 test function, continue into test function and walk test
4533 structures.
4534
45352014-07-02 Yao Qi <yao@codesourcery.com>
4536
4537 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4538 'bar_start' at the beginning of functions 'foo' and 'bar'
4539 respectively.
4540 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4541 instead of 'foo' and 'bar'.
4542
45432014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4544
4545 * gdb.btrace/segv.exp: New.
4546 * gdb.btrace/segv.c: New.
4547
45482014-07-02 Luis Machado <lgustavo@codesourcery.com>
4549
4550 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4551 instruction.
4552
45532014-06-30 Mark Wielaard <mjw@redhat.com>
4554
4555 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4556 vulture, vilify, villar): New volatile array constants.
4557 (vindictive, vegetation): New const volatile array constants.
4558 * gdb.base/volatile.exp: Test volatile and const volatile array
4559 types.
4560
45612014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4562
4563 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4564 target lacks support for awatch, rwatch, or hbreak.
4565
45662014-06-27 Yao Qi <yao@codesourcery.com>
4567
4568 * gdb.multi/dummy-frame-restore.exp: New.
4569 * gdb.multi/dummy-frame-restore.c: New.
4570
45712014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4572
4573 * gdb.btrace/gcore.exp: New.
4574
45752014-06-23 Pedro Alves <palves@redhat.com>
4576
4577 * gdb.base/watchpoint-reuse-slot.c: New file.
4578 * gdb.base/watchpoint-reuse-slot.exp: New file.
4579
45802014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4581
4582 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4583 progspace's filename in 'info', 'enable' and 'disable' command
4584 tests.
4585
45862014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4587
4588 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4589 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4590 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4591
45922014-06-20 Gary Benson <gbenson@redhat.com>
4593
4594 * gdb.arch/i386-avx.exp: Fix include file location.
4595 * gdb.arch/i386-sse.exp: Likewise.
4596
45972014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4598
4599 * gdb.dlang/expression.exp: New file.
4600
46012014-06-19 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4604 out from ...
4605 (top level): ... here. Iterate running tests under different
4606 scheduler-locking settings.
4607
46082014-06-18 Luis Machado <lgustavo@codesourcery.com>
4609
4610 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4611 to DW_FORM_addr and use non-zero addresses.
4612
46132014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4614
4615 PR gdb/17017
4616 * gdb.python/py-xmethods.cc: Add global function call counters and
4617 increment them in their respective functions. Remove "cout"
4618 statements.
4619 * gdb.python/py-xmethods.exp: Make tests check the global function
4620 call counters instead of depending on inferior IO.
4621
46222014-06-18 Don Breazeal <donb@codesourcery.com>
4623
4624 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4625 Deleted procedure.
4626 (explicit_fork_parent_follow): Deleted procedure.
4627 (explicit_fork_child_follow): Deleted procedure.
4628 (test_follow_fork): New procedure.
4629 (do_fork_tests): Replace calls to deleted procedures with
4630 calls to test_follow_fork and reset GDB for subsequent
4631 procedure calls.
4632
46332014-06-17 Yao Qi <yao@codesourcery.com>
4634
4635 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4636 CP1252.
4637
46382014-06-17 Luis Machado <lgustavo@codesourcery.com>
4639
4640 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4641 Initialize ptr and S explicitly.
4642 (skip_type_update_when_not_use_rtti_test): Likewise.
4643
46442014-06-16 Keith Seitz <keiths@redhat.com>
4645
4646 PR mi/15863
4647 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4648 the inferior is started.
4649
46502014-06-16 Pedro Alves <palves@redhat.com>
4651
4652 * gdb.base/break-main-file-remove-fail.c: New file.
4653 * gdb.base/break-main-file-remove-fail.exp: New file.
4654 * gdb.base/break-unload-file.exp: Use build_executable instead of
4655 prepare_for_testing.
4656 (test_break): New parameter "initial_load". Handle it.
4657 (top level): Add initial_load cmdline/file axis.
4658
46592014-06-12 Tom Tromey <tromey@redhat.com>
4660
4661 * gdb.base/completion.exp: Don't use directory name in test.
4662
46632014-06-09 Gary Benson <gbenson@redhat.com>
4664
4665 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4666 separate the always-available ANSI-standard signals from the
4667 signals that require checking.
4668 (main): Likewise.
4669 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4670 Likewise.
4671 (main): Likewise.
4672
46732014-06-07 Keith Seitz <keiths@redhat.com>
4674
4675 Revert:
4676 PR c++/16253
4677 * gdb.cp/var-tag.cc: New file.
4678 * gdb.cp/var-tag.exp: New file.
4679 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4680 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4681 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4682 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4683
46842014-06-06 Doug Evans <xdje42@gmail.com>
4685
4686 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4687
46882014-06-06 Pedro Alves <palves@redhat.com>
4689
4690 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4691 in target debug output instead of looking at RSP packets,
4692 disabling the test on any target that uses hardware stepping.
4693 Update comments.
4694
46952014-06-06 Pedro Alves <palves@redhat.com>
4696
4697 * gdb.base/break-unload-file.exp: Fix typo.
4698
46992014-06-06 Yao Qi <yao@codesourcery.com>
4700
4701 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4702 from "jit_function" to "^jit_function".
4703
47042014-06-06 Yao Qi <yao@codesourcery.com>
4705
4706 * gdb.base/async.c (foo): Add one statement.
4707 * gdb.base/async.exp: Get the next instruction address and
4708 match the output of "nexti" by instruction address. Match
4709 the hex address in the output of "finish".
4710
47112014-06-06 Gary Benson <gbenson@redhat.com>
4712
4713 * gdb.base/call-signals.c: Remove preprocessor conditionals
4714 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4715 SIGSEGV and SIGTERM.
4716 * gdb.base/sigall.c: Likewise.
4717 * gdb.base/unwindonsignal.c: Likewise.
4718 * gdb.reverse/sigall-reverse.c: Likewise.
4719
47202014-06-06 Yao Qi <yao@codesourcery.com>
4721
4722 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4723 readable, skip the test.
4724
47252014-06-06 Yao Qi <yao@codesourcery.com>
4726
4727 * gdb.threads/staticthreads.c (thread_function): Move the line
4728 setting breakpoint on forward.
4729 * gdb.threads/staticthreads.exp: Update comments.
4730
47312014-06-05 Ludovic Courtès <ludo@gnu.org>
4732
4733 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4734 "history-append! type error".
4735
47362014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4737
4738 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4739 erroneous dprintf expected input.
4740
47412014-06-04 Doug Evans <xdje42@gmail.com>
4742
4743 * gdb.guile/scm-generics.exp: Delete.
4744
47452014-06-04 Doug Evans <xdje42@gmail.com>
4746
4747 * gdb.guile/scm-breakpoint.exp: Update.
4748 Add tests for breakpoint registration.
4749
47502014-06-04 Tom Tromey <tromey@redhat.com>
4751
4752 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4753 VLA-in-union.
4754 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4755 inner_vla_struct, vla_union types. Initialize objects of those
4756 types and compute their sizes.
4757
47582014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4759 Hui Zhu <hui@codesourcery.com>
4760
4761 * gdb.base/fileio.exp: Add test for shell not available as well as
4762 available.
4763 * gdb.base/fileio.c (test_system): Check for shell twice.
4764
47652014-06-04 Yao Qi <yao@codesourcery.com>
4766
4767 * gdb.base/auto-connect-native-target.exp: Remove redundant
4768 space from the regexp pattern.
4769
47702014-06-04 Yao Qi <yao@codesourcery.com>
4771
4772 * gdb.base/default.exp: Replace "child" with "native" in
4773 regexp pattern.
4774
47752014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4776
4777 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4778 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4779 * gdb.python/py-xmethods.py: Python script supporting the
4780 new testcase and tests.
4781
47822014-06-03 Joel Brobecker <brobecker@adacore.com>
4783 Pedro Alves <palves@redhat.com>
4784
4785 PR breakpoints/17000
4786 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4787 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4788
47892014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4790
4791 * gdb.base/subst.exp: Add tests to verify partial path matching
4792 output.
4793
47942014-06-03 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4797 target that doesn't use software single-stepping.
4798
47992014-06-03 Pedro Alves <palves@redhat.com>
4800
4801 PR breakpoints/17000
4802 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4803 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4804
48052014-06-02 Doug Evans <xdje42@gmail.com>
4806
4807 * gdb.guile/scm-parameter.exp: New file.
4808
48092014-06-02 Doug Evans <xdje42@gmail.com>
4810
4811 * gdb.guile/scm-cmd.c: New file.
4812 * gdb.guile/scm-cmd.exp: New file.
4813
48142014-06-02 Doug Evans <xdje42@gmail.com>
4815
4816 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4817 pretty-printer lookup.
4818 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4819 (make-pp_s-printer): Call it.
4820 (make-pretty-printer-from-dict): New function.
4821 (lookup-pretty-printer-maker-from-dict): New function.
4822 (*pretty-printer*): Simplify.
4823 (make-objfile-pp_s-printer): New function.
4824 (install-objfile-pretty-printers!): New function.
4825 (make-progspace-pp_s-printer): New function.
4826 (install-progspace-pretty-printers!): New function.
4827 * gdb.guile/scm-progspace.c: New file.
4828 * gdb.guile/scm-progspace.exp: New file.
4829
48302014-06-02 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.base/dprintf-bp-same-addr.c: New file.
4833 * gdb.base/dprintf-bp-same-addr.exp: New file.
4834
48352014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4836
4837 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4838 * gdb.arch/powerpc-power.s: Likewise.
4839
48402014-06-02 Joel Brobecker <brobecker@adacore.com>
4841
4842 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4843
48442014-06-01 Yao Qi <yao@codesourcery.com>
4845
4846 * gdb.base/watchpoint.exp (test_watch_location): Check null
4847 pointer can be dereferenced. If not, do the test, otherwise
4848 skip it.
4849
48502014-05-30 Andrew Burgess <aburgess@broadcom.com>
4851
4852 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4853 results.
4854 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4855
48562014-05-30 Andrew Burgess <aburgess@broadcom.com>
4857
4858 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4859 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4860 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4861 * gdb.arch/amd64-invalid-stack-top.c: New file.
4862 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4863
48642014-05-30 Pedro Alves <palves@redhat.com>
4865
4866 PR breakpoints/17000
4867 * gdb.base/sss-bp-on-user-bp.c: New file.
4868 * gdb.base/sss-bp-on-user-bp.exp: New file.
4869
48702014-05-30 David Blaikie <dblaikie@gmail.com>
4871
4872 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4873 gnu_inline semantics via attribute.
4874 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4875 source explicitly specifies the required semantics.
4876
48772014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4878
4879 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4880
48812014-05-29 Pedro Alves <palves@redhat.com>
4882 Tom Tromey <tromey@redhat.com>
4883
4884 * gdb.base/async-shell.exp: Don't enable target-async.
4885 * gdb.base/async.exp
4886 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4887 parameter. Adjust.
4888 (top level): Don't test with "target-async".
4889 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4890 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4891 * gdb.base/inferior-died.exp: Don't enable target-async.
4892 * gdb.base/interrupt-noterm.exp: Likewise.
4893 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4894 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4895 * gdb.mi/mi-nonstop.exp: Likewise.
4896 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4897 * gdb.mi/mi-nsintrall.exp: Likewise.
4898 * gdb.mi/mi-nsmoribund.exp: Likewise.
4899 * gdb.mi/mi-nsthrexec.exp: Likewise.
4900 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4901 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4902 * gdb.python/py-evsignal.exp: Don't enable target-async.
4903 * gdb.python/py-evthreads.exp: Likewise.
4904 * gdb.python/py-prompt.exp: Likewise.
4905 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4906 * gdb.server/solib-list.exp: Don't enable target-async.
4907 * gdb.threads/thread-specific-bp.exp: Likewise.
4908 * lib/mi-support.exp: Adjust to use mi-async.
4909
49102014-05-29 Pedro Alves <palves@redhat.com>
4911
4912 PR gdb/13860
4913 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4914 reason, even in sync mode.
4915
49162014-05-29 Pedro Alves <palves@redhat.com>
4917 Hui Zhu <hui@codesourcery.com>
4918
4919 PR PR15693
4920 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4921 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4922 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4923 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4924
49252014-05-28 Joel Brobecker <brobecker@adacore.com>
4926
4927 * config/monitor.exp (gdb_target_monitor): Replace use of
4928 "set remotebaud" by "set serial baud".
4929
49302014-05-26 Andy Wingo <wingo@igalia.com>
4931
4932 * gdb.guile/scm-breakpoint.exp:
4933 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4934 properties instead of gdb-object-properties.
4935
49362014-05-26 Yao Qi <yao@codesourcery.com>
4937
4938 * gdb.server/no-thread-db.exp: Specify source file name
4939 explicitly when setting a breakpoint.
4940
49412014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4942
4943 * gdb.btrace/vdso.c: New.
4944 * gdb.btrace/vdso.exp: New.
4945
49462014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4947
4948 * gdb.base/gcore.exp (capture_command_output): Move ...
4949 * lib/gdb.exp (capture_command_output): ... here.
4950
49512014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4952
4953 * gdb.btrace/data.exp: Test memory access during btrace replay.
4954
49552014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4956
4957 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4958
49592014-05-21 Pedro Alves <palves@redhat.com>
4960
4961 PR gdb/13860
4962 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4963 (top level): Test that output related to execution commands is
4964 sent to the console with CLI commands, but not with MI commands.
4965 Test that breakpoint events are always mirrored to the console.
4966 Also expect the new source line to be output after a "next" in
4967 async mode too. Make it a pass/fail test.
4968 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4969 output.
4970 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4971
49722014-05-21 Pedro Alves <palves@redhat.com>
4973
4974 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4975 Use them to test variations of "list" after reaching a breakpoint.
4976 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4977 Test "list" with listsize 10 after reaching a breakpoint.
4978 * gdb.python/python.exp (decode_line current location line
4979 number): Adjust expected line number.
4980
49812014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4982
4983 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4984 behavior for $args, pass it directly to "run".
4985
49862014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4987
4988 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4989 30000 to 65536.
4990
49912014-05-21 Pedro Alves <palves@redhat.com>
4992
4993 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4994 auto-connect-native-target off".
4995 * gdb.base/auto-connect-native-target.c: New file.
4996 * gdb.base/auto-connect-native-target.exp: New file.
4997
49982014-05-21 Pedro Alves <palves@redhat.com>
4999
5000 * gdb.base/default.exp: Test "target native" instead of "target
5001 child".
5002
50032014-05-21 Mark Wielaard <mjw@redhat.com>
5004
5005 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5006
50072014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5008
5009 Fix TLS access for -static -pthread.
5010 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
5011 <HAVE_TLS> (thread_function, main): Initialize it.
5012 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
5013 Add clean_restart.
5014 <$have_tls != "">: Check TLSVAR.
5015
50162014-05-21 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.base/dcache-line-read-error.c: New.
5019 * gdb.base/dcache-line-read-error.exp: New.
5020
50212014-05-20 Pedro Alves <palves@redhat.com>
5022
5023 * gdb.base/compare-sections.c: New file.
5024 * gdb.base/compare-sections.exp: New file.
5025
50262014-05-20 Pedro Alves <palves@redhat.com>
5027
5028 * gdb.base/break-idempotent.c: New file.
5029 * gdb.base/break-idempotent.exp: New file.
5030
50312014-05-20 Markus Metzger <markus.t.metzger@intel.com>
5032
5033 * gdb.btrace/nohist.exp: New.
5034
50352014-05-20 Yao Qi <yao@codesourcery.com>
5036
5037 * lib/gdb.exp (gdb_init): Set timeout if test file is under
5038 gdb.reverse directory and gdb_reverse_timeout exists in board
5039 setting.
5040 * README: Document gdb_reverse_timeout.
5041
50422014-05-20 Yao Qi <yao@codesourcery.com>
5043
5044 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
5045 'test_file_name'. Treat args as a string instead of a list.
5046 (gdb_init): Rename argument 'args' by 'test_file_name'.
5047
50482014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5049
5050 * gdb.arch/powerpc-power.exp: New file.
5051 * gdb.arch/powerpc-power.s: New file.
5052
50532014-05-16 Doug Evans <dje@google.com>
5054
5055 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
5056 * gdb.base/completion.exp: Check that all expected files exist
5057 before doing file completion.
5058
50592014-05-16 Doug Evans <dje@google.com>
5060
5061 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
5062 Update.
5063 (do_syscall_tests_without_xml): Update.
5064
50652014-05-16 Pedro Alves <palves@redhat.com>
5066
5067 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
5068 instead of "unknown output after running".
5069
50702014-05-16 Yao Qi <yao@codesourcery.com>
5071
5072 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
5073 file1.txt from host at the end.
5074 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5075
50762014-05-15 Doug Evans <dje@google.com>
5077
5078 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
5079 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
5080 loading file. Add test for TU lookup.
5081
50822014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5083
5084 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
5085 calling "-exec-arguments" or "set args" before running the
5086 inferior.
5087
50882014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5089
5090 * lib/mi-support.exp (mi_expect_stop): Expect message for
5091 inferiors that exit with non-zero exit code.
5092
50932014-05-14 Yao Qi <yao@codesourcery.com>
5094
5095 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
5096 match absolute path on remote host.
5097 (test_file_list_exec_source_files): Remove "/" from the
5098 pattern.
5099
51002014-05-14 Yao Qi <yao@codesourcery.com>
5101
5102 * boards/local-remote-host-notty.exp (${board}_file): New
5103 proc.
5104
51052014-05-07 Kyle McMartin <kyle@redhat.com>
5106
5107 Pushed by Joel Brobecker <brobecker@adacore.com>.
5108 * gdb.arch/aarch64-atomic-inst.c: New file.
5109 * gdb.arch/aarch64-atomic-inst.exp: New file.
5110
51112014-05-07 Yao Qi <yao@codesourcery.com>
5112
5113 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
5114 in current context" too.
5115
51162014-05-05 Keith Seitz <keiths@redhat.com>
5117
5118 * gdb.linespec/ls-dollar.exp: Add test for linespec
5119 file:convenience_variable.
5120
51212014-05-05 Yao Qi <yao@codesourcery.com>
5122
5123 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
5124 traceframes into tfile and ctf trace files. Read data from
5125 trace file and test collected data.
5126 (gdb_collect_locals_test): Likewise.
5127 (gdb_unavailable_registers_test): Likewise.
5128 (gdb_unavailable_floats): Likewise.
5129 (gdb_collect_globals_test): Likewise.
5130 (top-level): Append "ctf" to trace_file_targets if GDB
5131 supports.
5132
51332014-05-05 Yao Qi <yao@codesourcery.com>
5134
5135 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
5136 code to ...
5137 (gdb_collect_args_test_1): ... it. New proc.
5138 (gdb_collect_locals_test): Move some code to ...
5139 (gdb_collect_locals_test_1): ... it. New proc.
5140 (gdb_unavailable_registers_test): Move some code to ...
5141 (gdb_unavailable_registers_test_1): ... it. New proc.
5142 (gdb_unavailable_floats): Move some code to ...
5143 (gdb_unavailable_floats_1): ... it. New proc.
5144
51452014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5146
5147 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
5148 probes to test for bitness recognition.
5149 * gdb.arch/amd64-stap-optional-prefix.exp
5150 (test_probe_value_without_reg): New procedure.
5151 Add code to test for different kinds of bitness.
5152
51532014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5154
5155 PR breakpoints/16889
5156 * gdb.arch/amd64-stap-optional-prefix.S: New file.
5157 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5158
51592014-05-01 Pedro Alves <palves@redhat.com>
5160
5161 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
5162 gdb_file_cmd if no file is specified.
5163 * boards/native-extended-gdbserver.exp (gdb_load): Use the
5164 last_loaded_file to set the remote exec-file.
5165
51662014-05-01 Pedro Alves <palves@redhat.com>
5167
5168 * boards/local-remote-host.exp: New file.
5169
51702014-05-01 Pedro Alves <palves@redhat.com>
5171
5172 * boards/local-remote-host.exp: Rename to ...
5173 * boards/local-remote-host-notty.exp: ... this.
5174
51752014-04-28 Joel Brobecker <brobecker@adacore.com>
5176
5177 * gdb.ada/dyn_arrayidx: New testcase.
5178
51792014-04-26 Yao Qi <yao@codesourcery.com>
5180
5181 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
5182 and compute the length of function main. Save it in
5183 $main_length.
5184 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
5185 (top-level): Use gdb_compile to compile objects into
5186 executable and restart GDB. Remove invocation to
5187 prepare_for_testing.
5188
51892014-04-25 Simon Marchi <simon.marchi@ericsson.com>
5190 Pedro Alves <palves@redhat.com>
5191
5192 PR server/16255
5193 * gdb.multi/multi-attach.c: New file.
5194 * gdb.multi/multi-attach.exp: New file.
5195
51962014-04-25 Pedro Alves <palves@redhat.com>
5197
5198 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
5199 user.
5200 (top level): Test that "set remote conditional-breakpoints-packet
5201 off" works as intended.
5202 * gdb.base/dprintf.exp: Test that "set remote
5203 breakpoint-commands-packet off" works as intended.
5204 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
5205 New function.
5206 (top level): Call it.
5207 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
5208 remote fast-tracepoints-packet off" works as intended.
5209 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
5210 * lib/gdb.exp (gdb_is_target_remote): ... here.
5211
52122014-04-24 David Blaikie <dblaikie@gmail.com>
5213
5214 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
5215 ensure clang would not discard them.
5216 * gdb.base/gdbvars.c: Ditto.
5217 * gdb.base/memattr.c: Ditto.
5218 * gdb.base/whatis.c: Ditto.
5219 * gdb.python/py-prettyprint.c: Ditto.
5220 * gdb.trace/actions.c: Ditto.
5221 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
5222 ensure clang would not discard it.
5223
52242014-04-24 David Blaikie <dblaikie@gmail.com>
5225
5226 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
5227 clang to emit the full definition of type required by the test
5228 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
5229
52302014-04-24 David Blaikie <dblaikie@gmail.com>
5231
5232 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
5233 coax Clang into emitting the definition of the type.
5234 * gdb.cp/pr10728-x.h (y): Ditto.
5235 * gdb.cp/pr10728-y.cc (y): Ditto.
5236
52372014-04-24 David Blaikie <dblaikie@gmail.com>
5238
5239 * gdb.base/label.exp: XFAIL label related tests under Clang.
5240 * gdb.cp/cplabel.exp: Ditto.
5241 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
5242 under Clang those using labels.
5243
52442014-04-25 Yao Qi <yao@codesourcery.com>
5245
5246 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
5247 double_label.
5248 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
5249 partial_label and double_label.
5250
52512014-04-24 David Blaikie <dblaikie@gmail.com>
5252
5253 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
5254
52552014-04-24 David Blaikie <dblaikie@gmail.com>
5256
5257 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
5258 of the function to work across GCC and Clang.
5259 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
5260 pointer types (const void ** const V void **).
5261
52622014-04-24 Michael Sturm <michael.sturm@mintel.com>
5263 Walfred Tedeschi <walfred.tedeschi@intel.com>
5264
5265 * Makefile.in (EXECUTABLES): Added i386-avx512.
5266 * gdb.arch/i386-avx512.c: New file.
5267 * gdb.arch/i386-avx512.exp: Likewise.
5268
52692014-04-23 Keith Seitz <keiths@redhat.com>
5270
5271 * lib/mi-support.exp (mi_list_breakpoints): Delete.
5272 (mi_make_breakpoint_table): New procedure.
5273 (mi_create_breakpoint): Use mi_make_breakpoint
5274 and return the result.
5275 (mi_make_breakpoint): New procedure.
5276 (mi_build_kv_pairs): New procedure.
5277
5278 * gdb.mi/mi-break.exp: Remove unused globals,
5279 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
5280 All callers updated.
5281 * gdb.mi/mi-dprintf.exp: Use variable to track command
5282 number.
5283 Update all callers of mi_create_breakpoint and use
5284 mi_make_breakpoint_table.
5285 Remove any unused global variables.
5286 * gdb.mi/mi-nonstop.exp: Likewise.
5287 * gdb.mi/mi-nsintrall.exp: Likewise.
5288 * gdb.mi/mi-nsmoribund.exp: Likewise.
5289 * gdb.mi/mi-nsthrexec.exp: Likewise.
5290 * gdb.mi/mi-reverse.exp: Likewise.
5291 * gdb.mi/mi-simplerun.exp: Likewise.
5292 * gdb.mi/mi-stepn.exp: Likewise.
5293 * gdb.mi/mi-syn-frame.exp: Likewise.
5294 * gdb.mi/mi-until.exp: Likewise.
5295 * gdb.mi/mi-var-cp.exp: Likewise.
5296 * gdb.mi/mi-var-display.exp: Likewise.
5297 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5298 * gdb.mi/mi2-var-child.exp: Likewise.
5299 * gdb.mi/mi-vla-c99.exp: Likewise.
5300 * lib/mi-support.exp: Likewise.
5301
5302 From Ian Lance Taylor <iant@cygnus.com>:
5303 * lib/gdb.exp (parse_args): New procedure.
5304
53052014-04-23 Pedro Alves <palves@redhat.com>
5306
5307 * gdb.base/break-unload-file.c: New file.
5308 * gdb.base/break-unload-file.exp: New file.
5309 * gdb.base/sym-file-lib.c (baz): New function.
5310 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5311 field.
5312 (load): Store the segment's mapped size.
5313 (unload): New function.
5314 (unload_shlib): New function.
5315 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5316 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5317 set a breakpoint at baz, and call it.
5318 * gdb.base/sym-file.exp: New tests for stale breakpoint
5319 instructions.
5320
53212014-04-23 Pedro Alves <palves@redhat.com>
5322
5323 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5324 * gdb.base/hbreak-in-shr-unsupported.c: New file.
5325 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5326 * gdb.base/hbreak-unmapped.c: New file.
5327 * gdb.base/hbreak-unmapped.exp: New file.
5328 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5329 * lib/gdb.exp (gdb_is_target_remote): ... here.
5330
53312014-04-22 Pedro Alves <palves@redhat.com>
5332
5333 * gdb.base/consecutive-step-over.c: New file.
5334 * gdb.base/consecutive-step-over.exp: New file.
5335
53362014-04-22 Pedro Alves <palves@redhat.com>
5337
5338 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5339 instead of send_gdb/gdb_expect.
5340
53412014-04-22 Yao Qi <yao@codesourcery.com>
5342
5343 * lib/trace-support.exp (generate_tracefile): New procedure.
5344 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5345 return 0.
5346 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5347 if generate_tracefile returns 1.
5348
53492014-04-18 Tom Tromey <palves@redhat.com>
5350 Pedro alves <tromey@redhat.com>
5351
5352 PR backtrace/15558
5353 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5354 with a backtrace limit.
5355 * gdb.python/py-frame-inline.exp: Test running to an inline
5356 function with a backtrace limit, and printing the newest frame.
5357 * gdb.python/py-frame-inline.c (main): Call f.
5358
53592014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5360
5361 * gdb.java/jnpe.exp: Drop srcdir from untested path.
5362
53632014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5364
5365 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5366 Drop prefix from unsupported source file path.
5367
53682014-04-17 Yao Qi <yao@codesourcery.com>
5369
5370 * lib/gdb.exp (with_target_charset): New proc.
5371 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5372 with_target_charset.
5373 (test_print_strings): Likewise.
5374 (test_repeat_bytes): Likewise.
5375 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5376 for some tests.
5377
53782014-04-16 Keith Seitz <keiths@redhat.com>
5379
5380 PR gdb/15827
5381 * gdb.dwarf2/corrupt.c: New file.
5382 * gdb.dwarf2/corrupt.exp: New file.
5383
53842014-04-16 Keith Seitz <keiths@redhat.com>
5385
5386 PR c++/16597
5387 * gdb.cp/namelessclass.cc: New file.
5388 * gdb.cp/namelessclass.exp: New file.
5389 * gdb.cp/namelessclass.S: New file.
5390
53912014-04-16 Doug Evans <dje@google.com>
5392
5393 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5394 Add comment.
5395 (gdbserver_default_get_comm_port): New function.
5396 (gdbserver_start): Check if board file provided
5397 "gdbserver,get_comm_port" and use it if so.
5398 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5399 (gdb,socketport): Set to "stdio".
5400 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5401 (stdio_gdbserver_template): Delete.
5402 (${board}_get_remote_address): Update.
5403 (${board}_build_remote_cmd): Delete.
5404 (${board}_get_comm_port): New function.
5405 (${board}_spawn): Update.
5406 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5407 Delete.
5408 (${board}_get_remote_address): Update.
5409 (${board}_get_comm_port): New function.
5410
54112014-04-16 Andrew Burgess <aburgess@broadcom.com>
5412
5413 * gdb.base/memattr.exp: Improve regexps to handle memory regions
5414 appearing in any order.
5415
54162014-04-15 Doug Evans <dje@google.com>
5417
5418 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5419 uninitialized value of "description".
5420
54212014-04-15 Keith Seitz <keiths@redhat.com>
5422
5423 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5424 Remove unused globals.
5425 (test_running_the_program): Likewise.
5426 (test_controlled_execution): Likewise.
5427 (test_controlling_breakpoints): Likewise.
5428 (test_program_termination): Likewise.
5429
54302014-04-15 Keith Seitz <keiths@redhat.com>
5431
5432 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5433 unused globals.
5434 (test_rbreak_creation_and_listing): Likewise.
5435 (test_ignore_count): Likewise.
5436 (test_error): Likewise.
5437
54382014-04-15 Pedro Alves <palves@redhat.com>
5439
5440 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5441 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5442 sym-file-loader.c.
5443 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5444 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5445 to sym-file-loader.c.
5446 (struct library): Forward declare.
5447 (load_shlib, lookup_function): Change prototypes.
5448 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5449 (translate_offset): Remove declarations.
5450 (get_text_addr): New declaration.
5451 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5452 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5453 sym-file-loader.h.
5454 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5455 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5456 here from sym-file-loader.h.
5457 (struct library): New structure.
5458 (load_shlib, lookup_function): Change prototypes and adjust to
5459 work with a struct library.
5460 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5461 (translate_offset): Make static.
5462 (get_text_addr): New function.
5463 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5464
54652014-04-15 Pedro Alves <palves@redhat.com>
5466
5467 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5468
54692014-04-15 Pedro Alves <palves@redhat.com>
5470
5471 * gdb.base/sym-file-loader.c: Include <limits.h>.
5472 (SELF_LINK): New define.
5473 (get_origin): New function.
5474 (load_shlib): Use it.
5475 * gdb.base/sym-file.exp: Don't early return if the target is
5476 remote. Use runto_main, and issue fail is that fails. Use
5477 gdb_load_shlibs.
5478 (shlib_name): Delete.
5479 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5480
54812014-04-15 Pedro Alves <palves@redhat.com>
5482
5483 * gdb.base/sym-file.exp: Remove regex characters from test
5484 message. Don't refer to breakpoint numbers in test messages.
5485
54862014-04-14 Keith Seitz <keiths@redhat.com>
5487
5488 PR c++/16253
5489 * gdb.cp/var-tag.cc: New file.
5490 * gdb.cp/var-tag.exp: New file.
5491 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5492 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5493 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5494 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5495
54962014-04-14 Tom Tromey <tromey@redhat.com>
5497
5498 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5499 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5500 type.
5501 * gdb.cp/enum-class.exp: New file.
5502 * gdb.cp/enum-class.cc: New file.
5503
55042014-04-14 Tom Tromey <tromey@redhat.com>
5505
5506 * gdb.dwarf2/enum-type.exp: New file.
5507
55082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5509
5510 * gdb.mi/mi-vla-c99.exp: New file.
5511 * gdb.mi/vla.c: New file.
5512
55132014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5514
5515 * gdb.base/vla-datatypes.c: New file.
5516 * gdb.base/vla-datatypes.exp: New file.
5517
55182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5519
5520 * gdb.base/vla-ptr.c: New file.
5521 * gdb.base/vla-ptr.exp: New file.
5522
55232014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5524
5525 * gdb.dwarf2/count.exp: New file.
5526
55272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5528
5529 * gdb.base/vla-sideeffect.c: New file.
5530 * gdb.base/vla-sideeffect.exp: New file.
5531
55322014-04-14 David Blaikie <dblaikie@gmail.com>
5533
5534 * gdb.mi/non-stop.c: Add return value for non-void function return
5535 statement.
5536 * gdb.threads/staticthreads.c: Ditto.
5537
55382014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5539 Doug Evans <xdje42@gmail.com>
5540
5541 * gdb.guile/scm-value.c: Improve test case.
5542 * gdb.guile/scm-value.exp: Add new test.
5543
55442014-04-11 David Blaikie <dblaikie@gmail.com>
5545
5546 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5547 override Clang's default.
5548
55492014-04-11 Joel Brobecker <brobecker@adacore.com>
5550
5551 Revert the following changes (regressions):
5552
5553 * gdb.base/vla-sideeffect.c: New file.
5554 * gdb.base/vla-sideeffect.exp: New file.
5555
5556 * gdb.dwarf2/count.exp: New file.
5557
5558 * gdb.base/vla-multi.c: New file.
5559 * gdb.base/vla-multi.exp: New file.
5560
5561 * gdb.base/vla-ptr.c: New file.
5562 * gdb.base/vla-ptr.exp: New file.
5563
5564 * gdb.base/vla-datatypes.c: New file.
5565 * gdb.base/vla-datatypes.exp: New file.
5566
5567 * gdb.mi/mi-vla-c99.exp: New file.
5568 * gdb.mi/vla.c: New file.
5569
55702014-04-11 Keith Seitz <keiths@redhat.com>
5571
5572 PR c++/16675
5573 * gdb.cp/cpsizeof.exp: New file.
5574 * gdb.cp/cpsizeof.cc: New file.
5575
55762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5577
5578 * gdb.mi/mi-vla-c99.exp: New file.
5579 * gdb.mi/vla.c: New file.
5580
55812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5582
5583 * gdb.base/vla-datatypes.c: New file.
5584 * gdb.base/vla-datatypes.exp: New file.
5585
55862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5587
5588 * gdb.base/vla-ptr.c: New file.
5589 * gdb.base/vla-ptr.exp: New file.
5590
55912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5592
5593 * gdb.base/vla-multi.c: New file.
5594 * gdb.base/vla-multi.exp: New file.
5595
55962014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5597
5598 * gdb.dwarf2/count.exp: New file.
5599
56002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5601
5602 * gdb.base/vla-sideeffect.c: New file.
5603 * gdb.base/vla-sideeffect.exp: New file.
5604
56052014-04-11 Yao Qi <yao@codesourcery.com>
5606
5607 * gdb.base/completion.exp: Check file exists before running tests
5608 on file completion.
5609
56102014-04-10 Pedro Alves <palves@redhat.com>
5611
5612 * gdb.base/cond-eval-mode.c: New file.
5613 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5614 prepare_for_testing to build the new file. Check result of
5615 runto_main.
5616 (test_break, test_watch): New procedures.
5617 (top level): Use them.
5618
56192014-04-08 Pierre Muller <muller@sourceware.org>
5620
5621 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5622 Ctrl-V use for mingw hosts.
5623
56242014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5625
5626 * gdb.python/py-value.c: Improve test case.
5627 * gdb.python/py-value.exp: Add new test.
5628
56292014-04-07 David Blaikie <dblaikie@gmail.com>
5630
5631 * lib/compiler.c: Identify the clang compiler.
5632 * lib/compiler.cc: Ditto.
5633
56342014-04-03 Yao Qi <yao@codesourcery.com>
5635
5636 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5637
56382014-04-01 Anton Blanchard <anton@samba.org>
5639
5640 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5641 messages unique.
5642
56432014-04-01 Anton Blanchard <anton@samba.org>
5644
5645 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5646 prepare_for_testing.
5647
56482014-04-01 Anton Blanchard <anton@samba.org>
5649
5650 * gdb.arch/ppc64-atomic-inst.c: Remove.
5651 * gdb.arch/ppc64-atomic-inst.S: New file.
5652 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5653
56542014-03-31 Doug Evans <dje@google.com>
5655
5656 * gdb.base/print-symbol-loading-lib.c: New file.
5657 * gdb.base/print-symbol-loading-main.c: New file.
5658 * gdb.base/print-symbol-loading.exp: New file.
5659
56602014-03-31 Yao Qi <yao@codesourcery.com>
5661
5662 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5663
56642014-03-28 Joel Brobecker <brobecker@adacore.com>
5665
5666 * gdb.ada/mi_dyn_arr: New testcase.
5667
56682014-03-27 Doug Evans <dje@google.com>
5669
5670 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5671
56722014-03-27 Yao Qi <yao@codesourcery.com>
5673
5674 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5675 if target is nios2-*-*.
5676
56772014-03-26 Yao Qi <yao@codesourcery.com>
5678
5679 * lib/gdb.exp (readline_is_used): New proc.
5680 * gdb.base/completion.exp: Move tests on command complete up.
5681 Skip the rest of tests if readline is not used.
5682 * gdb.ada/complete.exp: Skp the test if readline is not
5683 used.
5684 * gdb.base/filesym.exp: Likewise.
5685 * gdb.base/macscp.exp: Likewise.
5686 * gdb.base/readline-ask.exp: Likewise.
5687 * gdb.base/readline.exp: Likewise.
5688 * gdb.python/py-cmd.exp: Likewise.
5689 * gdb.trace/tfile.exp: Likewise.
5690
56912014-03-26 Yao Qi <yao@codesourcery.com>
5692
5693 * gdb.base/macscp.exp: Fix code format issues.
5694
56952014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5696
5697 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5698 * gdb.asm/powerpc64le.inc: New file.
5699
57002014-03-25 Pedro Alves <palves@redhat.com>
5701 Doug Evans <dje@google.com>
5702
5703 * gdb.base/source-execution.c: New file.
5704 * gdb.base/source-execution.exp: New file.
5705 * gdb.base/source-execution.gdb: New file.
5706
57072014-03-24 Doug Evans <dje@google.com>
5708
5709 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5710 using fission.
5711
57122014-03-24 Hui Zhu <hui@codesourcery.com>
5713 Pedro Alves <palves@redhat.com>
5714
5715 PR breakpoints/16101
5716 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5717 test pass/fail messages. Detect missing support for dprintf when
5718 breakpoints are actually inserted.
5719 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5720 breakpoints are actually inserted.
5721 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5722 fails.
5723
57242014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5725
5726 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5727
57282014-03-22 Doug Evans <xdje42@gmail.com>
5729
5730 * gdb.python/python.exp (python not supported): Verify multi-line
5731 python command issues an error.
5732 * gdb.guile/guile.exp (guile not supported): Verify multi-line
5733 guile command issues an error.
5734
57352014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5736
5737 * gdb.threads/thread-specific.exp: Handle the lack of usable
5738 $this_breakpoint and $this_thread.
5739
57402014-03-21 Hui Zhu <hui@codesourcery.com>
5741
5742 * gdb.base/attach.exp (do_command_attach_tests): New.
5743
57442014-03-20 Tom Tromey <tromey@redhat.com>
5745 Pedro Alves <palves@redhat.com>
5746
5747 PR cli/15718
5748 * gdb.base/condbreak-call-false.c: New file.
5749 * gdb.base/condbreak-call-false.exp: New file.
5750
57512014-03-20 Pedro Alves <palves@redhat.com>
5752
5753 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5754 Delete.
5755 (block_signals, unblock_signals): Delete.
5756 (child_function_2, main): Remove references to deleted variable
5757 and functions.
5758
57592014-03-20 Pedro Alves <palves@redhat.com>
5760
5761 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5762 Use pthread_kill to signal thread 2.
5763 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5764 Adjust to make the test send itself a signal rather than using the
5765 host's "kill" command.
5766
57672014-03-20 Pedro Alves <palves@redhat.com>
5768
5769 * gdb.threads/multiple-step-overs.c: New file.
5770 * gdb.threads/multiple-step-overs.exp: New file.
5771 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5772 Adjust expected infrun debug output.
5773
57742014-03-20 Pedro Alves <palves@redhat.com>
5775
5776 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5777 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5778
57792014-03-20 Pedro Alves <palves@redhat.com>
5780
5781 PR breakpoints/7143
5782 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5783 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5784 of gdb_test_multiple.
5785 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5786 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5787
57882014-03-20 Pedro Alves <palves@redhat.com>
5789
5790 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5791 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5792
57932014-03-19 Pedro Alves <palves@redhat.com>
5794
5795 * gdb.base/async.exp: Remove early return.
5796
57972014-03-19 Pedro Alves <palves@redhat.com>
5798
5799 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5800
58012014-03-19 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.base/async.exp (test_background): Expect \r\n after
5804 "completed." in the fail pattern.
5805
58062014-03-19 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.base/async.exp (test_background): New procedure.
5809 Use it for all background execution command tests.
5810
58112014-03-19 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.base/async.exp: Use prepare_for_testing.
5814
58152014-03-19 Pedro Alves <palves@redhat.com>
5816
5817 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5818 the same line.
5819
58202014-03-19 Pedro Alves <palves@redhat.com>
5821
5822 * gdb.base/async.c (main): Add "jump here" and "until here" line
5823 marker comments.
5824 * gdb.base/async.exp (jump_here): New global.
5825 (jump& test): Use it.
5826 (until_here): New global.
5827 (until& test): Use it.
5828
58292014-03-19 Pedro Alves <palves@redhat.com>
5830
5831 * gdb.base/async.exp: Don't frob gdb_protocol.
5832
58332014-03-18 Doug Evans <xdje42@gmail.com>
5834
5835 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5836 Fix spelling of exec-done-display.
5837
58382014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5839
5840 PR gdb/15358
5841 * gdb.base/gdb-sigterm.c: New file.
5842 * gdb.base/gdb-sigterm.exp: New file.
5843
58442014-03-18 Pedro Alves <palves@redhat.com>
5845
5846 PR gdb/13860
5847 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5848 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5849 solib-event.
5850
58512014-03-17 Joel Brobecker <brobecker@adacore.com>
5852
5853 * gdb.ada/pckd_arr_ren: New testcase.
5854
58552014-03-13 Doug Evans <xdje42@gmail.com>
5856
5857 PR guile/16612
5858 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5859 collect after discarding symbols.
5860
58612014-03-13 Ludovic Courtès <ludo@gnu.org>
5862 Doug Evans <xdje42@gmail.com>
5863
5864 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5865 to history survives a gc.
5866
58672014-03-13 Pedro Alves <palves@redhat.com>
5868
5869 * gdb.base/default.exp: Don't test "target procfs".
5870
58712014-03-13 Pedro Alves <palves@redhat.com>
5872
5873 * gdb.base/default.exp: Update "target child" and "target procfs"
5874 tests to not expect "Unix".
5875
58762014-03-12 Tom Tromey <tromey@redhat.com>
5877
5878 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5879 New procs. Add target-async tests.
5880 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5881 Add target-async tests.
5882
58832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5884
5885 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5886 'func_start' and 'func_end' for the beginning and end of the
5887 function code, respectively.
5888 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5889 'func_end' instead of 'func' and 'main'.
5890
58912014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5892
5893 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5894 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5895 generate the debug info assembler source.
5896
58972014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5898
5899 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5900 * gdb.dwarf2/arr-subrange.exp: Likewise.
5901 * gdb.dwarf2/dwz.exp: Likewise.
5902 * gdb.dwarf2/method-ptr.exp: Likewise.
5903 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5904 * gdb.dwarf2/subrange.exp: Likewise.
5905 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5906 * gdb.dwarf2/implptrpiece.exp: Likewise.
5907 * gdb.dwarf2/nostaticblock.exp: Likewise.
5908
59092014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5910
5911 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5912 directory to absolute path name arguments.
5913
59142014-03-10 Joel Brobecker <brobecker@adacore.com>
5915
5916 * gdb.ada/tagged_access: New testcase.
5917
59182014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5919
5920 * gdb.btrace/data.exp: Update expected output.
5921
59222014-03-06 Yao Qi <yao@codesourcery.com>
5923
5924 * gdb.trace/pr16508.exp: New file.
5925
59262014-03-05 Pedro Alves <palves@redhat.com>
5927
5928 PR gdb/16575
5929 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5930 procedure.
5931 (top level): Adjust to use it. Add tests that exercise breakpoint
5932 interaction with the code-cache.
5933
59342014-02-26 Ludovic Courtès <ludo@gnu.org>
5935
5936 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5937 test for 'history-append!'.
5938
59392014-02-26 Joel Brobecker <brobecker@adacore.com>
5940
5941 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5942 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5943 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5944 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5945 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5946 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5947
59482014-02-26 Joel Brobecker <brobecker@adacore.com>
5949
5950 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5951 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5952 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5953
59542014-02-26 Joel Brobecker <brobecker@adacore.com>
5955
5956 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5957
59582014-02-26 Joel Brobecker <brobecker@adacore.com>
5959
5960 * gdb.dwarf2/arr-stride.c: New file.
5961 * gdb.dwarf2/arr-stride.exp: New file.
5962
59632014-02-26 Pedro Alves <palves@redhat.com>
5964
5965 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5966 that won't ever trigger. Make sure that GDB reports the correct
5967 breakpoint that caused the stop.
5968
59692014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5970
5971 PR gdb/16626
5972 * gdb.base/auto-load-script: New file.
5973 * gdb.base/auto-load.c: New file.
5974 * gdb.base/auto-load.exp: New file.
5975
5976 PR gdb/16626
5977 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5978
59792014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5980
5981 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5982 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5983
59842014-02-24 Doug Evans <dje@google.com>
5985
5986 * lib/gdb.exp (run_on_host): Log error output if program fails.
5987
59882014-02-21 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.threads/step-after-sr-lock.c: Rename to ...
5991 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5992 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5993 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5994 ... this.
5995
59962014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5997
5998 PR tdep/16397
5999 * gdb.arch/amd64-stap-special-operands.exp: New file.
6000 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
6001 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
6002 * gdb.arch/amd64-stap-triplet.S: Likewise.
6003 * gdb.arch/amd64-stap-triplet.c: Likewise.
6004
60052014-02-20 Joel Brobecker <brobecker@adacore.com>
6006
6007 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
6008 in .section pseudo-op.
6009
60102014-02-20 lin zuojian <manjian2006@gmail.com>
6011 Joel Brobecker <brobecker@adacore.com>
6012 Doug Evans <xdje42@gmail.com>
6013
6014 PR symtab/16581
6015 * gdb.dwarf2/dw2-icycle.S: New file.
6016 * gdb.dwarf2/dw2-icycle.c: New file.
6017 * gdb.dwarf2/dw2-icycle.exp: New file.
6018
60192014-02-19 Siva Chandra Reddy <sivachandra@google.com>
6020
6021 * gdb.python/py-value-cc.cc: Improve test case to enable testing
6022 operations on gdb.Value objects.
6023 * gdb.python/py-value-cc.exp: Add new test to test operations on
6024 gdb.Value objects.
6025
60262014-02-18 Doug Evans <dje@google.com>
6027
6028 * Makefile.in (TESTS): New variable.
6029 (expanded_tests, expanded_tests_or_none): New variables
6030 (check-single): Pass $(expanded_tests_or_none) to runtest.
6031 (check-parallel): Only run tests in $(TESTS) if non-empty.
6032 (check/no-matching-tests-found): New rule.
6033 * README: Document TESTS makefile variable.
6034
60352014-02-18 Doug Evans <dje@google.com>
6036
6037 * Makefile.in (check-parallel): rm -rf outputs temp.
6038
60392014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6040
6041 Fix "ERROR: no fileid for" in the testsuite.
6042 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
6043
60442014-02-12 Doug Evans <dje@google.com>
6045
6046 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
6047 (MISCELLANEOUS): New variable.
6048 (clean): rm -rf $(MISCELLANEOUS).
6049 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
6050 dwp live in the same directory as symlinks, with each symlink pointed
6051 to a differently named file in a different directory.
6052
60532014-02-11 Doug Evans <dje@google.com>
6054
6055 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
6056 of Tcl file commands.
6057
60582014-02-10 Mark Kettenis <kettenis@gnu.org>
6059
6060 * gdb.threads/step-after-sr-lock.exp: Avoid executing
6061 "kill -SIGUSR1 -1".
6062
60632014-02-10 Joel Brobecker <brobecker@adacore.com>
6064
6065 * gdb.ada/tick_length_array_enum_idx: New testcase.
6066
60672014-02-10 Doug Evans <xdje42@gmail.com>
6068
6069 * configure.ac (AC_OUTPUT): Add gdb.guile.
6070 * configure: Regenerate.
6071 * lib/gdb-guile.exp: New file.
6072 * lib/gdb.exp (get_target_charset): New function.
6073 * gdb.base/help.exp: Update expected output from "apropos apropos".
6074 * gdb.guile/Makefile.in: New file.
6075 * gdb.guile/guile.exp: New file.
6076 * gdb.guile/scm-arch.c: New file.
6077 * gdb.guile/scm-arch.exp: New file.
6078 * gdb.guile/scm-block.c: New file.
6079 * gdb.guile/scm-block.exp: New file.
6080 * gdb.guile/scm-breakpoint.c: New file.
6081 * gdb.guile/scm-breakpoint.exp: New file.
6082 * gdb.guile/scm-disasm.c: New file.
6083 * gdb.guile/scm-disasm.exp: New file.
6084 * gdb.guile/scm-equal.c: New file.
6085 * gdb.guile/scm-equal.exp: New file.
6086 * gdb.guile/scm-error.exp: New file.
6087 * gdb.guile/scm-error.scm: New file.
6088 * gdb.guile/scm-frame-args.c: New file.
6089 * gdb.guile/scm-frame-args.exp: New file.
6090 * gdb.guile/scm-frame-args.scm: New file.
6091 * gdb.guile/scm-frame-inline.c: New file.
6092 * gdb.guile/scm-frame-inline.exp: New file.
6093 * gdb.guile/scm-frame.c: New file.
6094 * gdb.guile/scm-frame.exp: New file.
6095 * gdb.guile/scm-generics.exp: New file.
6096 * gdb.guile/scm-gsmob.exp: New file.
6097 * gdb.guile/scm-iterator.c: New file.
6098 * gdb.guile/scm-iterator.exp: New file.
6099 * gdb.guile/scm-math.c: New file.
6100 * gdb.guile/scm-math.exp: New file.
6101 * gdb.guile/scm-objfile-script-gdb.in: New file.
6102 * gdb.guile/scm-objfile-script.c: New file.
6103 * gdb.guile/scm-objfile-script.exp: New file.
6104 * gdb.guile/scm-objfile.c: New file.
6105 * gdb.guile/scm-objfile.exp: New file.
6106 * gdb.guile/scm-ports.exp: New file.
6107 * gdb.guile/scm-pretty-print.c: New file.
6108 * gdb.guile/scm-pretty-print.exp: New file.
6109 * gdb.guile/scm-pretty-print.scm: New file.
6110 * gdb.guile/scm-section-script.c: New file.
6111 * gdb.guile/scm-section-script.exp: New file.
6112 * gdb.guile/scm-section-script.scm: New file.
6113 * gdb.guile/scm-symbol.c: New file.
6114 * gdb.guile/scm-symbol.exp: New file.
6115 * gdb.guile/scm-symtab-2.c: New file.
6116 * gdb.guile/scm-symtab.c: New file.
6117 * gdb.guile/scm-symtab.exp: New file.
6118 * gdb.guile/scm-type.c: New file.
6119 * gdb.guile/scm-type.exp: New file.
6120 * gdb.guile/scm-value-cc.cc: New file.
6121 * gdb.guile/scm-value-cc.exp: New file.
6122 * gdb.guile/scm-value.c: New file.
6123 * gdb.guile/scm-value.exp: New file.
6124 * gdb.guile/source2.scm: New file.
6125 * gdb.guile/types-module.cc: New file.
6126 * gdb.guile/types-module.exp: New file.
6127
61282014-02-10 Yao Qi <yao@codesourcery.com>
6129
6130 PR testsuite/16543
6131 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
6132 * configure: Regenerated.
6133 * Makefile.in: New file.
6134
61352014-02-08 Andreas Schwab <schwab@linux-m68k.org>
6136
6137 * gdb.python/py-framefilter.exp: Fix typo.
6138
61392014-02-08 Yao Qi <yao@codesourcery.com>
6140
6141 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
6142 that no =breakpoint-modified is emitted when breakpoints are
6143 modified through MI commands.
6144
61452014-02-07 Pedro Alves <pedro@codesourcery.com>
6146 Pedro Alves <palves@redhat.com>
6147
6148 * gdb.threads/step-after-sr-lock.c: New file.
6149 * gdb.threads/step-after-sr-lock.exp: New file.
6150
61512014-02-07 Pedro Alves <palves@redhat.com>
6152
6153 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
6154
61552014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6156
6157 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
6158 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
6159
61602014-02-06 Doug Evans <xdje42@gmail.com>
6161
6162 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
6163 output.
6164
6165 * gdb.gdb/python-interrupts.exp: New file.
6166
61672014-02-05 Yao Qi <yao@codesourcery.com>
6168
6169 * gdb.trace/report.exp (use_collected_data): Test the output
6170 of "info threads" and "info inferiors".
6171
61722014-02-05 Yao Qi <yao@codesourcery.com>
6173
6174 Revert this patch:
6175
6176 2013-05-24 Yao Qi <yao@codesourcery.com>
6177
6178 * gdb.trace/tfile.exp: Test inferior and thread.
6179
61802014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6181
6182 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
6183 on a function.
6184 * gdb.base/step-bt.c: Call hello via function pointer to make
6185 sure its first instruction is executed on powerpc64le-linux.
6186
61872014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6188
6189 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
6190
61912014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6192
6193 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
6194 of the test patterns for use on little-endian systems.
6195
61962014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6197
6198 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
6199 (decimal_vector): Fix for little-endian.
6200
62012014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
6202
6203 * gdb.arch/sparc-sysstep.exp: New file.
6204 * gdb.arch/sparc-sysstep.c: Likewise.
6205
6206 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
6207
62082014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6209
6210 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
6211
62122014-01-23 Tom Tromey <tromey@redhat.com>
6213
6214 * gdb.ada/array_char_idx: New testcase.
6215
62162014-01-23 Tom Tromey <tromey@redhat.com>
6217
6218 PR python/16487:
6219 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
6220 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
6221 classes.
6222
62232014-01-23 Tom Tromey <tromey@redhat.com>
6224
6225 PR python/16491:
6226 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
6227 string from an inferior frame.
6228 * gdb.python/py-framefilter-mi.exp: Update.
6229
62302014-01-22 Doug Evans <dje@google.com>
6231
6232 * gdb.server/server-mon.exp: Add tests for "set debug-format".
6233
62342014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6235
6236 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
6237
62382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6239
6240 * gdb.trace/entry-values.exp: Remove excess space character from
6241 regex patterns. Handle s390 call instruction.
6242
62432014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6244
6245 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
6246 define "*_start" label. Make "name" static.
6247 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
6248 ${name} by references to ${name}_start.
6249
62502014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6251
6252 * gdb.base/info-macros.exp: Remove "debug" from the compile
6253 options.
6254
62552014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6256
6257 * gdb.dlang/demangle.exp: New file.
6258
62592014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6260
6261 * gdb.dlang/primitive-types.exp: New file.
6262
62632014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6264
6265 * configure.ac: Create gdb.dlang/Makefile.
6266 * configure: Regenerate.
6267 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
6268 * gdb.dlang/Makefile.in: New file.
6269 * lib/d-support.exp: New file.
6270 * lib/gdb.exp (skip_d_tests): New proc.
6271
62722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6273
6274 * gdb.btrace/delta.exp: Check reverse stepi.
6275 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
6276 * gdb.btrace/finish.exp: New.
6277 * gdb.btrace/next.exp: New.
6278 * gdb.btrace/nexti.exp: New.
6279 * gdb.btrace/record_goto.c: Add comments.
6280 * gdb.btrace/step.exp: New.
6281 * gdb.btrace/stepi.exp: New.
6282 * gdb.btrace/multi-thread-step.c: New.
6283 * gdb.btrace/multi-thread-step.exp: New.
6284 * gdb.btrace/rn-dl-bind.c: New.
6285 * gdb.btrace/rn-dl-bind.exp: New.
6286 * gdb.btrace/data.c: New.
6287 * gdb.btrace/data.exp: New.
6288 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6289
62902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6291
6292 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
6293 * gdb.btrace/exception.exp: Update.
6294 * gdb.btrace/instruction_history.exp: Update.
6295 * gdb.btrace/record_goto.exp: Update.
6296 * gdb.btrace/tailcall.exp: Update.
6297 * gdb.btrace/unknown_functions.exp: Update.
6298 * gdb.btrace/delta.exp: New.
6299
63002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6301
6302 * gdb.btrace/record_goto.exp: Add backtrace test.
6303 * gdb.btrace/tailcall.exp: Add backtrace test.
6304
63052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6306
6307 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6308 * gdb.btrace/record_goto.c: New.
6309 * gdb.btrace/record_goto.exp: New.
6310 * gdb.btrace/x86-record_goto.S: New.
6311
63122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6313
6314 * gdb.btrace/function_call_history.exp: Update tests.
6315 * gdb.btrace/instruction_history.exp: Update tests.
6316
63172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6318
6319 * gdb.btrace/function_call_history.exp: Fix expected field
6320 order for "record function-call-history".
6321 Add new tests for "record function-call-history /c".
6322 * gdb.btrace/exception.cc: New.
6323 * gdb.btrace/exception.exp: New.
6324 * gdb.btrace/tailcall.exp: New.
6325 * gdb.btrace/x86-tailcall.S: New.
6326 * gdb.btrace/x86-tailcall.c: New.
6327 * gdb.btrace/unknown_functions.c: New.
6328 * gdb.btrace/unknown_functions.exp: New.
6329 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6330
63312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6332
6333 * gdb.btrace/instruction_history.exp: Update.
6334 * gdb.btrace/function_call_history.exp: Update.
6335
63362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6337
6338 * gdb.btrace/function_call_history.exp: Fix expected function
6339 trace.
6340 * gdb.btrace/instruction_history.exp: Initialize traced.
6341 Remove traced_functions.
6342
63432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6344
6345 * gdb.btrace/function_call_history.exp: Update
6346 * gdb.btrace/instruction_history.exp: Update.
6347
63482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6349
6350 * gdb.btrace/enable.exp: Update expected text.
6351
63522014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
6353
6354 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6355 bytes.
6356
63572014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
6358
6359 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6360
63612014-01-15 Omair Javaid <omair.javaid@linaro.org>
6362
6363 * lib/gdb.exp (supports_process_record): Return true for
6364 arm*-linux*. (supports_reverse): Likewise.
6365
63662014-01-13 Siva Chandra Reddy <sivachandra@google.com>
6367
6368 PR python/15464
6369 PR python/16113
6370 * gdb.python/py-type.c: Enhance test case.
6371 * gdb.python/py-value-cc.cc: Likewise
6372 * gdb.python/py-type.exp: Add new tests.
6373 * gdb.python/py-value-cc.exp: Likewise
6374
63752014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6376 Pedro Alves <palves@redhat.com>
6377
6378 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6379 Make "name" extern.
6380 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6381 references to ${name}_start by references to ${name}.
6382
63832014-01-10 Joel Brobecker <brobecker@adacore.com>
6384
6385 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6386
63872014-01-10 Joel Brobecker <brobecker@adacore.com>
6388
6389 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6390
63912014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
6392 Pedro Alves <palves@redhat.com>
6393
6394 * gdb.mi/mi-info-os.exp: Connect to the target with
6395 mi_gdb_target_load.
6396
63972014-01-08 Pedro Alves <palves@redhat.com>
6398
6399 * gdb.threads/reconnect-signal.c: New file.
6400 * gdb.threads/reconnect-signal.exp: New file.
6401
64022014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6403
6404 * gdb.base/source-dir.exp: New file.
6405
64062014-01-07 Joel Brobecker <brobecker@adacore.com>
6407
6408 * gdb.ada/mi_interface: New testcase.
6409
64102014-01-07 Joel Brobecker <brobecker@adacore.com>
6411
6412 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6413 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6414 gdb.ada/pp-rec-component/pck.ads: New files.
6415
64162014-01-07 Joel Brobecker <brobecker@adacore.com>
6417
6418 * gdb.python/py-pp-integral.c: New file.
6419 * gdb.python/py-pp-integral.py: New file.
6420 * gdb.python/py-pp-integral.exp: New file.
6421
6422For older changes see ChangeLog-1993-2013.
6423\f
6424;; Local Variables:
6425;; mode: change-log
6426;; left-margin: 8
6427;; fill-column: 74
6428;; version-control: never
6429;; End:
6430
6431 Copyright 2014-2015 Free Software Foundation, Inc.
6432 Copying and distribution of this file, with or without modification,
6433 are permitted provided the copyright notice and this notice are preserved.
This page took 0.046665 seconds and 4 git commands to generate.