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