PR python/18938: source -s foo.py with foo.py a symlink to foo.notpy fails
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
1a70ae97
DE
12015-10-26 Doug Evans <dje@google.com>
2
3 PR python/18938
4 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5 file.
6
27dc26ab
JK
72015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8
9 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10 for a change by "Mention language in compile error message".
11
bed91f4d
SM
122015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
13
14 PR python/18073
15 * gdb.python/py-type.c (C::a_method): New.
16 (C::a_const_method): New.
17 (C::a_static_method): New.
18 (a_function): New.
19 * gdb.python/py-type.exp (test_fields): Test getting fields
20 from function and method.
21
3f2f83dd
KB
222015-10-21 Keven Boell <keven.boell@intel.com>
23
24 * gdb.fortran/vla-alloc-assoc.exp: New file.
25 * gdb.fortran/vla-datatypes.exp: New file.
26 * gdb.fortran/vla-datatypes.f90: New file.
27 * gdb.fortran/vla-history.exp: New file.
28 * gdb.fortran/vla-ptype-sub.exp: New file.
29 * gdb.fortran/vla-ptype.exp: New file.
30 * gdb.fortran/vla-sizeof.exp: New file.
31 * gdb.fortran/vla-sub.f90: New file.
32 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
33 * gdb.fortran/vla-value-sub-finish.exp: New file.
34 * gdb.fortran/vla-value-sub.exp: New file.
35 * gdb.fortran/vla-value.exp: New file.
36 * gdb.fortran/vla-ptr-info.exp: New file.
37 * gdb.mi/mi-vla-fortran.exp: New file.
38 * gdb.mi/vla.f90: New file.
39
27145d50
SL
402015-10-21 Sandra Loosemore <sandra@codesourcery.com>
41
42 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
43 of hardwired timeout value.
44
5f3ff4f8
JK
452015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
46 Pedro Alves <palves@redhat.com>
47
48 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
49 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
50
bfd09d20
JS
512015-10-19 Josh Stone <jistone@redhat.com>
52
53 * gdb.base/catch-syscall.c: Include <sched.h>.
54 (unknown_syscall): New variable.
55 (main): Trigger a vfork and an unknown syscall.
56 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
57 (unknown_syscall_number): Likewise.
58 (check_call_to_syscall): Accept an optional syscall pattern.
59 (check_return_from_syscall): Likewise.
60 (check_continue): Likewise.
61 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
62 (test_catch_syscall_skipping_return): New test toggling off 'catch
63 syscall' to step over the syscall return, then toggling back on.
64 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
65 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
66 (do_syscall_tests): Call test_catch_syscall_without_args and
67 test_catch_syscall_mid_vfork.
68 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
69 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
70
b32b93c6
AS
712015-10-19 Andrew Stubbs <ams@codesourcery.com>
72
73 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
74 print g_vE): Add new pass patterns.
75 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
76 print various symbol names for vptr fields.
77
9d622bda
AB
782015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
81 results.
82
0fd8ac1c
YQ
832015-10-12 Yao Qi <yao.qi@linaro.org>
84
85 * gdb.arch/disp-step-insn-reloc.exp: New test case.
86
34240514
YQ
872015-10-12 Yao Qi <yao.qi@linaro.org>
88
89 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
90 is aarch64*-*-linux*.
91
8240f442
YQ
922015-10-12 Yao Qi <yao.qi@linaro.org>
93
94 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
95 (can_relocate_bcond_true): ... it.
96 (can_relocate_bcond_false): New function.
97 (foo): Likewise.
98 (can_relocate_bl): Likewise.
99 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
100 can_relocate_bl.
101
2520f728
PMR
1022015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
103
104 * gdb.base/nested-addr.c: New file.
105 * gdb.base/nested-addr.exp: New testcase.
106
abcef95a
MM
1072015-10-09 Markus Metzger <markus.t.metzger@intel.com>
108
109 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
110 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
111 its output. Ignore the output of "record goto begin" and instead
112 check that GDB is replaying.
113
145e3ddb
PA
1142015-10-09 Pedro Alves <palves@redhat.com>
115
116 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
117 (top level): Use it in the run with no args test.
118
d5d8c4e1
IB
1192015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
120
121 * gdb.dlang/properties.exp: New file.
122
06e635ef
SL
1232015-10-02 Sandra Loosemore <sandra@codesourcery.com>
124
125 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
126 whether or not address 0x1000 is mapped on the target.
127
e019fd1d
SM
1282015-09-30 Simon Marchi <simon.marchi@ericsson.com>
129
130 * gdb.python/py-type.exp: Do not run tests if binaries fail to
131 build.
132
77ba2a67
MM
1332015-09-30 Markus Metzger <markus.t.metzger@intel.com>
134
135 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
136 instruction-history test.
137
c60eb31f
DE
1382015-09-28 Doug Evans <dje@google.com>
139
140 * gdb.base/gcore.c (array_func): Add reference to static_array.
141
9a3c8263
SM
1422015-09-25 Simon Marchi <simon.marchi@ericsson.com>
143
144 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
145 source line.
146
9720e656
SL
1472015-09-24 Sandra Loosemore <sandra@codesourcery.com>
148
149 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
150 short or char as base type.
151
938d3bf2
SL
1522015-09-23 Sandra Loosemore <sandra@codesourcery.com>
153
154 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
155 to allow any size enum.
156
e6c2c623
PMR
1572015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
158
159 * gdb.ada/array_ptr_renaming.exp: New testcase.
160 * gdb.ada/array_ptr_renaming/foo.adb: New file.
161 * gdb.ada/array_ptr_renaming/pack.ads: New file.
162
06da0f77
PL
1632015-09-21 Pierre Langlois <pierre.langlois@arm.com>
164
165 * gdb.trace/ftrace-lock.c: New file.
166 * gdb.trace/ftrace-lock.exp: New file.
167
4f51c22a
PL
1682015-09-21 Pierre Langlois <pierre.langlois@arm.com>
169
170 * gdb.arch/insn-reloc.c: New file.
171 * gdb.arch/ftrace-insn-reloc.exp: New file.
172
7041adf4
PL
1732015-09-21 Pierre Langlois <pierre.langlois@arm.com>
174
175 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
176 instruction.
177 * gdb.trace/pendshr1.c (pendfunc): Likewise.
178 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
179 * gdb.trace/range-stepping.c: Likewise.
180 * gdb.trace/trace-break.c: Likewise.
181 * gdb.trace/trace-mt.c (thread_function): Likewise.
182 * gdb.trace/ftrace.c (marker): Likewise.
183 * gdb.trace/trace-condition.c (marker): Likewise.
184 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
185 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
186 is_aarch64_target.
187
015d2e7e
DE
1882015-09-18 Doug Evans <xdje42@gmail.com>
189
190 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
191 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
192
26b188a2
SL
1932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
194
195 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
196 the breakpoint.
197
79dc332b
SL
1982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
199
200 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
201 the pending breakpoint. Remove timeout override for "Run till
202 MI pending breakpoint on pendfunc3 on thread 2" test.
203
f57929f2
SL
2042015-09-18 Sandra Loosemore <sandra@codesourcery.com>
205
206 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
207 filename pattern.
208
3f469b17
SL
2092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
210
211 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
212 in breakpoint filename pattern.
213
515b89b3
SL
2142015-09-18 Sandra Loosemore <sandra@codesourcery.com>
215
7800dbe4
SL
216 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
217
2182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
219
515b89b3
SL
220 * gdb.linespec/explicit.exp: Check for readline support for
221 tab-completion tests. Fix obvious typo.
222
d2939ba2
MM
2232015-09-18 Markus Metzger <markus.t.metzger@intel.com>
224
225 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
226 and replay.
227
cbb55fa7
MM
2282015-09-18 Markus Metzger <markus.t.metzger@intel.com>
229
230 * gdb.btrace/non-stop.c: New.
231 * gdb.btrace/non-stop.exp: New.
232
43691ca1
PL
2332015-09-17 Pierre Langlois <pierre.langlois@arm.com>
234 Yao Qi <yao.qi@linaro.org>
235
236 * gdb.trace/trace-condition.c: New file.
237 * gdb.trace/trace-condition.exp: New file.
238
d78908cf
WW
2392015-09-16 Wei-cheng Wang <cole945@gmail.com>
240
241 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
242 for testing bytecode compilation.
243
1ed415e2
PA
2442015-09-16 Pedro Alves <palves@redhat.com>
245 Sandra Loosemore <sandra@codesourcery.com>
246
247 * gdb.threads/non-stop-fair-events.c (timeout): New global.
248 (SECONDS): Redefine.
249 (main): Call pthread_kill and alarm early.
250 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
251 support.
252 (test): If the target can't hardware step and doesn't support
253 displaced stepping, increase the timeout.
254
d136eff5
PA
2552015-09-16 Pedro Alves <palves@redhat.com>
256
257 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
258 (enable_debug): New procedures.
259 (test): Use them. Bail out if waiting for threads fails.
260 (top level): Bail out if a test fails.
261
991f019c
YQ
2622015-09-16 Yao Qi <yao.qi@linaro.org>
263
264 * gdb.asm/asm-source.exp: Set asm-arch for
265 aarch64*-*-* target.
266 * gdb.asm/aarch64.inc: New file.
267
bfca584f
PMR
2682015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
269
270 * gdb.ada/array_of_variable_length.exp: New testcase.
271 * gdb.ada/array_of_variable_length/foo.adb: New file.
272 * gdb.ada/array_of_variable_length/pck.adb: New file.
273 * gdb.ada/array_of_variable_length/pck.ads: New file.
274
b326e587
DE
2752015-09-15 Doug Evans <dje@google.com>
276
277 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
278 of function static local variable.
279
5382cfab
PW
2802015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
281
282 * gdb.threads/tls-so_extern.exp: New test file.
283 * gdb.threads/tls-so_extern.c: New test file.
284 * gdb.threads/tls-so_extern_main.c: New test file.
285
141c5cc4
JK
2862015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
287
288 * gdb.opt/solib-intra-step-lib.c: New file.
289 * gdb.opt/solib-intra-step-main.c: New file.
290 * gdb.opt/solib-intra-step.exp: New file.
291
d15dcecd
PA
2922015-09-15 Pedro Alves <palves@redhat.com>
293
294 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
295 gdb_continue_to_breakpoint instead of gdb_test_multiple.
296
4c2f2a79
PA
2972015-09-14 Pedro Alves <palves@redhat.com>
298
299 * gdb.base/hook-stop-continue.c: Delete.
300 * gdb.base/hook-stop-continue.exp: Delete.
301 * gdb.base/hook-stop-frame.c: Delete.
302 * gdb.base/hook-stop-frame.exp: Delete.
303 * gdb.base/hook-stop.c: New file.
304 * gdb.base/hook-stop.exp: New file.
305
919e6dbe
PMR
3062015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
307
308 * gdb.ada/access_to_packed_array.exp: New testcase.
309 * gdb.ada/access_to_packed_array/foo.adb: New file.
310 * gdb.ada/access_to_packed_array/pack.adb: New file.
311 * gdb.ada/access_to_packed_array/pack.ads: New file.
312
157280a4
MM
3132015-09-14 Markus Metzger <markus.t.metzger@intel.com>
314
315 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
316 buffer size test.
317
2fd33e94
DB
3182015-09-11 Don Breazeal <donb@codesourcery.com>
319
320 * gdb.base/foll-exec.c: Add copyright header. Fix
321 formatting issues.
322 * gdb.base/foll-exec.exp (zap_session): Delete proc.
323 (do_exec_tests): Use clean_restart in place of zap_session,
324 and for test initialization. Fix formatting issues. Use
325 fail in place of perror.
326 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
327 an expect statement to match an expression with output from
328 the program under debug.
329 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
330 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
331 * gdb.threads/non-ldr-exc-2.exp: Likewise.
332 * gdb.threads/non-ldr-exc-3.exp: Likewise.
333 * gdb.threads/non-ldr-exc-4.exp: Likewise.
334
e70b6e8e
DE
3352015-09-09 Doug Evans <dje@google.com>
336
337 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
338
7a551a51
DE
3392015-09-09 Doug Evans <dje@google.com>
340
341 * gdb.base/pie-execl.exp: Fix result test of build_executable.
342
4c666f84
DE
3432015-09-09 Doug Evans <dje@google.com>
344
345 * gdb.base/savedregs.exp: Fix typo.
346
243a9253
PA
3472015-09-09 Pedro Alves <palves@redhat.com>
348
349 * gdb.mi/mi-cli.exp: Add CLI finish tests.
350
c0fa8fbd
SL
3512015-09-08 Sandra Loosemore <sandra@codesourcery.com>
352
353 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
354 command actually switches threads. Give up on remaining
355 tests if target fails to stop at breakpoint.
356
cd7c1778
PMR
3572015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
358
359 * gdb.ada/funcall_char.exp: New testcase.
360 * gdb.ada/funcall_char/foo.adb: New file.
361
dc5c8746
PMR
3622015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
363
364 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
365 expected outputs. Add two testcases for completing ambiguous
366 functions.
367 * gdb.ada/complete/aux_pck.adb: New file.
368 * gdb.ada/complete/aux_pck.ads: New file.
369 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
370 Ambiguous_Func functions.
371 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
372 * gdb.ada/complete/pck.adb: Likewise.
373
4e83a1e7
UW
3742015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
375
376 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
377 failures to run the test program under GDB.
378
8ce74153
LM
3792015-08-26 Luis Machado <lgustavo@codesourcery.com>
380
381 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
382 to C.
383
e9756d52
PP
3842015-08-26 Patrick Palka <patrick@parcs.ath.cx>
385
386 * gdb.base/run-after-attach.exp: New test file.
387 * gdb.base/run-after-attach.c: New test file.
388
8d37573b
DB
3892015-08-26 Don Breazeal <donb@codesourcery.com>
390
391 * gdb.base/foll-exec-2.c: New test program.
392 * gdb.base/foll-exec-2.exp: New test.
393
63e43d3a
PMR
3942015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
395
396 * gdb.base/nested-subp1.exp: New file.
397 * gdb.base/nested-subp1.c: New file.
398 * gdb.base/nested-subp2.exp: New file.
399 * gdb.base/nested-subp2.c: New file.
400 * gdb.base/nested-subp3.exp: New file.
401 * gdb.base/nested-subp3.c: New file.
402
3d40fbb5
PA
4032015-08-24 Pedro Alves <palves@redhat.com>
404
405 * gdb.server/connect-without-multi-process.c: New file.
406 * gdb.server/connect-without-multi-process.exp: New file.
407
4422ac93
LM
4082015-08-24 Luis Machado <lgustavo@codesourcery.com>
409
410 * gdb.opt/inline-markers.c: Make z int.
411
91dddb86
LM
4122015-08-24 Luis Machado <lgustavo@codesourcery.com>
413
414 * gdb.opt/inline-markers.c: Make z volatile.
415
a48847ee
LM
4162015-08-24 Luis Machado <lgustavo@codesourcery.com>
417
418 * gdb.opt/inline-bt.c: New volatile global z.
419 * gdb.opt/inline-cmds.c: Likewise.
420 * gdb.opt/inline-locals.c: Likewise.
421 * gdb.opt/inline-markers.c: New extern global z.
422 (marker): Use z.
423 (inline_fn): Likewise.
424
0ebbc52b
PA
4252015-08-24 Pedro Alves <palves@redhat.com>
426
427 * config/m32r-stub.exp: Remove file.
428 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
429 * gdb.base/call-rt-st.exp: Likewise.
430 * gdb.base/call-strs.exp: Likewise.
431 * gdb.base/default.exp: Remove references to h8300-*-hms and
432 *-*-udi*.
433 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
434
77c365df
AA
4352015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
436
437 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
438 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
439 and "return" use KFAIL when GDB can not read/write the vector
440 return value.
441
4313b8c0
GB
4422015-08-21 Gary Benson <gbenson@redhat.com>
443
444 * gdb.trace/pending.exp: Cope with remote transfer warnings.
445
0e433b32
PA
4462015-08-20 Pedro Alves <palves@redhat.com>
447
448 * gdb.server/solib-list.exp: No longer expect an interior stop in
449 non-stop mode.
450
221e1a37
PA
4512015-08-20 Pedro Alves <palves@redhat.com>
452
453 * gdb.server/connect-stopped-target.c: New file.
454 * gdb.server/connect-stopped-target.exp: New file.
455
40e3ad0e
PA
4562015-08-20 Pedro Alves <palves@redhat.com>
457
458 * gdb.dwarf2/comp-unit-lang.exp: New file.
459 * gdb.dwarf2/comp-unit-lang.c: New file.
460
af39b327
PMR
4612015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
462
463 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
464 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
465
7d45c7c3
KB
4662015-08-19 Kevin Buettner <kevinb@redhat.com>
467
468 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
469 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
470
4d6cceb4
DE
4712015-08-18 Doug Evans <dje@google.com>
472 Adrian Sendroiu <adrian.sendroiu@freescale.com>
473
474 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
475 skip_python_tests. New arg prompt_regexp.
476 (skip_python_tests): New function.
477 * lib/mi-support.exp (mi_skip_python_tests): New function.
478 * gdb.python/py-mi-objfile-gdb.py: New file.
479 * gdb.python/py-mi-objfile.c: New file.
480 * gdb.python/py-mi-objfile.exp: New file.
481
ad89c2aa
KS
4822015-08-17 Keith Seitz <keiths@redhat.com>
483
484 * gdb.linespec/explicit.exp: Move strace test from here ...
485 * gdb.trace/strace.exp: ... to here.
486
e3ae3c43
PP
4872015-08-15 Patrick Palka <patrick@parcs.ath.cx>
488
489 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
490 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
491
604b2636
DE
4922015-08-14 Doug Evans <xdje42@gmail.com>
493
494 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
495 inferior before selecting a new file.
496
6ff0ba5f
DE
4972015-08-14 Doug Evans <xdje42@gmail.com>
498
499 * gdb.mi/mi-disassemble.exp: Update.
500 * gdb.base/disasm-optim.S: New file.
501 * gdb.base/disasm-optim.c: New file.
502 * gdb.base/disasm-optim.h: New file.
503 * gdb.base/disasm-optim.exp: New file.
504
9ca98f92
KS
5052015-08-14 Keith Seitz <keiths@redhat.com>
506
507 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
508 "evaluated-by".
509
52bbc560
JB
5102015-08-13 Joel Brobecker <brobecker@adacore.com>
511
512 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
513
5d8c3ed3
PMR
5142015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
515
516 * gdb.ada/fun_renaming.exp: New testcase.
517 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
518 * gdb.ada/fun_renaming/pack.adb: New file.
519 * gdb.ada/fun_renaming/pack.ads: New file.
520
ea8812bc
KS
5212015-08-12 Keith Seitz <keiths@redhat.com>
522
523 * gdb.base/dso2dso.exp: Pass basename of source file in call to
524 gdb_get_line_number.
525
4dafcdeb
JB
5262015-08-12 Joel Brobecker <brobecker@adacore.com>
527
528 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
529 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
530 gdb.base/dso2dso.exp: New files.
531
5ba32597
SDJ
5322015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
533 Pedro Alves <palves@redhat.com>
534 Keith Seitz <keiths@redhat.com>
535
536 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
537 GDBFLAGS.
538
b6dafabf
PP
5392015-08-12 Patrick Palka <patrick@parcs.ath.cx>
540
541 * gdb.base/gdbhistsize-history.exp
542 (test_histsize_history_setting): Use save_vars.
543 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
544 Use save_vars.
545 (test_no_truncation_of_unlimited_history_file): Use save_vars.
546 * gdb.base/readline.exp: Use save_vars.
547
abe8e607
PP
5482015-08-12 Patrick Palka <patrick@parcs.ath.cx>
549
550 * lib/gdb.exp (save_vars): New proc.
551
629500fa
KS
5522015-08-11 Keith Seitz <keiths@redhat.com>
553
554 * gdb.base/help.exp: Update help_breakpoint_text.
555
eb8c4e2e
KS
5562015-08-11 Keith Seitz <keiths@redhat.com>
557
558 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
559 (at toplevel): Call test_explicit_breakpoints.
560 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
561 breakpoints.
562 * lib/mi-support.exp (mi_make_breakpoint): Add support for
563 breakpoint conditions, "-cond".
564
87f0e720
KS
5652015-08-11 Keith Seitz <keiths@redhat.com>
566
567 * gdb.linespec/3explicit.c: New file.
568 * gdb.linespec/cpexplicit.cc: New file.
569 * gdb.linespec/cpexplicit.exp: New file.
570 * gdb.linespec/explicit.c: New file.
571 * gdb.linespec/explicit.exp: New file.
572 * gdb.linespec/explicit2.c: New file.
573 * gdb.linespec/ls-errs.exp: Add explicit location tests.
574 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
575 before using in the matching pattern.
576 Clarify that `prefix' is a regular expression.
577
f00aae0f
KS
5782015-08-11 Keith Seitz <keiths@redhat.com>
579
580 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
581 test.
582 Add tests for missing ",FMT" and ",".
583
e27852be
DE
5842015-08-10 Doug Evans <dje@google.com>
585 Keith Seitz <keiths@redhat.com>
586
587 PR gdb/17960
588 * gdb.base/completion.exp: Add location completer tests.
589
7f03bd92
PA
5902015-08-07 Pedro Alves <palves@redhat.com>
591
592 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
593 tests here.
594 (top level): Run do_test with and without displaced stepping.
595
3fc8eb30
PA
5962015-08-07 Pedro Alves <palves@redhat.com>
597
598 * gdb.base/valgrind-disp-step.c: New file.
599 * gdb.base/valgrind-disp-step.exp: New file.
600
d4569d7b
PA
6012015-08-07 Pedro Alves <palves@redhat.com>
602
603 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
604 Delete function.
605 (main): Add alarm. Run an infinite loop instead of calling
606 wait_threads.
607 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
608 comment.
609 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
610 Delete function.
611 (main): Add alarm. Run an infinite loop instead of calling
612 wait_threads.
613 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
614 comment.
615
e1316e60
PA
6162015-08-07 Pedro Alves <palves@redhat.com>
617
618 * gdb.base/checkpoint-ns.exp: New file.
619 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
620 standard_testfile.
621
da8c46d2
MM
6222015-08-07 Markus Metzger <markus.t.metzger@intel.com>
623
624 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
625 * gdb.btrace/instruction_history.exp: Update.
626 * gdb.btrace/tsx.exp: New.
627 * gdb.btrace/tsx.c: New.
628
de1c2c52
PA
6292015-08-06 Pedro Alves <palves@redhat.com>
630
631 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
632 increase timeout.
633 * gdb.reverse/until-precsave.exp: Bump timeouts.
634
782e0bf4
PA
6352015-08-06 Pedro Alves <palves@redhat.com>
636
637 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
638
83e97ed0
PA
6392015-08-06 Pedro Alves <palves@redhat.com>
640
641 PR gdb/18749
642 * gdb.threads/process-dies-while-handling-bp.c: New file.
643 * gdb.threads/process-dies-while-handling-bp.exp: New file.
644
863d01bd
PA
6452015-08-06 Pedro Alves <palves@redhat.com>
646
647 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
648 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
649
0a39bb32
PA
6502015-08-05 Pedro Alves <palves@redhat.com>
651
652 * gdb.threads/next-while-other-thread-longjmps.c: New file.
653 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
654
ee2d2b10
SL
6552015-08-03 Sandra Loosemore <sandra@codesourcery.com>
656
657 * gdb.base/bp-permanent.exp: Report test as unsupported if
658 the target cannot stop at the permanent breakpoint.
659
4e1bdb00
DE
6602015-08-03 Doug Evans <dje@google.com>
661
662 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
663 10000.
664
3d338901
DE
6652015-08-03 Doug Evans <dje@google.com>
666
667 * Makefile.in (workers/%.worker, build-perf): New rule.
668 (GDB_PERFTEST_MODE): New variable.
669 (check-perf): Use it.
670 (clean): Clean up gdb.perf parallel build subdirs.
671 * lib/build-piece.exp: New file.
672 * lib/gdb.exp (make_gdb_parallel_path): New function
673 (standard_output_file, standard_temp_file): Call it.
674 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
675 of $GDB_PARALLEL.
676 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
677
af061d3e
DE
6782015-08-03 Doug Evans <dje@google.com>
679
8e1afc81 680 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
681 (LOG_FILE_NAME): New global.
682 (TextReporter.__init__): Initialize self.txt_sum.
683 (TextReporter.report): Add support for multiple data-points.
684 Move report to perftest.sum, put raw data in perftest.log.
685 (TextReporter.start): Open sum and log files.
686 (TextReporter.end): Close sum and log files.
8e1afc81
DE
687 * gdb.perf/lib/perftest/testresult.py
688 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 689
2c8c5d37
PA
6902015-07-31 Pedro Alves <palves@redhat.com>
691
692 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
693 Use spawn_id_get_pid. Wait for spawn id after eof. Use
694 kill_wait_spawned_process instead of explicit "kill -9".
695 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
696 returning a spawn id instead of a pid. Use spawn_id_get_pid and
697 kill_wait_spawned_process.
698 * gdb.base/attach-twice.exp: Likewise.
699 * gdb.base/attach.exp: Likewise.
700 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
701 gdb_test_multiple.
702 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
703 returning a spawn id instead of a pid. Use spawn_id_get_pid and
704 kill_wait_spawned_process.
705 * gdb.base/valgrind-infcall.exp: Likewise.
706 * gdb.multi/multi-attach.exp: Likewise.
707 * gdb.python/py-prompt.exp: Likewise.
708 * gdb.python/py-sync-interp.exp: Likewise.
709 * gdb.server/ext-attach.exp: Likewise.
710 * gdb.threads/attach-into-signal.exp (corefunc): Use
711 spawn_wait_for_attach, spawn_id_get_pid and
712 kill_wait_spawned_process.
713 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
714 spawn_wait_for_attach returning a spawn id instead of a pid. Use
715 spawn_id_get_pid and kill_wait_spawned_process.
716 * gdb.threads/attach-stopped.exp (corefunc): Use
717 spawn_wait_for_attach, spawn_id_get_pid and
718 kill_wait_spawned_process.
719 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
720 Use spawn_id_get_pid. Wait for spawn id after eof. Use
721 kill_wait_spawned_process instead of explicit "kill -9".
722 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
723 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
724 (spawn_wait_for_attach): Use spawn instead of exec to spawn
725 processes. Don't map cygwin/windows pids here. Now returns a
726 spawn id list.
727
032a0fca
SL
7282015-07-30 Sandra Loosemore <sandra@codesourcery.com>
729
730 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
731 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
732 correct patch.
733
61a934ca
SL
7342015-07-30 Sandra Loosemore <sandra@codesourcery.com>
735
736 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
737
4bc4d428
SL
7382015-07-30 Sandra Loosemore <sandra@codesourcery.com>
739
740 Reapply:
741 2014-05-21 Mark Wielaard <mjw@redhat.com>
742
743 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
744
998d452a
PA
7452015-07-30 Pedro Alves <palves@redhat.com>
746
747 * linux-low.c (handle_extended_wait): Set the child's last
748 reported status to TARGET_WAITKIND_STOPPED.
749
69dde7dc
PA
7502015-07-30 Pedro Alves <palves@redhat.com>
751
752 PR threads/18600
753 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
754 only shows inferior 1.
755
4dd63d48
PA
7562015-07-30 Simon Marchi <simon.marchi@ericsson.com>
757 Pedro Alves <palves@redhat.com>
758
759 PR threads/18600
760 * gdb.threads/fork-plus-threads.c: New file.
761 * gdb.threads/fork-plus-threads.exp: New file.
762
d618e4c5
PP
7632015-07-29 Patrick Palka <patrick@parcs.ath.cx>
764
765 * gdb.base/batch-preserve-term-settings.exp
766 (test_terminal_settings_preserved_after_cli_exit): Use
767 send_quit_command.
768
1eef6428
PA
7692015-07-29 Pedro Alves <palves@redhat.com>
770 Don Breazeal <donb@codesourcery.com>
771
772 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
773 output from both inferior_spawn_id and gdb_spawn_id.
774
7da5b897
SDJ
7752015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
776
777 * gdb.threads/attach-into-signal.exp (corefunc): Use
778 with_test_prefix on nested loops, uniquefying the test messages.
779
dac804df
SDJ
7802015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
781
782 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
783 commit.
784
06265e53
PP
7852015-07-29 Patrick Palka <patrick@parcs.ath.cx>
786
787 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
788 New proc.
789 (test_terminal_settings_preserved_after_sigterm): New test.
790
18206ca3
PP
7912015-07-29 Patrick Palka <patrick@parcs.ath.cx>
792
793 * gdb.base/batch-preserve-term-settings.exp
794 (test_terminal_settings_preserved_after_cli_exit): New test.
795
90074d11
PP
7962015-07-29 Patrick Palka <patrick@parcs.ath.cx>
797
798 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
799 manipulation of saved_gdbflags.
800 (test_terminal_settings_preserved): Remove global declaration of
801 the unused variable pagination_prompt. Remove manipulation of
802 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
803 GDBFLAGS.
804
eb1a7902
PA
8052015-07-29 Pedro Alves <palves@redhat.com>
806
807 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
808
8b75dd3b
PA
8092015-07-29 Pedro Alves <palves@redhat.com>
810
811 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
812 at the top.
813
dedad4e3
PA
8142015-07-29 Pedro Alves <palves@redhat.com>
815
816 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
817 (main): Call gdb_unbuffer_output.
818 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
819 (main): Call gdb_unbuffer_output.
820 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
821 (main): Call gdb_unbuffer_output.
822 * gdb.base/call-strs.exp: Adjust to step over the
823 gdb_unbuffer_output call.
824 * gdb.base/catch-gdb-caused-signals.c: Include
825 "../lib/unbuffer_output.c".
826 (main): Call gdb_unbuffer_output.
827 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
828 (main): Call gdb_unbuffer_output.
829 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
830 (main): Call gdb_unbuffer_output.
831 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
832 (main): Call gdb_unbuffer_output.
833 * gdb.base/shlib-call.exp: Adjust to step over the
834 gdb_unbuffer_output call.
835 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
836 (main): Call gdb_unbuffer_output.
837 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
838 (main): Call gdb_unbuffer_output.
839 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
840 (main): Rename to ...
841 (test): ... this.
842 (main): Reimplement.
843 * gdb.base/varargs.exp: Run to test instead of to main.
844 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
845 (main): Call gdb_unbuffer_output.
846
58789a91
PA
8472015-07-29 Pedro Alves <palves@redhat.com>
848
849 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
850 factore out from mi_continue_dprintf. For call-style dprintfs,
851 expect dprintf output out of $inferior_spawn_id.
852 (mi_continue_dprintf): Use mi_expect_dprintf.
853 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
854 (main): Call gdb_unbuffer_output.
855
e8376742
PA
8562015-07-29 Pedro Alves <palves@redhat.com>
857
858 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
859 (default_mi_gdb_start): Set inferior_spawn_id instead of
860 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
861 gdb_spawn_id.
862 (mi_gdb_test): Always expect inferior output from both
863 $inferior_spawn_id and $gdb_spawn_id.
864
08280010
PA
8652015-07-29 Pedro Alves <palves@redhat.com>
866
867 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
868 send_inferior and $inferior_spawn_id.
869
4d30e432
PA
8702015-07-29 Pedro Alves <palves@redhat.com>
871
872 * gdb.gdb/complaints.exp (test_initial_complaints)
873 (test_serial_complaints, test_short_complaints): Use
874 gdb_test_stdio.
875 (test_empty_complaint): Handle $inferior_spawn_id !=
876 $gdb_spawn_id.
877
0d30a335
PA
8782015-07-29 Pedro Alves <palves@redhat.com>
879
880 * gdb.base/varargs.exp: Use gdb_test_stdio.
881
39413b29
PA
8822015-07-29 Pedro Alves <palves@redhat.com>
883
884 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
885
7cb000a9
PA
8862015-07-29 Pedro Alves <palves@redhat.com>
887
888 * gdb.base/ending-run.exp: Use gdb_test_stdio.
889
d7b8ac82
PA
8902015-07-29 Pedro Alves <palves@redhat.com>
891
892 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
893 parameter into two new parameters, "inf_result" and "gdb_result".
894 Expect inferior output and gdb output from $inferior_spawn_id and
895 $gdb_spawn_id, respectively. Adjust all callers.
896
789c3a0c
PA
8972015-07-29 Pedro Alves <palves@redhat.com>
898
899 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
900 of gdb_test_sequence.
901
77e760c3
PA
9022015-07-29 Pedro Alves <palves@redhat.com>
903
904 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
905 (saw_spurious_output): Expect inferior output from
906 $inferior_spawn_id. Use gdb_test_stdio.
907
8396d2cd
PA
9082015-07-29 Pedro Alves <palves@redhat.com>
909
910 * gdb.base/dprintf.exp: Use standard_testfile. Change
911 prepare_for_testing call.
912 (srcfile): Don't set.
913 (restart): New procedure.
914 (test_dprintf): New procecure, use to continue over dprintfs.
915 (test_call, test_agent): New procedures, tests moved here.
916 Restart gdb and recreate dprintfs. Adjust expected output.
917
2051d61f
PA
9182015-07-29 Pedro Alves <palves@redhat.com>
919
920 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
921
452397af
PA
9222015-07-29 Pedro Alves <palves@redhat.com>
923
924 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
925
8aed9555
PA
9262015-07-29 Pedro Alves <palves@redhat.com>
927
928 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
929 gdb_test_stdio.
930
188a61b4
PA
9312015-07-29 Pedro Alves <palves@redhat.com>
932
933 * lib/gdb.exp (gdb_test_stdio): New procedure.
934
12264a45
PA
9352015-07-29 Pedro Alves <palves@redhat.com>
936
937 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
938
23ffc893
PA
9392015-07-29 Pedro Alves <palves@redhat.com>
940
941 * gdb.base/call-signal-resume.exp: Remove check for
942 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
943 * gdb.base/unwindonsignal.exp: Likewise.
944 * gdb.base/call-signals.c (gen_signal): Remove printf call.
945 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
946
65566918
PA
9472015-07-29 Pedro Alves <palves@redhat.com>
948
949 * gdb.base/siginfo-addr.c (pass): New function.
950 (handler): Call it iff si_addr is correct.
951 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
952 Set a breakpoint at "pass" and continue to it.
953
d60a9221
SDJ
9542015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
955
956 * gdb.python/py-objfile.exp: Make some tests have unique names.
957 * gdb.python/py-pp-registration.exp: Likewise.
958
bde40b8f
PA
9592015-07-28 Pedro Alves <palves@redhat.com>
960
961 * gdb.server/server-exec-info.exp: Issue a "disconnect".
962
13e1dec8
SM
9632015-07-27 Simon Marchi <simon.marchi@ericsson.com>
964
965 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
966
da33c9a7
SM
9672015-07-27 Simon Marchi <simon.marchi@ericsson.com>
968
969 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
970
077836f7
PP
9712015-07-27 Patrick Palka <patrick@parcs.ath.cx>
972
973 * gdb.base/gdb-sigterm-2.exp: New test.
974
b8cc7b2e
DE
9752015-07-25 Doug Evans <xdje42@gmail.com>
976
977 Revert:
978 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
979 (workers/%.worker, build-perf): New rule.
980 (GDB_PERFTEST_MODE): New variable.
981 (check-perf): Use it.
982 (clean): Clean up gdb.perf parallel build subdirs.
983 * lib/build-piece.exp: New file.
984 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
985 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
986 name.
987 (standard_temp_file): Ditto.
988 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
989 of $GDB_PARALLEL.
990
c8bd4544
DE
9912015-07-24 Doug Evans <dje@google.com>
992
993 * gdb.perf/lib/perftest/utils.py: New file.
994 * gdb.perf/gm-hello.cc: New file.
995 * gdb.perf/gm-pervasive-typedef.cc: New file.
996 * gdb.perf/gm-pervasive-typedef.h: New file.
997 * gdb.perf/gm-std.cc: New file.
998 * gdb.perf/gm-std.h: New file.
999 * gdb.perf/gm-use-cerr.cc: New file.
1000 * gdb.perf/gm-utils.h: New file.
1001 * gdb.perf/gmonster-null-lookup.py: New file.
1002 * gdb.perf/gmonster-pervasive-typedef.py: New file.
1003 * gdb.perf/gmonster-print-cerr.py: New file.
1004 * gdb.perf/gmonster-ptype-string.py: New file.
1005 * gdb.perf/gmonster-runto-main.py: New file.
1006 * gdb.perf/gmonster-select-file.py: New file.
1007 * gdb.perf/gmonster1-null-lookup.exp: New file.
1008 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
1009 * gdb.perf/gmonster1-print-cerr.exp: New file.
1010 * gdb.perf/gmonster1-ptype-string.exp: New file.
1011 * gdb.perf/gmonster1-runto-main.exp: New file.
1012 * gdb.perf/gmonster1-select-file.exp: New file.
1013 * gdb.perf/gmonster1.cc: New file.
1014 * gdb.perf/gmonster1.exp: New file.
1015 * gdb.perf/gmonster2-null-lookup.exp: New file.
1016 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
1017 * gdb.perf/gmonster2-print-cerr.exp: New file.
1018 * gdb.perf/gmonster2-ptype-string.exp: New file.
1019 * gdb.perf/gmonster2-runto-main.exp: New file.
1020 * gdb.perf/gmonster2-select-file.exp: New file.
1021 * gdb.perf/gmonster2.cc: New file.
1022 * gdb.perf/gmonster2.exp: New file.
1023
6eab34f3
DE
10242015-07-24 Doug Evans <dje@google.com>
1025
1026 * gdb.perf/README: New file.
1027 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
1028 * lib/gen-perf-test.exp: New file.
1029
63738bfd
DE
10302015-07-24 Doug Evans <dje@google.com>
1031
1032 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
1033 (PerfTest::startup): New function.
1034 (PerfTest::run): Return result of calling body.
1035 (PerfTest::assemble): Rewrite.
1036 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
1037 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
1038 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
1039 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
1040 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
1041
7b606f95
DE
10422015-07-24 Doug Evans <dje@google.com>
1043
1044 * lib/gdb.exp (clean_restart): Make executable optional.
1045
a97b16b8
DE
10462015-07-24 Doug Evans <dje@google.com>
1047
1048 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
1049 compiler_info references.
1050 * gdb.cp/temargs.exp: Ditto.
1051 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
1052 (get_compiler_info): Early exit if already computed. Set compiler_info
1053 to "unknown" if there was a problem.
1054 (test_compiler_info): Add function comment. Call get_compiler_info.
1055
35baa57f
DE
10562015-07-24 Doug Evans <dje@google.com>
1057
1058 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1059 (workers/%.worker, build-perf): New rule.
1060 (GDB_PERFTEST_MODE): New variable.
1061 (check-perf): Use it.
1062 (clean): Clean up gdb.perf parallel build subdirs.
1063 * lib/build-piece.exp: New file.
1064 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1065 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1066 name.
1067 (standard_temp_file): Ditto.
1068 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1069 of $GDB_PARALLEL.
1070
6ebea266
DE
10712015-07-24 Doug Evans <dje@google.com>
1072
1073 * lib/future.exp (gdb_default_target_compile): New option
1074 "early_flags".
1075 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
1076 --as-needed.
1077
1e76a7e9
SDJ
10782015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
1079
1080 * gdb.base/catch-syscall.exp: Call gdb_exit before
1081 gdb_skip_xml_test.
1082
5068630a
PA
10832015-07-24 Pedro Alves <palves@redhat.com>
1084
1085 * gdb.python/py-events.exp: Accept output between the stop event
1086 and the prompt.
1087 * gdb.python/py-evsignal.exp: Likewise.
1088 * gdb.python/py-evthreads.exp: Likewise.
1089
77598427
PA
10902015-07-24 Pedro Alves <palves@redhat.com>
1091
1092 PR gdb/18717
1093 * gdb.threads/non-ldr-exit.c: New file.
1094 * gdb.threads/non-ldr-exit.exp: New file.
1095
11e6c98f
YQ
10962015-07-24 Yao Qi <yao.qi@linaro.org>
1097
1098 * gdb.server/ext-wrapper.exp: Test --wrapper option when
1099 restarting process.
1100
51aee833
YQ
11012015-07-24 Yao Qi <yao.qi@linaro.org>
1102
1103 * gdb.server/ext-restart.exp: New file.
1104
8cfe207c
YQ
11052015-07-24 Yao Qi <yao.qi@linaro.org>
1106
1107 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
1108 argument options.
1109 * gdb.server/ext-wrapper.exp: New file.
1110
cc12ce38
DE
11112015-07-23 Doug Evans <dje@google.com>
1112
1113 * gdb.dwarf2/dw2-dummy-cu.S: New file.
1114 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
1115
d0d84780
PMR
11162015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
1117
1118 * gdb.ada/var_arr_typedef.exp: New testcase.
1119 * gdb.ada/var_arr_typedef/pack.adb: New file.
1120 * gdb.ada/var_arr_typedef/pack.ads: New file.
1121 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
1122
8b558f79
JB
11232015-07-20 Joel Brobecker <brobecker@adacore.com>
1124
1125 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
1126
775a3298
JK
11272015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1128
1129 * gdb.arch/i386-biarch-core.exp: Replace istarget
1130 by "complete set gnutarget". Remove expectation for the "core-file"
1131 command.
1132
db1ff28b
JK
11332015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1134
1135 Revert the previous commit:
1136 Tests for validate symbol file using build-id.
1137
0a94970d
JK
11382015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1139
1140 Tests for validate symbol file using build-id.
1141 * gdb.base/solib-mismatch-lib.c: New file.
1142 * gdb.base/solib-mismatch-libmod.c: New file.
1143 * gdb.base/solib-mismatch.c: New file.
1144 * gdb.base/solib-mismatch.exp: New file.
1145
03346981
SL
11462015-07-15 Sandra Loosemore <sandra@codesourcery.com>
1147
1148 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
1149 nios2-*-linux*.
1150 * gdb.base/sigbpt.exp (stepi_out): Likewise.
1151 * gdb.base/siginfo.exp: Likewise.
1152 * gdb.base/sigstep.exp (advance, advancei): Likewise.
1153
42422cc7
PL
11542015-07-15 Pierre Langlois <pierre.langlois@arm.com>
1155
1156 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
1157 Move it to ...
1158 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
1159 ... here.
1160 * gdb.trace/range-stepping.exp: Check that the target supports
1161 range stepping.
1162
cfa68bae
JK
11632015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1164
1165 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
1166
8ffdba26
PA
11672015-07-14 Pedro Alves <palves@redhat.com>
1168
1169 * gdb.base/killed-outside.exp: New file.
1170 * gdb.base/killed-outside.c: New file.
1171
218a5a11
JK
11722015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1173
1174 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
1175 (n at main): New.
1176 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
1177
e03ed3c6
AA
11782015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1179
1180 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
1181 infcall tests instead of setting up for KFAIL.
1182
485668e5
MM
11832015-07-10 Markus Metzger <markus.t.metzger@intel.com>
1184
1185 * gdb.btrace/record_goto-step.exp: New.
1186
08464196
JK
11872015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1188
1189 PR compile/18484
1190 * gdb.compile/compile.c (struct struct_type): Add volatile to
1191 selffield's type.
1192 * gdb.compile/compile.exp
1193 (compile code struct_object.selffield = &struct_object): Skip further
1194 struct_object tests if this one xfails.
1195
bcf5c1d9
RC
11962015-07-08 Robert O'Callahan <robert@ocallahan.org>
1197
1198 PR exp/18617
1199 * gdb.trace/ax.exp: Add test.
1200
4931af25
YQ
12012015-07-07 Yao Qi <yao.qi@linaro.org>
1202
1203 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
1204 instead of istarget "aarch64*-*-*".
1205 * gdb.arch/aarch64-fp.exp: Likewise.
1206 * gdb.base/float.exp: Likewise.
1207 * gdb.reverse/aarch64.exp: Likewise.
1208 * lib/gdb.exp (is_aarch64_target): New proc.
1209
9fcf688e
YQ
12102015-07-07 Yao Qi <yao.qi@linaro.org>
1211
1212 * lib/gdb.exp (is_aarch32_target): New proc.
1213 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
1214 instead of "istarget "arm*-*-*"".
1215 * gdb.arch/arm-disp-step.exp: Likewise.
1216 * gdb.arch/thumb-bx-pc.exp: Likewise.
1217 * gdb.arch/thumb-prologue.exp: Likewise.
1218 * gdb.arch/thumb-singlestep.exp: Likewise.
1219 * gdb.base/disp-step-syscall.exp: Likewise.
1220 * gdb.base/float.exp: Likewise.
1221
fbd8d50d
YQ
12222015-07-07 Yao Qi <yao.qi@linaro.org>
1223
1224 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
1225 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
1226
71be1fdc
YQ
12272015-07-07 Yao Qi <yao.qi@linaro.org>
1228
1229 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
1230 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
1231 if it exists.
1232 * gdb.multi/multi-arch.exp: Likewise.
1233
3e221d36
SM
12342015-07-07 Simon Marchi <simon.marchi@ericsson.com>
1235
1236 * gdb.python/py-lazy-string.exp: Add missing parentheses to
1237 print.
1238
d441430b
YQ
12392015-07-07 Yao Qi <yao.qi@linaro.org>
1240
1241 * gdb.arch/thumb-singlestep.exp: Do one more single step.
1242
06f810bd
MG
12432015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
1244
1245 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
1246 '[' and ']' characters.
1247
5e61e7c0
IB
12482015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
1249
1250 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1251
28bf096c
PA
12522015-06-29 Pedro Alves <palves@redhat.com>
1253
1254 PR threads/18127
1255 * gdb.threads/hand-call-new-thread.c: New file.
1256 * gdb.threads/hand-call-new-thread.c: New file.
1257
ee93cd5e
KS
12582015-06-26 Keith Seitz <keiths@redhat.com>
1259 Doug Evans <dje@google.com>
1260
1261 PR 16253
1262 * gdb.cp/var-tag-2.cc: New file.
1263 * gdb.cp/var-tag-3.cc: New file.
1264 * gdb.cp/var-tag-4.cc: New file.
1265 * gdb.cp/var-tag.cc: New file.
1266 * gdb.cp/var-tag.exp: New file.
1267
fc637f04
PP
12682015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1269
1270 * gdb.base/history-duplicates.exp: New test.
1271
2e52ae68
PP
12722015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1273
1274 * gdb.base/completion.exp: Test the completion of the "focus"
1275 command.
1276
6e22494e
JK
12772015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1278
1279 * gdb.arch/amd64-prologue-skip.S: New file.
1280 * gdb.arch/amd64-prologue-skip.exp: New file.
1281
bf7b9cd9
SM
12822015-06-25 Simon Marchi <simon.marchi@ericsson.com>
1283
1284 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
1285 is_address_zero_readable check.
1286
201e8dfd
PB
12872015-06-24 Peter Bergner <bergner@vnet.ibm.com>
1288
1289 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
1290 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
1291
5cd867b4
YQ
12922015-06-24 Yao Qi <yao.qi@linaro.org>
1293
1294 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
1295 linux targets.
1296
4d7be007
YQ
12972015-06-24 Yao Qi <yao.qi@linaro.org>
1298
1299 * lib/gdb.exp (supports_get_siginfo_type): New proc.
1300 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
1301 * gdb.base/siginfo-thread.exp: Likewise.
1302
07fcd301
YQ
13032015-06-22 Yao Qi <yao.qi@linaro.org>
1304
1305 * boards/remote-gdbserver-on-localhost.exp: Add comments.
1306
52042a00
YQ
13072015-06-22 Yao Qi <yao.qi@linaro.org>
1308
1309 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
1310 aarch64*-*-*.
1311 (skip_hw_watchpoint_tests): Likewise.
1312
74bd41ce
PP
13132015-06-18 Patrick Palka <patrick@parcs.ath.cx>
1314
1315 * gdb.base/gdbinit-history.exp: Test the interaction between
1316 setting GDBHISTSIZE and setting the history size via .gdbinit.
1317
bc460514
PP
13182015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1319
1320 PR gdb/16999
1321 * gdb.base/gdbhistsize-history.exp: New test.
1322
b58c513b
PP
13232015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1324
1325 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
1326 with GDBHISTSIZE.
1327 * gdb.base/readline.exp: Likewise.
1328
92046791
YQ
13292015-06-17 Yao Qi <yao.qi@linaro.org>
1330
1331 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
1332 line.
1333
2093d2d3
PP
13342015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1335
1336 * gdb.base/gdbinit-history.exp: Add test case to check that
1337 an unlimited history file does not get truncated on exit.
1338
e6c693af
AA
13392015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1340
1341 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1342 (VECTOR): New macro. Use it...
1343 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1344 ...for these typedefs.
1345 (int8, char1, int1, double1): New typedefs.
1346 (struct just_int2, struct two_int2): New structures.
1347 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1348 (add_structvecs, add_singlevecs): New functions.
1349 (main): Call add_some_intvecs twice.
1350 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1351 the compile and exit upon failure. Try compiling for the "native"
1352 architecture. Test inferior function calls with vector arguments
1353 and vector return value handling with "finish" and "return".
1354
c74f7d1c
JT
13552015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1356
1357 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1358 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1359 PE file.
1360 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1361
98aa42ee
AT
13622015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1363
1364 PR breakpoints/16465
1365 * gdb.mi/mi-dprintf-pending.c: New file.
1366 * gdb.mi/mi-dprintf-pending.exp: New test.
1367 * gdb.mi/mi-dprintf-pendshr.c: New file.
1368
7d73c23c 13692015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1370 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1371
1372 * gdb.arch/i386-mpx-map.c: New file.
1373 * gdb.arch/i386-mpx-map.exp: New File.
1374
13752015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1376
1377 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1378 * gdb.arch/i386-mpx.exp: Indentation fixed.
1379
13802015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1381
1382 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1383 function and improved indentation.
1384 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1385 gdb_test_multiple. Added additional tests to skip the test.
1386
13872015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1388
1389 * gdb.arch/i386-avx512.c: Change path in include file.
1390 * gdb.arch/i386-avx512.exp: Change include dir path
1391 compilation flag.
1392 * gdb.arch/i386-mpx.c: Change path in include file.
1393 * gdb.arch/i386-mpx.exp: Change include dir path compilation
1394 flag.
1395
d5eba19a
JK
13962015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1397
1398 * gdb.compile/compile-print.exp (compile print *vararray@3)
1399 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1400
7f361056
JK
14012015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1402
1403 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1404 (do not keep jit in memory): ... this.
1405 (expect 5): Change it to ...
1406 (expect no 5): ... this.
1407
3b462ec2
SM
14082015-06-02 Simon Marchi <simon.marchi@ericsson.com>
1409
1410 PR gdb/15564
1411 * gdb.mi/mi-detach.exp: New file.
1412
e0619de6
JK
14132015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1414
1415 PR symtab/18392
1416 * gdb.arch/amd64-tailcall-self.S: New file.
1417 * gdb.arch/amd64-tailcall-self.c: New file.
1418 * gdb.arch/amd64-tailcall-self.exp: New file.
1419
e970cb34
DB
14202015-05-28 Don Breazeal <donb@codesourcery.com>
1421
1422 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1423 tests for remote targets by checking is_target_gdbserver.
1424
b2e2f908
DE
14252015-05-27 Doug Evans <dje@google.com>
1426
1427 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1428 * gdb.dwarf2/opaque-type-lookup.c: New file.
1429 * gdb.dwarf2/opaque-type-lookup.exp: New file.
1430
82c7be31
DE
14312015-05-26 Doug Evans <dje@google.com>
1432
1433 * gdb.cp/iostream.cc: New file.
1434 * gdb.cp/iostream.exp: New file.
1435
b4f54984
DE
14362015-05-26 Doug Evans <dje@google.com>
1437
1438 * gdb.dwarf2/dw2-op-call.exp: Update.
1439 * gdb.dwarf2/dw4-sig-types.exp: Update.
1440 * gdb.dwarf2/implptr.exp: Update.
1441 * gdb.mi/mi-cmd-param-changed.exp: Update.
1442
4ea6efe9
DE
14432015-05-26 Doug Evans <dje@google.com>
1444
1445 * gdb.python/py-lazy-string.c: New file.
1446 * gdb.python/py-lazy-string.exp: New file.
1447 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1448 (main): Update. Add estring3.
1449 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1450 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1451
f6bb7db3
YQ
14522015-05-26 Omair Javaid <omair.javaid@linaro.org>
1453 Yao Qi <yao.qi@linaro.org>
1454
1455 * gdb.reverse/aarch64.c: New.
1456 * gdb.reverse/aarch64.exp: New.
1457
a81bfbd0
OJ
14582015-05-26 Omair Javaid <omair.javaid@linaro.org>
1459
1460 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1461 (supports_reverse): Likewise.
1462
158bf1b4
PP
14632015-05-22 Patrick Palka <patrick@parcs.ath.cx>
1464
1465 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1466 Use with_test_prefix.
1467
a0145030
AB
14682015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1469
1470 * gdb.base/completion.exp: Add test for completion of layout
1471 names.
1472
ebe3b578
AB
14732015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1474
1475 * lib/gdb.exp (skip_tui_tests): New proc.
1476 * gdb.base/tui-layout.exp: Check skip_tui_tests.
1477
84204ed7
PA
14782015-05-19 Pedro Alves <palves@redhat.com>
1479
1480 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1481 Save the whole env array instead of just HOME. Unset HISTSIZE in
1482 the environment while testing. Restore whole environment
1483 afterwards.
1484
37442ce1
DE
14852015-05-16 Doug Evans <xdje42@gmail.com>
1486
1487 * gdb.guile/scm-ports.c: New file.
1488 * gdb.guile/scm-ports.exp: Add memory port tests.
1489
36de76f9
JK
14902015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1491
1492 * gdb.compile/compile-print.c: New file.
1493 * gdb.compile/compile-print.exp: New file.
1494
3a9558c4
JK
14952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1496
1497 * gdb.compile/compile-ops.exp: Cast param to void.
1498 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1499 (compile code struct_object.selffield = &struct_object): Add xfail.
1500
aa715135
JG
15012015-05-15 Joel Brobecker <brobecker@adacore.com>
1502
1503 * gdb.ada/arr_enum_with_gap: New testcase.
1504
931e5bc3
JG
15052015-05-15 Joel Brobecker <brobecker@adacore.com>
1506
1507 * gdb.ada/byte_packed_arr: New testcase.
1508
9cd4d857
JB
15092015-05-15 Joel Brobecker <brobecker@adacore.com>
1510
1511 * gdb.ada/pckd_neg: New testcase.
1512
ebfd00d2
PP
15132015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1514
1515 PR gdb/17820
1516 * gdb.base/gdbinit-history.exp: New test.
1517 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1518 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1519
4c082a81
SC
15202015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1521
1522 * gdb.python/py-xmethods.cc: Enhance test case.
1523 * gdb.python/py-xmethods.exp: New tests.
1524 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1525 function.
1526 (B_indexoper): Likewise.
1527 (global_dm_list) : Add new xmethod worker functions.
1528
f7797074
SDJ
15292015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1530
1531 * gdb.base/coredump-filter.exp: Correctly unset
1532 "coredump_var_addr" array.
1533
a4674e4e
PA
15342015-05-08 Pedro Alves <palves@redhat.com>
1535
1536 * gdb.server/non-existing-program.exp: Unset spawn_id.
1537
df2eb078
SC
15382015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1539
1540 PR python/18291
1541 * gdb.python/py-xmethods.exp: Add tests.
1542
422349a3
YQ
15432015-05-08 Yao Qi <yao.qi@linaro.org>
1544
1545 PR gdb/18208
1546 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1547 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1548 function set_coredump_filter, and remove remote_exec call.
1549 Remove argument ipid. Callers update.
1550 (top level): Don't get inferior's PID.
1551
63fc80ce
AA
15522015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1553
1554 * gdb.base/watch_thread_num.exp: Skip test on targets without
1555 access watchpoints.
1556
80ad801e
PA
15572015-05-06 Pedro Alves <palves@redhat.com>
1558
1559 PR server/18081
1560 * gdb.server/non-existing-program.exp: New file.
1561
0fa7fe50
JB
15622015-05-05 Joel Brobecker <brobecker@adacore.com>
1563
1564 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1565
3ea89b92
PMR
15662015-05-05 Joel Brobecker <brobecker@adacore.com>
1567
1568 * gdb.ada/out_of_line_in_inlined: New testcase.
1569
87b8eff0
JB
15702015-05-05 Joel Brobecker <brobecker@adacore.com>
1571
1572 * gdb.ada/var_rec_arr: New testcase.
1573
5fccc635
YQ
15742015-04-30 Yao Qi <yao.qi@linaro.org>
1575
1576 * gdb.base/break-idempotent.exp: If
1577 skip_hw_watchpoint_multi_tests returns true, skip the tests
1578 on "rwatch" and "awatch".
1579
42d38f42
YQ
15802015-04-30 Yao Qi <yao.qi@linaro.org>
1581
1582 * gdb.base/relativedebug.exp: Invoke gdb command
1583 "info sharedlibrary", and if libc.so doesn't have debug info,
1584 skip the test.
1585
2ce1cdbf
DE
15862015-04-29 Doug Evans <dje@google.com>
1587
1588 * gdb.python/py-xmethods.exp: Add ptype tests.
1589 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1590 get_result_type method.
1591
f24a38c5
LM
15922015-04-29 Luis Machado <lgustavo@codesourcery.com>
1593
1594 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1595 the target does not support hardware watchpoints.
1596
ecbf2b3c
LM
15972015-04-29 Luis Machado <lgustavo@codesourcery.com>
1598
1599 * gdb.base/break-always.exp: Abort testing if writing to memory
1600 causes an error.
1601
34f5f757
DE
16022015-04-28 Doug Evans <dje@google.com>
1603
1604 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1605 * gdb.python/py-pp-registration.exp: ... here. New file.
1606 * gdb.python/py-pp-registration.c: New file.
1607 * gdb.python/py-pp-registration.py: New file.
1608
69b4374a
DE
16092015-04-28 Doug Evans <dje@google.com>
1610
1611 * gdb.python/py-bad-printers.c: New file.
1612 * gdb.python/py-bad-printers.py: New file.
1613 * gdb.python/py-bad-printers.exp: New file.
1614
59fb7612
SS
16152015-04-28 Sasha Smundak <asmundak@google.com>
1616
1617 * gdb.python/py-type.exp: New test.
1618
2631b16a
AW
16192015-04-28 Andy Wingo <wingo@igalia.com>
1620
1621 * gdb.python/py-parameter.exp:
1622 * gdb.guile/scm-parameter.exp: Escape the path that we are
1623 matching against, as it might contain characters that are special
1624 to regular expressions.
1625
460efde1
JB
16262015-04-27 Joel Brobecker <brobecker@adacore.com>
1627
1628 * gdb.ada/rec_comp: New testcase.
1629
2d369d8e
SDJ
16302015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1631
1632 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1633 before using it.
1634
cf75d6c3
AB
16352015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1636
1637 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1638 new tests for verilog output.
1639
8dbe7ca5
YQ
16402015-04-24 Yao Qi <yao.qi@linaro.org>
1641
1642 * boards/remote-gdbserver-on-localhost.exp: New file.
1643
4ef9fb2f
PA
16442015-04-23 Pedro Alves <palves@redhat.com>
1645
1646 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1647 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1648 "end of file", remove $inferior_spawn_id from the indirect list.
1649
0a803169
PA
16502015-04-23 Pedro Alves <palves@redhat.com>
1651
1652 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1653
749ef8f8
PA
16542015-04-23 Pedro Alves <palves@redhat.com>
1655
1656 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1657 on $any_spawn_id instead of only on $gdb_spawn_id.
1658
8aae4344
PM
16592015-04-21 Pierre Muller <muller@sourceware.org>
1660
1661 PR pascal/17815
1662 * lib/pascal.exp (gpc_compile): Add new option "class".
1663 (fpc_compile): Likewise.
1664 * gdb.pascal/case-insensitive-symbols.pas: New file.
1665 * gdb.pascal/case-insensitive-symbols.exp: New file.
1666
1586c8fb
GB
16672015-04-20 Gary Benson <gbenson@redhat.com>
1668
1669 * gdb.base/attach.exp: Fix three extended remote failures.
1670
1b6e6f5c
GB
16712015-04-17 Gary Benson <gbenson@redhat.com>
1672
1673 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1674 the main executable over the remote protocol.
1675
e797481d
PA
16762015-04-16 Pedro Alves <palves@redhat.com>
1677
1678 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1679 a new gdbserver if gdbserver_reconnect_p is set.
1680
1ca99c42
PA
16812015-04-16 Pedro Alves <palves@redhat.com>
1682
1683 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1684 is set, don't exit gdbserver.
1685
af9fd6f8
AA
16862015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1687
1688 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1689 appropriate .insn, such that an older assembler can be used.
1690 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1691 the z/Architecture instruction set on 31-bit targets as well.
1692
04ff1e61
AA
16932015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1694
1695 * gdb.go/handcall.exp: Remove all logic related to the first
1696 breakpoint and rely on go_runto_main instead.
1697 * gdb.go/strings.exp: Likewise.
1698 * gdb.go/unsafe.exp: Likewise.
1699 * gdb.go/hello.exp: Likewise. Also rename the remaining
1700 breakpoint marker to "breakpoint 1".
1701 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1702 * gdb.go/strings.go: Likewise.
1703 * gdb.go/unsafe.go: Likewise.
1704 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1705 "set breakpoint 2 here" and rename the remaining breakpoint marker
1706 to "breakpoint 1".
1707
40d2f8d6
SM
17082015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1709
1710 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1711 if itertools.imap is not present.
1712 * gdb.python/py-objfile.exp: Add parentheses.
1713 * gdb.python/py-type.exp: Same.
1714 * gdb.python/py-unwind-maint.py: Same.
1715
8cbc97c6
YQ
17162015-04-15 Yao Qi <yao.qi@linaro.org>
1717
1718 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1719 of ":$ptr_size" and set its form explicitly.
1720
45fd756c
YQ
17212015-04-15 Pedro Alves <palves@redhat.com>
1722 Yao Qi <yao.qi@linaro.org>
1723
1724 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1725 timeout by factor of 4.
1726 (test_regular_watch): Likewise.
1727 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1728 * gdb.reverse/sigall-reverse.exp: Likewise.
1729 * gdb.reverse/until-precsave.exp: Likewise.
1730 * lib/gdb.exp (with_timeout_factor): New proc.
1731 (gdb_expect): Move some code to ...
1732 (get_largest_timeout): ... here. New procedure.
1733
9e811bc3
LM
17342015-04-14 Luis Machado <lgustavo@codesourcery.com>
1735
1736 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1737
0ff6fcb2
LM
17382015-04-13 Luis Machado <lgustavo@codesourcery.com>
1739
1740 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1741 to write to the .text section.
1742
7578d5f7
LM
17432015-04-13 Luis Machado <lgustavo@codesourcery.com>
1744
1745 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1746 Handle the case of targets that do not provide PID information.
1747
2efe15c4
YQ
17482015-04-13 Yao Qi <yao.qi@linaro.org>
1749
1750 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1751 and use expect instead of gdb_expect.
1752
8cd8f2f8
SDJ
17532015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1754
1755 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1756 "coredump_var_addr" to avoid naming conflict with other testcases.
1757
9ee41772
PA
17582015-04-10 Pedro Alves <palves@redhat.com>
1759
1760 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1761 gdb_test_sequence and gdb_assert.
1762
07473109
PA
17632015-04-10 Pedro Alves <palves@redhat.com>
1764
1765 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1766 test messages that don't include the breakpoint address.
1767
de3db44c
YQ
17682015-04-10 Yao Qi <yao.qi@linaro.org>
1769
1770 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1771 false for some offset and width combinations which aren't
1772 supported by linux kernel.
1773
c79d856c
PA
17742015-04-10 Pedro Alves <palves@redhat.com>
1775
1776 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1777 procedure, factored out from ...
1778 (top level): ... here. Add "set displaced-stepping" testing axis.
1779 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1780 parameter "displaced". Use it.
1781 (top level): Use foreach and add "set displaced-stepping" testing
1782 axis.
1783
ebc90b50
PA
17842015-04-10 Pedro Alves <palves@redhat.com>
1785
1786 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1787 Remove comment.
1788 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1789 both the address of the instruction that triggers the watchpoint
1790 and the address of the instruction immediately after, and use
1791 those addresses for the test. Fix comment.
1792
8f572e5c
PA
17932015-04-10 Pedro Alves <palves@redhat.com>
1794
1795 * gdb.base/sigstep.exp (breakpoint_to_handler)
1796 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1797 Test "backtrace" in handler.
1798 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1799 (top level): Add new "displaced" test axis to
1800 breakpoint_to_handler, breakpoint_to_handler_entry and
1801 breakpoint_over_handler.
1802
8d707a12
PA
18032015-04-10 Pedro Alves <palves@redhat.com>
1804
1805 PR gdb/18216
1806 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1807
ef713951
YQ
18082015-04-10 Yao Qi <yao.qi@linaro.org>
1809
1810 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1811 (test_add_rn_pc): New function.
1812 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1813 (top level): Invoke test_add_rn_pc.
1814
906d60cf
PA
18152015-04-10 Pedro Alves <palves@redhat.com>
1816
1817 PR gdb/13858
1818 * gdb.base/step-over-no-symbols.exp: New file.
1819
f2983cc3
AW
18202015-04-09 Andy Wingo <wingo@igalia.com>
1821
1822 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1823 after the Python tests.
1824
6d62641c
SDJ
18252015-04-08 Keith Seitz <keiths@redhat.com>
1826
1827 PR python/16699
1828 * gdb.python/py-completion.exp: New tests for completion.
1829 * gdb.python/py-completion.py (CompleteLimit1): New class.
1830 (CompleteLimit2): Likewise.
1831 (CompleteLimit3): Likewise.
1832 (CompleteLimit4): Likewise.
1833 (CompleteLimit5): Likewise.
1834 (CompleteLimit6): Likewise.
1835 (CompleteLimit7): Likewise.
1836
f3770638
PA
18372015-04-08 Pedro Alves <palves@redhat.com>
1838
1839 PR gdb/18214
1840 PR gdb/18216
1841 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1842 function.
1843 (main): Install it as SIGUSR1 handler.
1844 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1845 parameter. Always use "setup" as prefix. Toggle "set
1846 displaced-stepping" off/on depending on global. Don't switch to
1847 thread 1 here.
1848 (top level): Add displaced stepping "off/on" test axis. Update
1849 "setup" calls. Wrap each subtest with with_test_prefix. Test
1850 continuing with a queued signal in each thread.
1851
4496bed7
PA
18522015-04-08 Pedro Alves <palves@redhat.com>
1853
1854 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1855 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1856 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1857 Return early if running to main fails.
1858 * gdb.trace/while-stepping.exp: Likewise.
1859
b97fde92
PA
18602015-04-07 Pedro Alves <palves@redhat.com>
1861
1862 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1863 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1864 interact with inferior program.
1865
f71c18e7
PA
18662015-04-07 Pedro Alves <palves@redhat.com>
1867
1868 * lib/gdb.exp (inferior_spawn_id): New global.
1869 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1870 spawn id after processing the user code.
1871 (default_gdb_start): Set inferior_spawn_id.
1872 (send_inferior): New procedure.
1873 * lib/gdbserver-support.exp (gdbserver_start): Set
1874 inferior_spawn_id.
1875 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1876
6423214f
PA
18772015-04-07 Pedro Alves <palves@redhat.com>
1878
1879 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1880 * lib/gdbserver-support.exp (gdbserver_start): Make
1881 $server_spawn_id global.
1882 (gdbserver_start): Don't wait for gdbserver's spawn id with
1883 expect_background.
1884 (close_gdbserver): New procedure.
1885 (gdb_exit): Rename the default version and reimplement.
1886
71c0ee8c
PA
18872015-04-07 Pedro Alves <palves@redhat.com>
1888
72f4393d 1889 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1890 append the substituted item, not the original item.
1891
203bc29b
PA
18922015-04-07 Pedro Alves <palves@redhat.com>
1893
1894 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1895 gdb_expect.
1896
508a3ddf
PA
18972015-04-07 Pedro Alves <palves@redhat.com>
1898
1899 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1900 output appearing once only.
1901
9f6dbe2b
PA
19022015-04-07 Pedro Alves <palves@redhat.com>
1903
1904 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1905 that doesn't expect anything. Return early if running to main
1906 fails.
1907
337532fa
YQ
19082015-04-07 Yao Qi <yao.qi@linaro.org>
1909
1910 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1911 (child_function): Call alarm.
1912 (main): Move call to alarm into the loop.
1913 * gdb.threads/non-stop-fair-events.exp: Build program with
1914 -DTIMEOUT=$timeout.
1915
01b622d4
DE
19162015-04-06 Doug Evans <xdje42@gmail.com>
1917
1918 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1919 Fix dest parameter to board_info.
1920 (fpc_compile): Ditto.
1921 (gdb_compile_pascal): Rename dest arg to destfile.
1922
961f4160
PMR
19232015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1924
1925 * gdb.ada/funcall_ref.exp: New file.
1926 * gdb.ada/funcall_ref/foo.adb: New file.
1927
cafda597
YQ
19282015-04-02 Yao Qi <yao.qi@linaro.org>
1929
1930 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1931 is remote.
1932
fed040c6
GB
19332015-04-02 Gary Benson <gbenson@redhat.com>
1934
1935 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1936
d11916aa
SS
19372015-04-01 Sasha Smundak <asmundak@google.com>
1938
1939 * gdb.python/py-unwind-maint.c: New file.
1940 * gdb.python/py-unwind-maint.exp: New test.
1941 * gdb.python/py-unwind-maint.py: New file.
1942 * gdb.python/py-unwind.c: New file.
1943 * gdb.python/py-unwind.exp: New test.
1944 * gdb.python/py-unwind.py: New test.
1945
a1471180
PA
19462015-04-01 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1949 to fail instead of non-existent $test.
1950
0bbeccb1
PA
19512015-04-01 Pedro Alves <palves@redhat.com>
1952
1953 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1954 GDBFLAGS if not empty.
1955
3c724c8c
PMR
19562015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1957
1958 * gdb.ada/complete.exp: Remove "multi_line".
1959 * gdb.ada/info_exc.exp: Remove "multi_line".
1960 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1961 * gdb.ada/ptype_field.exp: Remove "multi_line".
1962 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1963 * gdb.ada/tagged.exp: Remove "multi_line".
1964 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1965 [multi_line ...]
1966 * gdb.btrace/delta.exp: Likewise.
1967 * gdb.btrace/exception.exp: Likewise.
1968 * gdb.btrace/function_call_history.exp: Likewise.
1969 * gdb.btrace/instruction_history.exp: Likewise.
1970 * gdb.btrace/nohist.exp: Likewise.
1971 * gdb.btrace/record_goto.exp: Likewise.
1972 * gdb.btrace/segv.exp: Likewise.
1973 * gdb.btrace/stepi.exp: Likewise.
1974 * gdb.btrace/tailcall.exp: Likewise.
1975 * gdb.btrace/unknown_functions.exp: Likewise.
1976 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1977 * lib/gdb.exp: Add the "multi_line" helper.
1978
4eec2deb
PA
19792015-04-01 Pedro Alves <palves@redhat.com>
1980
1981 * gdb.threads/tid-reuse.c: New file.
1982 * gdb.threads/tid-reuse.exp: New file.
1983
df8411da
SDJ
19842015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1985
1986 PR corefiles/16092
1987 * gdb.base/coredump-filter.c: New file.
1988 * gdb.base/coredump-filter.exp: Likewise.
1989
6ef37366
PM
19902015-03-27 Petr Machata <pmachata@redhat.com>
1991
1992 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1993 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1994 (Dwarf::assemble): Initialize them.
1995 (Dwarf::lines): New function.
1996
7ec911b0
JT
19972015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1998
1999 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
2000 SYMBOL_PREFIX for x86_64-*-cygwin.
2001
ff908ebf
AW
20022015-03-26 Andy Wingo <wingo@igalia.com>
2003
2004 PR symtab/18148
2005 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
2006 const_value but not a location.
2007 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
2008 location defined in non-main CUs are visible.
2009
6d5f0679
YQ
20102015-03-26 Yao Qi <yao.qi@linaro.org>
2011
2012 PR testsuite/18139
2013 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
2014 Add a line number entry for the same line.
2015 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
2016 Add a line number entry for the same line.
2017
2898689b
YQ
20182015-03-26 Yao Qi <yao.qi@linaro.org>
2019
2020 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
2021 .int 0.
2022 (func): Likewise. Add .Lfunc_1 label.
2023 Use .Lfunc_1 label.
2024 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
2025 .int 0.
2026 (func): Likewise.
2027 Use .Lfunc_1 label.
2028
85180498
YQ
20292015-03-26 Yao Qi <yao.qi@linaro.org>
2030
2031 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
2032 Call gdb_compile instead to compile each .s files without debug
2033 information.
2034
8aa08a8d
YQ
20352015-03-26 Yao Qi <yao.qi@linaro.org>
2036
2037 * gdb.base/savedregs.exp (process_saved_regs): Make
2038 "Saved registers:" optional in the pattern.
2039
66849923
MM
20402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2041
2042 * gdb.btrace/next.exp: Merged into step.exp.
2043 * gdb.btrace/finish.exp: Merged into step.exp.
2044 * gdb.btrace/nexti.exp: Merged into stepi.exp.
2045 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
2046 "record goto" and checking the exact replay position.
2047 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
2048 check for "Recording format" in "info record" output.
2049 * gdb.btrace/record_goto.exp: Choose test file based on target.
2050 * gdb.btrace/x86-record_goto.S: Renamed into ...
2051 * gdb.btrace/x86_64-record_goto.S: ... this.
2052 * gdb.btrace/i686-record_goto.S: New.
2053 * gdb.btrace/x86-tailcall.S: Renamed into ...
2054 * gdb.btrace/x86_64-tailcall.S: ... this.
2055 * gdb.btrace/i686-tailcall.S: New.
2056 * gdb.btrace/x86-tailcall.c: Renamed into ...
2057 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
2058 separate statements. Update test.
2059 * gdb.btrace/delta.exp: Use record_goto.c as test file.
2060 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
2061 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
2062 * gdb.btrace/tailcall.exp: Choose test file based on target.
2063 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
2064
11cc1b74
MM
20652015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2066
2067 * gdb.btrace/exception.exp: Increase BTS buffer size.
2068
a25d8bf9
PA
20692015-03-24 Pedro Alves <palves@redhat.com>
2070
2071 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
2072
856e7dd6
PA
20732015-03-24 Pedro Alves <palves@redhat.com>
2074
2075 * gdb.threads/schedlock.exp (test_step): No longer expect that
2076 "set scheduler-locking step" with "next" over a function call runs
2077 threads unlocked.
2078
ad235a41
AT
20792015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2080
2081 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
2082
15630549
AT
20832015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2084
2085 PR breakpoints/16466
2086 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
2087 * gdb.mi/mi-pending.c (thread_func): New function.
2088 (int main): Add threading support required.
2089 * gdb.mi/mi-pending.exp: Add tests for this issue.
2090 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
2091 (pendfunc2): Remove stdio dependency.
2092 * gdb.mi/mi-pendshr2.c: New file.
2093
693dca06
KS
20942015-03-23 Keith Seitz <keiths@redhat.com>
2095
2096 * gdb.linespec/keywords.c: New file.
2097 * gdb.linespec/keywords.exp: New file.
2098
7e993ebf
KS
20992015-03-23 Keith Seitz <keiths@redhat.com>
2100
2101 PR gdb/18021
2102 * gdb.dwarf2/staticvirtual.exp: New test.
2103
bc23328c
JK
21042015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2105
2106 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
2107 * README: Remove HP-UX and gdb.hp.
2108 (configuration):
2109 * configure: Regenerate.
2110 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
2111 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
2112 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
2113 gdb.hp/gdb.defects/Makefile.
2114 * gdb.hp/Makefile.in: File deleted.
2115 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
2116 * gdb.hp/gdb.aCC/optimize.c: File deleted.
2117 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
2118 * gdb.hp/gdb.aCC/run.c: File deleted.
2119 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
2120 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
2121 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
2122 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
2123 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
2124 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
2125 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
2126 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
2127 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
2128 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
2129 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
2130 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
2131 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
2132 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
2133 * gdb.hp/gdb.base-hp/reg.s: File deleted.
2134 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
2135 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
2136 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
2137 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
2138 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
2139 * gdb.hp/gdb.compat/Makefile.in: File deleted.
2140 * gdb.hp/gdb.compat/average.c: File deleted.
2141 * gdb.hp/gdb.compat/sum.c: File deleted.
2142 * gdb.hp/gdb.compat/xdb.c: File deleted.
2143 * gdb.hp/gdb.compat/xdb0.c: File deleted.
2144 * gdb.hp/gdb.compat/xdb0.h: File deleted.
2145 * gdb.hp/gdb.compat/xdb1.c: File deleted.
2146 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
2147 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
2148 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
2149 * gdb.hp/gdb.defects/Makefile.in: File deleted.
2150 * gdb.hp/gdb.defects/bs14602.c: File deleted.
2151 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
2152 * gdb.hp/gdb.defects/solib-d.c: File deleted.
2153 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
2154 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
2155 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
2156 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
2157 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
2158 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
2159 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
2160 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
2161 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
2162 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
2163 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
2164 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
2165 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
2166 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
2167 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
2168 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
2169 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
2170 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
2171 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
2172 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
2173 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
2174 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
2175 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
2176 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
2177 * gdb.hp/tools/odump: File deleted.
2178
8bf3b159
PA
21792015-03-19 Pedro Alves <palves@redhat.com>
2180
2181 * gdb.threads/continue-pending-status.exp (saw_thread_2)
2182 (saw_thread_3): New globals.
2183 (top level): Increment them when an event for the corresponding
2184 thread is seen.
2185 (no thread starvation): New test.
2186
eb54c8bf
PA
21872015-03-19 Pedro Alves <palves@redhat.com>
2188
2189 * gdb.threads/continue-pending-status.c: New file.
2190 * gdb.threads/continue-pending-status.exp: New file.
2191
32d2e5d6
PA
21922015-03-18 Pedro Alves <palves@redhat.com>
2193
2194 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2195 Use gdb_is_target_remote instead of is_remote. Use
2196 gdb_test_multiple instead of gdb_expect. Exit early if
2197 gdb_test_multiple hits its internal matches. Tighten stepi tests
2198 expected output. Fail on exit with any signal, instead of just
2199 SIGILL.
2200
f68f11b7
YQ
22012015-03-18 Yao Qi <yao.qi@linaro.org>
2202
2203 PR tdep/18107
2204 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
2205 variable.
2206 * gdb.base/catch-syscall.exp: Don't skip it on
2207 aarch64*-*-linux* target. Remove elements in all_syscalls.
2208 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
2209 target.
2210 (setup_all_syscalls): New proc.
2211
ca5fd19b
YQ
22122015-03-16 Yao Qi <yao.qi@linaro.org>
2213
2214 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
2215 (top level): Skip tests if valid_addr_p returns false for
2216 $cmd1 or $cmd2.
2217
85642ba0
AW
22182015-03-11 Andy Wingo <wingo@igalia.com>
2219
2220 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
2221
e03f9645
YQ
22222015-03-11 Yao Qi <yao.qi@linaro.org>
2223
2224 * gdb.base/catch-syscall.exp: Fix typo in comments.
2225
5d0962b2
YQ
22262015-03-11 Yao Qi <yao.qi@linaro.org>
2227
2228 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
2229
b2df3cef
PA
22302015-03-09 Pedro Alves <palves@redhat.com>
2231
2232 * dg-extract-results.py: Delete.
2233
ef878e53
PA
22342015-03-09 Pedro Alves <palves@redhat.com>
2235
2236 Merge dg-extract-results.sh from GCC upstream (r218843).
2237
2238 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2239 * dg-extract-results.sh: Use --text with grep to avoid issues with
2240 binary files. Fall back to cat -v, if that doesn't work.
2241
9494d219
PA
22422015-03-05 Pedro Alves <palves@redhat.com>
2243
2244 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
2245
a8d9763a
SM
22462015-03-04 Simon Marchi <simon.marchi@ericsson.com>
2247
2248 * lib/mi-support.exp (mi_expect_interrupt): Accept
2249 alternative event for when in all-stop mode.
2250
be9957b8
PA
22512015-03-04 Pedro Alves <palves@redhat.com>
2252
2253 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
2254
d57be0f4 22552015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
2256
2257 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
2258
c214c7cf
AA
22592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2260
2261 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
2262 regexps for GDB's current line display, accept a hex address
2263 preceding the line number.
2264
6d74a497
AA
22652015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2266
2267 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
2268 the 'arch1' variable for "s390*-linux*" targets.
2269
511aee7c
PA
22702015-03-04 Pedro Alves <palves@redhat.com>
2271
2272 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
2273 (main): Pass missing retval argument to pthread_join call.
2274
95e50b27
PA
22752015-03-02 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
2278 (top level): Call do_test with non-stop as well.
2279
28054d69
PA
22802015-03-02 Pedro Alves <palves@redhat.com>
2281
2282 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
2283 -1.
2284
4fa5d7b4
AA
22852015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2286
2287 * gdb.arch/s390-vregs.exp: New test.
2288 * gdb.arch/s390-vregs.S: New file.
2289
97c18565
PA
22902015-02-27 Pedro Alves <palves@redhat.com>
2291
2292 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
2293 call to catch_command_errors.
2294 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
2295 catch_command_errors.
2296
a37bfa30
PA
22972015-02-27 Pedro Alves <palves@redhat.com>
2298
2299 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
2300 "true" for boolean result.
2301 * gdb.gdb/selftest.exp (test_with_self): Also accept full
2302 prototype of main.
2303
6f98576f
PA
23042015-02-27 Pedro Alves <palves@redhat.com>
2305
2306 * lib/unbuffer_output.c: New file.
2307 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
2308 (main): Call gdb_unbuffer_output.
2309
eba5ab56
YQ
23102015-02-27 Yao Qi <yao.qi@linaro.org>
2311
2312 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
2313 target.
2314
0def5aaa
DE
23152015-02-26 Doug Evans <dje@google.com>
2316
2317 * gdb.cp/class2.cc (Dbase, D): New classes.
2318 (main): New local delta.
2319 * gdb.cp/class2.exp: Test printing delta.
2320 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
2321 (dynbar): New global.
2322 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
2323
081a1c2c
JK
23242015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2325
2326 * gdb.compile/compile-ifunc.c: New file.
2327 * gdb.compile/compile-ifunc.exp: New file.
2328
2f41223f
AT
23292015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
2330
2331 * gdb.base/structs.exp: Check for correct struct on finish.
2332
03eddd80
YQ
23332015-02-26 Yao Qi <yao.qi@linaro.org>
2334
2335 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
2336 is zero.
2337
80c57053
JK
23382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2339
2340 * gdb.arch/cordic.ko.bz2: New file.
2341 * gdb.arch/cordic.ko.debug.bz2: New file.
2342 * gdb.arch/ppc64-symtab-cordic.exp: New file.
2343
21613c12
YQ
23442015-02-25 Yao Qi <yao.qi@linaro.org>
2345
2346 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2347 aarch64*-*-* target.
2348
d8b901ed
PA
23492015-02-23 Pedro Alves <palves@redhat.com>
2350
2351 * lib/gdb.exp (delete_breakpoints): Rewrite using
2352 gdb_test_multiple.
2353
e5b85ead
PA
23542015-02-23 Pedro Alves <palves@redhat.com>
2355
2356 * gdb.base/info-os.c: Include stdlib.h.
2357
85c3a371
DE
23582015-02-22 Doug Evans <xdje42@gmail.com>
2359
2360 PR symtab/17855
2361 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2362 is read after symbols have been re-read.
2363 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2364 * gdb.ada/exec_changed/second.adb (Second): Ditto.
2365
96553a0c
DE
23662015-02-21 Doug Evans <dje@google.com>
2367
2368 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2369
97a0c697
JK
23702015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2371
2372 PR corefiles/17808
2373 * gdb.arch/i386-biarch-core.core.bz2: New file.
2374 * gdb.arch/i386-biarch-core.exp: New file.
2375
a47cd6e9
PA
23762015-02-21 Pedro Alves <palves@redhat.com>
2377
2378 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2379 runto_main fails.
2380
c5facdc4
PA
23812015-02-20 Pedro Alves <palves@redhat.com>
2382
2383 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2384 info probes.
2385
2db9a427
PA
23862015-02-20 Pedro Alves <palves@redhat.com>
2387
2388 * gdb.threads/multi-create-ns-info-thr.exp: New file.
2389
60fb7e9e
PA
23902015-02-20 Pedro Alves <palves@redhat.com>
2391
2392 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
2393 clean_restart before gdb_target_supports_trace.
2394
5c5019c2
PA
23952015-02-20 Pedro Alves <palves@redhat.com>
2396
2397 PR threads/18006
2398 * gdb.threads/clone-thread_db.c: New file.
2399 * gdb.threads/clone-thread_db.exp: New file.
2400
c9587f88
AT
24012015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
2402
2403 PR breakpoints/16812
2404 * gdb.base/catch-gdb-caused-signals.c: New file.
2405 * gdb.base/catch-gdb-caused-signals.exp: New file.
2406
f6a88844
JM
24072015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
2408
2409 * configure: Regenerated.
2410 * configure.ac: Use GDB_AC_TRANSFORM.
2411 * aclocal.m4: sinclude ../transform.m4.
2412
497c491b
JM
24132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2414
2415 * lib/dtrace.exp: New file.
2416 * gdb.base/dtrace-probe.exp: Likewise.
2417 * gdb.base/dtrace-probe.d: Likewise.
2418 * gdb.base/dtrace-probe.c: Likewise.
2419 * lib/pdtrace.in: Likewise.
2420 * configure.ac: Output variables with the transformed names of
2421 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
2422 * configure: Regenerated.
2423
03e98035
JM
24242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2425
2426 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2427 expected message when trying to access $_probe_* convenience
2428 variables while not on a probe.
2429
63cc30e9
JK
24302015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2431
2432 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2433
0703599a
PA
24342015-02-11 Pedro Alves <pedro@codesourcery.com>
2435
2436 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2437 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2438
7e60a48e
DE
24392015-02-10 Doug Evans <xdje42@gmail.com>
2440
2441 * lib/gdb.exp (gdb_load): Always return a result.
2442
01b088bc
PA
24432015-02-10 Pedro Alves <palves@redhat.com>
2444
2445 * gdb.threads/signal-sigtrap.c: New file.
2446 * gdb.threads/signal-sigtrap.exp: New file.
2447
b05ec7a5
AT
24482015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2449
2450 * gdb.trace/no-attach-trace.c: New file.
2451 * gdb.trace/no-attach-trace.exp: New file.
2452
a2c2acaf
MW
24532015-02-09 Mark Wielaard <mjw@redhat.com>
2454
2455 * gdb.dwarf2/atomic.c: New file.
2456 * gdb.dwarf2/atomic-type.exp: Likewise.
2457
31fd9caa
MM
24582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2459
2460 * gdb.btrace/buffer-size.exp: Update "info record" output.
2461 * gdb.btrace/delta.exp: Update "info record" output.
2462 * gdb.btrace/enable.exp: Update "info record" output.
2463 * gdb.btrace/finish.exp: Update "info record" output.
2464 * gdb.btrace/instruction_history.exp: Update "info record" output.
2465 * gdb.btrace/next.exp: Update "info record" output.
2466 * gdb.btrace/nexti.exp: Update "info record" output.
2467 * gdb.btrace/step.exp: Update "info record" output.
2468 * gdb.btrace/stepi.exp: Update "info record" output.
2469 * gdb.btrace/nohist.exp: Update "info record" output.
2470
d33501a5
MM
24712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2472
2473 * gdb.btrace/buffer-size: New.
2474
f4abbc16
MM
24752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2476
2477 * gdb.btrace/delta.exp: Update "info record" output.
2478 * gdb.btrace/enable.exp: Update "info record" output.
2479 * gdb.btrace/finish.exp: Update "info record" output.
2480 * gdb.btrace/instruction_history.exp: Update "info record" output.
2481 * gdb.btrace/next.exp: Update "info record" output.
2482 * gdb.btrace/nexti.exp: Update "info record" output.
2483 * gdb.btrace/step.exp: Update "info record" output.
2484 * gdb.btrace/stepi.exp: Update "info record" output.
2485 * gdb.btrace/nohist.exp: Update "info record" output.
2486
b9d61307
SM
24872015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2488
2489 PR gdb/15678
2490 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2491
e584fdbc
PA
24922015-02-06 Pedro Alves <palves@redhat.com>
2493
2494 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2495 macro.
2496 (seconds_left, again): New globals.
2497 (main): Wait seconds_left in a 1-second sleep loop instead of
2498 sleeping 180 seconds. If 'again' is set, reset the seconds
2499 counter.
2500 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2501 'again' in the inferior before detaching. Print the seconds left.
2502 (options): New global.
2503 (top level): Build program with -DTIMEOUT=$timeout.
2504
77f41761
PA
25052015-02-06 Pedro Alves <palves@redhat.com>
2506
2507 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2508 determine how many seconds to pass to 'alarm'.
2509 * gdb.base/gdb-sigterm.exp (top level): Build program with
2510 -DTIMEOUT=$timeout.
2511 (do_test): Return success/failure indication. Add more verbose
2512 logging. Don't fail if 200 single steps are seen. Instead, fail
2513 when the test times out.
2514 (passes): New global.
2515 (top level): Break the testing loop if testing fails on any
2516 iteration. Use gdb_assert.
2517
b9394193
DB
25182015-02-04 Don Breazeal <donb@codesourcery.com>
2519
2520 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2521 and initialize them.
2522 (ipc_cleanup): New function.
2523 (main): Don't declare shmid, semid, and msqid. Add a call to
2524 atexit so that we call ipc_cleanup on exit.
2525
42d9e528
PA
25262015-02-04 Pedro Alves <palves@redhat.com>
2527
2528 * boards/native-extended-gdbserver.exp: Remove any target variant
2529 specifications from the board name before clearing the isremote
2530 flag from board_info.
2531
ae6ae975
DE
25322015-01-31 Doug Evans <xdje42@gmail.com>
2533
2534 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2535
cfb069a8
GB
25362015-01-31 Gary Benson <gbenson@redhat.com>
2537
2538 * gdb.base/completion.exp: Disable completion limiting for
2539 existing tests. Add new tests to check completion limiting.
2540 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2541
5dd31d79
DE
25422015-01-31 Doug Evans <xdje42@gmail.com>
2543
2544 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2545
9f050062
DE
25462015-01-31 Doug Evans <xdje42@gmail.com>
2547
2548 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2549 entries. Duplicate file section script entries.
2550 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2551 inlined entries. Add test for safe-path rejection.
2552 * gdb.python/py-section-script.c: Add duplicate inlined section script
2553 entries. Duplicate file section script entries.
2554 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2555 inlined entries. Add test for safe-path rejection.
2556
df25ebbd
JB
25572015-01-29 Joel Brobecker <brobecker@adacore.com>
2558
2559 * gdb.ada/disc_arr_bound: New testcase.
2560
4a0ca9ec
JB
25612015-01-29 Joel Brobecker <brobecker@adacore.com>
2562
2563 * gdb.ada/mi_var_array: New testcase.
2564
3a8b707a
DE
25652015-01-27 Doug Evans <dje@google.com>
2566
2567 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2568 Add test for objfile.filename, objfile.username after objfile
2569 has been unloaded.
2570
f8313f6e
JB
25712015-01-26 Joel Brobecker <brobecker@adacore.com>
2572
2573 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2574 the second test to print the name attribute of value
2575 returned by the call to gdb.lookup_type, and adjust
2576 the expected output accordingly.
2577
37bc665e
MW
25782015-01-25 Mark Wielaard <mjw@redhat.com>
2579
2580 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2581 * gdb.base/disp-step-fork.c: Include unistd.h.
2582 * gdb.base/siginfo-obj.c: Include stdio.h.
2583 * gdb.base/siginfo-thread.c: Likewise.
2584 * gdb.mi/non-stop.c: Include unistd.h.
2585 * gdb.mi/nsthrexec.c: Include stdio.h.
2586 * gdb.mi/pthreads.c: Include unistd.h.
2587 * gdb.modula2/unbounded1.c (main): Declare returns int.
2588 * gdb.reverse/consecutive-reverse.c: Likewise.
2589 * gdb.threads/create-fail.c: Include unistd.h.
2590 * gdb.threads/killed.c: Likewise.
2591 * gdb.threads/linux-dp.c: Likewise.
2592 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2593 * gdb.threads/non-ldr-exc-2.c: Likewise.
2594 * gdb.threads/non-ldr-exc-3.c: Likewise.
2595 * gdb.threads/non-ldr-exc-4.c: Likewise.
2596 * gdb.threads/pthreads.c: Include unistd.h.
2597 (main): Declare returns int.
2598 * gdb.threads/tls-main.c (foo): New declaration.
2599 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2600
f7e5394d
SM
26012015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2602
2603 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2604 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2605
743649fd
MW
26062015-01-15 Mark Wielaard <mjw@redhat.com>
2607
2608 * gdb.base/noreturn-return.c: New file.
2609 * gdb.base/noreturn-return.exp: New file.
2610 * gdb.base/noreturn-finish.c: New file.
2611 * gdb.base/noreturn-finish.exp: New file.
2612
198297aa
PA
26132015-01-23 Pedro Alves <palves@redhat.com>
2614
2615 * gdb.threads/continue-pending-after-query.c: New file.
2616 * gdb.threads/continue-pending-after-query.exp: New file.
2617
717cf30c
AG
26182015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2619 Simon Marchi <simon.marchi@ericsson.com>
2620
2621 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2622 * gdb.base/valgrind-db-attach.exp: Same.
2623 * gdb.base/valgrind-infcall.exp: Same.
2624 * lib/mi-support.exp (default_mi_gdb_start): Same.
2625 * lib/prompt.exp (default_prompt_gdb_start): Same.
2626 * lib/gdb.exp (default_gdb_spawn): Same.
2627 (gdb_interact): New.
2628
2629
4b62a76e
JK
26302015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2631
2632 * gdb.compile/compile.exp (pointer to jit function): New test.
2633
b4cdae6f
WW
26342015-01-17 Wei-cheng Wang <cole945@gmail.com>
2635
2636 * lib/gdb.exp (supports_process_record): Return true for
2637 powerpc*-*-linux*.
2638 (supports_reverse): Likewise.
2639
d221e7ef
DB
26402015-01-15 Don Breazeal <donb@codesourcery.com>
2641
2642 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2643 instead of checking whether the target board is remote and
2644 use spawn_wait_for_attach instead of exec/sleep.
2645 * gdb.base/attach-twice.exp: Likewise.
2646
bafffb51
JB
26472015-01-15 Joel Brobecker <brobecker@adacore.com>
2648
2649 * gdb.ada/var_arr_attrs: New testcase.
2650
5589af0e
PA
26512015-01-14 Pedro Alves <palves@redhat.com>
2652 Joel Brobecker <brobecker@adacore.com>
2653
2654 PR gdb/17525
2655 * gdb.base/bp-cmds-execution-x-script.c: New file.
2656 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2657 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2658
6c400b59
PA
26592015-01-14 Pedro Alves <palves@redhat.com>
2660
2661 PR cli/17828
2662 * gdb.base/batch-preserve-term-settings.c: New file.
2663 * gdb.base/batch-preserve-term-settings.exp: New file.
2664
e02c96a7
DE
26652015-01-13 Doug Evans <dje@google.com>
2666
2667 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2668 binary.
2669
576fd14c
JB
26702015-01-13 Joel Brobecker <brobecker@adacore.com>
2671
2672 * Makefile.in (clean mostlyclean): Do not delete *.py.
2673
04dccad0
JB
26742015-01-13 Joel Brobecker <brobecker@adacore.com>
2675
2676 * gdb.python/py-lookup-type.exp: New file.
2677
3d230f71
PA
26782015-01-12 Pedro Alves <palves@redhat.com>
2679
2680 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2681 restore GDBFLAGS before returning.
2682
7e67715d
JK
26832015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2684
2685 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2686 is_amd64_regs_target and is_x86_like_target.
2687
f2e0d4b4
DE
26882015-01-11 Doug Evans <xdje42@gmail.com>
2689
2690 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2691 is given without an explicit form.
2692 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2693 attributes.
2694 * gdb.dwarf/corrupt.exp: Ditto.
2695 * gdb.dwarf2/enum-type.exp: Ditto.
2696 * gdb.trace/entry-values.exp: Ditto.
2697 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2698
439250fb
DE
26992015-01-11 Doug Evans <xdje42@gmail.com>
2700
2701 PR gdb/15830
2702 * gdb.base/maint.exp: Remove references to "maint demangle".
2703 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2704 Add tests for explicitly specifying language to demangle.
2705 * gdb.dlang/demangle.exp: Ditto.
2706
ede9f622
PA
27072015-01-09 Pedro Alves <palves@redhat.com>
2708
2709 * gdb.threads/non-stop-fair-events.c: New file.
2710 * gdb.threads/non-stop-fair-events.exp: New file.
2711
a7b796db
PA
27122015-01-09 Pedro Alves <palves@redhat.com>
2713
2714 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2715 the global scope. Set a breakpoint after all threads are started
2716 rather than stepping over two source lines. Expect the prompt.
2717 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2718 global.
2719 (NUM): Now 15.
2720 (main): Use threads_started_barrier to wait for all threads to
2721 start. Main thread no longer calls thread_function. Exit after
2722 180 seconds.
2723 (loop): New function.
2724 (thread_function): Wait on threads_started_barrier barrier. Call
2725 'loop' at each iteration.
2726 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2727 threads have started, instead of hardcoding number of "next"
2728 steps. Use an access watchpoint instead of a write watchpoint.
2729
9665ffdd
PA
27302015-01-09 Pedro Alves <palves@redhat.com>
2731
2732 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2733 (thread_func): Wait on barrier.
2734 (main): Wait for all threads to start before stopping GDB.
2735 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2736 global.
2737 (thread1_func, thread2_func): Wait on barrier.
2738 (main): Wait for all threads to start before stopping GDB.
2739 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2740 New global.
2741 (thread1_func, thread2_func): Wait on barrier.
2742 (main): Wait for all threads to start before stopping GDB.
2743
c945a99f
PA
27442015-01-09 Pedro Alves <palves@redhat.com>
2745
2746 * gdb.threads/attach-many-short-lived-threads.c: New file.
2747 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2748
c1a747c1
PA
27492014-01-09 Pedro Alves <palves@redhat.com>
2750
2751 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2752 instead of to thread 2.
2753 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2754 Add barrier around each pthread_create call instead of around all
2755 calls.
2756 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2757 Set a break on thread_function and have the child threads hit it
2758 one at at a time.
2759
60b3033e
PA
27602015-01-09 Pedro Alves <palves@redhat.com>
2761
2762 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2763 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2764 false.
2765 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2766 checking whether the target board is remote.
2767 * gdb.multi/multi-attach.exp: Likewise.
2768 * gdb.python/py-sync-interp.exp: Likewise.
2769 * gdb.server/ext-attach.exp: Likewise.
2770 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2771 tests that need to attach, instead of checking whether the target
2772 board is remote at the top of the file.
2773
acc018ac
YQ
27742015-01-08 Yao Qi <yao@codesourcery.com>
2775
2776 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2777
50a18af8
JK
27782015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2779
2780 Fix testcase compilation.
2781 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2782
8503d6e1
JB
27832015-01-06 Joel Brobecker <brobecker@adacore.com>
2784
2785 * gdb.python/py-type.exp: Add a couple test about empty
2786 array creation, and negative-length array creation.
2787
cc73dbcc
DE
27882015-01-02 Doug Evans <xdje42@gmail.com>
2789
2790 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2791
0300bbc7
DE
27922015-01-02 Doug Evans <dje@google.com>
2793
2794 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2795
9d85a0ec
YQ
27962014-12-29 Yao Qi <yao@codesourcery.com>
2797
2798 * gdb.trace/entry-values.exp: Update comments. Rename variable
2799 bar_call_foo to returned_from_foo.
2800
87186c6a
MMN
28012014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2802
2803 PR gdb/17394
2804 * gdb.linespec/break-asm-file.c: New file.
2805 * gdb.linespec/break-asm-file.exp: New file.
2806 * gdb.linespec/break-asm-file0.s: New file.
2807 * gdb.linespec/break-asm-file1.s: New file.
2808
1bab7383
YQ
28092014-12-18 Nigel Stephens <nigel@mips.com>
2810 Maciej W. Rozycki <macro@codesourcery.com>
2811
2812 * gdb.base/float.exp: Handle the new output from "info float" on
2813 MIPS targets.
2814
1bc1068a
JK
28152014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2816
2817 Fix MinGW compilation.
2818 * gdb.compile/compile-ops.exp: Update untested message if
2819 !skip_compile_feature_tests.
2820 * gdb.compile/compile-setjmp.exp: Likewise.
2821 * gdb.compile/compile-tls.exp: Likewise.
2822 * gdb.compile/compile.exp: Likewise.
2823 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2824 supported on this host".
2825
b6615d10
DE
28262014-12-16 Doug Evans <xdje42@gmail.com>
2827
2828 * boards/stabs.exp: New file.
2829
25dda427
AA
28302014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2831
2832 * gdb.base/completion.exp: Adjust to format changes of "maint
2833 print user-registers".
2834
bf330350
CU
28352014-12-16 Catalin Udma <catalin.udma@freescale.com>
2836
2837 PR server/17457
2838 * gdb.arch/aarch64-fp.c: New file.
2839 * gdb.arch/aarch64-fp.exp: New file.
2840
395cf596
SDJ
28412014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2842
2843 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2844 r210637, r210913, r211666, r215400, r215817).
2845
2846 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2847 * dg-extract-results.py: New file.
2848 * dg-extract-results.sh: Use it if the environment seems
2849 suitable.
2850
2851 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2852
2853 * dg-extract-results.py (parse_run): Handle warnings that
2854 are printed before a test harness is run.
2855
2856 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2857
2858 * dg-extract-results.py (Named): Remove __cmp__ method.
2859 (output_variation): Use a key to sort variation.harnesses.
2860
2861 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2862
2863 * dg-extract-results.py: For Python 3, force sys.stdout to
2864 handle surrogate escape sequences.
2865 (safe_open): New function.
2866 (output_segment, main): Use it.
2867
2868 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2869
2870 * dg-extract-results.py (Prog.result_re): Include options
2871 in test name.
2872
2873 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2874
2875 * dg-extract-results.py (output_variation): Always sort if
2876 do_sum.
2877
e882ef3c
SM
28782014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2879
2880 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2881 as long as we get pagination notifications.
2882
4992aa20
JM
28832014-12-15 Jason Merrill <jason@redhat.com>
2884
2885 * Makefile.in (check-gdb.%): Restore.
2886 * README: Mention it.
2887
c1b5a1a6
JB
28882014-12-13 Joel Brobecker <brobecker@adacore.com>
2889
2890 * gdb.ada/str_uninit: New testcase.
2891
5537b577
JK
28922014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2893
2894 PR symtab/17642
2895 * gdb.base/vla-stub-define.c: New file.
2896 * gdb.base/vla-stub.c: New file.
2897 * gdb.base/vla-stub.exp: New file.
2898
bb2ec1b3
TT
28992014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2900 Jan Kratochvil <jan.kratochvil@redhat.com>
2901 Tom Tromey <tromey@redhat.com>
2902
2903 * configure.ac: Add gdb.compile/.
2904 * configure: Regenerate.
2905 * gdb.compile/Makefile.in: New file.
2906 * gdb.compile/compile-ops.exp: New file.
2907 * gdb.compile/compile-ops.c: New file.
2908 * gdb.compile/compile-tls.c: New file.
2909 * gdb.compile/compile-tls.exp: New file.
2910 * gdb.compile/compile-constvar.S: New file.
2911 * gdb.compile/compile-constvar.c: New file.
2912 * gdb.compile/compile-mod.c: New file.
2913 * gdb.compile/compile-nodebug.c: New file.
2914 * gdb.compile/compile-setjmp-mod.c: New file.
2915 * gdb.compile/compile-setjmp.c: New file.
2916 * gdb.compile/compile-setjmp.exp: New file.
2917 * gdb.compile/compile-shlib.c: New file.
2918 * gdb.compile/compile.c: New file.
2919 * gdb.compile/compile.exp: New file.
2920 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2921
4ff709eb
TT
29222014-12-12 Tom Tromey <tromey@redhat.com>
2923
2924 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2925 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2926
6dddd6a5
DE
29272014-12-12 Doug Evans <dje@google.com>
2928
2929 * lib/gdb-python.exp (get_python_valueof): New function.
2930 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2931
71c24708
AA
29322014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2933
2934 * gdb.base/completion.exp: Add test for completion of "info
2935 registers ".
2936
3e29f34a
MR
29372014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2938
2939 * gdb.base/func-ptrs.c: New file.
2940 * gdb.base/func-ptrs.exp: New file.
2941
fc126975
SM
29422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2943
2944 PR breakpoints/17012
2945 * gdb.base/dprintf-detach.c: New file.
2946 * gdb.base/dprintf-detach.exp: New file.
2947
0a46d518
SM
29482014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2949
2950 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2951 * lib/gdb.exp (target_is_gdbserver): New procedure.
2952
a0be3e44
DE
29532014-12-08 Doug Evans <dje@google.com>
2954
2955 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2956
df1b803a
YQ
29572014-12-05 Yao Qi <yao@codesourcery.com>
2958
2959 * gdb.guile/scm-error.exp: Remove the third argument to
2960 gdb_remote_download.
2961 * gdb.guile/scm-frame-args.exp: Likewise.
2962 * gdb.guile/scm-section-script.exp: Likewise.
2963
ddb9f679
YQ
29642014-12-05 Yao Qi <yao@codesourcery.com>
2965
2966 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2967
86e4ed39
DE
29682014-12-04 Doug Evans <dje@google.com>
2969
2970 * gdb.python/py-objfile.exp: Add tests for
2971 objfile.add_separate_debug_file.
2972
7c50a931
DE
29732014-12-04 Doug Evans <dje@google.com>
2974
2975 * lib/gdb.exp (get_build_id): New function.
2976 (build_id_debug_filename_get): Rewrite to use it.
2977 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2978
621661e3
MR
29792014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2980
2981 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2982 `method(long)', not just 0x0.
2983 * gdb.cp/nsalias.exp: Align code labels to 4.
2984 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2985 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2986 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2987 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2988 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2989 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2990
29f0c3b7
DE
29912014-12-02 Doug Evans <dje@google.com>
2992
e1e061e7 2993 PR symtab/17602
29f0c3b7 2994 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2995 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2996 * gdb.cp/anon-ns.exp: Update.
2997
162078c8
NB
29982014-12-02 Nick Bull <nicholaspbull@gmail.com>
2999
3000 * gdb.python/py-events.py (inferior_call_handler): New.
3001 (register_changed_handler, memory_changed_handler): New.
3002 (test_events.invoke): Register new handlers.
3003 * gdb.python/py-events.exp: Add tests for inferior call,
3004 memory_changed and register_changed events.
3005
fdb09caf
AA
30062014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3007
3008 * gdb.base/execl-update-breakpoints.exp: Specify the link address
3009 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
3010 if the linker doesn't understand this.
3011
55cfb2c4
SM
30122014-12-01 Simon Marchi <simon.marchi@ericsson.com>
3013
3014 * gdb.python/python.exp: Change expected reply to help().
3015
9e8cd6df
YQ
30162014-12-01 Yao Qi <yao@codesourcery.com>
3017
3018 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
3019 AC_CONFIG_SUBDIRS(gdb.gdbtk).
3020 * configure: Re-generated.
3021
6c659fc2
SC
30222014-11-28 Siva Chandra Reddy <sivachandra@google.com>
3023
3024 * gdb.cp/chained-calls.cc: New file.
3025 * gdb.cp/chained-calls.exp: New file.
3026 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
3027
d7fc3181
SM
30282014-11-28 Simon Marchi <simon.marchi@ericsson.com>
3029
3030 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
3031 * gdb.dwarf2/symtab-producer.exp: Same.
3032 * gdb.gdb/python-interrupts.exp: Same.
3033 * gdb.gdb/python-selftest.exp: Same.
3034 * gdb.python/py-linetable.exp: Same.
3035 * gdb.python/py-type.exp: Same.
3036 * gdb.python/py-value-cc.exp: Same.
3037 * gdb.python/py-value.exp: Same.
3038
10e79639
YQ
30392014-11-28 Yao Qi <yao@codesourcery.com>
3040
3041 * gdb.base/break-probes.exp: Match library name prefixed with
3042 sysroot.
3043
f28a0564
SM
30442014-11-27 Simon Marchi <simon.marchi@ericsson.com>
3045
3046 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
3047 test expected output. Add parentheses for the call to print.
3048 Remove L suffix from integers.
3049
3fe1ce1d
DE
30502014-11-26 Doug Evans <dje@google.com>
3051
3052 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
3053
84429e27
YQ
30542014-11-22 Yao Qi <yao@codesourcery.com>
3055
3056 * gdb.trace/entry-values.c: Remove asms.
3057 (foo): Add foo_label.
3058 (bar): Add bar_label.
3059 * gdb.trace/entry-values.exp: Remove code computing foo's
3060 length and bar's length.
3061 (Dwarf::assemble): Invoke function_range for bar and use
3062 MACRO_AT_func for foo.
3063
26741859
YQ
30642014-11-22 Yao Qi <yao@codesourcery.com>
3065
3066 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
3067 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
3068 Use .Lgcc43_procstart instead of gcc43.
3069
45e44d27
JB
30702014-11-21 Joel Brobecker <brobecker@adacore.com>
3071
3072 * gdb.ada/n_arr_bound: New testcase.
3073
458c8db8
SDJ
30742014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3075
3076 PR breakpoints/10737
3077 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
3078 test_catch_syscall_multi_arch.
3079 (test_catch_syscall_multi_arch): New function.
3080
43f3e411
DE
30812014-11-20 Doug Evans <xdje42@gmail.com>
3082
3083 * gdb.base/maint.exp: Update expected output.
3084
0d7b2549
AA
30852014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3086
3087 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
3088 4-byte instruction on S390.
3089
8908fca5
JB
30902014-11-19 Joel Brobecker <brobecker@adacore.com>
3091
3092 * gdb.ada/arr_arr: New testcase.
3093
4a46959e
JB
30942014-11-19 Joel Brobecker <brobecker@adacore.com>
3095
3096 * gdb.ada/pkd_arr_elem: New Testcase.
3097
470e2f4e
LM
30982014-11-18 Luis Machado <lgustavo@codesourcery.com>
3099
3100 * gdb.reverse/break-precsave: Expect completion message for
3101 core file reads.
3102 * gdb.reverse/consecutive-precsave.exp: Likewise.
3103 * gdb.reverse/finish-precsave.exp: Likewise.
3104 * gdb.reverse/i386-precsave.exp: Likewise.
3105 * gdb.reverse/machinestate-precsave.exp: Likewise.
3106 * gdb.reverse/sigall-precsave.exp: Likewise.
3107 * gdb.reverse/solib-precsave.exp: Likewise.
3108 * gdb.reverse/step-precsave.exp: Likewise.
3109 * gdb.reverse/until-precsave.exp: Likewise.
3110 * gdb.reverse/watch-precsave.exp: Likewise.
3111
a267f3ad
AA
31122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3113
3114 * gdb.base/bp-permanent.c: Include unistd.h.
3115 * gdb.python/py-framefilter-mi.c (main): Add return type.
3116 * gdb.python/py-framefilter.c (main): Likewise.
3117 * gdb.trace/actions-changed.c (main): Likewise.
3118
12084a9a
AA
31192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3120
3121 * gdb.mi/until.c: Add eye-catchers.
3122 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
3123 line numbers.
3124
dc7e1a77
AA
31252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3126
3127 * gdb.base/condbreak.exp: Drop references to removed non-prototype
3128 function header variants in break1.c.
3129 * gdb.base/ena-dis-br.exp: Likewise.
3130 * gdb.base/hbreak2.exp: Likewise.
3131 * gdb.reverse/until-precsave.exp: Drop references to removed
3132 non-prototype function header variants in ur1.c.
3133 * gdb.reverse/until-reverse.exp: Likewise.
3134
41c77605
PM
31352014-11-17 Petr Machata <pmachata@redhat.com>
3136
3137 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
3138 ${_cu_offset_size} bytes abbrev offset.
3139
34248c3a
DE
31402014-11-15 Doug Evans <xdje42@gmail.com>
3141
3142 PR symtab/17559
3143 * gdb.base/line-symtabs.exp: New file.
3144 * gdb.base/line-symtabs.c: New file.
3145 * gdb.base/line-symtabs.h: New file.
3146
646da059
YQ
31472014-11-14 Yao Qi <yao@codesourcery.com>
3148
3149 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
3150 (func): Add label func_label.
3151 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
3152 Replace low_pc and high_pc with MACRO_AT_range.
3153 Replace name, low_pc and high_pc with MACRO_AT_func.
3154
9301ebe6
YQ
31552014-11-14 Yao Qi <yao@codesourcery.com>
3156
3157 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
3158 Replace name, low_pc and high_pc with MACRO_AT_func.
3159
f166b542
YQ
31602014-11-14 Yao Qi <yao@codesourcery.com>
3161
3162 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
3163 produce debug information.
3164 * gdb.dwarf2/implptr-optimized-out.S: Removed.
3165
0f6e71e3
YQ
31662014-11-14 Yao Qi <yao@codesourcery.com>
3167
3168 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
3169 object and get function length.
3170 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
3171 with MACRO_AT_func.
3172 (top-level): Replace gdb_compile and clean_restart with
3173 prepare_for_testing.
3174 * gdb.dwarf2/main.c (main): Add label main_label.
3175
876c4df9
YQ
31762014-11-14 Yao Qi <yao@codesourcery.com>
3177
3178 * lib/dwarf.exp (function_range): New procedure.
3179 (Dwarf::_handle_macro_at_func): New procedure.
3180 (Dwarf::_handle_macro_at_range): New procedure.
3181 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
3182
02ad9cf1
YQ
31832014-11-14 Yao Qi <yao@codesourcery.com>
3184
3185 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
3186 (_handle_attribute): New procedure.
3187
a59add0c
AA
31882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3189
3190 * gdb.ada/cond_lang/foo.c (callme): Add return type.
3191 * gdb.base/call-sc.c (zed): Likewise.
3192 * gdb.base/checkpoint.c (main): Likewise.
3193 * gdb.base/dump.c (main): Likewise.
3194 * gdb.base/gcore.c (main): Likewise.
3195 * gdb.base/huge.c (main): Likewise.
3196 * gdb.base/multi-forks.c (main): Likewise.
3197 * gdb.base/pr10179-a.c (main): Likewise.
3198 * gdb.base/savedregs.c (main): Likewise.
3199 * gdb.base/sigaltstack.c (main): Likewise.
3200 * gdb.base/siginfo.c (main): Likewise.
3201 * gdb.base/structs.c (zed): Likewise.
3202 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
3203 * gdb.mi/mi-syn-frame.c (main): Likewise.
3204 * gdb.mi/until.c (foo, main): Likewise.
3205 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
3206 * gdb.base/solib-weak.c (foo): Declare.
3207 * gdb.base/attach-twice.c: Include stdio.h.
3208 * gdb.base/weaklib1.c: Likewise.
3209 * gdb.base/weaklib2.c: Likewise.
3210 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
3211 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
3212 unistd.h.
3213 * gdb.base/attach-pie-misread.c: Include stdlib.h.
3214 * gdb.mi/mi-exit-code.c: Likewise.
3215 * gdb.base/break-interp-lib.c: Include string.h.
3216 * gdb.base/coremaker.c: Likewise.
3217 * gdb.base/testenv.c: Likewise.
3218 * gdb.python/py-finish-breakpoint.c: Likewise.
3219 * gdb.base/inferior-died.c: Include sys/wait.h.
3220 * gdb.base/fileio.c: Include time.h.
3221 * gdb.base/async-shell.c: Include unistd.h.
3222 * gdb.base/dprintf-non-stop.c: Likewise.
3223 * gdb.base/info-os.c: Likewise.
3224 * gdb.mi/mi-console.c: Likewise.
3225 * gdb.mi/watch-nonstop.c: Likewise.
3226 * gdb.python/py-events.c: Likewise.
3227 * gdb.base/async.c (baz): Move up before its invocation.
3228 * gdb.base/code_elim2.c (my_global_func): Likewise.
3229 * gdb.base/skip-solib-lib.c (multiply): Likewise.
3230 * gdb.base/advance.c (func2): Likewise.
3231
3b5d5997
AA
32322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3233
3234 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
3235 variant.
3236 * gdb.base/annota3.c: Likewise.
3237 * gdb.base/async.c: Likewise.
3238 * gdb.base/average.c: Likewise.
3239 * gdb.base/call-ar-st.c: Likewise.
3240 * gdb.base/call-rt-st.c: Likewise.
3241 * gdb.base/call-sc.c: Likewise.
3242 * gdb.base/call-strs.c: Likewise.
3243 * gdb.base/ending-run.c: Likewise.
3244 * gdb.base/execd-prog.c: Likewise.
3245 * gdb.base/exprs.c: Likewise.
3246 * gdb.base/foll-exec.c: Likewise.
3247 * gdb.base/foll-fork.c: Likewise.
3248 * gdb.base/foll-vfork.c: Likewise.
3249 * gdb.base/funcargs.c: Likewise.
3250 * gdb.base/gcore.c: Likewise.
3251 * gdb.base/jump.c: Likewise.
3252 * gdb.base/langs0.c: Likewise.
3253 * gdb.base/langs1.c: Likewise.
3254 * gdb.base/langs2.c: Likewise.
3255 * gdb.base/mips_pro.c: Likewise.
3256 * gdb.base/nodebug.c: Likewise.
3257 * gdb.base/opaque0.c: Likewise.
3258 * gdb.base/opaque1.c: Likewise.
3259 * gdb.base/recurse.c: Likewise.
3260 * gdb.base/run.c: Likewise.
3261 * gdb.base/scope0.c: Likewise.
3262 * gdb.base/scope1.c: Likewise.
3263 * gdb.base/setshow.c: Likewise.
3264 * gdb.base/setvar.c: Likewise.
3265 * gdb.base/shmain.c: Likewise.
3266 * gdb.base/shr1.c: Likewise.
3267 * gdb.base/shr2.c: Likewise.
3268 * gdb.base/sigall.c: Likewise.
3269 * gdb.base/signals.c: Likewise.
3270 * gdb.base/so-indr-cl.c: Likewise.
3271 * gdb.base/solib2.c: Likewise.
3272 * gdb.base/structs.c: Likewise.
3273 * gdb.base/sum.c: Likewise.
3274 * gdb.base/vforked-prog.c: Likewise.
3275 * gdb.base/watchpoint.c: Likewise.
3276 * gdb.reverse/shr2.c: Likewise.
3277 * gdb.reverse/until-reverse.c: Likewise.
3278 * gdb.reverse/ur1.c: Likewise.
3279 * gdb.reverse/watch-reverse.c: Likewise.
3280
066a77c5
AA
32812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3282
3283 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
3284 variant.
3285 * gdb.base/sepdebug.exp: Drop references to removed code.
3286
4f204ea5
AA
32872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3288
3289 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
3290 variant. Preserve original line numbering.
3291 * gdb.base/list1.c: Likewise.
3292
3b377a3a
AA
32932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3294
3295 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
3296 variant.
3297 * gdb.base/break1.c: Likewise.
3298 * gdb.base/break.exp: Drop references to removed code.
3299
e444df73
AA
33002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3301
3302 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
3303 variant.
3304
8008f2a7
AA
33052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3306
3307 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
3308
a5a06887
AA
33092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3310
3311 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
3312 logic into perform_all_tests() and invoke it with and without
3313 function header prototypes.
3314 (do_function_calls): Remove conditional XFAIL for PR 5318.
3315 (rerun_and_prepare): Remove duplicate code.
3316 (perform_all_tests): New. Main logic moved here.
3317
44dba9b9
AA
33182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3319
3320 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
3321 code guarded by #ifdef NO_PROTOTYPES.
3322 (t_double_many_args): Likewise.
3323 (DEF_FUNC_MANY_ARGS_1): Likewise.
3324 (DEF_FUNC_VALUES_1): Likewise.
3325 (t_structs_ldc): Renamed from t_structs_fc in conditional code
3326 guarded by #ifdef PROTOTYPES.
3327
d1fbcd56
AA
33282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3329
3330 * gdb.mi/mi-console.c: Add eye-catcher.
3331 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
3332 instead of literal line number.
3333
b0e59b8f
AA
33342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3335
3336 * gdb.base/shr2.c: Add eye-catcher.
3337 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3338 line number.
3339
78f98cca
AA
33402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3341
3342 * gdb.base/jump.c: Add eye-catchers.
3343 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3344 numbers.
3345
58fa2af0
AA
33462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3347
3348 * gdb.base/execd-prog.c: Add eye-catchers.
3349 * gdb.base/foll-exec.c: Likewise.
3350 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3351 line numbers.
3352
04e5059b
AA
33532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3354
3355 * gdb.base/ending-run.c: Add eye-catchers.
3356 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3357 literal line numbers.
3358
dbfdb174
AA
33592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3360
3361 * gdb.base/call-rt-st.c: Add eye-catchers.
3362 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3363 literal line numbers.
3364
888a2ade
AA
33652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3366
3367 * gdb.base/call-ar-st.c: Add eye-catchers.
3368 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3369 literal line numbers.
3370
6acc2dde
AA
33712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3372
3373 * gdb.base/average.c: Add eye-catchers.
3374 * gdb.base/sum.c: Likewise.
3375 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3376 regexps dynamically.
3377
9ecfcd1d
AA
33782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3379
3380 * gdb.base/solib1.c: Add eye-catchers.
3381 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3382 literal line numbers.
3383
78708b7c
PA
33842014-11-12 Pedro Alves <palves@redhat.com>
3385
3386 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3387 leader has exited.
3388
af48d08f
PA
33892014-11-12 Pedro Alves <palves@redhat.com>
3390
3391 * gdb.arch/i386-bp_permanent.c: New file.
3392 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3393 (srcfile): Set to i386-bp_permanent.c.
3394 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
3395 that stepi does not execute the 'leave' instruction, instead of
3396 testing it does execute.
3397 * gdb.base/bp-permanent.c: New file.
3398 * gdb.base/bp-permanent.exp: New file.
3399
af3768e9
DE
34002014-11-10 Doug Evans <xdje42@gmail.com>
3401
3402 PR symtab/17564
3403 * gdb.base/symtab-search-order.exp: New file.
3404 * gdb.base/symtab-search-order.c: New file.
3405 * gdb.base/symtab-search-order-1.c: New file.
3406 * gdb.base/symtab-search-order-shlib-1.c: New file.
3407
9de00a4a
PA
34082014-11-07 Pedro Alves <palves@redhat.com>
3409
3410 PR gdb/17511
3411 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3412 i?86-*-linux*.
3413
e0f52461
SC
34142014-11-03 Siva Chandra Reddy <sivachandra@google.com>
3415
3416 PR c++/17494
3417 * gdb.cp/pr17494.cc: New file.
3418 * gdb.cp/pr17494.exp: New file.
3419
6ce8c980
YQ
34202014-11-02 Yao Qi <yao@codesourcery.com>
3421
3422 * gdb.python/python.exp: Get working directory and match the
3423 output of "set extended-prompt \\w " with it.
3424
02be9a71
DE
34252014-10-30 Doug Evans <dje@google.com>
3426
3427 * gdb.python/py-objfile.exp: Add tests for setting random attributes
3428 in objfiles.
3429 * gdb.python/py-progspace.exp: Add tests for setting random attributes
3430 in progspaces.
3431
3bdff46b
LM
34322014-10-30 Janis Johnson <janisjo@codesourcery.com>
3433
3434 * gdb.base/fullpath-expand.exp: Skip for a remote host.
3435 * gdb.base/realname-expand.exp: Likewise.
3436 * gdb.linespec/macro-relative.exp: Likewise.
3437
ab917dfb
PA
34382014-10-29 Pedro Alves <palves@redhat.com>
3439
3440 PR gdb/17408
3441 * gdb.threads/schedlock.c (some_function): New function.
3442 (call_function): New global.
3443 (MAYBE_CALL_SOME_FUNCTION): New macro.
3444 (thread_function): Call it.
3445 * gdb.threads/schedlock.exp (get_args): Add description parameter,
3446 and use it instead of a global counter. Adjust all callers.
3447 (get_current_thread): Use "find current thread" for test message
3448 here rather than having all callers pass down the same string.
3449 (goto_loop): New procedure, factored out from ...
3450 (my_continue): ... this.
3451 (step_ten_loops): Change parameter from test message to command to
3452 use. Adjust.
3453 (list_count): Delete global.
3454 (check_result): New procedure, factored out from duplicate top
3455 level code.
3456 (continue tests): Wrap in with_test_prefix.
3457 (test_step): New procedure, factored out from duplicate top level
3458 code.
3459 (top level): Test "step" in combination with all scheduler-locking
3460 modes. Test "next" in combination with all scheduler-locking
3461 modes, and in combination with stepping over a function call or
3462 not.
3463 * gdb.threads/next-bp-other-thread.c: New file.
3464 * gdb.threads/next-bp-other-thread.exp: New file.
3465
d3d4baed
PA
34662014-10-29 Pedro Alves <palves@redhat.com>
3467
3468 PR python/17372
3469 * gdb.python/python.exp: Test a multi-line command that spawns
3470 interactive Python.
3471 * gdb.base/multi-line-starts-subshell.exp: New file.
3472
563e8d85
YQ
34732014-10-29 Yao Qi <yao@codesourcery.com>
3474
3475 * gdb.base/fileio.exp: Make directories on host.
3476
0ea4d52e
YQ
34772014-10-29 Yao Qi <yao@codesourcery.com>
3478
3479 * gdb.base/fileio.c (test_write): Close the file.
3480
7f5ef605
PA
34812014-10-28 Pedro Alves <palves@redhat.com>
3482
3483 PR gdb/12623
3484 * gdb.base/sigstep.c (no_handler): New global.
3485 (main): If 'no_handler is true, set the signal handlers to
3486 SIG_IGN.
3487 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3488 with_sw_watch and no_handler parameters. Handle them.
3489 (top level) <stepping over handler when stopped at a breakpoint
3490 test>: Add a test axis for testing with a software watchpoint, and
3491 another for testing with the signal handler set to SIG_IGN.
3492 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3493 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3494
abbdbd03
PA
34952014-10-28 Pedro Alves <palves@redhat.com>
3496
3497 PR gdb/17511
3498 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3499 * gdb.base/sigstep.exp (other_handler_location): New global.
3500 (advance): Support stepping into the signal handler, and running
3501 commands while in the handler.
3502 (in_handler_map): New global.
3503 (top level): In the advance test, add combinations for getting
3504 into the handler with stepping commands, and for running commands
3505 in the handler. Add comment descripting the advancei tests.
3506
1df4399f
PA
35072014-10-28 Pedro Alves <palves@redhat.com>
3508
3509 * gdb.base/sigstep.exp: Use build_executable instead of
3510 prepare_for_testing.
3511 (top level): Move code that starts GDB, runs to main and creates a
3512 display to ...
3513 (restart): ... this new procedure.
3514 (top level): Move backtrace from signal handler test to ...
3515 (validate_backtrace): ... this new procedure.
3516 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3517 with_test_prefix. Always restart GDB.
3518 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3519 with_test_prefix. Always restart GDB. No need to delete
3520 breakpoints after the test.
3521 (test_skip_handler): Remove prefix parameter.
3522 (skip_over_handler, breakpoint_to_handler)
3523 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3524 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3525 restart GDB. No need to delete breakpoints after the test.
3526 (top level): Use foreach to call the test procedures with
3527 different commands.
3528
a5b6e449
PA
35292014-10-28 Pedro Alves <palves@redhat.com>
3530
3531 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3532 instead of GNATS numbers.
3533 * gdb.base/sigbpt.exp: Likewise.
3534 * gdb.base/siginfo.exp: Likewise.
3535 * gdb.base/sigstep.exp: Likewise.
3536
e5f8a7cc
PA
35372014-10-27 Pedro Alves <palves@redhat.com>
3538
3539 * gdb.base/sigstep.c (dummy): New global.
3540 (main): Issue a couple writes to the new global.
3541 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3542 procedures.
3543 (skip_over_handler): Use test_skip_handler.
3544 (top level): Call skip_over_handler for stepi and nexti too.
3545 (breakpoint_over_handler): Use test_skip_handler.
3546 (top level): Call breakpoint_over_handler for stepi and nexti too.
3547
763905a3
YQ
35482014-10-27 Yao Qi <yao@codesourcery.com>
3549
3550 * gdb.trace/tfile.c (adjust_function_address)
3551 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3552 function descriptor.
3553
6f259a23
DB
35542014-10-24 Don Breazeal <donb@codesourcery.com>
3555
3556 * gdb.base/foll-fork.exp (test_follow_fork,
3557 catch_fork_child_follow): Check for updated fork messages emitted
3558 from infrun.c.
3559 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3560 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3561 vfork_and_exec_child_follow_through_step): Check for updated vfork
3562 messages emitted from infrun.c.
3563
09dd9a69
PA
35642014-10-24 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.base/corefile.exp: Remove references to ultrix.
3567 * gdb.base/interrupt.exp: Likewise.
3568 * gdb.base/whatis.exp: Likewise.
3569 * gdb.gdb/selftest.exp: Likewise.
3570 * gdb.threads/manythreads.exp: Likewise.
3571 * gdb.threads/print-threads.exp: Likewise.
3572 * gdb.threads/pthreads.exp:: Likewise.
3573 * gdb.threads/schedlock.exp: Likewise.
3574
3433cfa5
SC
35752014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3576
3577 * gdb.cp/non-trivial-retval.cc: Add a test case.
3578 * gdb.cp/non-trivial-retval.exp: Add a test.
3579
092f880b
YQ
35802014-10-20 Yao Qi <yao@codesourcery.com>
3581
3582 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3583 * gdb.python/py-objfile-script-gdb.py: New file.
3584 * gdb.python/py-objfile-script.exp: Update reference to
3585 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3586 of remote_download. Remove the dest file.
3587
acbdb7f3
YQ
35882014-10-20 Yao Qi <yao@codesourcery.com>
3589
3590 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3591 * gdb.base/step-line.exp: Likewise.
3592 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3593 * gdb.dwarf2/dw2-basic.exp: Likewise.
3594 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3595 * gdb.dwarf2/dw2-filename.exp: Likewise.
3596 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3597 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3598 * gdb.dwarf2/dw2-producer.exp: Likewise.
3599 * gdb.dwarf2/mac-fileno.exp: Likewise.
3600 * gdb.python/py-frame-args.exp: Likewise.
3601 * gdb.python/py-framefilter.exp: Likewise.
3602 * gdb.python/py-mi.exp: Likewise.
3603 * gdb.python/py-objfile-script.exp: Likewise
3604 * gdb.python/py-pp-integral.exp: Likewise.
3605 * gdb.python/py-pp-re-notag.exp: Likewise.
3606 * gdb.python/py-prettyprint.exp: Likewise.
3607 * gdb.python/py-section-script.exp: Likewise.
3608 * gdb.python/py-typeprint.exp: Likewise.
3609 * gdb.python/py-xmethods.exp: Likewise.
3610 * gdb.stabs/weird.exp: Likewise.
3611 * gdb.xml/tdesc-regs.exp: Likewise.
3612
bd286a29
KCY
36132014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3614
3615 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3616 (out_cu): Use addr_len for the size of addresses.
3617 (out_line): Likewise. Size DW_LNE_set_address instruction
3618 according to addr_len.
3619 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3620 (FUNC): Add START_INSNS to definition.
3621
673dc4a0
YQ
36222014-10-18 Yao Qi <yao@codesourcery.com>
3623
3624 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3625 gdb_has_argv0 return true.
3626 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3627 check [target_info exists noargs], check [gdb_has_argv0]
3628 instead.
3629 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3630 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3631 procedures.
3632
4ffbba72
DE
36332014-10-17 Doug Evans <dje@google.com>
3634
3635 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3636 event.
3637 * gdb.python/py-events.py: Add clear_objfiles event.
3638
d096d8c1
DE
36392014-10-17 Doug Evans <dje@google.com>
3640
3641 * gdb.python/py-objfile.exp: Test progspace attribute.
3642
a80db015
LM
36432014-10-17 Luis Machado <lgustavo@codesourcery.com>
3644
3645 * gdb.guile/scm-breakpoint.exp: Do not assume any
3646 directory separators when matching source file paths.
3647 * gdb.python/py-breakpoint.exp: Likewise.
3648 * gdb.reverse/break-precsave.exp: Likewise.
3649 * gdb.reverse/break-reverse.exp: Likewise.
3650 * gdb.reverse/consecutive-precsave.exp: Likewise.
3651 * gdb.reverse/finish-precsave.exp: Likewise.
3652 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3653 * gdb.reverse/finish-reverse.exp: Likewise.
3654 * gdb.reverse/i386-precsave.exp: Likewise.
3655 * gdb.reverse/i387-env-reverse.exp: Likewise.
3656 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3657 * gdb.reverse/machinestate-precsave.exp: Likewise.
3658 * gdb.reverse/machinestate.exp: Likewise.
3659 * gdb.reverse/sigall-precsave.exp: Likewise.
3660 * gdb.reverse/solib-precsave.exp: Likewise.
3661 * gdb.reverse/step-precsave.exp: Likewise.
3662 * gdb.reverse/until-precsave.exp: Likewise.
3663 * gdb.reverse/watch-precsave.exp: Likewise.
3664 * gdb.reverse/watch-reverse.exp: Likewise.
3665
b22089ab
YQ
36662014-10-17 Yao Qi <yao@codesourcery.com>
3667
3668 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3669 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3670
6c4486e6
PA
36712014-10-17 Pedro Alves <palves@redhat.com>
3672
3673 PR gdb/17471
3674 * gdb.base/bg-execution-repeat.c: New file.
3675 * gdb.base/bg-execution-repeat.exp: New file.
3676
0ff33695
PA
36772014-10-17 Pedro Alves <palves@redhat.com>
3678
3679 PR gdb/17300
3680 * gdb.base/continue-all-already-running.c: New file.
3681 * gdb.base/continue-all-already-running.exp: New file.
3682
6fdebc3d
PA
36832014-10-17 Pedro Alves <palves@redhat.com>
3684
3685 PR gdb/17472
3686 * gdb.base/annota-input-while-running.c: New file.
3687 * gdb.base/annota-input-while-running.exp: New file.
3688
32a8097b
PA
36892014-10-17 Pedro Alves <palves@redhat.com>
3690
3691 * gdb.base/callfuncs.exp: emove references to osf.
3692 * gdb.base/sigall.exp: Likewise.
3693 * gdb.gdb/selftest.exp: Likewise.
3694 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3695 * gdb.mi/non-stop.c: Likewise.
3696 * gdb.mi/pthreads.c: Likewise.
3697 * gdb.reverse/sigall-precsave.exp: Likewise.
3698 * gdb.reverse/sigall-reverse.exp: Likewise.
3699 * gdb.threads/pthreads.c: Likewise.
3700 * gdb.threads/pthreads.exp: Likewise.
3701
7a3517ff
YQ
37022014-10-17 Yao Qi <yao@codesourcery.com>
3703
3704 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3705 check 'target_info exists noargs'.
3706 (test_command_prompt_position): Likewise.
3707 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3708 Remove "set args".
3709 (progvar_simple_while_test): Likewise.
3710 (progvar_complex_if_while_test): Likewise.
3711 (if_while_breakpoint_command_test): Likewise.
3712 (infrun_breakpoint_command_test): Likewise.
3713 (breakpoint_command_test): Likewise.
3714 (watchpoint_command_test): Likewise.
3715 (bp_deleted_in_command_test): Likewise.
3716 (temporary_breakpoint_commands): Likewise.
3717
bb99c472
YQ
37182014-10-16 Yao Qi <yao@codesourcery.com>
3719
3720 * gdb.base/remotetimeout.exp: Remove noargs checking.
3721
7c16b83e
PA
37222014-10-15 Pedro Alves <palves@redhat.com>
3723
3724 PR breakpoints/9649
3725 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3726 * gdb.base/breakpoint-in-ro-region.exp
3727 (probe_target_hardware_step): New procedure.
3728 (top level): Probe hardware stepping and hardware breakpoint
3729 support. Test stepping through a read-only region, with both
3730 "breakpoint auto-hw" on and off and both "always-inserted" on and
3731 off.
3732
35a49624
IB
37332014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3734
3735 * gdb.dlang/demangle.exp: Update for demangling changes.
3736
2d1c107c
SC
37372014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3738
3739 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3740 * gdb.cp/non-trivial-retval.exp: Add new tests.
3741
778811d5
SC
37422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3743
3744 PR c++/13403
3745 PR c++/15154
3746 * gdb.cp/non-trivial-retval.cc: New file.
3747 * gdb.cp/non-trivial-retval.exp: New file.
3748
10c5f0a8
YQ
37492014-10-15 Yao Qi <yao@codesourcery.com>
3750
3751 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3752 remote host.
3753
65d7b369
YQ
37542014-10-15 Yao Qi <yao@codesourcery.com>
3755
3756 * gdb.python/py-symbol.exp: Match file base name if host is
3757 remote, otherwise match file name with dir name.
3758 * gdb.python/py-symtab.exp: Likewise.
3759 * gdb.python/python.exp: Likewise.
3760
46dc1394
YQ
37612014-10-15 Yao Qi <yao@codesourcery.com>
3762
3763 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3764 pattern.
3765 * gdb.python/py-symtab.exp: Likewise.
3766 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3767 locationn.
3768
c40cc657
JB
37692014-10-14 Joel Brobecker <brobecker@adacore.com>
3770
3771 * gdb.ada/addr_arith: New testcase.
3772
2abf49e1
MR
37732014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3774
3775 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3776 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3777 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3778 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3779
f7088df3
SDJ
37802014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3781
3782 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3783 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3784 * gdb.arch/stap-eval-lang-ada.exp: New file.
3785
4dc06805
YQ
37862014-10-14 Yao Qi <yao@codesourcery.com>
3787
3788 * gdb.mi/mi-var-child.c (nothing1): New function.
3789 (nothing2): New function.
3790 (do_children_tests): Set function pointers by nothing1 and
3791 nothing2.
3792 * gdb.mi/mi-var-child.exp: Step over new added statements.
3793 Update test to match the new output.
3794 * gdb.mi/var-cmd.c (nothing1): New function.
3795 (nothing2): New function.
3796 (do_children_tests): Set function pointers by nothing1 and
3797 nothing2.
3798 * gdb.mi/mi-var-display.exp: Update test to match output.
3799 Step to the line specified by $line_dct_nothing.
3800 Increase the number of lines to step.
3801
46a93de2
YQ
38022014-10-14 Yao Qi <yao@codesourcery.com>
3803
3804 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3805 tests.
3806 * gdb.mi/mi2-var-child.exp: Likewise.
3807
14ea52ee
DE
38082014-10-13 Doug Evans <dje@google.com>
3809
3810 * gdb.python/py-objfile.exp: Change name of file name test.
3811
e5c6e92b
DE
38122014-10-13 Doug Evans <dje@google.com>
3813
3814 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3815 from the start of the CU.
3816
c780cc2f
JK
38172014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3818 Yao Qi <yao@codesourcery.com>
3819
3820 Fix "save breakpoints" for "catch" command.
3821 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3822 Remove -nonewline. Match also the added "main" line.
3823
99894e11
JK
38242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3825
3826 Fix "save breakpoints" for "disable $bpnum" command.
3827 * gdb.base/save-bp.c (main): Add label.
3828 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3829
6e1ac5a3
JK
38302014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3831
3832 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3833
754dd2b0
YQ
38342014-10-11 Yao Qi <yao@codesourcery.com>
3835
3836 * gdb.server/server-kill.exp: Execute command
3837 "set remote trace-status-packet on" before "tstatus".
3838
f90183d7
YQ
38392014-10-11 Yao Qi <yao@codesourcery.com>
3840
3841 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3842 (main): Call getppid.
3843 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3844 and continue to it. Read variable "server_pid".
3845
bf40a607
YQ
38462014-10-11 Yao Qi <yao@codesourcery.com>
3847
3848 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3849
052ca370
YQ
38502014-10-11 Yao Qi <yao@codesourcery.com>
3851
3852 * gdb.threads/thread-find.exp: Don't execute command
3853 "info threads".
3854 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3855 * gdb.threads/linux-dp.exp: Don't check the condition
3856 $threads_created equals to zero.
3857
3831839c
PA
38582014-10-10 Pedro Alves <palves@redhat.com>
3859
3860 * gdb.base/bigcore.exp: Remove references to IRIX.
3861 * gdb.base/funcargs.exp: Likewise.
3862 * gdb.base/interrupt.exp: Likewise.
3863 * gdb.base/mips_pro.exp: Likewise.
3864 * gdb.base/nodebug.exp: Likewise.
3865 * gdb.base/setvar.exp: Likewise.
3866 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3867
8b9a549d
PA
38682014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3869 Pedro Alves <palves@redhat.com>
3870
3871 PR symtab/14466
3872 * gdb.base/vdso-warning.c: New file.
3873 * gdb.base/vdso-warning.exp: New file.
3874
d48ba5e8
DE
38752014-10-02 Doug Evans <dje@google.com>
3876
3877 * gdb.base/structs.c (main): Don't run forever.
3878
2278c276
PA
38792014-10-02 Pedro Alves <palves@redhat.com>
3880
3881 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3882 (top level) <stop threads 1, stop threads 2>: Use it.
3883
b57bacec
PA
38842014-10-02 Pedro Alves <palves@redhat.com>
3885
3886 * gdb.threads/break-while-running.exp (test): Add new
3887 'update_thread_list' argument. Skip "info threads" if false.
3888 (top level): Add new 'update_thread_list' axis.
3889
13fd3ff3
PA
38902014-10-02 Pedro Alves <palves@redhat.com>
3891
3892 PR breakpoints/17431
3893 * gdb.base/execl-update-breakpoints.c: New file.
3894 * gdb.base/execl-update-breakpoints.exp: New file.
3895
0fec99e8
PA
38962014-10-01 Pedro Alves <palves@redhat.com>
3897
3898 * gdb.base/breakpoint-in-ro-region.c: New file.
3899 * gdb.base/breakpoint-in-ro-region.exp: New file.
3900
2ddf4301
SM
39012014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3902
3903 * gdb.mi/mi-exit-code.exp: New file.
3904 * gdb.mi/mi-exit-code.c: New file.
3905
6a5f3f43
YQ
39062014-09-30 Yao Qi <yao@codesourcery.com>
3907
3908 * lib/prelink-support.exp (build_executable_own_libs): Error if
3909 the target isn't native.
3910
345bcc73
YQ
39112014-09-30 Yao Qi <yao@codesourcery.com>
3912
3913 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3914 false.
3915
a25a5a45
PA
39162014-09-22 Pedro Alves <palves@redhat.com>
3917
3918 * gdb.threads/break-while-running.exp: New file.
3919 * gdb.threads/break-while-running.c: New file.
3920
00ba3162
YQ
39212014-09-19 Yao Qi <yao@codesourcery.com>
3922
3923 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3924 Invoke test. Restart GDB with --readnow and invoke test again.
3925
c3b7b696
YQ
39262014-09-19 Yao Qi <yao@codesourcery.com>
3927
3928 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3929 proc set_breakpoint_on_gcd_function. Invoke
3930 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3931 invoke set_breakpoint_on_gcd_function again.
3932
2b4fd423
DE
39332014-09-18 Doug Evans <dje@google.com>
3934
3935 * gdb.dwarf2/symtab-producer.exp: New file.
3936
a5947601
SDJ
39372014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3938
3939 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3940 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3941 * gdb.base/global-var-nested-by-dso.c: Likewise.
3942 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3943
91c19059
SDJ
39442014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3945 Pedro Alves <palves@redhat.com>
3946
3947 * gdb.base/watch-bitfields.exp: Pass string other than test file
3948 name to prepare_for_testing.
3949 (watch): New procedure.
3950 (expect_watchpoint): Use with_test_prefix.
3951 (top level): Factor out tests to ...
3952 (test_watch_location, test_regular_watch): ... these new
3953 procedures, and use with_test_prefix and gdb_continue_to_end.
3954
bb9d5f81
PP
39552014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3956
3957 PR breakpoints/12526
3958 * gdb.base/watch-bitfields.exp: New file.
3959 * gdb.base/watch-bitfields.c: New file.
3960
635856f5
PA
39612014-09-16 Pedro Alves <palves@redhat.com>
3962
3963 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3964 software and hardware addresses, not software address against
3965 itself.
3966
7280ceea
PA
39672014-09-16 Pedro Alves <palves@redhat.com>
3968
3969 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3970 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3971
428b16bd
PA
39722014-09-16 Pedro Alves <palves@redhat.com>
3973
3974 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3975 files.
3976 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3977 "*-*-vxworks*" throughout.
3978 * gdb.base/break.exp: Likewise.
3979 * gdb.base/default.exp: Likewise.
3980 * gdb.base/scope.exp: Likewise.
3981 * gdb.base/sepdebug.exp: Likewise.
3982 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3983 throughout.
3984 * gdb.base/run.c: Likewise.
3985 * gdb.base/sepdebug.c: Likewise.
3986 * gdb.hp/gdb.aCC/run.c: Likewise.
3987 * gdb.reverse/until-reverse.c: Likewise.
3988 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3989
666d413c
YQ
39902014-09-16 Yao Qi <yao@codesourcery.com>
3991
3992 * boards/local-remote-host-native.exp: New file.
3993
57cbd724
DE
39942014-09-14 Doug Evans <xdje42@gmail.com>
3995
3996 * gdb.threads/queue-signal.c (thread_count): New variable.
3997 (thread_count_mutex, thread_count_condvar): New variables.
3998 (incr_thread_count, wait_all_threads_running): New functions.
3999 (main): Wait for all threads to be in their thread functions.
4000
81219e53
DE
40012014-09-13 Doug Evans <xdje42@gmail.com>
4002
4003 * gdb.threads/queue-signal.c: New file.
4004 * gdb.threads/queue-signal.exp: New file.
4005
3714cea7
DE
40062014-09-13 Doug Evans <xdje42@gmail.com>
4007
4008 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
4009 be consistent with what default_gdb_init uses.
4010 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
4011 the plain text of the prompt. Add some logging printfs.
4012 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
4013
fa43b1d7
PA
40142014-09-12 Pedro Alves <palves@redhat.com>
4015
4016 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
4017 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
4018 * gdb.arch/i386-size-overlap.exp: Likewise.
4019 * gdb.arch/i386-size.exp: Likewise.
4020 * gdb.arch/i386-unwind.exp: Likewise.
4021 * gdb.base/a2-run.exp: Likewise.
4022 * gdb.base/break.exp: Likewise.
4023 * gdb.base/charset.exp: Likewise.
4024 * gdb.base/chng-syms.exp: Likewise.
4025 * gdb.base/commands.exp: Likewise.
4026 * gdb.base/dbx.exp: Likewise.
4027 * gdb.base/find.exp: Likewise.
4028 * gdb.base/funcargs.exp: Likewise.
4029 * gdb.base/jit-simple.exp: Likewise.
4030 * gdb.base/reread.exp: Likewise.
4031 * gdb.base/sepdebug.exp: Likewise.
4032 * gdb.base/step-bt.exp: Likewise.
4033 * gdb.cp/mb-inline.exp: Likewise.
4034 * gdb.cp/mb-templates.exp: Likewise.
4035 * gdb.objc/basicclass.exp: Likewise.
4036 * gdb.threads/killed.exp: Likewise.
4037
9d9bf2df
EBM
40382014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4039
4040 PR tdep/17379
4041 * gdb.arch/powerpc-stackless.S: New file.
4042 * gdb.arch/powerpc-stackless.exp: New file.
4043
1cf2f1b0
JK
40442014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4045
4046 * gdb.base/attach.c: Include unistd.h.
4047 (main): Call alarm. Add label postloop.
4048 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
4049 gdb_breakpoint, gdb_continue_to_breakpoint.
4050 (test_command_line_attach_run): Kill ${testpid} in one exit path.
4051
98880d46
PA
40522014-09-11 Pedro Alves <palves@redhat.com>
4053
4054 PR gdb/17347
4055 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
4056 * gdb.base/attach.exp (test_command_line_attach_run): New
4057 procedure.
4058 (top level): Call it.
4059
4c92ff2c
PA
40602014-09-11 Pedro Alves <palves@redhat.com>
4061
4062 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
4063 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
4064 (do_command_attach_tests): Use spawn_wait_for_attach.
4065 * gdb.base/solib-overlap.exp: Likewise.
4066 * gdb.multi/multi-attach.exp: Likewise.
4067 * gdb.python/py-prompt.exp: Likewise.
4068 * gdb.python/py-sync-interp.exp: Likewise.
4069 * gdb.server/ext-attach.exp: Likewise.
4070
3adc1a7d
GKB
40712014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
4072
4073 * gdb.fortran/array-element.exp: Remove unexpected "continue"
4074 command in testcase. Simplify testcase.
4075
96334934
JB
40762014-09-10 Joel Brobecker <brobecker@adacore.com>
4077
4078 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
4079
eb479039
JB
40802014-09-10 Joel Brobecker <brobecker@adacore.com>
4081
4082 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
4083
deede10c
JB
40842014-09-10 Joel Brobecker <brobecker@adacore.com>
4085
4086 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
4087
7828a5f5
JB
40882014-09-10 Joel Brobecker <brobecker@adacore.com>
4089
4090 * gdb.dwarf2/dynarr-ptr.c: New file.
4091 * gdb.dwarf2/dynarr-ptr.exp: New file.
4092
33aeebcf
MR
40932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4094
4095 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
4096 of 30 rather than hardcoding 120 for a slow test case. Take the
4097 `gdb,timeout' target setting into account for this calculation.
4098 Don't extend the timeout for the test cases that don't need it.
4099
7b415901
MR
41002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4101
4102 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
4103 a factor of 2 for a slow test case. Take the `gdb,timeout'
4104 target setting into account for this calculation.
4105 * gdb.reverse/until-precsave.exp: Increase the timeout by
4106 a factor of 15 and 3 respectively rather than adding 120
4107 for a pair of slow test cases. Take the `gdb,timeout'
4108 target setting into account for this calculation.
4109
4a40f85a
MR
41102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4111
4112 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
4113 timeout, don't pass one down to gdb_expect.
4114 (gdb_expect): Rework timeout selection.
4115
09635af7
MR
41162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4117
4118 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
4119 exception on timeout.
4120 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
4121 (gdbserver_start_extended): Catch any `gdbserver_start' error
4122 exceptions.
4123 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
4124 * lib/mi-support.exp (mi_gdb_target_load): Catch any
4125 `gdbserver_gdb_load' error exceptions.
4126
2bdd10b7
MR
41272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4128
4129 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
4130 120 on waiting for the TCP socket to open.
4131
316935f0
DE
41322014-09-09 Doug Evans <xdje42@gmail.com>
4133
4134 * gdb.base/default.exp (show_conv_list): Add _caller_is,
4135 _caller_matches, _any_caller_is, _any_caller_matches.
4136
83740597
DE
41372014-09-09 Doug Evans <xdje42@gmail.com>
4138
4139 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
4140
4c122fc3
YQ
41412014-09-09 Yao Qi <yao@codesourcery.com>
4142
4143 * gdb.mi/mi-var-display.exp: Set print symbol off.
4144
a9f116cb
GKB
41452014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
4146
4147 PR gdb/17035
4148 * gdb.base/commands.exp: Add tests to verify user-defined
4149 commands with empty bodies.
4150 * gdb.python/py-cmd.exp: Test that we don't show user-defined
4151 python commands in `show user command`.
4152 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
4153 scheme commands in `show user command`.
4154
c75bd3a2
JK
41552014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4156
4157 PR python/17355
4158 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
4159 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
4160 * gdb.python/py-framefilter-invalidarg.exp: New file.
4161 * gdb.python/py-framefilter-invalidarg.py: New file.
4162
faa42425
DE
41632014-09-06 Doug Evans <xdje42@gmail.com>
4164
4165 PR 15276
4166 * gdb.python/py-caller-is.c: New file.
4167 * gdb.python/py-caller-is.exp: New file.
4168
474ca4f6
SDJ
41692014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
4170
4171 PR gdb/17235
4172 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
4173 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
4174
eb0b0463
SDJ
41752014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
4176
4177 PR fortran/17237
4178 * gdb.fortran/print-formatted.exp: New file.
4179 * gdb.fortran/print-formatted.f90: Likewise.
4180
5f3b99cf
SS
41812014-09-03 Sasha Smundak <asmundak@google.com>
4182
4183 * gdb.python/py-frame.exp: Test Frame.read_register.
4184
7d793aa9
SDJ
41852014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
4186
4187 PR python/16699
4188 * gdb.python/py-completion.exp: New file.
4189 * gdb.python/py-completion.py: Likewise.
4190
fb0576e9
DE
41912014-08-28 Doug Evans <dje@google.com>
4192
4193 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
4194 eax,etc. are live with values set by gdb and thus the compiler can't
4195 use them.
4196 * gdb.arch/i386-pseudo.c (main): Ditto.
4197
ee92b0dd
DE
41982014-08-27 Doug Evans <dje@google.com>
4199
4200 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
4201
6649db35
DE
42022014-08-25 Doug Evans <dje@google.com>
4203
4204 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
4205 (main): Ditto.
4206
564b7600
DE
42072014-08-25 Doug Evans <dje@google.com>
4208
4209 * gdb.threads/thread-execl.exp: #include <stdio.h>.
4210
3881fb67
YQ
42112014-08-24 Yao Qi <yao@codesourcery.com>
4212
4213 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
4214 symbol off.
4215 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
4216
a05a36a5
DE
42172014-08-22 Doug Evans <dje@google.com>
4218
4219 PR 17276
4220 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
4221 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
4222 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
4223
7c343b48
YQ
42242014-08-22 Yao Qi <yao@codesourcery.com>
4225
4226 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
4227 * gdb.python/py-finish-breakpoint2.exp: Likewise.
4228 * gdb.python/python.exp: Likewise. Use .py file on the host
4229 instead of the build.
4230
22fd09ae
JK
42312014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4232
4233 * gdb.threads/gcore-stale-thread.c: New file.
4234 * gdb.threads/gcore-stale-thread.exp: New file.
4235
a8454a7c
PA
42362014-08-21 Pedro Alves <palves@redhat.com>
4237
4238 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
4239 * gdb.base/gcore-relro-pie.exp: Likewise.
4240 * gdb.base/gcore-relro.exp: Likewise.
4241 * gdb.base/gcore.exp: Likewise.
4242 * gdb.base/print-symbol-loading.exp: Likewise.
4243 * gdb.threads/gcore-thread.exp: Likewise.
4244 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
4245
2a31c623
PA
42462014-08-20 Pedro Alves <palves@redhat.com>
4247 Jan Kratochvil <jan.kratochvil@redhat.com>
4248
4249 * Makefile.in (EXTRA_RULES, CC): New variables, get from
4250 configure.
4251 (EXPECT): Handle READ1 being set.
4252 (all): Depend on EXTRA_RULES.
4253 (check-read1, expect-read1, read1.so, read1): New rules.
4254 * README (Testsuite Parameters): Document the READ1 make variable.
4255 (Race detection): New section.
4256 * configure: Regenerate.
4257 * configure.ac: If build==host==target, and running under a
4258 GNU/glibc system, add read1 to the extra Makefile rules.
4259 (EXTRA_RULES): AC_SUBST it.
4260 * lib/read1.c: New file.
4261
d36430db
JB
42622014-08-20 Joel Brobecker <brobecker@adacore.com>
4263
4264 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
4265 the handling of variables declared as a typedef to an array
4266 which a DW_AT_data_location attribute.
4267
9a0dc9e3
PA
42682014-08-19 Andrew Burgess <aburgess@broadcom.com>
4269 Pedro Alves <palves@redhat.com>
4270
4271 PR symtab/14604
4272 PR symtab/14605
4273 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
4274 gdb_test.
4275
0718a8da
PA
42762014-08-19 Pedro Alves <palves@redhat.com>
4277
4278 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
4279
13b448cd
YQ
42802014-08-19 Yao Qi <yao@codesourcery.com>
4281
4282 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
4283 right line.
4284
1cbf5077
DB
42852014-08-18 David Blaikie <dblaikie@gmail.com>
4286
4287 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
4288
bf0fae19
JB
42892014-08-18 Joel Brobecker <brobecker@adacore.com>
4290
4291 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
4292 attribute in array range.
4293
3c8c5dcc
JB
42942014-08-18 Joel Brobecker <brobecker@adacore.com>
4295
4296 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
4297
e66d4446
SC
42982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4299
4300 PR c++/17132
4301 * gdb.cp/pr17132.cc: New file.
4302 * gdb.cp/pr17132.exp: New file.
4303
940df408
SC
43042014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4305
4306 * gdb.python/py-xmethods.py (A_getarrayind)
4307 (E_method_char_worker.__call__, E_method_int_worker.__call__):
4308 Use 'print' with function call syntax.
4309 (E_method_matcher.match): Fix tab vs space indentation mixup.
4310
ebcc6c3a
YQ
43112014-08-15 Yao Qi <yao@codesourcery.com>
4312
4313 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
4314 false.
4315
775e0f04
YQ
43162014-08-15 Yao Qi <yao@codesourcery.com>
4317
4318 * gdb.cp/casts.exp: Set print symbol off.
4319 * gdb.cp/class2.exp: Likewise.
4320 * gdb.cp/overload.exp: Likewise.
4321 * gdb.cp/templates.exp: Likewise.
4322
d769e349
DE
43232014-08-11 Doug Evans <dje@google.com>
4324
4325 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4326 (test_load_shlib): Update.
4327
20c6f1e1
YQ
43282014-08-09 Yao Qi <yao@codesourcery.com>
4329
4330 * gdb.base/display.exp: Invoke is_address_zero_readable.
4331 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
4332 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4333 * gdb.base/hbreak-unmapped.exp: Return if
4334 is_address_zero_readable returns true.
4335 * gdb.base/signest.exp: Likewise.
4336 * gdb.base/signull.exp: Likewise.
4337 * gdb.base/sigbpt.exp: Likewise.
4338 * gdb.guile/scm-disasm.exp: Do the test if
4339 is_address_zero_readable returns false.
4340 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4341 * gdb.python/py-arch.exp: Likewise.
4342 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4343 * lib/gdb.exp (is_address_zero_readable): New proc.
4344
5792e8e3
YQ
43452014-08-09 Yao Qi <yao@codesourcery.com>
4346
4347 PR testsuite/13443
4348 * gdb.mi/mi-var-display.exp: Make test messages unique.
4349
3cecbbbe
TT
43502014-08-04 Tom Tromey <tromey@redhat.com>
4351
4352 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4353 target 0".
4354
00b51ff5
TT
43552014-08-04 Tom Tromey <tromey@redhat.com>
4356
4357 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4358 "target_resume".
4359
6908c509
JB
43602014-08-01 Joel Brobecker <brobecker@adacore.com>
4361
4362 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4363 inner_vla_struct_object_size.
4364 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4365 as xfail.
4366
cc6563d2
PA
43672014-07-30 Pedro Alves <palves@redhat.com>
4368
4369 * gdb.threads/signal-command-handle-nopass.exp (test): Add
4370 comment.
4371
7e09a223
YQ
43722014-07-29 Yao Qi <yao@codesourcery.com>
4373
4374 PR gdb/17206
4375 * gdb.base/until-nodebug.exp: New.
4376
7ebdbe92
DE
43772014-07-28 Doug Evans <xdje42@gmail.com>
4378
4379 PR guile/17203
4380 * gdb.guile/scm-parameter.exp: Add tests for trying to create
4381 previously existing parameter, and previously ambiguously spelled
4382 parameter.
4383
fdb1adc6
WN
43842014-07-28 Will Newton <will.newton@linaro.org>
4385
4386 * gdb.base/varargs.exp: Remove KFAILs for ARM.
4387
186fcde0
DE
43882014-07-26 Ludovic Courtès <ludo@gnu.org>
4389 Doug Evans <xdje42@gmail.com>
4390
4391 PR guile/17146
4392 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4393
70509625
PA
43942014-07-25 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.threads/signal-command-handle-nopass.c: New file.
4397 * gdb.threads/signal-command-handle-nopass.exp: New file.
4398 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4399 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4400 * gdb.threads/signal-delivered-right-thread.c: New file.
4401 * gdb.threads/signal-delivered-right-thread.exp: New file.
4402
c3f814a1
PA
44032014-07-25 Pedro Alves <palves@redhat.com>
4404
4405 * gdb.base/double-prompt-target-event-error.exp
4406 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4407 match.
4408 (cancel_pagination_in_target_event): Rework double prompt
4409 detection.
4410 * gdb.base/paginate-after-ctrl-c-running.exp
4411 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4412 <return>' match.
4413 * gdb.base/paginate-bg-execution.exp
4414 (test_bg_execution_pagination_return)
4415 (test_bg_execution_pagination_cancel): Remove '-notransfer
4416 <return>' matches.
4417 * gdb.base/paginate-execution-startup.exp
4418 (test_fg_execution_pagination_return)
4419 (test_fg_execution_pagination_cancel): Remove '-notransfer
4420 <return>' matches.
4421 * gdb.base/paginate-inferior-exit.exp
4422 (test_paginate_inferior_exited): Remove '-notransfer <return>'
4423 match.
4424 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4425 * lib/gdb.exp (pagination_prompt): Run text through
4426 string_to_regexp.
4427 (gdb_test_multiple): Match $pagination_prompt instead of
4428 "<return>".
4429 (string_to_regexp): Move to lib/gdb-utils.exp.
4430
e214cf6c
JK
44312014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4432
4433 * gdb.arch/amd64-entry-value-paramref.S: New file.
4434 * gdb.arch/amd64-entry-value-paramref.cc: New file.
4435 * gdb.arch/amd64-entry-value-paramref.exp: New file.
4436 * gdb.arch/amd64-optimout-repeat.S: New file.
4437 * gdb.arch/amd64-optimout-repeat.c: New file.
4438 * gdb.arch/amd64-optimout-repeat.exp: New file.
4439
17d0c5c8
JK
44402014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4441
4442 PR gdb/17170
4443 * gdb.base/statistics.exp: New file.
4444
b8b8facf
DE
44452014-07-17 Doug Evans <dje@google.com>
4446
74b49205 4447 PR gdb/17170
b8b8facf
DE
4448 * gdb.base/maint.exp: Update testing of per-command stats.
4449
1b5d0ab3
PA
44502014-07-16 Pedro Alves <palves@redhat.com>
4451
4452 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4453 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4454 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4455 (tfile_write_buf): New functions.
4456 (add_memory_block): Rewrite using the above.
4457 (adjust_function_address): New function.
4458 (FUNCTION_ADDRESS): New macro.
4459 (write_basic_trace_file): Remove short_x local, and use
4460 tfile_write_16. Change type of func_addr local to unsigned long
4461 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
4462 here. Cast argument of add_memory_block to char pointer.
4463 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
4464 (main): Remove parameters.
4465 * gdb.trace/tfile.exp: Remove nowarnings.
4466
4d974e88
SM
44672014-07-15 Simon Marchi <simon.marchi@ericsson.com>
4468
4469 * gdb.base/debug-expr.exp: Test string evaluation with
4470 "debug expression" on.
4471
41e99568
PA
44722014-07-15 Pedro Alves <palves@redhat.com>
4473
4474 * gdb.base/reread.exp: Use clean_restart.
4475
487d9753
PL
44762014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
4477
4478 * gdb.arch/avr-flash-qualifer.c: New.
4479 * gdb.arch/avr-flash-qualifer.exp: New.
4480
cc1c52ad
PA
44812014-07-14 Pedro Alves <palves@redhat.com>
4482
4483 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4484 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4485
1e973570
PA
44862014-07-14 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.base/double-prompt-target-event-error.c: New file.
4489 * gdb.base/double-prompt-target-event-error.exp: New file.
4490
93d6eb10
PA
44912014-07-14 Pedro Alves <palves@redhat.com>
4492
4493 PR gdb/17072
4494 * gdb.base/paginate-inferior-exit.c: New file.
4495 * gdb.base/paginate-inferior-exit.exp: New file.
4496
0017922d
PA
44972014-07-14 Pedro Alves <palves@redhat.com>
4498
4499 PR gdb/17072
4500 * gdb.base/paginate-bg-execution.c: New file.
4501 * gdb.base/paginate-bg-execution.exp: New file.
4502
94696ad3
PA
45032014-07-14 Pedro Alves <palves@redhat.com>
4504
4505 PR gdb/17072
4506 * gdb.base/paginate-execution-startup.c: New file.
4507 * gdb.base/paginate-execution-startup.exp: New file.
4508 * lib/gdb.exp (pagination_prompt): New global.
4509 (default_gdb_spawn): New procedure, factored out from
4510 default_gdb_spawn.
4511 (default_gdb_start): Adjust to call default_gdb_spawn.
4512 (gdb_spawn): New procedure.
4513
bd293940
PA
45142014-07-14 Pedro Alves <palves@redhat.com>
4515
4516 * lib/gdb.exp (gdb_assert): New procedure.
4517 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4518
c933f875
PA
45192014-07-14 Pedro Alves <palves@redhat.com>
4520
4521 * gdb.base/execution-termios.c: New file.
4522 * gdb.base/execution-termios.exp: New file.
4523
d98b7a16
TT
45242014-07-14 Tom Tromey <tromey@redhat.com>
4525
4526 * gdb.cp/vla-cxx.cc: New file.
4527 * gdb.cp/vla-cxx.exp: New file.
4528
548740d6
TT
45292014-07-14 Tom Tromey <tromey@redhat.com>
4530
4531 * gdb.reverse/rerun-prec.c: New file.
4532 * gdb.reverse/rerun-prec.exp: New file.
4533
a25eb028
MR
45342014-07-12 Maciej W. Rozycki <macro@mips.com>
4535 Maciej W. Rozycki <macro@codesourcery.com>
4536
4537 * lib/gdb-utils.exp: New file.
4538 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4539 inline `gdb_init_command' processing.
4540 (gdb_start_cmd): Likewise.
4541 * lib/mi-support.exp (mi_run_cmd): Likewise.
4542 * README: Document `gdb_init_command' and `gdb_init_commands'.
4543
218c2655
JK
45442014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4545
4546 Fix false FAIL running under a very long directory name.
4547 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4548 and "set print elements 10000". Twice.
4549
5401fde3
YQ
45502014-07-11 Yao Qi <yao@codesourcery.com>
4551
4552 * gdb.base/exprs.exp: "set print symbol off".
4553
e76126e8
PA
45542014-07-11 Pedro Alves <palves@redhat.com>
4555
4556 * gdb.threads/kill.c: New file.
4557 * gdb.threads/kill.exp: New file.
4558
2d6f0de6
YQ
45592014-07-10 Yao Qi <yao@codesourcery.com>
4560
4561 * gdb.trace/tfile.c (write_basic_trace_file)
4562 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4563 address written to trace file.
4564
7180e04a
PA
45652014-07-09 Pedro Alves <palves@redhat.com>
4566
4567 * gdb.base/attach-wait-input.exp: New file.
4568 * gdb.base/attach-wait-input.c: New file.
4569
9a9a7608
AB
45702014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4571
4572 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4573 setting up test structures.
4574 (main): Call new test function.
4575 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4576 test function, continue into test function and walk test
4577 structures.
4578
161ac41e
YQ
45792014-07-02 Yao Qi <yao@codesourcery.com>
4580
4581 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4582 'bar_start' at the beginning of functions 'foo' and 'bar'
4583 respectively.
4584 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4585 instead of 'foo' and 'bar'.
4586
1f267ae3
MM
45872014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4588
4589 * gdb.btrace/segv.exp: New.
4590 * gdb.btrace/segv.c: New.
4591
2b239efb
LM
45922014-07-02 Luis Machado <lgustavo@codesourcery.com>
4593
4594 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4595 instruction.
4596
cf363f18
MW
45972014-06-30 Mark Wielaard <mjw@redhat.com>
4598
4599 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4600 vulture, vilify, villar): New volatile array constants.
4601 (vindictive, vegetation): New const volatile array constants.
4602 * gdb.base/volatile.exp: Test volatile and const volatile array
4603 types.
4604
aebf9d24
AA
46052014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4606
4607 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4608 target lacks support for awatch, rwatch, or hbreak.
4609
b67a2c6f
YQ
46102014-06-27 Yao Qi <yao@codesourcery.com>
4611
4612 * gdb.multi/dummy-frame-restore.exp: New.
4613 * gdb.multi/dummy-frame-restore.c: New.
4614
aef92902
MM
46152014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4616
4617 * gdb.btrace/gcore.exp: New.
4618
8e9db26e
PA
46192014-06-23 Pedro Alves <palves@redhat.com>
4620
4621 * gdb.base/watchpoint-reuse-slot.c: New file.
4622 * gdb.base/watchpoint-reuse-slot.exp: New file.
4623
70afc5b7
SC
46242014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4625
4626 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4627 progspace's filename in 'info', 'enable' and 'disable' command
4628 tests.
4629
b972bd9c
JK
46302014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4631
4632 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4633 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4634 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4635
125f8a3d
GB
46362014-06-20 Gary Benson <gbenson@redhat.com>
4637
4638 * gdb.arch/i386-avx.exp: Fix include file location.
4639 * gdb.arch/i386-sse.exp: Likewise.
4640
3ed9baed
IB
46412014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4642
4643 * gdb.dlang/expression.exp: New file.
4644
034f788c
PA
46452014-06-19 Pedro Alves <palves@redhat.com>
4646
4647 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4648 out from ...
4649 (top level): ... here. Iterate running tests under different
4650 scheduler-locking settings.
4651
45371d0c
LM
46522014-06-18 Luis Machado <lgustavo@codesourcery.com>
4653
4654 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4655 to DW_FORM_addr and use non-zero addresses.
4656
5d376983
SC
46572014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4658
4659 PR gdb/17017
4660 * gdb.python/py-xmethods.cc: Add global function call counters and
4661 increment them in their respective functions. Remove "cout"
4662 statements.
4663 * gdb.python/py-xmethods.exp: Make tests check the global function
4664 call counters instead of depending on inferior IO.
4665
a1aa2221
LM
46662014-06-18 Don Breazeal <donb@codesourcery.com>
4667
4668 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4669 Deleted procedure.
4670 (explicit_fork_parent_follow): Deleted procedure.
4671 (explicit_fork_child_follow): Deleted procedure.
4672 (test_follow_fork): New procedure.
4673 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 4674 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
4675 procedure calls.
4676
0fc05997
YQ
46772014-06-17 Yao Qi <yao@codesourcery.com>
4678
4679 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4680 CP1252.
4681
70795c52
LM
46822014-06-17 Luis Machado <lgustavo@codesourcery.com>
4683
4684 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4685 Initialize ptr and S explicitly.
4686 (skip_type_update_when_not_use_rtti_test): Likewise.
4687
6be47f0c
KS
46882014-06-16 Keith Seitz <keiths@redhat.com>
4689
4690 PR mi/15863
4691 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4692 the inferior is started.
4693
d03de421
PA
46942014-06-16 Pedro Alves <palves@redhat.com>
4695
4696 * gdb.base/break-main-file-remove-fail.c: New file.
4697 * gdb.base/break-main-file-remove-fail.exp: New file.
4698 * gdb.base/break-unload-file.exp: Use build_executable instead of
4699 prepare_for_testing.
4700 (test_break): New parameter "initial_load". Handle it.
4701 (top level): Add initial_load cmdline/file axis.
4702
f9579b99
TT
47032014-06-12 Tom Tromey <tromey@redhat.com>
4704
4705 * gdb.base/completion.exp: Don't use directory name in test.
4706
3657956b
GB
47072014-06-09 Gary Benson <gbenson@redhat.com>
4708
4709 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4710 separate the always-available ANSI-standard signals from the
4711 signals that require checking.
4712 (main): Likewise.
4713 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4714 Likewise.
4715 (main): Likewise.
4716
4186eb54
KS
47172014-06-07 Keith Seitz <keiths@redhat.com>
4718
4719 Revert:
4720 PR c++/16253
4721 * gdb.cp/var-tag.cc: New file.
4722 * gdb.cp/var-tag.exp: New file.
4723 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4724 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4725 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4726 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4727
25326a28 47282014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
4729
4730 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4731
829155c9
PA
47322014-06-06 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4735 in target debug output instead of looking at RSP packets,
4736 disabling the test on any target that uses hardware stepping.
4737 Update comments.
4738
61c8d22e
PA
47392014-06-06 Pedro Alves <palves@redhat.com>
4740
4741 * gdb.base/break-unload-file.exp: Fix typo.
4742
d9a47287
YQ
47432014-06-06 Yao Qi <yao@codesourcery.com>
4744
4745 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4746 from "jit_function" to "^jit_function".
4747
e5e01dbf
YQ
47482014-06-06 Yao Qi <yao@codesourcery.com>
4749
4750 * gdb.base/async.c (foo): Add one statement.
4751 * gdb.base/async.exp: Get the next instruction address and
4752 match the output of "nexti" by instruction address. Match
4753 the hex address in the output of "finish".
4754
73ba372c
GB
47552014-06-06 Gary Benson <gbenson@redhat.com>
4756
4757 * gdb.base/call-signals.c: Remove preprocessor conditionals
4758 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4759 SIGSEGV and SIGTERM.
4760 * gdb.base/sigall.c: Likewise.
4761 * gdb.base/unwindonsignal.c: Likewise.
4762 * gdb.reverse/sigall-reverse.c: Likewise.
4763
831517df
YQ
47642014-06-06 Yao Qi <yao@codesourcery.com>
4765
4766 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4767 readable, skip the test.
4768
b8b91e98
YQ
47692014-06-06 Yao Qi <yao@codesourcery.com>
4770
4771 * gdb.threads/staticthreads.c (thread_function): Move the line
4772 setting breakpoint on forward.
4773 * gdb.threads/staticthreads.exp: Update comments.
4774
fb934770
LC
47752014-06-05 Ludovic Courtès <ludo@gnu.org>
4776
4777 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4778 "history-append! type error".
4779
6ef284bd
SM
47802014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4781
4782 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4783 erroneous dprintf expected input.
4784
a872e241
DE
47852014-06-04 Doug Evans <xdje42@gmail.com>
4786
4787 * gdb.guile/scm-generics.exp: Delete.
4788
16f691fb
DE
47892014-06-04 Doug Evans <xdje42@gmail.com>
4790
4791 * gdb.guile/scm-breakpoint.exp: Update.
4792 Add tests for breakpoint registration.
4793
012370f6
TT
47942014-06-04 Tom Tromey <tromey@redhat.com>
4795
4796 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4797 VLA-in-union.
4798 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4799 inner_vla_struct, vla_union types. Initialize objects of those
4800 types and compute their sizes.
4801
9f5a4cef
HZ
48022014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4803 Hui Zhu <hui@codesourcery.com>
4804
4805 * gdb.base/fileio.exp: Add test for shell not available as well as
4806 available.
4807 * gdb.base/fileio.c (test_system): Check for shell twice.
4808
90a45c4d
YQ
48092014-06-04 Yao Qi <yao@codesourcery.com>
4810
4811 * gdb.base/auto-connect-native-target.exp: Remove redundant
4812 space from the regexp pattern.
4813
70017e41
YQ
48142014-06-04 Yao Qi <yao@codesourcery.com>
4815
4816 * gdb.base/default.exp: Replace "child" with "native" in
4817 regexp pattern.
4818
883964a7
SC
48192014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4820
4821 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4822 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4823 * gdb.python/py-xmethods.py: Python script supporting the
4824 new testcase and tests.
4825
ef370185
JB
48262014-06-03 Joel Brobecker <brobecker@adacore.com>
4827 Pedro Alves <palves@redhat.com>
4828
4829 PR breakpoints/17000
4830 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4831 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4832
1e2ccb61
BM
48332014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4834
4835 * gdb.base/subst.exp: Add tests to verify partial path matching
4836 output.
4837
c6ec5ab2
PA
48382014-06-03 Pedro Alves <palves@redhat.com>
4839
4840 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4841 target that doesn't use software single-stepping.
4842
835c559f
PA
48432014-06-03 Pedro Alves <palves@redhat.com>
4844
4845 PR breakpoints/17000
4846 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4847 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4848
06eb1586
DE
48492014-06-02 Doug Evans <xdje42@gmail.com>
4850
4851 * gdb.guile/scm-parameter.exp: New file.
4852
e698b8c4
DE
48532014-06-02 Doug Evans <xdje42@gmail.com>
4854
4855 * gdb.guile/scm-cmd.c: New file.
4856 * gdb.guile/scm-cmd.exp: New file.
4857
ded03782
DE
48582014-06-02 Doug Evans <xdje42@gmail.com>
4859
4860 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4861 pretty-printer lookup.
4862 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4863 (make-pp_s-printer): Call it.
4864 (make-pretty-printer-from-dict): New function.
4865 (lookup-pretty-printer-maker-from-dict): New function.
4866 (*pretty-printer*): Simplify.
4867 (make-objfile-pp_s-printer): New function.
4868 (install-objfile-pretty-printers!): New function.
4869 (make-progspace-pp_s-printer): New function.
4870 (install-progspace-pretty-printers!): New function.
4871 * gdb.guile/scm-progspace.c: New file.
4872 * gdb.guile/scm-progspace.exp: New file.
4873
41fac0cf
PA
48742014-06-02 Pedro Alves <palves@redhat.com>
4875
4876 * gdb.base/dprintf-bp-same-addr.c: New file.
4877 * gdb.base/dprintf-bp-same-addr.exp: New file.
4878
96ae5695
EBM
48792014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4880
4881 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4882 * gdb.arch/powerpc-power.s: Likewise.
4883
da02b3a8
JB
48842014-06-02 Joel Brobecker <brobecker@adacore.com>
4885
4886 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4887
c72b2e7b
YQ
48882014-06-01 Yao Qi <yao@codesourcery.com>
4889
4890 * gdb.base/watchpoint.exp (test_watch_location): Check null
4891 pointer can be dereferenced. If not, do the test, otherwise
4892 skip it.
4893
53e8a631
AB
48942014-05-30 Andrew Burgess <aburgess@broadcom.com>
4895
4896 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4897 results.
4898 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4899
938f0e2f
AB
49002014-05-30 Andrew Burgess <aburgess@broadcom.com>
4901
4902 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4903 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4904 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4905 * gdb.arch/amd64-invalid-stack-top.c: New file.
4906 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4907
9ba6657a
PA
49082014-05-30 Pedro Alves <palves@redhat.com>
4909
4910 PR breakpoints/17000
4911 * gdb.base/sss-bp-on-user-bp.c: New file.
4912 * gdb.base/sss-bp-on-user-bp.exp: New file.
4913
522c09bf
DB
49142014-05-30 David Blaikie <dblaikie@gmail.com>
4915
4916 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4917 gnu_inline semantics via attribute.
4918 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4919 source explicitly specifies the required semantics.
4920
bf4ef81e
MR
49212014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4922
4923 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4924
329ea579
PA
49252014-05-29 Pedro Alves <palves@redhat.com>
4926 Tom Tromey <tromey@redhat.com>
4927
4928 * gdb.base/async-shell.exp: Don't enable target-async.
4929 * gdb.base/async.exp
4930 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4931 parameter. Adjust.
4932 (top level): Don't test with "target-async".
4933 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4934 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4935 * gdb.base/inferior-died.exp: Don't enable target-async.
4936 * gdb.base/interrupt-noterm.exp: Likewise.
4937 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4938 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4939 * gdb.mi/mi-nonstop.exp: Likewise.
4940 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4941 * gdb.mi/mi-nsintrall.exp: Likewise.
4942 * gdb.mi/mi-nsmoribund.exp: Likewise.
4943 * gdb.mi/mi-nsthrexec.exp: Likewise.
4944 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4945 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4946 * gdb.python/py-evsignal.exp: Don't enable target-async.
4947 * gdb.python/py-evthreads.exp: Likewise.
4948 * gdb.python/py-prompt.exp: Likewise.
4949 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4950 * gdb.server/solib-list.exp: Don't enable target-async.
4951 * gdb.threads/thread-specific-bp.exp: Likewise.
4952 * lib/mi-support.exp: Adjust to use mi-async.
4953
fd664c91
PA
49542014-05-29 Pedro Alves <palves@redhat.com>
4955
4956 PR gdb/13860
4957 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4958 reason, even in sync mode.
4959
251bde03
PA
49602014-05-29 Pedro Alves <palves@redhat.com>
4961 Hui Zhu <hui@codesourcery.com>
4962
4963 PR PR15693
4964 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4965 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4966 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4967 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4968
7f3c0343
JB
49692014-05-28 Joel Brobecker <brobecker@adacore.com>
4970
4971 * config/monitor.exp (gdb_target_monitor): Replace use of
4972 "set remotebaud" by "set serial baud".
4973
b2715b27
AW
49742014-05-26 Andy Wingo <wingo@igalia.com>
4975
4976 * gdb.guile/scm-breakpoint.exp:
4977 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4978 properties instead of gdb-object-properties.
4979
498a4489
YQ
49802014-05-26 Yao Qi <yao@codesourcery.com>
4981
4982 * gdb.server/no-thread-db.exp: Specify source file name
4983 explicitly when setting a breakpoint.
4984
589fdceb
MM
49852014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4986
4987 * gdb.btrace/vdso.c: New.
4988 * gdb.btrace/vdso.exp: New.
4989
e9089e05
MM
49902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4991
4992 * gdb.base/gcore.exp (capture_command_output): Move ...
4993 * lib/gdb.exp (capture_command_output): ... here.
4994
67b5c0c1
MM
49952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4996
4997 * gdb.btrace/data.exp: Test memory access during btrace replay.
4998
a2199296
SM
49992014-05-22 Simon Marchi <simon.marchi@ericsson.com>
5000
5001 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
5002
17b2616c
PA
50032014-05-21 Pedro Alves <palves@redhat.com>
5004
5005 PR gdb/13860
5006 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
5007 (top level): Test that output related to execution commands is
5008 sent to the console with CLI commands, but not with MI commands.
5009 Test that breakpoint events are always mirrored to the console.
5010 Also expect the new source line to be output after a "next" in
5011 async mode too. Make it a pass/fail test.
5012 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
5013 output.
5014 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
5015
5166082f
PA
50162014-05-21 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.base/list.exp (build_pattern, test_list): New procedures.
5019 Use them to test variations of "list" after reaching a breakpoint.
5020 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
5021 Test "list" with listsize 10 after reaching a breakpoint.
5022 * gdb.python/python.exp (decode_line current location line
5023 number): Adjust expected line number.
5024
2f25d70f
SM
50252014-05-21 Simon Marchi <simon.marchi@ericsson.com>
5026
5027 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
5028 behavior for $args, pass it directly to "run".
5029
ff604a67
MR
50302014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
5031
5032 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
5033 30000 to 65536.
5034
6a3cb8e8
PA
50352014-05-21 Pedro Alves <palves@redhat.com>
5036
5037 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
5038 auto-connect-native-target off".
5039 * gdb.base/auto-connect-native-target.c: New file.
5040 * gdb.base/auto-connect-native-target.exp: New file.
5041
4ebfc96e
PA
50422014-05-21 Pedro Alves <palves@redhat.com>
5043
5044 * gdb.base/default.exp: Test "target native" instead of "target
5045 child".
5046
36d46afb
MW
50472014-05-21 Mark Wielaard <mjw@redhat.com>
5048
5049 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5050
5876f503
JK
50512014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5052
5053 Fix TLS access for -static -pthread.
5054 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
5055 <HAVE_TLS> (thread_function, main): Initialize it.
5056 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
5057 Add clean_restart.
5058 <$have_tls != "">: Check TLSVAR.
5059
0256a6ac
PA
50602014-05-21 Pedro Alves <palves@redhat.com>
5061
5062 * gdb.base/dcache-line-read-error.c: New.
5063 * gdb.base/dcache-line-read-error.exp: New.
5064
936d2992
PA
50652014-05-20 Pedro Alves <palves@redhat.com>
5066
5067 * gdb.base/compare-sections.c: New file.
5068 * gdb.base/compare-sections.exp: New file.
5069
802e8e6d
PA
50702014-05-20 Pedro Alves <palves@redhat.com>
5071
5072 * gdb.base/break-idempotent.c: New file.
5073 * gdb.base/break-idempotent.exp: New file.
5074
e59fa00f
MM
50752014-05-20 Markus Metzger <markus.t.metzger@intel.com>
5076
5077 * gdb.btrace/nohist.exp: New.
5078
8b696e31
YQ
50792014-05-20 Yao Qi <yao@codesourcery.com>
5080
5081 * lib/gdb.exp (gdb_init): Set timeout if test file is under
5082 gdb.reverse directory and gdb_reverse_timeout exists in board
5083 setting.
5084 * README: Document gdb_reverse_timeout.
5085
73c9764f
YQ
50862014-05-20 Yao Qi <yao@codesourcery.com>
5087
5088 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
5089 'test_file_name'. Treat args as a string instead of a list.
5090 (gdb_init): Rename argument 'args' by 'test_file_name'.
5091
f1f4348a
JK
50922014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5093
5094 * gdb.arch/powerpc-power.exp: New file.
5095 * gdb.arch/powerpc-power.s: New file.
5096
0dbe70ce
DE
50972014-05-16 Doug Evans <dje@google.com>
5098
5099 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
5100 * gdb.base/completion.exp: Check that all expected files exist
5101 before doing file completion.
0dbe70ce 5102
8d551b02
DE
51032014-05-16 Doug Evans <dje@google.com>
5104
5105 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
5106 Update.
5107 (do_syscall_tests_without_xml): Update.
5108
73eb7709
PA
51092014-05-16 Pedro Alves <palves@redhat.com>
5110
5111 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
5112 instead of "unknown output after running".
5113
3fae92fc
YQ
51142014-05-16 Yao Qi <yao@codesourcery.com>
5115
5116 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
5117 file1.txt from host at the end.
5118 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5119
c2b2ccc5
DE
51202014-05-15 Doug Evans <dje@google.com>
5121
5122 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
5123 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
5124 loading file. Add test for TU lookup.
5125
8c217a4b
SM
51262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5127
5128 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
5129 calling "-exec-arguments" or "set args" before running the
5130 inferior.
5131
3deb39c6
SM
51322014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5133
5134 * lib/mi-support.exp (mi_expect_stop): Expect message for
5135 inferiors that exit with non-zero exit code.
5136
71a79f8c
YQ
51372014-05-14 Yao Qi <yao@codesourcery.com>
5138
5139 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
5140 match absolute path on remote host.
5141 (test_file_list_exec_source_files): Remove "/" from the
5142 pattern.
5143
f23fcd46
YQ
51442014-05-14 Yao Qi <yao@codesourcery.com>
5145
5146 * boards/local-remote-host-notty.exp (${board}_file): New
5147 proc.
5148
9404b58f
KM
51492014-05-07 Kyle McMartin <kyle@redhat.com>
5150
5151 Pushed by Joel Brobecker <brobecker@adacore.com>.
5152 * gdb.arch/aarch64-atomic-inst.c: New file.
5153 * gdb.arch/aarch64-atomic-inst.exp: New file.
5154
5e45f04c
YQ
51552014-05-07 Yao Qi <yao@codesourcery.com>
5156
5157 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
5158 in current context" too.
5159
c888a17d
KS
51602014-05-05 Keith Seitz <keiths@redhat.com>
5161
5162 * gdb.linespec/ls-dollar.exp: Add test for linespec
5163 file:convenience_variable.
5164
290a839c
YQ
51652014-05-05 Yao Qi <yao@codesourcery.com>
5166
5167 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
5168 traceframes into tfile and ctf trace files. Read data from
5169 trace file and test collected data.
5170 (gdb_collect_locals_test): Likewise.
5171 (gdb_unavailable_registers_test): Likewise.
5172 (gdb_unavailable_floats): Likewise.
5173 (gdb_collect_globals_test): Likewise.
5174 (top-level): Append "ctf" to trace_file_targets if GDB
5175 supports.
5176
b5262cd0
YQ
51772014-05-05 Yao Qi <yao@codesourcery.com>
5178
5179 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
5180 code to ...
5181 (gdb_collect_args_test_1): ... it. New proc.
5182 (gdb_collect_locals_test): Move some code to ...
5183 (gdb_collect_locals_test_1): ... it. New proc.
5184 (gdb_unavailable_registers_test): Move some code to ...
5185 (gdb_unavailable_registers_test_1): ... it. New proc.
5186 (gdb_unavailable_floats): Move some code to ...
5187 (gdb_unavailable_floats_1): ... it. New proc.
5188
30a1e6cc
SDJ
51892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5190
5191 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
5192 probes to test for bitness recognition.
5193 * gdb.arch/amd64-stap-optional-prefix.exp
5194 (test_probe_value_without_reg): New procedure.
5195 Add code to test for different kinds of bitness.
5196
f33da99a
SDJ
51972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5198
5199 PR breakpoints/16889
5200 * gdb.arch/amd64-stap-optional-prefix.S: New file.
5201 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5202
5b80f00d
PA
52032014-05-01 Pedro Alves <palves@redhat.com>
5204
5205 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
5206 gdb_file_cmd if no file is specified.
5207 * boards/native-extended-gdbserver.exp (gdb_load): Use the
5208 last_loaded_file to set the remote exec-file.
5209
f8c2a73c
PA
52102014-05-01 Pedro Alves <palves@redhat.com>
5211
5212 * boards/local-remote-host.exp: New file.
5213
be6e8ac7
PA
52142014-05-01 Pedro Alves <palves@redhat.com>
5215
5216 * boards/local-remote-host.exp: Rename to ...
5217 * boards/local-remote-host-notty.exp: ... this.
5218
cac0dc8f
JB
52192014-04-28 Joel Brobecker <brobecker@adacore.com>
5220
5221 * gdb.ada/dyn_arrayidx: New testcase.
5222
9730e6cc
YQ
52232014-04-26 Yao Qi <yao@codesourcery.com>
5224
5225 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
5226 and compute the length of function main. Save it in
5227 $main_length.
5228 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
5229 (top-level): Use gdb_compile to compile objects into
5230 executable and restart GDB. Remove invocation to
5231 prepare_for_testing.
5232
7ae1a6a6
PA
52332014-04-25 Simon Marchi <simon.marchi@ericsson.com>
5234 Pedro Alves <palves@redhat.com>
5235
5236 PR server/16255
5237 * gdb.multi/multi-attach.c: New file.
5238 * gdb.multi/multi-attach.exp: New file.
5239
4082afcc
PA
52402014-04-25 Pedro Alves <palves@redhat.com>
5241
5242 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
5243 user.
5244 (top level): Test that "set remote conditional-breakpoints-packet
5245 off" works as intended.
5246 * gdb.base/dprintf.exp: Test that "set remote
5247 breakpoint-commands-packet off" works as intended.
5248 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
5249 New function.
5250 (top level): Call it.
5251 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
5252 remote fast-tracepoints-packet off" works as intended.
5253 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
5254 * lib/gdb.exp (gdb_is_target_remote): ... here.
5255
2abc3f8d
DB
52562014-04-24 David Blaikie <dblaikie@gmail.com>
5257
5258 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
5259 ensure clang would not discard them.
5260 * gdb.base/gdbvars.c: Ditto.
5261 * gdb.base/memattr.c: Ditto.
5262 * gdb.base/whatis.c: Ditto.
5263 * gdb.python/py-prettyprint.c: Ditto.
5264 * gdb.trace/actions.c: Ditto.
5265 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
5266 ensure clang would not discard it.
5267
bfd39632
DB
52682014-04-24 David Blaikie <dblaikie@gmail.com>
5269
5270 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
5271 clang to emit the full definition of type required by the test
5272 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
5273
22842ff6
DB
52742014-04-24 David Blaikie <dblaikie@gmail.com>
5275
5276 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
5277 coax Clang into emitting the definition of the type.
5278 * gdb.cp/pr10728-x.h (y): Ditto.
5279 * gdb.cp/pr10728-y.cc (y): Ditto.
5280
c2e827ad
DB
52812014-04-24 David Blaikie <dblaikie@gmail.com>
5282
5283 * gdb.base/label.exp: XFAIL label related tests under Clang.
5284 * gdb.cp/cplabel.exp: Ditto.
5285 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
5286 under Clang those using labels.
5287
4c2d33e7
YQ
52882014-04-25 Yao Qi <yao@codesourcery.com>
5289
5290 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
5291 double_label.
5292 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
5293 partial_label and double_label.
5294
56083b99
DB
52952014-04-24 David Blaikie <dblaikie@gmail.com>
5296
5297 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
5298
25d4e99d
DB
52992014-04-24 David Blaikie <dblaikie@gmail.com>
5300
5301 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
5302 of the function to work across GCC and Clang.
5303 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
5304 pointer types (const void ** const V void **).
5305
01f9f808
MS
53062014-04-24 Michael Sturm <michael.sturm@mintel.com>
5307 Walfred Tedeschi <walfred.tedeschi@intel.com>
5308
5309 * Makefile.in (EXECUTABLES): Added i386-avx512.
5310 * gdb.arch/i386-avx512.c: New file.
5311 * gdb.arch/i386-avx512.exp: Likewise.
5312
4b48d439
KS
53132014-04-23 Keith Seitz <keiths@redhat.com>
5314
5315 * lib/mi-support.exp (mi_list_breakpoints): Delete.
5316 (mi_make_breakpoint_table): New procedure.
5317 (mi_create_breakpoint): Use mi_make_breakpoint
5318 and return the result.
5319 (mi_make_breakpoint): New procedure.
5320 (mi_build_kv_pairs): New procedure.
5321
5322 * gdb.mi/mi-break.exp: Remove unused globals,
5323 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
5324 All callers updated.
5325 * gdb.mi/mi-dprintf.exp: Use variable to track command
5326 number.
5327 Update all callers of mi_create_breakpoint and use
5328 mi_make_breakpoint_table.
5329 Remove any unused global variables.
5330 * gdb.mi/mi-nonstop.exp: Likewise.
5331 * gdb.mi/mi-nsintrall.exp: Likewise.
5332 * gdb.mi/mi-nsmoribund.exp: Likewise.
5333 * gdb.mi/mi-nsthrexec.exp: Likewise.
5334 * gdb.mi/mi-reverse.exp: Likewise.
5335 * gdb.mi/mi-simplerun.exp: Likewise.
5336 * gdb.mi/mi-stepn.exp: Likewise.
5337 * gdb.mi/mi-syn-frame.exp: Likewise.
5338 * gdb.mi/mi-until.exp: Likewise.
5339 * gdb.mi/mi-var-cp.exp: Likewise.
5340 * gdb.mi/mi-var-display.exp: Likewise.
5341 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5342 * gdb.mi/mi2-var-child.exp: Likewise.
5343 * gdb.mi/mi-vla-c99.exp: Likewise.
5344 * lib/mi-support.exp: Likewise.
5345
5346 From Ian Lance Taylor <iant@cygnus.com>:
5347 * lib/gdb.exp (parse_args): New procedure.
5348
08351840
PA
53492014-04-23 Pedro Alves <palves@redhat.com>
5350
5351 * gdb.base/break-unload-file.c: New file.
5352 * gdb.base/break-unload-file.exp: New file.
5353 * gdb.base/sym-file-lib.c (baz): New function.
5354 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5355 field.
5356 (load): Store the segment's mapped size.
5357 (unload): New function.
5358 (unload_shlib): New function.
5359 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5360 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5361 set a breakpoint at baz, and call it.
5362 * gdb.base/sym-file.exp: New tests for stale breakpoint
5363 instructions.
5364
076855f9
PA
53652014-04-23 Pedro Alves <palves@redhat.com>
5366
5367 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5368 * gdb.base/hbreak-in-shr-unsupported.c: New file.
5369 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5370 * gdb.base/hbreak-unmapped.c: New file.
5371 * gdb.base/hbreak-unmapped.exp: New file.
5372 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5373 * lib/gdb.exp (gdb_is_target_remote): ... here.
5374
483805cf
PA
53752014-04-22 Pedro Alves <palves@redhat.com>
5376
5377 * gdb.base/consecutive-step-over.c: New file.
5378 * gdb.base/consecutive-step-over.exp: New file.
5379
06d97543
PA
53802014-04-22 Pedro Alves <palves@redhat.com>
5381
5382 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5383 instead of send_gdb/gdb_expect.
5384
b4429ea2
YQ
53852014-04-22 Yao Qi <yao@codesourcery.com>
5386
5387 * lib/trace-support.exp (generate_tracefile): New procedure.
5388 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5389 return 0.
5390 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5391 if generate_tracefile returns 1.
5392
51d48146
PA
53932014-04-18 Tom Tromey <palves@redhat.com>
5394 Pedro alves <tromey@redhat.com>
5395
5396 PR backtrace/15558
5397 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5398 with a backtrace limit.
5399 * gdb.python/py-frame-inline.exp: Test running to an inline
5400 function with a backtrace limit, and printing the newest frame.
5401 * gdb.python/py-frame-inline.c (main): Call f.
5402
bd1dce5f
MS
54032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5404
5405 * gdb.java/jnpe.exp: Drop srcdir from untested path.
5406
40d1a503
MS
54072014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5408
5409 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5410 Drop prefix from unsupported source file path.
5411
389b98f7
YQ
54122014-04-17 Yao Qi <yao@codesourcery.com>
5413
5414 * lib/gdb.exp (with_target_charset): New proc.
5415 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5416 with_target_charset.
5417 (test_print_strings): Likewise.
5418 (test_repeat_bytes): Likewise.
5419 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5420 for some tests.
5421
22869d73
KS
54222014-04-16 Keith Seitz <keiths@redhat.com>
5423
5424 PR gdb/15827
5425 * gdb.dwarf2/corrupt.c: New file.
5426 * gdb.dwarf2/corrupt.exp: New file.
5427
c4f87ca6
KS
54282014-04-16 Keith Seitz <keiths@redhat.com>
5429
5430 PR c++/16597
5431 * gdb.cp/namelessclass.cc: New file.
5432 * gdb.cp/namelessclass.exp: New file.
5433 * gdb.cp/namelessclass.S: New file.
5434
ab19de87
DE
54352014-04-16 Doug Evans <dje@google.com>
5436
5437 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5438 Add comment.
5439 (gdbserver_default_get_comm_port): New function.
5440 (gdbserver_start): Check if board file provided
5441 "gdbserver,get_comm_port" and use it if so.
5442 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5443 (gdb,socketport): Set to "stdio".
5444 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5445 (stdio_gdbserver_template): Delete.
5446 (${board}_get_remote_address): Update.
5447 (${board}_build_remote_cmd): Delete.
5448 (${board}_get_comm_port): New function.
5449 (${board}_spawn): Update.
5450 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5451 Delete.
5452 (${board}_get_remote_address): Update.
5453 (${board}_get_comm_port): New function.
5454
fc98a809
AB
54552014-04-16 Andrew Burgess <aburgess@broadcom.com>
5456
5457 * gdb.base/memattr.exp: Improve regexps to handle memory regions
5458 appearing in any order.
5459
87fd9e6e
DE
54602014-04-15 Doug Evans <dje@google.com>
5461
5462 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5463 uninitialized value of "description".
5464
099fc3ea
KS
54652014-04-15 Keith Seitz <keiths@redhat.com>
5466
5467 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5468 Remove unused globals.
5469 (test_running_the_program): Likewise.
5470 (test_controlled_execution): Likewise.
5471 (test_controlling_breakpoints): Likewise.
5472 (test_program_termination): Likewise.
5473
5da151d4
KS
54742014-04-15 Keith Seitz <keiths@redhat.com>
5475
5476 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5477 unused globals.
5478 (test_rbreak_creation_and_listing): Likewise.
5479 (test_ignore_count): Likewise.
5480 (test_error): Likewise.
5481
35e5d2f0
PA
54822014-04-15 Pedro Alves <palves@redhat.com>
5483
5484 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5485 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5486 sym-file-loader.c.
5487 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5488 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5489 to sym-file-loader.c.
5490 (struct library): Forward declare.
5491 (load_shlib, lookup_function): Change prototypes.
5492 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5493 (translate_offset): Remove declarations.
5494 (get_text_addr): New declaration.
5495 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5496 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5497 sym-file-loader.h.
5498 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5499 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5500 here from sym-file-loader.h.
5501 (struct library): New structure.
5502 (load_shlib, lookup_function): Change prototypes and adjust to
5503 work with a struct library.
5504 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5505 (translate_offset): Make static.
5506 (get_text_addr): New function.
5507 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5508
eb4c1710
PA
55092014-04-15 Pedro Alves <palves@redhat.com>
5510
5511 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5512
2d1baf52
PA
55132014-04-15 Pedro Alves <palves@redhat.com>
5514
5515 * gdb.base/sym-file-loader.c: Include <limits.h>.
5516 (SELF_LINK): New define.
5517 (get_origin): New function.
5518 (load_shlib): Use it.
5519 * gdb.base/sym-file.exp: Don't early return if the target is
5520 remote. Use runto_main, and issue fail is that fails. Use
5521 gdb_load_shlibs.
5522 (shlib_name): Delete.
5523 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5524
7dd6df01
PA
55252014-04-15 Pedro Alves <palves@redhat.com>
5526
5527 * gdb.base/sym-file.exp: Remove regex characters from test
5528 message. Don't refer to breakpoint numbers in test messages.
5529
b50c8614
KS
55302014-04-14 Keith Seitz <keiths@redhat.com>
5531
5532 PR c++/16253
5533 * gdb.cp/var-tag.cc: New file.
5534 * gdb.cp/var-tag.exp: New file.
5535 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5536 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5537 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5538 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5539
3d567982
TT
55402014-04-14 Tom Tromey <tromey@redhat.com>
5541
5542 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5543 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5544 type.
5545 * gdb.cp/enum-class.exp: New file.
5546 * gdb.cp/enum-class.cc: New file.
5547
0626fc76
TT
55482014-04-14 Tom Tromey <tromey@redhat.com>
5549
5550 * gdb.dwarf2/enum-type.exp: New file.
5551
dca325b3
SA
55522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5553
5554 * gdb.mi/mi-vla-c99.exp: New file.
5555 * gdb.mi/vla.c: New file.
5556
5854b38a
SA
55572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5558
5559 * gdb.base/vla-datatypes.c: New file.
5560 * gdb.base/vla-datatypes.exp: New file.
5561
463bb957
SA
55622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5563
5564 * gdb.base/vla-ptr.c: New file.
5565 * gdb.base/vla-ptr.exp: New file.
5566
3dd170be
SA
55672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5568
5569 * gdb.dwarf2/count.exp: New file.
5570
5ecaaa66
SA
55712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5572
5573 * gdb.base/vla-sideeffect.c: New file.
5574 * gdb.base/vla-sideeffect.exp: New file.
5575
41f1ada5
DB
55762014-04-14 David Blaikie <dblaikie@gmail.com>
5577
5578 * gdb.mi/non-stop.c: Add return value for non-void function return
5579 statement.
5580 * gdb.threads/staticthreads.c: Ditto.
5581
0be03e84
DE
55822014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5583 Doug Evans <xdje42@gmail.com>
5584
5585 * gdb.guile/scm-value.c: Improve test case.
5586 * gdb.guile/scm-value.exp: Add new test.
5587
f180a1fb
DB
55882014-04-11 David Blaikie <dblaikie@gmail.com>
5589
5590 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5591 override Clang's default.
5592
6b662e19
JB
55932014-04-11 Joel Brobecker <brobecker@adacore.com>
5594
5595 Revert the following changes (regressions):
5596
5597 * gdb.base/vla-sideeffect.c: New file.
5598 * gdb.base/vla-sideeffect.exp: New file.
5599
5600 * gdb.dwarf2/count.exp: New file.
5601
5602 * gdb.base/vla-multi.c: New file.
5603 * gdb.base/vla-multi.exp: New file.
5604
5605 * gdb.base/vla-ptr.c: New file.
5606 * gdb.base/vla-ptr.exp: New file.
5607
5608 * gdb.base/vla-datatypes.c: New file.
5609 * gdb.base/vla-datatypes.exp: New file.
5610
5611 * gdb.mi/mi-vla-c99.exp: New file.
5612 * gdb.mi/vla.c: New file.
5613
245a5f0b
KS
56142014-04-11 Keith Seitz <keiths@redhat.com>
5615
5616 PR c++/16675
5617 * gdb.cp/cpsizeof.exp: New file.
5618 * gdb.cp/cpsizeof.cc: New file.
5619
58a84dcf
SA
56202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5621
191a8a90
JB
5622 * gdb.mi/mi-vla-c99.exp: New file.
5623 * gdb.mi/vla.c: New file.
58a84dcf 5624
c8655f75
SA
56252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5626
5627 * gdb.base/vla-datatypes.c: New file.
5628 * gdb.base/vla-datatypes.exp: New file.
5629
024e13b4
SA
56302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5631
5632 * gdb.base/vla-ptr.c: New file.
5633 * gdb.base/vla-ptr.exp: New file.
5634
1a237e0e
SA
56352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5636
5637 * gdb.base/vla-multi.c: New file.
5638 * gdb.base/vla-multi.exp: New file.
5639
504f3432
SA
56402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5641
5642 * gdb.dwarf2/count.exp: New file.
5643
3bce8237
SA
56442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5645
191a8a90
JB
5646 * gdb.base/vla-sideeffect.c: New file.
5647 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 5648
322f9c21
YQ
56492014-04-11 Yao Qi <yao@codesourcery.com>
5650
5651 * gdb.base/completion.exp: Check file exists before running tests
5652 on file completion.
5653
d708bcd1
PA
56542014-04-10 Pedro Alves <palves@redhat.com>
5655
5656 * gdb.base/cond-eval-mode.c: New file.
5657 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5658 prepare_for_testing to build the new file. Check result of
5659 runto_main.
5660 (test_break, test_watch): New procedures.
5661 (top level): Use them.
5662
ae1d2761
PM
56632014-04-08 Pierre Muller <muller@sourceware.org>
5664
5665 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5666 Ctrl-V use for mingw hosts.
5667
7af389b8
SC
56682014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5669
5670 * gdb.python/py-value.c: Improve test case.
5671 * gdb.python/py-value.exp: Add new test.
5672
5e703181
DE
56732014-04-07 David Blaikie <dblaikie@gmail.com>
5674
5675 * lib/compiler.c: Identify the clang compiler.
5676 * lib/compiler.cc: Ditto.
5677
9810b410
YQ
56782014-04-03 Yao Qi <yao@codesourcery.com>
5679
5680 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5681
98d1b8dc
AB
56822014-04-01 Anton Blanchard <anton@samba.org>
5683
5684 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5685 messages unique.
5686
3114cea1
AB
56872014-04-01 Anton Blanchard <anton@samba.org>
5688
5689 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5690 prepare_for_testing.
5691
62f7182c
AB
56922014-04-01 Anton Blanchard <anton@samba.org>
5693
5694 * gdb.arch/ppc64-atomic-inst.c: Remove.
5695 * gdb.arch/ppc64-atomic-inst.S: New file.
5696 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5697
770e7fc7
DE
56982014-03-31 Doug Evans <dje@google.com>
5699
5700 * gdb.base/print-symbol-loading-lib.c: New file.
5701 * gdb.base/print-symbol-loading-main.c: New file.
5702 * gdb.base/print-symbol-loading.exp: New file.
5703
46e2bafa
YQ
57042014-03-31 Yao Qi <yao@codesourcery.com>
5705
5706 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5707
8776cfe9
JB
57082014-03-28 Joel Brobecker <brobecker@adacore.com>
5709
5710 * gdb.ada/mi_dyn_arr: New testcase.
5711
5d1ef361
DE
57122014-03-27 Doug Evans <dje@google.com>
5713
5714 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5715
b5bee914
YQ
57162014-03-27 Yao Qi <yao@codesourcery.com>
5717
5718 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5719 if target is nios2-*-*.
5720
0d4d0e77
YQ
57212014-03-26 Yao Qi <yao@codesourcery.com>
5722
5723 * lib/gdb.exp (readline_is_used): New proc.
5724 * gdb.base/completion.exp: Move tests on command complete up.
5725 Skip the rest of tests if readline is not used.
5726 * gdb.ada/complete.exp: Skp the test if readline is not
5727 used.
5728 * gdb.base/filesym.exp: Likewise.
5729 * gdb.base/macscp.exp: Likewise.
5730 * gdb.base/readline-ask.exp: Likewise.
5731 * gdb.base/readline.exp: Likewise.
5732 * gdb.python/py-cmd.exp: Likewise.
5733 * gdb.trace/tfile.exp: Likewise.
5734
29361eee
YQ
57352014-03-26 Yao Qi <yao@codesourcery.com>
5736
5737 * gdb.base/macscp.exp: Fix code format issues.
5738
bc9a5525
UW
57392014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5740
5741 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5742 * gdb.asm/powerpc64le.inc: New file.
5743
d3839ede
PA
57442014-03-25 Pedro Alves <palves@redhat.com>
5745 Doug Evans <dje@google.com>
5746
5747 * gdb.base/source-execution.c: New file.
5748 * gdb.base/source-execution.exp: New file.
5749 * gdb.base/source-execution.gdb: New file.
5750
01672a57
DE
57512014-03-24 Doug Evans <dje@google.com>
5752
5753 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5754 using fission.
5755
88bbeca9
HZ
57562014-03-24 Hui Zhu <hui@codesourcery.com>
5757 Pedro Alves <palves@redhat.com>
5758
5759 PR breakpoints/16101
5760 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5761 test pass/fail messages. Detect missing support for dprintf when
5762 breakpoints are actually inserted.
5763 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5764 breakpoints are actually inserted.
5765 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5766 fails.
5767
d2348791
JK
57682014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5769
5770 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5771
feef67ab
DE
57722014-03-22 Doug Evans <xdje42@gmail.com>
5773
5774 * gdb.python/python.exp (python not supported): Verify multi-line
5775 python command issues an error.
25d743f9 5776 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5777 guile command issues an error.
feef67ab 5778
ecebef6a
MR
57792014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5780
5781 * gdb.threads/thread-specific.exp: Handle the lack of usable
5782 $this_breakpoint and $this_thread.
5783
ccdd1909
HZ
57842014-03-21 Hui Zhu <hui@codesourcery.com>
5785
5786 * gdb.base/attach.exp (do_command_attach_tests): New.
5787
beb460e8
PA
57882014-03-20 Tom Tromey <tromey@redhat.com>
5789 Pedro Alves <palves@redhat.com>
5790
5791 PR cli/15718
5792 * gdb.base/condbreak-call-false.c: New file.
5793 * gdb.base/condbreak-call-false.exp: New file.
5794
40acf43a
PA
57952014-03-20 Pedro Alves <palves@redhat.com>
5796
5797 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5798 Delete.
5799 (block_signals, unblock_signals): Delete.
5800 (child_function_2, main): Remove references to deleted variable
5801 and functions.
5802
9f5e1e02
PA
58032014-03-20 Pedro Alves <palves@redhat.com>
5804
5805 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5806 Use pthread_kill to signal thread 2.
5807 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5808 Adjust to make the test send itself a signal rather than using the
5809 host's "kill" command.
5810
99619bea
PA
58112014-03-20 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.threads/multiple-step-overs.c: New file.
5814 * gdb.threads/multiple-step-overs.exp: New file.
5815 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5816 Adjust expected infrun debug output.
5817
2adfaa28
PA
58182014-03-20 Pedro Alves <palves@redhat.com>
5819
5820 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5821 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5822
31e77af2
PA
58232014-03-20 Pedro Alves <palves@redhat.com>
5824
5825 PR breakpoints/7143
5826 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5827 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5828 of gdb_test_multiple.
5829 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5830 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5831
b9f437de
PA
58322014-03-20 Pedro Alves <palves@redhat.com>
5833
5834 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5835 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5836
05adc73e
PA
58372014-03-19 Pedro Alves <palves@redhat.com>
5838
5839 * gdb.base/async.exp: Remove early return.
5840
6048b950
PA
58412014-03-19 Pedro Alves <palves@redhat.com>
5842
5843 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5844
8bcfb00a
PA
58452014-03-19 Pedro Alves <palves@redhat.com>
5846
5847 * gdb.base/async.exp (test_background): Expect \r\n after
5848 "completed." in the fail pattern.
5849
884e37dc
PA
58502014-03-19 Pedro Alves <palves@redhat.com>
5851
5852 * gdb.base/async.exp (test_background): New procedure.
5853 Use it for all background execution command tests.
5854
148e57e2
PA
58552014-03-19 Pedro Alves <palves@redhat.com>
5856
5857 * gdb.base/async.exp: Use prepare_for_testing.
5858
f48088c7
PA
58592014-03-19 Pedro Alves <palves@redhat.com>
5860
5861 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5862 the same line.
5863
e2f6c966
PA
58642014-03-19 Pedro Alves <palves@redhat.com>
5865
5866 * gdb.base/async.c (main): Add "jump here" and "until here" line
5867 marker comments.
5868 * gdb.base/async.exp (jump_here): New global.
5869 (jump& test): Use it.
5870 (until_here): New global.
5871 (until& test): Use it.
5872
c30568d4
PA
58732014-03-19 Pedro Alves <palves@redhat.com>
5874
5875 * gdb.base/async.exp: Don't frob gdb_protocol.
5876
0172b6a7
DE
58772014-03-18 Doug Evans <xdje42@gmail.com>
5878
5879 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5880 Fix spelling of exec-done-display.
5881
06c868a8
JK
58822014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5883
5884 PR gdb/15358
5885 * gdb.base/gdb-sigterm.c: New file.
5886 * gdb.base/gdb-sigterm.exp: New file.
5887
0c7e1a46
PA
58882014-03-18 Pedro Alves <palves@redhat.com>
5889
5890 PR gdb/13860
5891 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5892 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5893 solib-event.
5894
f7c77d93
JB
58952014-03-17 Joel Brobecker <brobecker@adacore.com>
5896
5897 * gdb.ada/pckd_arr_ren: New testcase.
5898
5a1e8c7a
DE
58992014-03-13 Doug Evans <xdje42@gmail.com>
5900
5901 PR guile/16612
5902 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5903 collect after discarding symbols.
5904
350e1a76
DE
59052014-03-13 Ludovic Courtès <ludo@gnu.org>
5906 Doug Evans <xdje42@gmail.com>
5907
5908 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5909 to history survives a gc.
5910
a69900ae
PA
59112014-03-13 Pedro Alves <palves@redhat.com>
5912
5913 * gdb.base/default.exp: Don't test "target procfs".
5914
5db9f0bd
PA
59152014-03-13 Pedro Alves <palves@redhat.com>
5916
5917 * gdb.base/default.exp: Update "target child" and "target procfs"
5918 tests to not expect "Unix".
5919
b3ccfe11
TT
59202014-03-12 Tom Tromey <tromey@redhat.com>
5921
5922 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5923 New procs. Add target-async tests.
5924 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5925 Add target-async tests.
5926
646f4417
AA
59272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5928
5929 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5930 'func_start' and 'func_end' for the beginning and end of the
5931 function code, respectively.
5932 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5933 'func_end' instead of 'func' and 'main'.
5934
288c211f
AA
59352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5936
5937 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5938 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5939 generate the debug info assembler source.
5940
e0c0f156
AA
59412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5942
5943 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5944 * gdb.dwarf2/arr-subrange.exp: Likewise.
5945 * gdb.dwarf2/dwz.exp: Likewise.
5946 * gdb.dwarf2/method-ptr.exp: Likewise.
5947 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5948 * gdb.dwarf2/subrange.exp: Likewise.
5949 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5950 * gdb.dwarf2/implptrpiece.exp: Likewise.
5951 * gdb.dwarf2/nostaticblock.exp: Likewise.
5952
0e5c4555
AA
59532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5954
5955 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5956 directory to absolute path name arguments.
5957
5ec18f2b
JG
59582014-03-10 Joel Brobecker <brobecker@adacore.com>
5959
5960 * gdb.ada/tagged_access: New testcase.
5961
847fc4f2
MM
59622014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5963
5964 * gdb.btrace/data.exp: Update expected output.
5965
cc3da688
YQ
59662014-03-06 Yao Qi <yao@codesourcery.com>
5967
5968 * gdb.trace/pr16508.exp: New file.
5969
0f26cec1
PA
59702014-03-05 Pedro Alves <palves@redhat.com>
5971
5972 PR gdb/16575
5973 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5974 procedure.
5975 (top level): Adjust to use it. Add tests that exercise breakpoint
5976 interaction with the code-cache.
5977
7a5a839f
LC
59782014-02-26 Ludovic Courtès <ludo@gnu.org>
5979
5980 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5981 test for 'history-append!'.
5982
31aa7e4e
JB
59832014-02-26 Joel Brobecker <brobecker@adacore.com>
5984
5985 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5986 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5987 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5988 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5989 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5990 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5991
1b588015
JB
59922014-02-26 Joel Brobecker <brobecker@adacore.com>
5993
5994 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5995 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5996 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5997
55426c9d
JB
59982014-02-26 Joel Brobecker <brobecker@adacore.com>
5999
6000 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
6001
dc53a7ad
JB
60022014-02-26 Joel Brobecker <brobecker@adacore.com>
6003
6004 * gdb.dwarf2/arr-stride.c: New file.
6005 * gdb.dwarf2/arr-stride.exp: New file.
6006
12ab52e9
PA
60072014-02-26 Pedro Alves <palves@redhat.com>
6008
6009 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
6010 that won't ever trigger. Make sure that GDB reports the correct
6011 breakpoint that caused the stop.
6012
849c862e
JK
60132014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6014
6015 PR gdb/16626
6016 * gdb.base/auto-load-script: New file.
6017 * gdb.base/auto-load.c: New file.
6018 * gdb.base/auto-load.exp: New file.
6019
71b7d793
JK
6020 PR gdb/16626
6021 * gdb.base/auto-load.exp: Fix out-of-srctree run.
6022
e2f0d509
JK
60232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6024
6025 Fix dw2-icycle.exp -fsanitize=address GDB crash.
6026 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
6027
50cc37c8
DE
60282014-02-24 Doug Evans <dje@google.com>
6029
6030 * lib/gdb.exp (run_on_host): Log error output if program fails.
6031
ea4758f2
PA
60322014-02-21 Pedro Alves <palves@redhat.com>
6033
6034 * gdb.threads/step-after-sr-lock.c: Rename to ...
6035 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
6036 * gdb.threads/step-after-sr-lock.exp: Rename to ...
6037 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6038 ... this.
6039
d7b30f67
SDJ
60402014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
6041
6042 PR tdep/16397
6043 * gdb.arch/amd64-stap-special-operands.exp: New file.
6044 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
6045 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
6046 * gdb.arch/amd64-stap-triplet.S: Likewise.
6047 * gdb.arch/amd64-stap-triplet.c: Likewise.
6048
83deb43f
JB
60492014-02-20 Joel Brobecker <brobecker@adacore.com>
6050
6051 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
6052 in .section pseudo-op.
6053
adde2bff
DE
60542014-02-20 lin zuojian <manjian2006@gmail.com>
6055 Joel Brobecker <brobecker@adacore.com>
6056 Doug Evans <xdje42@gmail.com>
6057
6058 PR symtab/16581
6059 * gdb.dwarf2/dw2-icycle.S: New file.
6060 * gdb.dwarf2/dw2-icycle.c: New file.
6061 * gdb.dwarf2/dw2-icycle.exp: New file.
6062
f7bd0f78
SC
60632014-02-19 Siva Chandra Reddy <sivachandra@google.com>
6064
6065 * gdb.python/py-value-cc.cc: Improve test case to enable testing
6066 operations on gdb.Value objects.
6067 * gdb.python/py-value-cc.exp: Add new test to test operations on
6068 gdb.Value objects.
6069
c17ef0d5
DE
60702014-02-18 Doug Evans <dje@google.com>
6071
6072 * Makefile.in (TESTS): New variable.
6073 (expanded_tests, expanded_tests_or_none): New variables
6074 (check-single): Pass $(expanded_tests_or_none) to runtest.
6075 (check-parallel): Only run tests in $(TESTS) if non-empty.
6076 (check/no-matching-tests-found): New rule.
6077 * README: Document TESTS makefile variable.
6078
5dd3176f
DE
60792014-02-18 Doug Evans <dje@google.com>
6080
6081 * Makefile.in (check-parallel): rm -rf outputs temp.
6082
0b10be4f
JK
60832014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6084
6085 Fix "ERROR: no fileid for" in the testsuite.
6086 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
6087
85f224e7
DE
60882014-02-12 Doug Evans <dje@google.com>
6089
6090 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
6091 (MISCELLANEOUS): New variable.
6092 (clean): rm -rf $(MISCELLANEOUS).
6093 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
6094 dwp live in the same directory as symlinks, with each symlink pointed
6095 to a differently named file in a different directory.
6096
149b30ff
DE
60972014-02-11 Doug Evans <dje@google.com>
6098
6099 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
6100 of Tcl file commands.
6101
1dfdac32
MK
61022014-02-10 Mark Kettenis <kettenis@gnu.org>
6103
6104 * gdb.threads/step-after-sr-lock.exp: Avoid executing
6105 "kill -SIGUSR1 -1".
6106
aa4fb036
JB
61072014-02-10 Joel Brobecker <brobecker@adacore.com>
6108
6109 * gdb.ada/tick_length_array_enum_idx: New testcase.
6110
ed3ef339
DE
61112014-02-10 Doug Evans <xdje42@gmail.com>
6112
6113 * configure.ac (AC_OUTPUT): Add gdb.guile.
6114 * configure: Regenerate.
6115 * lib/gdb-guile.exp: New file.
6116 * lib/gdb.exp (get_target_charset): New function.
6117 * gdb.base/help.exp: Update expected output from "apropos apropos".
6118 * gdb.guile/Makefile.in: New file.
6119 * gdb.guile/guile.exp: New file.
6120 * gdb.guile/scm-arch.c: New file.
6121 * gdb.guile/scm-arch.exp: New file.
6122 * gdb.guile/scm-block.c: New file.
6123 * gdb.guile/scm-block.exp: New file.
6124 * gdb.guile/scm-breakpoint.c: New file.
6125 * gdb.guile/scm-breakpoint.exp: New file.
6126 * gdb.guile/scm-disasm.c: New file.
6127 * gdb.guile/scm-disasm.exp: New file.
6128 * gdb.guile/scm-equal.c: New file.
6129 * gdb.guile/scm-equal.exp: New file.
6130 * gdb.guile/scm-error.exp: New file.
6131 * gdb.guile/scm-error.scm: New file.
6132 * gdb.guile/scm-frame-args.c: New file.
6133 * gdb.guile/scm-frame-args.exp: New file.
6134 * gdb.guile/scm-frame-args.scm: New file.
6135 * gdb.guile/scm-frame-inline.c: New file.
6136 * gdb.guile/scm-frame-inline.exp: New file.
6137 * gdb.guile/scm-frame.c: New file.
6138 * gdb.guile/scm-frame.exp: New file.
6139 * gdb.guile/scm-generics.exp: New file.
6140 * gdb.guile/scm-gsmob.exp: New file.
6141 * gdb.guile/scm-iterator.c: New file.
6142 * gdb.guile/scm-iterator.exp: New file.
6143 * gdb.guile/scm-math.c: New file.
6144 * gdb.guile/scm-math.exp: New file.
6145 * gdb.guile/scm-objfile-script-gdb.in: New file.
6146 * gdb.guile/scm-objfile-script.c: New file.
6147 * gdb.guile/scm-objfile-script.exp: New file.
6148 * gdb.guile/scm-objfile.c: New file.
6149 * gdb.guile/scm-objfile.exp: New file.
6150 * gdb.guile/scm-ports.exp: New file.
6151 * gdb.guile/scm-pretty-print.c: New file.
6152 * gdb.guile/scm-pretty-print.exp: New file.
6153 * gdb.guile/scm-pretty-print.scm: New file.
6154 * gdb.guile/scm-section-script.c: New file.
6155 * gdb.guile/scm-section-script.exp: New file.
6156 * gdb.guile/scm-section-script.scm: New file.
6157 * gdb.guile/scm-symbol.c: New file.
6158 * gdb.guile/scm-symbol.exp: New file.
6159 * gdb.guile/scm-symtab-2.c: New file.
6160 * gdb.guile/scm-symtab.c: New file.
6161 * gdb.guile/scm-symtab.exp: New file.
6162 * gdb.guile/scm-type.c: New file.
6163 * gdb.guile/scm-type.exp: New file.
6164 * gdb.guile/scm-value-cc.cc: New file.
6165 * gdb.guile/scm-value-cc.exp: New file.
6166 * gdb.guile/scm-value.c: New file.
6167 * gdb.guile/scm-value.exp: New file.
6168 * gdb.guile/source2.scm: New file.
6169 * gdb.guile/types-module.cc: New file.
6170 * gdb.guile/types-module.exp: New file.
6171
7026a7c1
YQ
61722014-02-10 Yao Qi <yao@codesourcery.com>
6173
6174 PR testsuite/16543
6175 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
6176 * configure: Regenerated.
6177 * Makefile.in: New file.
6178
6c466447
AS
61792014-02-08 Andreas Schwab <schwab@linux-m68k.org>
6180
6181 * gdb.python/py-framefilter.exp: Fix typo.
6182
6e854735
YQ
61832014-02-08 Yao Qi <yao@codesourcery.com>
6184
6185 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
6186 that no =breakpoint-modified is emitted when breakpoints are
6187 modified through MI commands.
6188
d137e6dc
PA
61892014-02-07 Pedro Alves <pedro@codesourcery.com>
6190 Pedro Alves <palves@redhat.com>
6191
6192 * gdb.threads/step-after-sr-lock.c: New file.
6193 * gdb.threads/step-after-sr-lock.exp: New file.
6194
b5ee5a50
PA
61952014-02-07 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
6198
3c77faf3
JK
61992014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6200
6201 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
6202 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
6203
6dddc817
DE
62042014-02-06 Doug Evans <xdje42@gmail.com>
6205
6206 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
6207 output.
6208
6209 * gdb.gdb/python-interrupts.exp: New file.
6210
de7b2893
YQ
62112014-02-05 Yao Qi <yao@codesourcery.com>
6212
6213 * gdb.trace/report.exp (use_collected_data): Test the output
6214 of "info threads" and "info inferiors".
6215
66d032ac
YQ
62162014-02-05 Yao Qi <yao@codesourcery.com>
6217
6218 Revert this patch:
6219
6220 2013-05-24 Yao Qi <yao@codesourcery.com>
6221
6222 * gdb.trace/tfile.exp: Test inferior and thread.
6223
591a12a1
UW
62242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6225
6226 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
6227 on a function.
6228 * gdb.base/step-bt.c: Call hello via function pointer to make
6229 sure its first instruction is executed on powerpc64le-linux.
6230
0ff3e01f
UW
62312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6232
6233 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
6234
084ee545
UW
62352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6236
6237 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
6238 of the test patterns for use on little-endian systems.
6239
6ed14ff3
UW
62402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6241
6242 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
6243 (decimal_vector): Fix for little-endian.
6244
401e27fd
JM
62452014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
6246
6247 * gdb.arch/sparc-sysstep.exp: New file.
6248 * gdb.arch/sparc-sysstep.c: Likewise.
6249
6250 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
6251
8b924729
EBM
62522014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6253
6254 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
6255
fb151210
JB
62562014-01-23 Tom Tromey <tromey@redhat.com>
6257
6258 * gdb.ada/array_char_idx: New testcase.
6259
0740f8d8
TT
62602014-01-23 Tom Tromey <tromey@redhat.com>
6261
6262 PR python/16487:
6263 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
6264 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
6265 classes.
6266
21909fa1
TT
62672014-01-23 Tom Tromey <tromey@redhat.com>
6268
6269 PR python/16491:
6270 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
6271 string from an inferior frame.
6272 * gdb.python/py-framefilter-mi.exp: Update.
6273
87ce2a04
DE
62742014-01-22 Doug Evans <dje@google.com>
6275
6276 * gdb.server/server-mon.exp: Add tests for "set debug-format".
6277
237b092b
AA
62782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6279
6280 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
6281
d674a709
AA
62822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6283
6284 * gdb.trace/entry-values.exp: Remove excess space character from
6285 regex patterns. Handle s390 call instruction.
6286
20fa3390
AA
62872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6288
6289 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
6290 define "*_start" label. Make "name" static.
6291 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
6292 ${name} by references to ${name}_start.
6293
78466714
AA
62942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6295
6296 * gdb.base/info-macros.exp: Remove "debug" from the compile
6297 options.
6298
ec9f644a
IB
62992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6300
6301 * gdb.dlang/demangle.exp: New file.
6302
94b1b47e
IB
63032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6304
6305 * gdb.dlang/primitive-types.exp: New file.
6306
7f420862
IB
63072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6308
6309 * configure.ac: Create gdb.dlang/Makefile.
6310 * configure: Regenerate.
6311 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
6312 * gdb.dlang/Makefile.in: New file.
6313 * lib/d-support.exp: New file.
6314 * lib/gdb.exp (skip_d_tests): New proc.
6315
52834460
MM
63162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6317
6318 * gdb.btrace/delta.exp: Check reverse stepi.
6319 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
6320 * gdb.btrace/finish.exp: New.
6321 * gdb.btrace/next.exp: New.
6322 * gdb.btrace/nexti.exp: New.
6323 * gdb.btrace/record_goto.c: Add comments.
6324 * gdb.btrace/step.exp: New.
6325 * gdb.btrace/stepi.exp: New.
6326 * gdb.btrace/multi-thread-step.c: New.
6327 * gdb.btrace/multi-thread-step.exp: New.
6328 * gdb.btrace/rn-dl-bind.c: New.
6329 * gdb.btrace/rn-dl-bind.exp: New.
6330 * gdb.btrace/data.c: New.
6331 * gdb.btrace/data.exp: New.
6332 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6333
6e07b1d2
MM
63342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6335
6336 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
6337 * gdb.btrace/exception.exp: Update.
6338 * gdb.btrace/instruction_history.exp: Update.
6339 * gdb.btrace/record_goto.exp: Update.
6340 * gdb.btrace/tailcall.exp: Update.
6341 * gdb.btrace/unknown_functions.exp: Update.
6342 * gdb.btrace/delta.exp: New.
6343
0b722aec
MM
63442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6345
6346 * gdb.btrace/record_goto.exp: Add backtrace test.
6347 * gdb.btrace/tailcall.exp: Add backtrace test.
6348
066ce621
MM
63492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6350
6351 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6352 * gdb.btrace/record_goto.c: New.
6353 * gdb.btrace/record_goto.exp: New.
6354 * gdb.btrace/x86-record_goto.S: New.
6355
0688d04e
MM
63562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6357
6358 * gdb.btrace/function_call_history.exp: Update tests.
6359 * gdb.btrace/instruction_history.exp: Update tests.
6360
8710b709
MM
63612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6362
6363 * gdb.btrace/function_call_history.exp: Fix expected field
6364 order for "record function-call-history".
6365 Add new tests for "record function-call-history /c".
6366 * gdb.btrace/exception.cc: New.
6367 * gdb.btrace/exception.exp: New.
6368 * gdb.btrace/tailcall.exp: New.
6369 * gdb.btrace/x86-tailcall.S: New.
6370 * gdb.btrace/x86-tailcall.c: New.
6371 * gdb.btrace/unknown_functions.c: New.
6372 * gdb.btrace/unknown_functions.exp: New.
6373 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6374
5de9129b
MM
63752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6376
6377 * gdb.btrace/instruction_history.exp: Update.
6378 * gdb.btrace/function_call_history.exp: Update.
6379
23a7fe75
MM
63802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6381
6382 * gdb.btrace/function_call_history.exp: Fix expected function
6383 trace.
6384 * gdb.btrace/instruction_history.exp: Initialize traced.
6385 Remove traced_functions.
6386
724c7dd8
MM
63872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6388
6389 * gdb.btrace/function_call_history.exp: Update
6390 * gdb.btrace/instruction_history.exp: Update.
6391
6d78d93b
MM
63922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6393
6394 * gdb.btrace/enable.exp: Update expected text.
6395
93a360cc
OJ
63962014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
6397
6398 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6399 bytes.
6400
3772b53f
MR
64012014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
6402
6403 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6404
596662fa
OJ
64052014-01-15 Omair Javaid <omair.javaid@linaro.org>
6406
6407 * lib/gdb.exp (supports_process_record): Return true for
6408 arm*-linux*. (supports_reverse): Likewise.
6409
b5b08fb4
SC
64102014-01-13 Siva Chandra Reddy <sivachandra@google.com>
6411
6412 PR python/15464
6413 PR python/16113
6414 * gdb.python/py-type.c: Enhance test case.
6415 * gdb.python/py-value-cc.cc: Likewise
6416 * gdb.python/py-type.exp: Add new tests.
6417 * gdb.python/py-value-cc.exp: Likewise
6418
52d7fb13
AA
64192014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6420 Pedro Alves <palves@redhat.com>
6421
6422 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6423 Make "name" extern.
6424 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6425 references to ${name}_start by references to ${name}.
6426
a2cd8cfe
JB
64272014-01-10 Joel Brobecker <brobecker@adacore.com>
6428
6429 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6430
4e23fced
JB
64312014-01-10 Joel Brobecker <brobecker@adacore.com>
6432
6433 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6434
c6a9e42c
PA
64352014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
6436 Pedro Alves <palves@redhat.com>
6437
6438 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 6439 mi_gdb_target_load.
c6a9e42c 6440
b7ea362b
PA
64412014-01-08 Pedro Alves <palves@redhat.com>
6442
6443 * gdb.threads/reconnect-signal.c: New file.
6444 * gdb.threads/reconnect-signal.exp: New file.
6445
5e3f4fab
EBM
64462014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6447
6448 * gdb.base/source-dir.exp: New file.
6449
79301218
JB
64502014-01-07 Joel Brobecker <brobecker@adacore.com>
6451
6452 * gdb.ada/mi_interface: New testcase.
6453
8e355c5d
JB
64542014-01-07 Joel Brobecker <brobecker@adacore.com>
6455
6456 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6457 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6458 gdb.ada/pp-rec-component/pck.ads: New files.
6459
c0d48811
JB
64602014-01-07 Joel Brobecker <brobecker@adacore.com>
6461
6462 * gdb.python/py-pp-integral.c: New file.
6463 * gdb.python/py-pp-integral.py: New file.
6464 * gdb.python/py-pp-integral.exp: New file.
6465
17b609c3 6466For older changes see ChangeLog-1993-2013.
c906108c 6467\f
8d8cb839
EZ
6468;; Local Variables:
6469;; mode: change-log
6470;; left-margin: 8
6471;; fill-column: 74
6472;; version-control: never
6473;; End:
902f2ccb 6474
32d0add0 6475 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
6476 Copying and distribution of this file, with or without modification,
6477 are permitted provided the copyright notice and this notice are preserved.
This page took 2.580364 seconds and 4 git commands to generate.