]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Support displaced stepping in support_displaced_stepping for aarch64*-*-linux*
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
34240514
YQ
12015-10-12 Yao Qi <yao.qi@linaro.org>
2
3 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4 is aarch64*-*-linux*.
5
8240f442
YQ
62015-10-12 Yao Qi <yao.qi@linaro.org>
7
8 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9 (can_relocate_bcond_true): ... it.
10 (can_relocate_bcond_false): New function.
11 (foo): Likewise.
12 (can_relocate_bl): Likewise.
13 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14 can_relocate_bl.
15
2520f728
PMR
162015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17
18 * gdb.base/nested-addr.c: New file.
19 * gdb.base/nested-addr.exp: New testcase.
20
abcef95a
MM
212015-10-09 Markus Metzger <markus.t.metzger@intel.com>
22
23 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
24 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
25 its output. Ignore the output of "record goto begin" and instead
26 check that GDB is replaying.
27
145e3ddb
PA
282015-10-09 Pedro Alves <palves@redhat.com>
29
30 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
31 (top level): Use it in the run with no args test.
32
d5d8c4e1
IB
332015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
34
35 * gdb.dlang/properties.exp: New file.
36
06e635ef
SL
372015-10-02 Sandra Loosemore <sandra@codesourcery.com>
38
39 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
40 whether or not address 0x1000 is mapped on the target.
41
e019fd1d
SM
422015-09-30 Simon Marchi <simon.marchi@ericsson.com>
43
44 * gdb.python/py-type.exp: Do not run tests if binaries fail to
45 build.
46
77ba2a67
MM
472015-09-30 Markus Metzger <markus.t.metzger@intel.com>
48
49 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
50 instruction-history test.
51
c60eb31f
DE
522015-09-28 Doug Evans <dje@google.com>
53
54 * gdb.base/gcore.c (array_func): Add reference to static_array.
55
9a3c8263
SM
562015-09-25 Simon Marchi <simon.marchi@ericsson.com>
57
58 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
59 source line.
60
9720e656
SL
612015-09-24 Sandra Loosemore <sandra@codesourcery.com>
62
63 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
64 short or char as base type.
65
938d3bf2
SL
662015-09-23 Sandra Loosemore <sandra@codesourcery.com>
67
68 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
69 to allow any size enum.
70
e6c2c623
PMR
712015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
72
73 * gdb.ada/array_ptr_renaming.exp: New testcase.
74 * gdb.ada/array_ptr_renaming/foo.adb: New file.
75 * gdb.ada/array_ptr_renaming/pack.ads: New file.
76
06da0f77
PL
772015-09-21 Pierre Langlois <pierre.langlois@arm.com>
78
79 * gdb.trace/ftrace-lock.c: New file.
80 * gdb.trace/ftrace-lock.exp: New file.
81
4f51c22a
PL
822015-09-21 Pierre Langlois <pierre.langlois@arm.com>
83
84 * gdb.arch/insn-reloc.c: New file.
85 * gdb.arch/ftrace-insn-reloc.exp: New file.
86
7041adf4
PL
872015-09-21 Pierre Langlois <pierre.langlois@arm.com>
88
89 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
90 instruction.
91 * gdb.trace/pendshr1.c (pendfunc): Likewise.
92 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
93 * gdb.trace/range-stepping.c: Likewise.
94 * gdb.trace/trace-break.c: Likewise.
95 * gdb.trace/trace-mt.c (thread_function): Likewise.
96 * gdb.trace/ftrace.c (marker): Likewise.
97 * gdb.trace/trace-condition.c (marker): Likewise.
98 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
99 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
100 is_aarch64_target.
101
015d2e7e
DE
1022015-09-18 Doug Evans <xdje42@gmail.com>
103
104 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
105 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
106
26b188a2
SL
1072015-09-18 Sandra Loosemore <sandra@codesourcery.com>
108
109 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
110 the breakpoint.
111
79dc332b
SL
1122015-09-18 Sandra Loosemore <sandra@codesourcery.com>
113
114 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
115 the pending breakpoint. Remove timeout override for "Run till
116 MI pending breakpoint on pendfunc3 on thread 2" test.
117
f57929f2
SL
1182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
119
120 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
121 filename pattern.
122
3f469b17
SL
1232015-09-18 Sandra Loosemore <sandra@codesourcery.com>
124
125 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
126 in breakpoint filename pattern.
127
515b89b3
SL
1282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
129
7800dbe4
SL
130 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
131
1322015-09-18 Sandra Loosemore <sandra@codesourcery.com>
133
515b89b3
SL
134 * gdb.linespec/explicit.exp: Check for readline support for
135 tab-completion tests. Fix obvious typo.
136
d2939ba2
MM
1372015-09-18 Markus Metzger <markus.t.metzger@intel.com>
138
139 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
140 and replay.
141
cbb55fa7
MM
1422015-09-18 Markus Metzger <markus.t.metzger@intel.com>
143
144 * gdb.btrace/non-stop.c: New.
145 * gdb.btrace/non-stop.exp: New.
146
43691ca1
PL
1472015-09-17 Pierre Langlois <pierre.langlois@arm.com>
148 Yao Qi <yao.qi@linaro.org>
149
150 * gdb.trace/trace-condition.c: New file.
151 * gdb.trace/trace-condition.exp: New file.
152
d78908cf
WW
1532015-09-16 Wei-cheng Wang <cole945@gmail.com>
154
155 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
156 for testing bytecode compilation.
157
1ed415e2
PA
1582015-09-16 Pedro Alves <palves@redhat.com>
159 Sandra Loosemore <sandra@codesourcery.com>
160
161 * gdb.threads/non-stop-fair-events.c (timeout): New global.
162 (SECONDS): Redefine.
163 (main): Call pthread_kill and alarm early.
164 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
165 support.
166 (test): If the target can't hardware step and doesn't support
167 displaced stepping, increase the timeout.
168
d136eff5
PA
1692015-09-16 Pedro Alves <palves@redhat.com>
170
171 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
172 (enable_debug): New procedures.
173 (test): Use them. Bail out if waiting for threads fails.
174 (top level): Bail out if a test fails.
175
991f019c
YQ
1762015-09-16 Yao Qi <yao.qi@linaro.org>
177
178 * gdb.asm/asm-source.exp: Set asm-arch for
179 aarch64*-*-* target.
180 * gdb.asm/aarch64.inc: New file.
181
bfca584f
PMR
1822015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
183
184 * gdb.ada/array_of_variable_length.exp: New testcase.
185 * gdb.ada/array_of_variable_length/foo.adb: New file.
186 * gdb.ada/array_of_variable_length/pck.adb: New file.
187 * gdb.ada/array_of_variable_length/pck.ads: New file.
188
b326e587
DE
1892015-09-15 Doug Evans <dje@google.com>
190
191 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
192 of function static local variable.
193
5382cfab
PW
1942015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
195
196 * gdb.threads/tls-so_extern.exp: New test file.
197 * gdb.threads/tls-so_extern.c: New test file.
198 * gdb.threads/tls-so_extern_main.c: New test file.
199
141c5cc4
JK
2002015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
201
202 * gdb.opt/solib-intra-step-lib.c: New file.
203 * gdb.opt/solib-intra-step-main.c: New file.
204 * gdb.opt/solib-intra-step.exp: New file.
205
d15dcecd
PA
2062015-09-15 Pedro Alves <palves@redhat.com>
207
208 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
209 gdb_continue_to_breakpoint instead of gdb_test_multiple.
210
4c2f2a79
PA
2112015-09-14 Pedro Alves <palves@redhat.com>
212
213 * gdb.base/hook-stop-continue.c: Delete.
214 * gdb.base/hook-stop-continue.exp: Delete.
215 * gdb.base/hook-stop-frame.c: Delete.
216 * gdb.base/hook-stop-frame.exp: Delete.
217 * gdb.base/hook-stop.c: New file.
218 * gdb.base/hook-stop.exp: New file.
219
919e6dbe
PMR
2202015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
221
222 * gdb.ada/access_to_packed_array.exp: New testcase.
223 * gdb.ada/access_to_packed_array/foo.adb: New file.
224 * gdb.ada/access_to_packed_array/pack.adb: New file.
225 * gdb.ada/access_to_packed_array/pack.ads: New file.
226
157280a4
MM
2272015-09-14 Markus Metzger <markus.t.metzger@intel.com>
228
229 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
230 buffer size test.
231
2fd33e94
DB
2322015-09-11 Don Breazeal <donb@codesourcery.com>
233
234 * gdb.base/foll-exec.c: Add copyright header. Fix
235 formatting issues.
236 * gdb.base/foll-exec.exp (zap_session): Delete proc.
237 (do_exec_tests): Use clean_restart in place of zap_session,
238 and for test initialization. Fix formatting issues. Use
239 fail in place of perror.
240 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
241 an expect statement to match an expression with output from
242 the program under debug.
243 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
244 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
245 * gdb.threads/non-ldr-exc-2.exp: Likewise.
246 * gdb.threads/non-ldr-exc-3.exp: Likewise.
247 * gdb.threads/non-ldr-exc-4.exp: Likewise.
248
e70b6e8e
DE
2492015-09-09 Doug Evans <dje@google.com>
250
251 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
252
7a551a51
DE
2532015-09-09 Doug Evans <dje@google.com>
254
255 * gdb.base/pie-execl.exp: Fix result test of build_executable.
256
4c666f84
DE
2572015-09-09 Doug Evans <dje@google.com>
258
259 * gdb.base/savedregs.exp: Fix typo.
260
243a9253
PA
2612015-09-09 Pedro Alves <palves@redhat.com>
262
263 * gdb.mi/mi-cli.exp: Add CLI finish tests.
264
c0fa8fbd
SL
2652015-09-08 Sandra Loosemore <sandra@codesourcery.com>
266
267 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
268 command actually switches threads. Give up on remaining
269 tests if target fails to stop at breakpoint.
270
cd7c1778
PMR
2712015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
272
273 * gdb.ada/funcall_char.exp: New testcase.
274 * gdb.ada/funcall_char/foo.adb: New file.
275
dc5c8746
PMR
2762015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
277
278 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
279 expected outputs. Add two testcases for completing ambiguous
280 functions.
281 * gdb.ada/complete/aux_pck.adb: New file.
282 * gdb.ada/complete/aux_pck.ads: New file.
283 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
284 Ambiguous_Func functions.
285 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
286 * gdb.ada/complete/pck.adb: Likewise.
287
4e83a1e7
UW
2882015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
289
290 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
291 failures to run the test program under GDB.
292
8ce74153
LM
2932015-08-26 Luis Machado <lgustavo@codesourcery.com>
294
295 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
296 to C.
297
e9756d52
PP
2982015-08-26 Patrick Palka <patrick@parcs.ath.cx>
299
300 * gdb.base/run-after-attach.exp: New test file.
301 * gdb.base/run-after-attach.c: New test file.
302
8d37573b
DB
3032015-08-26 Don Breazeal <donb@codesourcery.com>
304
305 * gdb.base/foll-exec-2.c: New test program.
306 * gdb.base/foll-exec-2.exp: New test.
307
63e43d3a
PMR
3082015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
309
310 * gdb.base/nested-subp1.exp: New file.
311 * gdb.base/nested-subp1.c: New file.
312 * gdb.base/nested-subp2.exp: New file.
313 * gdb.base/nested-subp2.c: New file.
314 * gdb.base/nested-subp3.exp: New file.
315 * gdb.base/nested-subp3.c: New file.
316
3d40fbb5
PA
3172015-08-24 Pedro Alves <palves@redhat.com>
318
319 * gdb.server/connect-without-multi-process.c: New file.
320 * gdb.server/connect-without-multi-process.exp: New file.
321
4422ac93
LM
3222015-08-24 Luis Machado <lgustavo@codesourcery.com>
323
324 * gdb.opt/inline-markers.c: Make z int.
325
91dddb86
LM
3262015-08-24 Luis Machado <lgustavo@codesourcery.com>
327
328 * gdb.opt/inline-markers.c: Make z volatile.
329
a48847ee
LM
3302015-08-24 Luis Machado <lgustavo@codesourcery.com>
331
332 * gdb.opt/inline-bt.c: New volatile global z.
333 * gdb.opt/inline-cmds.c: Likewise.
334 * gdb.opt/inline-locals.c: Likewise.
335 * gdb.opt/inline-markers.c: New extern global z.
336 (marker): Use z.
337 (inline_fn): Likewise.
338
0ebbc52b
PA
3392015-08-24 Pedro Alves <palves@redhat.com>
340
341 * config/m32r-stub.exp: Remove file.
342 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
343 * gdb.base/call-rt-st.exp: Likewise.
344 * gdb.base/call-strs.exp: Likewise.
345 * gdb.base/default.exp: Remove references to h8300-*-hms and
346 *-*-udi*.
347 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
348
77c365df
AA
3492015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
350
351 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
352 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
353 and "return" use KFAIL when GDB can not read/write the vector
354 return value.
355
4313b8c0
GB
3562015-08-21 Gary Benson <gbenson@redhat.com>
357
358 * gdb.trace/pending.exp: Cope with remote transfer warnings.
359
0e433b32
PA
3602015-08-20 Pedro Alves <palves@redhat.com>
361
362 * gdb.server/solib-list.exp: No longer expect an interior stop in
363 non-stop mode.
364
221e1a37
PA
3652015-08-20 Pedro Alves <palves@redhat.com>
366
367 * gdb.server/connect-stopped-target.c: New file.
368 * gdb.server/connect-stopped-target.exp: New file.
369
40e3ad0e
PA
3702015-08-20 Pedro Alves <palves@redhat.com>
371
372 * gdb.dwarf2/comp-unit-lang.exp: New file.
373 * gdb.dwarf2/comp-unit-lang.c: New file.
374
af39b327
PMR
3752015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
376
377 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
378 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
379
7d45c7c3
KB
3802015-08-19 Kevin Buettner <kevinb@redhat.com>
381
382 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
383 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
384
4d6cceb4
DE
3852015-08-18 Doug Evans <dje@google.com>
386 Adrian Sendroiu <adrian.sendroiu@freescale.com>
387
388 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
389 skip_python_tests. New arg prompt_regexp.
390 (skip_python_tests): New function.
391 * lib/mi-support.exp (mi_skip_python_tests): New function.
392 * gdb.python/py-mi-objfile-gdb.py: New file.
393 * gdb.python/py-mi-objfile.c: New file.
394 * gdb.python/py-mi-objfile.exp: New file.
395
ad89c2aa
KS
3962015-08-17 Keith Seitz <keiths@redhat.com>
397
398 * gdb.linespec/explicit.exp: Move strace test from here ...
399 * gdb.trace/strace.exp: ... to here.
400
e3ae3c43
PP
4012015-08-15 Patrick Palka <patrick@parcs.ath.cx>
402
403 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
404 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
405
604b2636
DE
4062015-08-14 Doug Evans <xdje42@gmail.com>
407
408 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
409 inferior before selecting a new file.
410
6ff0ba5f
DE
4112015-08-14 Doug Evans <xdje42@gmail.com>
412
413 * gdb.mi/mi-disassemble.exp: Update.
414 * gdb.base/disasm-optim.S: New file.
415 * gdb.base/disasm-optim.c: New file.
416 * gdb.base/disasm-optim.h: New file.
417 * gdb.base/disasm-optim.exp: New file.
418
9ca98f92
KS
4192015-08-14 Keith Seitz <keiths@redhat.com>
420
421 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
422 "evaluated-by".
423
52bbc560
JB
4242015-08-13 Joel Brobecker <brobecker@adacore.com>
425
426 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
427
5d8c3ed3
PMR
4282015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
429
430 * gdb.ada/fun_renaming.exp: New testcase.
431 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
432 * gdb.ada/fun_renaming/pack.adb: New file.
433 * gdb.ada/fun_renaming/pack.ads: New file.
434
ea8812bc
KS
4352015-08-12 Keith Seitz <keiths@redhat.com>
436
437 * gdb.base/dso2dso.exp: Pass basename of source file in call to
438 gdb_get_line_number.
439
4dafcdeb
JB
4402015-08-12 Joel Brobecker <brobecker@adacore.com>
441
442 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
443 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
444 gdb.base/dso2dso.exp: New files.
445
5ba32597
SDJ
4462015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
447 Pedro Alves <palves@redhat.com>
448 Keith Seitz <keiths@redhat.com>
449
450 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
451 GDBFLAGS.
452
b6dafabf
PP
4532015-08-12 Patrick Palka <patrick@parcs.ath.cx>
454
455 * gdb.base/gdbhistsize-history.exp
456 (test_histsize_history_setting): Use save_vars.
457 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
458 Use save_vars.
459 (test_no_truncation_of_unlimited_history_file): Use save_vars.
460 * gdb.base/readline.exp: Use save_vars.
461
abe8e607
PP
4622015-08-12 Patrick Palka <patrick@parcs.ath.cx>
463
464 * lib/gdb.exp (save_vars): New proc.
465
629500fa
KS
4662015-08-11 Keith Seitz <keiths@redhat.com>
467
468 * gdb.base/help.exp: Update help_breakpoint_text.
469
eb8c4e2e
KS
4702015-08-11 Keith Seitz <keiths@redhat.com>
471
472 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
473 (at toplevel): Call test_explicit_breakpoints.
474 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
475 breakpoints.
476 * lib/mi-support.exp (mi_make_breakpoint): Add support for
477 breakpoint conditions, "-cond".
478
87f0e720
KS
4792015-08-11 Keith Seitz <keiths@redhat.com>
480
481 * gdb.linespec/3explicit.c: New file.
482 * gdb.linespec/cpexplicit.cc: New file.
483 * gdb.linespec/cpexplicit.exp: New file.
484 * gdb.linespec/explicit.c: New file.
485 * gdb.linespec/explicit.exp: New file.
486 * gdb.linespec/explicit2.c: New file.
487 * gdb.linespec/ls-errs.exp: Add explicit location tests.
488 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
489 before using in the matching pattern.
490 Clarify that `prefix' is a regular expression.
491
f00aae0f
KS
4922015-08-11 Keith Seitz <keiths@redhat.com>
493
494 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
495 test.
496 Add tests for missing ",FMT" and ",".
497
e27852be
DE
4982015-08-10 Doug Evans <dje@google.com>
499 Keith Seitz <keiths@redhat.com>
500
501 PR gdb/17960
502 * gdb.base/completion.exp: Add location completer tests.
503
7f03bd92
PA
5042015-08-07 Pedro Alves <palves@redhat.com>
505
506 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
507 tests here.
508 (top level): Run do_test with and without displaced stepping.
509
3fc8eb30
PA
5102015-08-07 Pedro Alves <palves@redhat.com>
511
512 * gdb.base/valgrind-disp-step.c: New file.
513 * gdb.base/valgrind-disp-step.exp: New file.
514
d4569d7b
PA
5152015-08-07 Pedro Alves <palves@redhat.com>
516
517 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
518 Delete function.
519 (main): Add alarm. Run an infinite loop instead of calling
520 wait_threads.
521 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
522 comment.
523 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
524 Delete function.
525 (main): Add alarm. Run an infinite loop instead of calling
526 wait_threads.
527 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
528 comment.
529
e1316e60
PA
5302015-08-07 Pedro Alves <palves@redhat.com>
531
532 * gdb.base/checkpoint-ns.exp: New file.
533 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
534 standard_testfile.
535
da8c46d2
MM
5362015-08-07 Markus Metzger <markus.t.metzger@intel.com>
537
538 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
539 * gdb.btrace/instruction_history.exp: Update.
540 * gdb.btrace/tsx.exp: New.
541 * gdb.btrace/tsx.c: New.
542
de1c2c52
PA
5432015-08-06 Pedro Alves <palves@redhat.com>
544
545 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
546 increase timeout.
547 * gdb.reverse/until-precsave.exp: Bump timeouts.
548
782e0bf4
PA
5492015-08-06 Pedro Alves <palves@redhat.com>
550
551 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
552
83e97ed0
PA
5532015-08-06 Pedro Alves <palves@redhat.com>
554
555 PR gdb/18749
556 * gdb.threads/process-dies-while-handling-bp.c: New file.
557 * gdb.threads/process-dies-while-handling-bp.exp: New file.
558
863d01bd
PA
5592015-08-06 Pedro Alves <palves@redhat.com>
560
561 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
562 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
563
0a39bb32
PA
5642015-08-05 Pedro Alves <palves@redhat.com>
565
566 * gdb.threads/next-while-other-thread-longjmps.c: New file.
567 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
568
ee2d2b10
SL
5692015-08-03 Sandra Loosemore <sandra@codesourcery.com>
570
571 * gdb.base/bp-permanent.exp: Report test as unsupported if
572 the target cannot stop at the permanent breakpoint.
573
4e1bdb00
DE
5742015-08-03 Doug Evans <dje@google.com>
575
576 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
577 10000.
578
3d338901
DE
5792015-08-03 Doug Evans <dje@google.com>
580
581 * Makefile.in (workers/%.worker, build-perf): New rule.
582 (GDB_PERFTEST_MODE): New variable.
583 (check-perf): Use it.
584 (clean): Clean up gdb.perf parallel build subdirs.
585 * lib/build-piece.exp: New file.
586 * lib/gdb.exp (make_gdb_parallel_path): New function
587 (standard_output_file, standard_temp_file): Call it.
588 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
589 of $GDB_PARALLEL.
590 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
591
af061d3e
DE
5922015-08-03 Doug Evans <dje@google.com>
593
8e1afc81 594 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
595 (LOG_FILE_NAME): New global.
596 (TextReporter.__init__): Initialize self.txt_sum.
597 (TextReporter.report): Add support for multiple data-points.
598 Move report to perftest.sum, put raw data in perftest.log.
599 (TextReporter.start): Open sum and log files.
600 (TextReporter.end): Close sum and log files.
8e1afc81
DE
601 * gdb.perf/lib/perftest/testresult.py
602 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 603
2c8c5d37
PA
6042015-07-31 Pedro Alves <palves@redhat.com>
605
606 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
607 Use spawn_id_get_pid. Wait for spawn id after eof. Use
608 kill_wait_spawned_process instead of explicit "kill -9".
609 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
610 returning a spawn id instead of a pid. Use spawn_id_get_pid and
611 kill_wait_spawned_process.
612 * gdb.base/attach-twice.exp: Likewise.
613 * gdb.base/attach.exp: Likewise.
614 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
615 gdb_test_multiple.
616 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
617 returning a spawn id instead of a pid. Use spawn_id_get_pid and
618 kill_wait_spawned_process.
619 * gdb.base/valgrind-infcall.exp: Likewise.
620 * gdb.multi/multi-attach.exp: Likewise.
621 * gdb.python/py-prompt.exp: Likewise.
622 * gdb.python/py-sync-interp.exp: Likewise.
623 * gdb.server/ext-attach.exp: Likewise.
624 * gdb.threads/attach-into-signal.exp (corefunc): Use
625 spawn_wait_for_attach, spawn_id_get_pid and
626 kill_wait_spawned_process.
627 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
628 spawn_wait_for_attach returning a spawn id instead of a pid. Use
629 spawn_id_get_pid and kill_wait_spawned_process.
630 * gdb.threads/attach-stopped.exp (corefunc): Use
631 spawn_wait_for_attach, spawn_id_get_pid and
632 kill_wait_spawned_process.
633 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
634 Use spawn_id_get_pid. Wait for spawn id after eof. Use
635 kill_wait_spawned_process instead of explicit "kill -9".
636 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
637 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
638 (spawn_wait_for_attach): Use spawn instead of exec to spawn
639 processes. Don't map cygwin/windows pids here. Now returns a
640 spawn id list.
641
032a0fca
SL
6422015-07-30 Sandra Loosemore <sandra@codesourcery.com>
643
644 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
645 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
646 correct patch.
647
61a934ca
SL
6482015-07-30 Sandra Loosemore <sandra@codesourcery.com>
649
650 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
651
4bc4d428
SL
6522015-07-30 Sandra Loosemore <sandra@codesourcery.com>
653
654 Reapply:
655 2014-05-21 Mark Wielaard <mjw@redhat.com>
656
657 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
658
998d452a
PA
6592015-07-30 Pedro Alves <palves@redhat.com>
660
661 * linux-low.c (handle_extended_wait): Set the child's last
662 reported status to TARGET_WAITKIND_STOPPED.
663
69dde7dc
PA
6642015-07-30 Pedro Alves <palves@redhat.com>
665
666 PR threads/18600
667 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
668 only shows inferior 1.
669
4dd63d48
PA
6702015-07-30 Simon Marchi <simon.marchi@ericsson.com>
671 Pedro Alves <palves@redhat.com>
672
673 PR threads/18600
674 * gdb.threads/fork-plus-threads.c: New file.
675 * gdb.threads/fork-plus-threads.exp: New file.
676
d618e4c5
PP
6772015-07-29 Patrick Palka <patrick@parcs.ath.cx>
678
679 * gdb.base/batch-preserve-term-settings.exp
680 (test_terminal_settings_preserved_after_cli_exit): Use
681 send_quit_command.
682
1eef6428
PA
6832015-07-29 Pedro Alves <palves@redhat.com>
684 Don Breazeal <donb@codesourcery.com>
685
686 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
687 output from both inferior_spawn_id and gdb_spawn_id.
688
7da5b897
SDJ
6892015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
690
691 * gdb.threads/attach-into-signal.exp (corefunc): Use
692 with_test_prefix on nested loops, uniquefying the test messages.
693
dac804df
SDJ
6942015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
695
696 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
697 commit.
698
06265e53
PP
6992015-07-29 Patrick Palka <patrick@parcs.ath.cx>
700
701 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
702 New proc.
703 (test_terminal_settings_preserved_after_sigterm): New test.
704
18206ca3
PP
7052015-07-29 Patrick Palka <patrick@parcs.ath.cx>
706
707 * gdb.base/batch-preserve-term-settings.exp
708 (test_terminal_settings_preserved_after_cli_exit): New test.
709
90074d11
PP
7102015-07-29 Patrick Palka <patrick@parcs.ath.cx>
711
712 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
713 manipulation of saved_gdbflags.
714 (test_terminal_settings_preserved): Remove global declaration of
715 the unused variable pagination_prompt. Remove manipulation of
716 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
717 GDBFLAGS.
718
eb1a7902
PA
7192015-07-29 Pedro Alves <palves@redhat.com>
720
721 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
722
8b75dd3b
PA
7232015-07-29 Pedro Alves <palves@redhat.com>
724
725 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
726 at the top.
727
dedad4e3
PA
7282015-07-29 Pedro Alves <palves@redhat.com>
729
730 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
731 (main): Call gdb_unbuffer_output.
732 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
733 (main): Call gdb_unbuffer_output.
734 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
735 (main): Call gdb_unbuffer_output.
736 * gdb.base/call-strs.exp: Adjust to step over the
737 gdb_unbuffer_output call.
738 * gdb.base/catch-gdb-caused-signals.c: Include
739 "../lib/unbuffer_output.c".
740 (main): Call gdb_unbuffer_output.
741 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
742 (main): Call gdb_unbuffer_output.
743 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
744 (main): Call gdb_unbuffer_output.
745 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
746 (main): Call gdb_unbuffer_output.
747 * gdb.base/shlib-call.exp: Adjust to step over the
748 gdb_unbuffer_output call.
749 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
750 (main): Call gdb_unbuffer_output.
751 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
752 (main): Call gdb_unbuffer_output.
753 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
754 (main): Rename to ...
755 (test): ... this.
756 (main): Reimplement.
757 * gdb.base/varargs.exp: Run to test instead of to main.
758 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
759 (main): Call gdb_unbuffer_output.
760
58789a91
PA
7612015-07-29 Pedro Alves <palves@redhat.com>
762
763 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
764 factore out from mi_continue_dprintf. For call-style dprintfs,
765 expect dprintf output out of $inferior_spawn_id.
766 (mi_continue_dprintf): Use mi_expect_dprintf.
767 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
768 (main): Call gdb_unbuffer_output.
769
e8376742
PA
7702015-07-29 Pedro Alves <palves@redhat.com>
771
772 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
773 (default_mi_gdb_start): Set inferior_spawn_id instead of
774 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
775 gdb_spawn_id.
776 (mi_gdb_test): Always expect inferior output from both
777 $inferior_spawn_id and $gdb_spawn_id.
778
08280010
PA
7792015-07-29 Pedro Alves <palves@redhat.com>
780
781 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
782 send_inferior and $inferior_spawn_id.
783
4d30e432
PA
7842015-07-29 Pedro Alves <palves@redhat.com>
785
786 * gdb.gdb/complaints.exp (test_initial_complaints)
787 (test_serial_complaints, test_short_complaints): Use
788 gdb_test_stdio.
789 (test_empty_complaint): Handle $inferior_spawn_id !=
790 $gdb_spawn_id.
791
0d30a335
PA
7922015-07-29 Pedro Alves <palves@redhat.com>
793
794 * gdb.base/varargs.exp: Use gdb_test_stdio.
795
39413b29
PA
7962015-07-29 Pedro Alves <palves@redhat.com>
797
798 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
799
7cb000a9
PA
8002015-07-29 Pedro Alves <palves@redhat.com>
801
802 * gdb.base/ending-run.exp: Use gdb_test_stdio.
803
d7b8ac82
PA
8042015-07-29 Pedro Alves <palves@redhat.com>
805
806 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
807 parameter into two new parameters, "inf_result" and "gdb_result".
808 Expect inferior output and gdb output from $inferior_spawn_id and
809 $gdb_spawn_id, respectively. Adjust all callers.
810
789c3a0c
PA
8112015-07-29 Pedro Alves <palves@redhat.com>
812
813 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
814 of gdb_test_sequence.
815
77e760c3
PA
8162015-07-29 Pedro Alves <palves@redhat.com>
817
818 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
819 (saw_spurious_output): Expect inferior output from
820 $inferior_spawn_id. Use gdb_test_stdio.
821
8396d2cd
PA
8222015-07-29 Pedro Alves <palves@redhat.com>
823
824 * gdb.base/dprintf.exp: Use standard_testfile. Change
825 prepare_for_testing call.
826 (srcfile): Don't set.
827 (restart): New procedure.
828 (test_dprintf): New procecure, use to continue over dprintfs.
829 (test_call, test_agent): New procedures, tests moved here.
830 Restart gdb and recreate dprintfs. Adjust expected output.
831
2051d61f
PA
8322015-07-29 Pedro Alves <palves@redhat.com>
833
834 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
835
452397af
PA
8362015-07-29 Pedro Alves <palves@redhat.com>
837
838 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
839
8aed9555
PA
8402015-07-29 Pedro Alves <palves@redhat.com>
841
842 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
843 gdb_test_stdio.
844
188a61b4
PA
8452015-07-29 Pedro Alves <palves@redhat.com>
846
847 * lib/gdb.exp (gdb_test_stdio): New procedure.
848
12264a45
PA
8492015-07-29 Pedro Alves <palves@redhat.com>
850
851 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
852
23ffc893
PA
8532015-07-29 Pedro Alves <palves@redhat.com>
854
855 * gdb.base/call-signal-resume.exp: Remove check for
856 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
857 * gdb.base/unwindonsignal.exp: Likewise.
858 * gdb.base/call-signals.c (gen_signal): Remove printf call.
859 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
860
65566918
PA
8612015-07-29 Pedro Alves <palves@redhat.com>
862
863 * gdb.base/siginfo-addr.c (pass): New function.
864 (handler): Call it iff si_addr is correct.
865 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
866 Set a breakpoint at "pass" and continue to it.
867
d60a9221
SDJ
8682015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
869
870 * gdb.python/py-objfile.exp: Make some tests have unique names.
871 * gdb.python/py-pp-registration.exp: Likewise.
872
bde40b8f
PA
8732015-07-28 Pedro Alves <palves@redhat.com>
874
875 * gdb.server/server-exec-info.exp: Issue a "disconnect".
876
13e1dec8
SM
8772015-07-27 Simon Marchi <simon.marchi@ericsson.com>
878
879 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
880
da33c9a7
SM
8812015-07-27 Simon Marchi <simon.marchi@ericsson.com>
882
883 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
884
077836f7
PP
8852015-07-27 Patrick Palka <patrick@parcs.ath.cx>
886
887 * gdb.base/gdb-sigterm-2.exp: New test.
888
b8cc7b2e
DE
8892015-07-25 Doug Evans <xdje42@gmail.com>
890
891 Revert:
892 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
893 (workers/%.worker, build-perf): New rule.
894 (GDB_PERFTEST_MODE): New variable.
895 (check-perf): Use it.
896 (clean): Clean up gdb.perf parallel build subdirs.
897 * lib/build-piece.exp: New file.
898 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
899 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
900 name.
901 (standard_temp_file): Ditto.
902 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
903 of $GDB_PARALLEL.
904
c8bd4544
DE
9052015-07-24 Doug Evans <dje@google.com>
906
907 * gdb.perf/lib/perftest/utils.py: New file.
908 * gdb.perf/gm-hello.cc: New file.
909 * gdb.perf/gm-pervasive-typedef.cc: New file.
910 * gdb.perf/gm-pervasive-typedef.h: New file.
911 * gdb.perf/gm-std.cc: New file.
912 * gdb.perf/gm-std.h: New file.
913 * gdb.perf/gm-use-cerr.cc: New file.
914 * gdb.perf/gm-utils.h: New file.
915 * gdb.perf/gmonster-null-lookup.py: New file.
916 * gdb.perf/gmonster-pervasive-typedef.py: New file.
917 * gdb.perf/gmonster-print-cerr.py: New file.
918 * gdb.perf/gmonster-ptype-string.py: New file.
919 * gdb.perf/gmonster-runto-main.py: New file.
920 * gdb.perf/gmonster-select-file.py: New file.
921 * gdb.perf/gmonster1-null-lookup.exp: New file.
922 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
923 * gdb.perf/gmonster1-print-cerr.exp: New file.
924 * gdb.perf/gmonster1-ptype-string.exp: New file.
925 * gdb.perf/gmonster1-runto-main.exp: New file.
926 * gdb.perf/gmonster1-select-file.exp: New file.
927 * gdb.perf/gmonster1.cc: New file.
928 * gdb.perf/gmonster1.exp: New file.
929 * gdb.perf/gmonster2-null-lookup.exp: New file.
930 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
931 * gdb.perf/gmonster2-print-cerr.exp: New file.
932 * gdb.perf/gmonster2-ptype-string.exp: New file.
933 * gdb.perf/gmonster2-runto-main.exp: New file.
934 * gdb.perf/gmonster2-select-file.exp: New file.
935 * gdb.perf/gmonster2.cc: New file.
936 * gdb.perf/gmonster2.exp: New file.
937
6eab34f3
DE
9382015-07-24 Doug Evans <dje@google.com>
939
940 * gdb.perf/README: New file.
941 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
942 * lib/gen-perf-test.exp: New file.
943
63738bfd
DE
9442015-07-24 Doug Evans <dje@google.com>
945
946 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
947 (PerfTest::startup): New function.
948 (PerfTest::run): Return result of calling body.
949 (PerfTest::assemble): Rewrite.
950 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
951 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
952 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
953 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
954 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
955
7b606f95
DE
9562015-07-24 Doug Evans <dje@google.com>
957
958 * lib/gdb.exp (clean_restart): Make executable optional.
959
a97b16b8
DE
9602015-07-24 Doug Evans <dje@google.com>
961
962 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
963 compiler_info references.
964 * gdb.cp/temargs.exp: Ditto.
965 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
966 (get_compiler_info): Early exit if already computed. Set compiler_info
967 to "unknown" if there was a problem.
968 (test_compiler_info): Add function comment. Call get_compiler_info.
969
35baa57f
DE
9702015-07-24 Doug Evans <dje@google.com>
971
972 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
973 (workers/%.worker, build-perf): New rule.
974 (GDB_PERFTEST_MODE): New variable.
975 (check-perf): Use it.
976 (clean): Clean up gdb.perf parallel build subdirs.
977 * lib/build-piece.exp: New file.
978 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
979 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
980 name.
981 (standard_temp_file): Ditto.
982 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
983 of $GDB_PARALLEL.
984
6ebea266
DE
9852015-07-24 Doug Evans <dje@google.com>
986
987 * lib/future.exp (gdb_default_target_compile): New option
988 "early_flags".
989 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
990 --as-needed.
991
1e76a7e9
SDJ
9922015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
993
994 * gdb.base/catch-syscall.exp: Call gdb_exit before
995 gdb_skip_xml_test.
996
5068630a
PA
9972015-07-24 Pedro Alves <palves@redhat.com>
998
999 * gdb.python/py-events.exp: Accept output between the stop event
1000 and the prompt.
1001 * gdb.python/py-evsignal.exp: Likewise.
1002 * gdb.python/py-evthreads.exp: Likewise.
1003
77598427
PA
10042015-07-24 Pedro Alves <palves@redhat.com>
1005
1006 PR gdb/18717
1007 * gdb.threads/non-ldr-exit.c: New file.
1008 * gdb.threads/non-ldr-exit.exp: New file.
1009
11e6c98f
YQ
10102015-07-24 Yao Qi <yao.qi@linaro.org>
1011
1012 * gdb.server/ext-wrapper.exp: Test --wrapper option when
1013 restarting process.
1014
51aee833
YQ
10152015-07-24 Yao Qi <yao.qi@linaro.org>
1016
1017 * gdb.server/ext-restart.exp: New file.
1018
8cfe207c
YQ
10192015-07-24 Yao Qi <yao.qi@linaro.org>
1020
1021 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
1022 argument options.
1023 * gdb.server/ext-wrapper.exp: New file.
1024
cc12ce38
DE
10252015-07-23 Doug Evans <dje@google.com>
1026
1027 * gdb.dwarf2/dw2-dummy-cu.S: New file.
1028 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
1029
d0d84780
PMR
10302015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
1031
1032 * gdb.ada/var_arr_typedef.exp: New testcase.
1033 * gdb.ada/var_arr_typedef/pack.adb: New file.
1034 * gdb.ada/var_arr_typedef/pack.ads: New file.
1035 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
1036
8b558f79
JB
10372015-07-20 Joel Brobecker <brobecker@adacore.com>
1038
1039 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
1040
775a3298
JK
10412015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1042
1043 * gdb.arch/i386-biarch-core.exp: Replace istarget
1044 by "complete set gnutarget". Remove expectation for the "core-file"
1045 command.
1046
db1ff28b
JK
10472015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1048
1049 Revert the previous commit:
1050 Tests for validate symbol file using build-id.
1051
0a94970d
JK
10522015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1053
1054 Tests for validate symbol file using build-id.
1055 * gdb.base/solib-mismatch-lib.c: New file.
1056 * gdb.base/solib-mismatch-libmod.c: New file.
1057 * gdb.base/solib-mismatch.c: New file.
1058 * gdb.base/solib-mismatch.exp: New file.
1059
03346981
SL
10602015-07-15 Sandra Loosemore <sandra@codesourcery.com>
1061
1062 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
1063 nios2-*-linux*.
1064 * gdb.base/sigbpt.exp (stepi_out): Likewise.
1065 * gdb.base/siginfo.exp: Likewise.
1066 * gdb.base/sigstep.exp (advance, advancei): Likewise.
1067
42422cc7
PL
10682015-07-15 Pierre Langlois <pierre.langlois@arm.com>
1069
1070 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
1071 Move it to ...
1072 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
1073 ... here.
1074 * gdb.trace/range-stepping.exp: Check that the target supports
1075 range stepping.
1076
cfa68bae
JK
10772015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1078
1079 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
1080
8ffdba26
PA
10812015-07-14 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.base/killed-outside.exp: New file.
1084 * gdb.base/killed-outside.c: New file.
1085
218a5a11
JK
10862015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1087
1088 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
1089 (n at main): New.
1090 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
1091
e03ed3c6
AA
10922015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1093
1094 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
1095 infcall tests instead of setting up for KFAIL.
1096
485668e5
MM
10972015-07-10 Markus Metzger <markus.t.metzger@intel.com>
1098
1099 * gdb.btrace/record_goto-step.exp: New.
1100
08464196
JK
11012015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1102
1103 PR compile/18484
1104 * gdb.compile/compile.c (struct struct_type): Add volatile to
1105 selffield's type.
1106 * gdb.compile/compile.exp
1107 (compile code struct_object.selffield = &struct_object): Skip further
1108 struct_object tests if this one xfails.
1109
bcf5c1d9
RC
11102015-07-08 Robert O'Callahan <robert@ocallahan.org>
1111
1112 PR exp/18617
1113 * gdb.trace/ax.exp: Add test.
1114
4931af25
YQ
11152015-07-07 Yao Qi <yao.qi@linaro.org>
1116
1117 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
1118 instead of istarget "aarch64*-*-*".
1119 * gdb.arch/aarch64-fp.exp: Likewise.
1120 * gdb.base/float.exp: Likewise.
1121 * gdb.reverse/aarch64.exp: Likewise.
1122 * lib/gdb.exp (is_aarch64_target): New proc.
1123
9fcf688e
YQ
11242015-07-07 Yao Qi <yao.qi@linaro.org>
1125
1126 * lib/gdb.exp (is_aarch32_target): New proc.
1127 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
1128 instead of "istarget "arm*-*-*"".
1129 * gdb.arch/arm-disp-step.exp: Likewise.
1130 * gdb.arch/thumb-bx-pc.exp: Likewise.
1131 * gdb.arch/thumb-prologue.exp: Likewise.
1132 * gdb.arch/thumb-singlestep.exp: Likewise.
1133 * gdb.base/disp-step-syscall.exp: Likewise.
1134 * gdb.base/float.exp: Likewise.
1135
fbd8d50d
YQ
11362015-07-07 Yao Qi <yao.qi@linaro.org>
1137
1138 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
1139 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
1140
71be1fdc
YQ
11412015-07-07 Yao Qi <yao.qi@linaro.org>
1142
1143 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
1144 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
1145 if it exists.
1146 * gdb.multi/multi-arch.exp: Likewise.
1147
3e221d36
SM
11482015-07-07 Simon Marchi <simon.marchi@ericsson.com>
1149
1150 * gdb.python/py-lazy-string.exp: Add missing parentheses to
1151 print.
1152
d441430b
YQ
11532015-07-07 Yao Qi <yao.qi@linaro.org>
1154
1155 * gdb.arch/thumb-singlestep.exp: Do one more single step.
1156
06f810bd
MG
11572015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
1158
1159 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
1160 '[' and ']' characters.
1161
5e61e7c0
IB
11622015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
1163
1164 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1165
28bf096c
PA
11662015-06-29 Pedro Alves <palves@redhat.com>
1167
1168 PR threads/18127
1169 * gdb.threads/hand-call-new-thread.c: New file.
1170 * gdb.threads/hand-call-new-thread.c: New file.
1171
ee93cd5e
KS
11722015-06-26 Keith Seitz <keiths@redhat.com>
1173 Doug Evans <dje@google.com>
1174
1175 PR 16253
1176 * gdb.cp/var-tag-2.cc: New file.
1177 * gdb.cp/var-tag-3.cc: New file.
1178 * gdb.cp/var-tag-4.cc: New file.
1179 * gdb.cp/var-tag.cc: New file.
1180 * gdb.cp/var-tag.exp: New file.
1181
fc637f04
PP
11822015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1183
1184 * gdb.base/history-duplicates.exp: New test.
1185
2e52ae68
PP
11862015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1187
1188 * gdb.base/completion.exp: Test the completion of the "focus"
1189 command.
1190
6e22494e
JK
11912015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1192
1193 * gdb.arch/amd64-prologue-skip.S: New file.
1194 * gdb.arch/amd64-prologue-skip.exp: New file.
1195
bf7b9cd9
SM
11962015-06-25 Simon Marchi <simon.marchi@ericsson.com>
1197
1198 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
1199 is_address_zero_readable check.
1200
201e8dfd
PB
12012015-06-24 Peter Bergner <bergner@vnet.ibm.com>
1202
1203 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
1204 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
1205
5cd867b4
YQ
12062015-06-24 Yao Qi <yao.qi@linaro.org>
1207
1208 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
1209 linux targets.
1210
4d7be007
YQ
12112015-06-24 Yao Qi <yao.qi@linaro.org>
1212
1213 * lib/gdb.exp (supports_get_siginfo_type): New proc.
1214 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
1215 * gdb.base/siginfo-thread.exp: Likewise.
1216
07fcd301
YQ
12172015-06-22 Yao Qi <yao.qi@linaro.org>
1218
1219 * boards/remote-gdbserver-on-localhost.exp: Add comments.
1220
52042a00
YQ
12212015-06-22 Yao Qi <yao.qi@linaro.org>
1222
1223 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
1224 aarch64*-*-*.
1225 (skip_hw_watchpoint_tests): Likewise.
1226
74bd41ce
PP
12272015-06-18 Patrick Palka <patrick@parcs.ath.cx>
1228
1229 * gdb.base/gdbinit-history.exp: Test the interaction between
1230 setting GDBHISTSIZE and setting the history size via .gdbinit.
1231
bc460514
PP
12322015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1233
1234 PR gdb/16999
1235 * gdb.base/gdbhistsize-history.exp: New test.
1236
b58c513b
PP
12372015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1238
1239 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
1240 with GDBHISTSIZE.
1241 * gdb.base/readline.exp: Likewise.
1242
92046791
YQ
12432015-06-17 Yao Qi <yao.qi@linaro.org>
1244
1245 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
1246 line.
1247
2093d2d3
PP
12482015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1249
1250 * gdb.base/gdbinit-history.exp: Add test case to check that
1251 an unlimited history file does not get truncated on exit.
1252
e6c693af
AA
12532015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1254
1255 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1256 (VECTOR): New macro. Use it...
1257 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1258 ...for these typedefs.
1259 (int8, char1, int1, double1): New typedefs.
1260 (struct just_int2, struct two_int2): New structures.
1261 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1262 (add_structvecs, add_singlevecs): New functions.
1263 (main): Call add_some_intvecs twice.
1264 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1265 the compile and exit upon failure. Try compiling for the "native"
1266 architecture. Test inferior function calls with vector arguments
1267 and vector return value handling with "finish" and "return".
1268
c74f7d1c
JT
12692015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1270
1271 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1272 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1273 PE file.
1274 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1275
98aa42ee
AT
12762015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1277
1278 PR breakpoints/16465
1279 * gdb.mi/mi-dprintf-pending.c: New file.
1280 * gdb.mi/mi-dprintf-pending.exp: New test.
1281 * gdb.mi/mi-dprintf-pendshr.c: New file.
1282
7d73c23c 12832015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1284 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1285
1286 * gdb.arch/i386-mpx-map.c: New file.
1287 * gdb.arch/i386-mpx-map.exp: New File.
1288
12892015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1290
1291 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1292 * gdb.arch/i386-mpx.exp: Indentation fixed.
1293
12942015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1295
1296 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1297 function and improved indentation.
1298 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1299 gdb_test_multiple. Added additional tests to skip the test.
1300
13012015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1302
1303 * gdb.arch/i386-avx512.c: Change path in include file.
1304 * gdb.arch/i386-avx512.exp: Change include dir path
1305 compilation flag.
1306 * gdb.arch/i386-mpx.c: Change path in include file.
1307 * gdb.arch/i386-mpx.exp: Change include dir path compilation
1308 flag.
1309
d5eba19a
JK
13102015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1311
1312 * gdb.compile/compile-print.exp (compile print *vararray@3)
1313 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1314
7f361056
JK
13152015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1316
1317 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1318 (do not keep jit in memory): ... this.
1319 (expect 5): Change it to ...
1320 (expect no 5): ... this.
1321
3b462ec2
SM
13222015-06-02 Simon Marchi <simon.marchi@ericsson.com>
1323
1324 PR gdb/15564
1325 * gdb.mi/mi-detach.exp: New file.
1326
e0619de6
JK
13272015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1328
1329 PR symtab/18392
1330 * gdb.arch/amd64-tailcall-self.S: New file.
1331 * gdb.arch/amd64-tailcall-self.c: New file.
1332 * gdb.arch/amd64-tailcall-self.exp: New file.
1333
e970cb34
DB
13342015-05-28 Don Breazeal <donb@codesourcery.com>
1335
1336 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1337 tests for remote targets by checking is_target_gdbserver.
1338
b2e2f908
DE
13392015-05-27 Doug Evans <dje@google.com>
1340
1341 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1342 * gdb.dwarf2/opaque-type-lookup.c: New file.
1343 * gdb.dwarf2/opaque-type-lookup.exp: New file.
1344
82c7be31
DE
13452015-05-26 Doug Evans <dje@google.com>
1346
1347 * gdb.cp/iostream.cc: New file.
1348 * gdb.cp/iostream.exp: New file.
1349
b4f54984
DE
13502015-05-26 Doug Evans <dje@google.com>
1351
1352 * gdb.dwarf2/dw2-op-call.exp: Update.
1353 * gdb.dwarf2/dw4-sig-types.exp: Update.
1354 * gdb.dwarf2/implptr.exp: Update.
1355 * gdb.mi/mi-cmd-param-changed.exp: Update.
1356
4ea6efe9
DE
13572015-05-26 Doug Evans <dje@google.com>
1358
1359 * gdb.python/py-lazy-string.c: New file.
1360 * gdb.python/py-lazy-string.exp: New file.
1361 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1362 (main): Update. Add estring3.
1363 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1364 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1365
f6bb7db3
YQ
13662015-05-26 Omair Javaid <omair.javaid@linaro.org>
1367 Yao Qi <yao.qi@linaro.org>
1368
1369 * gdb.reverse/aarch64.c: New.
1370 * gdb.reverse/aarch64.exp: New.
1371
a81bfbd0
OJ
13722015-05-26 Omair Javaid <omair.javaid@linaro.org>
1373
1374 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1375 (supports_reverse): Likewise.
1376
158bf1b4
PP
13772015-05-22 Patrick Palka <patrick@parcs.ath.cx>
1378
1379 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1380 Use with_test_prefix.
1381
a0145030
AB
13822015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1383
1384 * gdb.base/completion.exp: Add test for completion of layout
1385 names.
1386
ebe3b578
AB
13872015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 * lib/gdb.exp (skip_tui_tests): New proc.
1390 * gdb.base/tui-layout.exp: Check skip_tui_tests.
1391
84204ed7
PA
13922015-05-19 Pedro Alves <palves@redhat.com>
1393
1394 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1395 Save the whole env array instead of just HOME. Unset HISTSIZE in
1396 the environment while testing. Restore whole environment
1397 afterwards.
1398
37442ce1
DE
13992015-05-16 Doug Evans <xdje42@gmail.com>
1400
1401 * gdb.guile/scm-ports.c: New file.
1402 * gdb.guile/scm-ports.exp: Add memory port tests.
1403
36de76f9
JK
14042015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1405
1406 * gdb.compile/compile-print.c: New file.
1407 * gdb.compile/compile-print.exp: New file.
1408
3a9558c4
JK
14092015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1410
1411 * gdb.compile/compile-ops.exp: Cast param to void.
1412 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1413 (compile code struct_object.selffield = &struct_object): Add xfail.
1414
aa715135
JG
14152015-05-15 Joel Brobecker <brobecker@adacore.com>
1416
1417 * gdb.ada/arr_enum_with_gap: New testcase.
1418
931e5bc3
JG
14192015-05-15 Joel Brobecker <brobecker@adacore.com>
1420
1421 * gdb.ada/byte_packed_arr: New testcase.
1422
9cd4d857
JB
14232015-05-15 Joel Brobecker <brobecker@adacore.com>
1424
1425 * gdb.ada/pckd_neg: New testcase.
1426
ebfd00d2
PP
14272015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1428
1429 PR gdb/17820
1430 * gdb.base/gdbinit-history.exp: New test.
1431 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1432 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1433
4c082a81
SC
14342015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1435
1436 * gdb.python/py-xmethods.cc: Enhance test case.
1437 * gdb.python/py-xmethods.exp: New tests.
1438 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1439 function.
1440 (B_indexoper): Likewise.
1441 (global_dm_list) : Add new xmethod worker functions.
1442
f7797074
SDJ
14432015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1444
1445 * gdb.base/coredump-filter.exp: Correctly unset
1446 "coredump_var_addr" array.
1447
a4674e4e
PA
14482015-05-08 Pedro Alves <palves@redhat.com>
1449
1450 * gdb.server/non-existing-program.exp: Unset spawn_id.
1451
df2eb078
SC
14522015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1453
1454 PR python/18291
1455 * gdb.python/py-xmethods.exp: Add tests.
1456
422349a3
YQ
14572015-05-08 Yao Qi <yao.qi@linaro.org>
1458
1459 PR gdb/18208
1460 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1461 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1462 function set_coredump_filter, and remove remote_exec call.
1463 Remove argument ipid. Callers update.
1464 (top level): Don't get inferior's PID.
1465
63fc80ce
AA
14662015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1467
1468 * gdb.base/watch_thread_num.exp: Skip test on targets without
1469 access watchpoints.
1470
80ad801e
PA
14712015-05-06 Pedro Alves <palves@redhat.com>
1472
1473 PR server/18081
1474 * gdb.server/non-existing-program.exp: New file.
1475
0fa7fe50
JB
14762015-05-05 Joel Brobecker <brobecker@adacore.com>
1477
1478 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1479
3ea89b92
PMR
14802015-05-05 Joel Brobecker <brobecker@adacore.com>
1481
1482 * gdb.ada/out_of_line_in_inlined: New testcase.
1483
87b8eff0
JB
14842015-05-05 Joel Brobecker <brobecker@adacore.com>
1485
1486 * gdb.ada/var_rec_arr: New testcase.
1487
5fccc635
YQ
14882015-04-30 Yao Qi <yao.qi@linaro.org>
1489
1490 * gdb.base/break-idempotent.exp: If
1491 skip_hw_watchpoint_multi_tests returns true, skip the tests
1492 on "rwatch" and "awatch".
1493
42d38f42
YQ
14942015-04-30 Yao Qi <yao.qi@linaro.org>
1495
1496 * gdb.base/relativedebug.exp: Invoke gdb command
1497 "info sharedlibrary", and if libc.so doesn't have debug info,
1498 skip the test.
1499
2ce1cdbf
DE
15002015-04-29 Doug Evans <dje@google.com>
1501
1502 * gdb.python/py-xmethods.exp: Add ptype tests.
1503 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1504 get_result_type method.
1505
f24a38c5
LM
15062015-04-29 Luis Machado <lgustavo@codesourcery.com>
1507
1508 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1509 the target does not support hardware watchpoints.
1510
ecbf2b3c
LM
15112015-04-29 Luis Machado <lgustavo@codesourcery.com>
1512
1513 * gdb.base/break-always.exp: Abort testing if writing to memory
1514 causes an error.
1515
34f5f757
DE
15162015-04-28 Doug Evans <dje@google.com>
1517
1518 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1519 * gdb.python/py-pp-registration.exp: ... here. New file.
1520 * gdb.python/py-pp-registration.c: New file.
1521 * gdb.python/py-pp-registration.py: New file.
1522
69b4374a
DE
15232015-04-28 Doug Evans <dje@google.com>
1524
1525 * gdb.python/py-bad-printers.c: New file.
1526 * gdb.python/py-bad-printers.py: New file.
1527 * gdb.python/py-bad-printers.exp: New file.
1528
59fb7612
SS
15292015-04-28 Sasha Smundak <asmundak@google.com>
1530
1531 * gdb.python/py-type.exp: New test.
1532
2631b16a
AW
15332015-04-28 Andy Wingo <wingo@igalia.com>
1534
1535 * gdb.python/py-parameter.exp:
1536 * gdb.guile/scm-parameter.exp: Escape the path that we are
1537 matching against, as it might contain characters that are special
1538 to regular expressions.
1539
460efde1
JB
15402015-04-27 Joel Brobecker <brobecker@adacore.com>
1541
1542 * gdb.ada/rec_comp: New testcase.
1543
2d369d8e
SDJ
15442015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1545
1546 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1547 before using it.
1548
cf75d6c3
AB
15492015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1552 new tests for verilog output.
1553
8dbe7ca5
YQ
15542015-04-24 Yao Qi <yao.qi@linaro.org>
1555
1556 * boards/remote-gdbserver-on-localhost.exp: New file.
1557
4ef9fb2f
PA
15582015-04-23 Pedro Alves <palves@redhat.com>
1559
1560 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1561 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1562 "end of file", remove $inferior_spawn_id from the indirect list.
1563
0a803169
PA
15642015-04-23 Pedro Alves <palves@redhat.com>
1565
1566 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1567
749ef8f8
PA
15682015-04-23 Pedro Alves <palves@redhat.com>
1569
1570 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1571 on $any_spawn_id instead of only on $gdb_spawn_id.
1572
8aae4344
PM
15732015-04-21 Pierre Muller <muller@sourceware.org>
1574
1575 PR pascal/17815
1576 * lib/pascal.exp (gpc_compile): Add new option "class".
1577 (fpc_compile): Likewise.
1578 * gdb.pascal/case-insensitive-symbols.pas: New file.
1579 * gdb.pascal/case-insensitive-symbols.exp: New file.
1580
1586c8fb
GB
15812015-04-20 Gary Benson <gbenson@redhat.com>
1582
1583 * gdb.base/attach.exp: Fix three extended remote failures.
1584
1b6e6f5c
GB
15852015-04-17 Gary Benson <gbenson@redhat.com>
1586
1587 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1588 the main executable over the remote protocol.
1589
e797481d
PA
15902015-04-16 Pedro Alves <palves@redhat.com>
1591
1592 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1593 a new gdbserver if gdbserver_reconnect_p is set.
1594
1ca99c42
PA
15952015-04-16 Pedro Alves <palves@redhat.com>
1596
1597 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1598 is set, don't exit gdbserver.
1599
af9fd6f8
AA
16002015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1601
1602 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1603 appropriate .insn, such that an older assembler can be used.
1604 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1605 the z/Architecture instruction set on 31-bit targets as well.
1606
04ff1e61
AA
16072015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1608
1609 * gdb.go/handcall.exp: Remove all logic related to the first
1610 breakpoint and rely on go_runto_main instead.
1611 * gdb.go/strings.exp: Likewise.
1612 * gdb.go/unsafe.exp: Likewise.
1613 * gdb.go/hello.exp: Likewise. Also rename the remaining
1614 breakpoint marker to "breakpoint 1".
1615 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1616 * gdb.go/strings.go: Likewise.
1617 * gdb.go/unsafe.go: Likewise.
1618 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1619 "set breakpoint 2 here" and rename the remaining breakpoint marker
1620 to "breakpoint 1".
1621
40d2f8d6
SM
16222015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1623
1624 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1625 if itertools.imap is not present.
1626 * gdb.python/py-objfile.exp: Add parentheses.
1627 * gdb.python/py-type.exp: Same.
1628 * gdb.python/py-unwind-maint.py: Same.
1629
8cbc97c6
YQ
16302015-04-15 Yao Qi <yao.qi@linaro.org>
1631
1632 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1633 of ":$ptr_size" and set its form explicitly.
1634
45fd756c
YQ
16352015-04-15 Pedro Alves <palves@redhat.com>
1636 Yao Qi <yao.qi@linaro.org>
1637
1638 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1639 timeout by factor of 4.
1640 (test_regular_watch): Likewise.
1641 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1642 * gdb.reverse/sigall-reverse.exp: Likewise.
1643 * gdb.reverse/until-precsave.exp: Likewise.
1644 * lib/gdb.exp (with_timeout_factor): New proc.
1645 (gdb_expect): Move some code to ...
1646 (get_largest_timeout): ... here. New procedure.
1647
9e811bc3
LM
16482015-04-14 Luis Machado <lgustavo@codesourcery.com>
1649
1650 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1651
0ff6fcb2
LM
16522015-04-13 Luis Machado <lgustavo@codesourcery.com>
1653
1654 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1655 to write to the .text section.
1656
7578d5f7
LM
16572015-04-13 Luis Machado <lgustavo@codesourcery.com>
1658
1659 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1660 Handle the case of targets that do not provide PID information.
1661
2efe15c4
YQ
16622015-04-13 Yao Qi <yao.qi@linaro.org>
1663
1664 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1665 and use expect instead of gdb_expect.
1666
8cd8f2f8
SDJ
16672015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1668
1669 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1670 "coredump_var_addr" to avoid naming conflict with other testcases.
1671
9ee41772
PA
16722015-04-10 Pedro Alves <palves@redhat.com>
1673
1674 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1675 gdb_test_sequence and gdb_assert.
1676
07473109
PA
16772015-04-10 Pedro Alves <palves@redhat.com>
1678
1679 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1680 test messages that don't include the breakpoint address.
1681
de3db44c
YQ
16822015-04-10 Yao Qi <yao.qi@linaro.org>
1683
1684 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1685 false for some offset and width combinations which aren't
1686 supported by linux kernel.
1687
c79d856c
PA
16882015-04-10 Pedro Alves <palves@redhat.com>
1689
1690 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1691 procedure, factored out from ...
1692 (top level): ... here. Add "set displaced-stepping" testing axis.
1693 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1694 parameter "displaced". Use it.
1695 (top level): Use foreach and add "set displaced-stepping" testing
1696 axis.
1697
ebc90b50
PA
16982015-04-10 Pedro Alves <palves@redhat.com>
1699
1700 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1701 Remove comment.
1702 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1703 both the address of the instruction that triggers the watchpoint
1704 and the address of the instruction immediately after, and use
1705 those addresses for the test. Fix comment.
1706
8f572e5c
PA
17072015-04-10 Pedro Alves <palves@redhat.com>
1708
1709 * gdb.base/sigstep.exp (breakpoint_to_handler)
1710 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1711 Test "backtrace" in handler.
1712 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1713 (top level): Add new "displaced" test axis to
1714 breakpoint_to_handler, breakpoint_to_handler_entry and
1715 breakpoint_over_handler.
1716
8d707a12
PA
17172015-04-10 Pedro Alves <palves@redhat.com>
1718
1719 PR gdb/18216
1720 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1721
ef713951
YQ
17222015-04-10 Yao Qi <yao.qi@linaro.org>
1723
1724 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1725 (test_add_rn_pc): New function.
1726 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1727 (top level): Invoke test_add_rn_pc.
1728
906d60cf
PA
17292015-04-10 Pedro Alves <palves@redhat.com>
1730
1731 PR gdb/13858
1732 * gdb.base/step-over-no-symbols.exp: New file.
1733
f2983cc3
AW
17342015-04-09 Andy Wingo <wingo@igalia.com>
1735
1736 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1737 after the Python tests.
1738
6d62641c
SDJ
17392015-04-08 Keith Seitz <keiths@redhat.com>
1740
1741 PR python/16699
1742 * gdb.python/py-completion.exp: New tests for completion.
1743 * gdb.python/py-completion.py (CompleteLimit1): New class.
1744 (CompleteLimit2): Likewise.
1745 (CompleteLimit3): Likewise.
1746 (CompleteLimit4): Likewise.
1747 (CompleteLimit5): Likewise.
1748 (CompleteLimit6): Likewise.
1749 (CompleteLimit7): Likewise.
1750
f3770638
PA
17512015-04-08 Pedro Alves <palves@redhat.com>
1752
1753 PR gdb/18214
1754 PR gdb/18216
1755 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1756 function.
1757 (main): Install it as SIGUSR1 handler.
1758 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1759 parameter. Always use "setup" as prefix. Toggle "set
1760 displaced-stepping" off/on depending on global. Don't switch to
1761 thread 1 here.
1762 (top level): Add displaced stepping "off/on" test axis. Update
1763 "setup" calls. Wrap each subtest with with_test_prefix. Test
1764 continuing with a queued signal in each thread.
1765
4496bed7
PA
17662015-04-08 Pedro Alves <palves@redhat.com>
1767
1768 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1769 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1770 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1771 Return early if running to main fails.
1772 * gdb.trace/while-stepping.exp: Likewise.
1773
b97fde92
PA
17742015-04-07 Pedro Alves <palves@redhat.com>
1775
1776 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1777 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1778 interact with inferior program.
1779
f71c18e7
PA
17802015-04-07 Pedro Alves <palves@redhat.com>
1781
1782 * lib/gdb.exp (inferior_spawn_id): New global.
1783 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1784 spawn id after processing the user code.
1785 (default_gdb_start): Set inferior_spawn_id.
1786 (send_inferior): New procedure.
1787 * lib/gdbserver-support.exp (gdbserver_start): Set
1788 inferior_spawn_id.
1789 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1790
6423214f
PA
17912015-04-07 Pedro Alves <palves@redhat.com>
1792
1793 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1794 * lib/gdbserver-support.exp (gdbserver_start): Make
1795 $server_spawn_id global.
1796 (gdbserver_start): Don't wait for gdbserver's spawn id with
1797 expect_background.
1798 (close_gdbserver): New procedure.
1799 (gdb_exit): Rename the default version and reimplement.
1800
71c0ee8c
PA
18012015-04-07 Pedro Alves <palves@redhat.com>
1802
72f4393d 1803 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1804 append the substituted item, not the original item.
1805
203bc29b
PA
18062015-04-07 Pedro Alves <palves@redhat.com>
1807
1808 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1809 gdb_expect.
1810
508a3ddf
PA
18112015-04-07 Pedro Alves <palves@redhat.com>
1812
1813 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1814 output appearing once only.
1815
9f6dbe2b
PA
18162015-04-07 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1819 that doesn't expect anything. Return early if running to main
1820 fails.
1821
337532fa
YQ
18222015-04-07 Yao Qi <yao.qi@linaro.org>
1823
1824 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1825 (child_function): Call alarm.
1826 (main): Move call to alarm into the loop.
1827 * gdb.threads/non-stop-fair-events.exp: Build program with
1828 -DTIMEOUT=$timeout.
1829
01b622d4
DE
18302015-04-06 Doug Evans <xdje42@gmail.com>
1831
1832 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1833 Fix dest parameter to board_info.
1834 (fpc_compile): Ditto.
1835 (gdb_compile_pascal): Rename dest arg to destfile.
1836
961f4160
PMR
18372015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1838
1839 * gdb.ada/funcall_ref.exp: New file.
1840 * gdb.ada/funcall_ref/foo.adb: New file.
1841
cafda597
YQ
18422015-04-02 Yao Qi <yao.qi@linaro.org>
1843
1844 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1845 is remote.
1846
fed040c6
GB
18472015-04-02 Gary Benson <gbenson@redhat.com>
1848
1849 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1850
d11916aa
SS
18512015-04-01 Sasha Smundak <asmundak@google.com>
1852
1853 * gdb.python/py-unwind-maint.c: New file.
1854 * gdb.python/py-unwind-maint.exp: New test.
1855 * gdb.python/py-unwind-maint.py: New file.
1856 * gdb.python/py-unwind.c: New file.
1857 * gdb.python/py-unwind.exp: New test.
1858 * gdb.python/py-unwind.py: New test.
1859
a1471180
PA
18602015-04-01 Pedro Alves <palves@redhat.com>
1861
1862 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1863 to fail instead of non-existent $test.
1864
0bbeccb1
PA
18652015-04-01 Pedro Alves <palves@redhat.com>
1866
1867 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1868 GDBFLAGS if not empty.
1869
3c724c8c
PMR
18702015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1871
1872 * gdb.ada/complete.exp: Remove "multi_line".
1873 * gdb.ada/info_exc.exp: Remove "multi_line".
1874 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1875 * gdb.ada/ptype_field.exp: Remove "multi_line".
1876 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1877 * gdb.ada/tagged.exp: Remove "multi_line".
1878 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1879 [multi_line ...]
1880 * gdb.btrace/delta.exp: Likewise.
1881 * gdb.btrace/exception.exp: Likewise.
1882 * gdb.btrace/function_call_history.exp: Likewise.
1883 * gdb.btrace/instruction_history.exp: Likewise.
1884 * gdb.btrace/nohist.exp: Likewise.
1885 * gdb.btrace/record_goto.exp: Likewise.
1886 * gdb.btrace/segv.exp: Likewise.
1887 * gdb.btrace/stepi.exp: Likewise.
1888 * gdb.btrace/tailcall.exp: Likewise.
1889 * gdb.btrace/unknown_functions.exp: Likewise.
1890 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1891 * lib/gdb.exp: Add the "multi_line" helper.
1892
4eec2deb
PA
18932015-04-01 Pedro Alves <palves@redhat.com>
1894
1895 * gdb.threads/tid-reuse.c: New file.
1896 * gdb.threads/tid-reuse.exp: New file.
1897
df8411da
SDJ
18982015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1899
1900 PR corefiles/16092
1901 * gdb.base/coredump-filter.c: New file.
1902 * gdb.base/coredump-filter.exp: Likewise.
1903
6ef37366
PM
19042015-03-27 Petr Machata <pmachata@redhat.com>
1905
1906 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1907 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1908 (Dwarf::assemble): Initialize them.
1909 (Dwarf::lines): New function.
1910
7ec911b0
JT
19112015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1912
1913 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1914 SYMBOL_PREFIX for x86_64-*-cygwin.
1915
ff908ebf
AW
19162015-03-26 Andy Wingo <wingo@igalia.com>
1917
1918 PR symtab/18148
1919 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1920 const_value but not a location.
1921 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1922 location defined in non-main CUs are visible.
1923
6d5f0679
YQ
19242015-03-26 Yao Qi <yao.qi@linaro.org>
1925
1926 PR testsuite/18139
1927 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1928 Add a line number entry for the same line.
1929 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1930 Add a line number entry for the same line.
1931
2898689b
YQ
19322015-03-26 Yao Qi <yao.qi@linaro.org>
1933
1934 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1935 .int 0.
1936 (func): Likewise. Add .Lfunc_1 label.
1937 Use .Lfunc_1 label.
1938 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1939 .int 0.
1940 (func): Likewise.
1941 Use .Lfunc_1 label.
1942
85180498
YQ
19432015-03-26 Yao Qi <yao.qi@linaro.org>
1944
1945 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1946 Call gdb_compile instead to compile each .s files without debug
1947 information.
1948
8aa08a8d
YQ
19492015-03-26 Yao Qi <yao.qi@linaro.org>
1950
1951 * gdb.base/savedregs.exp (process_saved_regs): Make
1952 "Saved registers:" optional in the pattern.
1953
66849923
MM
19542015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1955
1956 * gdb.btrace/next.exp: Merged into step.exp.
1957 * gdb.btrace/finish.exp: Merged into step.exp.
1958 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1959 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1960 "record goto" and checking the exact replay position.
1961 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1962 check for "Recording format" in "info record" output.
1963 * gdb.btrace/record_goto.exp: Choose test file based on target.
1964 * gdb.btrace/x86-record_goto.S: Renamed into ...
1965 * gdb.btrace/x86_64-record_goto.S: ... this.
1966 * gdb.btrace/i686-record_goto.S: New.
1967 * gdb.btrace/x86-tailcall.S: Renamed into ...
1968 * gdb.btrace/x86_64-tailcall.S: ... this.
1969 * gdb.btrace/i686-tailcall.S: New.
1970 * gdb.btrace/x86-tailcall.c: Renamed into ...
1971 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1972 separate statements. Update test.
1973 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1974 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1975 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1976 * gdb.btrace/tailcall.exp: Choose test file based on target.
1977 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1978
11cc1b74
MM
19792015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1980
1981 * gdb.btrace/exception.exp: Increase BTS buffer size.
1982
a25d8bf9
PA
19832015-03-24 Pedro Alves <palves@redhat.com>
1984
1985 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1986
856e7dd6
PA
19872015-03-24 Pedro Alves <palves@redhat.com>
1988
1989 * gdb.threads/schedlock.exp (test_step): No longer expect that
1990 "set scheduler-locking step" with "next" over a function call runs
1991 threads unlocked.
1992
ad235a41
AT
19932015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1994
1995 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1996
15630549
AT
19972015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1998
1999 PR breakpoints/16466
2000 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
2001 * gdb.mi/mi-pending.c (thread_func): New function.
2002 (int main): Add threading support required.
2003 * gdb.mi/mi-pending.exp: Add tests for this issue.
2004 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
2005 (pendfunc2): Remove stdio dependency.
2006 * gdb.mi/mi-pendshr2.c: New file.
2007
693dca06
KS
20082015-03-23 Keith Seitz <keiths@redhat.com>
2009
2010 * gdb.linespec/keywords.c: New file.
2011 * gdb.linespec/keywords.exp: New file.
2012
7e993ebf
KS
20132015-03-23 Keith Seitz <keiths@redhat.com>
2014
2015 PR gdb/18021
2016 * gdb.dwarf2/staticvirtual.exp: New test.
2017
bc23328c
JK
20182015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2019
2020 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
2021 * README: Remove HP-UX and gdb.hp.
2022 (configuration):
2023 * configure: Regenerate.
2024 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
2025 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
2026 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
2027 gdb.hp/gdb.defects/Makefile.
2028 * gdb.hp/Makefile.in: File deleted.
2029 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
2030 * gdb.hp/gdb.aCC/optimize.c: File deleted.
2031 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
2032 * gdb.hp/gdb.aCC/run.c: File deleted.
2033 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
2034 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
2035 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
2036 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
2037 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
2038 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
2039 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
2040 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
2041 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
2042 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
2043 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
2044 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
2045 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
2046 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
2047 * gdb.hp/gdb.base-hp/reg.s: File deleted.
2048 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
2049 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
2050 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
2051 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
2052 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
2053 * gdb.hp/gdb.compat/Makefile.in: File deleted.
2054 * gdb.hp/gdb.compat/average.c: File deleted.
2055 * gdb.hp/gdb.compat/sum.c: File deleted.
2056 * gdb.hp/gdb.compat/xdb.c: File deleted.
2057 * gdb.hp/gdb.compat/xdb0.c: File deleted.
2058 * gdb.hp/gdb.compat/xdb0.h: File deleted.
2059 * gdb.hp/gdb.compat/xdb1.c: File deleted.
2060 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
2061 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
2062 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
2063 * gdb.hp/gdb.defects/Makefile.in: File deleted.
2064 * gdb.hp/gdb.defects/bs14602.c: File deleted.
2065 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
2066 * gdb.hp/gdb.defects/solib-d.c: File deleted.
2067 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
2068 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
2069 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
2070 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
2071 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
2072 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
2073 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
2074 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
2075 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
2076 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
2077 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
2078 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
2079 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
2080 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
2081 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
2082 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
2083 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
2084 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
2085 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
2086 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
2087 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
2088 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
2089 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
2090 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
2091 * gdb.hp/tools/odump: File deleted.
2092
8bf3b159
PA
20932015-03-19 Pedro Alves <palves@redhat.com>
2094
2095 * gdb.threads/continue-pending-status.exp (saw_thread_2)
2096 (saw_thread_3): New globals.
2097 (top level): Increment them when an event for the corresponding
2098 thread is seen.
2099 (no thread starvation): New test.
2100
eb54c8bf
PA
21012015-03-19 Pedro Alves <palves@redhat.com>
2102
2103 * gdb.threads/continue-pending-status.c: New file.
2104 * gdb.threads/continue-pending-status.exp: New file.
2105
32d2e5d6
PA
21062015-03-18 Pedro Alves <palves@redhat.com>
2107
2108 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2109 Use gdb_is_target_remote instead of is_remote. Use
2110 gdb_test_multiple instead of gdb_expect. Exit early if
2111 gdb_test_multiple hits its internal matches. Tighten stepi tests
2112 expected output. Fail on exit with any signal, instead of just
2113 SIGILL.
2114
f68f11b7
YQ
21152015-03-18 Yao Qi <yao.qi@linaro.org>
2116
2117 PR tdep/18107
2118 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
2119 variable.
2120 * gdb.base/catch-syscall.exp: Don't skip it on
2121 aarch64*-*-linux* target. Remove elements in all_syscalls.
2122 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
2123 target.
2124 (setup_all_syscalls): New proc.
2125
ca5fd19b
YQ
21262015-03-16 Yao Qi <yao.qi@linaro.org>
2127
2128 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
2129 (top level): Skip tests if valid_addr_p returns false for
2130 $cmd1 or $cmd2.
2131
85642ba0
AW
21322015-03-11 Andy Wingo <wingo@igalia.com>
2133
2134 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
2135
e03f9645
YQ
21362015-03-11 Yao Qi <yao.qi@linaro.org>
2137
2138 * gdb.base/catch-syscall.exp: Fix typo in comments.
2139
5d0962b2
YQ
21402015-03-11 Yao Qi <yao.qi@linaro.org>
2141
2142 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
2143
b2df3cef
PA
21442015-03-09 Pedro Alves <palves@redhat.com>
2145
2146 * dg-extract-results.py: Delete.
2147
ef878e53
PA
21482015-03-09 Pedro Alves <palves@redhat.com>
2149
2150 Merge dg-extract-results.sh from GCC upstream (r218843).
2151
2152 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2153 * dg-extract-results.sh: Use --text with grep to avoid issues with
2154 binary files. Fall back to cat -v, if that doesn't work.
2155
9494d219
PA
21562015-03-05 Pedro Alves <palves@redhat.com>
2157
2158 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
2159
a8d9763a
SM
21602015-03-04 Simon Marchi <simon.marchi@ericsson.com>
2161
2162 * lib/mi-support.exp (mi_expect_interrupt): Accept
2163 alternative event for when in all-stop mode.
2164
be9957b8
PA
21652015-03-04 Pedro Alves <palves@redhat.com>
2166
2167 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
2168
d57be0f4 21692015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
2170
2171 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
2172
c214c7cf
AA
21732015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2174
2175 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
2176 regexps for GDB's current line display, accept a hex address
2177 preceding the line number.
2178
6d74a497
AA
21792015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2180
2181 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
2182 the 'arch1' variable for "s390*-linux*" targets.
2183
511aee7c
PA
21842015-03-04 Pedro Alves <palves@redhat.com>
2185
2186 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
2187 (main): Pass missing retval argument to pthread_join call.
2188
95e50b27
PA
21892015-03-02 Pedro Alves <palves@redhat.com>
2190
2191 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
2192 (top level): Call do_test with non-stop as well.
2193
28054d69
PA
21942015-03-02 Pedro Alves <palves@redhat.com>
2195
2196 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
2197 -1.
2198
4fa5d7b4
AA
21992015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2200
2201 * gdb.arch/s390-vregs.exp: New test.
2202 * gdb.arch/s390-vregs.S: New file.
2203
97c18565
PA
22042015-02-27 Pedro Alves <palves@redhat.com>
2205
2206 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
2207 call to catch_command_errors.
2208 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
2209 catch_command_errors.
2210
a37bfa30
PA
22112015-02-27 Pedro Alves <palves@redhat.com>
2212
2213 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
2214 "true" for boolean result.
2215 * gdb.gdb/selftest.exp (test_with_self): Also accept full
2216 prototype of main.
2217
6f98576f
PA
22182015-02-27 Pedro Alves <palves@redhat.com>
2219
2220 * lib/unbuffer_output.c: New file.
2221 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
2222 (main): Call gdb_unbuffer_output.
2223
eba5ab56
YQ
22242015-02-27 Yao Qi <yao.qi@linaro.org>
2225
2226 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
2227 target.
2228
0def5aaa
DE
22292015-02-26 Doug Evans <dje@google.com>
2230
2231 * gdb.cp/class2.cc (Dbase, D): New classes.
2232 (main): New local delta.
2233 * gdb.cp/class2.exp: Test printing delta.
2234 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
2235 (dynbar): New global.
2236 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
2237
081a1c2c
JK
22382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2239
2240 * gdb.compile/compile-ifunc.c: New file.
2241 * gdb.compile/compile-ifunc.exp: New file.
2242
2f41223f
AT
22432015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
2244
2245 * gdb.base/structs.exp: Check for correct struct on finish.
2246
03eddd80
YQ
22472015-02-26 Yao Qi <yao.qi@linaro.org>
2248
2249 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
2250 is zero.
2251
80c57053
JK
22522015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2253
2254 * gdb.arch/cordic.ko.bz2: New file.
2255 * gdb.arch/cordic.ko.debug.bz2: New file.
2256 * gdb.arch/ppc64-symtab-cordic.exp: New file.
2257
21613c12
YQ
22582015-02-25 Yao Qi <yao.qi@linaro.org>
2259
2260 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2261 aarch64*-*-* target.
2262
d8b901ed
PA
22632015-02-23 Pedro Alves <palves@redhat.com>
2264
2265 * lib/gdb.exp (delete_breakpoints): Rewrite using
2266 gdb_test_multiple.
2267
e5b85ead
PA
22682015-02-23 Pedro Alves <palves@redhat.com>
2269
2270 * gdb.base/info-os.c: Include stdlib.h.
2271
85c3a371
DE
22722015-02-22 Doug Evans <xdje42@gmail.com>
2273
2274 PR symtab/17855
2275 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2276 is read after symbols have been re-read.
2277 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2278 * gdb.ada/exec_changed/second.adb (Second): Ditto.
2279
96553a0c
DE
22802015-02-21 Doug Evans <dje@google.com>
2281
2282 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2283
97a0c697
JK
22842015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2285
2286 PR corefiles/17808
2287 * gdb.arch/i386-biarch-core.core.bz2: New file.
2288 * gdb.arch/i386-biarch-core.exp: New file.
2289
a47cd6e9
PA
22902015-02-21 Pedro Alves <palves@redhat.com>
2291
2292 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2293 runto_main fails.
2294
c5facdc4
PA
22952015-02-20 Pedro Alves <palves@redhat.com>
2296
2297 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2298 info probes.
2299
2db9a427
PA
23002015-02-20 Pedro Alves <palves@redhat.com>
2301
2302 * gdb.threads/multi-create-ns-info-thr.exp: New file.
2303
60fb7e9e
PA
23042015-02-20 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
2307 clean_restart before gdb_target_supports_trace.
2308
5c5019c2
PA
23092015-02-20 Pedro Alves <palves@redhat.com>
2310
2311 PR threads/18006
2312 * gdb.threads/clone-thread_db.c: New file.
2313 * gdb.threads/clone-thread_db.exp: New file.
2314
c9587f88
AT
23152015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
2316
2317 PR breakpoints/16812
2318 * gdb.base/catch-gdb-caused-signals.c: New file.
2319 * gdb.base/catch-gdb-caused-signals.exp: New file.
2320
f6a88844
JM
23212015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
2322
2323 * configure: Regenerated.
2324 * configure.ac: Use GDB_AC_TRANSFORM.
2325 * aclocal.m4: sinclude ../transform.m4.
2326
497c491b
JM
23272015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2328
2329 * lib/dtrace.exp: New file.
2330 * gdb.base/dtrace-probe.exp: Likewise.
2331 * gdb.base/dtrace-probe.d: Likewise.
2332 * gdb.base/dtrace-probe.c: Likewise.
2333 * lib/pdtrace.in: Likewise.
2334 * configure.ac: Output variables with the transformed names of
2335 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
2336 * configure: Regenerated.
2337
03e98035
JM
23382015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2339
2340 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2341 expected message when trying to access $_probe_* convenience
2342 variables while not on a probe.
2343
63cc30e9
JK
23442015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2345
2346 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2347
0703599a
PA
23482015-02-11 Pedro Alves <pedro@codesourcery.com>
2349
2350 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2351 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2352
7e60a48e
DE
23532015-02-10 Doug Evans <xdje42@gmail.com>
2354
2355 * lib/gdb.exp (gdb_load): Always return a result.
2356
01b088bc
PA
23572015-02-10 Pedro Alves <palves@redhat.com>
2358
2359 * gdb.threads/signal-sigtrap.c: New file.
2360 * gdb.threads/signal-sigtrap.exp: New file.
2361
b05ec7a5
AT
23622015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2363
2364 * gdb.trace/no-attach-trace.c: New file.
2365 * gdb.trace/no-attach-trace.exp: New file.
2366
a2c2acaf
MW
23672015-02-09 Mark Wielaard <mjw@redhat.com>
2368
2369 * gdb.dwarf2/atomic.c: New file.
2370 * gdb.dwarf2/atomic-type.exp: Likewise.
2371
31fd9caa
MM
23722015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2373
2374 * gdb.btrace/buffer-size.exp: Update "info record" output.
2375 * gdb.btrace/delta.exp: Update "info record" output.
2376 * gdb.btrace/enable.exp: Update "info record" output.
2377 * gdb.btrace/finish.exp: Update "info record" output.
2378 * gdb.btrace/instruction_history.exp: Update "info record" output.
2379 * gdb.btrace/next.exp: Update "info record" output.
2380 * gdb.btrace/nexti.exp: Update "info record" output.
2381 * gdb.btrace/step.exp: Update "info record" output.
2382 * gdb.btrace/stepi.exp: Update "info record" output.
2383 * gdb.btrace/nohist.exp: Update "info record" output.
2384
d33501a5
MM
23852015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2386
2387 * gdb.btrace/buffer-size: New.
2388
f4abbc16
MM
23892015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2390
2391 * gdb.btrace/delta.exp: Update "info record" output.
2392 * gdb.btrace/enable.exp: Update "info record" output.
2393 * gdb.btrace/finish.exp: Update "info record" output.
2394 * gdb.btrace/instruction_history.exp: Update "info record" output.
2395 * gdb.btrace/next.exp: Update "info record" output.
2396 * gdb.btrace/nexti.exp: Update "info record" output.
2397 * gdb.btrace/step.exp: Update "info record" output.
2398 * gdb.btrace/stepi.exp: Update "info record" output.
2399 * gdb.btrace/nohist.exp: Update "info record" output.
2400
b9d61307
SM
24012015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2402
2403 PR gdb/15678
2404 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2405
e584fdbc
PA
24062015-02-06 Pedro Alves <palves@redhat.com>
2407
2408 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2409 macro.
2410 (seconds_left, again): New globals.
2411 (main): Wait seconds_left in a 1-second sleep loop instead of
2412 sleeping 180 seconds. If 'again' is set, reset the seconds
2413 counter.
2414 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2415 'again' in the inferior before detaching. Print the seconds left.
2416 (options): New global.
2417 (top level): Build program with -DTIMEOUT=$timeout.
2418
77f41761
PA
24192015-02-06 Pedro Alves <palves@redhat.com>
2420
2421 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2422 determine how many seconds to pass to 'alarm'.
2423 * gdb.base/gdb-sigterm.exp (top level): Build program with
2424 -DTIMEOUT=$timeout.
2425 (do_test): Return success/failure indication. Add more verbose
2426 logging. Don't fail if 200 single steps are seen. Instead, fail
2427 when the test times out.
2428 (passes): New global.
2429 (top level): Break the testing loop if testing fails on any
2430 iteration. Use gdb_assert.
2431
b9394193
DB
24322015-02-04 Don Breazeal <donb@codesourcery.com>
2433
2434 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2435 and initialize them.
2436 (ipc_cleanup): New function.
2437 (main): Don't declare shmid, semid, and msqid. Add a call to
2438 atexit so that we call ipc_cleanup on exit.
2439
42d9e528
PA
24402015-02-04 Pedro Alves <palves@redhat.com>
2441
2442 * boards/native-extended-gdbserver.exp: Remove any target variant
2443 specifications from the board name before clearing the isremote
2444 flag from board_info.
2445
ae6ae975
DE
24462015-01-31 Doug Evans <xdje42@gmail.com>
2447
2448 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2449
cfb069a8
GB
24502015-01-31 Gary Benson <gbenson@redhat.com>
2451
2452 * gdb.base/completion.exp: Disable completion limiting for
2453 existing tests. Add new tests to check completion limiting.
2454 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2455
5dd31d79
DE
24562015-01-31 Doug Evans <xdje42@gmail.com>
2457
2458 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2459
9f050062
DE
24602015-01-31 Doug Evans <xdje42@gmail.com>
2461
2462 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2463 entries. Duplicate file section script entries.
2464 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2465 inlined entries. Add test for safe-path rejection.
2466 * gdb.python/py-section-script.c: Add duplicate inlined section script
2467 entries. Duplicate file section script entries.
2468 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2469 inlined entries. Add test for safe-path rejection.
2470
df25ebbd
JB
24712015-01-29 Joel Brobecker <brobecker@adacore.com>
2472
2473 * gdb.ada/disc_arr_bound: New testcase.
2474
4a0ca9ec
JB
24752015-01-29 Joel Brobecker <brobecker@adacore.com>
2476
2477 * gdb.ada/mi_var_array: New testcase.
2478
3a8b707a
DE
24792015-01-27 Doug Evans <dje@google.com>
2480
2481 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2482 Add test for objfile.filename, objfile.username after objfile
2483 has been unloaded.
2484
f8313f6e
JB
24852015-01-26 Joel Brobecker <brobecker@adacore.com>
2486
2487 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2488 the second test to print the name attribute of value
2489 returned by the call to gdb.lookup_type, and adjust
2490 the expected output accordingly.
2491
37bc665e
MW
24922015-01-25 Mark Wielaard <mjw@redhat.com>
2493
2494 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2495 * gdb.base/disp-step-fork.c: Include unistd.h.
2496 * gdb.base/siginfo-obj.c: Include stdio.h.
2497 * gdb.base/siginfo-thread.c: Likewise.
2498 * gdb.mi/non-stop.c: Include unistd.h.
2499 * gdb.mi/nsthrexec.c: Include stdio.h.
2500 * gdb.mi/pthreads.c: Include unistd.h.
2501 * gdb.modula2/unbounded1.c (main): Declare returns int.
2502 * gdb.reverse/consecutive-reverse.c: Likewise.
2503 * gdb.threads/create-fail.c: Include unistd.h.
2504 * gdb.threads/killed.c: Likewise.
2505 * gdb.threads/linux-dp.c: Likewise.
2506 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2507 * gdb.threads/non-ldr-exc-2.c: Likewise.
2508 * gdb.threads/non-ldr-exc-3.c: Likewise.
2509 * gdb.threads/non-ldr-exc-4.c: Likewise.
2510 * gdb.threads/pthreads.c: Include unistd.h.
2511 (main): Declare returns int.
2512 * gdb.threads/tls-main.c (foo): New declaration.
2513 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2514
f7e5394d
SM
25152015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2516
2517 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2518 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2519
743649fd
MW
25202015-01-15 Mark Wielaard <mjw@redhat.com>
2521
2522 * gdb.base/noreturn-return.c: New file.
2523 * gdb.base/noreturn-return.exp: New file.
2524 * gdb.base/noreturn-finish.c: New file.
2525 * gdb.base/noreturn-finish.exp: New file.
2526
198297aa
PA
25272015-01-23 Pedro Alves <palves@redhat.com>
2528
2529 * gdb.threads/continue-pending-after-query.c: New file.
2530 * gdb.threads/continue-pending-after-query.exp: New file.
2531
717cf30c
AG
25322015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2533 Simon Marchi <simon.marchi@ericsson.com>
2534
2535 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2536 * gdb.base/valgrind-db-attach.exp: Same.
2537 * gdb.base/valgrind-infcall.exp: Same.
2538 * lib/mi-support.exp (default_mi_gdb_start): Same.
2539 * lib/prompt.exp (default_prompt_gdb_start): Same.
2540 * lib/gdb.exp (default_gdb_spawn): Same.
2541 (gdb_interact): New.
2542
2543
4b62a76e
JK
25442015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2545
2546 * gdb.compile/compile.exp (pointer to jit function): New test.
2547
b4cdae6f
WW
25482015-01-17 Wei-cheng Wang <cole945@gmail.com>
2549
2550 * lib/gdb.exp (supports_process_record): Return true for
2551 powerpc*-*-linux*.
2552 (supports_reverse): Likewise.
2553
d221e7ef
DB
25542015-01-15 Don Breazeal <donb@codesourcery.com>
2555
2556 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2557 instead of checking whether the target board is remote and
2558 use spawn_wait_for_attach instead of exec/sleep.
2559 * gdb.base/attach-twice.exp: Likewise.
2560
bafffb51
JB
25612015-01-15 Joel Brobecker <brobecker@adacore.com>
2562
2563 * gdb.ada/var_arr_attrs: New testcase.
2564
5589af0e
PA
25652015-01-14 Pedro Alves <palves@redhat.com>
2566 Joel Brobecker <brobecker@adacore.com>
2567
2568 PR gdb/17525
2569 * gdb.base/bp-cmds-execution-x-script.c: New file.
2570 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2571 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2572
6c400b59
PA
25732015-01-14 Pedro Alves <palves@redhat.com>
2574
2575 PR cli/17828
2576 * gdb.base/batch-preserve-term-settings.c: New file.
2577 * gdb.base/batch-preserve-term-settings.exp: New file.
2578
e02c96a7
DE
25792015-01-13 Doug Evans <dje@google.com>
2580
2581 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2582 binary.
2583
576fd14c
JB
25842015-01-13 Joel Brobecker <brobecker@adacore.com>
2585
2586 * Makefile.in (clean mostlyclean): Do not delete *.py.
2587
04dccad0
JB
25882015-01-13 Joel Brobecker <brobecker@adacore.com>
2589
2590 * gdb.python/py-lookup-type.exp: New file.
2591
3d230f71
PA
25922015-01-12 Pedro Alves <palves@redhat.com>
2593
2594 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2595 restore GDBFLAGS before returning.
2596
7e67715d
JK
25972015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2598
2599 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2600 is_amd64_regs_target and is_x86_like_target.
2601
f2e0d4b4
DE
26022015-01-11 Doug Evans <xdje42@gmail.com>
2603
2604 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2605 is given without an explicit form.
2606 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2607 attributes.
2608 * gdb.dwarf/corrupt.exp: Ditto.
2609 * gdb.dwarf2/enum-type.exp: Ditto.
2610 * gdb.trace/entry-values.exp: Ditto.
2611 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2612
439250fb
DE
26132015-01-11 Doug Evans <xdje42@gmail.com>
2614
2615 PR gdb/15830
2616 * gdb.base/maint.exp: Remove references to "maint demangle".
2617 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2618 Add tests for explicitly specifying language to demangle.
2619 * gdb.dlang/demangle.exp: Ditto.
2620
ede9f622
PA
26212015-01-09 Pedro Alves <palves@redhat.com>
2622
2623 * gdb.threads/non-stop-fair-events.c: New file.
2624 * gdb.threads/non-stop-fair-events.exp: New file.
2625
a7b796db
PA
26262015-01-09 Pedro Alves <palves@redhat.com>
2627
2628 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2629 the global scope. Set a breakpoint after all threads are started
2630 rather than stepping over two source lines. Expect the prompt.
2631 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2632 global.
2633 (NUM): Now 15.
2634 (main): Use threads_started_barrier to wait for all threads to
2635 start. Main thread no longer calls thread_function. Exit after
2636 180 seconds.
2637 (loop): New function.
2638 (thread_function): Wait on threads_started_barrier barrier. Call
2639 'loop' at each iteration.
2640 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2641 threads have started, instead of hardcoding number of "next"
2642 steps. Use an access watchpoint instead of a write watchpoint.
2643
9665ffdd
PA
26442015-01-09 Pedro Alves <palves@redhat.com>
2645
2646 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2647 (thread_func): Wait on barrier.
2648 (main): Wait for all threads to start before stopping GDB.
2649 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2650 global.
2651 (thread1_func, thread2_func): Wait on barrier.
2652 (main): Wait for all threads to start before stopping GDB.
2653 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2654 New global.
2655 (thread1_func, thread2_func): Wait on barrier.
2656 (main): Wait for all threads to start before stopping GDB.
2657
c945a99f
PA
26582015-01-09 Pedro Alves <palves@redhat.com>
2659
2660 * gdb.threads/attach-many-short-lived-threads.c: New file.
2661 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2662
c1a747c1
PA
26632014-01-09 Pedro Alves <palves@redhat.com>
2664
2665 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2666 instead of to thread 2.
2667 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2668 Add barrier around each pthread_create call instead of around all
2669 calls.
2670 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2671 Set a break on thread_function and have the child threads hit it
2672 one at at a time.
2673
60b3033e
PA
26742015-01-09 Pedro Alves <palves@redhat.com>
2675
2676 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2677 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2678 false.
2679 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2680 checking whether the target board is remote.
2681 * gdb.multi/multi-attach.exp: Likewise.
2682 * gdb.python/py-sync-interp.exp: Likewise.
2683 * gdb.server/ext-attach.exp: Likewise.
2684 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2685 tests that need to attach, instead of checking whether the target
2686 board is remote at the top of the file.
2687
acc018ac
YQ
26882015-01-08 Yao Qi <yao@codesourcery.com>
2689
2690 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2691
50a18af8
JK
26922015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2693
2694 Fix testcase compilation.
2695 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2696
8503d6e1
JB
26972015-01-06 Joel Brobecker <brobecker@adacore.com>
2698
2699 * gdb.python/py-type.exp: Add a couple test about empty
2700 array creation, and negative-length array creation.
2701
cc73dbcc
DE
27022015-01-02 Doug Evans <xdje42@gmail.com>
2703
2704 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2705
0300bbc7
DE
27062015-01-02 Doug Evans <dje@google.com>
2707
2708 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2709
9d85a0ec
YQ
27102014-12-29 Yao Qi <yao@codesourcery.com>
2711
2712 * gdb.trace/entry-values.exp: Update comments. Rename variable
2713 bar_call_foo to returned_from_foo.
2714
87186c6a
MMN
27152014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2716
2717 PR gdb/17394
2718 * gdb.linespec/break-asm-file.c: New file.
2719 * gdb.linespec/break-asm-file.exp: New file.
2720 * gdb.linespec/break-asm-file0.s: New file.
2721 * gdb.linespec/break-asm-file1.s: New file.
2722
1bab7383
YQ
27232014-12-18 Nigel Stephens <nigel@mips.com>
2724 Maciej W. Rozycki <macro@codesourcery.com>
2725
2726 * gdb.base/float.exp: Handle the new output from "info float" on
2727 MIPS targets.
2728
1bc1068a
JK
27292014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2730
2731 Fix MinGW compilation.
2732 * gdb.compile/compile-ops.exp: Update untested message if
2733 !skip_compile_feature_tests.
2734 * gdb.compile/compile-setjmp.exp: Likewise.
2735 * gdb.compile/compile-tls.exp: Likewise.
2736 * gdb.compile/compile.exp: Likewise.
2737 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2738 supported on this host".
2739
b6615d10
DE
27402014-12-16 Doug Evans <xdje42@gmail.com>
2741
2742 * boards/stabs.exp: New file.
2743
25dda427
AA
27442014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2745
2746 * gdb.base/completion.exp: Adjust to format changes of "maint
2747 print user-registers".
2748
bf330350
CU
27492014-12-16 Catalin Udma <catalin.udma@freescale.com>
2750
2751 PR server/17457
2752 * gdb.arch/aarch64-fp.c: New file.
2753 * gdb.arch/aarch64-fp.exp: New file.
2754
395cf596
SDJ
27552014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2756
2757 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2758 r210637, r210913, r211666, r215400, r215817).
2759
2760 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2761 * dg-extract-results.py: New file.
2762 * dg-extract-results.sh: Use it if the environment seems
2763 suitable.
2764
2765 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2766
2767 * dg-extract-results.py (parse_run): Handle warnings that
2768 are printed before a test harness is run.
2769
2770 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2771
2772 * dg-extract-results.py (Named): Remove __cmp__ method.
2773 (output_variation): Use a key to sort variation.harnesses.
2774
2775 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2776
2777 * dg-extract-results.py: For Python 3, force sys.stdout to
2778 handle surrogate escape sequences.
2779 (safe_open): New function.
2780 (output_segment, main): Use it.
2781
2782 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2783
2784 * dg-extract-results.py (Prog.result_re): Include options
2785 in test name.
2786
2787 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2788
2789 * dg-extract-results.py (output_variation): Always sort if
2790 do_sum.
2791
e882ef3c
SM
27922014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2793
2794 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2795 as long as we get pagination notifications.
2796
4992aa20
JM
27972014-12-15 Jason Merrill <jason@redhat.com>
2798
2799 * Makefile.in (check-gdb.%): Restore.
2800 * README: Mention it.
2801
c1b5a1a6
JB
28022014-12-13 Joel Brobecker <brobecker@adacore.com>
2803
2804 * gdb.ada/str_uninit: New testcase.
2805
5537b577
JK
28062014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2807
2808 PR symtab/17642
2809 * gdb.base/vla-stub-define.c: New file.
2810 * gdb.base/vla-stub.c: New file.
2811 * gdb.base/vla-stub.exp: New file.
2812
bb2ec1b3
TT
28132014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2814 Jan Kratochvil <jan.kratochvil@redhat.com>
2815 Tom Tromey <tromey@redhat.com>
2816
2817 * configure.ac: Add gdb.compile/.
2818 * configure: Regenerate.
2819 * gdb.compile/Makefile.in: New file.
2820 * gdb.compile/compile-ops.exp: New file.
2821 * gdb.compile/compile-ops.c: New file.
2822 * gdb.compile/compile-tls.c: New file.
2823 * gdb.compile/compile-tls.exp: New file.
2824 * gdb.compile/compile-constvar.S: New file.
2825 * gdb.compile/compile-constvar.c: New file.
2826 * gdb.compile/compile-mod.c: New file.
2827 * gdb.compile/compile-nodebug.c: New file.
2828 * gdb.compile/compile-setjmp-mod.c: New file.
2829 * gdb.compile/compile-setjmp.c: New file.
2830 * gdb.compile/compile-setjmp.exp: New file.
2831 * gdb.compile/compile-shlib.c: New file.
2832 * gdb.compile/compile.c: New file.
2833 * gdb.compile/compile.exp: New file.
2834 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2835
4ff709eb
TT
28362014-12-12 Tom Tromey <tromey@redhat.com>
2837
2838 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2839 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2840
6dddd6a5
DE
28412014-12-12 Doug Evans <dje@google.com>
2842
2843 * lib/gdb-python.exp (get_python_valueof): New function.
2844 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2845
71c24708
AA
28462014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2847
2848 * gdb.base/completion.exp: Add test for completion of "info
2849 registers ".
2850
3e29f34a
MR
28512014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2852
2853 * gdb.base/func-ptrs.c: New file.
2854 * gdb.base/func-ptrs.exp: New file.
2855
fc126975
SM
28562014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2857
2858 PR breakpoints/17012
2859 * gdb.base/dprintf-detach.c: New file.
2860 * gdb.base/dprintf-detach.exp: New file.
2861
0a46d518
SM
28622014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2863
2864 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2865 * lib/gdb.exp (target_is_gdbserver): New procedure.
2866
a0be3e44
DE
28672014-12-08 Doug Evans <dje@google.com>
2868
2869 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2870
df1b803a
YQ
28712014-12-05 Yao Qi <yao@codesourcery.com>
2872
2873 * gdb.guile/scm-error.exp: Remove the third argument to
2874 gdb_remote_download.
2875 * gdb.guile/scm-frame-args.exp: Likewise.
2876 * gdb.guile/scm-section-script.exp: Likewise.
2877
ddb9f679
YQ
28782014-12-05 Yao Qi <yao@codesourcery.com>
2879
2880 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2881
86e4ed39
DE
28822014-12-04 Doug Evans <dje@google.com>
2883
2884 * gdb.python/py-objfile.exp: Add tests for
2885 objfile.add_separate_debug_file.
2886
7c50a931
DE
28872014-12-04 Doug Evans <dje@google.com>
2888
2889 * lib/gdb.exp (get_build_id): New function.
2890 (build_id_debug_filename_get): Rewrite to use it.
2891 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2892
621661e3
MR
28932014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2894
2895 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2896 `method(long)', not just 0x0.
2897 * gdb.cp/nsalias.exp: Align code labels to 4.
2898 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2899 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2900 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2901 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2902 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2903 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2904
29f0c3b7
DE
29052014-12-02 Doug Evans <dje@google.com>
2906
e1e061e7 2907 PR symtab/17602
29f0c3b7 2908 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2909 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2910 * gdb.cp/anon-ns.exp: Update.
2911
162078c8
NB
29122014-12-02 Nick Bull <nicholaspbull@gmail.com>
2913
2914 * gdb.python/py-events.py (inferior_call_handler): New.
2915 (register_changed_handler, memory_changed_handler): New.
2916 (test_events.invoke): Register new handlers.
2917 * gdb.python/py-events.exp: Add tests for inferior call,
2918 memory_changed and register_changed events.
2919
fdb09caf
AA
29202014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2921
2922 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2923 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2924 if the linker doesn't understand this.
2925
55cfb2c4
SM
29262014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2927
2928 * gdb.python/python.exp: Change expected reply to help().
2929
9e8cd6df
YQ
29302014-12-01 Yao Qi <yao@codesourcery.com>
2931
2932 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2933 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2934 * configure: Re-generated.
2935
6c659fc2
SC
29362014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2937
2938 * gdb.cp/chained-calls.cc: New file.
2939 * gdb.cp/chained-calls.exp: New file.
2940 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2941
d7fc3181
SM
29422014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2943
2944 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2945 * gdb.dwarf2/symtab-producer.exp: Same.
2946 * gdb.gdb/python-interrupts.exp: Same.
2947 * gdb.gdb/python-selftest.exp: Same.
2948 * gdb.python/py-linetable.exp: Same.
2949 * gdb.python/py-type.exp: Same.
2950 * gdb.python/py-value-cc.exp: Same.
2951 * gdb.python/py-value.exp: Same.
2952
10e79639
YQ
29532014-11-28 Yao Qi <yao@codesourcery.com>
2954
2955 * gdb.base/break-probes.exp: Match library name prefixed with
2956 sysroot.
2957
f28a0564
SM
29582014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2959
2960 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2961 test expected output. Add parentheses for the call to print.
2962 Remove L suffix from integers.
2963
3fe1ce1d
DE
29642014-11-26 Doug Evans <dje@google.com>
2965
2966 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2967
84429e27
YQ
29682014-11-22 Yao Qi <yao@codesourcery.com>
2969
2970 * gdb.trace/entry-values.c: Remove asms.
2971 (foo): Add foo_label.
2972 (bar): Add bar_label.
2973 * gdb.trace/entry-values.exp: Remove code computing foo's
2974 length and bar's length.
2975 (Dwarf::assemble): Invoke function_range for bar and use
2976 MACRO_AT_func for foo.
2977
26741859
YQ
29782014-11-22 Yao Qi <yao@codesourcery.com>
2979
2980 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2981 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2982 Use .Lgcc43_procstart instead of gcc43.
2983
45e44d27
JB
29842014-11-21 Joel Brobecker <brobecker@adacore.com>
2985
2986 * gdb.ada/n_arr_bound: New testcase.
2987
458c8db8
SDJ
29882014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2989
2990 PR breakpoints/10737
2991 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2992 test_catch_syscall_multi_arch.
2993 (test_catch_syscall_multi_arch): New function.
2994
43f3e411
DE
29952014-11-20 Doug Evans <xdje42@gmail.com>
2996
2997 * gdb.base/maint.exp: Update expected output.
2998
0d7b2549
AA
29992014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3000
3001 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
3002 4-byte instruction on S390.
3003
8908fca5
JB
30042014-11-19 Joel Brobecker <brobecker@adacore.com>
3005
3006 * gdb.ada/arr_arr: New testcase.
3007
4a46959e
JB
30082014-11-19 Joel Brobecker <brobecker@adacore.com>
3009
3010 * gdb.ada/pkd_arr_elem: New Testcase.
3011
470e2f4e
LM
30122014-11-18 Luis Machado <lgustavo@codesourcery.com>
3013
3014 * gdb.reverse/break-precsave: Expect completion message for
3015 core file reads.
3016 * gdb.reverse/consecutive-precsave.exp: Likewise.
3017 * gdb.reverse/finish-precsave.exp: Likewise.
3018 * gdb.reverse/i386-precsave.exp: Likewise.
3019 * gdb.reverse/machinestate-precsave.exp: Likewise.
3020 * gdb.reverse/sigall-precsave.exp: Likewise.
3021 * gdb.reverse/solib-precsave.exp: Likewise.
3022 * gdb.reverse/step-precsave.exp: Likewise.
3023 * gdb.reverse/until-precsave.exp: Likewise.
3024 * gdb.reverse/watch-precsave.exp: Likewise.
3025
a267f3ad
AA
30262014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3027
3028 * gdb.base/bp-permanent.c: Include unistd.h.
3029 * gdb.python/py-framefilter-mi.c (main): Add return type.
3030 * gdb.python/py-framefilter.c (main): Likewise.
3031 * gdb.trace/actions-changed.c (main): Likewise.
3032
12084a9a
AA
30332014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3034
3035 * gdb.mi/until.c: Add eye-catchers.
3036 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
3037 line numbers.
3038
dc7e1a77
AA
30392014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3040
3041 * gdb.base/condbreak.exp: Drop references to removed non-prototype
3042 function header variants in break1.c.
3043 * gdb.base/ena-dis-br.exp: Likewise.
3044 * gdb.base/hbreak2.exp: Likewise.
3045 * gdb.reverse/until-precsave.exp: Drop references to removed
3046 non-prototype function header variants in ur1.c.
3047 * gdb.reverse/until-reverse.exp: Likewise.
3048
41c77605
PM
30492014-11-17 Petr Machata <pmachata@redhat.com>
3050
3051 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
3052 ${_cu_offset_size} bytes abbrev offset.
3053
34248c3a
DE
30542014-11-15 Doug Evans <xdje42@gmail.com>
3055
3056 PR symtab/17559
3057 * gdb.base/line-symtabs.exp: New file.
3058 * gdb.base/line-symtabs.c: New file.
3059 * gdb.base/line-symtabs.h: New file.
3060
646da059
YQ
30612014-11-14 Yao Qi <yao@codesourcery.com>
3062
3063 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
3064 (func): Add label func_label.
3065 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
3066 Replace low_pc and high_pc with MACRO_AT_range.
3067 Replace name, low_pc and high_pc with MACRO_AT_func.
3068
9301ebe6
YQ
30692014-11-14 Yao Qi <yao@codesourcery.com>
3070
3071 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
3072 Replace name, low_pc and high_pc with MACRO_AT_func.
3073
f166b542
YQ
30742014-11-14 Yao Qi <yao@codesourcery.com>
3075
3076 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
3077 produce debug information.
3078 * gdb.dwarf2/implptr-optimized-out.S: Removed.
3079
0f6e71e3
YQ
30802014-11-14 Yao Qi <yao@codesourcery.com>
3081
3082 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
3083 object and get function length.
3084 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
3085 with MACRO_AT_func.
3086 (top-level): Replace gdb_compile and clean_restart with
3087 prepare_for_testing.
3088 * gdb.dwarf2/main.c (main): Add label main_label.
3089
876c4df9
YQ
30902014-11-14 Yao Qi <yao@codesourcery.com>
3091
3092 * lib/dwarf.exp (function_range): New procedure.
3093 (Dwarf::_handle_macro_at_func): New procedure.
3094 (Dwarf::_handle_macro_at_range): New procedure.
3095 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
3096
02ad9cf1
YQ
30972014-11-14 Yao Qi <yao@codesourcery.com>
3098
3099 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
3100 (_handle_attribute): New procedure.
3101
a59add0c
AA
31022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3103
3104 * gdb.ada/cond_lang/foo.c (callme): Add return type.
3105 * gdb.base/call-sc.c (zed): Likewise.
3106 * gdb.base/checkpoint.c (main): Likewise.
3107 * gdb.base/dump.c (main): Likewise.
3108 * gdb.base/gcore.c (main): Likewise.
3109 * gdb.base/huge.c (main): Likewise.
3110 * gdb.base/multi-forks.c (main): Likewise.
3111 * gdb.base/pr10179-a.c (main): Likewise.
3112 * gdb.base/savedregs.c (main): Likewise.
3113 * gdb.base/sigaltstack.c (main): Likewise.
3114 * gdb.base/siginfo.c (main): Likewise.
3115 * gdb.base/structs.c (zed): Likewise.
3116 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
3117 * gdb.mi/mi-syn-frame.c (main): Likewise.
3118 * gdb.mi/until.c (foo, main): Likewise.
3119 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
3120 * gdb.base/solib-weak.c (foo): Declare.
3121 * gdb.base/attach-twice.c: Include stdio.h.
3122 * gdb.base/weaklib1.c: Likewise.
3123 * gdb.base/weaklib2.c: Likewise.
3124 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
3125 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
3126 unistd.h.
3127 * gdb.base/attach-pie-misread.c: Include stdlib.h.
3128 * gdb.mi/mi-exit-code.c: Likewise.
3129 * gdb.base/break-interp-lib.c: Include string.h.
3130 * gdb.base/coremaker.c: Likewise.
3131 * gdb.base/testenv.c: Likewise.
3132 * gdb.python/py-finish-breakpoint.c: Likewise.
3133 * gdb.base/inferior-died.c: Include sys/wait.h.
3134 * gdb.base/fileio.c: Include time.h.
3135 * gdb.base/async-shell.c: Include unistd.h.
3136 * gdb.base/dprintf-non-stop.c: Likewise.
3137 * gdb.base/info-os.c: Likewise.
3138 * gdb.mi/mi-console.c: Likewise.
3139 * gdb.mi/watch-nonstop.c: Likewise.
3140 * gdb.python/py-events.c: Likewise.
3141 * gdb.base/async.c (baz): Move up before its invocation.
3142 * gdb.base/code_elim2.c (my_global_func): Likewise.
3143 * gdb.base/skip-solib-lib.c (multiply): Likewise.
3144 * gdb.base/advance.c (func2): Likewise.
3145
3b5d5997
AA
31462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3147
3148 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
3149 variant.
3150 * gdb.base/annota3.c: Likewise.
3151 * gdb.base/async.c: Likewise.
3152 * gdb.base/average.c: Likewise.
3153 * gdb.base/call-ar-st.c: Likewise.
3154 * gdb.base/call-rt-st.c: Likewise.
3155 * gdb.base/call-sc.c: Likewise.
3156 * gdb.base/call-strs.c: Likewise.
3157 * gdb.base/ending-run.c: Likewise.
3158 * gdb.base/execd-prog.c: Likewise.
3159 * gdb.base/exprs.c: Likewise.
3160 * gdb.base/foll-exec.c: Likewise.
3161 * gdb.base/foll-fork.c: Likewise.
3162 * gdb.base/foll-vfork.c: Likewise.
3163 * gdb.base/funcargs.c: Likewise.
3164 * gdb.base/gcore.c: Likewise.
3165 * gdb.base/jump.c: Likewise.
3166 * gdb.base/langs0.c: Likewise.
3167 * gdb.base/langs1.c: Likewise.
3168 * gdb.base/langs2.c: Likewise.
3169 * gdb.base/mips_pro.c: Likewise.
3170 * gdb.base/nodebug.c: Likewise.
3171 * gdb.base/opaque0.c: Likewise.
3172 * gdb.base/opaque1.c: Likewise.
3173 * gdb.base/recurse.c: Likewise.
3174 * gdb.base/run.c: Likewise.
3175 * gdb.base/scope0.c: Likewise.
3176 * gdb.base/scope1.c: Likewise.
3177 * gdb.base/setshow.c: Likewise.
3178 * gdb.base/setvar.c: Likewise.
3179 * gdb.base/shmain.c: Likewise.
3180 * gdb.base/shr1.c: Likewise.
3181 * gdb.base/shr2.c: Likewise.
3182 * gdb.base/sigall.c: Likewise.
3183 * gdb.base/signals.c: Likewise.
3184 * gdb.base/so-indr-cl.c: Likewise.
3185 * gdb.base/solib2.c: Likewise.
3186 * gdb.base/structs.c: Likewise.
3187 * gdb.base/sum.c: Likewise.
3188 * gdb.base/vforked-prog.c: Likewise.
3189 * gdb.base/watchpoint.c: Likewise.
3190 * gdb.reverse/shr2.c: Likewise.
3191 * gdb.reverse/until-reverse.c: Likewise.
3192 * gdb.reverse/ur1.c: Likewise.
3193 * gdb.reverse/watch-reverse.c: Likewise.
3194
066a77c5
AA
31952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3196
3197 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
3198 variant.
3199 * gdb.base/sepdebug.exp: Drop references to removed code.
3200
4f204ea5
AA
32012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3202
3203 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
3204 variant. Preserve original line numbering.
3205 * gdb.base/list1.c: Likewise.
3206
3b377a3a
AA
32072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3208
3209 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
3210 variant.
3211 * gdb.base/break1.c: Likewise.
3212 * gdb.base/break.exp: Drop references to removed code.
3213
e444df73
AA
32142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3215
3216 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
3217 variant.
3218
8008f2a7
AA
32192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3220
3221 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
3222
a5a06887
AA
32232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3224
3225 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
3226 logic into perform_all_tests() and invoke it with and without
3227 function header prototypes.
3228 (do_function_calls): Remove conditional XFAIL for PR 5318.
3229 (rerun_and_prepare): Remove duplicate code.
3230 (perform_all_tests): New. Main logic moved here.
3231
44dba9b9
AA
32322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3233
3234 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
3235 code guarded by #ifdef NO_PROTOTYPES.
3236 (t_double_many_args): Likewise.
3237 (DEF_FUNC_MANY_ARGS_1): Likewise.
3238 (DEF_FUNC_VALUES_1): Likewise.
3239 (t_structs_ldc): Renamed from t_structs_fc in conditional code
3240 guarded by #ifdef PROTOTYPES.
3241
d1fbcd56
AA
32422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3243
3244 * gdb.mi/mi-console.c: Add eye-catcher.
3245 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
3246 instead of literal line number.
3247
b0e59b8f
AA
32482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3249
3250 * gdb.base/shr2.c: Add eye-catcher.
3251 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3252 line number.
3253
78f98cca
AA
32542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3255
3256 * gdb.base/jump.c: Add eye-catchers.
3257 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3258 numbers.
3259
58fa2af0
AA
32602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3261
3262 * gdb.base/execd-prog.c: Add eye-catchers.
3263 * gdb.base/foll-exec.c: Likewise.
3264 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3265 line numbers.
3266
04e5059b
AA
32672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3268
3269 * gdb.base/ending-run.c: Add eye-catchers.
3270 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3271 literal line numbers.
3272
dbfdb174
AA
32732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3274
3275 * gdb.base/call-rt-st.c: Add eye-catchers.
3276 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3277 literal line numbers.
3278
888a2ade
AA
32792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3280
3281 * gdb.base/call-ar-st.c: Add eye-catchers.
3282 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3283 literal line numbers.
3284
6acc2dde
AA
32852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3286
3287 * gdb.base/average.c: Add eye-catchers.
3288 * gdb.base/sum.c: Likewise.
3289 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3290 regexps dynamically.
3291
9ecfcd1d
AA
32922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3293
3294 * gdb.base/solib1.c: Add eye-catchers.
3295 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3296 literal line numbers.
3297
78708b7c
PA
32982014-11-12 Pedro Alves <palves@redhat.com>
3299
3300 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3301 leader has exited.
3302
af48d08f
PA
33032014-11-12 Pedro Alves <palves@redhat.com>
3304
3305 * gdb.arch/i386-bp_permanent.c: New file.
3306 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3307 (srcfile): Set to i386-bp_permanent.c.
3308 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
3309 that stepi does not execute the 'leave' instruction, instead of
3310 testing it does execute.
3311 * gdb.base/bp-permanent.c: New file.
3312 * gdb.base/bp-permanent.exp: New file.
3313
af3768e9
DE
33142014-11-10 Doug Evans <xdje42@gmail.com>
3315
3316 PR symtab/17564
3317 * gdb.base/symtab-search-order.exp: New file.
3318 * gdb.base/symtab-search-order.c: New file.
3319 * gdb.base/symtab-search-order-1.c: New file.
3320 * gdb.base/symtab-search-order-shlib-1.c: New file.
3321
9de00a4a
PA
33222014-11-07 Pedro Alves <palves@redhat.com>
3323
3324 PR gdb/17511
3325 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3326 i?86-*-linux*.
3327
e0f52461
SC
33282014-11-03 Siva Chandra Reddy <sivachandra@google.com>
3329
3330 PR c++/17494
3331 * gdb.cp/pr17494.cc: New file.
3332 * gdb.cp/pr17494.exp: New file.
3333
6ce8c980
YQ
33342014-11-02 Yao Qi <yao@codesourcery.com>
3335
3336 * gdb.python/python.exp: Get working directory and match the
3337 output of "set extended-prompt \\w " with it.
3338
02be9a71
DE
33392014-10-30 Doug Evans <dje@google.com>
3340
3341 * gdb.python/py-objfile.exp: Add tests for setting random attributes
3342 in objfiles.
3343 * gdb.python/py-progspace.exp: Add tests for setting random attributes
3344 in progspaces.
3345
3bdff46b
LM
33462014-10-30 Janis Johnson <janisjo@codesourcery.com>
3347
3348 * gdb.base/fullpath-expand.exp: Skip for a remote host.
3349 * gdb.base/realname-expand.exp: Likewise.
3350 * gdb.linespec/macro-relative.exp: Likewise.
3351
ab917dfb
PA
33522014-10-29 Pedro Alves <palves@redhat.com>
3353
3354 PR gdb/17408
3355 * gdb.threads/schedlock.c (some_function): New function.
3356 (call_function): New global.
3357 (MAYBE_CALL_SOME_FUNCTION): New macro.
3358 (thread_function): Call it.
3359 * gdb.threads/schedlock.exp (get_args): Add description parameter,
3360 and use it instead of a global counter. Adjust all callers.
3361 (get_current_thread): Use "find current thread" for test message
3362 here rather than having all callers pass down the same string.
3363 (goto_loop): New procedure, factored out from ...
3364 (my_continue): ... this.
3365 (step_ten_loops): Change parameter from test message to command to
3366 use. Adjust.
3367 (list_count): Delete global.
3368 (check_result): New procedure, factored out from duplicate top
3369 level code.
3370 (continue tests): Wrap in with_test_prefix.
3371 (test_step): New procedure, factored out from duplicate top level
3372 code.
3373 (top level): Test "step" in combination with all scheduler-locking
3374 modes. Test "next" in combination with all scheduler-locking
3375 modes, and in combination with stepping over a function call or
3376 not.
3377 * gdb.threads/next-bp-other-thread.c: New file.
3378 * gdb.threads/next-bp-other-thread.exp: New file.
3379
d3d4baed
PA
33802014-10-29 Pedro Alves <palves@redhat.com>
3381
3382 PR python/17372
3383 * gdb.python/python.exp: Test a multi-line command that spawns
3384 interactive Python.
3385 * gdb.base/multi-line-starts-subshell.exp: New file.
3386
563e8d85
YQ
33872014-10-29 Yao Qi <yao@codesourcery.com>
3388
3389 * gdb.base/fileio.exp: Make directories on host.
3390
0ea4d52e
YQ
33912014-10-29 Yao Qi <yao@codesourcery.com>
3392
3393 * gdb.base/fileio.c (test_write): Close the file.
3394
7f5ef605
PA
33952014-10-28 Pedro Alves <palves@redhat.com>
3396
3397 PR gdb/12623
3398 * gdb.base/sigstep.c (no_handler): New global.
3399 (main): If 'no_handler is true, set the signal handlers to
3400 SIG_IGN.
3401 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3402 with_sw_watch and no_handler parameters. Handle them.
3403 (top level) <stepping over handler when stopped at a breakpoint
3404 test>: Add a test axis for testing with a software watchpoint, and
3405 another for testing with the signal handler set to SIG_IGN.
3406 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3407 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3408
abbdbd03
PA
34092014-10-28 Pedro Alves <palves@redhat.com>
3410
3411 PR gdb/17511
3412 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3413 * gdb.base/sigstep.exp (other_handler_location): New global.
3414 (advance): Support stepping into the signal handler, and running
3415 commands while in the handler.
3416 (in_handler_map): New global.
3417 (top level): In the advance test, add combinations for getting
3418 into the handler with stepping commands, and for running commands
3419 in the handler. Add comment descripting the advancei tests.
3420
1df4399f
PA
34212014-10-28 Pedro Alves <palves@redhat.com>
3422
3423 * gdb.base/sigstep.exp: Use build_executable instead of
3424 prepare_for_testing.
3425 (top level): Move code that starts GDB, runs to main and creates a
3426 display to ...
3427 (restart): ... this new procedure.
3428 (top level): Move backtrace from signal handler test to ...
3429 (validate_backtrace): ... this new procedure.
3430 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3431 with_test_prefix. Always restart GDB.
3432 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3433 with_test_prefix. Always restart GDB. No need to delete
3434 breakpoints after the test.
3435 (test_skip_handler): Remove prefix parameter.
3436 (skip_over_handler, breakpoint_to_handler)
3437 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3438 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3439 restart GDB. No need to delete breakpoints after the test.
3440 (top level): Use foreach to call the test procedures with
3441 different commands.
3442
a5b6e449
PA
34432014-10-28 Pedro Alves <palves@redhat.com>
3444
3445 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3446 instead of GNATS numbers.
3447 * gdb.base/sigbpt.exp: Likewise.
3448 * gdb.base/siginfo.exp: Likewise.
3449 * gdb.base/sigstep.exp: Likewise.
3450
e5f8a7cc
PA
34512014-10-27 Pedro Alves <palves@redhat.com>
3452
3453 * gdb.base/sigstep.c (dummy): New global.
3454 (main): Issue a couple writes to the new global.
3455 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3456 procedures.
3457 (skip_over_handler): Use test_skip_handler.
3458 (top level): Call skip_over_handler for stepi and nexti too.
3459 (breakpoint_over_handler): Use test_skip_handler.
3460 (top level): Call breakpoint_over_handler for stepi and nexti too.
3461
763905a3
YQ
34622014-10-27 Yao Qi <yao@codesourcery.com>
3463
3464 * gdb.trace/tfile.c (adjust_function_address)
3465 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3466 function descriptor.
3467
6f259a23
DB
34682014-10-24 Don Breazeal <donb@codesourcery.com>
3469
3470 * gdb.base/foll-fork.exp (test_follow_fork,
3471 catch_fork_child_follow): Check for updated fork messages emitted
3472 from infrun.c.
3473 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3474 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3475 vfork_and_exec_child_follow_through_step): Check for updated vfork
3476 messages emitted from infrun.c.
3477
09dd9a69
PA
34782014-10-24 Pedro Alves <palves@redhat.com>
3479
3480 * gdb.base/corefile.exp: Remove references to ultrix.
3481 * gdb.base/interrupt.exp: Likewise.
3482 * gdb.base/whatis.exp: Likewise.
3483 * gdb.gdb/selftest.exp: Likewise.
3484 * gdb.threads/manythreads.exp: Likewise.
3485 * gdb.threads/print-threads.exp: Likewise.
3486 * gdb.threads/pthreads.exp:: Likewise.
3487 * gdb.threads/schedlock.exp: Likewise.
3488
3433cfa5
SC
34892014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3490
3491 * gdb.cp/non-trivial-retval.cc: Add a test case.
3492 * gdb.cp/non-trivial-retval.exp: Add a test.
3493
092f880b
YQ
34942014-10-20 Yao Qi <yao@codesourcery.com>
3495
3496 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3497 * gdb.python/py-objfile-script-gdb.py: New file.
3498 * gdb.python/py-objfile-script.exp: Update reference to
3499 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3500 of remote_download. Remove the dest file.
3501
acbdb7f3
YQ
35022014-10-20 Yao Qi <yao@codesourcery.com>
3503
3504 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3505 * gdb.base/step-line.exp: Likewise.
3506 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3507 * gdb.dwarf2/dw2-basic.exp: Likewise.
3508 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3509 * gdb.dwarf2/dw2-filename.exp: Likewise.
3510 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3511 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3512 * gdb.dwarf2/dw2-producer.exp: Likewise.
3513 * gdb.dwarf2/mac-fileno.exp: Likewise.
3514 * gdb.python/py-frame-args.exp: Likewise.
3515 * gdb.python/py-framefilter.exp: Likewise.
3516 * gdb.python/py-mi.exp: Likewise.
3517 * gdb.python/py-objfile-script.exp: Likewise
3518 * gdb.python/py-pp-integral.exp: Likewise.
3519 * gdb.python/py-pp-re-notag.exp: Likewise.
3520 * gdb.python/py-prettyprint.exp: Likewise.
3521 * gdb.python/py-section-script.exp: Likewise.
3522 * gdb.python/py-typeprint.exp: Likewise.
3523 * gdb.python/py-xmethods.exp: Likewise.
3524 * gdb.stabs/weird.exp: Likewise.
3525 * gdb.xml/tdesc-regs.exp: Likewise.
3526
bd286a29
KCY
35272014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3528
3529 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3530 (out_cu): Use addr_len for the size of addresses.
3531 (out_line): Likewise. Size DW_LNE_set_address instruction
3532 according to addr_len.
3533 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3534 (FUNC): Add START_INSNS to definition.
3535
673dc4a0
YQ
35362014-10-18 Yao Qi <yao@codesourcery.com>
3537
3538 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3539 gdb_has_argv0 return true.
3540 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3541 check [target_info exists noargs], check [gdb_has_argv0]
3542 instead.
3543 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3544 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3545 procedures.
3546
4ffbba72
DE
35472014-10-17 Doug Evans <dje@google.com>
3548
3549 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3550 event.
3551 * gdb.python/py-events.py: Add clear_objfiles event.
3552
d096d8c1
DE
35532014-10-17 Doug Evans <dje@google.com>
3554
3555 * gdb.python/py-objfile.exp: Test progspace attribute.
3556
a80db015
LM
35572014-10-17 Luis Machado <lgustavo@codesourcery.com>
3558
3559 * gdb.guile/scm-breakpoint.exp: Do not assume any
3560 directory separators when matching source file paths.
3561 * gdb.python/py-breakpoint.exp: Likewise.
3562 * gdb.reverse/break-precsave.exp: Likewise.
3563 * gdb.reverse/break-reverse.exp: Likewise.
3564 * gdb.reverse/consecutive-precsave.exp: Likewise.
3565 * gdb.reverse/finish-precsave.exp: Likewise.
3566 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3567 * gdb.reverse/finish-reverse.exp: Likewise.
3568 * gdb.reverse/i386-precsave.exp: Likewise.
3569 * gdb.reverse/i387-env-reverse.exp: Likewise.
3570 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3571 * gdb.reverse/machinestate-precsave.exp: Likewise.
3572 * gdb.reverse/machinestate.exp: Likewise.
3573 * gdb.reverse/sigall-precsave.exp: Likewise.
3574 * gdb.reverse/solib-precsave.exp: Likewise.
3575 * gdb.reverse/step-precsave.exp: Likewise.
3576 * gdb.reverse/until-precsave.exp: Likewise.
3577 * gdb.reverse/watch-precsave.exp: Likewise.
3578 * gdb.reverse/watch-reverse.exp: Likewise.
3579
b22089ab
YQ
35802014-10-17 Yao Qi <yao@codesourcery.com>
3581
3582 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3583 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3584
6c4486e6
PA
35852014-10-17 Pedro Alves <palves@redhat.com>
3586
3587 PR gdb/17471
3588 * gdb.base/bg-execution-repeat.c: New file.
3589 * gdb.base/bg-execution-repeat.exp: New file.
3590
0ff33695
PA
35912014-10-17 Pedro Alves <palves@redhat.com>
3592
3593 PR gdb/17300
3594 * gdb.base/continue-all-already-running.c: New file.
3595 * gdb.base/continue-all-already-running.exp: New file.
3596
6fdebc3d
PA
35972014-10-17 Pedro Alves <palves@redhat.com>
3598
3599 PR gdb/17472
3600 * gdb.base/annota-input-while-running.c: New file.
3601 * gdb.base/annota-input-while-running.exp: New file.
3602
32a8097b
PA
36032014-10-17 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.base/callfuncs.exp: emove references to osf.
3606 * gdb.base/sigall.exp: Likewise.
3607 * gdb.gdb/selftest.exp: Likewise.
3608 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3609 * gdb.mi/non-stop.c: Likewise.
3610 * gdb.mi/pthreads.c: Likewise.
3611 * gdb.reverse/sigall-precsave.exp: Likewise.
3612 * gdb.reverse/sigall-reverse.exp: Likewise.
3613 * gdb.threads/pthreads.c: Likewise.
3614 * gdb.threads/pthreads.exp: Likewise.
3615
7a3517ff
YQ
36162014-10-17 Yao Qi <yao@codesourcery.com>
3617
3618 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3619 check 'target_info exists noargs'.
3620 (test_command_prompt_position): Likewise.
3621 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3622 Remove "set args".
3623 (progvar_simple_while_test): Likewise.
3624 (progvar_complex_if_while_test): Likewise.
3625 (if_while_breakpoint_command_test): Likewise.
3626 (infrun_breakpoint_command_test): Likewise.
3627 (breakpoint_command_test): Likewise.
3628 (watchpoint_command_test): Likewise.
3629 (bp_deleted_in_command_test): Likewise.
3630 (temporary_breakpoint_commands): Likewise.
3631
bb99c472
YQ
36322014-10-16 Yao Qi <yao@codesourcery.com>
3633
3634 * gdb.base/remotetimeout.exp: Remove noargs checking.
3635
7c16b83e
PA
36362014-10-15 Pedro Alves <palves@redhat.com>
3637
3638 PR breakpoints/9649
3639 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3640 * gdb.base/breakpoint-in-ro-region.exp
3641 (probe_target_hardware_step): New procedure.
3642 (top level): Probe hardware stepping and hardware breakpoint
3643 support. Test stepping through a read-only region, with both
3644 "breakpoint auto-hw" on and off and both "always-inserted" on and
3645 off.
3646
35a49624
IB
36472014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3648
3649 * gdb.dlang/demangle.exp: Update for demangling changes.
3650
2d1c107c
SC
36512014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3652
3653 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3654 * gdb.cp/non-trivial-retval.exp: Add new tests.
3655
778811d5
SC
36562014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3657
3658 PR c++/13403
3659 PR c++/15154
3660 * gdb.cp/non-trivial-retval.cc: New file.
3661 * gdb.cp/non-trivial-retval.exp: New file.
3662
10c5f0a8
YQ
36632014-10-15 Yao Qi <yao@codesourcery.com>
3664
3665 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3666 remote host.
3667
65d7b369
YQ
36682014-10-15 Yao Qi <yao@codesourcery.com>
3669
3670 * gdb.python/py-symbol.exp: Match file base name if host is
3671 remote, otherwise match file name with dir name.
3672 * gdb.python/py-symtab.exp: Likewise.
3673 * gdb.python/python.exp: Likewise.
3674
46dc1394
YQ
36752014-10-15 Yao Qi <yao@codesourcery.com>
3676
3677 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3678 pattern.
3679 * gdb.python/py-symtab.exp: Likewise.
3680 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3681 locationn.
3682
c40cc657
JB
36832014-10-14 Joel Brobecker <brobecker@adacore.com>
3684
3685 * gdb.ada/addr_arith: New testcase.
3686
2abf49e1
MR
36872014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3688
3689 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3690 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3691 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3692 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3693
f7088df3
SDJ
36942014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3695
3696 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3697 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3698 * gdb.arch/stap-eval-lang-ada.exp: New file.
3699
4dc06805
YQ
37002014-10-14 Yao Qi <yao@codesourcery.com>
3701
3702 * gdb.mi/mi-var-child.c (nothing1): New function.
3703 (nothing2): New function.
3704 (do_children_tests): Set function pointers by nothing1 and
3705 nothing2.
3706 * gdb.mi/mi-var-child.exp: Step over new added statements.
3707 Update test to match the new output.
3708 * gdb.mi/var-cmd.c (nothing1): New function.
3709 (nothing2): New function.
3710 (do_children_tests): Set function pointers by nothing1 and
3711 nothing2.
3712 * gdb.mi/mi-var-display.exp: Update test to match output.
3713 Step to the line specified by $line_dct_nothing.
3714 Increase the number of lines to step.
3715
46a93de2
YQ
37162014-10-14 Yao Qi <yao@codesourcery.com>
3717
3718 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3719 tests.
3720 * gdb.mi/mi2-var-child.exp: Likewise.
3721
14ea52ee
DE
37222014-10-13 Doug Evans <dje@google.com>
3723
3724 * gdb.python/py-objfile.exp: Change name of file name test.
3725
e5c6e92b
DE
37262014-10-13 Doug Evans <dje@google.com>
3727
3728 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3729 from the start of the CU.
3730
c780cc2f
JK
37312014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3732 Yao Qi <yao@codesourcery.com>
3733
3734 Fix "save breakpoints" for "catch" command.
3735 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3736 Remove -nonewline. Match also the added "main" line.
3737
99894e11
JK
37382014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3739
3740 Fix "save breakpoints" for "disable $bpnum" command.
3741 * gdb.base/save-bp.c (main): Add label.
3742 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3743
6e1ac5a3
JK
37442014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3745
3746 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3747
754dd2b0
YQ
37482014-10-11 Yao Qi <yao@codesourcery.com>
3749
3750 * gdb.server/server-kill.exp: Execute command
3751 "set remote trace-status-packet on" before "tstatus".
3752
f90183d7
YQ
37532014-10-11 Yao Qi <yao@codesourcery.com>
3754
3755 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3756 (main): Call getppid.
3757 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3758 and continue to it. Read variable "server_pid".
3759
bf40a607
YQ
37602014-10-11 Yao Qi <yao@codesourcery.com>
3761
3762 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3763
052ca370
YQ
37642014-10-11 Yao Qi <yao@codesourcery.com>
3765
3766 * gdb.threads/thread-find.exp: Don't execute command
3767 "info threads".
3768 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3769 * gdb.threads/linux-dp.exp: Don't check the condition
3770 $threads_created equals to zero.
3771
3831839c
PA
37722014-10-10 Pedro Alves <palves@redhat.com>
3773
3774 * gdb.base/bigcore.exp: Remove references to IRIX.
3775 * gdb.base/funcargs.exp: Likewise.
3776 * gdb.base/interrupt.exp: Likewise.
3777 * gdb.base/mips_pro.exp: Likewise.
3778 * gdb.base/nodebug.exp: Likewise.
3779 * gdb.base/setvar.exp: Likewise.
3780 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3781
8b9a549d
PA
37822014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3783 Pedro Alves <palves@redhat.com>
3784
3785 PR symtab/14466
3786 * gdb.base/vdso-warning.c: New file.
3787 * gdb.base/vdso-warning.exp: New file.
3788
d48ba5e8
DE
37892014-10-02 Doug Evans <dje@google.com>
3790
3791 * gdb.base/structs.c (main): Don't run forever.
3792
2278c276
PA
37932014-10-02 Pedro Alves <palves@redhat.com>
3794
3795 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3796 (top level) <stop threads 1, stop threads 2>: Use it.
3797
b57bacec
PA
37982014-10-02 Pedro Alves <palves@redhat.com>
3799
3800 * gdb.threads/break-while-running.exp (test): Add new
3801 'update_thread_list' argument. Skip "info threads" if false.
3802 (top level): Add new 'update_thread_list' axis.
3803
13fd3ff3
PA
38042014-10-02 Pedro Alves <palves@redhat.com>
3805
3806 PR breakpoints/17431
3807 * gdb.base/execl-update-breakpoints.c: New file.
3808 * gdb.base/execl-update-breakpoints.exp: New file.
3809
0fec99e8
PA
38102014-10-01 Pedro Alves <palves@redhat.com>
3811
3812 * gdb.base/breakpoint-in-ro-region.c: New file.
3813 * gdb.base/breakpoint-in-ro-region.exp: New file.
3814
2ddf4301
SM
38152014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3816
3817 * gdb.mi/mi-exit-code.exp: New file.
3818 * gdb.mi/mi-exit-code.c: New file.
3819
6a5f3f43
YQ
38202014-09-30 Yao Qi <yao@codesourcery.com>
3821
3822 * lib/prelink-support.exp (build_executable_own_libs): Error if
3823 the target isn't native.
3824
345bcc73
YQ
38252014-09-30 Yao Qi <yao@codesourcery.com>
3826
3827 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3828 false.
3829
a25a5a45
PA
38302014-09-22 Pedro Alves <palves@redhat.com>
3831
3832 * gdb.threads/break-while-running.exp: New file.
3833 * gdb.threads/break-while-running.c: New file.
3834
00ba3162
YQ
38352014-09-19 Yao Qi <yao@codesourcery.com>
3836
3837 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3838 Invoke test. Restart GDB with --readnow and invoke test again.
3839
c3b7b696
YQ
38402014-09-19 Yao Qi <yao@codesourcery.com>
3841
3842 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3843 proc set_breakpoint_on_gcd_function. Invoke
3844 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3845 invoke set_breakpoint_on_gcd_function again.
3846
2b4fd423
DE
38472014-09-18 Doug Evans <dje@google.com>
3848
3849 * gdb.dwarf2/symtab-producer.exp: New file.
3850
a5947601
SDJ
38512014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3852
3853 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3854 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3855 * gdb.base/global-var-nested-by-dso.c: Likewise.
3856 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3857
91c19059
SDJ
38582014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3859 Pedro Alves <palves@redhat.com>
3860
3861 * gdb.base/watch-bitfields.exp: Pass string other than test file
3862 name to prepare_for_testing.
3863 (watch): New procedure.
3864 (expect_watchpoint): Use with_test_prefix.
3865 (top level): Factor out tests to ...
3866 (test_watch_location, test_regular_watch): ... these new
3867 procedures, and use with_test_prefix and gdb_continue_to_end.
3868
bb9d5f81
PP
38692014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3870
3871 PR breakpoints/12526
3872 * gdb.base/watch-bitfields.exp: New file.
3873 * gdb.base/watch-bitfields.c: New file.
3874
635856f5
PA
38752014-09-16 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3878 software and hardware addresses, not software address against
3879 itself.
3880
7280ceea
PA
38812014-09-16 Pedro Alves <palves@redhat.com>
3882
3883 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3884 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3885
428b16bd
PA
38862014-09-16 Pedro Alves <palves@redhat.com>
3887
3888 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3889 files.
3890 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3891 "*-*-vxworks*" throughout.
3892 * gdb.base/break.exp: Likewise.
3893 * gdb.base/default.exp: Likewise.
3894 * gdb.base/scope.exp: Likewise.
3895 * gdb.base/sepdebug.exp: Likewise.
3896 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3897 throughout.
3898 * gdb.base/run.c: Likewise.
3899 * gdb.base/sepdebug.c: Likewise.
3900 * gdb.hp/gdb.aCC/run.c: Likewise.
3901 * gdb.reverse/until-reverse.c: Likewise.
3902 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3903
666d413c
YQ
39042014-09-16 Yao Qi <yao@codesourcery.com>
3905
3906 * boards/local-remote-host-native.exp: New file.
3907
57cbd724
DE
39082014-09-14 Doug Evans <xdje42@gmail.com>
3909
3910 * gdb.threads/queue-signal.c (thread_count): New variable.
3911 (thread_count_mutex, thread_count_condvar): New variables.
3912 (incr_thread_count, wait_all_threads_running): New functions.
3913 (main): Wait for all threads to be in their thread functions.
3914
81219e53
DE
39152014-09-13 Doug Evans <xdje42@gmail.com>
3916
3917 * gdb.threads/queue-signal.c: New file.
3918 * gdb.threads/queue-signal.exp: New file.
3919
3714cea7
DE
39202014-09-13 Doug Evans <xdje42@gmail.com>
3921
3922 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3923 be consistent with what default_gdb_init uses.
3924 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3925 the plain text of the prompt. Add some logging printfs.
3926 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3927
fa43b1d7
PA
39282014-09-12 Pedro Alves <palves@redhat.com>
3929
3930 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3931 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3932 * gdb.arch/i386-size-overlap.exp: Likewise.
3933 * gdb.arch/i386-size.exp: Likewise.
3934 * gdb.arch/i386-unwind.exp: Likewise.
3935 * gdb.base/a2-run.exp: Likewise.
3936 * gdb.base/break.exp: Likewise.
3937 * gdb.base/charset.exp: Likewise.
3938 * gdb.base/chng-syms.exp: Likewise.
3939 * gdb.base/commands.exp: Likewise.
3940 * gdb.base/dbx.exp: Likewise.
3941 * gdb.base/find.exp: Likewise.
3942 * gdb.base/funcargs.exp: Likewise.
3943 * gdb.base/jit-simple.exp: Likewise.
3944 * gdb.base/reread.exp: Likewise.
3945 * gdb.base/sepdebug.exp: Likewise.
3946 * gdb.base/step-bt.exp: Likewise.
3947 * gdb.cp/mb-inline.exp: Likewise.
3948 * gdb.cp/mb-templates.exp: Likewise.
3949 * gdb.objc/basicclass.exp: Likewise.
3950 * gdb.threads/killed.exp: Likewise.
3951
9d9bf2df
EBM
39522014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3953
3954 PR tdep/17379
3955 * gdb.arch/powerpc-stackless.S: New file.
3956 * gdb.arch/powerpc-stackless.exp: New file.
3957
1cf2f1b0
JK
39582014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3959
3960 * gdb.base/attach.c: Include unistd.h.
3961 (main): Call alarm. Add label postloop.
3962 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3963 gdb_breakpoint, gdb_continue_to_breakpoint.
3964 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3965
98880d46
PA
39662014-09-11 Pedro Alves <palves@redhat.com>
3967
3968 PR gdb/17347
3969 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3970 * gdb.base/attach.exp (test_command_line_attach_run): New
3971 procedure.
3972 (top level): Call it.
3973
4c92ff2c
PA
39742014-09-11 Pedro Alves <palves@redhat.com>
3975
3976 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3977 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3978 (do_command_attach_tests): Use spawn_wait_for_attach.
3979 * gdb.base/solib-overlap.exp: Likewise.
3980 * gdb.multi/multi-attach.exp: Likewise.
3981 * gdb.python/py-prompt.exp: Likewise.
3982 * gdb.python/py-sync-interp.exp: Likewise.
3983 * gdb.server/ext-attach.exp: Likewise.
3984
3adc1a7d
GKB
39852014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3986
3987 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3988 command in testcase. Simplify testcase.
3989
96334934
JB
39902014-09-10 Joel Brobecker <brobecker@adacore.com>
3991
3992 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3993
eb479039
JB
39942014-09-10 Joel Brobecker <brobecker@adacore.com>
3995
3996 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3997
deede10c
JB
39982014-09-10 Joel Brobecker <brobecker@adacore.com>
3999
4000 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
4001
7828a5f5
JB
40022014-09-10 Joel Brobecker <brobecker@adacore.com>
4003
4004 * gdb.dwarf2/dynarr-ptr.c: New file.
4005 * gdb.dwarf2/dynarr-ptr.exp: New file.
4006
33aeebcf
MR
40072014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4008
4009 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
4010 of 30 rather than hardcoding 120 for a slow test case. Take the
4011 `gdb,timeout' target setting into account for this calculation.
4012 Don't extend the timeout for the test cases that don't need it.
4013
7b415901
MR
40142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4015
4016 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
4017 a factor of 2 for a slow test case. Take the `gdb,timeout'
4018 target setting into account for this calculation.
4019 * gdb.reverse/until-precsave.exp: Increase the timeout by
4020 a factor of 15 and 3 respectively rather than adding 120
4021 for a pair of slow test cases. Take the `gdb,timeout'
4022 target setting into account for this calculation.
4023
4a40f85a
MR
40242014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4025
4026 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
4027 timeout, don't pass one down to gdb_expect.
4028 (gdb_expect): Rework timeout selection.
4029
09635af7
MR
40302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4031
4032 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
4033 exception on timeout.
4034 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
4035 (gdbserver_start_extended): Catch any `gdbserver_start' error
4036 exceptions.
4037 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
4038 * lib/mi-support.exp (mi_gdb_target_load): Catch any
4039 `gdbserver_gdb_load' error exceptions.
4040
2bdd10b7
MR
40412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4042
4043 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
4044 120 on waiting for the TCP socket to open.
4045
316935f0
DE
40462014-09-09 Doug Evans <xdje42@gmail.com>
4047
4048 * gdb.base/default.exp (show_conv_list): Add _caller_is,
4049 _caller_matches, _any_caller_is, _any_caller_matches.
4050
83740597
DE
40512014-09-09 Doug Evans <xdje42@gmail.com>
4052
4053 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
4054
4c122fc3
YQ
40552014-09-09 Yao Qi <yao@codesourcery.com>
4056
4057 * gdb.mi/mi-var-display.exp: Set print symbol off.
4058
a9f116cb
GKB
40592014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
4060
4061 PR gdb/17035
4062 * gdb.base/commands.exp: Add tests to verify user-defined
4063 commands with empty bodies.
4064 * gdb.python/py-cmd.exp: Test that we don't show user-defined
4065 python commands in `show user command`.
4066 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
4067 scheme commands in `show user command`.
4068
c75bd3a2
JK
40692014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4070
4071 PR python/17355
4072 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
4073 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
4074 * gdb.python/py-framefilter-invalidarg.exp: New file.
4075 * gdb.python/py-framefilter-invalidarg.py: New file.
4076
faa42425
DE
40772014-09-06 Doug Evans <xdje42@gmail.com>
4078
4079 PR 15276
4080 * gdb.python/py-caller-is.c: New file.
4081 * gdb.python/py-caller-is.exp: New file.
4082
474ca4f6
SDJ
40832014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
4084
4085 PR gdb/17235
4086 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
4087 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
4088
eb0b0463
SDJ
40892014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
4090
4091 PR fortran/17237
4092 * gdb.fortran/print-formatted.exp: New file.
4093 * gdb.fortran/print-formatted.f90: Likewise.
4094
5f3b99cf
SS
40952014-09-03 Sasha Smundak <asmundak@google.com>
4096
4097 * gdb.python/py-frame.exp: Test Frame.read_register.
4098
7d793aa9
SDJ
40992014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
4100
4101 PR python/16699
4102 * gdb.python/py-completion.exp: New file.
4103 * gdb.python/py-completion.py: Likewise.
4104
fb0576e9
DE
41052014-08-28 Doug Evans <dje@google.com>
4106
4107 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
4108 eax,etc. are live with values set by gdb and thus the compiler can't
4109 use them.
4110 * gdb.arch/i386-pseudo.c (main): Ditto.
4111
ee92b0dd
DE
41122014-08-27 Doug Evans <dje@google.com>
4113
4114 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
4115
6649db35
DE
41162014-08-25 Doug Evans <dje@google.com>
4117
4118 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
4119 (main): Ditto.
4120
564b7600
DE
41212014-08-25 Doug Evans <dje@google.com>
4122
4123 * gdb.threads/thread-execl.exp: #include <stdio.h>.
4124
3881fb67
YQ
41252014-08-24 Yao Qi <yao@codesourcery.com>
4126
4127 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
4128 symbol off.
4129 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
4130
a05a36a5
DE
41312014-08-22 Doug Evans <dje@google.com>
4132
4133 PR 17276
4134 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
4135 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
4136 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
4137
7c343b48
YQ
41382014-08-22 Yao Qi <yao@codesourcery.com>
4139
4140 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
4141 * gdb.python/py-finish-breakpoint2.exp: Likewise.
4142 * gdb.python/python.exp: Likewise. Use .py file on the host
4143 instead of the build.
4144
22fd09ae
JK
41452014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4146
4147 * gdb.threads/gcore-stale-thread.c: New file.
4148 * gdb.threads/gcore-stale-thread.exp: New file.
4149
a8454a7c
PA
41502014-08-21 Pedro Alves <palves@redhat.com>
4151
4152 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
4153 * gdb.base/gcore-relro-pie.exp: Likewise.
4154 * gdb.base/gcore-relro.exp: Likewise.
4155 * gdb.base/gcore.exp: Likewise.
4156 * gdb.base/print-symbol-loading.exp: Likewise.
4157 * gdb.threads/gcore-thread.exp: Likewise.
4158 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
4159
2a31c623
PA
41602014-08-20 Pedro Alves <palves@redhat.com>
4161 Jan Kratochvil <jan.kratochvil@redhat.com>
4162
4163 * Makefile.in (EXTRA_RULES, CC): New variables, get from
4164 configure.
4165 (EXPECT): Handle READ1 being set.
4166 (all): Depend on EXTRA_RULES.
4167 (check-read1, expect-read1, read1.so, read1): New rules.
4168 * README (Testsuite Parameters): Document the READ1 make variable.
4169 (Race detection): New section.
4170 * configure: Regenerate.
4171 * configure.ac: If build==host==target, and running under a
4172 GNU/glibc system, add read1 to the extra Makefile rules.
4173 (EXTRA_RULES): AC_SUBST it.
4174 * lib/read1.c: New file.
4175
d36430db
JB
41762014-08-20 Joel Brobecker <brobecker@adacore.com>
4177
4178 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
4179 the handling of variables declared as a typedef to an array
4180 which a DW_AT_data_location attribute.
4181
9a0dc9e3
PA
41822014-08-19 Andrew Burgess <aburgess@broadcom.com>
4183 Pedro Alves <palves@redhat.com>
4184
4185 PR symtab/14604
4186 PR symtab/14605
4187 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
4188 gdb_test.
4189
0718a8da
PA
41902014-08-19 Pedro Alves <palves@redhat.com>
4191
4192 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
4193
13b448cd
YQ
41942014-08-19 Yao Qi <yao@codesourcery.com>
4195
4196 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
4197 right line.
4198
1cbf5077
DB
41992014-08-18 David Blaikie <dblaikie@gmail.com>
4200
4201 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
4202
bf0fae19
JB
42032014-08-18 Joel Brobecker <brobecker@adacore.com>
4204
4205 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
4206 attribute in array range.
4207
3c8c5dcc
JB
42082014-08-18 Joel Brobecker <brobecker@adacore.com>
4209
4210 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
4211
e66d4446
SC
42122014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4213
4214 PR c++/17132
4215 * gdb.cp/pr17132.cc: New file.
4216 * gdb.cp/pr17132.exp: New file.
4217
940df408
SC
42182014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4219
4220 * gdb.python/py-xmethods.py (A_getarrayind)
4221 (E_method_char_worker.__call__, E_method_int_worker.__call__):
4222 Use 'print' with function call syntax.
4223 (E_method_matcher.match): Fix tab vs space indentation mixup.
4224
ebcc6c3a
YQ
42252014-08-15 Yao Qi <yao@codesourcery.com>
4226
4227 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
4228 false.
4229
775e0f04
YQ
42302014-08-15 Yao Qi <yao@codesourcery.com>
4231
4232 * gdb.cp/casts.exp: Set print symbol off.
4233 * gdb.cp/class2.exp: Likewise.
4234 * gdb.cp/overload.exp: Likewise.
4235 * gdb.cp/templates.exp: Likewise.
4236
d769e349
DE
42372014-08-11 Doug Evans <dje@google.com>
4238
4239 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4240 (test_load_shlib): Update.
4241
20c6f1e1
YQ
42422014-08-09 Yao Qi <yao@codesourcery.com>
4243
4244 * gdb.base/display.exp: Invoke is_address_zero_readable.
4245 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
4246 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4247 * gdb.base/hbreak-unmapped.exp: Return if
4248 is_address_zero_readable returns true.
4249 * gdb.base/signest.exp: Likewise.
4250 * gdb.base/signull.exp: Likewise.
4251 * gdb.base/sigbpt.exp: Likewise.
4252 * gdb.guile/scm-disasm.exp: Do the test if
4253 is_address_zero_readable returns false.
4254 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4255 * gdb.python/py-arch.exp: Likewise.
4256 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4257 * lib/gdb.exp (is_address_zero_readable): New proc.
4258
5792e8e3
YQ
42592014-08-09 Yao Qi <yao@codesourcery.com>
4260
4261 PR testsuite/13443
4262 * gdb.mi/mi-var-display.exp: Make test messages unique.
4263
3cecbbbe
TT
42642014-08-04 Tom Tromey <tromey@redhat.com>
4265
4266 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4267 target 0".
4268
00b51ff5
TT
42692014-08-04 Tom Tromey <tromey@redhat.com>
4270
4271 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4272 "target_resume".
4273
6908c509
JB
42742014-08-01 Joel Brobecker <brobecker@adacore.com>
4275
4276 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4277 inner_vla_struct_object_size.
4278 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4279 as xfail.
4280
cc6563d2
PA
42812014-07-30 Pedro Alves <palves@redhat.com>
4282
4283 * gdb.threads/signal-command-handle-nopass.exp (test): Add
4284 comment.
4285
7e09a223
YQ
42862014-07-29 Yao Qi <yao@codesourcery.com>
4287
4288 PR gdb/17206
4289 * gdb.base/until-nodebug.exp: New.
4290
7ebdbe92
DE
42912014-07-28 Doug Evans <xdje42@gmail.com>
4292
4293 PR guile/17203
4294 * gdb.guile/scm-parameter.exp: Add tests for trying to create
4295 previously existing parameter, and previously ambiguously spelled
4296 parameter.
4297
fdb1adc6
WN
42982014-07-28 Will Newton <will.newton@linaro.org>
4299
4300 * gdb.base/varargs.exp: Remove KFAILs for ARM.
4301
186fcde0
DE
43022014-07-26 Ludovic Courtès <ludo@gnu.org>
4303 Doug Evans <xdje42@gmail.com>
4304
4305 PR guile/17146
4306 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4307
70509625
PA
43082014-07-25 Pedro Alves <palves@redhat.com>
4309
4310 * gdb.threads/signal-command-handle-nopass.c: New file.
4311 * gdb.threads/signal-command-handle-nopass.exp: New file.
4312 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4313 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4314 * gdb.threads/signal-delivered-right-thread.c: New file.
4315 * gdb.threads/signal-delivered-right-thread.exp: New file.
4316
c3f814a1
PA
43172014-07-25 Pedro Alves <palves@redhat.com>
4318
4319 * gdb.base/double-prompt-target-event-error.exp
4320 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4321 match.
4322 (cancel_pagination_in_target_event): Rework double prompt
4323 detection.
4324 * gdb.base/paginate-after-ctrl-c-running.exp
4325 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4326 <return>' match.
4327 * gdb.base/paginate-bg-execution.exp
4328 (test_bg_execution_pagination_return)
4329 (test_bg_execution_pagination_cancel): Remove '-notransfer
4330 <return>' matches.
4331 * gdb.base/paginate-execution-startup.exp
4332 (test_fg_execution_pagination_return)
4333 (test_fg_execution_pagination_cancel): Remove '-notransfer
4334 <return>' matches.
4335 * gdb.base/paginate-inferior-exit.exp
4336 (test_paginate_inferior_exited): Remove '-notransfer <return>'
4337 match.
4338 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4339 * lib/gdb.exp (pagination_prompt): Run text through
4340 string_to_regexp.
4341 (gdb_test_multiple): Match $pagination_prompt instead of
4342 "<return>".
4343 (string_to_regexp): Move to lib/gdb-utils.exp.
4344
e214cf6c
JK
43452014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4346
4347 * gdb.arch/amd64-entry-value-paramref.S: New file.
4348 * gdb.arch/amd64-entry-value-paramref.cc: New file.
4349 * gdb.arch/amd64-entry-value-paramref.exp: New file.
4350 * gdb.arch/amd64-optimout-repeat.S: New file.
4351 * gdb.arch/amd64-optimout-repeat.c: New file.
4352 * gdb.arch/amd64-optimout-repeat.exp: New file.
4353
17d0c5c8
JK
43542014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4355
4356 PR gdb/17170
4357 * gdb.base/statistics.exp: New file.
4358
b8b8facf
DE
43592014-07-17 Doug Evans <dje@google.com>
4360
74b49205 4361 PR gdb/17170
b8b8facf
DE
4362 * gdb.base/maint.exp: Update testing of per-command stats.
4363
1b5d0ab3
PA
43642014-07-16 Pedro Alves <palves@redhat.com>
4365
4366 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4367 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4368 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4369 (tfile_write_buf): New functions.
4370 (add_memory_block): Rewrite using the above.
4371 (adjust_function_address): New function.
4372 (FUNCTION_ADDRESS): New macro.
4373 (write_basic_trace_file): Remove short_x local, and use
4374 tfile_write_16. Change type of func_addr local to unsigned long
4375 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
4376 here. Cast argument of add_memory_block to char pointer.
4377 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
4378 (main): Remove parameters.
4379 * gdb.trace/tfile.exp: Remove nowarnings.
4380
4d974e88
SM
43812014-07-15 Simon Marchi <simon.marchi@ericsson.com>
4382
4383 * gdb.base/debug-expr.exp: Test string evaluation with
4384 "debug expression" on.
4385
41e99568
PA
43862014-07-15 Pedro Alves <palves@redhat.com>
4387
4388 * gdb.base/reread.exp: Use clean_restart.
4389
487d9753
PL
43902014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
4391
4392 * gdb.arch/avr-flash-qualifer.c: New.
4393 * gdb.arch/avr-flash-qualifer.exp: New.
4394
cc1c52ad
PA
43952014-07-14 Pedro Alves <palves@redhat.com>
4396
4397 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4398 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4399
1e973570
PA
44002014-07-14 Pedro Alves <palves@redhat.com>
4401
4402 * gdb.base/double-prompt-target-event-error.c: New file.
4403 * gdb.base/double-prompt-target-event-error.exp: New file.
4404
93d6eb10
PA
44052014-07-14 Pedro Alves <palves@redhat.com>
4406
4407 PR gdb/17072
4408 * gdb.base/paginate-inferior-exit.c: New file.
4409 * gdb.base/paginate-inferior-exit.exp: New file.
4410
0017922d
PA
44112014-07-14 Pedro Alves <palves@redhat.com>
4412
4413 PR gdb/17072
4414 * gdb.base/paginate-bg-execution.c: New file.
4415 * gdb.base/paginate-bg-execution.exp: New file.
4416
94696ad3
PA
44172014-07-14 Pedro Alves <palves@redhat.com>
4418
4419 PR gdb/17072
4420 * gdb.base/paginate-execution-startup.c: New file.
4421 * gdb.base/paginate-execution-startup.exp: New file.
4422 * lib/gdb.exp (pagination_prompt): New global.
4423 (default_gdb_spawn): New procedure, factored out from
4424 default_gdb_spawn.
4425 (default_gdb_start): Adjust to call default_gdb_spawn.
4426 (gdb_spawn): New procedure.
4427
bd293940
PA
44282014-07-14 Pedro Alves <palves@redhat.com>
4429
4430 * lib/gdb.exp (gdb_assert): New procedure.
4431 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4432
c933f875
PA
44332014-07-14 Pedro Alves <palves@redhat.com>
4434
4435 * gdb.base/execution-termios.c: New file.
4436 * gdb.base/execution-termios.exp: New file.
4437
d98b7a16
TT
44382014-07-14 Tom Tromey <tromey@redhat.com>
4439
4440 * gdb.cp/vla-cxx.cc: New file.
4441 * gdb.cp/vla-cxx.exp: New file.
4442
548740d6
TT
44432014-07-14 Tom Tromey <tromey@redhat.com>
4444
4445 * gdb.reverse/rerun-prec.c: New file.
4446 * gdb.reverse/rerun-prec.exp: New file.
4447
a25eb028
MR
44482014-07-12 Maciej W. Rozycki <macro@mips.com>
4449 Maciej W. Rozycki <macro@codesourcery.com>
4450
4451 * lib/gdb-utils.exp: New file.
4452 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4453 inline `gdb_init_command' processing.
4454 (gdb_start_cmd): Likewise.
4455 * lib/mi-support.exp (mi_run_cmd): Likewise.
4456 * README: Document `gdb_init_command' and `gdb_init_commands'.
4457
218c2655
JK
44582014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4459
4460 Fix false FAIL running under a very long directory name.
4461 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4462 and "set print elements 10000". Twice.
4463
5401fde3
YQ
44642014-07-11 Yao Qi <yao@codesourcery.com>
4465
4466 * gdb.base/exprs.exp: "set print symbol off".
4467
e76126e8
PA
44682014-07-11 Pedro Alves <palves@redhat.com>
4469
4470 * gdb.threads/kill.c: New file.
4471 * gdb.threads/kill.exp: New file.
4472
2d6f0de6
YQ
44732014-07-10 Yao Qi <yao@codesourcery.com>
4474
4475 * gdb.trace/tfile.c (write_basic_trace_file)
4476 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4477 address written to trace file.
4478
7180e04a
PA
44792014-07-09 Pedro Alves <palves@redhat.com>
4480
4481 * gdb.base/attach-wait-input.exp: New file.
4482 * gdb.base/attach-wait-input.c: New file.
4483
9a9a7608
AB
44842014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4485
4486 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4487 setting up test structures.
4488 (main): Call new test function.
4489 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4490 test function, continue into test function and walk test
4491 structures.
4492
161ac41e
YQ
44932014-07-02 Yao Qi <yao@codesourcery.com>
4494
4495 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4496 'bar_start' at the beginning of functions 'foo' and 'bar'
4497 respectively.
4498 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4499 instead of 'foo' and 'bar'.
4500
1f267ae3
MM
45012014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4502
4503 * gdb.btrace/segv.exp: New.
4504 * gdb.btrace/segv.c: New.
4505
2b239efb
LM
45062014-07-02 Luis Machado <lgustavo@codesourcery.com>
4507
4508 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4509 instruction.
4510
cf363f18
MW
45112014-06-30 Mark Wielaard <mjw@redhat.com>
4512
4513 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4514 vulture, vilify, villar): New volatile array constants.
4515 (vindictive, vegetation): New const volatile array constants.
4516 * gdb.base/volatile.exp: Test volatile and const volatile array
4517 types.
4518
aebf9d24
AA
45192014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4520
4521 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4522 target lacks support for awatch, rwatch, or hbreak.
4523
b67a2c6f
YQ
45242014-06-27 Yao Qi <yao@codesourcery.com>
4525
4526 * gdb.multi/dummy-frame-restore.exp: New.
4527 * gdb.multi/dummy-frame-restore.c: New.
4528
aef92902
MM
45292014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4530
4531 * gdb.btrace/gcore.exp: New.
4532
8e9db26e
PA
45332014-06-23 Pedro Alves <palves@redhat.com>
4534
4535 * gdb.base/watchpoint-reuse-slot.c: New file.
4536 * gdb.base/watchpoint-reuse-slot.exp: New file.
4537
70afc5b7
SC
45382014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4539
4540 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4541 progspace's filename in 'info', 'enable' and 'disable' command
4542 tests.
4543
b972bd9c
JK
45442014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4545
4546 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4547 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4548 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4549
125f8a3d
GB
45502014-06-20 Gary Benson <gbenson@redhat.com>
4551
4552 * gdb.arch/i386-avx.exp: Fix include file location.
4553 * gdb.arch/i386-sse.exp: Likewise.
4554
3ed9baed
IB
45552014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4556
4557 * gdb.dlang/expression.exp: New file.
4558
034f788c
PA
45592014-06-19 Pedro Alves <palves@redhat.com>
4560
4561 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4562 out from ...
4563 (top level): ... here. Iterate running tests under different
4564 scheduler-locking settings.
4565
45371d0c
LM
45662014-06-18 Luis Machado <lgustavo@codesourcery.com>
4567
4568 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4569 to DW_FORM_addr and use non-zero addresses.
4570
5d376983
SC
45712014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4572
4573 PR gdb/17017
4574 * gdb.python/py-xmethods.cc: Add global function call counters and
4575 increment them in their respective functions. Remove "cout"
4576 statements.
4577 * gdb.python/py-xmethods.exp: Make tests check the global function
4578 call counters instead of depending on inferior IO.
4579
a1aa2221
LM
45802014-06-18 Don Breazeal <donb@codesourcery.com>
4581
4582 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4583 Deleted procedure.
4584 (explicit_fork_parent_follow): Deleted procedure.
4585 (explicit_fork_child_follow): Deleted procedure.
4586 (test_follow_fork): New procedure.
4587 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 4588 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
4589 procedure calls.
4590
0fc05997
YQ
45912014-06-17 Yao Qi <yao@codesourcery.com>
4592
4593 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4594 CP1252.
4595
70795c52
LM
45962014-06-17 Luis Machado <lgustavo@codesourcery.com>
4597
4598 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4599 Initialize ptr and S explicitly.
4600 (skip_type_update_when_not_use_rtti_test): Likewise.
4601
6be47f0c
KS
46022014-06-16 Keith Seitz <keiths@redhat.com>
4603
4604 PR mi/15863
4605 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4606 the inferior is started.
4607
d03de421
PA
46082014-06-16 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.base/break-main-file-remove-fail.c: New file.
4611 * gdb.base/break-main-file-remove-fail.exp: New file.
4612 * gdb.base/break-unload-file.exp: Use build_executable instead of
4613 prepare_for_testing.
4614 (test_break): New parameter "initial_load". Handle it.
4615 (top level): Add initial_load cmdline/file axis.
4616
f9579b99
TT
46172014-06-12 Tom Tromey <tromey@redhat.com>
4618
4619 * gdb.base/completion.exp: Don't use directory name in test.
4620
3657956b
GB
46212014-06-09 Gary Benson <gbenson@redhat.com>
4622
4623 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4624 separate the always-available ANSI-standard signals from the
4625 signals that require checking.
4626 (main): Likewise.
4627 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4628 Likewise.
4629 (main): Likewise.
4630
4186eb54
KS
46312014-06-07 Keith Seitz <keiths@redhat.com>
4632
4633 Revert:
4634 PR c++/16253
4635 * gdb.cp/var-tag.cc: New file.
4636 * gdb.cp/var-tag.exp: New file.
4637 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4638 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4639 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4640 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4641
25326a28 46422014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
4643
4644 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4645
829155c9
PA
46462014-06-06 Pedro Alves <palves@redhat.com>
4647
4648 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4649 in target debug output instead of looking at RSP packets,
4650 disabling the test on any target that uses hardware stepping.
4651 Update comments.
4652
61c8d22e
PA
46532014-06-06 Pedro Alves <palves@redhat.com>
4654
4655 * gdb.base/break-unload-file.exp: Fix typo.
4656
d9a47287
YQ
46572014-06-06 Yao Qi <yao@codesourcery.com>
4658
4659 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4660 from "jit_function" to "^jit_function".
4661
e5e01dbf
YQ
46622014-06-06 Yao Qi <yao@codesourcery.com>
4663
4664 * gdb.base/async.c (foo): Add one statement.
4665 * gdb.base/async.exp: Get the next instruction address and
4666 match the output of "nexti" by instruction address. Match
4667 the hex address in the output of "finish".
4668
73ba372c
GB
46692014-06-06 Gary Benson <gbenson@redhat.com>
4670
4671 * gdb.base/call-signals.c: Remove preprocessor conditionals
4672 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4673 SIGSEGV and SIGTERM.
4674 * gdb.base/sigall.c: Likewise.
4675 * gdb.base/unwindonsignal.c: Likewise.
4676 * gdb.reverse/sigall-reverse.c: Likewise.
4677
831517df
YQ
46782014-06-06 Yao Qi <yao@codesourcery.com>
4679
4680 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4681 readable, skip the test.
4682
b8b91e98
YQ
46832014-06-06 Yao Qi <yao@codesourcery.com>
4684
4685 * gdb.threads/staticthreads.c (thread_function): Move the line
4686 setting breakpoint on forward.
4687 * gdb.threads/staticthreads.exp: Update comments.
4688
fb934770
LC
46892014-06-05 Ludovic Courtès <ludo@gnu.org>
4690
4691 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4692 "history-append! type error".
4693
6ef284bd
SM
46942014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4695
4696 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4697 erroneous dprintf expected input.
4698
a872e241
DE
46992014-06-04 Doug Evans <xdje42@gmail.com>
4700
4701 * gdb.guile/scm-generics.exp: Delete.
4702
16f691fb
DE
47032014-06-04 Doug Evans <xdje42@gmail.com>
4704
4705 * gdb.guile/scm-breakpoint.exp: Update.
4706 Add tests for breakpoint registration.
4707
012370f6
TT
47082014-06-04 Tom Tromey <tromey@redhat.com>
4709
4710 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4711 VLA-in-union.
4712 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4713 inner_vla_struct, vla_union types. Initialize objects of those
4714 types and compute their sizes.
4715
9f5a4cef
HZ
47162014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4717 Hui Zhu <hui@codesourcery.com>
4718
4719 * gdb.base/fileio.exp: Add test for shell not available as well as
4720 available.
4721 * gdb.base/fileio.c (test_system): Check for shell twice.
4722
90a45c4d
YQ
47232014-06-04 Yao Qi <yao@codesourcery.com>
4724
4725 * gdb.base/auto-connect-native-target.exp: Remove redundant
4726 space from the regexp pattern.
4727
70017e41
YQ
47282014-06-04 Yao Qi <yao@codesourcery.com>
4729
4730 * gdb.base/default.exp: Replace "child" with "native" in
4731 regexp pattern.
4732
883964a7
SC
47332014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4734
4735 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4736 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4737 * gdb.python/py-xmethods.py: Python script supporting the
4738 new testcase and tests.
4739
ef370185
JB
47402014-06-03 Joel Brobecker <brobecker@adacore.com>
4741 Pedro Alves <palves@redhat.com>
4742
4743 PR breakpoints/17000
4744 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4745 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4746
1e2ccb61
BM
47472014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4748
4749 * gdb.base/subst.exp: Add tests to verify partial path matching
4750 output.
4751
c6ec5ab2
PA
47522014-06-03 Pedro Alves <palves@redhat.com>
4753
4754 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4755 target that doesn't use software single-stepping.
4756
835c559f
PA
47572014-06-03 Pedro Alves <palves@redhat.com>
4758
4759 PR breakpoints/17000
4760 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4761 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4762
06eb1586
DE
47632014-06-02 Doug Evans <xdje42@gmail.com>
4764
4765 * gdb.guile/scm-parameter.exp: New file.
4766
e698b8c4
DE
47672014-06-02 Doug Evans <xdje42@gmail.com>
4768
4769 * gdb.guile/scm-cmd.c: New file.
4770 * gdb.guile/scm-cmd.exp: New file.
4771
ded03782
DE
47722014-06-02 Doug Evans <xdje42@gmail.com>
4773
4774 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4775 pretty-printer lookup.
4776 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4777 (make-pp_s-printer): Call it.
4778 (make-pretty-printer-from-dict): New function.
4779 (lookup-pretty-printer-maker-from-dict): New function.
4780 (*pretty-printer*): Simplify.
4781 (make-objfile-pp_s-printer): New function.
4782 (install-objfile-pretty-printers!): New function.
4783 (make-progspace-pp_s-printer): New function.
4784 (install-progspace-pretty-printers!): New function.
4785 * gdb.guile/scm-progspace.c: New file.
4786 * gdb.guile/scm-progspace.exp: New file.
4787
41fac0cf
PA
47882014-06-02 Pedro Alves <palves@redhat.com>
4789
4790 * gdb.base/dprintf-bp-same-addr.c: New file.
4791 * gdb.base/dprintf-bp-same-addr.exp: New file.
4792
96ae5695
EBM
47932014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4794
4795 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4796 * gdb.arch/powerpc-power.s: Likewise.
4797
da02b3a8
JB
47982014-06-02 Joel Brobecker <brobecker@adacore.com>
4799
4800 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4801
c72b2e7b
YQ
48022014-06-01 Yao Qi <yao@codesourcery.com>
4803
4804 * gdb.base/watchpoint.exp (test_watch_location): Check null
4805 pointer can be dereferenced. If not, do the test, otherwise
4806 skip it.
4807
53e8a631
AB
48082014-05-30 Andrew Burgess <aburgess@broadcom.com>
4809
4810 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4811 results.
4812 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4813
938f0e2f
AB
48142014-05-30 Andrew Burgess <aburgess@broadcom.com>
4815
4816 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4817 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4818 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4819 * gdb.arch/amd64-invalid-stack-top.c: New file.
4820 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4821
9ba6657a
PA
48222014-05-30 Pedro Alves <palves@redhat.com>
4823
4824 PR breakpoints/17000
4825 * gdb.base/sss-bp-on-user-bp.c: New file.
4826 * gdb.base/sss-bp-on-user-bp.exp: New file.
4827
522c09bf
DB
48282014-05-30 David Blaikie <dblaikie@gmail.com>
4829
4830 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4831 gnu_inline semantics via attribute.
4832 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4833 source explicitly specifies the required semantics.
4834
bf4ef81e
MR
48352014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4836
4837 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4838
329ea579
PA
48392014-05-29 Pedro Alves <palves@redhat.com>
4840 Tom Tromey <tromey@redhat.com>
4841
4842 * gdb.base/async-shell.exp: Don't enable target-async.
4843 * gdb.base/async.exp
4844 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4845 parameter. Adjust.
4846 (top level): Don't test with "target-async".
4847 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4848 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4849 * gdb.base/inferior-died.exp: Don't enable target-async.
4850 * gdb.base/interrupt-noterm.exp: Likewise.
4851 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4852 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4853 * gdb.mi/mi-nonstop.exp: Likewise.
4854 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4855 * gdb.mi/mi-nsintrall.exp: Likewise.
4856 * gdb.mi/mi-nsmoribund.exp: Likewise.
4857 * gdb.mi/mi-nsthrexec.exp: Likewise.
4858 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4859 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4860 * gdb.python/py-evsignal.exp: Don't enable target-async.
4861 * gdb.python/py-evthreads.exp: Likewise.
4862 * gdb.python/py-prompt.exp: Likewise.
4863 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4864 * gdb.server/solib-list.exp: Don't enable target-async.
4865 * gdb.threads/thread-specific-bp.exp: Likewise.
4866 * lib/mi-support.exp: Adjust to use mi-async.
4867
fd664c91
PA
48682014-05-29 Pedro Alves <palves@redhat.com>
4869
4870 PR gdb/13860
4871 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4872 reason, even in sync mode.
4873
251bde03
PA
48742014-05-29 Pedro Alves <palves@redhat.com>
4875 Hui Zhu <hui@codesourcery.com>
4876
4877 PR PR15693
4878 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4879 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4880 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4881 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4882
7f3c0343
JB
48832014-05-28 Joel Brobecker <brobecker@adacore.com>
4884
4885 * config/monitor.exp (gdb_target_monitor): Replace use of
4886 "set remotebaud" by "set serial baud".
4887
b2715b27
AW
48882014-05-26 Andy Wingo <wingo@igalia.com>
4889
4890 * gdb.guile/scm-breakpoint.exp:
4891 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4892 properties instead of gdb-object-properties.
4893
498a4489
YQ
48942014-05-26 Yao Qi <yao@codesourcery.com>
4895
4896 * gdb.server/no-thread-db.exp: Specify source file name
4897 explicitly when setting a breakpoint.
4898
589fdceb
MM
48992014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4900
4901 * gdb.btrace/vdso.c: New.
4902 * gdb.btrace/vdso.exp: New.
4903
e9089e05
MM
49042014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4905
4906 * gdb.base/gcore.exp (capture_command_output): Move ...
4907 * lib/gdb.exp (capture_command_output): ... here.
4908
67b5c0c1
MM
49092014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4910
4911 * gdb.btrace/data.exp: Test memory access during btrace replay.
4912
a2199296
SM
49132014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4914
4915 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4916
17b2616c
PA
49172014-05-21 Pedro Alves <palves@redhat.com>
4918
4919 PR gdb/13860
4920 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4921 (top level): Test that output related to execution commands is
4922 sent to the console with CLI commands, but not with MI commands.
4923 Test that breakpoint events are always mirrored to the console.
4924 Also expect the new source line to be output after a "next" in
4925 async mode too. Make it a pass/fail test.
4926 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4927 output.
4928 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4929
5166082f
PA
49302014-05-21 Pedro Alves <palves@redhat.com>
4931
4932 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4933 Use them to test variations of "list" after reaching a breakpoint.
4934 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4935 Test "list" with listsize 10 after reaching a breakpoint.
4936 * gdb.python/python.exp (decode_line current location line
4937 number): Adjust expected line number.
4938
2f25d70f
SM
49392014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4940
4941 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4942 behavior for $args, pass it directly to "run".
4943
ff604a67
MR
49442014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4945
4946 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4947 30000 to 65536.
4948
6a3cb8e8
PA
49492014-05-21 Pedro Alves <palves@redhat.com>
4950
4951 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4952 auto-connect-native-target off".
4953 * gdb.base/auto-connect-native-target.c: New file.
4954 * gdb.base/auto-connect-native-target.exp: New file.
4955
4ebfc96e
PA
49562014-05-21 Pedro Alves <palves@redhat.com>
4957
4958 * gdb.base/default.exp: Test "target native" instead of "target
4959 child".
4960
36d46afb
MW
49612014-05-21 Mark Wielaard <mjw@redhat.com>
4962
4963 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4964
5876f503
JK
49652014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4966
4967 Fix TLS access for -static -pthread.
4968 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4969 <HAVE_TLS> (thread_function, main): Initialize it.
4970 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4971 Add clean_restart.
4972 <$have_tls != "">: Check TLSVAR.
4973
0256a6ac
PA
49742014-05-21 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.base/dcache-line-read-error.c: New.
4977 * gdb.base/dcache-line-read-error.exp: New.
4978
936d2992
PA
49792014-05-20 Pedro Alves <palves@redhat.com>
4980
4981 * gdb.base/compare-sections.c: New file.
4982 * gdb.base/compare-sections.exp: New file.
4983
802e8e6d
PA
49842014-05-20 Pedro Alves <palves@redhat.com>
4985
4986 * gdb.base/break-idempotent.c: New file.
4987 * gdb.base/break-idempotent.exp: New file.
4988
e59fa00f
MM
49892014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4990
4991 * gdb.btrace/nohist.exp: New.
4992
8b696e31
YQ
49932014-05-20 Yao Qi <yao@codesourcery.com>
4994
4995 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4996 gdb.reverse directory and gdb_reverse_timeout exists in board
4997 setting.
4998 * README: Document gdb_reverse_timeout.
4999
73c9764f
YQ
50002014-05-20 Yao Qi <yao@codesourcery.com>
5001
5002 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
5003 'test_file_name'. Treat args as a string instead of a list.
5004 (gdb_init): Rename argument 'args' by 'test_file_name'.
5005
f1f4348a
JK
50062014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5007
5008 * gdb.arch/powerpc-power.exp: New file.
5009 * gdb.arch/powerpc-power.s: New file.
5010
0dbe70ce
DE
50112014-05-16 Doug Evans <dje@google.com>
5012
5013 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
5014 * gdb.base/completion.exp: Check that all expected files exist
5015 before doing file completion.
0dbe70ce 5016
8d551b02
DE
50172014-05-16 Doug Evans <dje@google.com>
5018
5019 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
5020 Update.
5021 (do_syscall_tests_without_xml): Update.
5022
73eb7709
PA
50232014-05-16 Pedro Alves <palves@redhat.com>
5024
5025 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
5026 instead of "unknown output after running".
5027
3fae92fc
YQ
50282014-05-16 Yao Qi <yao@codesourcery.com>
5029
5030 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
5031 file1.txt from host at the end.
5032 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5033
c2b2ccc5
DE
50342014-05-15 Doug Evans <dje@google.com>
5035
5036 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
5037 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
5038 loading file. Add test for TU lookup.
5039
8c217a4b
SM
50402014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5041
5042 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
5043 calling "-exec-arguments" or "set args" before running the
5044 inferior.
5045
3deb39c6
SM
50462014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5047
5048 * lib/mi-support.exp (mi_expect_stop): Expect message for
5049 inferiors that exit with non-zero exit code.
5050
71a79f8c
YQ
50512014-05-14 Yao Qi <yao@codesourcery.com>
5052
5053 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
5054 match absolute path on remote host.
5055 (test_file_list_exec_source_files): Remove "/" from the
5056 pattern.
5057
f23fcd46
YQ
50582014-05-14 Yao Qi <yao@codesourcery.com>
5059
5060 * boards/local-remote-host-notty.exp (${board}_file): New
5061 proc.
5062
9404b58f
KM
50632014-05-07 Kyle McMartin <kyle@redhat.com>
5064
5065 Pushed by Joel Brobecker <brobecker@adacore.com>.
5066 * gdb.arch/aarch64-atomic-inst.c: New file.
5067 * gdb.arch/aarch64-atomic-inst.exp: New file.
5068
5e45f04c
YQ
50692014-05-07 Yao Qi <yao@codesourcery.com>
5070
5071 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
5072 in current context" too.
5073
c888a17d
KS
50742014-05-05 Keith Seitz <keiths@redhat.com>
5075
5076 * gdb.linespec/ls-dollar.exp: Add test for linespec
5077 file:convenience_variable.
5078
290a839c
YQ
50792014-05-05 Yao Qi <yao@codesourcery.com>
5080
5081 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
5082 traceframes into tfile and ctf trace files. Read data from
5083 trace file and test collected data.
5084 (gdb_collect_locals_test): Likewise.
5085 (gdb_unavailable_registers_test): Likewise.
5086 (gdb_unavailable_floats): Likewise.
5087 (gdb_collect_globals_test): Likewise.
5088 (top-level): Append "ctf" to trace_file_targets if GDB
5089 supports.
5090
b5262cd0
YQ
50912014-05-05 Yao Qi <yao@codesourcery.com>
5092
5093 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
5094 code to ...
5095 (gdb_collect_args_test_1): ... it. New proc.
5096 (gdb_collect_locals_test): Move some code to ...
5097 (gdb_collect_locals_test_1): ... it. New proc.
5098 (gdb_unavailable_registers_test): Move some code to ...
5099 (gdb_unavailable_registers_test_1): ... it. New proc.
5100 (gdb_unavailable_floats): Move some code to ...
5101 (gdb_unavailable_floats_1): ... it. New proc.
5102
30a1e6cc
SDJ
51032014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5104
5105 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
5106 probes to test for bitness recognition.
5107 * gdb.arch/amd64-stap-optional-prefix.exp
5108 (test_probe_value_without_reg): New procedure.
5109 Add code to test for different kinds of bitness.
5110
f33da99a
SDJ
51112014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5112
5113 PR breakpoints/16889
5114 * gdb.arch/amd64-stap-optional-prefix.S: New file.
5115 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5116
5b80f00d
PA
51172014-05-01 Pedro Alves <palves@redhat.com>
5118
5119 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
5120 gdb_file_cmd if no file is specified.
5121 * boards/native-extended-gdbserver.exp (gdb_load): Use the
5122 last_loaded_file to set the remote exec-file.
5123
f8c2a73c
PA
51242014-05-01 Pedro Alves <palves@redhat.com>
5125
5126 * boards/local-remote-host.exp: New file.
5127
be6e8ac7
PA
51282014-05-01 Pedro Alves <palves@redhat.com>
5129
5130 * boards/local-remote-host.exp: Rename to ...
5131 * boards/local-remote-host-notty.exp: ... this.
5132
cac0dc8f
JB
51332014-04-28 Joel Brobecker <brobecker@adacore.com>
5134
5135 * gdb.ada/dyn_arrayidx: New testcase.
5136
9730e6cc
YQ
51372014-04-26 Yao Qi <yao@codesourcery.com>
5138
5139 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
5140 and compute the length of function main. Save it in
5141 $main_length.
5142 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
5143 (top-level): Use gdb_compile to compile objects into
5144 executable and restart GDB. Remove invocation to
5145 prepare_for_testing.
5146
7ae1a6a6
PA
51472014-04-25 Simon Marchi <simon.marchi@ericsson.com>
5148 Pedro Alves <palves@redhat.com>
5149
5150 PR server/16255
5151 * gdb.multi/multi-attach.c: New file.
5152 * gdb.multi/multi-attach.exp: New file.
5153
4082afcc
PA
51542014-04-25 Pedro Alves <palves@redhat.com>
5155
5156 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
5157 user.
5158 (top level): Test that "set remote conditional-breakpoints-packet
5159 off" works as intended.
5160 * gdb.base/dprintf.exp: Test that "set remote
5161 breakpoint-commands-packet off" works as intended.
5162 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
5163 New function.
5164 (top level): Call it.
5165 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
5166 remote fast-tracepoints-packet off" works as intended.
5167 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
5168 * lib/gdb.exp (gdb_is_target_remote): ... here.
5169
2abc3f8d
DB
51702014-04-24 David Blaikie <dblaikie@gmail.com>
5171
5172 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
5173 ensure clang would not discard them.
5174 * gdb.base/gdbvars.c: Ditto.
5175 * gdb.base/memattr.c: Ditto.
5176 * gdb.base/whatis.c: Ditto.
5177 * gdb.python/py-prettyprint.c: Ditto.
5178 * gdb.trace/actions.c: Ditto.
5179 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
5180 ensure clang would not discard it.
5181
bfd39632
DB
51822014-04-24 David Blaikie <dblaikie@gmail.com>
5183
5184 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
5185 clang to emit the full definition of type required by the test
5186 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
5187
22842ff6
DB
51882014-04-24 David Blaikie <dblaikie@gmail.com>
5189
5190 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
5191 coax Clang into emitting the definition of the type.
5192 * gdb.cp/pr10728-x.h (y): Ditto.
5193 * gdb.cp/pr10728-y.cc (y): Ditto.
5194
c2e827ad
DB
51952014-04-24 David Blaikie <dblaikie@gmail.com>
5196
5197 * gdb.base/label.exp: XFAIL label related tests under Clang.
5198 * gdb.cp/cplabel.exp: Ditto.
5199 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
5200 under Clang those using labels.
5201
4c2d33e7
YQ
52022014-04-25 Yao Qi <yao@codesourcery.com>
5203
5204 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
5205 double_label.
5206 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
5207 partial_label and double_label.
5208
56083b99
DB
52092014-04-24 David Blaikie <dblaikie@gmail.com>
5210
5211 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
5212
25d4e99d
DB
52132014-04-24 David Blaikie <dblaikie@gmail.com>
5214
5215 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
5216 of the function to work across GCC and Clang.
5217 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
5218 pointer types (const void ** const V void **).
5219
01f9f808
MS
52202014-04-24 Michael Sturm <michael.sturm@mintel.com>
5221 Walfred Tedeschi <walfred.tedeschi@intel.com>
5222
5223 * Makefile.in (EXECUTABLES): Added i386-avx512.
5224 * gdb.arch/i386-avx512.c: New file.
5225 * gdb.arch/i386-avx512.exp: Likewise.
5226
4b48d439
KS
52272014-04-23 Keith Seitz <keiths@redhat.com>
5228
5229 * lib/mi-support.exp (mi_list_breakpoints): Delete.
5230 (mi_make_breakpoint_table): New procedure.
5231 (mi_create_breakpoint): Use mi_make_breakpoint
5232 and return the result.
5233 (mi_make_breakpoint): New procedure.
5234 (mi_build_kv_pairs): New procedure.
5235
5236 * gdb.mi/mi-break.exp: Remove unused globals,
5237 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
5238 All callers updated.
5239 * gdb.mi/mi-dprintf.exp: Use variable to track command
5240 number.
5241 Update all callers of mi_create_breakpoint and use
5242 mi_make_breakpoint_table.
5243 Remove any unused global variables.
5244 * gdb.mi/mi-nonstop.exp: Likewise.
5245 * gdb.mi/mi-nsintrall.exp: Likewise.
5246 * gdb.mi/mi-nsmoribund.exp: Likewise.
5247 * gdb.mi/mi-nsthrexec.exp: Likewise.
5248 * gdb.mi/mi-reverse.exp: Likewise.
5249 * gdb.mi/mi-simplerun.exp: Likewise.
5250 * gdb.mi/mi-stepn.exp: Likewise.
5251 * gdb.mi/mi-syn-frame.exp: Likewise.
5252 * gdb.mi/mi-until.exp: Likewise.
5253 * gdb.mi/mi-var-cp.exp: Likewise.
5254 * gdb.mi/mi-var-display.exp: Likewise.
5255 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5256 * gdb.mi/mi2-var-child.exp: Likewise.
5257 * gdb.mi/mi-vla-c99.exp: Likewise.
5258 * lib/mi-support.exp: Likewise.
5259
5260 From Ian Lance Taylor <iant@cygnus.com>:
5261 * lib/gdb.exp (parse_args): New procedure.
5262
08351840
PA
52632014-04-23 Pedro Alves <palves@redhat.com>
5264
5265 * gdb.base/break-unload-file.c: New file.
5266 * gdb.base/break-unload-file.exp: New file.
5267 * gdb.base/sym-file-lib.c (baz): New function.
5268 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5269 field.
5270 (load): Store the segment's mapped size.
5271 (unload): New function.
5272 (unload_shlib): New function.
5273 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5274 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5275 set a breakpoint at baz, and call it.
5276 * gdb.base/sym-file.exp: New tests for stale breakpoint
5277 instructions.
5278
076855f9
PA
52792014-04-23 Pedro Alves <palves@redhat.com>
5280
5281 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5282 * gdb.base/hbreak-in-shr-unsupported.c: New file.
5283 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5284 * gdb.base/hbreak-unmapped.c: New file.
5285 * gdb.base/hbreak-unmapped.exp: New file.
5286 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5287 * lib/gdb.exp (gdb_is_target_remote): ... here.
5288
483805cf
PA
52892014-04-22 Pedro Alves <palves@redhat.com>
5290
5291 * gdb.base/consecutive-step-over.c: New file.
5292 * gdb.base/consecutive-step-over.exp: New file.
5293
06d97543
PA
52942014-04-22 Pedro Alves <palves@redhat.com>
5295
5296 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5297 instead of send_gdb/gdb_expect.
5298
b4429ea2
YQ
52992014-04-22 Yao Qi <yao@codesourcery.com>
5300
5301 * lib/trace-support.exp (generate_tracefile): New procedure.
5302 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5303 return 0.
5304 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5305 if generate_tracefile returns 1.
5306
51d48146
PA
53072014-04-18 Tom Tromey <palves@redhat.com>
5308 Pedro alves <tromey@redhat.com>
5309
5310 PR backtrace/15558
5311 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5312 with a backtrace limit.
5313 * gdb.python/py-frame-inline.exp: Test running to an inline
5314 function with a backtrace limit, and printing the newest frame.
5315 * gdb.python/py-frame-inline.c (main): Call f.
5316
bd1dce5f
MS
53172014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5318
5319 * gdb.java/jnpe.exp: Drop srcdir from untested path.
5320
40d1a503
MS
53212014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5322
5323 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5324 Drop prefix from unsupported source file path.
5325
389b98f7
YQ
53262014-04-17 Yao Qi <yao@codesourcery.com>
5327
5328 * lib/gdb.exp (with_target_charset): New proc.
5329 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5330 with_target_charset.
5331 (test_print_strings): Likewise.
5332 (test_repeat_bytes): Likewise.
5333 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5334 for some tests.
5335
22869d73
KS
53362014-04-16 Keith Seitz <keiths@redhat.com>
5337
5338 PR gdb/15827
5339 * gdb.dwarf2/corrupt.c: New file.
5340 * gdb.dwarf2/corrupt.exp: New file.
5341
c4f87ca6
KS
53422014-04-16 Keith Seitz <keiths@redhat.com>
5343
5344 PR c++/16597
5345 * gdb.cp/namelessclass.cc: New file.
5346 * gdb.cp/namelessclass.exp: New file.
5347 * gdb.cp/namelessclass.S: New file.
5348
ab19de87
DE
53492014-04-16 Doug Evans <dje@google.com>
5350
5351 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5352 Add comment.
5353 (gdbserver_default_get_comm_port): New function.
5354 (gdbserver_start): Check if board file provided
5355 "gdbserver,get_comm_port" and use it if so.
5356 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5357 (gdb,socketport): Set to "stdio".
5358 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5359 (stdio_gdbserver_template): Delete.
5360 (${board}_get_remote_address): Update.
5361 (${board}_build_remote_cmd): Delete.
5362 (${board}_get_comm_port): New function.
5363 (${board}_spawn): Update.
5364 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5365 Delete.
5366 (${board}_get_remote_address): Update.
5367 (${board}_get_comm_port): New function.
5368
fc98a809
AB
53692014-04-16 Andrew Burgess <aburgess@broadcom.com>
5370
5371 * gdb.base/memattr.exp: Improve regexps to handle memory regions
5372 appearing in any order.
5373
87fd9e6e
DE
53742014-04-15 Doug Evans <dje@google.com>
5375
5376 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5377 uninitialized value of "description".
5378
099fc3ea
KS
53792014-04-15 Keith Seitz <keiths@redhat.com>
5380
5381 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5382 Remove unused globals.
5383 (test_running_the_program): Likewise.
5384 (test_controlled_execution): Likewise.
5385 (test_controlling_breakpoints): Likewise.
5386 (test_program_termination): Likewise.
5387
5da151d4
KS
53882014-04-15 Keith Seitz <keiths@redhat.com>
5389
5390 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5391 unused globals.
5392 (test_rbreak_creation_and_listing): Likewise.
5393 (test_ignore_count): Likewise.
5394 (test_error): Likewise.
5395
35e5d2f0
PA
53962014-04-15 Pedro Alves <palves@redhat.com>
5397
5398 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5399 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5400 sym-file-loader.c.
5401 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5402 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5403 to sym-file-loader.c.
5404 (struct library): Forward declare.
5405 (load_shlib, lookup_function): Change prototypes.
5406 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5407 (translate_offset): Remove declarations.
5408 (get_text_addr): New declaration.
5409 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5410 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5411 sym-file-loader.h.
5412 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5413 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5414 here from sym-file-loader.h.
5415 (struct library): New structure.
5416 (load_shlib, lookup_function): Change prototypes and adjust to
5417 work with a struct library.
5418 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5419 (translate_offset): Make static.
5420 (get_text_addr): New function.
5421 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5422
eb4c1710
PA
54232014-04-15 Pedro Alves <palves@redhat.com>
5424
5425 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5426
2d1baf52
PA
54272014-04-15 Pedro Alves <palves@redhat.com>
5428
5429 * gdb.base/sym-file-loader.c: Include <limits.h>.
5430 (SELF_LINK): New define.
5431 (get_origin): New function.
5432 (load_shlib): Use it.
5433 * gdb.base/sym-file.exp: Don't early return if the target is
5434 remote. Use runto_main, and issue fail is that fails. Use
5435 gdb_load_shlibs.
5436 (shlib_name): Delete.
5437 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5438
7dd6df01
PA
54392014-04-15 Pedro Alves <palves@redhat.com>
5440
5441 * gdb.base/sym-file.exp: Remove regex characters from test
5442 message. Don't refer to breakpoint numbers in test messages.
5443
b50c8614
KS
54442014-04-14 Keith Seitz <keiths@redhat.com>
5445
5446 PR c++/16253
5447 * gdb.cp/var-tag.cc: New file.
5448 * gdb.cp/var-tag.exp: New file.
5449 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5450 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5451 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5452 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5453
3d567982
TT
54542014-04-14 Tom Tromey <tromey@redhat.com>
5455
5456 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5457 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5458 type.
5459 * gdb.cp/enum-class.exp: New file.
5460 * gdb.cp/enum-class.cc: New file.
5461
0626fc76
TT
54622014-04-14 Tom Tromey <tromey@redhat.com>
5463
5464 * gdb.dwarf2/enum-type.exp: New file.
5465
dca325b3
SA
54662014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5467
5468 * gdb.mi/mi-vla-c99.exp: New file.
5469 * gdb.mi/vla.c: New file.
5470
5854b38a
SA
54712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5472
5473 * gdb.base/vla-datatypes.c: New file.
5474 * gdb.base/vla-datatypes.exp: New file.
5475
463bb957
SA
54762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5477
5478 * gdb.base/vla-ptr.c: New file.
5479 * gdb.base/vla-ptr.exp: New file.
5480
3dd170be
SA
54812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5482
5483 * gdb.dwarf2/count.exp: New file.
5484
5ecaaa66
SA
54852014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5486
5487 * gdb.base/vla-sideeffect.c: New file.
5488 * gdb.base/vla-sideeffect.exp: New file.
5489
41f1ada5
DB
54902014-04-14 David Blaikie <dblaikie@gmail.com>
5491
5492 * gdb.mi/non-stop.c: Add return value for non-void function return
5493 statement.
5494 * gdb.threads/staticthreads.c: Ditto.
5495
0be03e84
DE
54962014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5497 Doug Evans <xdje42@gmail.com>
5498
5499 * gdb.guile/scm-value.c: Improve test case.
5500 * gdb.guile/scm-value.exp: Add new test.
5501
f180a1fb
DB
55022014-04-11 David Blaikie <dblaikie@gmail.com>
5503
5504 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5505 override Clang's default.
5506
6b662e19
JB
55072014-04-11 Joel Brobecker <brobecker@adacore.com>
5508
5509 Revert the following changes (regressions):
5510
5511 * gdb.base/vla-sideeffect.c: New file.
5512 * gdb.base/vla-sideeffect.exp: New file.
5513
5514 * gdb.dwarf2/count.exp: New file.
5515
5516 * gdb.base/vla-multi.c: New file.
5517 * gdb.base/vla-multi.exp: New file.
5518
5519 * gdb.base/vla-ptr.c: New file.
5520 * gdb.base/vla-ptr.exp: New file.
5521
5522 * gdb.base/vla-datatypes.c: New file.
5523 * gdb.base/vla-datatypes.exp: New file.
5524
5525 * gdb.mi/mi-vla-c99.exp: New file.
5526 * gdb.mi/vla.c: New file.
5527
245a5f0b
KS
55282014-04-11 Keith Seitz <keiths@redhat.com>
5529
5530 PR c++/16675
5531 * gdb.cp/cpsizeof.exp: New file.
5532 * gdb.cp/cpsizeof.cc: New file.
5533
58a84dcf
SA
55342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5535
191a8a90
JB
5536 * gdb.mi/mi-vla-c99.exp: New file.
5537 * gdb.mi/vla.c: New file.
58a84dcf 5538
c8655f75
SA
55392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5540
5541 * gdb.base/vla-datatypes.c: New file.
5542 * gdb.base/vla-datatypes.exp: New file.
5543
024e13b4
SA
55442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5545
5546 * gdb.base/vla-ptr.c: New file.
5547 * gdb.base/vla-ptr.exp: New file.
5548
1a237e0e
SA
55492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5550
5551 * gdb.base/vla-multi.c: New file.
5552 * gdb.base/vla-multi.exp: New file.
5553
504f3432
SA
55542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5555
5556 * gdb.dwarf2/count.exp: New file.
5557
3bce8237
SA
55582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5559
191a8a90
JB
5560 * gdb.base/vla-sideeffect.c: New file.
5561 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 5562
322f9c21
YQ
55632014-04-11 Yao Qi <yao@codesourcery.com>
5564
5565 * gdb.base/completion.exp: Check file exists before running tests
5566 on file completion.
5567
d708bcd1
PA
55682014-04-10 Pedro Alves <palves@redhat.com>
5569
5570 * gdb.base/cond-eval-mode.c: New file.
5571 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5572 prepare_for_testing to build the new file. Check result of
5573 runto_main.
5574 (test_break, test_watch): New procedures.
5575 (top level): Use them.
5576
ae1d2761
PM
55772014-04-08 Pierre Muller <muller@sourceware.org>
5578
5579 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5580 Ctrl-V use for mingw hosts.
5581
7af389b8
SC
55822014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5583
5584 * gdb.python/py-value.c: Improve test case.
5585 * gdb.python/py-value.exp: Add new test.
5586
5e703181
DE
55872014-04-07 David Blaikie <dblaikie@gmail.com>
5588
5589 * lib/compiler.c: Identify the clang compiler.
5590 * lib/compiler.cc: Ditto.
5591
9810b410
YQ
55922014-04-03 Yao Qi <yao@codesourcery.com>
5593
5594 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5595
98d1b8dc
AB
55962014-04-01 Anton Blanchard <anton@samba.org>
5597
5598 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5599 messages unique.
5600
3114cea1
AB
56012014-04-01 Anton Blanchard <anton@samba.org>
5602
5603 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5604 prepare_for_testing.
5605
62f7182c
AB
56062014-04-01 Anton Blanchard <anton@samba.org>
5607
5608 * gdb.arch/ppc64-atomic-inst.c: Remove.
5609 * gdb.arch/ppc64-atomic-inst.S: New file.
5610 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5611
770e7fc7
DE
56122014-03-31 Doug Evans <dje@google.com>
5613
5614 * gdb.base/print-symbol-loading-lib.c: New file.
5615 * gdb.base/print-symbol-loading-main.c: New file.
5616 * gdb.base/print-symbol-loading.exp: New file.
5617
46e2bafa
YQ
56182014-03-31 Yao Qi <yao@codesourcery.com>
5619
5620 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5621
8776cfe9
JB
56222014-03-28 Joel Brobecker <brobecker@adacore.com>
5623
5624 * gdb.ada/mi_dyn_arr: New testcase.
5625
5d1ef361
DE
56262014-03-27 Doug Evans <dje@google.com>
5627
5628 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5629
b5bee914
YQ
56302014-03-27 Yao Qi <yao@codesourcery.com>
5631
5632 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5633 if target is nios2-*-*.
5634
0d4d0e77
YQ
56352014-03-26 Yao Qi <yao@codesourcery.com>
5636
5637 * lib/gdb.exp (readline_is_used): New proc.
5638 * gdb.base/completion.exp: Move tests on command complete up.
5639 Skip the rest of tests if readline is not used.
5640 * gdb.ada/complete.exp: Skp the test if readline is not
5641 used.
5642 * gdb.base/filesym.exp: Likewise.
5643 * gdb.base/macscp.exp: Likewise.
5644 * gdb.base/readline-ask.exp: Likewise.
5645 * gdb.base/readline.exp: Likewise.
5646 * gdb.python/py-cmd.exp: Likewise.
5647 * gdb.trace/tfile.exp: Likewise.
5648
29361eee
YQ
56492014-03-26 Yao Qi <yao@codesourcery.com>
5650
5651 * gdb.base/macscp.exp: Fix code format issues.
5652
bc9a5525
UW
56532014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5654
5655 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5656 * gdb.asm/powerpc64le.inc: New file.
5657
d3839ede
PA
56582014-03-25 Pedro Alves <palves@redhat.com>
5659 Doug Evans <dje@google.com>
5660
5661 * gdb.base/source-execution.c: New file.
5662 * gdb.base/source-execution.exp: New file.
5663 * gdb.base/source-execution.gdb: New file.
5664
01672a57
DE
56652014-03-24 Doug Evans <dje@google.com>
5666
5667 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5668 using fission.
5669
88bbeca9
HZ
56702014-03-24 Hui Zhu <hui@codesourcery.com>
5671 Pedro Alves <palves@redhat.com>
5672
5673 PR breakpoints/16101
5674 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5675 test pass/fail messages. Detect missing support for dprintf when
5676 breakpoints are actually inserted.
5677 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5678 breakpoints are actually inserted.
5679 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5680 fails.
5681
d2348791
JK
56822014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5683
5684 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5685
feef67ab
DE
56862014-03-22 Doug Evans <xdje42@gmail.com>
5687
5688 * gdb.python/python.exp (python not supported): Verify multi-line
5689 python command issues an error.
25d743f9 5690 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5691 guile command issues an error.
feef67ab 5692
ecebef6a
MR
56932014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5694
5695 * gdb.threads/thread-specific.exp: Handle the lack of usable
5696 $this_breakpoint and $this_thread.
5697
ccdd1909
HZ
56982014-03-21 Hui Zhu <hui@codesourcery.com>
5699
5700 * gdb.base/attach.exp (do_command_attach_tests): New.
5701
beb460e8
PA
57022014-03-20 Tom Tromey <tromey@redhat.com>
5703 Pedro Alves <palves@redhat.com>
5704
5705 PR cli/15718
5706 * gdb.base/condbreak-call-false.c: New file.
5707 * gdb.base/condbreak-call-false.exp: New file.
5708
40acf43a
PA
57092014-03-20 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5712 Delete.
5713 (block_signals, unblock_signals): Delete.
5714 (child_function_2, main): Remove references to deleted variable
5715 and functions.
5716
9f5e1e02
PA
57172014-03-20 Pedro Alves <palves@redhat.com>
5718
5719 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5720 Use pthread_kill to signal thread 2.
5721 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5722 Adjust to make the test send itself a signal rather than using the
5723 host's "kill" command.
5724
99619bea
PA
57252014-03-20 Pedro Alves <palves@redhat.com>
5726
5727 * gdb.threads/multiple-step-overs.c: New file.
5728 * gdb.threads/multiple-step-overs.exp: New file.
5729 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5730 Adjust expected infrun debug output.
5731
2adfaa28
PA
57322014-03-20 Pedro Alves <palves@redhat.com>
5733
5734 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5735 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5736
31e77af2
PA
57372014-03-20 Pedro Alves <palves@redhat.com>
5738
5739 PR breakpoints/7143
5740 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5741 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5742 of gdb_test_multiple.
5743 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5744 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5745
b9f437de
PA
57462014-03-20 Pedro Alves <palves@redhat.com>
5747
5748 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5749 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5750
05adc73e
PA
57512014-03-19 Pedro Alves <palves@redhat.com>
5752
5753 * gdb.base/async.exp: Remove early return.
5754
6048b950
PA
57552014-03-19 Pedro Alves <palves@redhat.com>
5756
5757 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5758
8bcfb00a
PA
57592014-03-19 Pedro Alves <palves@redhat.com>
5760
5761 * gdb.base/async.exp (test_background): Expect \r\n after
5762 "completed." in the fail pattern.
5763
884e37dc
PA
57642014-03-19 Pedro Alves <palves@redhat.com>
5765
5766 * gdb.base/async.exp (test_background): New procedure.
5767 Use it for all background execution command tests.
5768
148e57e2
PA
57692014-03-19 Pedro Alves <palves@redhat.com>
5770
5771 * gdb.base/async.exp: Use prepare_for_testing.
5772
f48088c7
PA
57732014-03-19 Pedro Alves <palves@redhat.com>
5774
5775 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5776 the same line.
5777
e2f6c966
PA
57782014-03-19 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.base/async.c (main): Add "jump here" and "until here" line
5781 marker comments.
5782 * gdb.base/async.exp (jump_here): New global.
5783 (jump& test): Use it.
5784 (until_here): New global.
5785 (until& test): Use it.
5786
c30568d4
PA
57872014-03-19 Pedro Alves <palves@redhat.com>
5788
5789 * gdb.base/async.exp: Don't frob gdb_protocol.
5790
0172b6a7
DE
57912014-03-18 Doug Evans <xdje42@gmail.com>
5792
5793 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5794 Fix spelling of exec-done-display.
5795
06c868a8
JK
57962014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5797
5798 PR gdb/15358
5799 * gdb.base/gdb-sigterm.c: New file.
5800 * gdb.base/gdb-sigterm.exp: New file.
5801
0c7e1a46
PA
58022014-03-18 Pedro Alves <palves@redhat.com>
5803
5804 PR gdb/13860
5805 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5806 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5807 solib-event.
5808
f7c77d93
JB
58092014-03-17 Joel Brobecker <brobecker@adacore.com>
5810
5811 * gdb.ada/pckd_arr_ren: New testcase.
5812
5a1e8c7a
DE
58132014-03-13 Doug Evans <xdje42@gmail.com>
5814
5815 PR guile/16612
5816 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5817 collect after discarding symbols.
5818
350e1a76
DE
58192014-03-13 Ludovic Courtès <ludo@gnu.org>
5820 Doug Evans <xdje42@gmail.com>
5821
5822 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5823 to history survives a gc.
5824
a69900ae
PA
58252014-03-13 Pedro Alves <palves@redhat.com>
5826
5827 * gdb.base/default.exp: Don't test "target procfs".
5828
5db9f0bd
PA
58292014-03-13 Pedro Alves <palves@redhat.com>
5830
5831 * gdb.base/default.exp: Update "target child" and "target procfs"
5832 tests to not expect "Unix".
5833
b3ccfe11
TT
58342014-03-12 Tom Tromey <tromey@redhat.com>
5835
5836 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5837 New procs. Add target-async tests.
5838 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5839 Add target-async tests.
5840
646f4417
AA
58412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5842
5843 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5844 'func_start' and 'func_end' for the beginning and end of the
5845 function code, respectively.
5846 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5847 'func_end' instead of 'func' and 'main'.
5848
288c211f
AA
58492014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5850
5851 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5852 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5853 generate the debug info assembler source.
5854
e0c0f156
AA
58552014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5856
5857 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5858 * gdb.dwarf2/arr-subrange.exp: Likewise.
5859 * gdb.dwarf2/dwz.exp: Likewise.
5860 * gdb.dwarf2/method-ptr.exp: Likewise.
5861 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5862 * gdb.dwarf2/subrange.exp: Likewise.
5863 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5864 * gdb.dwarf2/implptrpiece.exp: Likewise.
5865 * gdb.dwarf2/nostaticblock.exp: Likewise.
5866
0e5c4555
AA
58672014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5868
5869 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5870 directory to absolute path name arguments.
5871
5ec18f2b
JG
58722014-03-10 Joel Brobecker <brobecker@adacore.com>
5873
5874 * gdb.ada/tagged_access: New testcase.
5875
847fc4f2
MM
58762014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5877
5878 * gdb.btrace/data.exp: Update expected output.
5879
cc3da688
YQ
58802014-03-06 Yao Qi <yao@codesourcery.com>
5881
5882 * gdb.trace/pr16508.exp: New file.
5883
0f26cec1
PA
58842014-03-05 Pedro Alves <palves@redhat.com>
5885
5886 PR gdb/16575
5887 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5888 procedure.
5889 (top level): Adjust to use it. Add tests that exercise breakpoint
5890 interaction with the code-cache.
5891
7a5a839f
LC
58922014-02-26 Ludovic Courtès <ludo@gnu.org>
5893
5894 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5895 test for 'history-append!'.
5896
31aa7e4e
JB
58972014-02-26 Joel Brobecker <brobecker@adacore.com>
5898
5899 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5900 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5901 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5902 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5903 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5904 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5905
1b588015
JB
59062014-02-26 Joel Brobecker <brobecker@adacore.com>
5907
5908 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5909 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5910 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5911
55426c9d
JB
59122014-02-26 Joel Brobecker <brobecker@adacore.com>
5913
5914 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5915
dc53a7ad
JB
59162014-02-26 Joel Brobecker <brobecker@adacore.com>
5917
5918 * gdb.dwarf2/arr-stride.c: New file.
5919 * gdb.dwarf2/arr-stride.exp: New file.
5920
12ab52e9
PA
59212014-02-26 Pedro Alves <palves@redhat.com>
5922
5923 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5924 that won't ever trigger. Make sure that GDB reports the correct
5925 breakpoint that caused the stop.
5926
849c862e
JK
59272014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5928
5929 PR gdb/16626
5930 * gdb.base/auto-load-script: New file.
5931 * gdb.base/auto-load.c: New file.
5932 * gdb.base/auto-load.exp: New file.
5933
71b7d793
JK
5934 PR gdb/16626
5935 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5936
e2f0d509
JK
59372014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5938
5939 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5940 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5941
50cc37c8
DE
59422014-02-24 Doug Evans <dje@google.com>
5943
5944 * lib/gdb.exp (run_on_host): Log error output if program fails.
5945
ea4758f2
PA
59462014-02-21 Pedro Alves <palves@redhat.com>
5947
5948 * gdb.threads/step-after-sr-lock.c: Rename to ...
5949 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5950 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5951 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5952 ... this.
5953
d7b30f67
SDJ
59542014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5955
5956 PR tdep/16397
5957 * gdb.arch/amd64-stap-special-operands.exp: New file.
5958 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5959 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5960 * gdb.arch/amd64-stap-triplet.S: Likewise.
5961 * gdb.arch/amd64-stap-triplet.c: Likewise.
5962
83deb43f
JB
59632014-02-20 Joel Brobecker <brobecker@adacore.com>
5964
5965 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5966 in .section pseudo-op.
5967
adde2bff
DE
59682014-02-20 lin zuojian <manjian2006@gmail.com>
5969 Joel Brobecker <brobecker@adacore.com>
5970 Doug Evans <xdje42@gmail.com>
5971
5972 PR symtab/16581
5973 * gdb.dwarf2/dw2-icycle.S: New file.
5974 * gdb.dwarf2/dw2-icycle.c: New file.
5975 * gdb.dwarf2/dw2-icycle.exp: New file.
5976
f7bd0f78
SC
59772014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5978
5979 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5980 operations on gdb.Value objects.
5981 * gdb.python/py-value-cc.exp: Add new test to test operations on
5982 gdb.Value objects.
5983
c17ef0d5
DE
59842014-02-18 Doug Evans <dje@google.com>
5985
5986 * Makefile.in (TESTS): New variable.
5987 (expanded_tests, expanded_tests_or_none): New variables
5988 (check-single): Pass $(expanded_tests_or_none) to runtest.
5989 (check-parallel): Only run tests in $(TESTS) if non-empty.
5990 (check/no-matching-tests-found): New rule.
5991 * README: Document TESTS makefile variable.
5992
5dd3176f
DE
59932014-02-18 Doug Evans <dje@google.com>
5994
5995 * Makefile.in (check-parallel): rm -rf outputs temp.
5996
0b10be4f
JK
59972014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5998
5999 Fix "ERROR: no fileid for" in the testsuite.
6000 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
6001
85f224e7
DE
60022014-02-12 Doug Evans <dje@google.com>
6003
6004 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
6005 (MISCELLANEOUS): New variable.
6006 (clean): rm -rf $(MISCELLANEOUS).
6007 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
6008 dwp live in the same directory as symlinks, with each symlink pointed
6009 to a differently named file in a different directory.
6010
149b30ff
DE
60112014-02-11 Doug Evans <dje@google.com>
6012
6013 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
6014 of Tcl file commands.
6015
1dfdac32
MK
60162014-02-10 Mark Kettenis <kettenis@gnu.org>
6017
6018 * gdb.threads/step-after-sr-lock.exp: Avoid executing
6019 "kill -SIGUSR1 -1".
6020
aa4fb036
JB
60212014-02-10 Joel Brobecker <brobecker@adacore.com>
6022
6023 * gdb.ada/tick_length_array_enum_idx: New testcase.
6024
ed3ef339
DE
60252014-02-10 Doug Evans <xdje42@gmail.com>
6026
6027 * configure.ac (AC_OUTPUT): Add gdb.guile.
6028 * configure: Regenerate.
6029 * lib/gdb-guile.exp: New file.
6030 * lib/gdb.exp (get_target_charset): New function.
6031 * gdb.base/help.exp: Update expected output from "apropos apropos".
6032 * gdb.guile/Makefile.in: New file.
6033 * gdb.guile/guile.exp: New file.
6034 * gdb.guile/scm-arch.c: New file.
6035 * gdb.guile/scm-arch.exp: New file.
6036 * gdb.guile/scm-block.c: New file.
6037 * gdb.guile/scm-block.exp: New file.
6038 * gdb.guile/scm-breakpoint.c: New file.
6039 * gdb.guile/scm-breakpoint.exp: New file.
6040 * gdb.guile/scm-disasm.c: New file.
6041 * gdb.guile/scm-disasm.exp: New file.
6042 * gdb.guile/scm-equal.c: New file.
6043 * gdb.guile/scm-equal.exp: New file.
6044 * gdb.guile/scm-error.exp: New file.
6045 * gdb.guile/scm-error.scm: New file.
6046 * gdb.guile/scm-frame-args.c: New file.
6047 * gdb.guile/scm-frame-args.exp: New file.
6048 * gdb.guile/scm-frame-args.scm: New file.
6049 * gdb.guile/scm-frame-inline.c: New file.
6050 * gdb.guile/scm-frame-inline.exp: New file.
6051 * gdb.guile/scm-frame.c: New file.
6052 * gdb.guile/scm-frame.exp: New file.
6053 * gdb.guile/scm-generics.exp: New file.
6054 * gdb.guile/scm-gsmob.exp: New file.
6055 * gdb.guile/scm-iterator.c: New file.
6056 * gdb.guile/scm-iterator.exp: New file.
6057 * gdb.guile/scm-math.c: New file.
6058 * gdb.guile/scm-math.exp: New file.
6059 * gdb.guile/scm-objfile-script-gdb.in: New file.
6060 * gdb.guile/scm-objfile-script.c: New file.
6061 * gdb.guile/scm-objfile-script.exp: New file.
6062 * gdb.guile/scm-objfile.c: New file.
6063 * gdb.guile/scm-objfile.exp: New file.
6064 * gdb.guile/scm-ports.exp: New file.
6065 * gdb.guile/scm-pretty-print.c: New file.
6066 * gdb.guile/scm-pretty-print.exp: New file.
6067 * gdb.guile/scm-pretty-print.scm: New file.
6068 * gdb.guile/scm-section-script.c: New file.
6069 * gdb.guile/scm-section-script.exp: New file.
6070 * gdb.guile/scm-section-script.scm: New file.
6071 * gdb.guile/scm-symbol.c: New file.
6072 * gdb.guile/scm-symbol.exp: New file.
6073 * gdb.guile/scm-symtab-2.c: New file.
6074 * gdb.guile/scm-symtab.c: New file.
6075 * gdb.guile/scm-symtab.exp: New file.
6076 * gdb.guile/scm-type.c: New file.
6077 * gdb.guile/scm-type.exp: New file.
6078 * gdb.guile/scm-value-cc.cc: New file.
6079 * gdb.guile/scm-value-cc.exp: New file.
6080 * gdb.guile/scm-value.c: New file.
6081 * gdb.guile/scm-value.exp: New file.
6082 * gdb.guile/source2.scm: New file.
6083 * gdb.guile/types-module.cc: New file.
6084 * gdb.guile/types-module.exp: New file.
6085
7026a7c1
YQ
60862014-02-10 Yao Qi <yao@codesourcery.com>
6087
6088 PR testsuite/16543
6089 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
6090 * configure: Regenerated.
6091 * Makefile.in: New file.
6092
6c466447
AS
60932014-02-08 Andreas Schwab <schwab@linux-m68k.org>
6094
6095 * gdb.python/py-framefilter.exp: Fix typo.
6096
6e854735
YQ
60972014-02-08 Yao Qi <yao@codesourcery.com>
6098
6099 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
6100 that no =breakpoint-modified is emitted when breakpoints are
6101 modified through MI commands.
6102
d137e6dc
PA
61032014-02-07 Pedro Alves <pedro@codesourcery.com>
6104 Pedro Alves <palves@redhat.com>
6105
6106 * gdb.threads/step-after-sr-lock.c: New file.
6107 * gdb.threads/step-after-sr-lock.exp: New file.
6108
b5ee5a50
PA
61092014-02-07 Pedro Alves <palves@redhat.com>
6110
6111 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
6112
3c77faf3
JK
61132014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6114
6115 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
6116 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
6117
6dddc817
DE
61182014-02-06 Doug Evans <xdje42@gmail.com>
6119
6120 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
6121 output.
6122
6123 * gdb.gdb/python-interrupts.exp: New file.
6124
de7b2893
YQ
61252014-02-05 Yao Qi <yao@codesourcery.com>
6126
6127 * gdb.trace/report.exp (use_collected_data): Test the output
6128 of "info threads" and "info inferiors".
6129
66d032ac
YQ
61302014-02-05 Yao Qi <yao@codesourcery.com>
6131
6132 Revert this patch:
6133
6134 2013-05-24 Yao Qi <yao@codesourcery.com>
6135
6136 * gdb.trace/tfile.exp: Test inferior and thread.
6137
591a12a1
UW
61382014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6139
6140 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
6141 on a function.
6142 * gdb.base/step-bt.c: Call hello via function pointer to make
6143 sure its first instruction is executed on powerpc64le-linux.
6144
0ff3e01f
UW
61452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6146
6147 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
6148
084ee545
UW
61492014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6150
6151 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
6152 of the test patterns for use on little-endian systems.
6153
6ed14ff3
UW
61542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6155
6156 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
6157 (decimal_vector): Fix for little-endian.
6158
401e27fd
JM
61592014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
6160
6161 * gdb.arch/sparc-sysstep.exp: New file.
6162 * gdb.arch/sparc-sysstep.c: Likewise.
6163
6164 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
6165
8b924729
EBM
61662014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6167
6168 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
6169
fb151210
JB
61702014-01-23 Tom Tromey <tromey@redhat.com>
6171
6172 * gdb.ada/array_char_idx: New testcase.
6173
0740f8d8
TT
61742014-01-23 Tom Tromey <tromey@redhat.com>
6175
6176 PR python/16487:
6177 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
6178 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
6179 classes.
6180
21909fa1
TT
61812014-01-23 Tom Tromey <tromey@redhat.com>
6182
6183 PR python/16491:
6184 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
6185 string from an inferior frame.
6186 * gdb.python/py-framefilter-mi.exp: Update.
6187
87ce2a04
DE
61882014-01-22 Doug Evans <dje@google.com>
6189
6190 * gdb.server/server-mon.exp: Add tests for "set debug-format".
6191
237b092b
AA
61922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6193
6194 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
6195
d674a709
AA
61962014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6197
6198 * gdb.trace/entry-values.exp: Remove excess space character from
6199 regex patterns. Handle s390 call instruction.
6200
20fa3390
AA
62012014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6202
6203 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
6204 define "*_start" label. Make "name" static.
6205 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
6206 ${name} by references to ${name}_start.
6207
78466714
AA
62082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6209
6210 * gdb.base/info-macros.exp: Remove "debug" from the compile
6211 options.
6212
ec9f644a
IB
62132014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6214
6215 * gdb.dlang/demangle.exp: New file.
6216
94b1b47e
IB
62172014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6218
6219 * gdb.dlang/primitive-types.exp: New file.
6220
7f420862
IB
62212014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6222
6223 * configure.ac: Create gdb.dlang/Makefile.
6224 * configure: Regenerate.
6225 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
6226 * gdb.dlang/Makefile.in: New file.
6227 * lib/d-support.exp: New file.
6228 * lib/gdb.exp (skip_d_tests): New proc.
6229
52834460
MM
62302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6231
6232 * gdb.btrace/delta.exp: Check reverse stepi.
6233 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
6234 * gdb.btrace/finish.exp: New.
6235 * gdb.btrace/next.exp: New.
6236 * gdb.btrace/nexti.exp: New.
6237 * gdb.btrace/record_goto.c: Add comments.
6238 * gdb.btrace/step.exp: New.
6239 * gdb.btrace/stepi.exp: New.
6240 * gdb.btrace/multi-thread-step.c: New.
6241 * gdb.btrace/multi-thread-step.exp: New.
6242 * gdb.btrace/rn-dl-bind.c: New.
6243 * gdb.btrace/rn-dl-bind.exp: New.
6244 * gdb.btrace/data.c: New.
6245 * gdb.btrace/data.exp: New.
6246 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6247
6e07b1d2
MM
62482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6249
6250 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
6251 * gdb.btrace/exception.exp: Update.
6252 * gdb.btrace/instruction_history.exp: Update.
6253 * gdb.btrace/record_goto.exp: Update.
6254 * gdb.btrace/tailcall.exp: Update.
6255 * gdb.btrace/unknown_functions.exp: Update.
6256 * gdb.btrace/delta.exp: New.
6257
0b722aec
MM
62582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6259
6260 * gdb.btrace/record_goto.exp: Add backtrace test.
6261 * gdb.btrace/tailcall.exp: Add backtrace test.
6262
066ce621
MM
62632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6264
6265 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6266 * gdb.btrace/record_goto.c: New.
6267 * gdb.btrace/record_goto.exp: New.
6268 * gdb.btrace/x86-record_goto.S: New.
6269
0688d04e
MM
62702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6271
6272 * gdb.btrace/function_call_history.exp: Update tests.
6273 * gdb.btrace/instruction_history.exp: Update tests.
6274
8710b709
MM
62752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6276
6277 * gdb.btrace/function_call_history.exp: Fix expected field
6278 order for "record function-call-history".
6279 Add new tests for "record function-call-history /c".
6280 * gdb.btrace/exception.cc: New.
6281 * gdb.btrace/exception.exp: New.
6282 * gdb.btrace/tailcall.exp: New.
6283 * gdb.btrace/x86-tailcall.S: New.
6284 * gdb.btrace/x86-tailcall.c: New.
6285 * gdb.btrace/unknown_functions.c: New.
6286 * gdb.btrace/unknown_functions.exp: New.
6287 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6288
5de9129b
MM
62892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6290
6291 * gdb.btrace/instruction_history.exp: Update.
6292 * gdb.btrace/function_call_history.exp: Update.
6293
23a7fe75
MM
62942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6295
6296 * gdb.btrace/function_call_history.exp: Fix expected function
6297 trace.
6298 * gdb.btrace/instruction_history.exp: Initialize traced.
6299 Remove traced_functions.
6300
724c7dd8
MM
63012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6302
6303 * gdb.btrace/function_call_history.exp: Update
6304 * gdb.btrace/instruction_history.exp: Update.
6305
6d78d93b
MM
63062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6307
6308 * gdb.btrace/enable.exp: Update expected text.
6309
93a360cc
OJ
63102014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
6311
6312 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6313 bytes.
6314
3772b53f
MR
63152014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
6316
6317 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6318
596662fa
OJ
63192014-01-15 Omair Javaid <omair.javaid@linaro.org>
6320
6321 * lib/gdb.exp (supports_process_record): Return true for
6322 arm*-linux*. (supports_reverse): Likewise.
6323
b5b08fb4
SC
63242014-01-13 Siva Chandra Reddy <sivachandra@google.com>
6325
6326 PR python/15464
6327 PR python/16113
6328 * gdb.python/py-type.c: Enhance test case.
6329 * gdb.python/py-value-cc.cc: Likewise
6330 * gdb.python/py-type.exp: Add new tests.
6331 * gdb.python/py-value-cc.exp: Likewise
6332
52d7fb13
AA
63332014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6334 Pedro Alves <palves@redhat.com>
6335
6336 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6337 Make "name" extern.
6338 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6339 references to ${name}_start by references to ${name}.
6340
a2cd8cfe
JB
63412014-01-10 Joel Brobecker <brobecker@adacore.com>
6342
6343 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6344
4e23fced
JB
63452014-01-10 Joel Brobecker <brobecker@adacore.com>
6346
6347 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6348
c6a9e42c
PA
63492014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
6350 Pedro Alves <palves@redhat.com>
6351
6352 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 6353 mi_gdb_target_load.
c6a9e42c 6354
b7ea362b
PA
63552014-01-08 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.threads/reconnect-signal.c: New file.
6358 * gdb.threads/reconnect-signal.exp: New file.
6359
5e3f4fab
EBM
63602014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6361
6362 * gdb.base/source-dir.exp: New file.
6363
79301218
JB
63642014-01-07 Joel Brobecker <brobecker@adacore.com>
6365
6366 * gdb.ada/mi_interface: New testcase.
6367
8e355c5d
JB
63682014-01-07 Joel Brobecker <brobecker@adacore.com>
6369
6370 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6371 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6372 gdb.ada/pp-rec-component/pck.ads: New files.
6373
c0d48811
JB
63742014-01-07 Joel Brobecker <brobecker@adacore.com>
6375
6376 * gdb.python/py-pp-integral.c: New file.
6377 * gdb.python/py-pp-integral.py: New file.
6378 * gdb.python/py-pp-integral.exp: New file.
6379
17b609c3 6380For older changes see ChangeLog-1993-2013.
c906108c 6381\f
8d8cb839
EZ
6382;; Local Variables:
6383;; mode: change-log
6384;; left-margin: 8
6385;; fill-column: 74
6386;; version-control: never
6387;; End:
902f2ccb 6388
32d0add0 6389 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
6390 Copying and distribution of this file, with or without modification,
6391 are permitted provided the copyright notice and this notice are preserved.