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