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