]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
MAINTAINERS: Add Iain Buclaw as D language maintainer.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
9a3c8263
SM
12015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
4 source line.
5
9720e656
SL
62015-09-24 Sandra Loosemore <sandra@codesourcery.com>
7
8 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9 short or char as base type.
10
938d3bf2
SL
112015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12
13 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14 to allow any size enum.
15
e6c2c623
PMR
162015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17
18 * gdb.ada/array_ptr_renaming.exp: New testcase.
19 * gdb.ada/array_ptr_renaming/foo.adb: New file.
20 * gdb.ada/array_ptr_renaming/pack.ads: New file.
21
06da0f77
PL
222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
23
24 * gdb.trace/ftrace-lock.c: New file.
25 * gdb.trace/ftrace-lock.exp: New file.
26
4f51c22a
PL
272015-09-21 Pierre Langlois <pierre.langlois@arm.com>
28
29 * gdb.arch/insn-reloc.c: New file.
30 * gdb.arch/ftrace-insn-reloc.exp: New file.
31
7041adf4
PL
322015-09-21 Pierre Langlois <pierre.langlois@arm.com>
33
34 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
35 instruction.
36 * gdb.trace/pendshr1.c (pendfunc): Likewise.
37 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
38 * gdb.trace/range-stepping.c: Likewise.
39 * gdb.trace/trace-break.c: Likewise.
40 * gdb.trace/trace-mt.c (thread_function): Likewise.
41 * gdb.trace/ftrace.c (marker): Likewise.
42 * gdb.trace/trace-condition.c (marker): Likewise.
43 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
44 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
45 is_aarch64_target.
46
015d2e7e
DE
472015-09-18 Doug Evans <xdje42@gmail.com>
48
49 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
50 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
51
26b188a2
SL
522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
53
54 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
55 the breakpoint.
56
79dc332b
SL
572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
58
59 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
60 the pending breakpoint. Remove timeout override for "Run till
61 MI pending breakpoint on pendfunc3 on thread 2" test.
62
f57929f2
SL
632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
64
65 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
66 filename pattern.
67
3f469b17
SL
682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
69
70 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
71 in breakpoint filename pattern.
72
515b89b3
SL
732015-09-18 Sandra Loosemore <sandra@codesourcery.com>
74
7800dbe4
SL
75 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
76
772015-09-18 Sandra Loosemore <sandra@codesourcery.com>
78
515b89b3
SL
79 * gdb.linespec/explicit.exp: Check for readline support for
80 tab-completion tests. Fix obvious typo.
81
d2939ba2
MM
822015-09-18 Markus Metzger <markus.t.metzger@intel.com>
83
84 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
85 and replay.
86
cbb55fa7
MM
872015-09-18 Markus Metzger <markus.t.metzger@intel.com>
88
89 * gdb.btrace/non-stop.c: New.
90 * gdb.btrace/non-stop.exp: New.
91
43691ca1
PL
922015-09-17 Pierre Langlois <pierre.langlois@arm.com>
93 Yao Qi <yao.qi@linaro.org>
94
95 * gdb.trace/trace-condition.c: New file.
96 * gdb.trace/trace-condition.exp: New file.
97
d78908cf
WW
982015-09-16 Wei-cheng Wang <cole945@gmail.com>
99
100 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
101 for testing bytecode compilation.
102
1ed415e2
PA
1032015-09-16 Pedro Alves <palves@redhat.com>
104 Sandra Loosemore <sandra@codesourcery.com>
105
106 * gdb.threads/non-stop-fair-events.c (timeout): New global.
107 (SECONDS): Redefine.
108 (main): Call pthread_kill and alarm early.
109 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
110 support.
111 (test): If the target can't hardware step and doesn't support
112 displaced stepping, increase the timeout.
113
d136eff5
PA
1142015-09-16 Pedro Alves <palves@redhat.com>
115
116 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
117 (enable_debug): New procedures.
118 (test): Use them. Bail out if waiting for threads fails.
119 (top level): Bail out if a test fails.
120
991f019c
YQ
1212015-09-16 Yao Qi <yao.qi@linaro.org>
122
123 * gdb.asm/asm-source.exp: Set asm-arch for
124 aarch64*-*-* target.
125 * gdb.asm/aarch64.inc: New file.
126
bfca584f
PMR
1272015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
128
129 * gdb.ada/array_of_variable_length.exp: New testcase.
130 * gdb.ada/array_of_variable_length/foo.adb: New file.
131 * gdb.ada/array_of_variable_length/pck.adb: New file.
132 * gdb.ada/array_of_variable_length/pck.ads: New file.
133
b326e587
DE
1342015-09-15 Doug Evans <dje@google.com>
135
136 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
137 of function static local variable.
138
5382cfab
PW
1392015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
140
141 * gdb.threads/tls-so_extern.exp: New test file.
142 * gdb.threads/tls-so_extern.c: New test file.
143 * gdb.threads/tls-so_extern_main.c: New test file.
144
141c5cc4
JK
1452015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
146
147 * gdb.opt/solib-intra-step-lib.c: New file.
148 * gdb.opt/solib-intra-step-main.c: New file.
149 * gdb.opt/solib-intra-step.exp: New file.
150
d15dcecd
PA
1512015-09-15 Pedro Alves <palves@redhat.com>
152
153 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
154 gdb_continue_to_breakpoint instead of gdb_test_multiple.
155
4c2f2a79
PA
1562015-09-14 Pedro Alves <palves@redhat.com>
157
158 * gdb.base/hook-stop-continue.c: Delete.
159 * gdb.base/hook-stop-continue.exp: Delete.
160 * gdb.base/hook-stop-frame.c: Delete.
161 * gdb.base/hook-stop-frame.exp: Delete.
162 * gdb.base/hook-stop.c: New file.
163 * gdb.base/hook-stop.exp: New file.
164
919e6dbe
PMR
1652015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
166
167 * gdb.ada/access_to_packed_array.exp: New testcase.
168 * gdb.ada/access_to_packed_array/foo.adb: New file.
169 * gdb.ada/access_to_packed_array/pack.adb: New file.
170 * gdb.ada/access_to_packed_array/pack.ads: New file.
171
157280a4
MM
1722015-09-14 Markus Metzger <markus.t.metzger@intel.com>
173
174 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
175 buffer size test.
176
2fd33e94
DB
1772015-09-11 Don Breazeal <donb@codesourcery.com>
178
179 * gdb.base/foll-exec.c: Add copyright header. Fix
180 formatting issues.
181 * gdb.base/foll-exec.exp (zap_session): Delete proc.
182 (do_exec_tests): Use clean_restart in place of zap_session,
183 and for test initialization. Fix formatting issues. Use
184 fail in place of perror.
185 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
186 an expect statement to match an expression with output from
187 the program under debug.
188 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
189 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
190 * gdb.threads/non-ldr-exc-2.exp: Likewise.
191 * gdb.threads/non-ldr-exc-3.exp: Likewise.
192 * gdb.threads/non-ldr-exc-4.exp: Likewise.
193
e70b6e8e
DE
1942015-09-09 Doug Evans <dje@google.com>
195
196 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
197
7a551a51
DE
1982015-09-09 Doug Evans <dje@google.com>
199
200 * gdb.base/pie-execl.exp: Fix result test of build_executable.
201
4c666f84
DE
2022015-09-09 Doug Evans <dje@google.com>
203
204 * gdb.base/savedregs.exp: Fix typo.
205
243a9253
PA
2062015-09-09 Pedro Alves <palves@redhat.com>
207
208 * gdb.mi/mi-cli.exp: Add CLI finish tests.
209
c0fa8fbd
SL
2102015-09-08 Sandra Loosemore <sandra@codesourcery.com>
211
212 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
213 command actually switches threads. Give up on remaining
214 tests if target fails to stop at breakpoint.
215
cd7c1778
PMR
2162015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
217
218 * gdb.ada/funcall_char.exp: New testcase.
219 * gdb.ada/funcall_char/foo.adb: New file.
220
dc5c8746
PMR
2212015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
222
223 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
224 expected outputs. Add two testcases for completing ambiguous
225 functions.
226 * gdb.ada/complete/aux_pck.adb: New file.
227 * gdb.ada/complete/aux_pck.ads: New file.
228 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
229 Ambiguous_Func functions.
230 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
231 * gdb.ada/complete/pck.adb: Likewise.
232
4e83a1e7
UW
2332015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
234
235 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
236 failures to run the test program under GDB.
237
8ce74153
LM
2382015-08-26 Luis Machado <lgustavo@codesourcery.com>
239
240 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
241 to C.
242
e9756d52
PP
2432015-08-26 Patrick Palka <patrick@parcs.ath.cx>
244
245 * gdb.base/run-after-attach.exp: New test file.
246 * gdb.base/run-after-attach.c: New test file.
247
8d37573b
DB
2482015-08-26 Don Breazeal <donb@codesourcery.com>
249
250 * gdb.base/foll-exec-2.c: New test program.
251 * gdb.base/foll-exec-2.exp: New test.
252
63e43d3a
PMR
2532015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
254
255 * gdb.base/nested-subp1.exp: New file.
256 * gdb.base/nested-subp1.c: New file.
257 * gdb.base/nested-subp2.exp: New file.
258 * gdb.base/nested-subp2.c: New file.
259 * gdb.base/nested-subp3.exp: New file.
260 * gdb.base/nested-subp3.c: New file.
261
3d40fbb5
PA
2622015-08-24 Pedro Alves <palves@redhat.com>
263
264 * gdb.server/connect-without-multi-process.c: New file.
265 * gdb.server/connect-without-multi-process.exp: New file.
266
4422ac93
LM
2672015-08-24 Luis Machado <lgustavo@codesourcery.com>
268
269 * gdb.opt/inline-markers.c: Make z int.
270
91dddb86
LM
2712015-08-24 Luis Machado <lgustavo@codesourcery.com>
272
273 * gdb.opt/inline-markers.c: Make z volatile.
274
a48847ee
LM
2752015-08-24 Luis Machado <lgustavo@codesourcery.com>
276
277 * gdb.opt/inline-bt.c: New volatile global z.
278 * gdb.opt/inline-cmds.c: Likewise.
279 * gdb.opt/inline-locals.c: Likewise.
280 * gdb.opt/inline-markers.c: New extern global z.
281 (marker): Use z.
282 (inline_fn): Likewise.
283
0ebbc52b
PA
2842015-08-24 Pedro Alves <palves@redhat.com>
285
286 * config/m32r-stub.exp: Remove file.
287 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
288 * gdb.base/call-rt-st.exp: Likewise.
289 * gdb.base/call-strs.exp: Likewise.
290 * gdb.base/default.exp: Remove references to h8300-*-hms and
291 *-*-udi*.
292 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
293
77c365df
AA
2942015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
295
296 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
297 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
298 and "return" use KFAIL when GDB can not read/write the vector
299 return value.
300
4313b8c0
GB
3012015-08-21 Gary Benson <gbenson@redhat.com>
302
303 * gdb.trace/pending.exp: Cope with remote transfer warnings.
304
0e433b32
PA
3052015-08-20 Pedro Alves <palves@redhat.com>
306
307 * gdb.server/solib-list.exp: No longer expect an interior stop in
308 non-stop mode.
309
221e1a37
PA
3102015-08-20 Pedro Alves <palves@redhat.com>
311
312 * gdb.server/connect-stopped-target.c: New file.
313 * gdb.server/connect-stopped-target.exp: New file.
314
40e3ad0e
PA
3152015-08-20 Pedro Alves <palves@redhat.com>
316
317 * gdb.dwarf2/comp-unit-lang.exp: New file.
318 * gdb.dwarf2/comp-unit-lang.c: New file.
319
af39b327
PMR
3202015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
321
322 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
323 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
324
7d45c7c3
KB
3252015-08-19 Kevin Buettner <kevinb@redhat.com>
326
327 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
328 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
329
4d6cceb4
DE
3302015-08-18 Doug Evans <dje@google.com>
331 Adrian Sendroiu <adrian.sendroiu@freescale.com>
332
333 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
334 skip_python_tests. New arg prompt_regexp.
335 (skip_python_tests): New function.
336 * lib/mi-support.exp (mi_skip_python_tests): New function.
337 * gdb.python/py-mi-objfile-gdb.py: New file.
338 * gdb.python/py-mi-objfile.c: New file.
339 * gdb.python/py-mi-objfile.exp: New file.
340
ad89c2aa
KS
3412015-08-17 Keith Seitz <keiths@redhat.com>
342
343 * gdb.linespec/explicit.exp: Move strace test from here ...
344 * gdb.trace/strace.exp: ... to here.
345
e3ae3c43
PP
3462015-08-15 Patrick Palka <patrick@parcs.ath.cx>
347
348 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
349 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
350
604b2636
DE
3512015-08-14 Doug Evans <xdje42@gmail.com>
352
353 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
354 inferior before selecting a new file.
355
6ff0ba5f
DE
3562015-08-14 Doug Evans <xdje42@gmail.com>
357
358 * gdb.mi/mi-disassemble.exp: Update.
359 * gdb.base/disasm-optim.S: New file.
360 * gdb.base/disasm-optim.c: New file.
361 * gdb.base/disasm-optim.h: New file.
362 * gdb.base/disasm-optim.exp: New file.
363
9ca98f92
KS
3642015-08-14 Keith Seitz <keiths@redhat.com>
365
366 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
367 "evaluated-by".
368
52bbc560
JB
3692015-08-13 Joel Brobecker <brobecker@adacore.com>
370
371 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
372
5d8c3ed3
PMR
3732015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
374
375 * gdb.ada/fun_renaming.exp: New testcase.
376 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
377 * gdb.ada/fun_renaming/pack.adb: New file.
378 * gdb.ada/fun_renaming/pack.ads: New file.
379
ea8812bc
KS
3802015-08-12 Keith Seitz <keiths@redhat.com>
381
382 * gdb.base/dso2dso.exp: Pass basename of source file in call to
383 gdb_get_line_number.
384
4dafcdeb
JB
3852015-08-12 Joel Brobecker <brobecker@adacore.com>
386
387 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
388 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
389 gdb.base/dso2dso.exp: New files.
390
5ba32597
SDJ
3912015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
392 Pedro Alves <palves@redhat.com>
393 Keith Seitz <keiths@redhat.com>
394
395 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
396 GDBFLAGS.
397
b6dafabf
PP
3982015-08-12 Patrick Palka <patrick@parcs.ath.cx>
399
400 * gdb.base/gdbhistsize-history.exp
401 (test_histsize_history_setting): Use save_vars.
402 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
403 Use save_vars.
404 (test_no_truncation_of_unlimited_history_file): Use save_vars.
405 * gdb.base/readline.exp: Use save_vars.
406
abe8e607
PP
4072015-08-12 Patrick Palka <patrick@parcs.ath.cx>
408
409 * lib/gdb.exp (save_vars): New proc.
410
629500fa
KS
4112015-08-11 Keith Seitz <keiths@redhat.com>
412
413 * gdb.base/help.exp: Update help_breakpoint_text.
414
eb8c4e2e
KS
4152015-08-11 Keith Seitz <keiths@redhat.com>
416
417 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
418 (at toplevel): Call test_explicit_breakpoints.
419 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
420 breakpoints.
421 * lib/mi-support.exp (mi_make_breakpoint): Add support for
422 breakpoint conditions, "-cond".
423
87f0e720
KS
4242015-08-11 Keith Seitz <keiths@redhat.com>
425
426 * gdb.linespec/3explicit.c: New file.
427 * gdb.linespec/cpexplicit.cc: New file.
428 * gdb.linespec/cpexplicit.exp: New file.
429 * gdb.linespec/explicit.c: New file.
430 * gdb.linespec/explicit.exp: New file.
431 * gdb.linespec/explicit2.c: New file.
432 * gdb.linespec/ls-errs.exp: Add explicit location tests.
433 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
434 before using in the matching pattern.
435 Clarify that `prefix' is a regular expression.
436
f00aae0f
KS
4372015-08-11 Keith Seitz <keiths@redhat.com>
438
439 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
440 test.
441 Add tests for missing ",FMT" and ",".
442
e27852be
DE
4432015-08-10 Doug Evans <dje@google.com>
444 Keith Seitz <keiths@redhat.com>
445
446 PR gdb/17960
447 * gdb.base/completion.exp: Add location completer tests.
448
7f03bd92
PA
4492015-08-07 Pedro Alves <palves@redhat.com>
450
451 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
452 tests here.
453 (top level): Run do_test with and without displaced stepping.
454
3fc8eb30
PA
4552015-08-07 Pedro Alves <palves@redhat.com>
456
457 * gdb.base/valgrind-disp-step.c: New file.
458 * gdb.base/valgrind-disp-step.exp: New file.
459
d4569d7b
PA
4602015-08-07 Pedro Alves <palves@redhat.com>
461
462 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
463 Delete function.
464 (main): Add alarm. Run an infinite loop instead of calling
465 wait_threads.
466 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
467 comment.
468 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
469 Delete function.
470 (main): Add alarm. Run an infinite loop instead of calling
471 wait_threads.
472 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
473 comment.
474
e1316e60
PA
4752015-08-07 Pedro Alves <palves@redhat.com>
476
477 * gdb.base/checkpoint-ns.exp: New file.
478 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
479 standard_testfile.
480
da8c46d2
MM
4812015-08-07 Markus Metzger <markus.t.metzger@intel.com>
482
483 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
484 * gdb.btrace/instruction_history.exp: Update.
485 * gdb.btrace/tsx.exp: New.
486 * gdb.btrace/tsx.c: New.
487
de1c2c52
PA
4882015-08-06 Pedro Alves <palves@redhat.com>
489
490 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
491 increase timeout.
492 * gdb.reverse/until-precsave.exp: Bump timeouts.
493
782e0bf4
PA
4942015-08-06 Pedro Alves <palves@redhat.com>
495
496 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
497
83e97ed0
PA
4982015-08-06 Pedro Alves <palves@redhat.com>
499
500 PR gdb/18749
501 * gdb.threads/process-dies-while-handling-bp.c: New file.
502 * gdb.threads/process-dies-while-handling-bp.exp: New file.
503
863d01bd
PA
5042015-08-06 Pedro Alves <palves@redhat.com>
505
506 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
507 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
508
0a39bb32
PA
5092015-08-05 Pedro Alves <palves@redhat.com>
510
511 * gdb.threads/next-while-other-thread-longjmps.c: New file.
512 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
513
ee2d2b10
SL
5142015-08-03 Sandra Loosemore <sandra@codesourcery.com>
515
516 * gdb.base/bp-permanent.exp: Report test as unsupported if
517 the target cannot stop at the permanent breakpoint.
518
4e1bdb00
DE
5192015-08-03 Doug Evans <dje@google.com>
520
521 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
522 10000.
523
3d338901
DE
5242015-08-03 Doug Evans <dje@google.com>
525
526 * Makefile.in (workers/%.worker, build-perf): New rule.
527 (GDB_PERFTEST_MODE): New variable.
528 (check-perf): Use it.
529 (clean): Clean up gdb.perf parallel build subdirs.
530 * lib/build-piece.exp: New file.
531 * lib/gdb.exp (make_gdb_parallel_path): New function
532 (standard_output_file, standard_temp_file): Call it.
533 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
534 of $GDB_PARALLEL.
535 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
536
af061d3e
DE
5372015-08-03 Doug Evans <dje@google.com>
538
8e1afc81 539 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
540 (LOG_FILE_NAME): New global.
541 (TextReporter.__init__): Initialize self.txt_sum.
542 (TextReporter.report): Add support for multiple data-points.
543 Move report to perftest.sum, put raw data in perftest.log.
544 (TextReporter.start): Open sum and log files.
545 (TextReporter.end): Close sum and log files.
8e1afc81
DE
546 * gdb.perf/lib/perftest/testresult.py
547 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 548
2c8c5d37
PA
5492015-07-31 Pedro Alves <palves@redhat.com>
550
551 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
552 Use spawn_id_get_pid. Wait for spawn id after eof. Use
553 kill_wait_spawned_process instead of explicit "kill -9".
554 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
555 returning a spawn id instead of a pid. Use spawn_id_get_pid and
556 kill_wait_spawned_process.
557 * gdb.base/attach-twice.exp: Likewise.
558 * gdb.base/attach.exp: Likewise.
559 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
560 gdb_test_multiple.
561 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
562 returning a spawn id instead of a pid. Use spawn_id_get_pid and
563 kill_wait_spawned_process.
564 * gdb.base/valgrind-infcall.exp: Likewise.
565 * gdb.multi/multi-attach.exp: Likewise.
566 * gdb.python/py-prompt.exp: Likewise.
567 * gdb.python/py-sync-interp.exp: Likewise.
568 * gdb.server/ext-attach.exp: Likewise.
569 * gdb.threads/attach-into-signal.exp (corefunc): Use
570 spawn_wait_for_attach, spawn_id_get_pid and
571 kill_wait_spawned_process.
572 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
573 spawn_wait_for_attach returning a spawn id instead of a pid. Use
574 spawn_id_get_pid and kill_wait_spawned_process.
575 * gdb.threads/attach-stopped.exp (corefunc): Use
576 spawn_wait_for_attach, spawn_id_get_pid and
577 kill_wait_spawned_process.
578 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
579 Use spawn_id_get_pid. Wait for spawn id after eof. Use
580 kill_wait_spawned_process instead of explicit "kill -9".
581 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
582 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
583 (spawn_wait_for_attach): Use spawn instead of exec to spawn
584 processes. Don't map cygwin/windows pids here. Now returns a
585 spawn id list.
586
032a0fca
SL
5872015-07-30 Sandra Loosemore <sandra@codesourcery.com>
588
589 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
590 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
591 correct patch.
592
61a934ca
SL
5932015-07-30 Sandra Loosemore <sandra@codesourcery.com>
594
595 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
596
4bc4d428
SL
5972015-07-30 Sandra Loosemore <sandra@codesourcery.com>
598
599 Reapply:
600 2014-05-21 Mark Wielaard <mjw@redhat.com>
601
602 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
603
998d452a
PA
6042015-07-30 Pedro Alves <palves@redhat.com>
605
606 * linux-low.c (handle_extended_wait): Set the child's last
607 reported status to TARGET_WAITKIND_STOPPED.
608
69dde7dc
PA
6092015-07-30 Pedro Alves <palves@redhat.com>
610
611 PR threads/18600
612 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
613 only shows inferior 1.
614
4dd63d48
PA
6152015-07-30 Simon Marchi <simon.marchi@ericsson.com>
616 Pedro Alves <palves@redhat.com>
617
618 PR threads/18600
619 * gdb.threads/fork-plus-threads.c: New file.
620 * gdb.threads/fork-plus-threads.exp: New file.
621
d618e4c5
PP
6222015-07-29 Patrick Palka <patrick@parcs.ath.cx>
623
624 * gdb.base/batch-preserve-term-settings.exp
625 (test_terminal_settings_preserved_after_cli_exit): Use
626 send_quit_command.
627
1eef6428
PA
6282015-07-29 Pedro Alves <palves@redhat.com>
629 Don Breazeal <donb@codesourcery.com>
630
631 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
632 output from both inferior_spawn_id and gdb_spawn_id.
633
7da5b897
SDJ
6342015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
635
636 * gdb.threads/attach-into-signal.exp (corefunc): Use
637 with_test_prefix on nested loops, uniquefying the test messages.
638
dac804df
SDJ
6392015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
640
641 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
642 commit.
643
06265e53
PP
6442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
645
646 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
647 New proc.
648 (test_terminal_settings_preserved_after_sigterm): New test.
649
18206ca3
PP
6502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
651
652 * gdb.base/batch-preserve-term-settings.exp
653 (test_terminal_settings_preserved_after_cli_exit): New test.
654
90074d11
PP
6552015-07-29 Patrick Palka <patrick@parcs.ath.cx>
656
657 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
658 manipulation of saved_gdbflags.
659 (test_terminal_settings_preserved): Remove global declaration of
660 the unused variable pagination_prompt. Remove manipulation of
661 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
662 GDBFLAGS.
663
eb1a7902
PA
6642015-07-29 Pedro Alves <palves@redhat.com>
665
666 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
667
8b75dd3b
PA
6682015-07-29 Pedro Alves <palves@redhat.com>
669
670 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
671 at the top.
672
dedad4e3
PA
6732015-07-29 Pedro Alves <palves@redhat.com>
674
675 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
676 (main): Call gdb_unbuffer_output.
677 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
678 (main): Call gdb_unbuffer_output.
679 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
680 (main): Call gdb_unbuffer_output.
681 * gdb.base/call-strs.exp: Adjust to step over the
682 gdb_unbuffer_output call.
683 * gdb.base/catch-gdb-caused-signals.c: Include
684 "../lib/unbuffer_output.c".
685 (main): Call gdb_unbuffer_output.
686 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
687 (main): Call gdb_unbuffer_output.
688 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
689 (main): Call gdb_unbuffer_output.
690 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
691 (main): Call gdb_unbuffer_output.
692 * gdb.base/shlib-call.exp: Adjust to step over the
693 gdb_unbuffer_output call.
694 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
695 (main): Call gdb_unbuffer_output.
696 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
697 (main): Call gdb_unbuffer_output.
698 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
699 (main): Rename to ...
700 (test): ... this.
701 (main): Reimplement.
702 * gdb.base/varargs.exp: Run to test instead of to main.
703 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
704 (main): Call gdb_unbuffer_output.
705
58789a91
PA
7062015-07-29 Pedro Alves <palves@redhat.com>
707
708 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
709 factore out from mi_continue_dprintf. For call-style dprintfs,
710 expect dprintf output out of $inferior_spawn_id.
711 (mi_continue_dprintf): Use mi_expect_dprintf.
712 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
713 (main): Call gdb_unbuffer_output.
714
e8376742
PA
7152015-07-29 Pedro Alves <palves@redhat.com>
716
717 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
718 (default_mi_gdb_start): Set inferior_spawn_id instead of
719 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
720 gdb_spawn_id.
721 (mi_gdb_test): Always expect inferior output from both
722 $inferior_spawn_id and $gdb_spawn_id.
723
08280010
PA
7242015-07-29 Pedro Alves <palves@redhat.com>
725
726 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
727 send_inferior and $inferior_spawn_id.
728
4d30e432
PA
7292015-07-29 Pedro Alves <palves@redhat.com>
730
731 * gdb.gdb/complaints.exp (test_initial_complaints)
732 (test_serial_complaints, test_short_complaints): Use
733 gdb_test_stdio.
734 (test_empty_complaint): Handle $inferior_spawn_id !=
735 $gdb_spawn_id.
736
0d30a335
PA
7372015-07-29 Pedro Alves <palves@redhat.com>
738
739 * gdb.base/varargs.exp: Use gdb_test_stdio.
740
39413b29
PA
7412015-07-29 Pedro Alves <palves@redhat.com>
742
743 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
744
7cb000a9
PA
7452015-07-29 Pedro Alves <palves@redhat.com>
746
747 * gdb.base/ending-run.exp: Use gdb_test_stdio.
748
d7b8ac82
PA
7492015-07-29 Pedro Alves <palves@redhat.com>
750
751 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
752 parameter into two new parameters, "inf_result" and "gdb_result".
753 Expect inferior output and gdb output from $inferior_spawn_id and
754 $gdb_spawn_id, respectively. Adjust all callers.
755
789c3a0c
PA
7562015-07-29 Pedro Alves <palves@redhat.com>
757
758 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
759 of gdb_test_sequence.
760
77e760c3
PA
7612015-07-29 Pedro Alves <palves@redhat.com>
762
763 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
764 (saw_spurious_output): Expect inferior output from
765 $inferior_spawn_id. Use gdb_test_stdio.
766
8396d2cd
PA
7672015-07-29 Pedro Alves <palves@redhat.com>
768
769 * gdb.base/dprintf.exp: Use standard_testfile. Change
770 prepare_for_testing call.
771 (srcfile): Don't set.
772 (restart): New procedure.
773 (test_dprintf): New procecure, use to continue over dprintfs.
774 (test_call, test_agent): New procedures, tests moved here.
775 Restart gdb and recreate dprintfs. Adjust expected output.
776
2051d61f
PA
7772015-07-29 Pedro Alves <palves@redhat.com>
778
779 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
780
452397af
PA
7812015-07-29 Pedro Alves <palves@redhat.com>
782
783 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
784
8aed9555
PA
7852015-07-29 Pedro Alves <palves@redhat.com>
786
787 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
788 gdb_test_stdio.
789
188a61b4
PA
7902015-07-29 Pedro Alves <palves@redhat.com>
791
792 * lib/gdb.exp (gdb_test_stdio): New procedure.
793
12264a45
PA
7942015-07-29 Pedro Alves <palves@redhat.com>
795
796 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
797
23ffc893
PA
7982015-07-29 Pedro Alves <palves@redhat.com>
799
800 * gdb.base/call-signal-resume.exp: Remove check for
801 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
802 * gdb.base/unwindonsignal.exp: Likewise.
803 * gdb.base/call-signals.c (gen_signal): Remove printf call.
804 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
805
65566918
PA
8062015-07-29 Pedro Alves <palves@redhat.com>
807
808 * gdb.base/siginfo-addr.c (pass): New function.
809 (handler): Call it iff si_addr is correct.
810 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
811 Set a breakpoint at "pass" and continue to it.
812
d60a9221
SDJ
8132015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
814
815 * gdb.python/py-objfile.exp: Make some tests have unique names.
816 * gdb.python/py-pp-registration.exp: Likewise.
817
bde40b8f
PA
8182015-07-28 Pedro Alves <palves@redhat.com>
819
820 * gdb.server/server-exec-info.exp: Issue a "disconnect".
821
13e1dec8
SM
8222015-07-27 Simon Marchi <simon.marchi@ericsson.com>
823
824 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
825
da33c9a7
SM
8262015-07-27 Simon Marchi <simon.marchi@ericsson.com>
827
828 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
829
077836f7
PP
8302015-07-27 Patrick Palka <patrick@parcs.ath.cx>
831
832 * gdb.base/gdb-sigterm-2.exp: New test.
833
b8cc7b2e
DE
8342015-07-25 Doug Evans <xdje42@gmail.com>
835
836 Revert:
837 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
838 (workers/%.worker, build-perf): New rule.
839 (GDB_PERFTEST_MODE): New variable.
840 (check-perf): Use it.
841 (clean): Clean up gdb.perf parallel build subdirs.
842 * lib/build-piece.exp: New file.
843 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
844 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
845 name.
846 (standard_temp_file): Ditto.
847 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
848 of $GDB_PARALLEL.
849
c8bd4544
DE
8502015-07-24 Doug Evans <dje@google.com>
851
852 * gdb.perf/lib/perftest/utils.py: New file.
853 * gdb.perf/gm-hello.cc: New file.
854 * gdb.perf/gm-pervasive-typedef.cc: New file.
855 * gdb.perf/gm-pervasive-typedef.h: New file.
856 * gdb.perf/gm-std.cc: New file.
857 * gdb.perf/gm-std.h: New file.
858 * gdb.perf/gm-use-cerr.cc: New file.
859 * gdb.perf/gm-utils.h: New file.
860 * gdb.perf/gmonster-null-lookup.py: New file.
861 * gdb.perf/gmonster-pervasive-typedef.py: New file.
862 * gdb.perf/gmonster-print-cerr.py: New file.
863 * gdb.perf/gmonster-ptype-string.py: New file.
864 * gdb.perf/gmonster-runto-main.py: New file.
865 * gdb.perf/gmonster-select-file.py: New file.
866 * gdb.perf/gmonster1-null-lookup.exp: New file.
867 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
868 * gdb.perf/gmonster1-print-cerr.exp: New file.
869 * gdb.perf/gmonster1-ptype-string.exp: New file.
870 * gdb.perf/gmonster1-runto-main.exp: New file.
871 * gdb.perf/gmonster1-select-file.exp: New file.
872 * gdb.perf/gmonster1.cc: New file.
873 * gdb.perf/gmonster1.exp: New file.
874 * gdb.perf/gmonster2-null-lookup.exp: New file.
875 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
876 * gdb.perf/gmonster2-print-cerr.exp: New file.
877 * gdb.perf/gmonster2-ptype-string.exp: New file.
878 * gdb.perf/gmonster2-runto-main.exp: New file.
879 * gdb.perf/gmonster2-select-file.exp: New file.
880 * gdb.perf/gmonster2.cc: New file.
881 * gdb.perf/gmonster2.exp: New file.
882
6eab34f3
DE
8832015-07-24 Doug Evans <dje@google.com>
884
885 * gdb.perf/README: New file.
886 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
887 * lib/gen-perf-test.exp: New file.
888
63738bfd
DE
8892015-07-24 Doug Evans <dje@google.com>
890
891 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
892 (PerfTest::startup): New function.
893 (PerfTest::run): Return result of calling body.
894 (PerfTest::assemble): Rewrite.
895 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
896 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
897 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
898 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
899 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
900
7b606f95
DE
9012015-07-24 Doug Evans <dje@google.com>
902
903 * lib/gdb.exp (clean_restart): Make executable optional.
904
a97b16b8
DE
9052015-07-24 Doug Evans <dje@google.com>
906
907 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
908 compiler_info references.
909 * gdb.cp/temargs.exp: Ditto.
910 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
911 (get_compiler_info): Early exit if already computed. Set compiler_info
912 to "unknown" if there was a problem.
913 (test_compiler_info): Add function comment. Call get_compiler_info.
914
35baa57f
DE
9152015-07-24 Doug Evans <dje@google.com>
916
917 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
918 (workers/%.worker, build-perf): New rule.
919 (GDB_PERFTEST_MODE): New variable.
920 (check-perf): Use it.
921 (clean): Clean up gdb.perf parallel build subdirs.
922 * lib/build-piece.exp: New file.
923 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
924 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
925 name.
926 (standard_temp_file): Ditto.
927 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
928 of $GDB_PARALLEL.
929
6ebea266
DE
9302015-07-24 Doug Evans <dje@google.com>
931
932 * lib/future.exp (gdb_default_target_compile): New option
933 "early_flags".
934 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
935 --as-needed.
936
1e76a7e9
SDJ
9372015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
938
939 * gdb.base/catch-syscall.exp: Call gdb_exit before
940 gdb_skip_xml_test.
941
5068630a
PA
9422015-07-24 Pedro Alves <palves@redhat.com>
943
944 * gdb.python/py-events.exp: Accept output between the stop event
945 and the prompt.
946 * gdb.python/py-evsignal.exp: Likewise.
947 * gdb.python/py-evthreads.exp: Likewise.
948
77598427
PA
9492015-07-24 Pedro Alves <palves@redhat.com>
950
951 PR gdb/18717
952 * gdb.threads/non-ldr-exit.c: New file.
953 * gdb.threads/non-ldr-exit.exp: New file.
954
11e6c98f
YQ
9552015-07-24 Yao Qi <yao.qi@linaro.org>
956
957 * gdb.server/ext-wrapper.exp: Test --wrapper option when
958 restarting process.
959
51aee833
YQ
9602015-07-24 Yao Qi <yao.qi@linaro.org>
961
962 * gdb.server/ext-restart.exp: New file.
963
8cfe207c
YQ
9642015-07-24 Yao Qi <yao.qi@linaro.org>
965
966 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
967 argument options.
968 * gdb.server/ext-wrapper.exp: New file.
969
cc12ce38
DE
9702015-07-23 Doug Evans <dje@google.com>
971
972 * gdb.dwarf2/dw2-dummy-cu.S: New file.
973 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
974
d0d84780
PMR
9752015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
976
977 * gdb.ada/var_arr_typedef.exp: New testcase.
978 * gdb.ada/var_arr_typedef/pack.adb: New file.
979 * gdb.ada/var_arr_typedef/pack.ads: New file.
980 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
981
8b558f79
JB
9822015-07-20 Joel Brobecker <brobecker@adacore.com>
983
984 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
985
775a3298
JK
9862015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
987
988 * gdb.arch/i386-biarch-core.exp: Replace istarget
989 by "complete set gnutarget". Remove expectation for the "core-file"
990 command.
991
db1ff28b
JK
9922015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
993
994 Revert the previous commit:
995 Tests for validate symbol file using build-id.
996
0a94970d
JK
9972015-07-15 Aleksandar Ristovski <aristovski@qnx.com
998
999 Tests for validate symbol file using build-id.
1000 * gdb.base/solib-mismatch-lib.c: New file.
1001 * gdb.base/solib-mismatch-libmod.c: New file.
1002 * gdb.base/solib-mismatch.c: New file.
1003 * gdb.base/solib-mismatch.exp: New file.
1004
03346981
SL
10052015-07-15 Sandra Loosemore <sandra@codesourcery.com>
1006
1007 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
1008 nios2-*-linux*.
1009 * gdb.base/sigbpt.exp (stepi_out): Likewise.
1010 * gdb.base/siginfo.exp: Likewise.
1011 * gdb.base/sigstep.exp (advance, advancei): Likewise.
1012
42422cc7
PL
10132015-07-15 Pierre Langlois <pierre.langlois@arm.com>
1014
1015 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
1016 Move it to ...
1017 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
1018 ... here.
1019 * gdb.trace/range-stepping.exp: Check that the target supports
1020 range stepping.
1021
cfa68bae
JK
10222015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1023
1024 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
1025
8ffdba26
PA
10262015-07-14 Pedro Alves <palves@redhat.com>
1027
1028 * gdb.base/killed-outside.exp: New file.
1029 * gdb.base/killed-outside.c: New file.
1030
218a5a11
JK
10312015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1032
1033 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
1034 (n at main): New.
1035 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
1036
e03ed3c6
AA
10372015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1038
1039 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
1040 infcall tests instead of setting up for KFAIL.
1041
485668e5
MM
10422015-07-10 Markus Metzger <markus.t.metzger@intel.com>
1043
1044 * gdb.btrace/record_goto-step.exp: New.
1045
08464196
JK
10462015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1047
1048 PR compile/18484
1049 * gdb.compile/compile.c (struct struct_type): Add volatile to
1050 selffield's type.
1051 * gdb.compile/compile.exp
1052 (compile code struct_object.selffield = &struct_object): Skip further
1053 struct_object tests if this one xfails.
1054
bcf5c1d9
RC
10552015-07-08 Robert O'Callahan <robert@ocallahan.org>
1056
1057 PR exp/18617
1058 * gdb.trace/ax.exp: Add test.
1059
4931af25
YQ
10602015-07-07 Yao Qi <yao.qi@linaro.org>
1061
1062 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
1063 instead of istarget "aarch64*-*-*".
1064 * gdb.arch/aarch64-fp.exp: Likewise.
1065 * gdb.base/float.exp: Likewise.
1066 * gdb.reverse/aarch64.exp: Likewise.
1067 * lib/gdb.exp (is_aarch64_target): New proc.
1068
9fcf688e
YQ
10692015-07-07 Yao Qi <yao.qi@linaro.org>
1070
1071 * lib/gdb.exp (is_aarch32_target): New proc.
1072 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
1073 instead of "istarget "arm*-*-*"".
1074 * gdb.arch/arm-disp-step.exp: Likewise.
1075 * gdb.arch/thumb-bx-pc.exp: Likewise.
1076 * gdb.arch/thumb-prologue.exp: Likewise.
1077 * gdb.arch/thumb-singlestep.exp: Likewise.
1078 * gdb.base/disp-step-syscall.exp: Likewise.
1079 * gdb.base/float.exp: Likewise.
1080
fbd8d50d
YQ
10812015-07-07 Yao Qi <yao.qi@linaro.org>
1082
1083 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
1084 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
1085
71be1fdc
YQ
10862015-07-07 Yao Qi <yao.qi@linaro.org>
1087
1088 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
1089 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
1090 if it exists.
1091 * gdb.multi/multi-arch.exp: Likewise.
1092
3e221d36
SM
10932015-07-07 Simon Marchi <simon.marchi@ericsson.com>
1094
1095 * gdb.python/py-lazy-string.exp: Add missing parentheses to
1096 print.
1097
d441430b
YQ
10982015-07-07 Yao Qi <yao.qi@linaro.org>
1099
1100 * gdb.arch/thumb-singlestep.exp: Do one more single step.
1101
06f810bd
MG
11022015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
1103
1104 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
1105 '[' and ']' characters.
1106
5e61e7c0
IB
11072015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
1108
1109 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1110
28bf096c
PA
11112015-06-29 Pedro Alves <palves@redhat.com>
1112
1113 PR threads/18127
1114 * gdb.threads/hand-call-new-thread.c: New file.
1115 * gdb.threads/hand-call-new-thread.c: New file.
1116
ee93cd5e
KS
11172015-06-26 Keith Seitz <keiths@redhat.com>
1118 Doug Evans <dje@google.com>
1119
1120 PR 16253
1121 * gdb.cp/var-tag-2.cc: New file.
1122 * gdb.cp/var-tag-3.cc: New file.
1123 * gdb.cp/var-tag-4.cc: New file.
1124 * gdb.cp/var-tag.cc: New file.
1125 * gdb.cp/var-tag.exp: New file.
1126
fc637f04
PP
11272015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1128
1129 * gdb.base/history-duplicates.exp: New test.
1130
2e52ae68
PP
11312015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1132
1133 * gdb.base/completion.exp: Test the completion of the "focus"
1134 command.
1135
6e22494e
JK
11362015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1137
1138 * gdb.arch/amd64-prologue-skip.S: New file.
1139 * gdb.arch/amd64-prologue-skip.exp: New file.
1140
bf7b9cd9
SM
11412015-06-25 Simon Marchi <simon.marchi@ericsson.com>
1142
1143 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
1144 is_address_zero_readable check.
1145
201e8dfd
PB
11462015-06-24 Peter Bergner <bergner@vnet.ibm.com>
1147
1148 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
1149 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
1150
5cd867b4
YQ
11512015-06-24 Yao Qi <yao.qi@linaro.org>
1152
1153 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
1154 linux targets.
1155
4d7be007
YQ
11562015-06-24 Yao Qi <yao.qi@linaro.org>
1157
1158 * lib/gdb.exp (supports_get_siginfo_type): New proc.
1159 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
1160 * gdb.base/siginfo-thread.exp: Likewise.
1161
07fcd301
YQ
11622015-06-22 Yao Qi <yao.qi@linaro.org>
1163
1164 * boards/remote-gdbserver-on-localhost.exp: Add comments.
1165
52042a00
YQ
11662015-06-22 Yao Qi <yao.qi@linaro.org>
1167
1168 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
1169 aarch64*-*-*.
1170 (skip_hw_watchpoint_tests): Likewise.
1171
74bd41ce
PP
11722015-06-18 Patrick Palka <patrick@parcs.ath.cx>
1173
1174 * gdb.base/gdbinit-history.exp: Test the interaction between
1175 setting GDBHISTSIZE and setting the history size via .gdbinit.
1176
bc460514
PP
11772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1178
1179 PR gdb/16999
1180 * gdb.base/gdbhistsize-history.exp: New test.
1181
b58c513b
PP
11822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1183
1184 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
1185 with GDBHISTSIZE.
1186 * gdb.base/readline.exp: Likewise.
1187
92046791
YQ
11882015-06-17 Yao Qi <yao.qi@linaro.org>
1189
1190 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
1191 line.
1192
2093d2d3
PP
11932015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1194
1195 * gdb.base/gdbinit-history.exp: Add test case to check that
1196 an unlimited history file does not get truncated on exit.
1197
e6c693af
AA
11982015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1199
1200 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1201 (VECTOR): New macro. Use it...
1202 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1203 ...for these typedefs.
1204 (int8, char1, int1, double1): New typedefs.
1205 (struct just_int2, struct two_int2): New structures.
1206 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1207 (add_structvecs, add_singlevecs): New functions.
1208 (main): Call add_some_intvecs twice.
1209 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1210 the compile and exit upon failure. Try compiling for the "native"
1211 architecture. Test inferior function calls with vector arguments
1212 and vector return value handling with "finish" and "return".
1213
c74f7d1c
JT
12142015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1215
1216 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1217 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1218 PE file.
1219 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1220
98aa42ee
AT
12212015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1222
1223 PR breakpoints/16465
1224 * gdb.mi/mi-dprintf-pending.c: New file.
1225 * gdb.mi/mi-dprintf-pending.exp: New test.
1226 * gdb.mi/mi-dprintf-pendshr.c: New file.
1227
7d73c23c 12282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1229 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1230
1231 * gdb.arch/i386-mpx-map.c: New file.
1232 * gdb.arch/i386-mpx-map.exp: New File.
1233
12342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1235
1236 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1237 * gdb.arch/i386-mpx.exp: Indentation fixed.
1238
12392015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1240
1241 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1242 function and improved indentation.
1243 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1244 gdb_test_multiple. Added additional tests to skip the test.
1245
12462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1247
1248 * gdb.arch/i386-avx512.c: Change path in include file.
1249 * gdb.arch/i386-avx512.exp: Change include dir path
1250 compilation flag.
1251 * gdb.arch/i386-mpx.c: Change path in include file.
1252 * gdb.arch/i386-mpx.exp: Change include dir path compilation
1253 flag.
1254
d5eba19a
JK
12552015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1256
1257 * gdb.compile/compile-print.exp (compile print *vararray@3)
1258 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1259
7f361056
JK
12602015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1261
1262 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1263 (do not keep jit in memory): ... this.
1264 (expect 5): Change it to ...
1265 (expect no 5): ... this.
1266
3b462ec2
SM
12672015-06-02 Simon Marchi <simon.marchi@ericsson.com>
1268
1269 PR gdb/15564
1270 * gdb.mi/mi-detach.exp: New file.
1271
e0619de6
JK
12722015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1273
1274 PR symtab/18392
1275 * gdb.arch/amd64-tailcall-self.S: New file.
1276 * gdb.arch/amd64-tailcall-self.c: New file.
1277 * gdb.arch/amd64-tailcall-self.exp: New file.
1278
e970cb34
DB
12792015-05-28 Don Breazeal <donb@codesourcery.com>
1280
1281 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1282 tests for remote targets by checking is_target_gdbserver.
1283
b2e2f908
DE
12842015-05-27 Doug Evans <dje@google.com>
1285
1286 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1287 * gdb.dwarf2/opaque-type-lookup.c: New file.
1288 * gdb.dwarf2/opaque-type-lookup.exp: New file.
1289
82c7be31
DE
12902015-05-26 Doug Evans <dje@google.com>
1291
1292 * gdb.cp/iostream.cc: New file.
1293 * gdb.cp/iostream.exp: New file.
1294
b4f54984
DE
12952015-05-26 Doug Evans <dje@google.com>
1296
1297 * gdb.dwarf2/dw2-op-call.exp: Update.
1298 * gdb.dwarf2/dw4-sig-types.exp: Update.
1299 * gdb.dwarf2/implptr.exp: Update.
1300 * gdb.mi/mi-cmd-param-changed.exp: Update.
1301
4ea6efe9
DE
13022015-05-26 Doug Evans <dje@google.com>
1303
1304 * gdb.python/py-lazy-string.c: New file.
1305 * gdb.python/py-lazy-string.exp: New file.
1306 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1307 (main): Update. Add estring3.
1308 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1309 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1310
f6bb7db3
YQ
13112015-05-26 Omair Javaid <omair.javaid@linaro.org>
1312 Yao Qi <yao.qi@linaro.org>
1313
1314 * gdb.reverse/aarch64.c: New.
1315 * gdb.reverse/aarch64.exp: New.
1316
a81bfbd0
OJ
13172015-05-26 Omair Javaid <omair.javaid@linaro.org>
1318
1319 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1320 (supports_reverse): Likewise.
1321
158bf1b4
PP
13222015-05-22 Patrick Palka <patrick@parcs.ath.cx>
1323
1324 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1325 Use with_test_prefix.
1326
a0145030
AB
13272015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
1328
1329 * gdb.base/completion.exp: Add test for completion of layout
1330 names.
1331
ebe3b578
AB
13322015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1333
1334 * lib/gdb.exp (skip_tui_tests): New proc.
1335 * gdb.base/tui-layout.exp: Check skip_tui_tests.
1336
84204ed7
PA
13372015-05-19 Pedro Alves <palves@redhat.com>
1338
1339 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1340 Save the whole env array instead of just HOME. Unset HISTSIZE in
1341 the environment while testing. Restore whole environment
1342 afterwards.
1343
37442ce1
DE
13442015-05-16 Doug Evans <xdje42@gmail.com>
1345
1346 * gdb.guile/scm-ports.c: New file.
1347 * gdb.guile/scm-ports.exp: Add memory port tests.
1348
36de76f9
JK
13492015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1350
1351 * gdb.compile/compile-print.c: New file.
1352 * gdb.compile/compile-print.exp: New file.
1353
3a9558c4
JK
13542015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1355
1356 * gdb.compile/compile-ops.exp: Cast param to void.
1357 * gdb.compile/compile.exp: Complete type for _gdb_expr.
1358 (compile code struct_object.selffield = &struct_object): Add xfail.
1359
aa715135
JG
13602015-05-15 Joel Brobecker <brobecker@adacore.com>
1361
1362 * gdb.ada/arr_enum_with_gap: New testcase.
1363
931e5bc3
JG
13642015-05-15 Joel Brobecker <brobecker@adacore.com>
1365
1366 * gdb.ada/byte_packed_arr: New testcase.
1367
9cd4d857
JB
13682015-05-15 Joel Brobecker <brobecker@adacore.com>
1369
1370 * gdb.ada/pckd_neg: New testcase.
1371
ebfd00d2
PP
13722015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1373
1374 PR gdb/17820
1375 * gdb.base/gdbinit-history.exp: New test.
1376 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1377 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1378
4c082a81
SC
13792015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1380
1381 * gdb.python/py-xmethods.cc: Enhance test case.
1382 * gdb.python/py-xmethods.exp: New tests.
1383 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1384 function.
1385 (B_indexoper): Likewise.
1386 (global_dm_list) : Add new xmethod worker functions.
1387
f7797074
SDJ
13882015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
1389
1390 * gdb.base/coredump-filter.exp: Correctly unset
1391 "coredump_var_addr" array.
1392
a4674e4e
PA
13932015-05-08 Pedro Alves <palves@redhat.com>
1394
1395 * gdb.server/non-existing-program.exp: Unset spawn_id.
1396
df2eb078
SC
13972015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1398
1399 PR python/18291
1400 * gdb.python/py-xmethods.exp: Add tests.
1401
422349a3
YQ
14022015-05-08 Yao Qi <yao.qi@linaro.org>
1403
1404 PR gdb/18208
1405 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1406 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1407 function set_coredump_filter, and remove remote_exec call.
1408 Remove argument ipid. Callers update.
1409 (top level): Don't get inferior's PID.
1410
63fc80ce
AA
14112015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1412
1413 * gdb.base/watch_thread_num.exp: Skip test on targets without
1414 access watchpoints.
1415
80ad801e
PA
14162015-05-06 Pedro Alves <palves@redhat.com>
1417
1418 PR server/18081
1419 * gdb.server/non-existing-program.exp: New file.
1420
0fa7fe50
JB
14212015-05-05 Joel Brobecker <brobecker@adacore.com>
1422
1423 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1424
3ea89b92
PMR
14252015-05-05 Joel Brobecker <brobecker@adacore.com>
1426
1427 * gdb.ada/out_of_line_in_inlined: New testcase.
1428
87b8eff0
JB
14292015-05-05 Joel Brobecker <brobecker@adacore.com>
1430
1431 * gdb.ada/var_rec_arr: New testcase.
1432
5fccc635
YQ
14332015-04-30 Yao Qi <yao.qi@linaro.org>
1434
1435 * gdb.base/break-idempotent.exp: If
1436 skip_hw_watchpoint_multi_tests returns true, skip the tests
1437 on "rwatch" and "awatch".
1438
42d38f42
YQ
14392015-04-30 Yao Qi <yao.qi@linaro.org>
1440
1441 * gdb.base/relativedebug.exp: Invoke gdb command
1442 "info sharedlibrary", and if libc.so doesn't have debug info,
1443 skip the test.
1444
2ce1cdbf
DE
14452015-04-29 Doug Evans <dje@google.com>
1446
1447 * gdb.python/py-xmethods.exp: Add ptype tests.
1448 * gdb.python/py-xmethods.py (E_method_char_worker): Add
1449 get_result_type method.
1450
f24a38c5
LM
14512015-04-29 Luis Machado <lgustavo@codesourcery.com>
1452
1453 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1454 the target does not support hardware watchpoints.
1455
ecbf2b3c
LM
14562015-04-29 Luis Machado <lgustavo@codesourcery.com>
1457
1458 * gdb.base/break-always.exp: Abort testing if writing to memory
1459 causes an error.
1460
34f5f757
DE
14612015-04-28 Doug Evans <dje@google.com>
1462
1463 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1464 * gdb.python/py-pp-registration.exp: ... here. New file.
1465 * gdb.python/py-pp-registration.c: New file.
1466 * gdb.python/py-pp-registration.py: New file.
1467
69b4374a
DE
14682015-04-28 Doug Evans <dje@google.com>
1469
1470 * gdb.python/py-bad-printers.c: New file.
1471 * gdb.python/py-bad-printers.py: New file.
1472 * gdb.python/py-bad-printers.exp: New file.
1473
59fb7612
SS
14742015-04-28 Sasha Smundak <asmundak@google.com>
1475
1476 * gdb.python/py-type.exp: New test.
1477
2631b16a
AW
14782015-04-28 Andy Wingo <wingo@igalia.com>
1479
1480 * gdb.python/py-parameter.exp:
1481 * gdb.guile/scm-parameter.exp: Escape the path that we are
1482 matching against, as it might contain characters that are special
1483 to regular expressions.
1484
460efde1
JB
14852015-04-27 Joel Brobecker <brobecker@adacore.com>
1486
1487 * gdb.ada/rec_comp: New testcase.
1488
2d369d8e
SDJ
14892015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
1490
1491 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1492 before using it.
1493
cf75d6c3
AB
14942015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1495
1496 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
1497 new tests for verilog output.
1498
8dbe7ca5
YQ
14992015-04-24 Yao Qi <yao.qi@linaro.org>
1500
1501 * boards/remote-gdbserver-on-localhost.exp: New file.
1502
4ef9fb2f
PA
15032015-04-23 Pedro Alves <palves@redhat.com>
1504
1505 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1506 $inferior_spawn_id instead of $inferior_spawn_id directly. On
1507 "end of file", remove $inferior_spawn_id from the indirect list.
1508
0a803169
PA
15092015-04-23 Pedro Alves <palves@redhat.com>
1510
1511 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1512
749ef8f8
PA
15132015-04-23 Pedro Alves <palves@redhat.com>
1514
1515 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1516 on $any_spawn_id instead of only on $gdb_spawn_id.
1517
8aae4344
PM
15182015-04-21 Pierre Muller <muller@sourceware.org>
1519
1520 PR pascal/17815
1521 * lib/pascal.exp (gpc_compile): Add new option "class".
1522 (fpc_compile): Likewise.
1523 * gdb.pascal/case-insensitive-symbols.pas: New file.
1524 * gdb.pascal/case-insensitive-symbols.exp: New file.
1525
1586c8fb
GB
15262015-04-20 Gary Benson <gbenson@redhat.com>
1527
1528 * gdb.base/attach.exp: Fix three extended remote failures.
1529
1b6e6f5c
GB
15302015-04-17 Gary Benson <gbenson@redhat.com>
1531
1532 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1533 the main executable over the remote protocol.
1534
e797481d
PA
15352015-04-16 Pedro Alves <palves@redhat.com>
1536
1537 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1538 a new gdbserver if gdbserver_reconnect_p is set.
1539
1ca99c42
PA
15402015-04-16 Pedro Alves <palves@redhat.com>
1541
1542 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1543 is set, don't exit gdbserver.
1544
af9fd6f8
AA
15452015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1546
1547 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1548 appropriate .insn, such that an older assembler can be used.
1549 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1550 the z/Architecture instruction set on 31-bit targets as well.
1551
04ff1e61
AA
15522015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1553
1554 * gdb.go/handcall.exp: Remove all logic related to the first
1555 breakpoint and rely on go_runto_main instead.
1556 * gdb.go/strings.exp: Likewise.
1557 * gdb.go/unsafe.exp: Likewise.
1558 * gdb.go/hello.exp: Likewise. Also rename the remaining
1559 breakpoint marker to "breakpoint 1".
1560 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1561 * gdb.go/strings.go: Likewise.
1562 * gdb.go/unsafe.go: Likewise.
1563 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
1564 "set breakpoint 2 here" and rename the remaining breakpoint marker
1565 to "breakpoint 1".
1566
40d2f8d6
SM
15672015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1568
1569 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1570 if itertools.imap is not present.
1571 * gdb.python/py-objfile.exp: Add parentheses.
1572 * gdb.python/py-type.exp: Same.
1573 * gdb.python/py-unwind-maint.py: Same.
1574
8cbc97c6
YQ
15752015-04-15 Yao Qi <yao.qi@linaro.org>
1576
1577 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1578 of ":$ptr_size" and set its form explicitly.
1579
45fd756c
YQ
15802015-04-15 Pedro Alves <palves@redhat.com>
1581 Yao Qi <yao.qi@linaro.org>
1582
1583 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1584 timeout by factor of 4.
1585 (test_regular_watch): Likewise.
1586 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1587 * gdb.reverse/sigall-reverse.exp: Likewise.
1588 * gdb.reverse/until-precsave.exp: Likewise.
1589 * lib/gdb.exp (with_timeout_factor): New proc.
1590 (gdb_expect): Move some code to ...
1591 (get_largest_timeout): ... here. New procedure.
1592
9e811bc3
LM
15932015-04-14 Luis Machado <lgustavo@codesourcery.com>
1594
1595 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1596
0ff6fcb2
LM
15972015-04-13 Luis Machado <lgustavo@codesourcery.com>
1598
1599 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1600 to write to the .text section.
1601
7578d5f7
LM
16022015-04-13 Luis Machado <lgustavo@codesourcery.com>
1603
1604 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1605 Handle the case of targets that do not provide PID information.
1606
2efe15c4
YQ
16072015-04-13 Yao Qi <yao.qi@linaro.org>
1608
1609 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1610 and use expect instead of gdb_expect.
1611
8cd8f2f8
SDJ
16122015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1613
1614 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1615 "coredump_var_addr" to avoid naming conflict with other testcases.
1616
9ee41772
PA
16172015-04-10 Pedro Alves <palves@redhat.com>
1618
1619 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1620 gdb_test_sequence and gdb_assert.
1621
07473109
PA
16222015-04-10 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1625 test messages that don't include the breakpoint address.
1626
de3db44c
YQ
16272015-04-10 Yao Qi <yao.qi@linaro.org>
1628
1629 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1630 false for some offset and width combinations which aren't
1631 supported by linux kernel.
1632
c79d856c
PA
16332015-04-10 Pedro Alves <palves@redhat.com>
1634
1635 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1636 procedure, factored out from ...
1637 (top level): ... here. Add "set displaced-stepping" testing axis.
1638 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1639 parameter "displaced". Use it.
1640 (top level): Use foreach and add "set displaced-stepping" testing
1641 axis.
1642
ebc90b50
PA
16432015-04-10 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1646 Remove comment.
1647 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1648 both the address of the instruction that triggers the watchpoint
1649 and the address of the instruction immediately after, and use
1650 those addresses for the test. Fix comment.
1651
8f572e5c
PA
16522015-04-10 Pedro Alves <palves@redhat.com>
1653
1654 * gdb.base/sigstep.exp (breakpoint_to_handler)
1655 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1656 Test "backtrace" in handler.
1657 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1658 (top level): Add new "displaced" test axis to
1659 breakpoint_to_handler, breakpoint_to_handler_entry and
1660 breakpoint_over_handler.
1661
8d707a12
PA
16622015-04-10 Pedro Alves <palves@redhat.com>
1663
1664 PR gdb/18216
1665 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1666
ef713951
YQ
16672015-04-10 Yao Qi <yao.qi@linaro.org>
1668
1669 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1670 (test_add_rn_pc): New function.
1671 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1672 (top level): Invoke test_add_rn_pc.
1673
906d60cf
PA
16742015-04-10 Pedro Alves <palves@redhat.com>
1675
1676 PR gdb/13858
1677 * gdb.base/step-over-no-symbols.exp: New file.
1678
f2983cc3
AW
16792015-04-09 Andy Wingo <wingo@igalia.com>
1680
1681 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1682 after the Python tests.
1683
6d62641c
SDJ
16842015-04-08 Keith Seitz <keiths@redhat.com>
1685
1686 PR python/16699
1687 * gdb.python/py-completion.exp: New tests for completion.
1688 * gdb.python/py-completion.py (CompleteLimit1): New class.
1689 (CompleteLimit2): Likewise.
1690 (CompleteLimit3): Likewise.
1691 (CompleteLimit4): Likewise.
1692 (CompleteLimit5): Likewise.
1693 (CompleteLimit6): Likewise.
1694 (CompleteLimit7): Likewise.
1695
f3770638
PA
16962015-04-08 Pedro Alves <palves@redhat.com>
1697
1698 PR gdb/18214
1699 PR gdb/18216
1700 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1701 function.
1702 (main): Install it as SIGUSR1 handler.
1703 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1704 parameter. Always use "setup" as prefix. Toggle "set
1705 displaced-stepping" off/on depending on global. Don't switch to
1706 thread 1 here.
1707 (top level): Add displaced stepping "off/on" test axis. Update
1708 "setup" calls. Wrap each subtest with with_test_prefix. Test
1709 continuing with a queued signal in each thread.
1710
4496bed7
PA
17112015-04-08 Pedro Alves <palves@redhat.com>
1712
1713 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1714 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1715 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1716 Return early if running to main fails.
1717 * gdb.trace/while-stepping.exp: Likewise.
1718
b97fde92
PA
17192015-04-07 Pedro Alves <palves@redhat.com>
1720
1721 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1722 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1723 interact with inferior program.
1724
f71c18e7
PA
17252015-04-07 Pedro Alves <palves@redhat.com>
1726
1727 * lib/gdb.exp (inferior_spawn_id): New global.
1728 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1729 spawn id after processing the user code.
1730 (default_gdb_start): Set inferior_spawn_id.
1731 (send_inferior): New procedure.
1732 * lib/gdbserver-support.exp (gdbserver_start): Set
1733 inferior_spawn_id.
1734 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1735
6423214f
PA
17362015-04-07 Pedro Alves <palves@redhat.com>
1737
1738 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1739 * lib/gdbserver-support.exp (gdbserver_start): Make
1740 $server_spawn_id global.
1741 (gdbserver_start): Don't wait for gdbserver's spawn id with
1742 expect_background.
1743 (close_gdbserver): New procedure.
1744 (gdb_exit): Rename the default version and reimplement.
1745
71c0ee8c
PA
17462015-04-07 Pedro Alves <palves@redhat.com>
1747
72f4393d 1748 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1749 append the substituted item, not the original item.
1750
203bc29b
PA
17512015-04-07 Pedro Alves <palves@redhat.com>
1752
1753 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1754 gdb_expect.
1755
508a3ddf
PA
17562015-04-07 Pedro Alves <palves@redhat.com>
1757
1758 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1759 output appearing once only.
1760
9f6dbe2b
PA
17612015-04-07 Pedro Alves <palves@redhat.com>
1762
1763 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1764 that doesn't expect anything. Return early if running to main
1765 fails.
1766
337532fa
YQ
17672015-04-07 Yao Qi <yao.qi@linaro.org>
1768
1769 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1770 (child_function): Call alarm.
1771 (main): Move call to alarm into the loop.
1772 * gdb.threads/non-stop-fair-events.exp: Build program with
1773 -DTIMEOUT=$timeout.
1774
01b622d4
DE
17752015-04-06 Doug Evans <xdje42@gmail.com>
1776
1777 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1778 Fix dest parameter to board_info.
1779 (fpc_compile): Ditto.
1780 (gdb_compile_pascal): Rename dest arg to destfile.
1781
961f4160
PMR
17822015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1783
1784 * gdb.ada/funcall_ref.exp: New file.
1785 * gdb.ada/funcall_ref/foo.adb: New file.
1786
cafda597
YQ
17872015-04-02 Yao Qi <yao.qi@linaro.org>
1788
1789 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1790 is remote.
1791
fed040c6
GB
17922015-04-02 Gary Benson <gbenson@redhat.com>
1793
1794 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1795
d11916aa
SS
17962015-04-01 Sasha Smundak <asmundak@google.com>
1797
1798 * gdb.python/py-unwind-maint.c: New file.
1799 * gdb.python/py-unwind-maint.exp: New test.
1800 * gdb.python/py-unwind-maint.py: New file.
1801 * gdb.python/py-unwind.c: New file.
1802 * gdb.python/py-unwind.exp: New test.
1803 * gdb.python/py-unwind.py: New test.
1804
a1471180
PA
18052015-04-01 Pedro Alves <palves@redhat.com>
1806
1807 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1808 to fail instead of non-existent $test.
1809
0bbeccb1
PA
18102015-04-01 Pedro Alves <palves@redhat.com>
1811
1812 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1813 GDBFLAGS if not empty.
1814
3c724c8c
PMR
18152015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1816
1817 * gdb.ada/complete.exp: Remove "multi_line".
1818 * gdb.ada/info_exc.exp: Remove "multi_line".
1819 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1820 * gdb.ada/ptype_field.exp: Remove "multi_line".
1821 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1822 * gdb.ada/tagged.exp: Remove "multi_line".
1823 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1824 [multi_line ...]
1825 * gdb.btrace/delta.exp: Likewise.
1826 * gdb.btrace/exception.exp: Likewise.
1827 * gdb.btrace/function_call_history.exp: Likewise.
1828 * gdb.btrace/instruction_history.exp: Likewise.
1829 * gdb.btrace/nohist.exp: Likewise.
1830 * gdb.btrace/record_goto.exp: Likewise.
1831 * gdb.btrace/segv.exp: Likewise.
1832 * gdb.btrace/stepi.exp: Likewise.
1833 * gdb.btrace/tailcall.exp: Likewise.
1834 * gdb.btrace/unknown_functions.exp: Likewise.
1835 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1836 * lib/gdb.exp: Add the "multi_line" helper.
1837
4eec2deb
PA
18382015-04-01 Pedro Alves <palves@redhat.com>
1839
1840 * gdb.threads/tid-reuse.c: New file.
1841 * gdb.threads/tid-reuse.exp: New file.
1842
df8411da
SDJ
18432015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1844
1845 PR corefiles/16092
1846 * gdb.base/coredump-filter.c: New file.
1847 * gdb.base/coredump-filter.exp: Likewise.
1848
6ef37366
PM
18492015-03-27 Petr Machata <pmachata@redhat.com>
1850
1851 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1852 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1853 (Dwarf::assemble): Initialize them.
1854 (Dwarf::lines): New function.
1855
7ec911b0
JT
18562015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1857
1858 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1859 SYMBOL_PREFIX for x86_64-*-cygwin.
1860
ff908ebf
AW
18612015-03-26 Andy Wingo <wingo@igalia.com>
1862
1863 PR symtab/18148
1864 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1865 const_value but not a location.
1866 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1867 location defined in non-main CUs are visible.
1868
6d5f0679
YQ
18692015-03-26 Yao Qi <yao.qi@linaro.org>
1870
1871 PR testsuite/18139
1872 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1873 Add a line number entry for the same line.
1874 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1875 Add a line number entry for the same line.
1876
2898689b
YQ
18772015-03-26 Yao Qi <yao.qi@linaro.org>
1878
1879 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1880 .int 0.
1881 (func): Likewise. Add .Lfunc_1 label.
1882 Use .Lfunc_1 label.
1883 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1884 .int 0.
1885 (func): Likewise.
1886 Use .Lfunc_1 label.
1887
85180498
YQ
18882015-03-26 Yao Qi <yao.qi@linaro.org>
1889
1890 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1891 Call gdb_compile instead to compile each .s files without debug
1892 information.
1893
8aa08a8d
YQ
18942015-03-26 Yao Qi <yao.qi@linaro.org>
1895
1896 * gdb.base/savedregs.exp (process_saved_regs): Make
1897 "Saved registers:" optional in the pattern.
1898
66849923
MM
18992015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1900
1901 * gdb.btrace/next.exp: Merged into step.exp.
1902 * gdb.btrace/finish.exp: Merged into step.exp.
1903 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1904 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1905 "record goto" and checking the exact replay position.
1906 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1907 check for "Recording format" in "info record" output.
1908 * gdb.btrace/record_goto.exp: Choose test file based on target.
1909 * gdb.btrace/x86-record_goto.S: Renamed into ...
1910 * gdb.btrace/x86_64-record_goto.S: ... this.
1911 * gdb.btrace/i686-record_goto.S: New.
1912 * gdb.btrace/x86-tailcall.S: Renamed into ...
1913 * gdb.btrace/x86_64-tailcall.S: ... this.
1914 * gdb.btrace/i686-tailcall.S: New.
1915 * gdb.btrace/x86-tailcall.c: Renamed into ...
1916 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1917 separate statements. Update test.
1918 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1919 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1920 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1921 * gdb.btrace/tailcall.exp: Choose test file based on target.
1922 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1923
11cc1b74
MM
19242015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1925
1926 * gdb.btrace/exception.exp: Increase BTS buffer size.
1927
a25d8bf9
PA
19282015-03-24 Pedro Alves <palves@redhat.com>
1929
1930 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1931
856e7dd6
PA
19322015-03-24 Pedro Alves <palves@redhat.com>
1933
1934 * gdb.threads/schedlock.exp (test_step): No longer expect that
1935 "set scheduler-locking step" with "next" over a function call runs
1936 threads unlocked.
1937
ad235a41
AT
19382015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1939
1940 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1941
15630549
AT
19422015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1943
1944 PR breakpoints/16466
1945 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1946 * gdb.mi/mi-pending.c (thread_func): New function.
1947 (int main): Add threading support required.
1948 * gdb.mi/mi-pending.exp: Add tests for this issue.
1949 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1950 (pendfunc2): Remove stdio dependency.
1951 * gdb.mi/mi-pendshr2.c: New file.
1952
693dca06
KS
19532015-03-23 Keith Seitz <keiths@redhat.com>
1954
1955 * gdb.linespec/keywords.c: New file.
1956 * gdb.linespec/keywords.exp: New file.
1957
7e993ebf
KS
19582015-03-23 Keith Seitz <keiths@redhat.com>
1959
1960 PR gdb/18021
1961 * gdb.dwarf2/staticvirtual.exp: New test.
1962
bc23328c
JK
19632015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1964
1965 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1966 * README: Remove HP-UX and gdb.hp.
1967 (configuration):
1968 * configure: Regenerate.
1969 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1970 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1971 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1972 gdb.hp/gdb.defects/Makefile.
1973 * gdb.hp/Makefile.in: File deleted.
1974 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1975 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1976 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1977 * gdb.hp/gdb.aCC/run.c: File deleted.
1978 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1979 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1980 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1981 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1982 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1983 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1984 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1985 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1986 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1987 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1988 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1989 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1990 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1991 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1992 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1993 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1994 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1995 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1996 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1997 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1998 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1999 * gdb.hp/gdb.compat/average.c: File deleted.
2000 * gdb.hp/gdb.compat/sum.c: File deleted.
2001 * gdb.hp/gdb.compat/xdb.c: File deleted.
2002 * gdb.hp/gdb.compat/xdb0.c: File deleted.
2003 * gdb.hp/gdb.compat/xdb0.h: File deleted.
2004 * gdb.hp/gdb.compat/xdb1.c: File deleted.
2005 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
2006 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
2007 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
2008 * gdb.hp/gdb.defects/Makefile.in: File deleted.
2009 * gdb.hp/gdb.defects/bs14602.c: File deleted.
2010 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
2011 * gdb.hp/gdb.defects/solib-d.c: File deleted.
2012 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
2013 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
2014 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
2015 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
2016 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
2017 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
2018 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
2019 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
2020 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
2021 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
2022 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
2023 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
2024 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
2025 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
2026 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
2027 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
2028 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
2029 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
2030 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
2031 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
2032 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
2033 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
2034 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
2035 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
2036 * gdb.hp/tools/odump: File deleted.
2037
8bf3b159
PA
20382015-03-19 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.threads/continue-pending-status.exp (saw_thread_2)
2041 (saw_thread_3): New globals.
2042 (top level): Increment them when an event for the corresponding
2043 thread is seen.
2044 (no thread starvation): New test.
2045
eb54c8bf
PA
20462015-03-19 Pedro Alves <palves@redhat.com>
2047
2048 * gdb.threads/continue-pending-status.c: New file.
2049 * gdb.threads/continue-pending-status.exp: New file.
2050
32d2e5d6
PA
20512015-03-18 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2054 Use gdb_is_target_remote instead of is_remote. Use
2055 gdb_test_multiple instead of gdb_expect. Exit early if
2056 gdb_test_multiple hits its internal matches. Tighten stepi tests
2057 expected output. Fail on exit with any signal, instead of just
2058 SIGILL.
2059
f68f11b7
YQ
20602015-03-18 Yao Qi <yao.qi@linaro.org>
2061
2062 PR tdep/18107
2063 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
2064 variable.
2065 * gdb.base/catch-syscall.exp: Don't skip it on
2066 aarch64*-*-linux* target. Remove elements in all_syscalls.
2067 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
2068 target.
2069 (setup_all_syscalls): New proc.
2070
ca5fd19b
YQ
20712015-03-16 Yao Qi <yao.qi@linaro.org>
2072
2073 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
2074 (top level): Skip tests if valid_addr_p returns false for
2075 $cmd1 or $cmd2.
2076
85642ba0
AW
20772015-03-11 Andy Wingo <wingo@igalia.com>
2078
2079 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
2080
e03f9645
YQ
20812015-03-11 Yao Qi <yao.qi@linaro.org>
2082
2083 * gdb.base/catch-syscall.exp: Fix typo in comments.
2084
5d0962b2
YQ
20852015-03-11 Yao Qi <yao.qi@linaro.org>
2086
2087 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
2088
b2df3cef
PA
20892015-03-09 Pedro Alves <palves@redhat.com>
2090
2091 * dg-extract-results.py: Delete.
2092
ef878e53
PA
20932015-03-09 Pedro Alves <palves@redhat.com>
2094
2095 Merge dg-extract-results.sh from GCC upstream (r218843).
2096
2097 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2098 * dg-extract-results.sh: Use --text with grep to avoid issues with
2099 binary files. Fall back to cat -v, if that doesn't work.
2100
9494d219
PA
21012015-03-05 Pedro Alves <palves@redhat.com>
2102
2103 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
2104
a8d9763a
SM
21052015-03-04 Simon Marchi <simon.marchi@ericsson.com>
2106
2107 * lib/mi-support.exp (mi_expect_interrupt): Accept
2108 alternative event for when in all-stop mode.
2109
be9957b8
PA
21102015-03-04 Pedro Alves <palves@redhat.com>
2111
2112 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
2113
d57be0f4 21142015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
2115
2116 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
2117
c214c7cf
AA
21182015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2119
2120 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
2121 regexps for GDB's current line display, accept a hex address
2122 preceding the line number.
2123
6d74a497
AA
21242015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2125
2126 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
2127 the 'arch1' variable for "s390*-linux*" targets.
2128
511aee7c
PA
21292015-03-04 Pedro Alves <palves@redhat.com>
2130
2131 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
2132 (main): Pass missing retval argument to pthread_join call.
2133
95e50b27
PA
21342015-03-02 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
2137 (top level): Call do_test with non-stop as well.
2138
28054d69
PA
21392015-03-02 Pedro Alves <palves@redhat.com>
2140
2141 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
2142 -1.
2143
4fa5d7b4
AA
21442015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2145
2146 * gdb.arch/s390-vregs.exp: New test.
2147 * gdb.arch/s390-vregs.S: New file.
2148
97c18565
PA
21492015-02-27 Pedro Alves <palves@redhat.com>
2150
2151 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
2152 call to catch_command_errors.
2153 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
2154 catch_command_errors.
2155
a37bfa30
PA
21562015-02-27 Pedro Alves <palves@redhat.com>
2157
2158 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
2159 "true" for boolean result.
2160 * gdb.gdb/selftest.exp (test_with_self): Also accept full
2161 prototype of main.
2162
6f98576f
PA
21632015-02-27 Pedro Alves <palves@redhat.com>
2164
2165 * lib/unbuffer_output.c: New file.
2166 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
2167 (main): Call gdb_unbuffer_output.
2168
eba5ab56
YQ
21692015-02-27 Yao Qi <yao.qi@linaro.org>
2170
2171 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
2172 target.
2173
0def5aaa
DE
21742015-02-26 Doug Evans <dje@google.com>
2175
2176 * gdb.cp/class2.cc (Dbase, D): New classes.
2177 (main): New local delta.
2178 * gdb.cp/class2.exp: Test printing delta.
2179 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
2180 (dynbar): New global.
2181 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
2182
081a1c2c
JK
21832015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2184
2185 * gdb.compile/compile-ifunc.c: New file.
2186 * gdb.compile/compile-ifunc.exp: New file.
2187
2f41223f
AT
21882015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
2189
2190 * gdb.base/structs.exp: Check for correct struct on finish.
2191
03eddd80
YQ
21922015-02-26 Yao Qi <yao.qi@linaro.org>
2193
2194 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
2195 is zero.
2196
80c57053
JK
21972015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2198
2199 * gdb.arch/cordic.ko.bz2: New file.
2200 * gdb.arch/cordic.ko.debug.bz2: New file.
2201 * gdb.arch/ppc64-symtab-cordic.exp: New file.
2202
21613c12
YQ
22032015-02-25 Yao Qi <yao.qi@linaro.org>
2204
2205 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2206 aarch64*-*-* target.
2207
d8b901ed
PA
22082015-02-23 Pedro Alves <palves@redhat.com>
2209
2210 * lib/gdb.exp (delete_breakpoints): Rewrite using
2211 gdb_test_multiple.
2212
e5b85ead
PA
22132015-02-23 Pedro Alves <palves@redhat.com>
2214
2215 * gdb.base/info-os.c: Include stdlib.h.
2216
85c3a371
DE
22172015-02-22 Doug Evans <xdje42@gmail.com>
2218
2219 PR symtab/17855
2220 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2221 is read after symbols have been re-read.
2222 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2223 * gdb.ada/exec_changed/second.adb (Second): Ditto.
2224
96553a0c
DE
22252015-02-21 Doug Evans <dje@google.com>
2226
2227 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2228
97a0c697
JK
22292015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2230
2231 PR corefiles/17808
2232 * gdb.arch/i386-biarch-core.core.bz2: New file.
2233 * gdb.arch/i386-biarch-core.exp: New file.
2234
a47cd6e9
PA
22352015-02-21 Pedro Alves <palves@redhat.com>
2236
2237 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2238 runto_main fails.
2239
c5facdc4
PA
22402015-02-20 Pedro Alves <palves@redhat.com>
2241
2242 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2243 info probes.
2244
2db9a427
PA
22452015-02-20 Pedro Alves <palves@redhat.com>
2246
2247 * gdb.threads/multi-create-ns-info-thr.exp: New file.
2248
60fb7e9e
PA
22492015-02-20 Pedro Alves <palves@redhat.com>
2250
2251 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
2252 clean_restart before gdb_target_supports_trace.
2253
5c5019c2
PA
22542015-02-20 Pedro Alves <palves@redhat.com>
2255
2256 PR threads/18006
2257 * gdb.threads/clone-thread_db.c: New file.
2258 * gdb.threads/clone-thread_db.exp: New file.
2259
c9587f88
AT
22602015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
2261
2262 PR breakpoints/16812
2263 * gdb.base/catch-gdb-caused-signals.c: New file.
2264 * gdb.base/catch-gdb-caused-signals.exp: New file.
2265
f6a88844
JM
22662015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
2267
2268 * configure: Regenerated.
2269 * configure.ac: Use GDB_AC_TRANSFORM.
2270 * aclocal.m4: sinclude ../transform.m4.
2271
497c491b
JM
22722015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2273
2274 * lib/dtrace.exp: New file.
2275 * gdb.base/dtrace-probe.exp: Likewise.
2276 * gdb.base/dtrace-probe.d: Likewise.
2277 * gdb.base/dtrace-probe.c: Likewise.
2278 * lib/pdtrace.in: Likewise.
2279 * configure.ac: Output variables with the transformed names of
2280 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
2281 * configure: Regenerated.
2282
03e98035
JM
22832015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2284
2285 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2286 expected message when trying to access $_probe_* convenience
2287 variables while not on a probe.
2288
63cc30e9
JK
22892015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2290
2291 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2292
0703599a
PA
22932015-02-11 Pedro Alves <pedro@codesourcery.com>
2294
2295 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2296 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2297
7e60a48e
DE
22982015-02-10 Doug Evans <xdje42@gmail.com>
2299
2300 * lib/gdb.exp (gdb_load): Always return a result.
2301
01b088bc
PA
23022015-02-10 Pedro Alves <palves@redhat.com>
2303
2304 * gdb.threads/signal-sigtrap.c: New file.
2305 * gdb.threads/signal-sigtrap.exp: New file.
2306
b05ec7a5
AT
23072015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2308
2309 * gdb.trace/no-attach-trace.c: New file.
2310 * gdb.trace/no-attach-trace.exp: New file.
2311
a2c2acaf
MW
23122015-02-09 Mark Wielaard <mjw@redhat.com>
2313
2314 * gdb.dwarf2/atomic.c: New file.
2315 * gdb.dwarf2/atomic-type.exp: Likewise.
2316
31fd9caa
MM
23172015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2318
2319 * gdb.btrace/buffer-size.exp: Update "info record" output.
2320 * gdb.btrace/delta.exp: Update "info record" output.
2321 * gdb.btrace/enable.exp: Update "info record" output.
2322 * gdb.btrace/finish.exp: Update "info record" output.
2323 * gdb.btrace/instruction_history.exp: Update "info record" output.
2324 * gdb.btrace/next.exp: Update "info record" output.
2325 * gdb.btrace/nexti.exp: Update "info record" output.
2326 * gdb.btrace/step.exp: Update "info record" output.
2327 * gdb.btrace/stepi.exp: Update "info record" output.
2328 * gdb.btrace/nohist.exp: Update "info record" output.
2329
d33501a5
MM
23302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2331
2332 * gdb.btrace/buffer-size: New.
2333
f4abbc16
MM
23342015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2335
2336 * gdb.btrace/delta.exp: Update "info record" output.
2337 * gdb.btrace/enable.exp: Update "info record" output.
2338 * gdb.btrace/finish.exp: Update "info record" output.
2339 * gdb.btrace/instruction_history.exp: Update "info record" output.
2340 * gdb.btrace/next.exp: Update "info record" output.
2341 * gdb.btrace/nexti.exp: Update "info record" output.
2342 * gdb.btrace/step.exp: Update "info record" output.
2343 * gdb.btrace/stepi.exp: Update "info record" output.
2344 * gdb.btrace/nohist.exp: Update "info record" output.
2345
b9d61307
SM
23462015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2347
2348 PR gdb/15678
2349 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2350
e584fdbc
PA
23512015-02-06 Pedro Alves <palves@redhat.com>
2352
2353 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2354 macro.
2355 (seconds_left, again): New globals.
2356 (main): Wait seconds_left in a 1-second sleep loop instead of
2357 sleeping 180 seconds. If 'again' is set, reset the seconds
2358 counter.
2359 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2360 'again' in the inferior before detaching. Print the seconds left.
2361 (options): New global.
2362 (top level): Build program with -DTIMEOUT=$timeout.
2363
77f41761
PA
23642015-02-06 Pedro Alves <palves@redhat.com>
2365
2366 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2367 determine how many seconds to pass to 'alarm'.
2368 * gdb.base/gdb-sigterm.exp (top level): Build program with
2369 -DTIMEOUT=$timeout.
2370 (do_test): Return success/failure indication. Add more verbose
2371 logging. Don't fail if 200 single steps are seen. Instead, fail
2372 when the test times out.
2373 (passes): New global.
2374 (top level): Break the testing loop if testing fails on any
2375 iteration. Use gdb_assert.
2376
b9394193
DB
23772015-02-04 Don Breazeal <donb@codesourcery.com>
2378
2379 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2380 and initialize them.
2381 (ipc_cleanup): New function.
2382 (main): Don't declare shmid, semid, and msqid. Add a call to
2383 atexit so that we call ipc_cleanup on exit.
2384
42d9e528
PA
23852015-02-04 Pedro Alves <palves@redhat.com>
2386
2387 * boards/native-extended-gdbserver.exp: Remove any target variant
2388 specifications from the board name before clearing the isremote
2389 flag from board_info.
2390
ae6ae975
DE
23912015-01-31 Doug Evans <xdje42@gmail.com>
2392
2393 * gdb.base/maint.exp <maint print type argc>: Update expected output.
2394
cfb069a8
GB
23952015-01-31 Gary Benson <gbenson@redhat.com>
2396
2397 * gdb.base/completion.exp: Disable completion limiting for
2398 existing tests. Add new tests to check completion limiting.
2399 * gdb.linespec/ls-errs.exp: Disable completion limiting.
2400
5dd31d79
DE
24012015-01-31 Doug Evans <xdje42@gmail.com>
2402
2403 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2404
9f050062
DE
24052015-01-31 Doug Evans <xdje42@gmail.com>
2406
2407 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2408 entries. Duplicate file section script entries.
2409 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2410 inlined entries. Add test for safe-path rejection.
2411 * gdb.python/py-section-script.c: Add duplicate inlined section script
2412 entries. Duplicate file section script entries.
2413 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2414 inlined entries. Add test for safe-path rejection.
2415
df25ebbd
JB
24162015-01-29 Joel Brobecker <brobecker@adacore.com>
2417
2418 * gdb.ada/disc_arr_bound: New testcase.
2419
4a0ca9ec
JB
24202015-01-29 Joel Brobecker <brobecker@adacore.com>
2421
2422 * gdb.ada/mi_var_array: New testcase.
2423
3a8b707a
DE
24242015-01-27 Doug Evans <dje@google.com>
2425
2426 * gdb.python/py-objfile.exp: Add tests for objfile.username.
2427 Add test for objfile.filename, objfile.username after objfile
2428 has been unloaded.
2429
f8313f6e
JB
24302015-01-26 Joel Brobecker <brobecker@adacore.com>
2431
2432 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2433 the second test to print the name attribute of value
2434 returned by the call to gdb.lookup_type, and adjust
2435 the expected output accordingly.
2436
37bc665e
MW
24372015-01-25 Mark Wielaard <mjw@redhat.com>
2438
2439 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2440 * gdb.base/disp-step-fork.c: Include unistd.h.
2441 * gdb.base/siginfo-obj.c: Include stdio.h.
2442 * gdb.base/siginfo-thread.c: Likewise.
2443 * gdb.mi/non-stop.c: Include unistd.h.
2444 * gdb.mi/nsthrexec.c: Include stdio.h.
2445 * gdb.mi/pthreads.c: Include unistd.h.
2446 * gdb.modula2/unbounded1.c (main): Declare returns int.
2447 * gdb.reverse/consecutive-reverse.c: Likewise.
2448 * gdb.threads/create-fail.c: Include unistd.h.
2449 * gdb.threads/killed.c: Likewise.
2450 * gdb.threads/linux-dp.c: Likewise.
2451 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2452 * gdb.threads/non-ldr-exc-2.c: Likewise.
2453 * gdb.threads/non-ldr-exc-3.c: Likewise.
2454 * gdb.threads/non-ldr-exc-4.c: Likewise.
2455 * gdb.threads/pthreads.c: Include unistd.h.
2456 (main): Declare returns int.
2457 * gdb.threads/tls-main.c (foo): New declaration.
2458 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2459
f7e5394d
SM
24602015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2461
2462 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2463 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2464
743649fd
MW
24652015-01-15 Mark Wielaard <mjw@redhat.com>
2466
2467 * gdb.base/noreturn-return.c: New file.
2468 * gdb.base/noreturn-return.exp: New file.
2469 * gdb.base/noreturn-finish.c: New file.
2470 * gdb.base/noreturn-finish.exp: New file.
2471
198297aa
PA
24722015-01-23 Pedro Alves <palves@redhat.com>
2473
2474 * gdb.threads/continue-pending-after-query.c: New file.
2475 * gdb.threads/continue-pending-after-query.exp: New file.
2476
717cf30c
AG
24772015-01-22 Anders Granlund <anders.granlund@ericsson.com>
2478 Simon Marchi <simon.marchi@ericsson.com>
2479
2480 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2481 * gdb.base/valgrind-db-attach.exp: Same.
2482 * gdb.base/valgrind-infcall.exp: Same.
2483 * lib/mi-support.exp (default_mi_gdb_start): Same.
2484 * lib/prompt.exp (default_prompt_gdb_start): Same.
2485 * lib/gdb.exp (default_gdb_spawn): Same.
2486 (gdb_interact): New.
2487
2488
4b62a76e
JK
24892015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2490
2491 * gdb.compile/compile.exp (pointer to jit function): New test.
2492
b4cdae6f
WW
24932015-01-17 Wei-cheng Wang <cole945@gmail.com>
2494
2495 * lib/gdb.exp (supports_process_record): Return true for
2496 powerpc*-*-linux*.
2497 (supports_reverse): Likewise.
2498
d221e7ef
DB
24992015-01-15 Don Breazeal <donb@codesourcery.com>
2500
2501 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2502 instead of checking whether the target board is remote and
2503 use spawn_wait_for_attach instead of exec/sleep.
2504 * gdb.base/attach-twice.exp: Likewise.
2505
bafffb51
JB
25062015-01-15 Joel Brobecker <brobecker@adacore.com>
2507
2508 * gdb.ada/var_arr_attrs: New testcase.
2509
5589af0e
PA
25102015-01-14 Pedro Alves <palves@redhat.com>
2511 Joel Brobecker <brobecker@adacore.com>
2512
2513 PR gdb/17525
2514 * gdb.base/bp-cmds-execution-x-script.c: New file.
2515 * gdb.base/bp-cmds-execution-x-script.exp: New file.
2516 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2517
6c400b59
PA
25182015-01-14 Pedro Alves <palves@redhat.com>
2519
2520 PR cli/17828
2521 * gdb.base/batch-preserve-term-settings.c: New file.
2522 * gdb.base/batch-preserve-term-settings.exp: New file.
2523
e02c96a7
DE
25242015-01-13 Doug Evans <dje@google.com>
2525
2526 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2527 binary.
2528
576fd14c
JB
25292015-01-13 Joel Brobecker <brobecker@adacore.com>
2530
2531 * Makefile.in (clean mostlyclean): Do not delete *.py.
2532
04dccad0
JB
25332015-01-13 Joel Brobecker <brobecker@adacore.com>
2534
2535 * gdb.python/py-lookup-type.exp: New file.
2536
3d230f71
PA
25372015-01-12 Pedro Alves <palves@redhat.com>
2538
2539 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2540 restore GDBFLAGS before returning.
2541
7e67715d
JK
25422015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2543
2544 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2545 is_amd64_regs_target and is_x86_like_target.
2546
f2e0d4b4
DE
25472015-01-11 Doug Evans <xdje42@gmail.com>
2548
2549 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2550 is given without an explicit form.
2551 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2552 attributes.
2553 * gdb.dwarf/corrupt.exp: Ditto.
2554 * gdb.dwarf2/enum-type.exp: Ditto.
2555 * gdb.trace/entry-values.exp: Ditto.
2556 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2557
439250fb
DE
25582015-01-11 Doug Evans <xdje42@gmail.com>
2559
2560 PR gdb/15830
2561 * gdb.base/maint.exp: Remove references to "maint demangle".
2562 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
2563 Add tests for explicitly specifying language to demangle.
2564 * gdb.dlang/demangle.exp: Ditto.
2565
ede9f622
PA
25662015-01-09 Pedro Alves <palves@redhat.com>
2567
2568 * gdb.threads/non-stop-fair-events.c: New file.
2569 * gdb.threads/non-stop-fair-events.exp: New file.
2570
a7b796db
PA
25712015-01-09 Pedro Alves <palves@redhat.com>
2572
2573 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2574 the global scope. Set a breakpoint after all threads are started
2575 rather than stepping over two source lines. Expect the prompt.
2576 * gdb.base/watch_thread_num.c (threads_started_barrier): New
2577 global.
2578 (NUM): Now 15.
2579 (main): Use threads_started_barrier to wait for all threads to
2580 start. Main thread no longer calls thread_function. Exit after
2581 180 seconds.
2582 (loop): New function.
2583 (thread_function): Wait on threads_started_barrier barrier. Call
2584 'loop' at each iteration.
2585 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2586 threads have started, instead of hardcoding number of "next"
2587 steps. Use an access watchpoint instead of a write watchpoint.
2588
9665ffdd
PA
25892015-01-09 Pedro Alves <palves@redhat.com>
2590
2591 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2592 (thread_func): Wait on barrier.
2593 (main): Wait for all threads to start before stopping GDB.
2594 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2595 global.
2596 (thread1_func, thread2_func): Wait on barrier.
2597 (main): Wait for all threads to start before stopping GDB.
2598 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2599 New global.
2600 (thread1_func, thread2_func): Wait on barrier.
2601 (main): Wait for all threads to start before stopping GDB.
2602
c945a99f
PA
26032015-01-09 Pedro Alves <palves@redhat.com>
2604
2605 * gdb.threads/attach-many-short-lived-threads.c: New file.
2606 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2607
c1a747c1
PA
26082014-01-09 Pedro Alves <palves@redhat.com>
2609
2610 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2611 instead of to thread 2.
2612 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2613 Add barrier around each pthread_create call instead of around all
2614 calls.
2615 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2616 Set a break on thread_function and have the child threads hit it
2617 one at at a time.
2618
60b3033e
PA
26192015-01-09 Pedro Alves <palves@redhat.com>
2620
2621 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2622 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2623 false.
2624 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2625 checking whether the target board is remote.
2626 * gdb.multi/multi-attach.exp: Likewise.
2627 * gdb.python/py-sync-interp.exp: Likewise.
2628 * gdb.server/ext-attach.exp: Likewise.
2629 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2630 tests that need to attach, instead of checking whether the target
2631 board is remote at the top of the file.
2632
acc018ac
YQ
26332015-01-08 Yao Qi <yao@codesourcery.com>
2634
2635 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2636
50a18af8
JK
26372015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2638
2639 Fix testcase compilation.
2640 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2641
8503d6e1
JB
26422015-01-06 Joel Brobecker <brobecker@adacore.com>
2643
2644 * gdb.python/py-type.exp: Add a couple test about empty
2645 array creation, and negative-length array creation.
2646
cc73dbcc
DE
26472015-01-02 Doug Evans <xdje42@gmail.com>
2648
2649 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2650
0300bbc7
DE
26512015-01-02 Doug Evans <dje@google.com>
2652
2653 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2654
9d85a0ec
YQ
26552014-12-29 Yao Qi <yao@codesourcery.com>
2656
2657 * gdb.trace/entry-values.exp: Update comments. Rename variable
2658 bar_call_foo to returned_from_foo.
2659
87186c6a
MMN
26602014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2661
2662 PR gdb/17394
2663 * gdb.linespec/break-asm-file.c: New file.
2664 * gdb.linespec/break-asm-file.exp: New file.
2665 * gdb.linespec/break-asm-file0.s: New file.
2666 * gdb.linespec/break-asm-file1.s: New file.
2667
1bab7383
YQ
26682014-12-18 Nigel Stephens <nigel@mips.com>
2669 Maciej W. Rozycki <macro@codesourcery.com>
2670
2671 * gdb.base/float.exp: Handle the new output from "info float" on
2672 MIPS targets.
2673
1bc1068a
JK
26742014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2675
2676 Fix MinGW compilation.
2677 * gdb.compile/compile-ops.exp: Update untested message if
2678 !skip_compile_feature_tests.
2679 * gdb.compile/compile-setjmp.exp: Likewise.
2680 * gdb.compile/compile-tls.exp: Likewise.
2681 * gdb.compile/compile.exp: Likewise.
2682 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2683 supported on this host".
2684
b6615d10
DE
26852014-12-16 Doug Evans <xdje42@gmail.com>
2686
2687 * boards/stabs.exp: New file.
2688
25dda427
AA
26892014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2690
2691 * gdb.base/completion.exp: Adjust to format changes of "maint
2692 print user-registers".
2693
bf330350
CU
26942014-12-16 Catalin Udma <catalin.udma@freescale.com>
2695
2696 PR server/17457
2697 * gdb.arch/aarch64-fp.c: New file.
2698 * gdb.arch/aarch64-fp.exp: New file.
2699
395cf596
SDJ
27002014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2701
2702 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2703 r210637, r210913, r211666, r215400, r215817).
2704
2705 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2706 * dg-extract-results.py: New file.
2707 * dg-extract-results.sh: Use it if the environment seems
2708 suitable.
2709
2710 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2711
2712 * dg-extract-results.py (parse_run): Handle warnings that
2713 are printed before a test harness is run.
2714
2715 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2716
2717 * dg-extract-results.py (Named): Remove __cmp__ method.
2718 (output_variation): Use a key to sort variation.harnesses.
2719
2720 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2721
2722 * dg-extract-results.py: For Python 3, force sys.stdout to
2723 handle surrogate escape sequences.
2724 (safe_open): New function.
2725 (output_segment, main): Use it.
2726
2727 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2728
2729 * dg-extract-results.py (Prog.result_re): Include options
2730 in test name.
2731
2732 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2733
2734 * dg-extract-results.py (output_variation): Always sort if
2735 do_sum.
2736
e882ef3c
SM
27372014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2738
2739 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2740 as long as we get pagination notifications.
2741
4992aa20
JM
27422014-12-15 Jason Merrill <jason@redhat.com>
2743
2744 * Makefile.in (check-gdb.%): Restore.
2745 * README: Mention it.
2746
c1b5a1a6
JB
27472014-12-13 Joel Brobecker <brobecker@adacore.com>
2748
2749 * gdb.ada/str_uninit: New testcase.
2750
5537b577
JK
27512014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2752
2753 PR symtab/17642
2754 * gdb.base/vla-stub-define.c: New file.
2755 * gdb.base/vla-stub.c: New file.
2756 * gdb.base/vla-stub.exp: New file.
2757
bb2ec1b3
TT
27582014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2759 Jan Kratochvil <jan.kratochvil@redhat.com>
2760 Tom Tromey <tromey@redhat.com>
2761
2762 * configure.ac: Add gdb.compile/.
2763 * configure: Regenerate.
2764 * gdb.compile/Makefile.in: New file.
2765 * gdb.compile/compile-ops.exp: New file.
2766 * gdb.compile/compile-ops.c: New file.
2767 * gdb.compile/compile-tls.c: New file.
2768 * gdb.compile/compile-tls.exp: New file.
2769 * gdb.compile/compile-constvar.S: New file.
2770 * gdb.compile/compile-constvar.c: New file.
2771 * gdb.compile/compile-mod.c: New file.
2772 * gdb.compile/compile-nodebug.c: New file.
2773 * gdb.compile/compile-setjmp-mod.c: New file.
2774 * gdb.compile/compile-setjmp.c: New file.
2775 * gdb.compile/compile-setjmp.exp: New file.
2776 * gdb.compile/compile-shlib.c: New file.
2777 * gdb.compile/compile.c: New file.
2778 * gdb.compile/compile.exp: New file.
2779 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2780
4ff709eb
TT
27812014-12-12 Tom Tromey <tromey@redhat.com>
2782
2783 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2784 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2785
6dddd6a5
DE
27862014-12-12 Doug Evans <dje@google.com>
2787
2788 * lib/gdb-python.exp (get_python_valueof): New function.
2789 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2790
71c24708
AA
27912014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2792
2793 * gdb.base/completion.exp: Add test for completion of "info
2794 registers ".
2795
3e29f34a
MR
27962014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2797
2798 * gdb.base/func-ptrs.c: New file.
2799 * gdb.base/func-ptrs.exp: New file.
2800
fc126975
SM
28012014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2802
2803 PR breakpoints/17012
2804 * gdb.base/dprintf-detach.c: New file.
2805 * gdb.base/dprintf-detach.exp: New file.
2806
0a46d518
SM
28072014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2808
2809 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2810 * lib/gdb.exp (target_is_gdbserver): New procedure.
2811
a0be3e44
DE
28122014-12-08 Doug Evans <dje@google.com>
2813
2814 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2815
df1b803a
YQ
28162014-12-05 Yao Qi <yao@codesourcery.com>
2817
2818 * gdb.guile/scm-error.exp: Remove the third argument to
2819 gdb_remote_download.
2820 * gdb.guile/scm-frame-args.exp: Likewise.
2821 * gdb.guile/scm-section-script.exp: Likewise.
2822
ddb9f679
YQ
28232014-12-05 Yao Qi <yao@codesourcery.com>
2824
2825 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2826
86e4ed39
DE
28272014-12-04 Doug Evans <dje@google.com>
2828
2829 * gdb.python/py-objfile.exp: Add tests for
2830 objfile.add_separate_debug_file.
2831
7c50a931
DE
28322014-12-04 Doug Evans <dje@google.com>
2833
2834 * lib/gdb.exp (get_build_id): New function.
2835 (build_id_debug_filename_get): Rewrite to use it.
2836 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2837
621661e3
MR
28382014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2839
2840 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2841 `method(long)', not just 0x0.
2842 * gdb.cp/nsalias.exp: Align code labels to 4.
2843 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2844 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2845 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2846 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2847 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2848 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2849
29f0c3b7
DE
28502014-12-02 Doug Evans <dje@google.com>
2851
e1e061e7 2852 PR symtab/17602
29f0c3b7 2853 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2854 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2855 * gdb.cp/anon-ns.exp: Update.
2856
162078c8
NB
28572014-12-02 Nick Bull <nicholaspbull@gmail.com>
2858
2859 * gdb.python/py-events.py (inferior_call_handler): New.
2860 (register_changed_handler, memory_changed_handler): New.
2861 (test_events.invoke): Register new handlers.
2862 * gdb.python/py-events.exp: Add tests for inferior call,
2863 memory_changed and register_changed events.
2864
fdb09caf
AA
28652014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2866
2867 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2868 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2869 if the linker doesn't understand this.
2870
55cfb2c4
SM
28712014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2872
2873 * gdb.python/python.exp: Change expected reply to help().
2874
9e8cd6df
YQ
28752014-12-01 Yao Qi <yao@codesourcery.com>
2876
2877 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2878 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2879 * configure: Re-generated.
2880
6c659fc2
SC
28812014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2882
2883 * gdb.cp/chained-calls.cc: New file.
2884 * gdb.cp/chained-calls.exp: New file.
2885 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2886
d7fc3181
SM
28872014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2888
2889 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2890 * gdb.dwarf2/symtab-producer.exp: Same.
2891 * gdb.gdb/python-interrupts.exp: Same.
2892 * gdb.gdb/python-selftest.exp: Same.
2893 * gdb.python/py-linetable.exp: Same.
2894 * gdb.python/py-type.exp: Same.
2895 * gdb.python/py-value-cc.exp: Same.
2896 * gdb.python/py-value.exp: Same.
2897
10e79639
YQ
28982014-11-28 Yao Qi <yao@codesourcery.com>
2899
2900 * gdb.base/break-probes.exp: Match library name prefixed with
2901 sysroot.
2902
f28a0564
SM
29032014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2904
2905 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2906 test expected output. Add parentheses for the call to print.
2907 Remove L suffix from integers.
2908
3fe1ce1d
DE
29092014-11-26 Doug Evans <dje@google.com>
2910
2911 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2912
84429e27
YQ
29132014-11-22 Yao Qi <yao@codesourcery.com>
2914
2915 * gdb.trace/entry-values.c: Remove asms.
2916 (foo): Add foo_label.
2917 (bar): Add bar_label.
2918 * gdb.trace/entry-values.exp: Remove code computing foo's
2919 length and bar's length.
2920 (Dwarf::assemble): Invoke function_range for bar and use
2921 MACRO_AT_func for foo.
2922
26741859
YQ
29232014-11-22 Yao Qi <yao@codesourcery.com>
2924
2925 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2926 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2927 Use .Lgcc43_procstart instead of gcc43.
2928
45e44d27
JB
29292014-11-21 Joel Brobecker <brobecker@adacore.com>
2930
2931 * gdb.ada/n_arr_bound: New testcase.
2932
458c8db8
SDJ
29332014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2934
2935 PR breakpoints/10737
2936 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2937 test_catch_syscall_multi_arch.
2938 (test_catch_syscall_multi_arch): New function.
2939
43f3e411
DE
29402014-11-20 Doug Evans <xdje42@gmail.com>
2941
2942 * gdb.base/maint.exp: Update expected output.
2943
0d7b2549
AA
29442014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2945
2946 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2947 4-byte instruction on S390.
2948
8908fca5
JB
29492014-11-19 Joel Brobecker <brobecker@adacore.com>
2950
2951 * gdb.ada/arr_arr: New testcase.
2952
4a46959e
JB
29532014-11-19 Joel Brobecker <brobecker@adacore.com>
2954
2955 * gdb.ada/pkd_arr_elem: New Testcase.
2956
470e2f4e
LM
29572014-11-18 Luis Machado <lgustavo@codesourcery.com>
2958
2959 * gdb.reverse/break-precsave: Expect completion message for
2960 core file reads.
2961 * gdb.reverse/consecutive-precsave.exp: Likewise.
2962 * gdb.reverse/finish-precsave.exp: Likewise.
2963 * gdb.reverse/i386-precsave.exp: Likewise.
2964 * gdb.reverse/machinestate-precsave.exp: Likewise.
2965 * gdb.reverse/sigall-precsave.exp: Likewise.
2966 * gdb.reverse/solib-precsave.exp: Likewise.
2967 * gdb.reverse/step-precsave.exp: Likewise.
2968 * gdb.reverse/until-precsave.exp: Likewise.
2969 * gdb.reverse/watch-precsave.exp: Likewise.
2970
a267f3ad
AA
29712014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2972
2973 * gdb.base/bp-permanent.c: Include unistd.h.
2974 * gdb.python/py-framefilter-mi.c (main): Add return type.
2975 * gdb.python/py-framefilter.c (main): Likewise.
2976 * gdb.trace/actions-changed.c (main): Likewise.
2977
12084a9a
AA
29782014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2979
2980 * gdb.mi/until.c: Add eye-catchers.
2981 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2982 line numbers.
2983
dc7e1a77
AA
29842014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2985
2986 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2987 function header variants in break1.c.
2988 * gdb.base/ena-dis-br.exp: Likewise.
2989 * gdb.base/hbreak2.exp: Likewise.
2990 * gdb.reverse/until-precsave.exp: Drop references to removed
2991 non-prototype function header variants in ur1.c.
2992 * gdb.reverse/until-reverse.exp: Likewise.
2993
41c77605
PM
29942014-11-17 Petr Machata <pmachata@redhat.com>
2995
2996 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2997 ${_cu_offset_size} bytes abbrev offset.
2998
34248c3a
DE
29992014-11-15 Doug Evans <xdje42@gmail.com>
3000
3001 PR symtab/17559
3002 * gdb.base/line-symtabs.exp: New file.
3003 * gdb.base/line-symtabs.c: New file.
3004 * gdb.base/line-symtabs.h: New file.
3005
646da059
YQ
30062014-11-14 Yao Qi <yao@codesourcery.com>
3007
3008 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
3009 (func): Add label func_label.
3010 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
3011 Replace low_pc and high_pc with MACRO_AT_range.
3012 Replace name, low_pc and high_pc with MACRO_AT_func.
3013
9301ebe6
YQ
30142014-11-14 Yao Qi <yao@codesourcery.com>
3015
3016 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
3017 Replace name, low_pc and high_pc with MACRO_AT_func.
3018
f166b542
YQ
30192014-11-14 Yao Qi <yao@codesourcery.com>
3020
3021 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
3022 produce debug information.
3023 * gdb.dwarf2/implptr-optimized-out.S: Removed.
3024
0f6e71e3
YQ
30252014-11-14 Yao Qi <yao@codesourcery.com>
3026
3027 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
3028 object and get function length.
3029 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
3030 with MACRO_AT_func.
3031 (top-level): Replace gdb_compile and clean_restart with
3032 prepare_for_testing.
3033 * gdb.dwarf2/main.c (main): Add label main_label.
3034
876c4df9
YQ
30352014-11-14 Yao Qi <yao@codesourcery.com>
3036
3037 * lib/dwarf.exp (function_range): New procedure.
3038 (Dwarf::_handle_macro_at_func): New procedure.
3039 (Dwarf::_handle_macro_at_range): New procedure.
3040 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
3041
02ad9cf1
YQ
30422014-11-14 Yao Qi <yao@codesourcery.com>
3043
3044 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
3045 (_handle_attribute): New procedure.
3046
a59add0c
AA
30472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3048
3049 * gdb.ada/cond_lang/foo.c (callme): Add return type.
3050 * gdb.base/call-sc.c (zed): Likewise.
3051 * gdb.base/checkpoint.c (main): Likewise.
3052 * gdb.base/dump.c (main): Likewise.
3053 * gdb.base/gcore.c (main): Likewise.
3054 * gdb.base/huge.c (main): Likewise.
3055 * gdb.base/multi-forks.c (main): Likewise.
3056 * gdb.base/pr10179-a.c (main): Likewise.
3057 * gdb.base/savedregs.c (main): Likewise.
3058 * gdb.base/sigaltstack.c (main): Likewise.
3059 * gdb.base/siginfo.c (main): Likewise.
3060 * gdb.base/structs.c (zed): Likewise.
3061 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
3062 * gdb.mi/mi-syn-frame.c (main): Likewise.
3063 * gdb.mi/until.c (foo, main): Likewise.
3064 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
3065 * gdb.base/solib-weak.c (foo): Declare.
3066 * gdb.base/attach-twice.c: Include stdio.h.
3067 * gdb.base/weaklib1.c: Likewise.
3068 * gdb.base/weaklib2.c: Likewise.
3069 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
3070 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
3071 unistd.h.
3072 * gdb.base/attach-pie-misread.c: Include stdlib.h.
3073 * gdb.mi/mi-exit-code.c: Likewise.
3074 * gdb.base/break-interp-lib.c: Include string.h.
3075 * gdb.base/coremaker.c: Likewise.
3076 * gdb.base/testenv.c: Likewise.
3077 * gdb.python/py-finish-breakpoint.c: Likewise.
3078 * gdb.base/inferior-died.c: Include sys/wait.h.
3079 * gdb.base/fileio.c: Include time.h.
3080 * gdb.base/async-shell.c: Include unistd.h.
3081 * gdb.base/dprintf-non-stop.c: Likewise.
3082 * gdb.base/info-os.c: Likewise.
3083 * gdb.mi/mi-console.c: Likewise.
3084 * gdb.mi/watch-nonstop.c: Likewise.
3085 * gdb.python/py-events.c: Likewise.
3086 * gdb.base/async.c (baz): Move up before its invocation.
3087 * gdb.base/code_elim2.c (my_global_func): Likewise.
3088 * gdb.base/skip-solib-lib.c (multiply): Likewise.
3089 * gdb.base/advance.c (func2): Likewise.
3090
3b5d5997
AA
30912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3092
3093 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
3094 variant.
3095 * gdb.base/annota3.c: Likewise.
3096 * gdb.base/async.c: Likewise.
3097 * gdb.base/average.c: Likewise.
3098 * gdb.base/call-ar-st.c: Likewise.
3099 * gdb.base/call-rt-st.c: Likewise.
3100 * gdb.base/call-sc.c: Likewise.
3101 * gdb.base/call-strs.c: Likewise.
3102 * gdb.base/ending-run.c: Likewise.
3103 * gdb.base/execd-prog.c: Likewise.
3104 * gdb.base/exprs.c: Likewise.
3105 * gdb.base/foll-exec.c: Likewise.
3106 * gdb.base/foll-fork.c: Likewise.
3107 * gdb.base/foll-vfork.c: Likewise.
3108 * gdb.base/funcargs.c: Likewise.
3109 * gdb.base/gcore.c: Likewise.
3110 * gdb.base/jump.c: Likewise.
3111 * gdb.base/langs0.c: Likewise.
3112 * gdb.base/langs1.c: Likewise.
3113 * gdb.base/langs2.c: Likewise.
3114 * gdb.base/mips_pro.c: Likewise.
3115 * gdb.base/nodebug.c: Likewise.
3116 * gdb.base/opaque0.c: Likewise.
3117 * gdb.base/opaque1.c: Likewise.
3118 * gdb.base/recurse.c: Likewise.
3119 * gdb.base/run.c: Likewise.
3120 * gdb.base/scope0.c: Likewise.
3121 * gdb.base/scope1.c: Likewise.
3122 * gdb.base/setshow.c: Likewise.
3123 * gdb.base/setvar.c: Likewise.
3124 * gdb.base/shmain.c: Likewise.
3125 * gdb.base/shr1.c: Likewise.
3126 * gdb.base/shr2.c: Likewise.
3127 * gdb.base/sigall.c: Likewise.
3128 * gdb.base/signals.c: Likewise.
3129 * gdb.base/so-indr-cl.c: Likewise.
3130 * gdb.base/solib2.c: Likewise.
3131 * gdb.base/structs.c: Likewise.
3132 * gdb.base/sum.c: Likewise.
3133 * gdb.base/vforked-prog.c: Likewise.
3134 * gdb.base/watchpoint.c: Likewise.
3135 * gdb.reverse/shr2.c: Likewise.
3136 * gdb.reverse/until-reverse.c: Likewise.
3137 * gdb.reverse/ur1.c: Likewise.
3138 * gdb.reverse/watch-reverse.c: Likewise.
3139
066a77c5
AA
31402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3141
3142 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
3143 variant.
3144 * gdb.base/sepdebug.exp: Drop references to removed code.
3145
4f204ea5
AA
31462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3147
3148 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
3149 variant. Preserve original line numbering.
3150 * gdb.base/list1.c: Likewise.
3151
3b377a3a
AA
31522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3153
3154 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
3155 variant.
3156 * gdb.base/break1.c: Likewise.
3157 * gdb.base/break.exp: Drop references to removed code.
3158
e444df73
AA
31592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3160
3161 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
3162 variant.
3163
8008f2a7
AA
31642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3165
3166 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
3167
a5a06887
AA
31682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3169
3170 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
3171 logic into perform_all_tests() and invoke it with and without
3172 function header prototypes.
3173 (do_function_calls): Remove conditional XFAIL for PR 5318.
3174 (rerun_and_prepare): Remove duplicate code.
3175 (perform_all_tests): New. Main logic moved here.
3176
44dba9b9
AA
31772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3178
3179 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
3180 code guarded by #ifdef NO_PROTOTYPES.
3181 (t_double_many_args): Likewise.
3182 (DEF_FUNC_MANY_ARGS_1): Likewise.
3183 (DEF_FUNC_VALUES_1): Likewise.
3184 (t_structs_ldc): Renamed from t_structs_fc in conditional code
3185 guarded by #ifdef PROTOTYPES.
3186
d1fbcd56
AA
31872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3188
3189 * gdb.mi/mi-console.c: Add eye-catcher.
3190 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
3191 instead of literal line number.
3192
b0e59b8f
AA
31932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3194
3195 * gdb.base/shr2.c: Add eye-catcher.
3196 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3197 line number.
3198
78f98cca
AA
31992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3200
3201 * gdb.base/jump.c: Add eye-catchers.
3202 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3203 numbers.
3204
58fa2af0
AA
32052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3206
3207 * gdb.base/execd-prog.c: Add eye-catchers.
3208 * gdb.base/foll-exec.c: Likewise.
3209 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3210 line numbers.
3211
04e5059b
AA
32122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3213
3214 * gdb.base/ending-run.c: Add eye-catchers.
3215 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3216 literal line numbers.
3217
dbfdb174
AA
32182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3219
3220 * gdb.base/call-rt-st.c: Add eye-catchers.
3221 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3222 literal line numbers.
3223
888a2ade
AA
32242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3225
3226 * gdb.base/call-ar-st.c: Add eye-catchers.
3227 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3228 literal line numbers.
3229
6acc2dde
AA
32302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3231
3232 * gdb.base/average.c: Add eye-catchers.
3233 * gdb.base/sum.c: Likewise.
3234 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3235 regexps dynamically.
3236
9ecfcd1d
AA
32372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3238
3239 * gdb.base/solib1.c: Add eye-catchers.
3240 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3241 literal line numbers.
3242
78708b7c
PA
32432014-11-12 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3246 leader has exited.
3247
af48d08f
PA
32482014-11-12 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.arch/i386-bp_permanent.c: New file.
3251 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3252 (srcfile): Set to i386-bp_permanent.c.
3253 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
3254 that stepi does not execute the 'leave' instruction, instead of
3255 testing it does execute.
3256 * gdb.base/bp-permanent.c: New file.
3257 * gdb.base/bp-permanent.exp: New file.
3258
af3768e9
DE
32592014-11-10 Doug Evans <xdje42@gmail.com>
3260
3261 PR symtab/17564
3262 * gdb.base/symtab-search-order.exp: New file.
3263 * gdb.base/symtab-search-order.c: New file.
3264 * gdb.base/symtab-search-order-1.c: New file.
3265 * gdb.base/symtab-search-order-shlib-1.c: New file.
3266
9de00a4a
PA
32672014-11-07 Pedro Alves <palves@redhat.com>
3268
3269 PR gdb/17511
3270 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3271 i?86-*-linux*.
3272
e0f52461
SC
32732014-11-03 Siva Chandra Reddy <sivachandra@google.com>
3274
3275 PR c++/17494
3276 * gdb.cp/pr17494.cc: New file.
3277 * gdb.cp/pr17494.exp: New file.
3278
6ce8c980
YQ
32792014-11-02 Yao Qi <yao@codesourcery.com>
3280
3281 * gdb.python/python.exp: Get working directory and match the
3282 output of "set extended-prompt \\w " with it.
3283
02be9a71
DE
32842014-10-30 Doug Evans <dje@google.com>
3285
3286 * gdb.python/py-objfile.exp: Add tests for setting random attributes
3287 in objfiles.
3288 * gdb.python/py-progspace.exp: Add tests for setting random attributes
3289 in progspaces.
3290
3bdff46b
LM
32912014-10-30 Janis Johnson <janisjo@codesourcery.com>
3292
3293 * gdb.base/fullpath-expand.exp: Skip for a remote host.
3294 * gdb.base/realname-expand.exp: Likewise.
3295 * gdb.linespec/macro-relative.exp: Likewise.
3296
ab917dfb
PA
32972014-10-29 Pedro Alves <palves@redhat.com>
3298
3299 PR gdb/17408
3300 * gdb.threads/schedlock.c (some_function): New function.
3301 (call_function): New global.
3302 (MAYBE_CALL_SOME_FUNCTION): New macro.
3303 (thread_function): Call it.
3304 * gdb.threads/schedlock.exp (get_args): Add description parameter,
3305 and use it instead of a global counter. Adjust all callers.
3306 (get_current_thread): Use "find current thread" for test message
3307 here rather than having all callers pass down the same string.
3308 (goto_loop): New procedure, factored out from ...
3309 (my_continue): ... this.
3310 (step_ten_loops): Change parameter from test message to command to
3311 use. Adjust.
3312 (list_count): Delete global.
3313 (check_result): New procedure, factored out from duplicate top
3314 level code.
3315 (continue tests): Wrap in with_test_prefix.
3316 (test_step): New procedure, factored out from duplicate top level
3317 code.
3318 (top level): Test "step" in combination with all scheduler-locking
3319 modes. Test "next" in combination with all scheduler-locking
3320 modes, and in combination with stepping over a function call or
3321 not.
3322 * gdb.threads/next-bp-other-thread.c: New file.
3323 * gdb.threads/next-bp-other-thread.exp: New file.
3324
d3d4baed
PA
33252014-10-29 Pedro Alves <palves@redhat.com>
3326
3327 PR python/17372
3328 * gdb.python/python.exp: Test a multi-line command that spawns
3329 interactive Python.
3330 * gdb.base/multi-line-starts-subshell.exp: New file.
3331
563e8d85
YQ
33322014-10-29 Yao Qi <yao@codesourcery.com>
3333
3334 * gdb.base/fileio.exp: Make directories on host.
3335
0ea4d52e
YQ
33362014-10-29 Yao Qi <yao@codesourcery.com>
3337
3338 * gdb.base/fileio.c (test_write): Close the file.
3339
7f5ef605
PA
33402014-10-28 Pedro Alves <palves@redhat.com>
3341
3342 PR gdb/12623
3343 * gdb.base/sigstep.c (no_handler): New global.
3344 (main): If 'no_handler is true, set the signal handlers to
3345 SIG_IGN.
3346 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3347 with_sw_watch and no_handler parameters. Handle them.
3348 (top level) <stepping over handler when stopped at a breakpoint
3349 test>: Add a test axis for testing with a software watchpoint, and
3350 another for testing with the signal handler set to SIG_IGN.
3351 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3352 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3353
abbdbd03
PA
33542014-10-28 Pedro Alves <palves@redhat.com>
3355
3356 PR gdb/17511
3357 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3358 * gdb.base/sigstep.exp (other_handler_location): New global.
3359 (advance): Support stepping into the signal handler, and running
3360 commands while in the handler.
3361 (in_handler_map): New global.
3362 (top level): In the advance test, add combinations for getting
3363 into the handler with stepping commands, and for running commands
3364 in the handler. Add comment descripting the advancei tests.
3365
1df4399f
PA
33662014-10-28 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.base/sigstep.exp: Use build_executable instead of
3369 prepare_for_testing.
3370 (top level): Move code that starts GDB, runs to main and creates a
3371 display to ...
3372 (restart): ... this new procedure.
3373 (top level): Move backtrace from signal handler test to ...
3374 (validate_backtrace): ... this new procedure.
3375 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
3376 with_test_prefix. Always restart GDB.
3377 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
3378 with_test_prefix. Always restart GDB. No need to delete
3379 breakpoints after the test.
3380 (test_skip_handler): Remove prefix parameter.
3381 (skip_over_handler, breakpoint_to_handler)
3382 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3383 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
3384 restart GDB. No need to delete breakpoints after the test.
3385 (top level): Use foreach to call the test procedures with
3386 different commands.
3387
a5b6e449
PA
33882014-10-28 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3391 instead of GNATS numbers.
3392 * gdb.base/sigbpt.exp: Likewise.
3393 * gdb.base/siginfo.exp: Likewise.
3394 * gdb.base/sigstep.exp: Likewise.
3395
e5f8a7cc
PA
33962014-10-27 Pedro Alves <palves@redhat.com>
3397
3398 * gdb.base/sigstep.c (dummy): New global.
3399 (main): Issue a couple writes to the new global.
3400 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3401 procedures.
3402 (skip_over_handler): Use test_skip_handler.
3403 (top level): Call skip_over_handler for stepi and nexti too.
3404 (breakpoint_over_handler): Use test_skip_handler.
3405 (top level): Call breakpoint_over_handler for stepi and nexti too.
3406
763905a3
YQ
34072014-10-27 Yao Qi <yao@codesourcery.com>
3408
3409 * gdb.trace/tfile.c (adjust_function_address)
3410 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3411 function descriptor.
3412
6f259a23
DB
34132014-10-24 Don Breazeal <donb@codesourcery.com>
3414
3415 * gdb.base/foll-fork.exp (test_follow_fork,
3416 catch_fork_child_follow): Check for updated fork messages emitted
3417 from infrun.c.
3418 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3419 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3420 vfork_and_exec_child_follow_through_step): Check for updated vfork
3421 messages emitted from infrun.c.
3422
09dd9a69
PA
34232014-10-24 Pedro Alves <palves@redhat.com>
3424
3425 * gdb.base/corefile.exp: Remove references to ultrix.
3426 * gdb.base/interrupt.exp: Likewise.
3427 * gdb.base/whatis.exp: Likewise.
3428 * gdb.gdb/selftest.exp: Likewise.
3429 * gdb.threads/manythreads.exp: Likewise.
3430 * gdb.threads/print-threads.exp: Likewise.
3431 * gdb.threads/pthreads.exp:: Likewise.
3432 * gdb.threads/schedlock.exp: Likewise.
3433
3433cfa5
SC
34342014-10-24 Siva Chandra Reddy <sivachandra@google.com>
3435
3436 * gdb.cp/non-trivial-retval.cc: Add a test case.
3437 * gdb.cp/non-trivial-retval.exp: Add a test.
3438
092f880b
YQ
34392014-10-20 Yao Qi <yao@codesourcery.com>
3440
3441 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3442 * gdb.python/py-objfile-script-gdb.py: New file.
3443 * gdb.python/py-objfile-script.exp: Update reference to
3444 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
3445 of remote_download. Remove the dest file.
3446
acbdb7f3
YQ
34472014-10-20 Yao Qi <yao@codesourcery.com>
3448
3449 * gdb.base/checkpoint.exp: Don't remove file copied on host.
3450 * gdb.base/step-line.exp: Likewise.
3451 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3452 * gdb.dwarf2/dw2-basic.exp: Likewise.
3453 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3454 * gdb.dwarf2/dw2-filename.exp: Likewise.
3455 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3456 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3457 * gdb.dwarf2/dw2-producer.exp: Likewise.
3458 * gdb.dwarf2/mac-fileno.exp: Likewise.
3459 * gdb.python/py-frame-args.exp: Likewise.
3460 * gdb.python/py-framefilter.exp: Likewise.
3461 * gdb.python/py-mi.exp: Likewise.
3462 * gdb.python/py-objfile-script.exp: Likewise
3463 * gdb.python/py-pp-integral.exp: Likewise.
3464 * gdb.python/py-pp-re-notag.exp: Likewise.
3465 * gdb.python/py-prettyprint.exp: Likewise.
3466 * gdb.python/py-section-script.exp: Likewise.
3467 * gdb.python/py-typeprint.exp: Likewise.
3468 * gdb.python/py-xmethods.exp: Likewise.
3469 * gdb.stabs/weird.exp: Likewise.
3470 * gdb.xml/tdesc-regs.exp: Likewise.
3471
bd286a29
KCY
34722014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
3473
3474 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3475 (out_cu): Use addr_len for the size of addresses.
3476 (out_line): Likewise. Size DW_LNE_set_address instruction
3477 according to addr_len.
3478 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3479 (FUNC): Add START_INSNS to definition.
3480
673dc4a0
YQ
34812014-10-18 Yao Qi <yao@codesourcery.com>
3482
3483 * gdb.base/argv0-symlink.exp: Check argv[0] value if
3484 gdb_has_argv0 return true.
3485 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3486 check [target_info exists noargs], check [gdb_has_argv0]
3487 instead.
3488 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3489 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3490 procedures.
3491
4ffbba72
DE
34922014-10-17 Doug Evans <dje@google.com>
3493
3494 * gdb.python/py-events.exp: Update expected output for clear_objfiles
3495 event.
3496 * gdb.python/py-events.py: Add clear_objfiles event.
3497
d096d8c1
DE
34982014-10-17 Doug Evans <dje@google.com>
3499
3500 * gdb.python/py-objfile.exp: Test progspace attribute.
3501
a80db015
LM
35022014-10-17 Luis Machado <lgustavo@codesourcery.com>
3503
3504 * gdb.guile/scm-breakpoint.exp: Do not assume any
3505 directory separators when matching source file paths.
3506 * gdb.python/py-breakpoint.exp: Likewise.
3507 * gdb.reverse/break-precsave.exp: Likewise.
3508 * gdb.reverse/break-reverse.exp: Likewise.
3509 * gdb.reverse/consecutive-precsave.exp: Likewise.
3510 * gdb.reverse/finish-precsave.exp: Likewise.
3511 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3512 * gdb.reverse/finish-reverse.exp: Likewise.
3513 * gdb.reverse/i386-precsave.exp: Likewise.
3514 * gdb.reverse/i387-env-reverse.exp: Likewise.
3515 * gdb.reverse/i387-stack-reverse.exp: Likewise.
3516 * gdb.reverse/machinestate-precsave.exp: Likewise.
3517 * gdb.reverse/machinestate.exp: Likewise.
3518 * gdb.reverse/sigall-precsave.exp: Likewise.
3519 * gdb.reverse/solib-precsave.exp: Likewise.
3520 * gdb.reverse/step-precsave.exp: Likewise.
3521 * gdb.reverse/until-precsave.exp: Likewise.
3522 * gdb.reverse/watch-precsave.exp: Likewise.
3523 * gdb.reverse/watch-reverse.exp: Likewise.
3524
b22089ab
YQ
35252014-10-17 Yao Qi <yao@codesourcery.com>
3526
3527 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3528 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3529
6c4486e6
PA
35302014-10-17 Pedro Alves <palves@redhat.com>
3531
3532 PR gdb/17471
3533 * gdb.base/bg-execution-repeat.c: New file.
3534 * gdb.base/bg-execution-repeat.exp: New file.
3535
0ff33695
PA
35362014-10-17 Pedro Alves <palves@redhat.com>
3537
3538 PR gdb/17300
3539 * gdb.base/continue-all-already-running.c: New file.
3540 * gdb.base/continue-all-already-running.exp: New file.
3541
6fdebc3d
PA
35422014-10-17 Pedro Alves <palves@redhat.com>
3543
3544 PR gdb/17472
3545 * gdb.base/annota-input-while-running.c: New file.
3546 * gdb.base/annota-input-while-running.exp: New file.
3547
32a8097b
PA
35482014-10-17 Pedro Alves <palves@redhat.com>
3549
3550 * gdb.base/callfuncs.exp: emove references to osf.
3551 * gdb.base/sigall.exp: Likewise.
3552 * gdb.gdb/selftest.exp: Likewise.
3553 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3554 * gdb.mi/non-stop.c: Likewise.
3555 * gdb.mi/pthreads.c: Likewise.
3556 * gdb.reverse/sigall-precsave.exp: Likewise.
3557 * gdb.reverse/sigall-reverse.exp: Likewise.
3558 * gdb.threads/pthreads.c: Likewise.
3559 * gdb.threads/pthreads.exp: Likewise.
3560
7a3517ff
YQ
35612014-10-17 Yao Qi <yao@codesourcery.com>
3562
3563 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3564 check 'target_info exists noargs'.
3565 (test_command_prompt_position): Likewise.
3566 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3567 Remove "set args".
3568 (progvar_simple_while_test): Likewise.
3569 (progvar_complex_if_while_test): Likewise.
3570 (if_while_breakpoint_command_test): Likewise.
3571 (infrun_breakpoint_command_test): Likewise.
3572 (breakpoint_command_test): Likewise.
3573 (watchpoint_command_test): Likewise.
3574 (bp_deleted_in_command_test): Likewise.
3575 (temporary_breakpoint_commands): Likewise.
3576
bb99c472
YQ
35772014-10-16 Yao Qi <yao@codesourcery.com>
3578
3579 * gdb.base/remotetimeout.exp: Remove noargs checking.
3580
7c16b83e
PA
35812014-10-15 Pedro Alves <palves@redhat.com>
3582
3583 PR breakpoints/9649
3584 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3585 * gdb.base/breakpoint-in-ro-region.exp
3586 (probe_target_hardware_step): New procedure.
3587 (top level): Probe hardware stepping and hardware breakpoint
3588 support. Test stepping through a read-only region, with both
3589 "breakpoint auto-hw" on and off and both "always-inserted" on and
3590 off.
3591
35a49624
IB
35922014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3593
3594 * gdb.dlang/demangle.exp: Update for demangling changes.
3595
2d1c107c
SC
35962014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3597
3598 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3599 * gdb.cp/non-trivial-retval.exp: Add new tests.
3600
778811d5
SC
36012014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3602
3603 PR c++/13403
3604 PR c++/15154
3605 * gdb.cp/non-trivial-retval.cc: New file.
3606 * gdb.cp/non-trivial-retval.exp: New file.
3607
10c5f0a8
YQ
36082014-10-15 Yao Qi <yao@codesourcery.com>
3609
3610 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3611 remote host.
3612
65d7b369
YQ
36132014-10-15 Yao Qi <yao@codesourcery.com>
3614
3615 * gdb.python/py-symbol.exp: Match file base name if host is
3616 remote, otherwise match file name with dir name.
3617 * gdb.python/py-symtab.exp: Likewise.
3618 * gdb.python/python.exp: Likewise.
3619
46dc1394
YQ
36202014-10-15 Yao Qi <yao@codesourcery.com>
3621
3622 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3623 pattern.
3624 * gdb.python/py-symtab.exp: Likewise.
3625 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3626 locationn.
3627
c40cc657
JB
36282014-10-14 Joel Brobecker <brobecker@adacore.com>
3629
3630 * gdb.ada/addr_arith: New testcase.
3631
2abf49e1
MR
36322014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3633
3634 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3635 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3636 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3637 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3638
f7088df3
SDJ
36392014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3640
3641 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3642 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3643 * gdb.arch/stap-eval-lang-ada.exp: New file.
3644
4dc06805
YQ
36452014-10-14 Yao Qi <yao@codesourcery.com>
3646
3647 * gdb.mi/mi-var-child.c (nothing1): New function.
3648 (nothing2): New function.
3649 (do_children_tests): Set function pointers by nothing1 and
3650 nothing2.
3651 * gdb.mi/mi-var-child.exp: Step over new added statements.
3652 Update test to match the new output.
3653 * gdb.mi/var-cmd.c (nothing1): New function.
3654 (nothing2): New function.
3655 (do_children_tests): Set function pointers by nothing1 and
3656 nothing2.
3657 * gdb.mi/mi-var-display.exp: Update test to match output.
3658 Step to the line specified by $line_dct_nothing.
3659 Increase the number of lines to step.
3660
46a93de2
YQ
36612014-10-14 Yao Qi <yao@codesourcery.com>
3662
3663 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3664 tests.
3665 * gdb.mi/mi2-var-child.exp: Likewise.
3666
14ea52ee
DE
36672014-10-13 Doug Evans <dje@google.com>
3668
3669 * gdb.python/py-objfile.exp: Change name of file name test.
3670
e5c6e92b
DE
36712014-10-13 Doug Evans <dje@google.com>
3672
3673 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3674 from the start of the CU.
3675
c780cc2f
JK
36762014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3677 Yao Qi <yao@codesourcery.com>
3678
3679 Fix "save breakpoints" for "catch" command.
3680 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3681 Remove -nonewline. Match also the added "main" line.
3682
99894e11
JK
36832014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3684
3685 Fix "save breakpoints" for "disable $bpnum" command.
3686 * gdb.base/save-bp.c (main): Add label.
3687 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3688
6e1ac5a3
JK
36892014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3690
3691 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3692
754dd2b0
YQ
36932014-10-11 Yao Qi <yao@codesourcery.com>
3694
3695 * gdb.server/server-kill.exp: Execute command
3696 "set remote trace-status-packet on" before "tstatus".
3697
f90183d7
YQ
36982014-10-11 Yao Qi <yao@codesourcery.com>
3699
3700 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3701 (main): Call getppid.
3702 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3703 and continue to it. Read variable "server_pid".
3704
bf40a607
YQ
37052014-10-11 Yao Qi <yao@codesourcery.com>
3706
3707 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3708
052ca370
YQ
37092014-10-11 Yao Qi <yao@codesourcery.com>
3710
3711 * gdb.threads/thread-find.exp: Don't execute command
3712 "info threads".
3713 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3714 * gdb.threads/linux-dp.exp: Don't check the condition
3715 $threads_created equals to zero.
3716
3831839c
PA
37172014-10-10 Pedro Alves <palves@redhat.com>
3718
3719 * gdb.base/bigcore.exp: Remove references to IRIX.
3720 * gdb.base/funcargs.exp: Likewise.
3721 * gdb.base/interrupt.exp: Likewise.
3722 * gdb.base/mips_pro.exp: Likewise.
3723 * gdb.base/nodebug.exp: Likewise.
3724 * gdb.base/setvar.exp: Likewise.
3725 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3726
8b9a549d
PA
37272014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3728 Pedro Alves <palves@redhat.com>
3729
3730 PR symtab/14466
3731 * gdb.base/vdso-warning.c: New file.
3732 * gdb.base/vdso-warning.exp: New file.
3733
d48ba5e8
DE
37342014-10-02 Doug Evans <dje@google.com>
3735
3736 * gdb.base/structs.c (main): Don't run forever.
3737
2278c276
PA
37382014-10-02 Pedro Alves <palves@redhat.com>
3739
3740 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3741 (top level) <stop threads 1, stop threads 2>: Use it.
3742
b57bacec
PA
37432014-10-02 Pedro Alves <palves@redhat.com>
3744
3745 * gdb.threads/break-while-running.exp (test): Add new
3746 'update_thread_list' argument. Skip "info threads" if false.
3747 (top level): Add new 'update_thread_list' axis.
3748
13fd3ff3
PA
37492014-10-02 Pedro Alves <palves@redhat.com>
3750
3751 PR breakpoints/17431
3752 * gdb.base/execl-update-breakpoints.c: New file.
3753 * gdb.base/execl-update-breakpoints.exp: New file.
3754
0fec99e8
PA
37552014-10-01 Pedro Alves <palves@redhat.com>
3756
3757 * gdb.base/breakpoint-in-ro-region.c: New file.
3758 * gdb.base/breakpoint-in-ro-region.exp: New file.
3759
2ddf4301
SM
37602014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3761
3762 * gdb.mi/mi-exit-code.exp: New file.
3763 * gdb.mi/mi-exit-code.c: New file.
3764
6a5f3f43
YQ
37652014-09-30 Yao Qi <yao@codesourcery.com>
3766
3767 * lib/prelink-support.exp (build_executable_own_libs): Error if
3768 the target isn't native.
3769
345bcc73
YQ
37702014-09-30 Yao Qi <yao@codesourcery.com>
3771
3772 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3773 false.
3774
a25a5a45
PA
37752014-09-22 Pedro Alves <palves@redhat.com>
3776
3777 * gdb.threads/break-while-running.exp: New file.
3778 * gdb.threads/break-while-running.c: New file.
3779
00ba3162
YQ
37802014-09-19 Yao Qi <yao@codesourcery.com>
3781
3782 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3783 Invoke test. Restart GDB with --readnow and invoke test again.
3784
c3b7b696
YQ
37852014-09-19 Yao Qi <yao@codesourcery.com>
3786
3787 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3788 proc set_breakpoint_on_gcd_function. Invoke
3789 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3790 invoke set_breakpoint_on_gcd_function again.
3791
2b4fd423
DE
37922014-09-18 Doug Evans <dje@google.com>
3793
3794 * gdb.dwarf2/symtab-producer.exp: New file.
3795
a5947601
SDJ
37962014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3797
3798 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3799 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3800 * gdb.base/global-var-nested-by-dso.c: Likewise.
3801 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3802
91c19059
SDJ
38032014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3804 Pedro Alves <palves@redhat.com>
3805
3806 * gdb.base/watch-bitfields.exp: Pass string other than test file
3807 name to prepare_for_testing.
3808 (watch): New procedure.
3809 (expect_watchpoint): Use with_test_prefix.
3810 (top level): Factor out tests to ...
3811 (test_watch_location, test_regular_watch): ... these new
3812 procedures, and use with_test_prefix and gdb_continue_to_end.
3813
bb9d5f81
PP
38142014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3815
3816 PR breakpoints/12526
3817 * gdb.base/watch-bitfields.exp: New file.
3818 * gdb.base/watch-bitfields.c: New file.
3819
635856f5
PA
38202014-09-16 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3823 software and hardware addresses, not software address against
3824 itself.
3825
7280ceea
PA
38262014-09-16 Pedro Alves <palves@redhat.com>
3827
3828 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3829 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3830
428b16bd
PA
38312014-09-16 Pedro Alves <palves@redhat.com>
3832
3833 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3834 files.
3835 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3836 "*-*-vxworks*" throughout.
3837 * gdb.base/break.exp: Likewise.
3838 * gdb.base/default.exp: Likewise.
3839 * gdb.base/scope.exp: Likewise.
3840 * gdb.base/sepdebug.exp: Likewise.
3841 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3842 throughout.
3843 * gdb.base/run.c: Likewise.
3844 * gdb.base/sepdebug.c: Likewise.
3845 * gdb.hp/gdb.aCC/run.c: Likewise.
3846 * gdb.reverse/until-reverse.c: Likewise.
3847 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3848
666d413c
YQ
38492014-09-16 Yao Qi <yao@codesourcery.com>
3850
3851 * boards/local-remote-host-native.exp: New file.
3852
57cbd724
DE
38532014-09-14 Doug Evans <xdje42@gmail.com>
3854
3855 * gdb.threads/queue-signal.c (thread_count): New variable.
3856 (thread_count_mutex, thread_count_condvar): New variables.
3857 (incr_thread_count, wait_all_threads_running): New functions.
3858 (main): Wait for all threads to be in their thread functions.
3859
81219e53
DE
38602014-09-13 Doug Evans <xdje42@gmail.com>
3861
3862 * gdb.threads/queue-signal.c: New file.
3863 * gdb.threads/queue-signal.exp: New file.
3864
3714cea7
DE
38652014-09-13 Doug Evans <xdje42@gmail.com>
3866
3867 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3868 be consistent with what default_gdb_init uses.
3869 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3870 the plain text of the prompt. Add some logging printfs.
3871 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3872
fa43b1d7
PA
38732014-09-12 Pedro Alves <palves@redhat.com>
3874
3875 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3876 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3877 * gdb.arch/i386-size-overlap.exp: Likewise.
3878 * gdb.arch/i386-size.exp: Likewise.
3879 * gdb.arch/i386-unwind.exp: Likewise.
3880 * gdb.base/a2-run.exp: Likewise.
3881 * gdb.base/break.exp: Likewise.
3882 * gdb.base/charset.exp: Likewise.
3883 * gdb.base/chng-syms.exp: Likewise.
3884 * gdb.base/commands.exp: Likewise.
3885 * gdb.base/dbx.exp: Likewise.
3886 * gdb.base/find.exp: Likewise.
3887 * gdb.base/funcargs.exp: Likewise.
3888 * gdb.base/jit-simple.exp: Likewise.
3889 * gdb.base/reread.exp: Likewise.
3890 * gdb.base/sepdebug.exp: Likewise.
3891 * gdb.base/step-bt.exp: Likewise.
3892 * gdb.cp/mb-inline.exp: Likewise.
3893 * gdb.cp/mb-templates.exp: Likewise.
3894 * gdb.objc/basicclass.exp: Likewise.
3895 * gdb.threads/killed.exp: Likewise.
3896
9d9bf2df
EBM
38972014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3898
3899 PR tdep/17379
3900 * gdb.arch/powerpc-stackless.S: New file.
3901 * gdb.arch/powerpc-stackless.exp: New file.
3902
1cf2f1b0
JK
39032014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3904
3905 * gdb.base/attach.c: Include unistd.h.
3906 (main): Call alarm. Add label postloop.
3907 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3908 gdb_breakpoint, gdb_continue_to_breakpoint.
3909 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3910
98880d46
PA
39112014-09-11 Pedro Alves <palves@redhat.com>
3912
3913 PR gdb/17347
3914 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3915 * gdb.base/attach.exp (test_command_line_attach_run): New
3916 procedure.
3917 (top level): Call it.
3918
4c92ff2c
PA
39192014-09-11 Pedro Alves <palves@redhat.com>
3920
3921 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3922 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3923 (do_command_attach_tests): Use spawn_wait_for_attach.
3924 * gdb.base/solib-overlap.exp: Likewise.
3925 * gdb.multi/multi-attach.exp: Likewise.
3926 * gdb.python/py-prompt.exp: Likewise.
3927 * gdb.python/py-sync-interp.exp: Likewise.
3928 * gdb.server/ext-attach.exp: Likewise.
3929
3adc1a7d
GKB
39302014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3931
3932 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3933 command in testcase. Simplify testcase.
3934
96334934
JB
39352014-09-10 Joel Brobecker <brobecker@adacore.com>
3936
3937 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3938
eb479039
JB
39392014-09-10 Joel Brobecker <brobecker@adacore.com>
3940
3941 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3942
deede10c
JB
39432014-09-10 Joel Brobecker <brobecker@adacore.com>
3944
3945 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3946
7828a5f5
JB
39472014-09-10 Joel Brobecker <brobecker@adacore.com>
3948
3949 * gdb.dwarf2/dynarr-ptr.c: New file.
3950 * gdb.dwarf2/dynarr-ptr.exp: New file.
3951
33aeebcf
MR
39522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3953
3954 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3955 of 30 rather than hardcoding 120 for a slow test case. Take the
3956 `gdb,timeout' target setting into account for this calculation.
3957 Don't extend the timeout for the test cases that don't need it.
3958
7b415901
MR
39592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3960
3961 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3962 a factor of 2 for a slow test case. Take the `gdb,timeout'
3963 target setting into account for this calculation.
3964 * gdb.reverse/until-precsave.exp: Increase the timeout by
3965 a factor of 15 and 3 respectively rather than adding 120
3966 for a pair of slow test cases. Take the `gdb,timeout'
3967 target setting into account for this calculation.
3968
4a40f85a
MR
39692014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3970
3971 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3972 timeout, don't pass one down to gdb_expect.
3973 (gdb_expect): Rework timeout selection.
3974
09635af7
MR
39752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3976
3977 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3978 exception on timeout.
3979 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3980 (gdbserver_start_extended): Catch any `gdbserver_start' error
3981 exceptions.
3982 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3983 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3984 `gdbserver_gdb_load' error exceptions.
3985
2bdd10b7
MR
39862014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3987
3988 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3989 120 on waiting for the TCP socket to open.
3990
316935f0
DE
39912014-09-09 Doug Evans <xdje42@gmail.com>
3992
3993 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3994 _caller_matches, _any_caller_is, _any_caller_matches.
3995
83740597
DE
39962014-09-09 Doug Evans <xdje42@gmail.com>
3997
3998 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3999
4c122fc3
YQ
40002014-09-09 Yao Qi <yao@codesourcery.com>
4001
4002 * gdb.mi/mi-var-display.exp: Set print symbol off.
4003
a9f116cb
GKB
40042014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
4005
4006 PR gdb/17035
4007 * gdb.base/commands.exp: Add tests to verify user-defined
4008 commands with empty bodies.
4009 * gdb.python/py-cmd.exp: Test that we don't show user-defined
4010 python commands in `show user command`.
4011 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
4012 scheme commands in `show user command`.
4013
c75bd3a2
JK
40142014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4015
4016 PR python/17355
4017 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
4018 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
4019 * gdb.python/py-framefilter-invalidarg.exp: New file.
4020 * gdb.python/py-framefilter-invalidarg.py: New file.
4021
faa42425
DE
40222014-09-06 Doug Evans <xdje42@gmail.com>
4023
4024 PR 15276
4025 * gdb.python/py-caller-is.c: New file.
4026 * gdb.python/py-caller-is.exp: New file.
4027
474ca4f6
SDJ
40282014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
4029
4030 PR gdb/17235
4031 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
4032 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
4033
eb0b0463
SDJ
40342014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
4035
4036 PR fortran/17237
4037 * gdb.fortran/print-formatted.exp: New file.
4038 * gdb.fortran/print-formatted.f90: Likewise.
4039
5f3b99cf
SS
40402014-09-03 Sasha Smundak <asmundak@google.com>
4041
4042 * gdb.python/py-frame.exp: Test Frame.read_register.
4043
7d793aa9
SDJ
40442014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
4045
4046 PR python/16699
4047 * gdb.python/py-completion.exp: New file.
4048 * gdb.python/py-completion.py: Likewise.
4049
fb0576e9
DE
40502014-08-28 Doug Evans <dje@google.com>
4051
4052 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
4053 eax,etc. are live with values set by gdb and thus the compiler can't
4054 use them.
4055 * gdb.arch/i386-pseudo.c (main): Ditto.
4056
ee92b0dd
DE
40572014-08-27 Doug Evans <dje@google.com>
4058
4059 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
4060
6649db35
DE
40612014-08-25 Doug Evans <dje@google.com>
4062
4063 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
4064 (main): Ditto.
4065
564b7600
DE
40662014-08-25 Doug Evans <dje@google.com>
4067
4068 * gdb.threads/thread-execl.exp: #include <stdio.h>.
4069
3881fb67
YQ
40702014-08-24 Yao Qi <yao@codesourcery.com>
4071
4072 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
4073 symbol off.
4074 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
4075
a05a36a5
DE
40762014-08-22 Doug Evans <dje@google.com>
4077
4078 PR 17276
4079 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
4080 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
4081 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
4082
7c343b48
YQ
40832014-08-22 Yao Qi <yao@codesourcery.com>
4084
4085 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
4086 * gdb.python/py-finish-breakpoint2.exp: Likewise.
4087 * gdb.python/python.exp: Likewise. Use .py file on the host
4088 instead of the build.
4089
22fd09ae
JK
40902014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4091
4092 * gdb.threads/gcore-stale-thread.c: New file.
4093 * gdb.threads/gcore-stale-thread.exp: New file.
4094
a8454a7c
PA
40952014-08-21 Pedro Alves <palves@redhat.com>
4096
4097 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
4098 * gdb.base/gcore-relro-pie.exp: Likewise.
4099 * gdb.base/gcore-relro.exp: Likewise.
4100 * gdb.base/gcore.exp: Likewise.
4101 * gdb.base/print-symbol-loading.exp: Likewise.
4102 * gdb.threads/gcore-thread.exp: Likewise.
4103 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
4104
2a31c623
PA
41052014-08-20 Pedro Alves <palves@redhat.com>
4106 Jan Kratochvil <jan.kratochvil@redhat.com>
4107
4108 * Makefile.in (EXTRA_RULES, CC): New variables, get from
4109 configure.
4110 (EXPECT): Handle READ1 being set.
4111 (all): Depend on EXTRA_RULES.
4112 (check-read1, expect-read1, read1.so, read1): New rules.
4113 * README (Testsuite Parameters): Document the READ1 make variable.
4114 (Race detection): New section.
4115 * configure: Regenerate.
4116 * configure.ac: If build==host==target, and running under a
4117 GNU/glibc system, add read1 to the extra Makefile rules.
4118 (EXTRA_RULES): AC_SUBST it.
4119 * lib/read1.c: New file.
4120
d36430db
JB
41212014-08-20 Joel Brobecker <brobecker@adacore.com>
4122
4123 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
4124 the handling of variables declared as a typedef to an array
4125 which a DW_AT_data_location attribute.
4126
9a0dc9e3
PA
41272014-08-19 Andrew Burgess <aburgess@broadcom.com>
4128 Pedro Alves <palves@redhat.com>
4129
4130 PR symtab/14604
4131 PR symtab/14605
4132 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
4133 gdb_test.
4134
0718a8da
PA
41352014-08-19 Pedro Alves <palves@redhat.com>
4136
4137 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
4138
13b448cd
YQ
41392014-08-19 Yao Qi <yao@codesourcery.com>
4140
4141 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
4142 right line.
4143
1cbf5077
DB
41442014-08-18 David Blaikie <dblaikie@gmail.com>
4145
4146 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
4147
bf0fae19
JB
41482014-08-18 Joel Brobecker <brobecker@adacore.com>
4149
4150 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
4151 attribute in array range.
4152
3c8c5dcc
JB
41532014-08-18 Joel Brobecker <brobecker@adacore.com>
4154
4155 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
4156
e66d4446
SC
41572014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4158
4159 PR c++/17132
4160 * gdb.cp/pr17132.cc: New file.
4161 * gdb.cp/pr17132.exp: New file.
4162
940df408
SC
41632014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4164
4165 * gdb.python/py-xmethods.py (A_getarrayind)
4166 (E_method_char_worker.__call__, E_method_int_worker.__call__):
4167 Use 'print' with function call syntax.
4168 (E_method_matcher.match): Fix tab vs space indentation mixup.
4169
ebcc6c3a
YQ
41702014-08-15 Yao Qi <yao@codesourcery.com>
4171
4172 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
4173 false.
4174
775e0f04
YQ
41752014-08-15 Yao Qi <yao@codesourcery.com>
4176
4177 * gdb.cp/casts.exp: Set print symbol off.
4178 * gdb.cp/class2.exp: Likewise.
4179 * gdb.cp/overload.exp: Likewise.
4180 * gdb.cp/templates.exp: Likewise.
4181
d769e349
DE
41822014-08-11 Doug Evans <dje@google.com>
4183
4184 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4185 (test_load_shlib): Update.
4186
20c6f1e1
YQ
41872014-08-09 Yao Qi <yao@codesourcery.com>
4188
4189 * gdb.base/display.exp: Invoke is_address_zero_readable.
4190 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
4191 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4192 * gdb.base/hbreak-unmapped.exp: Return if
4193 is_address_zero_readable returns true.
4194 * gdb.base/signest.exp: Likewise.
4195 * gdb.base/signull.exp: Likewise.
4196 * gdb.base/sigbpt.exp: Likewise.
4197 * gdb.guile/scm-disasm.exp: Do the test if
4198 is_address_zero_readable returns false.
4199 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4200 * gdb.python/py-arch.exp: Likewise.
4201 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4202 * lib/gdb.exp (is_address_zero_readable): New proc.
4203
5792e8e3
YQ
42042014-08-09 Yao Qi <yao@codesourcery.com>
4205
4206 PR testsuite/13443
4207 * gdb.mi/mi-var-display.exp: Make test messages unique.
4208
3cecbbbe
TT
42092014-08-04 Tom Tromey <tromey@redhat.com>
4210
4211 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4212 target 0".
4213
00b51ff5
TT
42142014-08-04 Tom Tromey <tromey@redhat.com>
4215
4216 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4217 "target_resume".
4218
6908c509
JB
42192014-08-01 Joel Brobecker <brobecker@adacore.com>
4220
4221 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4222 inner_vla_struct_object_size.
4223 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4224 as xfail.
4225
cc6563d2
PA
42262014-07-30 Pedro Alves <palves@redhat.com>
4227
4228 * gdb.threads/signal-command-handle-nopass.exp (test): Add
4229 comment.
4230
7e09a223
YQ
42312014-07-29 Yao Qi <yao@codesourcery.com>
4232
4233 PR gdb/17206
4234 * gdb.base/until-nodebug.exp: New.
4235
7ebdbe92
DE
42362014-07-28 Doug Evans <xdje42@gmail.com>
4237
4238 PR guile/17203
4239 * gdb.guile/scm-parameter.exp: Add tests for trying to create
4240 previously existing parameter, and previously ambiguously spelled
4241 parameter.
4242
fdb1adc6
WN
42432014-07-28 Will Newton <will.newton@linaro.org>
4244
4245 * gdb.base/varargs.exp: Remove KFAILs for ARM.
4246
186fcde0
DE
42472014-07-26 Ludovic Courtès <ludo@gnu.org>
4248 Doug Evans <xdje42@gmail.com>
4249
4250 PR guile/17146
4251 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4252
70509625
PA
42532014-07-25 Pedro Alves <palves@redhat.com>
4254
4255 * gdb.threads/signal-command-handle-nopass.c: New file.
4256 * gdb.threads/signal-command-handle-nopass.exp: New file.
4257 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4258 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4259 * gdb.threads/signal-delivered-right-thread.c: New file.
4260 * gdb.threads/signal-delivered-right-thread.exp: New file.
4261
c3f814a1
PA
42622014-07-25 Pedro Alves <palves@redhat.com>
4263
4264 * gdb.base/double-prompt-target-event-error.exp
4265 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4266 match.
4267 (cancel_pagination_in_target_event): Rework double prompt
4268 detection.
4269 * gdb.base/paginate-after-ctrl-c-running.exp
4270 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4271 <return>' match.
4272 * gdb.base/paginate-bg-execution.exp
4273 (test_bg_execution_pagination_return)
4274 (test_bg_execution_pagination_cancel): Remove '-notransfer
4275 <return>' matches.
4276 * gdb.base/paginate-execution-startup.exp
4277 (test_fg_execution_pagination_return)
4278 (test_fg_execution_pagination_cancel): Remove '-notransfer
4279 <return>' matches.
4280 * gdb.base/paginate-inferior-exit.exp
4281 (test_paginate_inferior_exited): Remove '-notransfer <return>'
4282 match.
4283 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4284 * lib/gdb.exp (pagination_prompt): Run text through
4285 string_to_regexp.
4286 (gdb_test_multiple): Match $pagination_prompt instead of
4287 "<return>".
4288 (string_to_regexp): Move to lib/gdb-utils.exp.
4289
e214cf6c
JK
42902014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4291
4292 * gdb.arch/amd64-entry-value-paramref.S: New file.
4293 * gdb.arch/amd64-entry-value-paramref.cc: New file.
4294 * gdb.arch/amd64-entry-value-paramref.exp: New file.
4295 * gdb.arch/amd64-optimout-repeat.S: New file.
4296 * gdb.arch/amd64-optimout-repeat.c: New file.
4297 * gdb.arch/amd64-optimout-repeat.exp: New file.
4298
17d0c5c8
JK
42992014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4300
4301 PR gdb/17170
4302 * gdb.base/statistics.exp: New file.
4303
b8b8facf
DE
43042014-07-17 Doug Evans <dje@google.com>
4305
74b49205 4306 PR gdb/17170
b8b8facf
DE
4307 * gdb.base/maint.exp: Update testing of per-command stats.
4308
1b5d0ab3
PA
43092014-07-16 Pedro Alves <palves@redhat.com>
4310
4311 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4312 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4313 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4314 (tfile_write_buf): New functions.
4315 (add_memory_block): Rewrite using the above.
4316 (adjust_function_address): New function.
4317 (FUNCTION_ADDRESS): New macro.
4318 (write_basic_trace_file): Remove short_x local, and use
4319 tfile_write_16. Change type of func_addr local to unsigned long
4320 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
4321 here. Cast argument of add_memory_block to char pointer.
4322 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
4323 (main): Remove parameters.
4324 * gdb.trace/tfile.exp: Remove nowarnings.
4325
4d974e88
SM
43262014-07-15 Simon Marchi <simon.marchi@ericsson.com>
4327
4328 * gdb.base/debug-expr.exp: Test string evaluation with
4329 "debug expression" on.
4330
41e99568
PA
43312014-07-15 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.base/reread.exp: Use clean_restart.
4334
487d9753
PL
43352014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
4336
4337 * gdb.arch/avr-flash-qualifer.c: New.
4338 * gdb.arch/avr-flash-qualifer.exp: New.
4339
cc1c52ad
PA
43402014-07-14 Pedro Alves <palves@redhat.com>
4341
4342 * gdb.base/paginate-after-ctrl-c-running.c: New file.
4343 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4344
1e973570
PA
43452014-07-14 Pedro Alves <palves@redhat.com>
4346
4347 * gdb.base/double-prompt-target-event-error.c: New file.
4348 * gdb.base/double-prompt-target-event-error.exp: New file.
4349
93d6eb10
PA
43502014-07-14 Pedro Alves <palves@redhat.com>
4351
4352 PR gdb/17072
4353 * gdb.base/paginate-inferior-exit.c: New file.
4354 * gdb.base/paginate-inferior-exit.exp: New file.
4355
0017922d
PA
43562014-07-14 Pedro Alves <palves@redhat.com>
4357
4358 PR gdb/17072
4359 * gdb.base/paginate-bg-execution.c: New file.
4360 * gdb.base/paginate-bg-execution.exp: New file.
4361
94696ad3
PA
43622014-07-14 Pedro Alves <palves@redhat.com>
4363
4364 PR gdb/17072
4365 * gdb.base/paginate-execution-startup.c: New file.
4366 * gdb.base/paginate-execution-startup.exp: New file.
4367 * lib/gdb.exp (pagination_prompt): New global.
4368 (default_gdb_spawn): New procedure, factored out from
4369 default_gdb_spawn.
4370 (default_gdb_start): Adjust to call default_gdb_spawn.
4371 (gdb_spawn): New procedure.
4372
bd293940
PA
43732014-07-14 Pedro Alves <palves@redhat.com>
4374
4375 * lib/gdb.exp (gdb_assert): New procedure.
4376 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4377
c933f875
PA
43782014-07-14 Pedro Alves <palves@redhat.com>
4379
4380 * gdb.base/execution-termios.c: New file.
4381 * gdb.base/execution-termios.exp: New file.
4382
d98b7a16
TT
43832014-07-14 Tom Tromey <tromey@redhat.com>
4384
4385 * gdb.cp/vla-cxx.cc: New file.
4386 * gdb.cp/vla-cxx.exp: New file.
4387
548740d6
TT
43882014-07-14 Tom Tromey <tromey@redhat.com>
4389
4390 * gdb.reverse/rerun-prec.c: New file.
4391 * gdb.reverse/rerun-prec.exp: New file.
4392
a25eb028
MR
43932014-07-12 Maciej W. Rozycki <macro@mips.com>
4394 Maciej W. Rozycki <macro@codesourcery.com>
4395
4396 * lib/gdb-utils.exp: New file.
4397 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4398 inline `gdb_init_command' processing.
4399 (gdb_start_cmd): Likewise.
4400 * lib/mi-support.exp (mi_run_cmd): Likewise.
4401 * README: Document `gdb_init_command' and `gdb_init_commands'.
4402
218c2655
JK
44032014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4404
4405 Fix false FAIL running under a very long directory name.
4406 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4407 and "set print elements 10000". Twice.
4408
5401fde3
YQ
44092014-07-11 Yao Qi <yao@codesourcery.com>
4410
4411 * gdb.base/exprs.exp: "set print symbol off".
4412
e76126e8
PA
44132014-07-11 Pedro Alves <palves@redhat.com>
4414
4415 * gdb.threads/kill.c: New file.
4416 * gdb.threads/kill.exp: New file.
4417
2d6f0de6
YQ
44182014-07-10 Yao Qi <yao@codesourcery.com>
4419
4420 * gdb.trace/tfile.c (write_basic_trace_file)
4421 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4422 address written to trace file.
4423
7180e04a
PA
44242014-07-09 Pedro Alves <palves@redhat.com>
4425
4426 * gdb.base/attach-wait-input.exp: New file.
4427 * gdb.base/attach-wait-input.c: New file.
4428
9a9a7608
AB
44292014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4430
4431 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4432 setting up test structures.
4433 (main): Call new test function.
4434 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4435 test function, continue into test function and walk test
4436 structures.
4437
161ac41e
YQ
44382014-07-02 Yao Qi <yao@codesourcery.com>
4439
4440 * gdb.trace/entry-values.c: Define labels 'foo_start' and
4441 'bar_start' at the beginning of functions 'foo' and 'bar'
4442 respectively.
4443 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4444 instead of 'foo' and 'bar'.
4445
1f267ae3
MM
44462014-07-08 Markus Metzger <markus.t.metzger@intel.com>
4447
4448 * gdb.btrace/segv.exp: New.
4449 * gdb.btrace/segv.c: New.
4450
2b239efb
LM
44512014-07-02 Luis Machado <lgustavo@codesourcery.com>
4452
4453 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4454 instruction.
4455
cf363f18
MW
44562014-06-30 Mark Wielaard <mjw@redhat.com>
4457
4458 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4459 vulture, vilify, villar): New volatile array constants.
4460 (vindictive, vegetation): New const volatile array constants.
4461 * gdb.base/volatile.exp: Test volatile and const volatile array
4462 types.
4463
aebf9d24
AA
44642014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4465
4466 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4467 target lacks support for awatch, rwatch, or hbreak.
4468
b67a2c6f
YQ
44692014-06-27 Yao Qi <yao@codesourcery.com>
4470
4471 * gdb.multi/dummy-frame-restore.exp: New.
4472 * gdb.multi/dummy-frame-restore.c: New.
4473
aef92902
MM
44742014-06-25 Markus Metzger <markus.t.metzger@intel.com>
4475
4476 * gdb.btrace/gcore.exp: New.
4477
8e9db26e
PA
44782014-06-23 Pedro Alves <palves@redhat.com>
4479
4480 * gdb.base/watchpoint-reuse-slot.c: New file.
4481 * gdb.base/watchpoint-reuse-slot.exp: New file.
4482
70afc5b7
SC
44832014-06-23 Siva Chandra Reddy <sivachandra@google.com>
4484
4485 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4486 progspace's filename in 'info', 'enable' and 'disable' command
4487 tests.
4488
b972bd9c
JK
44892014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4490
4491 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4492 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4493 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4494
125f8a3d
GB
44952014-06-20 Gary Benson <gbenson@redhat.com>
4496
4497 * gdb.arch/i386-avx.exp: Fix include file location.
4498 * gdb.arch/i386-sse.exp: Likewise.
4499
3ed9baed
IB
45002014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
4501
4502 * gdb.dlang/expression.exp: New file.
4503
034f788c
PA
45042014-06-19 Pedro Alves <palves@redhat.com>
4505
4506 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4507 out from ...
4508 (top level): ... here. Iterate running tests under different
4509 scheduler-locking settings.
4510
45371d0c
LM
45112014-06-18 Luis Machado <lgustavo@codesourcery.com>
4512
4513 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4514 to DW_FORM_addr and use non-zero addresses.
4515
5d376983
SC
45162014-06-18 Siva Chandra Reddy <sivachandra@google.com>
4517
4518 PR gdb/17017
4519 * gdb.python/py-xmethods.cc: Add global function call counters and
4520 increment them in their respective functions. Remove "cout"
4521 statements.
4522 * gdb.python/py-xmethods.exp: Make tests check the global function
4523 call counters instead of depending on inferior IO.
4524
a1aa2221
LM
45252014-06-18 Don Breazeal <donb@codesourcery.com>
4526
4527 * gdb.base/foll-fork.exp (default_fork_parent_follow):
4528 Deleted procedure.
4529 (explicit_fork_parent_follow): Deleted procedure.
4530 (explicit_fork_child_follow): Deleted procedure.
4531 (test_follow_fork): New procedure.
4532 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 4533 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
4534 procedure calls.
4535
0fc05997
YQ
45362014-06-17 Yao Qi <yao@codesourcery.com>
4537
4538 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4539 CP1252.
4540
70795c52
LM
45412014-06-17 Luis Machado <lgustavo@codesourcery.com>
4542
4543 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4544 Initialize ptr and S explicitly.
4545 (skip_type_update_when_not_use_rtti_test): Likewise.
4546
6be47f0c
KS
45472014-06-16 Keith Seitz <keiths@redhat.com>
4548
4549 PR mi/15863
4550 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4551 the inferior is started.
4552
d03de421
PA
45532014-06-16 Pedro Alves <palves@redhat.com>
4554
4555 * gdb.base/break-main-file-remove-fail.c: New file.
4556 * gdb.base/break-main-file-remove-fail.exp: New file.
4557 * gdb.base/break-unload-file.exp: Use build_executable instead of
4558 prepare_for_testing.
4559 (test_break): New parameter "initial_load". Handle it.
4560 (top level): Add initial_load cmdline/file axis.
4561
f9579b99
TT
45622014-06-12 Tom Tromey <tromey@redhat.com>
4563
4564 * gdb.base/completion.exp: Don't use directory name in test.
4565
3657956b
GB
45662014-06-09 Gary Benson <gbenson@redhat.com>
4567
4568 * gdb.base/sigall.c [Functions to send signals]: Reorder to
4569 separate the always-available ANSI-standard signals from the
4570 signals that require checking.
4571 (main): Likewise.
4572 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4573 Likewise.
4574 (main): Likewise.
4575
4186eb54
KS
45762014-06-07 Keith Seitz <keiths@redhat.com>
4577
4578 Revert:
4579 PR c++/16253
4580 * gdb.cp/var-tag.cc: New file.
4581 * gdb.cp/var-tag.exp: New file.
4582 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4583 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4584 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4585 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4586
25326a28 45872014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
4588
4589 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4590
829155c9
PA
45912014-06-06 Pedro Alves <palves@redhat.com>
4592
4593 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4594 in target debug output instead of looking at RSP packets,
4595 disabling the test on any target that uses hardware stepping.
4596 Update comments.
4597
61c8d22e
PA
45982014-06-06 Pedro Alves <palves@redhat.com>
4599
4600 * gdb.base/break-unload-file.exp: Fix typo.
4601
d9a47287
YQ
46022014-06-06 Yao Qi <yao@codesourcery.com>
4603
4604 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4605 from "jit_function" to "^jit_function".
4606
e5e01dbf
YQ
46072014-06-06 Yao Qi <yao@codesourcery.com>
4608
4609 * gdb.base/async.c (foo): Add one statement.
4610 * gdb.base/async.exp: Get the next instruction address and
4611 match the output of "nexti" by instruction address. Match
4612 the hex address in the output of "finish".
4613
73ba372c
GB
46142014-06-06 Gary Benson <gbenson@redhat.com>
4615
4616 * gdb.base/call-signals.c: Remove preprocessor conditionals
4617 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4618 SIGSEGV and SIGTERM.
4619 * gdb.base/sigall.c: Likewise.
4620 * gdb.base/unwindonsignal.c: Likewise.
4621 * gdb.reverse/sigall-reverse.c: Likewise.
4622
831517df
YQ
46232014-06-06 Yao Qi <yao@codesourcery.com>
4624
4625 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4626 readable, skip the test.
4627
b8b91e98
YQ
46282014-06-06 Yao Qi <yao@codesourcery.com>
4629
4630 * gdb.threads/staticthreads.c (thread_function): Move the line
4631 setting breakpoint on forward.
4632 * gdb.threads/staticthreads.exp: Update comments.
4633
fb934770
LC
46342014-06-05 Ludovic Courtès <ludo@gnu.org>
4635
4636 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4637 "history-append! type error".
4638
6ef284bd
SM
46392014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4640
4641 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4642 erroneous dprintf expected input.
4643
a872e241
DE
46442014-06-04 Doug Evans <xdje42@gmail.com>
4645
4646 * gdb.guile/scm-generics.exp: Delete.
4647
16f691fb
DE
46482014-06-04 Doug Evans <xdje42@gmail.com>
4649
4650 * gdb.guile/scm-breakpoint.exp: Update.
4651 Add tests for breakpoint registration.
4652
012370f6
TT
46532014-06-04 Tom Tromey <tromey@redhat.com>
4654
4655 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4656 VLA-in-union.
4657 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4658 inner_vla_struct, vla_union types. Initialize objects of those
4659 types and compute their sizes.
4660
9f5a4cef
HZ
46612014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4662 Hui Zhu <hui@codesourcery.com>
4663
4664 * gdb.base/fileio.exp: Add test for shell not available as well as
4665 available.
4666 * gdb.base/fileio.c (test_system): Check for shell twice.
4667
90a45c4d
YQ
46682014-06-04 Yao Qi <yao@codesourcery.com>
4669
4670 * gdb.base/auto-connect-native-target.exp: Remove redundant
4671 space from the regexp pattern.
4672
70017e41
YQ
46732014-06-04 Yao Qi <yao@codesourcery.com>
4674
4675 * gdb.base/default.exp: Replace "child" with "native" in
4676 regexp pattern.
4677
883964a7
SC
46782014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4679
4680 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4681 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4682 * gdb.python/py-xmethods.py: Python script supporting the
4683 new testcase and tests.
4684
ef370185
JB
46852014-06-03 Joel Brobecker <brobecker@adacore.com>
4686 Pedro Alves <palves@redhat.com>
4687
4688 PR breakpoints/17000
4689 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4690 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4691
1e2ccb61
BM
46922014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4693
4694 * gdb.base/subst.exp: Add tests to verify partial path matching
4695 output.
4696
c6ec5ab2
PA
46972014-06-03 Pedro Alves <palves@redhat.com>
4698
4699 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4700 target that doesn't use software single-stepping.
4701
835c559f
PA
47022014-06-03 Pedro Alves <palves@redhat.com>
4703
4704 PR breakpoints/17000
4705 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4706 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4707
06eb1586
DE
47082014-06-02 Doug Evans <xdje42@gmail.com>
4709
4710 * gdb.guile/scm-parameter.exp: New file.
4711
e698b8c4
DE
47122014-06-02 Doug Evans <xdje42@gmail.com>
4713
4714 * gdb.guile/scm-cmd.c: New file.
4715 * gdb.guile/scm-cmd.exp: New file.
4716
ded03782
DE
47172014-06-02 Doug Evans <xdje42@gmail.com>
4718
4719 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4720 pretty-printer lookup.
4721 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4722 (make-pp_s-printer): Call it.
4723 (make-pretty-printer-from-dict): New function.
4724 (lookup-pretty-printer-maker-from-dict): New function.
4725 (*pretty-printer*): Simplify.
4726 (make-objfile-pp_s-printer): New function.
4727 (install-objfile-pretty-printers!): New function.
4728 (make-progspace-pp_s-printer): New function.
4729 (install-progspace-pretty-printers!): New function.
4730 * gdb.guile/scm-progspace.c: New file.
4731 * gdb.guile/scm-progspace.exp: New file.
4732
41fac0cf
PA
47332014-06-02 Pedro Alves <palves@redhat.com>
4734
4735 * gdb.base/dprintf-bp-same-addr.c: New file.
4736 * gdb.base/dprintf-bp-same-addr.exp: New file.
4737
96ae5695
EBM
47382014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4739
4740 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4741 * gdb.arch/powerpc-power.s: Likewise.
4742
da02b3a8
JB
47432014-06-02 Joel Brobecker <brobecker@adacore.com>
4744
4745 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4746
c72b2e7b
YQ
47472014-06-01 Yao Qi <yao@codesourcery.com>
4748
4749 * gdb.base/watchpoint.exp (test_watch_location): Check null
4750 pointer can be dereferenced. If not, do the test, otherwise
4751 skip it.
4752
53e8a631
AB
47532014-05-30 Andrew Burgess <aburgess@broadcom.com>
4754
4755 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4756 results.
4757 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4758
938f0e2f
AB
47592014-05-30 Andrew Burgess <aburgess@broadcom.com>
4760
4761 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4762 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4763 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4764 * gdb.arch/amd64-invalid-stack-top.c: New file.
4765 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4766
9ba6657a
PA
47672014-05-30 Pedro Alves <palves@redhat.com>
4768
4769 PR breakpoints/17000
4770 * gdb.base/sss-bp-on-user-bp.c: New file.
4771 * gdb.base/sss-bp-on-user-bp.exp: New file.
4772
522c09bf
DB
47732014-05-30 David Blaikie <dblaikie@gmail.com>
4774
4775 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4776 gnu_inline semantics via attribute.
4777 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4778 source explicitly specifies the required semantics.
4779
bf4ef81e
MR
47802014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4781
4782 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4783
329ea579
PA
47842014-05-29 Pedro Alves <palves@redhat.com>
4785 Tom Tromey <tromey@redhat.com>
4786
4787 * gdb.base/async-shell.exp: Don't enable target-async.
4788 * gdb.base/async.exp
4789 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4790 parameter. Adjust.
4791 (top level): Don't test with "target-async".
4792 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4793 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4794 * gdb.base/inferior-died.exp: Don't enable target-async.
4795 * gdb.base/interrupt-noterm.exp: Likewise.
4796 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4797 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4798 * gdb.mi/mi-nonstop.exp: Likewise.
4799 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4800 * gdb.mi/mi-nsintrall.exp: Likewise.
4801 * gdb.mi/mi-nsmoribund.exp: Likewise.
4802 * gdb.mi/mi-nsthrexec.exp: Likewise.
4803 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4804 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4805 * gdb.python/py-evsignal.exp: Don't enable target-async.
4806 * gdb.python/py-evthreads.exp: Likewise.
4807 * gdb.python/py-prompt.exp: Likewise.
4808 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4809 * gdb.server/solib-list.exp: Don't enable target-async.
4810 * gdb.threads/thread-specific-bp.exp: Likewise.
4811 * lib/mi-support.exp: Adjust to use mi-async.
4812
fd664c91
PA
48132014-05-29 Pedro Alves <palves@redhat.com>
4814
4815 PR gdb/13860
4816 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4817 reason, even in sync mode.
4818
251bde03
PA
48192014-05-29 Pedro Alves <palves@redhat.com>
4820 Hui Zhu <hui@codesourcery.com>
4821
4822 PR PR15693
4823 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4824 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4825 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4826 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4827
7f3c0343
JB
48282014-05-28 Joel Brobecker <brobecker@adacore.com>
4829
4830 * config/monitor.exp (gdb_target_monitor): Replace use of
4831 "set remotebaud" by "set serial baud".
4832
b2715b27
AW
48332014-05-26 Andy Wingo <wingo@igalia.com>
4834
4835 * gdb.guile/scm-breakpoint.exp:
4836 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4837 properties instead of gdb-object-properties.
4838
498a4489
YQ
48392014-05-26 Yao Qi <yao@codesourcery.com>
4840
4841 * gdb.server/no-thread-db.exp: Specify source file name
4842 explicitly when setting a breakpoint.
4843
589fdceb
MM
48442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4845
4846 * gdb.btrace/vdso.c: New.
4847 * gdb.btrace/vdso.exp: New.
4848
e9089e05
MM
48492014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4850
4851 * gdb.base/gcore.exp (capture_command_output): Move ...
4852 * lib/gdb.exp (capture_command_output): ... here.
4853
67b5c0c1
MM
48542014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4855
4856 * gdb.btrace/data.exp: Test memory access during btrace replay.
4857
a2199296
SM
48582014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4859
4860 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4861
17b2616c
PA
48622014-05-21 Pedro Alves <palves@redhat.com>
4863
4864 PR gdb/13860
4865 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4866 (top level): Test that output related to execution commands is
4867 sent to the console with CLI commands, but not with MI commands.
4868 Test that breakpoint events are always mirrored to the console.
4869 Also expect the new source line to be output after a "next" in
4870 async mode too. Make it a pass/fail test.
4871 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4872 output.
4873 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4874
5166082f
PA
48752014-05-21 Pedro Alves <palves@redhat.com>
4876
4877 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4878 Use them to test variations of "list" after reaching a breakpoint.
4879 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4880 Test "list" with listsize 10 after reaching a breakpoint.
4881 * gdb.python/python.exp (decode_line current location line
4882 number): Adjust expected line number.
4883
2f25d70f
SM
48842014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4885
4886 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4887 behavior for $args, pass it directly to "run".
4888
ff604a67
MR
48892014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4890
4891 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4892 30000 to 65536.
4893
6a3cb8e8
PA
48942014-05-21 Pedro Alves <palves@redhat.com>
4895
4896 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4897 auto-connect-native-target off".
4898 * gdb.base/auto-connect-native-target.c: New file.
4899 * gdb.base/auto-connect-native-target.exp: New file.
4900
4ebfc96e
PA
49012014-05-21 Pedro Alves <palves@redhat.com>
4902
4903 * gdb.base/default.exp: Test "target native" instead of "target
4904 child".
4905
36d46afb
MW
49062014-05-21 Mark Wielaard <mjw@redhat.com>
4907
4908 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4909
5876f503
JK
49102014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4911
4912 Fix TLS access for -static -pthread.
4913 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4914 <HAVE_TLS> (thread_function, main): Initialize it.
4915 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4916 Add clean_restart.
4917 <$have_tls != "">: Check TLSVAR.
4918
0256a6ac
PA
49192014-05-21 Pedro Alves <palves@redhat.com>
4920
4921 * gdb.base/dcache-line-read-error.c: New.
4922 * gdb.base/dcache-line-read-error.exp: New.
4923
936d2992
PA
49242014-05-20 Pedro Alves <palves@redhat.com>
4925
4926 * gdb.base/compare-sections.c: New file.
4927 * gdb.base/compare-sections.exp: New file.
4928
802e8e6d
PA
49292014-05-20 Pedro Alves <palves@redhat.com>
4930
4931 * gdb.base/break-idempotent.c: New file.
4932 * gdb.base/break-idempotent.exp: New file.
4933
e59fa00f
MM
49342014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4935
4936 * gdb.btrace/nohist.exp: New.
4937
8b696e31
YQ
49382014-05-20 Yao Qi <yao@codesourcery.com>
4939
4940 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4941 gdb.reverse directory and gdb_reverse_timeout exists in board
4942 setting.
4943 * README: Document gdb_reverse_timeout.
4944
73c9764f
YQ
49452014-05-20 Yao Qi <yao@codesourcery.com>
4946
4947 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4948 'test_file_name'. Treat args as a string instead of a list.
4949 (gdb_init): Rename argument 'args' by 'test_file_name'.
4950
f1f4348a
JK
49512014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4952
4953 * gdb.arch/powerpc-power.exp: New file.
4954 * gdb.arch/powerpc-power.s: New file.
4955
0dbe70ce
DE
49562014-05-16 Doug Evans <dje@google.com>
4957
4958 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4959 * gdb.base/completion.exp: Check that all expected files exist
4960 before doing file completion.
0dbe70ce 4961
8d551b02
DE
49622014-05-16 Doug Evans <dje@google.com>
4963
4964 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4965 Update.
4966 (do_syscall_tests_without_xml): Update.
4967
73eb7709
PA
49682014-05-16 Pedro Alves <palves@redhat.com>
4969
4970 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4971 instead of "unknown output after running".
4972
3fae92fc
YQ
49732014-05-16 Yao Qi <yao@codesourcery.com>
4974
4975 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4976 file1.txt from host at the end.
4977 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4978
c2b2ccc5
DE
49792014-05-15 Doug Evans <dje@google.com>
4980
4981 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4982 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4983 loading file. Add test for TU lookup.
4984
8c217a4b
SM
49852014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4986
4987 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4988 calling "-exec-arguments" or "set args" before running the
4989 inferior.
4990
3deb39c6
SM
49912014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4992
4993 * lib/mi-support.exp (mi_expect_stop): Expect message for
4994 inferiors that exit with non-zero exit code.
4995
71a79f8c
YQ
49962014-05-14 Yao Qi <yao@codesourcery.com>
4997
4998 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4999 match absolute path on remote host.
5000 (test_file_list_exec_source_files): Remove "/" from the
5001 pattern.
5002
f23fcd46
YQ
50032014-05-14 Yao Qi <yao@codesourcery.com>
5004
5005 * boards/local-remote-host-notty.exp (${board}_file): New
5006 proc.
5007
9404b58f
KM
50082014-05-07 Kyle McMartin <kyle@redhat.com>
5009
5010 Pushed by Joel Brobecker <brobecker@adacore.com>.
5011 * gdb.arch/aarch64-atomic-inst.c: New file.
5012 * gdb.arch/aarch64-atomic-inst.exp: New file.
5013
5e45f04c
YQ
50142014-05-07 Yao Qi <yao@codesourcery.com>
5015
5016 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
5017 in current context" too.
5018
c888a17d
KS
50192014-05-05 Keith Seitz <keiths@redhat.com>
5020
5021 * gdb.linespec/ls-dollar.exp: Add test for linespec
5022 file:convenience_variable.
5023
290a839c
YQ
50242014-05-05 Yao Qi <yao@codesourcery.com>
5025
5026 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
5027 traceframes into tfile and ctf trace files. Read data from
5028 trace file and test collected data.
5029 (gdb_collect_locals_test): Likewise.
5030 (gdb_unavailable_registers_test): Likewise.
5031 (gdb_unavailable_floats): Likewise.
5032 (gdb_collect_globals_test): Likewise.
5033 (top-level): Append "ctf" to trace_file_targets if GDB
5034 supports.
5035
b5262cd0
YQ
50362014-05-05 Yao Qi <yao@codesourcery.com>
5037
5038 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
5039 code to ...
5040 (gdb_collect_args_test_1): ... it. New proc.
5041 (gdb_collect_locals_test): Move some code to ...
5042 (gdb_collect_locals_test_1): ... it. New proc.
5043 (gdb_unavailable_registers_test): Move some code to ...
5044 (gdb_unavailable_registers_test_1): ... it. New proc.
5045 (gdb_unavailable_floats): Move some code to ...
5046 (gdb_unavailable_floats_1): ... it. New proc.
5047
30a1e6cc
SDJ
50482014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5049
5050 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
5051 probes to test for bitness recognition.
5052 * gdb.arch/amd64-stap-optional-prefix.exp
5053 (test_probe_value_without_reg): New procedure.
5054 Add code to test for different kinds of bitness.
5055
f33da99a
SDJ
50562014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5057
5058 PR breakpoints/16889
5059 * gdb.arch/amd64-stap-optional-prefix.S: New file.
5060 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5061
5b80f00d
PA
50622014-05-01 Pedro Alves <palves@redhat.com>
5063
5064 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
5065 gdb_file_cmd if no file is specified.
5066 * boards/native-extended-gdbserver.exp (gdb_load): Use the
5067 last_loaded_file to set the remote exec-file.
5068
f8c2a73c
PA
50692014-05-01 Pedro Alves <palves@redhat.com>
5070
5071 * boards/local-remote-host.exp: New file.
5072
be6e8ac7
PA
50732014-05-01 Pedro Alves <palves@redhat.com>
5074
5075 * boards/local-remote-host.exp: Rename to ...
5076 * boards/local-remote-host-notty.exp: ... this.
5077
cac0dc8f
JB
50782014-04-28 Joel Brobecker <brobecker@adacore.com>
5079
5080 * gdb.ada/dyn_arrayidx: New testcase.
5081
9730e6cc
YQ
50822014-04-26 Yao Qi <yao@codesourcery.com>
5083
5084 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
5085 and compute the length of function main. Save it in
5086 $main_length.
5087 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
5088 (top-level): Use gdb_compile to compile objects into
5089 executable and restart GDB. Remove invocation to
5090 prepare_for_testing.
5091
7ae1a6a6
PA
50922014-04-25 Simon Marchi <simon.marchi@ericsson.com>
5093 Pedro Alves <palves@redhat.com>
5094
5095 PR server/16255
5096 * gdb.multi/multi-attach.c: New file.
5097 * gdb.multi/multi-attach.exp: New file.
5098
4082afcc
PA
50992014-04-25 Pedro Alves <palves@redhat.com>
5100
5101 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
5102 user.
5103 (top level): Test that "set remote conditional-breakpoints-packet
5104 off" works as intended.
5105 * gdb.base/dprintf.exp: Test that "set remote
5106 breakpoint-commands-packet off" works as intended.
5107 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
5108 New function.
5109 (top level): Call it.
5110 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
5111 remote fast-tracepoints-packet off" works as intended.
5112 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
5113 * lib/gdb.exp (gdb_is_target_remote): ... here.
5114
2abc3f8d
DB
51152014-04-24 David Blaikie <dblaikie@gmail.com>
5116
5117 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
5118 ensure clang would not discard them.
5119 * gdb.base/gdbvars.c: Ditto.
5120 * gdb.base/memattr.c: Ditto.
5121 * gdb.base/whatis.c: Ditto.
5122 * gdb.python/py-prettyprint.c: Ditto.
5123 * gdb.trace/actions.c: Ditto.
5124 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
5125 ensure clang would not discard it.
5126
bfd39632
DB
51272014-04-24 David Blaikie <dblaikie@gmail.com>
5128
5129 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
5130 clang to emit the full definition of type required by the test
5131 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
5132
22842ff6
DB
51332014-04-24 David Blaikie <dblaikie@gmail.com>
5134
5135 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
5136 coax Clang into emitting the definition of the type.
5137 * gdb.cp/pr10728-x.h (y): Ditto.
5138 * gdb.cp/pr10728-y.cc (y): Ditto.
5139
c2e827ad
DB
51402014-04-24 David Blaikie <dblaikie@gmail.com>
5141
5142 * gdb.base/label.exp: XFAIL label related tests under Clang.
5143 * gdb.cp/cplabel.exp: Ditto.
5144 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
5145 under Clang those using labels.
5146
4c2d33e7
YQ
51472014-04-25 Yao Qi <yao@codesourcery.com>
5148
5149 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
5150 double_label.
5151 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
5152 partial_label and double_label.
5153
56083b99
DB
51542014-04-24 David Blaikie <dblaikie@gmail.com>
5155
5156 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
5157
25d4e99d
DB
51582014-04-24 David Blaikie <dblaikie@gmail.com>
5159
5160 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
5161 of the function to work across GCC and Clang.
5162 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
5163 pointer types (const void ** const V void **).
5164
01f9f808
MS
51652014-04-24 Michael Sturm <michael.sturm@mintel.com>
5166 Walfred Tedeschi <walfred.tedeschi@intel.com>
5167
5168 * Makefile.in (EXECUTABLES): Added i386-avx512.
5169 * gdb.arch/i386-avx512.c: New file.
5170 * gdb.arch/i386-avx512.exp: Likewise.
5171
4b48d439
KS
51722014-04-23 Keith Seitz <keiths@redhat.com>
5173
5174 * lib/mi-support.exp (mi_list_breakpoints): Delete.
5175 (mi_make_breakpoint_table): New procedure.
5176 (mi_create_breakpoint): Use mi_make_breakpoint
5177 and return the result.
5178 (mi_make_breakpoint): New procedure.
5179 (mi_build_kv_pairs): New procedure.
5180
5181 * gdb.mi/mi-break.exp: Remove unused globals,
5182 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
5183 All callers updated.
5184 * gdb.mi/mi-dprintf.exp: Use variable to track command
5185 number.
5186 Update all callers of mi_create_breakpoint and use
5187 mi_make_breakpoint_table.
5188 Remove any unused global variables.
5189 * gdb.mi/mi-nonstop.exp: Likewise.
5190 * gdb.mi/mi-nsintrall.exp: Likewise.
5191 * gdb.mi/mi-nsmoribund.exp: Likewise.
5192 * gdb.mi/mi-nsthrexec.exp: Likewise.
5193 * gdb.mi/mi-reverse.exp: Likewise.
5194 * gdb.mi/mi-simplerun.exp: Likewise.
5195 * gdb.mi/mi-stepn.exp: Likewise.
5196 * gdb.mi/mi-syn-frame.exp: Likewise.
5197 * gdb.mi/mi-until.exp: Likewise.
5198 * gdb.mi/mi-var-cp.exp: Likewise.
5199 * gdb.mi/mi-var-display.exp: Likewise.
5200 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5201 * gdb.mi/mi2-var-child.exp: Likewise.
5202 * gdb.mi/mi-vla-c99.exp: Likewise.
5203 * lib/mi-support.exp: Likewise.
5204
5205 From Ian Lance Taylor <iant@cygnus.com>:
5206 * lib/gdb.exp (parse_args): New procedure.
5207
08351840
PA
52082014-04-23 Pedro Alves <palves@redhat.com>
5209
5210 * gdb.base/break-unload-file.c: New file.
5211 * gdb.base/break-unload-file.exp: New file.
5212 * gdb.base/sym-file-lib.c (baz): New function.
5213 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5214 field.
5215 (load): Store the segment's mapped size.
5216 (unload): New function.
5217 (unload_shlib): New function.
5218 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5219 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5220 set a breakpoint at baz, and call it.
5221 * gdb.base/sym-file.exp: New tests for stale breakpoint
5222 instructions.
5223
076855f9
PA
52242014-04-23 Pedro Alves <palves@redhat.com>
5225
5226 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5227 * gdb.base/hbreak-in-shr-unsupported.c: New file.
5228 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5229 * gdb.base/hbreak-unmapped.c: New file.
5230 * gdb.base/hbreak-unmapped.exp: New file.
5231 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5232 * lib/gdb.exp (gdb_is_target_remote): ... here.
5233
483805cf
PA
52342014-04-22 Pedro Alves <palves@redhat.com>
5235
5236 * gdb.base/consecutive-step-over.c: New file.
5237 * gdb.base/consecutive-step-over.exp: New file.
5238
06d97543
PA
52392014-04-22 Pedro Alves <palves@redhat.com>
5240
5241 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5242 instead of send_gdb/gdb_expect.
5243
b4429ea2
YQ
52442014-04-22 Yao Qi <yao@codesourcery.com>
5245
5246 * lib/trace-support.exp (generate_tracefile): New procedure.
5247 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5248 return 0.
5249 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5250 if generate_tracefile returns 1.
5251
51d48146
PA
52522014-04-18 Tom Tromey <palves@redhat.com>
5253 Pedro alves <tromey@redhat.com>
5254
5255 PR backtrace/15558
5256 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5257 with a backtrace limit.
5258 * gdb.python/py-frame-inline.exp: Test running to an inline
5259 function with a backtrace limit, and printing the newest frame.
5260 * gdb.python/py-frame-inline.c (main): Call f.
5261
bd1dce5f
MS
52622014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5263
5264 * gdb.java/jnpe.exp: Drop srcdir from untested path.
5265
40d1a503
MS
52662014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
5267
5268 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5269 Drop prefix from unsupported source file path.
5270
389b98f7
YQ
52712014-04-17 Yao Qi <yao@codesourcery.com>
5272
5273 * lib/gdb.exp (with_target_charset): New proc.
5274 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5275 with_target_charset.
5276 (test_print_strings): Likewise.
5277 (test_repeat_bytes): Likewise.
5278 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5279 for some tests.
5280
22869d73
KS
52812014-04-16 Keith Seitz <keiths@redhat.com>
5282
5283 PR gdb/15827
5284 * gdb.dwarf2/corrupt.c: New file.
5285 * gdb.dwarf2/corrupt.exp: New file.
5286
c4f87ca6
KS
52872014-04-16 Keith Seitz <keiths@redhat.com>
5288
5289 PR c++/16597
5290 * gdb.cp/namelessclass.cc: New file.
5291 * gdb.cp/namelessclass.exp: New file.
5292 * gdb.cp/namelessclass.S: New file.
5293
ab19de87
DE
52942014-04-16 Doug Evans <dje@google.com>
5295
5296 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5297 Add comment.
5298 (gdbserver_default_get_comm_port): New function.
5299 (gdbserver_start): Check if board file provided
5300 "gdbserver,get_comm_port" and use it if so.
5301 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5302 (gdb,socketport): Set to "stdio".
5303 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5304 (stdio_gdbserver_template): Delete.
5305 (${board}_get_remote_address): Update.
5306 (${board}_build_remote_cmd): Delete.
5307 (${board}_get_comm_port): New function.
5308 (${board}_spawn): Update.
5309 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5310 Delete.
5311 (${board}_get_remote_address): Update.
5312 (${board}_get_comm_port): New function.
5313
fc98a809
AB
53142014-04-16 Andrew Burgess <aburgess@broadcom.com>
5315
5316 * gdb.base/memattr.exp: Improve regexps to handle memory regions
5317 appearing in any order.
5318
87fd9e6e
DE
53192014-04-15 Doug Evans <dje@google.com>
5320
5321 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5322 uninitialized value of "description".
5323
099fc3ea
KS
53242014-04-15 Keith Seitz <keiths@redhat.com>
5325
5326 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5327 Remove unused globals.
5328 (test_running_the_program): Likewise.
5329 (test_controlled_execution): Likewise.
5330 (test_controlling_breakpoints): Likewise.
5331 (test_program_termination): Likewise.
5332
5da151d4
KS
53332014-04-15 Keith Seitz <keiths@redhat.com>
5334
5335 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5336 unused globals.
5337 (test_rbreak_creation_and_listing): Likewise.
5338 (test_ignore_count): Likewise.
5339 (test_error): Likewise.
5340
35e5d2f0
PA
53412014-04-15 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5344 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5345 sym-file-loader.c.
5346 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5347 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5348 to sym-file-loader.c.
5349 (struct library): Forward declare.
5350 (load_shlib, lookup_function): Change prototypes.
5351 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5352 (translate_offset): Remove declarations.
5353 (get_text_addr): New declaration.
5354 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5355 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5356 sym-file-loader.h.
5357 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5358 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5359 here from sym-file-loader.h.
5360 (struct library): New structure.
5361 (load_shlib, lookup_function): Change prototypes and adjust to
5362 work with a struct library.
5363 (find_shstrtab, find_strtab, find_shdr, find_symtab)
5364 (translate_offset): Make static.
5365 (get_text_addr): New function.
5366 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5367
eb4c1710
PA
53682014-04-15 Pedro Alves <palves@redhat.com>
5369
5370 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
5371
2d1baf52
PA
53722014-04-15 Pedro Alves <palves@redhat.com>
5373
5374 * gdb.base/sym-file-loader.c: Include <limits.h>.
5375 (SELF_LINK): New define.
5376 (get_origin): New function.
5377 (load_shlib): Use it.
5378 * gdb.base/sym-file.exp: Don't early return if the target is
5379 remote. Use runto_main, and issue fail is that fails. Use
5380 gdb_load_shlibs.
5381 (shlib_name): Delete.
5382 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
5383
7dd6df01
PA
53842014-04-15 Pedro Alves <palves@redhat.com>
5385
5386 * gdb.base/sym-file.exp: Remove regex characters from test
5387 message. Don't refer to breakpoint numbers in test messages.
5388
b50c8614
KS
53892014-04-14 Keith Seitz <keiths@redhat.com>
5390
5391 PR c++/16253
5392 * gdb.cp/var-tag.cc: New file.
5393 * gdb.cp/var-tag.exp: New file.
5394 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5395 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5396 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5397 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5398
3d567982
TT
53992014-04-14 Tom Tromey <tromey@redhat.com>
5400
5401 * gdb.cp/classes.exp (test_enums): Handle underlying type.
5402 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5403 type.
5404 * gdb.cp/enum-class.exp: New file.
5405 * gdb.cp/enum-class.cc: New file.
5406
0626fc76
TT
54072014-04-14 Tom Tromey <tromey@redhat.com>
5408
5409 * gdb.dwarf2/enum-type.exp: New file.
5410
dca325b3
SA
54112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5412
5413 * gdb.mi/mi-vla-c99.exp: New file.
5414 * gdb.mi/vla.c: New file.
5415
5854b38a
SA
54162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5417
5418 * gdb.base/vla-datatypes.c: New file.
5419 * gdb.base/vla-datatypes.exp: New file.
5420
463bb957
SA
54212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5422
5423 * gdb.base/vla-ptr.c: New file.
5424 * gdb.base/vla-ptr.exp: New file.
5425
3dd170be
SA
54262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5427
5428 * gdb.dwarf2/count.exp: New file.
5429
5ecaaa66
SA
54302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
5431
5432 * gdb.base/vla-sideeffect.c: New file.
5433 * gdb.base/vla-sideeffect.exp: New file.
5434
41f1ada5
DB
54352014-04-14 David Blaikie <dblaikie@gmail.com>
5436
5437 * gdb.mi/non-stop.c: Add return value for non-void function return
5438 statement.
5439 * gdb.threads/staticthreads.c: Ditto.
5440
0be03e84
DE
54412014-04-12 Siva Chandra Reddy <sivachandra@google.com>
5442 Doug Evans <xdje42@gmail.com>
5443
5444 * gdb.guile/scm-value.c: Improve test case.
5445 * gdb.guile/scm-value.exp: Add new test.
5446
f180a1fb
DB
54472014-04-11 David Blaikie <dblaikie@gmail.com>
5448
5449 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5450 override Clang's default.
5451
6b662e19
JB
54522014-04-11 Joel Brobecker <brobecker@adacore.com>
5453
5454 Revert the following changes (regressions):
5455
5456 * gdb.base/vla-sideeffect.c: New file.
5457 * gdb.base/vla-sideeffect.exp: New file.
5458
5459 * gdb.dwarf2/count.exp: New file.
5460
5461 * gdb.base/vla-multi.c: New file.
5462 * gdb.base/vla-multi.exp: New file.
5463
5464 * gdb.base/vla-ptr.c: New file.
5465 * gdb.base/vla-ptr.exp: New file.
5466
5467 * gdb.base/vla-datatypes.c: New file.
5468 * gdb.base/vla-datatypes.exp: New file.
5469
5470 * gdb.mi/mi-vla-c99.exp: New file.
5471 * gdb.mi/vla.c: New file.
5472
245a5f0b
KS
54732014-04-11 Keith Seitz <keiths@redhat.com>
5474
5475 PR c++/16675
5476 * gdb.cp/cpsizeof.exp: New file.
5477 * gdb.cp/cpsizeof.cc: New file.
5478
58a84dcf
SA
54792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5480
191a8a90
JB
5481 * gdb.mi/mi-vla-c99.exp: New file.
5482 * gdb.mi/vla.c: New file.
58a84dcf 5483
c8655f75
SA
54842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5485
5486 * gdb.base/vla-datatypes.c: New file.
5487 * gdb.base/vla-datatypes.exp: New file.
5488
024e13b4
SA
54892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5490
5491 * gdb.base/vla-ptr.c: New file.
5492 * gdb.base/vla-ptr.exp: New file.
5493
1a237e0e
SA
54942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5495
5496 * gdb.base/vla-multi.c: New file.
5497 * gdb.base/vla-multi.exp: New file.
5498
504f3432
SA
54992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5500
5501 * gdb.dwarf2/count.exp: New file.
5502
3bce8237
SA
55032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
5504
191a8a90
JB
5505 * gdb.base/vla-sideeffect.c: New file.
5506 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 5507
322f9c21
YQ
55082014-04-11 Yao Qi <yao@codesourcery.com>
5509
5510 * gdb.base/completion.exp: Check file exists before running tests
5511 on file completion.
5512
d708bcd1
PA
55132014-04-10 Pedro Alves <palves@redhat.com>
5514
5515 * gdb.base/cond-eval-mode.c: New file.
5516 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
5517 prepare_for_testing to build the new file. Check result of
5518 runto_main.
5519 (test_break, test_watch): New procedures.
5520 (top level): Use them.
5521
ae1d2761
PM
55222014-04-08 Pierre Muller <muller@sourceware.org>
5523
5524 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5525 Ctrl-V use for mingw hosts.
5526
7af389b8
SC
55272014-04-07 Siva Chandra Reddy <sivachandra@google.com>
5528
5529 * gdb.python/py-value.c: Improve test case.
5530 * gdb.python/py-value.exp: Add new test.
5531
5e703181
DE
55322014-04-07 David Blaikie <dblaikie@gmail.com>
5533
5534 * lib/compiler.c: Identify the clang compiler.
5535 * lib/compiler.cc: Ditto.
5536
9810b410
YQ
55372014-04-03 Yao Qi <yao@codesourcery.com>
5538
5539 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5540
98d1b8dc
AB
55412014-04-01 Anton Blanchard <anton@samba.org>
5542
5543 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
5544 messages unique.
5545
3114cea1
AB
55462014-04-01 Anton Blanchard <anton@samba.org>
5547
5548 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5549 prepare_for_testing.
5550
62f7182c
AB
55512014-04-01 Anton Blanchard <anton@samba.org>
5552
5553 * gdb.arch/ppc64-atomic-inst.c: Remove.
5554 * gdb.arch/ppc64-atomic-inst.S: New file.
5555 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5556
770e7fc7
DE
55572014-03-31 Doug Evans <dje@google.com>
5558
5559 * gdb.base/print-symbol-loading-lib.c: New file.
5560 * gdb.base/print-symbol-loading-main.c: New file.
5561 * gdb.base/print-symbol-loading.exp: New file.
5562
46e2bafa
YQ
55632014-03-31 Yao Qi <yao@codesourcery.com>
5564
5565 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5566
8776cfe9
JB
55672014-03-28 Joel Brobecker <brobecker@adacore.com>
5568
5569 * gdb.ada/mi_dyn_arr: New testcase.
5570
5d1ef361
DE
55712014-03-27 Doug Evans <dje@google.com>
5572
5573 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5574
b5bee914
YQ
55752014-03-27 Yao Qi <yao@codesourcery.com>
5576
5577 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5578 if target is nios2-*-*.
5579
0d4d0e77
YQ
55802014-03-26 Yao Qi <yao@codesourcery.com>
5581
5582 * lib/gdb.exp (readline_is_used): New proc.
5583 * gdb.base/completion.exp: Move tests on command complete up.
5584 Skip the rest of tests if readline is not used.
5585 * gdb.ada/complete.exp: Skp the test if readline is not
5586 used.
5587 * gdb.base/filesym.exp: Likewise.
5588 * gdb.base/macscp.exp: Likewise.
5589 * gdb.base/readline-ask.exp: Likewise.
5590 * gdb.base/readline.exp: Likewise.
5591 * gdb.python/py-cmd.exp: Likewise.
5592 * gdb.trace/tfile.exp: Likewise.
5593
29361eee
YQ
55942014-03-26 Yao Qi <yao@codesourcery.com>
5595
5596 * gdb.base/macscp.exp: Fix code format issues.
5597
bc9a5525
UW
55982014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5599
5600 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5601 * gdb.asm/powerpc64le.inc: New file.
5602
d3839ede
PA
56032014-03-25 Pedro Alves <palves@redhat.com>
5604 Doug Evans <dje@google.com>
5605
5606 * gdb.base/source-execution.c: New file.
5607 * gdb.base/source-execution.exp: New file.
5608 * gdb.base/source-execution.gdb: New file.
5609
01672a57
DE
56102014-03-24 Doug Evans <dje@google.com>
5611
5612 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5613 using fission.
5614
88bbeca9
HZ
56152014-03-24 Hui Zhu <hui@codesourcery.com>
5616 Pedro Alves <palves@redhat.com>
5617
5618 PR breakpoints/16101
5619 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5620 test pass/fail messages. Detect missing support for dprintf when
5621 breakpoints are actually inserted.
5622 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5623 breakpoints are actually inserted.
5624 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5625 fails.
5626
d2348791
JK
56272014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5628
5629 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5630
feef67ab
DE
56312014-03-22 Doug Evans <xdje42@gmail.com>
5632
5633 * gdb.python/python.exp (python not supported): Verify multi-line
5634 python command issues an error.
25d743f9 5635 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5636 guile command issues an error.
feef67ab 5637
ecebef6a
MR
56382014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5639
5640 * gdb.threads/thread-specific.exp: Handle the lack of usable
5641 $this_breakpoint and $this_thread.
5642
ccdd1909
HZ
56432014-03-21 Hui Zhu <hui@codesourcery.com>
5644
5645 * gdb.base/attach.exp (do_command_attach_tests): New.
5646
beb460e8
PA
56472014-03-20 Tom Tromey <tromey@redhat.com>
5648 Pedro Alves <palves@redhat.com>
5649
5650 PR cli/15718
5651 * gdb.base/condbreak-call-false.c: New file.
5652 * gdb.base/condbreak-call-false.exp: New file.
5653
40acf43a
PA
56542014-03-20 Pedro Alves <palves@redhat.com>
5655
5656 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5657 Delete.
5658 (block_signals, unblock_signals): Delete.
5659 (child_function_2, main): Remove references to deleted variable
5660 and functions.
5661
9f5e1e02
PA
56622014-03-20 Pedro Alves <palves@redhat.com>
5663
5664 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5665 Use pthread_kill to signal thread 2.
5666 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5667 Adjust to make the test send itself a signal rather than using the
5668 host's "kill" command.
5669
99619bea
PA
56702014-03-20 Pedro Alves <palves@redhat.com>
5671
5672 * gdb.threads/multiple-step-overs.c: New file.
5673 * gdb.threads/multiple-step-overs.exp: New file.
5674 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5675 Adjust expected infrun debug output.
5676
2adfaa28
PA
56772014-03-20 Pedro Alves <palves@redhat.com>
5678
5679 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5680 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5681
31e77af2
PA
56822014-03-20 Pedro Alves <palves@redhat.com>
5683
5684 PR breakpoints/7143
5685 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5686 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5687 of gdb_test_multiple.
5688 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5689 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5690
b9f437de
PA
56912014-03-20 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5694 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5695
05adc73e
PA
56962014-03-19 Pedro Alves <palves@redhat.com>
5697
5698 * gdb.base/async.exp: Remove early return.
5699
6048b950
PA
57002014-03-19 Pedro Alves <palves@redhat.com>
5701
5702 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5703
8bcfb00a
PA
57042014-03-19 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.base/async.exp (test_background): Expect \r\n after
5707 "completed." in the fail pattern.
5708
884e37dc
PA
57092014-03-19 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.base/async.exp (test_background): New procedure.
5712 Use it for all background execution command tests.
5713
148e57e2
PA
57142014-03-19 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.base/async.exp: Use prepare_for_testing.
5717
f48088c7
PA
57182014-03-19 Pedro Alves <palves@redhat.com>
5719
5720 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5721 the same line.
5722
e2f6c966
PA
57232014-03-19 Pedro Alves <palves@redhat.com>
5724
5725 * gdb.base/async.c (main): Add "jump here" and "until here" line
5726 marker comments.
5727 * gdb.base/async.exp (jump_here): New global.
5728 (jump& test): Use it.
5729 (until_here): New global.
5730 (until& test): Use it.
5731
c30568d4
PA
57322014-03-19 Pedro Alves <palves@redhat.com>
5733
5734 * gdb.base/async.exp: Don't frob gdb_protocol.
5735
0172b6a7
DE
57362014-03-18 Doug Evans <xdje42@gmail.com>
5737
5738 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5739 Fix spelling of exec-done-display.
5740
06c868a8
JK
57412014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5742
5743 PR gdb/15358
5744 * gdb.base/gdb-sigterm.c: New file.
5745 * gdb.base/gdb-sigterm.exp: New file.
5746
0c7e1a46
PA
57472014-03-18 Pedro Alves <palves@redhat.com>
5748
5749 PR gdb/13860
5750 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5751 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5752 solib-event.
5753
f7c77d93
JB
57542014-03-17 Joel Brobecker <brobecker@adacore.com>
5755
5756 * gdb.ada/pckd_arr_ren: New testcase.
5757
5a1e8c7a
DE
57582014-03-13 Doug Evans <xdje42@gmail.com>
5759
5760 PR guile/16612
5761 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5762 collect after discarding symbols.
5763
350e1a76
DE
57642014-03-13 Ludovic Courtès <ludo@gnu.org>
5765 Doug Evans <xdje42@gmail.com>
5766
5767 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5768 to history survives a gc.
5769
a69900ae
PA
57702014-03-13 Pedro Alves <palves@redhat.com>
5771
5772 * gdb.base/default.exp: Don't test "target procfs".
5773
5db9f0bd
PA
57742014-03-13 Pedro Alves <palves@redhat.com>
5775
5776 * gdb.base/default.exp: Update "target child" and "target procfs"
5777 tests to not expect "Unix".
5778
b3ccfe11
TT
57792014-03-12 Tom Tromey <tromey@redhat.com>
5780
5781 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5782 New procs. Add target-async tests.
5783 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5784 Add target-async tests.
5785
646f4417
AA
57862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5787
5788 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5789 'func_start' and 'func_end' for the beginning and end of the
5790 function code, respectively.
5791 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5792 'func_end' instead of 'func' and 'main'.
5793
288c211f
AA
57942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5795
5796 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5797 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5798 generate the debug info assembler source.
5799
e0c0f156
AA
58002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5801
5802 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5803 * gdb.dwarf2/arr-subrange.exp: Likewise.
5804 * gdb.dwarf2/dwz.exp: Likewise.
5805 * gdb.dwarf2/method-ptr.exp: Likewise.
5806 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5807 * gdb.dwarf2/subrange.exp: Likewise.
5808 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5809 * gdb.dwarf2/implptrpiece.exp: Likewise.
5810 * gdb.dwarf2/nostaticblock.exp: Likewise.
5811
0e5c4555
AA
58122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5813
5814 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5815 directory to absolute path name arguments.
5816
5ec18f2b
JG
58172014-03-10 Joel Brobecker <brobecker@adacore.com>
5818
5819 * gdb.ada/tagged_access: New testcase.
5820
847fc4f2
MM
58212014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5822
5823 * gdb.btrace/data.exp: Update expected output.
5824
cc3da688
YQ
58252014-03-06 Yao Qi <yao@codesourcery.com>
5826
5827 * gdb.trace/pr16508.exp: New file.
5828
0f26cec1
PA
58292014-03-05 Pedro Alves <palves@redhat.com>
5830
5831 PR gdb/16575
5832 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5833 procedure.
5834 (top level): Adjust to use it. Add tests that exercise breakpoint
5835 interaction with the code-cache.
5836
7a5a839f
LC
58372014-02-26 Ludovic Courtès <ludo@gnu.org>
5838
5839 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5840 test for 'history-append!'.
5841
31aa7e4e
JB
58422014-02-26 Joel Brobecker <brobecker@adacore.com>
5843
5844 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5845 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5846 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5847 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5848 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5849 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5850
1b588015
JB
58512014-02-26 Joel Brobecker <brobecker@adacore.com>
5852
5853 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5854 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5855 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5856
55426c9d
JB
58572014-02-26 Joel Brobecker <brobecker@adacore.com>
5858
5859 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5860
dc53a7ad
JB
58612014-02-26 Joel Brobecker <brobecker@adacore.com>
5862
5863 * gdb.dwarf2/arr-stride.c: New file.
5864 * gdb.dwarf2/arr-stride.exp: New file.
5865
12ab52e9
PA
58662014-02-26 Pedro Alves <palves@redhat.com>
5867
5868 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5869 that won't ever trigger. Make sure that GDB reports the correct
5870 breakpoint that caused the stop.
5871
849c862e
JK
58722014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5873
5874 PR gdb/16626
5875 * gdb.base/auto-load-script: New file.
5876 * gdb.base/auto-load.c: New file.
5877 * gdb.base/auto-load.exp: New file.
5878
71b7d793
JK
5879 PR gdb/16626
5880 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5881
e2f0d509
JK
58822014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5883
5884 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5885 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5886
50cc37c8
DE
58872014-02-24 Doug Evans <dje@google.com>
5888
5889 * lib/gdb.exp (run_on_host): Log error output if program fails.
5890
ea4758f2
PA
58912014-02-21 Pedro Alves <palves@redhat.com>
5892
5893 * gdb.threads/step-after-sr-lock.c: Rename to ...
5894 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5895 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5896 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5897 ... this.
5898
d7b30f67
SDJ
58992014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5900
5901 PR tdep/16397
5902 * gdb.arch/amd64-stap-special-operands.exp: New file.
5903 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5904 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5905 * gdb.arch/amd64-stap-triplet.S: Likewise.
5906 * gdb.arch/amd64-stap-triplet.c: Likewise.
5907
83deb43f
JB
59082014-02-20 Joel Brobecker <brobecker@adacore.com>
5909
5910 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5911 in .section pseudo-op.
5912
adde2bff
DE
59132014-02-20 lin zuojian <manjian2006@gmail.com>
5914 Joel Brobecker <brobecker@adacore.com>
5915 Doug Evans <xdje42@gmail.com>
5916
5917 PR symtab/16581
5918 * gdb.dwarf2/dw2-icycle.S: New file.
5919 * gdb.dwarf2/dw2-icycle.c: New file.
5920 * gdb.dwarf2/dw2-icycle.exp: New file.
5921
f7bd0f78
SC
59222014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5923
5924 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5925 operations on gdb.Value objects.
5926 * gdb.python/py-value-cc.exp: Add new test to test operations on
5927 gdb.Value objects.
5928
c17ef0d5
DE
59292014-02-18 Doug Evans <dje@google.com>
5930
5931 * Makefile.in (TESTS): New variable.
5932 (expanded_tests, expanded_tests_or_none): New variables
5933 (check-single): Pass $(expanded_tests_or_none) to runtest.
5934 (check-parallel): Only run tests in $(TESTS) if non-empty.
5935 (check/no-matching-tests-found): New rule.
5936 * README: Document TESTS makefile variable.
5937
5dd3176f
DE
59382014-02-18 Doug Evans <dje@google.com>
5939
5940 * Makefile.in (check-parallel): rm -rf outputs temp.
5941
0b10be4f
JK
59422014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5943
5944 Fix "ERROR: no fileid for" in the testsuite.
5945 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5946
85f224e7
DE
59472014-02-12 Doug Evans <dje@google.com>
5948
5949 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5950 (MISCELLANEOUS): New variable.
5951 (clean): rm -rf $(MISCELLANEOUS).
5952 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5953 dwp live in the same directory as symlinks, with each symlink pointed
5954 to a differently named file in a different directory.
5955
149b30ff
DE
59562014-02-11 Doug Evans <dje@google.com>
5957
5958 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5959 of Tcl file commands.
5960
1dfdac32
MK
59612014-02-10 Mark Kettenis <kettenis@gnu.org>
5962
5963 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5964 "kill -SIGUSR1 -1".
5965
aa4fb036
JB
59662014-02-10 Joel Brobecker <brobecker@adacore.com>
5967
5968 * gdb.ada/tick_length_array_enum_idx: New testcase.
5969
ed3ef339
DE
59702014-02-10 Doug Evans <xdje42@gmail.com>
5971
5972 * configure.ac (AC_OUTPUT): Add gdb.guile.
5973 * configure: Regenerate.
5974 * lib/gdb-guile.exp: New file.
5975 * lib/gdb.exp (get_target_charset): New function.
5976 * gdb.base/help.exp: Update expected output from "apropos apropos".
5977 * gdb.guile/Makefile.in: New file.
5978 * gdb.guile/guile.exp: New file.
5979 * gdb.guile/scm-arch.c: New file.
5980 * gdb.guile/scm-arch.exp: New file.
5981 * gdb.guile/scm-block.c: New file.
5982 * gdb.guile/scm-block.exp: New file.
5983 * gdb.guile/scm-breakpoint.c: New file.
5984 * gdb.guile/scm-breakpoint.exp: New file.
5985 * gdb.guile/scm-disasm.c: New file.
5986 * gdb.guile/scm-disasm.exp: New file.
5987 * gdb.guile/scm-equal.c: New file.
5988 * gdb.guile/scm-equal.exp: New file.
5989 * gdb.guile/scm-error.exp: New file.
5990 * gdb.guile/scm-error.scm: New file.
5991 * gdb.guile/scm-frame-args.c: New file.
5992 * gdb.guile/scm-frame-args.exp: New file.
5993 * gdb.guile/scm-frame-args.scm: New file.
5994 * gdb.guile/scm-frame-inline.c: New file.
5995 * gdb.guile/scm-frame-inline.exp: New file.
5996 * gdb.guile/scm-frame.c: New file.
5997 * gdb.guile/scm-frame.exp: New file.
5998 * gdb.guile/scm-generics.exp: New file.
5999 * gdb.guile/scm-gsmob.exp: New file.
6000 * gdb.guile/scm-iterator.c: New file.
6001 * gdb.guile/scm-iterator.exp: New file.
6002 * gdb.guile/scm-math.c: New file.
6003 * gdb.guile/scm-math.exp: New file.
6004 * gdb.guile/scm-objfile-script-gdb.in: New file.
6005 * gdb.guile/scm-objfile-script.c: New file.
6006 * gdb.guile/scm-objfile-script.exp: New file.
6007 * gdb.guile/scm-objfile.c: New file.
6008 * gdb.guile/scm-objfile.exp: New file.
6009 * gdb.guile/scm-ports.exp: New file.
6010 * gdb.guile/scm-pretty-print.c: New file.
6011 * gdb.guile/scm-pretty-print.exp: New file.
6012 * gdb.guile/scm-pretty-print.scm: New file.
6013 * gdb.guile/scm-section-script.c: New file.
6014 * gdb.guile/scm-section-script.exp: New file.
6015 * gdb.guile/scm-section-script.scm: New file.
6016 * gdb.guile/scm-symbol.c: New file.
6017 * gdb.guile/scm-symbol.exp: New file.
6018 * gdb.guile/scm-symtab-2.c: New file.
6019 * gdb.guile/scm-symtab.c: New file.
6020 * gdb.guile/scm-symtab.exp: New file.
6021 * gdb.guile/scm-type.c: New file.
6022 * gdb.guile/scm-type.exp: New file.
6023 * gdb.guile/scm-value-cc.cc: New file.
6024 * gdb.guile/scm-value-cc.exp: New file.
6025 * gdb.guile/scm-value.c: New file.
6026 * gdb.guile/scm-value.exp: New file.
6027 * gdb.guile/source2.scm: New file.
6028 * gdb.guile/types-module.cc: New file.
6029 * gdb.guile/types-module.exp: New file.
6030
7026a7c1
YQ
60312014-02-10 Yao Qi <yao@codesourcery.com>
6032
6033 PR testsuite/16543
6034 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
6035 * configure: Regenerated.
6036 * Makefile.in: New file.
6037
6c466447
AS
60382014-02-08 Andreas Schwab <schwab@linux-m68k.org>
6039
6040 * gdb.python/py-framefilter.exp: Fix typo.
6041
6e854735
YQ
60422014-02-08 Yao Qi <yao@codesourcery.com>
6043
6044 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
6045 that no =breakpoint-modified is emitted when breakpoints are
6046 modified through MI commands.
6047
d137e6dc
PA
60482014-02-07 Pedro Alves <pedro@codesourcery.com>
6049 Pedro Alves <palves@redhat.com>
6050
6051 * gdb.threads/step-after-sr-lock.c: New file.
6052 * gdb.threads/step-after-sr-lock.exp: New file.
6053
b5ee5a50
PA
60542014-02-07 Pedro Alves <palves@redhat.com>
6055
6056 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
6057
3c77faf3
JK
60582014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6059
6060 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
6061 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
6062
6dddc817
DE
60632014-02-06 Doug Evans <xdje42@gmail.com>
6064
6065 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
6066 output.
6067
6068 * gdb.gdb/python-interrupts.exp: New file.
6069
de7b2893
YQ
60702014-02-05 Yao Qi <yao@codesourcery.com>
6071
6072 * gdb.trace/report.exp (use_collected_data): Test the output
6073 of "info threads" and "info inferiors".
6074
66d032ac
YQ
60752014-02-05 Yao Qi <yao@codesourcery.com>
6076
6077 Revert this patch:
6078
6079 2013-05-24 Yao Qi <yao@codesourcery.com>
6080
6081 * gdb.trace/tfile.exp: Test inferior and thread.
6082
591a12a1
UW
60832014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6084
6085 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
6086 on a function.
6087 * gdb.base/step-bt.c: Call hello via function pointer to make
6088 sure its first instruction is executed on powerpc64le-linux.
6089
0ff3e01f
UW
60902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6091
6092 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
6093
084ee545
UW
60942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6095
6096 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
6097 of the test patterns for use on little-endian systems.
6098
6ed14ff3
UW
60992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6100
6101 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
6102 (decimal_vector): Fix for little-endian.
6103
401e27fd
JM
61042014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
6105
6106 * gdb.arch/sparc-sysstep.exp: New file.
6107 * gdb.arch/sparc-sysstep.c: Likewise.
6108
6109 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
6110
8b924729
EBM
61112014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6112
6113 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
6114
fb151210
JB
61152014-01-23 Tom Tromey <tromey@redhat.com>
6116
6117 * gdb.ada/array_char_idx: New testcase.
6118
0740f8d8
TT
61192014-01-23 Tom Tromey <tromey@redhat.com>
6120
6121 PR python/16487:
6122 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
6123 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
6124 classes.
6125
21909fa1
TT
61262014-01-23 Tom Tromey <tromey@redhat.com>
6127
6128 PR python/16491:
6129 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
6130 string from an inferior frame.
6131 * gdb.python/py-framefilter-mi.exp: Update.
6132
87ce2a04
DE
61332014-01-22 Doug Evans <dje@google.com>
6134
6135 * gdb.server/server-mon.exp: Add tests for "set debug-format".
6136
237b092b
AA
61372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6138
6139 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
6140
d674a709
AA
61412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6142
6143 * gdb.trace/entry-values.exp: Remove excess space character from
6144 regex patterns. Handle s390 call instruction.
6145
20fa3390
AA
61462014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6147
6148 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
6149 define "*_start" label. Make "name" static.
6150 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
6151 ${name} by references to ${name}_start.
6152
78466714
AA
61532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6154
6155 * gdb.base/info-macros.exp: Remove "debug" from the compile
6156 options.
6157
ec9f644a
IB
61582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6159
6160 * gdb.dlang/demangle.exp: New file.
6161
94b1b47e
IB
61622014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6163
6164 * gdb.dlang/primitive-types.exp: New file.
6165
7f420862
IB
61662014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6167
6168 * configure.ac: Create gdb.dlang/Makefile.
6169 * configure: Regenerate.
6170 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
6171 * gdb.dlang/Makefile.in: New file.
6172 * lib/d-support.exp: New file.
6173 * lib/gdb.exp (skip_d_tests): New proc.
6174
52834460
MM
61752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6176
6177 * gdb.btrace/delta.exp: Check reverse stepi.
6178 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
6179 * gdb.btrace/finish.exp: New.
6180 * gdb.btrace/next.exp: New.
6181 * gdb.btrace/nexti.exp: New.
6182 * gdb.btrace/record_goto.c: Add comments.
6183 * gdb.btrace/step.exp: New.
6184 * gdb.btrace/stepi.exp: New.
6185 * gdb.btrace/multi-thread-step.c: New.
6186 * gdb.btrace/multi-thread-step.exp: New.
6187 * gdb.btrace/rn-dl-bind.c: New.
6188 * gdb.btrace/rn-dl-bind.exp: New.
6189 * gdb.btrace/data.c: New.
6190 * gdb.btrace/data.exp: New.
6191 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6192
6e07b1d2
MM
61932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6194
6195 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
6196 * gdb.btrace/exception.exp: Update.
6197 * gdb.btrace/instruction_history.exp: Update.
6198 * gdb.btrace/record_goto.exp: Update.
6199 * gdb.btrace/tailcall.exp: Update.
6200 * gdb.btrace/unknown_functions.exp: Update.
6201 * gdb.btrace/delta.exp: New.
6202
0b722aec
MM
62032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6204
6205 * gdb.btrace/record_goto.exp: Add backtrace test.
6206 * gdb.btrace/tailcall.exp: Add backtrace test.
6207
066ce621
MM
62082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6209
6210 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6211 * gdb.btrace/record_goto.c: New.
6212 * gdb.btrace/record_goto.exp: New.
6213 * gdb.btrace/x86-record_goto.S: New.
6214
0688d04e
MM
62152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6216
6217 * gdb.btrace/function_call_history.exp: Update tests.
6218 * gdb.btrace/instruction_history.exp: Update tests.
6219
8710b709
MM
62202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6221
6222 * gdb.btrace/function_call_history.exp: Fix expected field
6223 order for "record function-call-history".
6224 Add new tests for "record function-call-history /c".
6225 * gdb.btrace/exception.cc: New.
6226 * gdb.btrace/exception.exp: New.
6227 * gdb.btrace/tailcall.exp: New.
6228 * gdb.btrace/x86-tailcall.S: New.
6229 * gdb.btrace/x86-tailcall.c: New.
6230 * gdb.btrace/unknown_functions.c: New.
6231 * gdb.btrace/unknown_functions.exp: New.
6232 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6233
5de9129b
MM
62342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6235
6236 * gdb.btrace/instruction_history.exp: Update.
6237 * gdb.btrace/function_call_history.exp: Update.
6238
23a7fe75
MM
62392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6240
6241 * gdb.btrace/function_call_history.exp: Fix expected function
6242 trace.
6243 * gdb.btrace/instruction_history.exp: Initialize traced.
6244 Remove traced_functions.
6245
724c7dd8
MM
62462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6247
6248 * gdb.btrace/function_call_history.exp: Update
6249 * gdb.btrace/instruction_history.exp: Update.
6250
6d78d93b
MM
62512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6252
6253 * gdb.btrace/enable.exp: Update expected text.
6254
93a360cc
OJ
62552014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
6256
6257 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6258 bytes.
6259
3772b53f
MR
62602014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
6261
6262 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6263
596662fa
OJ
62642014-01-15 Omair Javaid <omair.javaid@linaro.org>
6265
6266 * lib/gdb.exp (supports_process_record): Return true for
6267 arm*-linux*. (supports_reverse): Likewise.
6268
b5b08fb4
SC
62692014-01-13 Siva Chandra Reddy <sivachandra@google.com>
6270
6271 PR python/15464
6272 PR python/16113
6273 * gdb.python/py-type.c: Enhance test case.
6274 * gdb.python/py-value-cc.cc: Likewise
6275 * gdb.python/py-type.exp: Add new tests.
6276 * gdb.python/py-value-cc.exp: Likewise
6277
52d7fb13
AA
62782014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6279 Pedro Alves <palves@redhat.com>
6280
6281 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6282 Make "name" extern.
6283 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6284 references to ${name}_start by references to ${name}.
6285
a2cd8cfe
JB
62862014-01-10 Joel Brobecker <brobecker@adacore.com>
6287
6288 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6289
4e23fced
JB
62902014-01-10 Joel Brobecker <brobecker@adacore.com>
6291
6292 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6293
c6a9e42c
PA
62942014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
6295 Pedro Alves <palves@redhat.com>
6296
6297 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 6298 mi_gdb_target_load.
c6a9e42c 6299
b7ea362b
PA
63002014-01-08 Pedro Alves <palves@redhat.com>
6301
6302 * gdb.threads/reconnect-signal.c: New file.
6303 * gdb.threads/reconnect-signal.exp: New file.
6304
5e3f4fab
EBM
63052014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6306
6307 * gdb.base/source-dir.exp: New file.
6308
79301218
JB
63092014-01-07 Joel Brobecker <brobecker@adacore.com>
6310
6311 * gdb.ada/mi_interface: New testcase.
6312
8e355c5d
JB
63132014-01-07 Joel Brobecker <brobecker@adacore.com>
6314
6315 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6316 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6317 gdb.ada/pp-rec-component/pck.ads: New files.
6318
c0d48811
JB
63192014-01-07 Joel Brobecker <brobecker@adacore.com>
6320
6321 * gdb.python/py-pp-integral.c: New file.
6322 * gdb.python/py-pp-integral.py: New file.
6323 * gdb.python/py-pp-integral.exp: New file.
6324
17b609c3 6325For older changes see ChangeLog-1993-2013.
c906108c 6326\f
8d8cb839
EZ
6327;; Local Variables:
6328;; mode: change-log
6329;; left-margin: 8
6330;; fill-column: 74
6331;; version-control: never
6332;; End:
902f2ccb 6333
32d0add0 6334 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
6335 Copying and distribution of this file, with or without modification,
6336 are permitted provided the copyright notice and this notice are preserved.