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