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