varsize-limit error printing element of packed array...
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4a46959e
JB
12014-11-19 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.ada/pkd_arr_elem: New Testcase.
4
470e2f4e
LM
52014-11-18 Luis Machado <lgustavo@codesourcery.com>
6
7 * gdb.reverse/break-precsave: Expect completion message for
8 core file reads.
9 * gdb.reverse/consecutive-precsave.exp: Likewise.
10 * gdb.reverse/finish-precsave.exp: Likewise.
11 * gdb.reverse/i386-precsave.exp: Likewise.
12 * gdb.reverse/machinestate-precsave.exp: Likewise.
13 * gdb.reverse/sigall-precsave.exp: Likewise.
14 * gdb.reverse/solib-precsave.exp: Likewise.
15 * gdb.reverse/step-precsave.exp: Likewise.
16 * gdb.reverse/until-precsave.exp: Likewise.
17 * gdb.reverse/watch-precsave.exp: Likewise.
18
a267f3ad
AA
192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20
21 * gdb.base/bp-permanent.c: Include unistd.h.
22 * gdb.python/py-framefilter-mi.c (main): Add return type.
23 * gdb.python/py-framefilter.c (main): Likewise.
24 * gdb.trace/actions-changed.c (main): Likewise.
25
12084a9a
AA
262014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
27
28 * gdb.mi/until.c: Add eye-catchers.
29 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
30 line numbers.
31
dc7e1a77
AA
322014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
33
34 * gdb.base/condbreak.exp: Drop references to removed non-prototype
35 function header variants in break1.c.
36 * gdb.base/ena-dis-br.exp: Likewise.
37 * gdb.base/hbreak2.exp: Likewise.
38 * gdb.reverse/until-precsave.exp: Drop references to removed
39 non-prototype function header variants in ur1.c.
40 * gdb.reverse/until-reverse.exp: Likewise.
41
41c77605
PM
422014-11-17 Petr Machata <pmachata@redhat.com>
43
44 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
45 ${_cu_offset_size} bytes abbrev offset.
46
34248c3a
DE
472014-11-15 Doug Evans <xdje42@gmail.com>
48
49 PR symtab/17559
50 * gdb.base/line-symtabs.exp: New file.
51 * gdb.base/line-symtabs.c: New file.
52 * gdb.base/line-symtabs.h: New file.
53
646da059
YQ
542014-11-14 Yao Qi <yao@codesourcery.com>
55
56 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
57 (func): Add label func_label.
58 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
59 Replace low_pc and high_pc with MACRO_AT_range.
60 Replace name, low_pc and high_pc with MACRO_AT_func.
61
9301ebe6
YQ
622014-11-14 Yao Qi <yao@codesourcery.com>
63
64 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
65 Replace name, low_pc and high_pc with MACRO_AT_func.
66
f166b542
YQ
672014-11-14 Yao Qi <yao@codesourcery.com>
68
69 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
70 produce debug information.
71 * gdb.dwarf2/implptr-optimized-out.S: Removed.
72
0f6e71e3
YQ
732014-11-14 Yao Qi <yao@codesourcery.com>
74
75 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
76 object and get function length.
77 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
78 with MACRO_AT_func.
79 (top-level): Replace gdb_compile and clean_restart with
80 prepare_for_testing.
81 * gdb.dwarf2/main.c (main): Add label main_label.
82
876c4df9
YQ
832014-11-14 Yao Qi <yao@codesourcery.com>
84
85 * lib/dwarf.exp (function_range): New procedure.
86 (Dwarf::_handle_macro_at_func): New procedure.
87 (Dwarf::_handle_macro_at_range): New procedure.
88 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
89
02ad9cf1
YQ
902014-11-14 Yao Qi <yao@codesourcery.com>
91
92 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
93 (_handle_attribute): New procedure.
94
a59add0c
AA
952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
96
97 * gdb.ada/cond_lang/foo.c (callme): Add return type.
98 * gdb.base/call-sc.c (zed): Likewise.
99 * gdb.base/checkpoint.c (main): Likewise.
100 * gdb.base/dump.c (main): Likewise.
101 * gdb.base/gcore.c (main): Likewise.
102 * gdb.base/huge.c (main): Likewise.
103 * gdb.base/multi-forks.c (main): Likewise.
104 * gdb.base/pr10179-a.c (main): Likewise.
105 * gdb.base/savedregs.c (main): Likewise.
106 * gdb.base/sigaltstack.c (main): Likewise.
107 * gdb.base/siginfo.c (main): Likewise.
108 * gdb.base/structs.c (zed): Likewise.
109 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
110 * gdb.mi/mi-syn-frame.c (main): Likewise.
111 * gdb.mi/until.c (foo, main): Likewise.
112 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
113 * gdb.base/solib-weak.c (foo): Declare.
114 * gdb.base/attach-twice.c: Include stdio.h.
115 * gdb.base/weaklib1.c: Likewise.
116 * gdb.base/weaklib2.c: Likewise.
117 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
118 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
119 unistd.h.
120 * gdb.base/attach-pie-misread.c: Include stdlib.h.
121 * gdb.mi/mi-exit-code.c: Likewise.
122 * gdb.base/break-interp-lib.c: Include string.h.
123 * gdb.base/coremaker.c: Likewise.
124 * gdb.base/testenv.c: Likewise.
125 * gdb.python/py-finish-breakpoint.c: Likewise.
126 * gdb.base/inferior-died.c: Include sys/wait.h.
127 * gdb.base/fileio.c: Include time.h.
128 * gdb.base/async-shell.c: Include unistd.h.
129 * gdb.base/dprintf-non-stop.c: Likewise.
130 * gdb.base/info-os.c: Likewise.
131 * gdb.mi/mi-console.c: Likewise.
132 * gdb.mi/watch-nonstop.c: Likewise.
133 * gdb.python/py-events.c: Likewise.
134 * gdb.base/async.c (baz): Move up before its invocation.
135 * gdb.base/code_elim2.c (my_global_func): Likewise.
136 * gdb.base/skip-solib-lib.c (multiply): Likewise.
137 * gdb.base/advance.c (func2): Likewise.
138
3b5d5997
AA
1392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
140
141 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
142 variant.
143 * gdb.base/annota3.c: Likewise.
144 * gdb.base/async.c: Likewise.
145 * gdb.base/average.c: Likewise.
146 * gdb.base/call-ar-st.c: Likewise.
147 * gdb.base/call-rt-st.c: Likewise.
148 * gdb.base/call-sc.c: Likewise.
149 * gdb.base/call-strs.c: Likewise.
150 * gdb.base/ending-run.c: Likewise.
151 * gdb.base/execd-prog.c: Likewise.
152 * gdb.base/exprs.c: Likewise.
153 * gdb.base/foll-exec.c: Likewise.
154 * gdb.base/foll-fork.c: Likewise.
155 * gdb.base/foll-vfork.c: Likewise.
156 * gdb.base/funcargs.c: Likewise.
157 * gdb.base/gcore.c: Likewise.
158 * gdb.base/jump.c: Likewise.
159 * gdb.base/langs0.c: Likewise.
160 * gdb.base/langs1.c: Likewise.
161 * gdb.base/langs2.c: Likewise.
162 * gdb.base/mips_pro.c: Likewise.
163 * gdb.base/nodebug.c: Likewise.
164 * gdb.base/opaque0.c: Likewise.
165 * gdb.base/opaque1.c: Likewise.
166 * gdb.base/recurse.c: Likewise.
167 * gdb.base/run.c: Likewise.
168 * gdb.base/scope0.c: Likewise.
169 * gdb.base/scope1.c: Likewise.
170 * gdb.base/setshow.c: Likewise.
171 * gdb.base/setvar.c: Likewise.
172 * gdb.base/shmain.c: Likewise.
173 * gdb.base/shr1.c: Likewise.
174 * gdb.base/shr2.c: Likewise.
175 * gdb.base/sigall.c: Likewise.
176 * gdb.base/signals.c: Likewise.
177 * gdb.base/so-indr-cl.c: Likewise.
178 * gdb.base/solib2.c: Likewise.
179 * gdb.base/structs.c: Likewise.
180 * gdb.base/sum.c: Likewise.
181 * gdb.base/vforked-prog.c: Likewise.
182 * gdb.base/watchpoint.c: Likewise.
183 * gdb.reverse/shr2.c: Likewise.
184 * gdb.reverse/until-reverse.c: Likewise.
185 * gdb.reverse/ur1.c: Likewise.
186 * gdb.reverse/watch-reverse.c: Likewise.
187
066a77c5
AA
1882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
189
190 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
191 variant.
192 * gdb.base/sepdebug.exp: Drop references to removed code.
193
4f204ea5
AA
1942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
195
196 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
197 variant. Preserve original line numbering.
198 * gdb.base/list1.c: Likewise.
199
3b377a3a
AA
2002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
201
202 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
203 variant.
204 * gdb.base/break1.c: Likewise.
205 * gdb.base/break.exp: Drop references to removed code.
206
e444df73
AA
2072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
208
209 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
210 variant.
211
8008f2a7
AA
2122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
213
214 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
215
a5a06887
AA
2162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
217
218 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
219 logic into perform_all_tests() and invoke it with and without
220 function header prototypes.
221 (do_function_calls): Remove conditional XFAIL for PR 5318.
222 (rerun_and_prepare): Remove duplicate code.
223 (perform_all_tests): New. Main logic moved here.
224
44dba9b9
AA
2252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
226
227 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
228 code guarded by #ifdef NO_PROTOTYPES.
229 (t_double_many_args): Likewise.
230 (DEF_FUNC_MANY_ARGS_1): Likewise.
231 (DEF_FUNC_VALUES_1): Likewise.
232 (t_structs_ldc): Renamed from t_structs_fc in conditional code
233 guarded by #ifdef PROTOTYPES.
234
d1fbcd56
AA
2352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
236
237 * gdb.mi/mi-console.c: Add eye-catcher.
238 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
239 instead of literal line number.
240
b0e59b8f
AA
2412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
242
243 * gdb.base/shr2.c: Add eye-catcher.
244 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
245 line number.
246
78f98cca
AA
2472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
248
249 * gdb.base/jump.c: Add eye-catchers.
250 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
251 numbers.
252
58fa2af0
AA
2532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
254
255 * gdb.base/execd-prog.c: Add eye-catchers.
256 * gdb.base/foll-exec.c: Likewise.
257 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
258 line numbers.
259
04e5059b
AA
2602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
261
262 * gdb.base/ending-run.c: Add eye-catchers.
263 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
264 literal line numbers.
265
dbfdb174
AA
2662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
267
268 * gdb.base/call-rt-st.c: Add eye-catchers.
269 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
270 literal line numbers.
271
888a2ade
AA
2722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
273
274 * gdb.base/call-ar-st.c: Add eye-catchers.
275 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
276 literal line numbers.
277
6acc2dde
AA
2782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
279
280 * gdb.base/average.c: Add eye-catchers.
281 * gdb.base/sum.c: Likewise.
282 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
283 regexps dynamically.
284
9ecfcd1d
AA
2852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
286
287 * gdb.base/solib1.c: Add eye-catchers.
288 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
289 literal line numbers.
290
78708b7c
PA
2912014-11-12 Pedro Alves <palves@redhat.com>
292
293 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
294 leader has exited.
295
af48d08f
PA
2962014-11-12 Pedro Alves <palves@redhat.com>
297
298 * gdb.arch/i386-bp_permanent.c: New file.
299 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
300 (srcfile): Set to i386-bp_permanent.c.
301 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
302 that stepi does not execute the 'leave' instruction, instead of
303 testing it does execute.
304 * gdb.base/bp-permanent.c: New file.
305 * gdb.base/bp-permanent.exp: New file.
306
af3768e9
DE
3072014-11-10 Doug Evans <xdje42@gmail.com>
308
309 PR symtab/17564
310 * gdb.base/symtab-search-order.exp: New file.
311 * gdb.base/symtab-search-order.c: New file.
312 * gdb.base/symtab-search-order-1.c: New file.
313 * gdb.base/symtab-search-order-shlib-1.c: New file.
314
9de00a4a
PA
3152014-11-07 Pedro Alves <palves@redhat.com>
316
317 PR gdb/17511
318 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
319 i?86-*-linux*.
320
e0f52461
SC
3212014-11-03 Siva Chandra Reddy <sivachandra@google.com>
322
323 PR c++/17494
324 * gdb.cp/pr17494.cc: New file.
325 * gdb.cp/pr17494.exp: New file.
326
6ce8c980
YQ
3272014-11-02 Yao Qi <yao@codesourcery.com>
328
329 * gdb.python/python.exp: Get working directory and match the
330 output of "set extended-prompt \\w " with it.
331
02be9a71
DE
3322014-10-30 Doug Evans <dje@google.com>
333
334 * gdb.python/py-objfile.exp: Add tests for setting random attributes
335 in objfiles.
336 * gdb.python/py-progspace.exp: Add tests for setting random attributes
337 in progspaces.
338
3bdff46b
LM
3392014-10-30 Janis Johnson <janisjo@codesourcery.com>
340
341 * gdb.base/fullpath-expand.exp: Skip for a remote host.
342 * gdb.base/realname-expand.exp: Likewise.
343 * gdb.linespec/macro-relative.exp: Likewise.
344
ab917dfb
PA
3452014-10-29 Pedro Alves <palves@redhat.com>
346
347 PR gdb/17408
348 * gdb.threads/schedlock.c (some_function): New function.
349 (call_function): New global.
350 (MAYBE_CALL_SOME_FUNCTION): New macro.
351 (thread_function): Call it.
352 * gdb.threads/schedlock.exp (get_args): Add description parameter,
353 and use it instead of a global counter. Adjust all callers.
354 (get_current_thread): Use "find current thread" for test message
355 here rather than having all callers pass down the same string.
356 (goto_loop): New procedure, factored out from ...
357 (my_continue): ... this.
358 (step_ten_loops): Change parameter from test message to command to
359 use. Adjust.
360 (list_count): Delete global.
361 (check_result): New procedure, factored out from duplicate top
362 level code.
363 (continue tests): Wrap in with_test_prefix.
364 (test_step): New procedure, factored out from duplicate top level
365 code.
366 (top level): Test "step" in combination with all scheduler-locking
367 modes. Test "next" in combination with all scheduler-locking
368 modes, and in combination with stepping over a function call or
369 not.
370 * gdb.threads/next-bp-other-thread.c: New file.
371 * gdb.threads/next-bp-other-thread.exp: New file.
372
d3d4baed
PA
3732014-10-29 Pedro Alves <palves@redhat.com>
374
375 PR python/17372
376 * gdb.python/python.exp: Test a multi-line command that spawns
377 interactive Python.
378 * gdb.base/multi-line-starts-subshell.exp: New file.
379
563e8d85
YQ
3802014-10-29 Yao Qi <yao@codesourcery.com>
381
382 * gdb.base/fileio.exp: Make directories on host.
383
0ea4d52e
YQ
3842014-10-29 Yao Qi <yao@codesourcery.com>
385
386 * gdb.base/fileio.c (test_write): Close the file.
387
7f5ef605
PA
3882014-10-28 Pedro Alves <palves@redhat.com>
389
390 PR gdb/12623
391 * gdb.base/sigstep.c (no_handler): New global.
392 (main): If 'no_handler is true, set the signal handlers to
393 SIG_IGN.
394 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
395 with_sw_watch and no_handler parameters. Handle them.
396 (top level) <stepping over handler when stopped at a breakpoint
397 test>: Add a test axis for testing with a software watchpoint, and
398 another for testing with the signal handler set to SIG_IGN.
399 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
400 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
401
abbdbd03
PA
4022014-10-28 Pedro Alves <palves@redhat.com>
403
404 PR gdb/17511
405 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
406 * gdb.base/sigstep.exp (other_handler_location): New global.
407 (advance): Support stepping into the signal handler, and running
408 commands while in the handler.
409 (in_handler_map): New global.
410 (top level): In the advance test, add combinations for getting
411 into the handler with stepping commands, and for running commands
412 in the handler. Add comment descripting the advancei tests.
413
1df4399f
PA
4142014-10-28 Pedro Alves <palves@redhat.com>
415
416 * gdb.base/sigstep.exp: Use build_executable instead of
417 prepare_for_testing.
418 (top level): Move code that starts GDB, runs to main and creates a
419 display to ...
420 (restart): ... this new procedure.
421 (top level): Move backtrace from signal handler test to ...
422 (validate_backtrace): ... this new procedure.
423 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
424 with_test_prefix. Always restart GDB.
425 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
426 with_test_prefix. Always restart GDB. No need to delete
427 breakpoints after the test.
428 (test_skip_handler): Remove prefix parameter.
429 (skip_over_handler, breakpoint_to_handler)
430 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
431 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
432 restart GDB. No need to delete breakpoints after the test.
433 (top level): Use foreach to call the test procedures with
434 different commands.
435
a5b6e449
PA
4362014-10-28 Pedro Alves <palves@redhat.com>
437
438 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
439 instead of GNATS numbers.
440 * gdb.base/sigbpt.exp: Likewise.
441 * gdb.base/siginfo.exp: Likewise.
442 * gdb.base/sigstep.exp: Likewise.
443
e5f8a7cc
PA
4442014-10-27 Pedro Alves <palves@redhat.com>
445
446 * gdb.base/sigstep.c (dummy): New global.
447 (main): Issue a couple writes to the new global.
448 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
449 procedures.
450 (skip_over_handler): Use test_skip_handler.
451 (top level): Call skip_over_handler for stepi and nexti too.
452 (breakpoint_over_handler): Use test_skip_handler.
453 (top level): Call breakpoint_over_handler for stepi and nexti too.
454
763905a3
YQ
4552014-10-27 Yao Qi <yao@codesourcery.com>
456
457 * gdb.trace/tfile.c (adjust_function_address)
458 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
459 function descriptor.
460
6f259a23
DB
4612014-10-24 Don Breazeal <donb@codesourcery.com>
462
463 * gdb.base/foll-fork.exp (test_follow_fork,
464 catch_fork_child_follow): Check for updated fork messages emitted
465 from infrun.c.
466 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
467 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
468 vfork_and_exec_child_follow_through_step): Check for updated vfork
469 messages emitted from infrun.c.
470
09dd9a69
PA
4712014-10-24 Pedro Alves <palves@redhat.com>
472
473 * gdb.base/corefile.exp: Remove references to ultrix.
474 * gdb.base/interrupt.exp: Likewise.
475 * gdb.base/whatis.exp: Likewise.
476 * gdb.gdb/selftest.exp: Likewise.
477 * gdb.threads/manythreads.exp: Likewise.
478 * gdb.threads/print-threads.exp: Likewise.
479 * gdb.threads/pthreads.exp:: Likewise.
480 * gdb.threads/schedlock.exp: Likewise.
481
3433cfa5
SC
4822014-10-24 Siva Chandra Reddy <sivachandra@google.com>
483
484 * gdb.cp/non-trivial-retval.cc: Add a test case.
485 * gdb.cp/non-trivial-retval.exp: Add a test.
486
092f880b
YQ
4872014-10-20 Yao Qi <yao@codesourcery.com>
488
489 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
490 * gdb.python/py-objfile-script-gdb.py: New file.
491 * gdb.python/py-objfile-script.exp: Update reference to
492 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
493 of remote_download. Remove the dest file.
494
acbdb7f3
YQ
4952014-10-20 Yao Qi <yao@codesourcery.com>
496
497 * gdb.base/checkpoint.exp: Don't remove file copied on host.
498 * gdb.base/step-line.exp: Likewise.
499 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
500 * gdb.dwarf2/dw2-basic.exp: Likewise.
501 * gdb.dwarf2/dw2-compressed.exp: Likewise.
502 * gdb.dwarf2/dw2-filename.exp: Likewise.
503 * gdb.dwarf2/dw2-intercu.exp: Likewise.
504 * gdb.dwarf2/dw2-intermix.exp: Likewise.
505 * gdb.dwarf2/dw2-producer.exp: Likewise.
506 * gdb.dwarf2/mac-fileno.exp: Likewise.
507 * gdb.python/py-frame-args.exp: Likewise.
508 * gdb.python/py-framefilter.exp: Likewise.
509 * gdb.python/py-mi.exp: Likewise.
510 * gdb.python/py-objfile-script.exp: Likewise
511 * gdb.python/py-pp-integral.exp: Likewise.
512 * gdb.python/py-pp-re-notag.exp: Likewise.
513 * gdb.python/py-prettyprint.exp: Likewise.
514 * gdb.python/py-section-script.exp: Likewise.
515 * gdb.python/py-typeprint.exp: Likewise.
516 * gdb.python/py-xmethods.exp: Likewise.
517 * gdb.stabs/weird.exp: Likewise.
518 * gdb.xml/tdesc-regs.exp: Likewise.
519
bd286a29
KCY
5202014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
521
522 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
523 (out_cu): Use addr_len for the size of addresses.
524 (out_line): Likewise. Size DW_LNE_set_address instruction
525 according to addr_len.
526 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
527 (FUNC): Add START_INSNS to definition.
528
673dc4a0
YQ
5292014-10-18 Yao Qi <yao@codesourcery.com>
530
531 * gdb.base/argv0-symlink.exp: Check argv[0] value if
532 gdb_has_argv0 return true.
533 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
534 check [target_info exists noargs], check [gdb_has_argv0]
535 instead.
536 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
537 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
538 procedures.
539
4ffbba72
DE
5402014-10-17 Doug Evans <dje@google.com>
541
542 * gdb.python/py-events.exp: Update expected output for clear_objfiles
543 event.
544 * gdb.python/py-events.py: Add clear_objfiles event.
545
d096d8c1
DE
5462014-10-17 Doug Evans <dje@google.com>
547
548 * gdb.python/py-objfile.exp: Test progspace attribute.
549
a80db015
LM
5502014-10-17 Luis Machado <lgustavo@codesourcery.com>
551
552 * gdb.guile/scm-breakpoint.exp: Do not assume any
553 directory separators when matching source file paths.
554 * gdb.python/py-breakpoint.exp: Likewise.
555 * gdb.reverse/break-precsave.exp: Likewise.
556 * gdb.reverse/break-reverse.exp: Likewise.
557 * gdb.reverse/consecutive-precsave.exp: Likewise.
558 * gdb.reverse/finish-precsave.exp: Likewise.
559 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
560 * gdb.reverse/finish-reverse.exp: Likewise.
561 * gdb.reverse/i386-precsave.exp: Likewise.
562 * gdb.reverse/i387-env-reverse.exp: Likewise.
563 * gdb.reverse/i387-stack-reverse.exp: Likewise.
564 * gdb.reverse/machinestate-precsave.exp: Likewise.
565 * gdb.reverse/machinestate.exp: Likewise.
566 * gdb.reverse/sigall-precsave.exp: Likewise.
567 * gdb.reverse/solib-precsave.exp: Likewise.
568 * gdb.reverse/step-precsave.exp: Likewise.
569 * gdb.reverse/until-precsave.exp: Likewise.
570 * gdb.reverse/watch-precsave.exp: Likewise.
571 * gdb.reverse/watch-reverse.exp: Likewise.
572
b22089ab
YQ
5732014-10-17 Yao Qi <yao@codesourcery.com>
574
575 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
576 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
577
6c4486e6
PA
5782014-10-17 Pedro Alves <palves@redhat.com>
579
580 PR gdb/17471
581 * gdb.base/bg-execution-repeat.c: New file.
582 * gdb.base/bg-execution-repeat.exp: New file.
583
0ff33695
PA
5842014-10-17 Pedro Alves <palves@redhat.com>
585
586 PR gdb/17300
587 * gdb.base/continue-all-already-running.c: New file.
588 * gdb.base/continue-all-already-running.exp: New file.
589
6fdebc3d
PA
5902014-10-17 Pedro Alves <palves@redhat.com>
591
592 PR gdb/17472
593 * gdb.base/annota-input-while-running.c: New file.
594 * gdb.base/annota-input-while-running.exp: New file.
595
32a8097b
PA
5962014-10-17 Pedro Alves <palves@redhat.com>
597
598 * gdb.base/callfuncs.exp: emove references to osf.
599 * gdb.base/sigall.exp: Likewise.
600 * gdb.gdb/selftest.exp: Likewise.
601 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
602 * gdb.mi/non-stop.c: Likewise.
603 * gdb.mi/pthreads.c: Likewise.
604 * gdb.reverse/sigall-precsave.exp: Likewise.
605 * gdb.reverse/sigall-reverse.exp: Likewise.
606 * gdb.threads/pthreads.c: Likewise.
607 * gdb.threads/pthreads.exp: Likewise.
608
7a3517ff
YQ
6092014-10-17 Yao Qi <yao@codesourcery.com>
610
611 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
612 check 'target_info exists noargs'.
613 (test_command_prompt_position): Likewise.
614 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
615 Remove "set args".
616 (progvar_simple_while_test): Likewise.
617 (progvar_complex_if_while_test): Likewise.
618 (if_while_breakpoint_command_test): Likewise.
619 (infrun_breakpoint_command_test): Likewise.
620 (breakpoint_command_test): Likewise.
621 (watchpoint_command_test): Likewise.
622 (bp_deleted_in_command_test): Likewise.
623 (temporary_breakpoint_commands): Likewise.
624
bb99c472
YQ
6252014-10-16 Yao Qi <yao@codesourcery.com>
626
627 * gdb.base/remotetimeout.exp: Remove noargs checking.
628
7c16b83e
PA
6292014-10-15 Pedro Alves <palves@redhat.com>
630
631 PR breakpoints/9649
632 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
633 * gdb.base/breakpoint-in-ro-region.exp
634 (probe_target_hardware_step): New procedure.
635 (top level): Probe hardware stepping and hardware breakpoint
636 support. Test stepping through a read-only region, with both
637 "breakpoint auto-hw" on and off and both "always-inserted" on and
638 off.
639
35a49624
IB
6402014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
641
642 * gdb.dlang/demangle.exp: Update for demangling changes.
643
2d1c107c
SC
6442014-10-15 Siva Chandra Reddy <sivachandra@google.com>
645
646 * gdb.cp/non-trivial-retval.cc: Add new test cases.
647 * gdb.cp/non-trivial-retval.exp: Add new tests.
648
778811d5
SC
6492014-10-15 Siva Chandra Reddy <sivachandra@google.com>
650
651 PR c++/13403
652 PR c++/15154
653 * gdb.cp/non-trivial-retval.cc: New file.
654 * gdb.cp/non-trivial-retval.exp: New file.
655
10c5f0a8
YQ
6562014-10-15 Yao Qi <yao@codesourcery.com>
657
658 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
659 remote host.
660
65d7b369
YQ
6612014-10-15 Yao Qi <yao@codesourcery.com>
662
663 * gdb.python/py-symbol.exp: Match file base name if host is
664 remote, otherwise match file name with dir name.
665 * gdb.python/py-symtab.exp: Likewise.
666 * gdb.python/python.exp: Likewise.
667
46dc1394
YQ
6682014-10-15 Yao Qi <yao@codesourcery.com>
669
670 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
671 pattern.
672 * gdb.python/py-symtab.exp: Likewise.
673 * gdb.python/python.exp: Remove trailing ".*". Fix typo
674 locationn.
675
c40cc657
JB
6762014-10-14 Joel Brobecker <brobecker@adacore.com>
677
678 * gdb.ada/addr_arith: New testcase.
679
2abf49e1
MR
6802014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
681
682 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
683 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
684 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
685 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
686
f7088df3
SDJ
6872014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
688
689 * gdb.arch/stap-eval-lang-ada.S: Likewise.
690 * gdb.arch/stap-eval-lang-ada.c: Likewise.
691 * gdb.arch/stap-eval-lang-ada.exp: New file.
692
4dc06805
YQ
6932014-10-14 Yao Qi <yao@codesourcery.com>
694
695 * gdb.mi/mi-var-child.c (nothing1): New function.
696 (nothing2): New function.
697 (do_children_tests): Set function pointers by nothing1 and
698 nothing2.
699 * gdb.mi/mi-var-child.exp: Step over new added statements.
700 Update test to match the new output.
701 * gdb.mi/var-cmd.c (nothing1): New function.
702 (nothing2): New function.
703 (do_children_tests): Set function pointers by nothing1 and
704 nothing2.
705 * gdb.mi/mi-var-display.exp: Update test to match output.
706 Step to the line specified by $line_dct_nothing.
707 Increase the number of lines to step.
708
46a93de2
YQ
7092014-10-14 Yao Qi <yao@codesourcery.com>
710
711 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
712 tests.
713 * gdb.mi/mi2-var-child.exp: Likewise.
714
14ea52ee
DE
7152014-10-13 Doug Evans <dje@google.com>
716
717 * gdb.python/py-objfile.exp: Change name of file name test.
718
e5c6e92b
DE
7192014-10-13 Doug Evans <dje@google.com>
720
721 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
722 from the start of the CU.
723
c780cc2f
JK
7242014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
725 Yao Qi <yao@codesourcery.com>
726
727 Fix "save breakpoints" for "catch" command.
728 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
729 Remove -nonewline. Match also the added "main" line.
730
99894e11
JK
7312014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
732
733 Fix "save breakpoints" for "disable $bpnum" command.
734 * gdb.base/save-bp.c (main): Add label.
735 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
736
6e1ac5a3
JK
7372014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
738
739 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
740
754dd2b0
YQ
7412014-10-11 Yao Qi <yao@codesourcery.com>
742
743 * gdb.server/server-kill.exp: Execute command
744 "set remote trace-status-packet on" before "tstatus".
745
f90183d7
YQ
7462014-10-11 Yao Qi <yao@codesourcery.com>
747
748 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
749 (main): Call getppid.
750 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
751 and continue to it. Read variable "server_pid".
752
bf40a607
YQ
7532014-10-11 Yao Qi <yao@codesourcery.com>
754
755 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
756
052ca370
YQ
7572014-10-11 Yao Qi <yao@codesourcery.com>
758
759 * gdb.threads/thread-find.exp: Don't execute command
760 "info threads".
761 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
762 * gdb.threads/linux-dp.exp: Don't check the condition
763 $threads_created equals to zero.
764
3831839c
PA
7652014-10-10 Pedro Alves <palves@redhat.com>
766
767 * gdb.base/bigcore.exp: Remove references to IRIX.
768 * gdb.base/funcargs.exp: Likewise.
769 * gdb.base/interrupt.exp: Likewise.
770 * gdb.base/mips_pro.exp: Likewise.
771 * gdb.base/nodebug.exp: Likewise.
772 * gdb.base/setvar.exp: Likewise.
773 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
774
8b9a549d
PA
7752014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
776 Pedro Alves <palves@redhat.com>
777
778 PR symtab/14466
779 * gdb.base/vdso-warning.c: New file.
780 * gdb.base/vdso-warning.exp: New file.
781
d48ba5e8
DE
7822014-10-02 Doug Evans <dje@google.com>
783
784 * gdb.base/structs.c (main): Don't run forever.
785
2278c276
PA
7862014-10-02 Pedro Alves <palves@redhat.com>
787
788 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
789 (top level) <stop threads 1, stop threads 2>: Use it.
790
b57bacec
PA
7912014-10-02 Pedro Alves <palves@redhat.com>
792
793 * gdb.threads/break-while-running.exp (test): Add new
794 'update_thread_list' argument. Skip "info threads" if false.
795 (top level): Add new 'update_thread_list' axis.
796
13fd3ff3
PA
7972014-10-02 Pedro Alves <palves@redhat.com>
798
799 PR breakpoints/17431
800 * gdb.base/execl-update-breakpoints.c: New file.
801 * gdb.base/execl-update-breakpoints.exp: New file.
802
0fec99e8
PA
8032014-10-01 Pedro Alves <palves@redhat.com>
804
805 * gdb.base/breakpoint-in-ro-region.c: New file.
806 * gdb.base/breakpoint-in-ro-region.exp: New file.
807
2ddf4301
SM
8082014-10-01 Simon Marchi <simon.marchi@ericsson.com>
809
810 * gdb.mi/mi-exit-code.exp: New file.
811 * gdb.mi/mi-exit-code.c: New file.
812
6a5f3f43
YQ
8132014-09-30 Yao Qi <yao@codesourcery.com>
814
815 * lib/prelink-support.exp (build_executable_own_libs): Error if
816 the target isn't native.
817
345bcc73
YQ
8182014-09-30 Yao Qi <yao@codesourcery.com>
819
820 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
821 false.
822
a25a5a45
PA
8232014-09-22 Pedro Alves <palves@redhat.com>
824
825 * gdb.threads/break-while-running.exp: New file.
826 * gdb.threads/break-while-running.c: New file.
827
00ba3162
YQ
8282014-09-19 Yao Qi <yao@codesourcery.com>
829
830 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
831 Invoke test. Restart GDB with --readnow and invoke test again.
832
c3b7b696
YQ
8332014-09-19 Yao Qi <yao@codesourcery.com>
834
835 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
836 proc set_breakpoint_on_gcd_function. Invoke
837 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
838 invoke set_breakpoint_on_gcd_function again.
839
2b4fd423
DE
8402014-09-18 Doug Evans <dje@google.com>
841
842 * gdb.dwarf2/symtab-producer.exp: New file.
843
a5947601
SDJ
8442014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
845
846 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
847 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
848 * gdb.base/global-var-nested-by-dso.c: Likewise.
849 * gdb.base/global-var-nested-by-dso.exp: Likewise.
850
91c19059
SDJ
8512014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
852 Pedro Alves <palves@redhat.com>
853
854 * gdb.base/watch-bitfields.exp: Pass string other than test file
855 name to prepare_for_testing.
856 (watch): New procedure.
857 (expect_watchpoint): Use with_test_prefix.
858 (top level): Factor out tests to ...
859 (test_watch_location, test_regular_watch): ... these new
860 procedures, and use with_test_prefix and gdb_continue_to_end.
861
bb9d5f81
PP
8622014-09-16 Patrick Palka <patrick@parcs.ath.cx>
863
864 PR breakpoints/12526
865 * gdb.base/watch-bitfields.exp: New file.
866 * gdb.base/watch-bitfields.c: New file.
867
635856f5
PA
8682014-09-16 Pedro Alves <palves@redhat.com>
869
870 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
871 software and hardware addresses, not software address against
872 itself.
873
7280ceea
PA
8742014-09-16 Pedro Alves <palves@redhat.com>
875
876 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
877 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
878
428b16bd
PA
8792014-09-16 Pedro Alves <palves@redhat.com>
880
881 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
882 files.
883 * gdb.base/a2-run.exp: Remove all code guarded by istarget
884 "*-*-vxworks*" throughout.
885 * gdb.base/break.exp: Likewise.
886 * gdb.base/default.exp: Likewise.
887 * gdb.base/scope.exp: Likewise.
888 * gdb.base/sepdebug.exp: Likewise.
889 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
890 throughout.
891 * gdb.base/run.c: Likewise.
892 * gdb.base/sepdebug.c: Likewise.
893 * gdb.hp/gdb.aCC/run.c: Likewise.
894 * gdb.reverse/until-reverse.c: Likewise.
895 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
896
666d413c
YQ
8972014-09-16 Yao Qi <yao@codesourcery.com>
898
899 * boards/local-remote-host-native.exp: New file.
900
57cbd724
DE
9012014-09-14 Doug Evans <xdje42@gmail.com>
902
903 * gdb.threads/queue-signal.c (thread_count): New variable.
904 (thread_count_mutex, thread_count_condvar): New variables.
905 (incr_thread_count, wait_all_threads_running): New functions.
906 (main): Wait for all threads to be in their thread functions.
907
81219e53
DE
9082014-09-13 Doug Evans <xdje42@gmail.com>
909
910 * gdb.threads/queue-signal.c: New file.
911 * gdb.threads/queue-signal.exp: New file.
912
3714cea7
DE
9132014-09-13 Doug Evans <xdje42@gmail.com>
914
915 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
916 be consistent with what default_gdb_init uses.
917 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
918 the plain text of the prompt. Add some logging printfs.
919 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
920
fa43b1d7
PA
9212014-09-12 Pedro Alves <palves@redhat.com>
922
923 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
924 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
925 * gdb.arch/i386-size-overlap.exp: Likewise.
926 * gdb.arch/i386-size.exp: Likewise.
927 * gdb.arch/i386-unwind.exp: Likewise.
928 * gdb.base/a2-run.exp: Likewise.
929 * gdb.base/break.exp: Likewise.
930 * gdb.base/charset.exp: Likewise.
931 * gdb.base/chng-syms.exp: Likewise.
932 * gdb.base/commands.exp: Likewise.
933 * gdb.base/dbx.exp: Likewise.
934 * gdb.base/find.exp: Likewise.
935 * gdb.base/funcargs.exp: Likewise.
936 * gdb.base/jit-simple.exp: Likewise.
937 * gdb.base/reread.exp: Likewise.
938 * gdb.base/sepdebug.exp: Likewise.
939 * gdb.base/step-bt.exp: Likewise.
940 * gdb.cp/mb-inline.exp: Likewise.
941 * gdb.cp/mb-templates.exp: Likewise.
942 * gdb.objc/basicclass.exp: Likewise.
943 * gdb.threads/killed.exp: Likewise.
944
9d9bf2df
EBM
9452014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
946
947 PR tdep/17379
948 * gdb.arch/powerpc-stackless.S: New file.
949 * gdb.arch/powerpc-stackless.exp: New file.
950
1cf2f1b0
JK
9512014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
952
953 * gdb.base/attach.c: Include unistd.h.
954 (main): Call alarm. Add label postloop.
955 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
956 gdb_breakpoint, gdb_continue_to_breakpoint.
957 (test_command_line_attach_run): Kill ${testpid} in one exit path.
958
98880d46
PA
9592014-09-11 Pedro Alves <palves@redhat.com>
960
961 PR gdb/17347
962 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
963 * gdb.base/attach.exp (test_command_line_attach_run): New
964 procedure.
965 (top level): Call it.
966
4c92ff2c
PA
9672014-09-11 Pedro Alves <palves@redhat.com>
968
969 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
970 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
971 (do_command_attach_tests): Use spawn_wait_for_attach.
972 * gdb.base/solib-overlap.exp: Likewise.
973 * gdb.multi/multi-attach.exp: Likewise.
974 * gdb.python/py-prompt.exp: Likewise.
975 * gdb.python/py-sync-interp.exp: Likewise.
976 * gdb.server/ext-attach.exp: Likewise.
977
3adc1a7d
GKB
9782014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
979
980 * gdb.fortran/array-element.exp: Remove unexpected "continue"
981 command in testcase. Simplify testcase.
982
96334934
JB
9832014-09-10 Joel Brobecker <brobecker@adacore.com>
984
985 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
986
eb479039
JB
9872014-09-10 Joel Brobecker <brobecker@adacore.com>
988
989 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
990
deede10c
JB
9912014-09-10 Joel Brobecker <brobecker@adacore.com>
992
993 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
994
7828a5f5
JB
9952014-09-10 Joel Brobecker <brobecker@adacore.com>
996
997 * gdb.dwarf2/dynarr-ptr.c: New file.
998 * gdb.dwarf2/dynarr-ptr.exp: New file.
999
33aeebcf
MR
10002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1001
1002 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1003 of 30 rather than hardcoding 120 for a slow test case. Take the
1004 `gdb,timeout' target setting into account for this calculation.
1005 Don't extend the timeout for the test cases that don't need it.
1006
7b415901
MR
10072014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1008
1009 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1010 a factor of 2 for a slow test case. Take the `gdb,timeout'
1011 target setting into account for this calculation.
1012 * gdb.reverse/until-precsave.exp: Increase the timeout by
1013 a factor of 15 and 3 respectively rather than adding 120
1014 for a pair of slow test cases. Take the `gdb,timeout'
1015 target setting into account for this calculation.
1016
4a40f85a
MR
10172014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1018
1019 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1020 timeout, don't pass one down to gdb_expect.
1021 (gdb_expect): Rework timeout selection.
1022
09635af7
MR
10232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1024
1025 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1026 exception on timeout.
1027 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1028 (gdbserver_start_extended): Catch any `gdbserver_start' error
1029 exceptions.
1030 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1031 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1032 `gdbserver_gdb_load' error exceptions.
1033
2bdd10b7
MR
10342014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1035
1036 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1037 120 on waiting for the TCP socket to open.
1038
316935f0
DE
10392014-09-09 Doug Evans <xdje42@gmail.com>
1040
1041 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1042 _caller_matches, _any_caller_is, _any_caller_matches.
1043
83740597
DE
10442014-09-09 Doug Evans <xdje42@gmail.com>
1045
1046 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1047
4c122fc3
YQ
10482014-09-09 Yao Qi <yao@codesourcery.com>
1049
1050 * gdb.mi/mi-var-display.exp: Set print symbol off.
1051
a9f116cb
GKB
10522014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1053
1054 PR gdb/17035
1055 * gdb.base/commands.exp: Add tests to verify user-defined
1056 commands with empty bodies.
1057 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1058 python commands in `show user command`.
1059 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1060 scheme commands in `show user command`.
1061
c75bd3a2
JK
10622014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1063
1064 PR python/17355
1065 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1066 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1067 * gdb.python/py-framefilter-invalidarg.exp: New file.
1068 * gdb.python/py-framefilter-invalidarg.py: New file.
1069
faa42425
DE
10702014-09-06 Doug Evans <xdje42@gmail.com>
1071
1072 PR 15276
1073 * gdb.python/py-caller-is.c: New file.
1074 * gdb.python/py-caller-is.exp: New file.
1075
474ca4f6
SDJ
10762014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1077
1078 PR gdb/17235
1079 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1080 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1081
eb0b0463
SDJ
10822014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1083
1084 PR fortran/17237
1085 * gdb.fortran/print-formatted.exp: New file.
1086 * gdb.fortran/print-formatted.f90: Likewise.
1087
5f3b99cf
SS
10882014-09-03 Sasha Smundak <asmundak@google.com>
1089
1090 * gdb.python/py-frame.exp: Test Frame.read_register.
1091
7d793aa9
SDJ
10922014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1093
1094 PR python/16699
1095 * gdb.python/py-completion.exp: New file.
1096 * gdb.python/py-completion.py: Likewise.
1097
fb0576e9
DE
10982014-08-28 Doug Evans <dje@google.com>
1099
1100 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
1101 eax,etc. are live with values set by gdb and thus the compiler can't
1102 use them.
1103 * gdb.arch/i386-pseudo.c (main): Ditto.
1104
ee92b0dd
DE
11052014-08-27 Doug Evans <dje@google.com>
1106
1107 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1108
6649db35
DE
11092014-08-25 Doug Evans <dje@google.com>
1110
1111 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1112 (main): Ditto.
1113
564b7600
DE
11142014-08-25 Doug Evans <dje@google.com>
1115
1116 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1117
3881fb67
YQ
11182014-08-24 Yao Qi <yao@codesourcery.com>
1119
1120 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
1121 symbol off.
1122 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
1123
a05a36a5
DE
11242014-08-22 Doug Evans <dje@google.com>
1125
1126 PR 17276
1127 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
1128 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
1129 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
1130
7c343b48
YQ
11312014-08-22 Yao Qi <yao@codesourcery.com>
1132
1133 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
1134 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1135 * gdb.python/python.exp: Likewise. Use .py file on the host
1136 instead of the build.
1137
22fd09ae
JK
11382014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1139
1140 * gdb.threads/gcore-stale-thread.c: New file.
1141 * gdb.threads/gcore-stale-thread.exp: New file.
1142
a8454a7c
PA
11432014-08-21 Pedro Alves <palves@redhat.com>
1144
1145 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
1146 * gdb.base/gcore-relro-pie.exp: Likewise.
1147 * gdb.base/gcore-relro.exp: Likewise.
1148 * gdb.base/gcore.exp: Likewise.
1149 * gdb.base/print-symbol-loading.exp: Likewise.
1150 * gdb.threads/gcore-thread.exp: Likewise.
1151 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
1152
2a31c623
PA
11532014-08-20 Pedro Alves <palves@redhat.com>
1154 Jan Kratochvil <jan.kratochvil@redhat.com>
1155
1156 * Makefile.in (EXTRA_RULES, CC): New variables, get from
1157 configure.
1158 (EXPECT): Handle READ1 being set.
1159 (all): Depend on EXTRA_RULES.
1160 (check-read1, expect-read1, read1.so, read1): New rules.
1161 * README (Testsuite Parameters): Document the READ1 make variable.
1162 (Race detection): New section.
1163 * configure: Regenerate.
1164 * configure.ac: If build==host==target, and running under a
1165 GNU/glibc system, add read1 to the extra Makefile rules.
1166 (EXTRA_RULES): AC_SUBST it.
1167 * lib/read1.c: New file.
1168
d36430db
JB
11692014-08-20 Joel Brobecker <brobecker@adacore.com>
1170
1171 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
1172 the handling of variables declared as a typedef to an array
1173 which a DW_AT_data_location attribute.
1174
9a0dc9e3
PA
11752014-08-19 Andrew Burgess <aburgess@broadcom.com>
1176 Pedro Alves <palves@redhat.com>
1177
1178 PR symtab/14604
1179 PR symtab/14605
1180 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
1181 gdb_test.
1182
0718a8da
PA
11832014-08-19 Pedro Alves <palves@redhat.com>
1184
1185 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1186
13b448cd
YQ
11872014-08-19 Yao Qi <yao@codesourcery.com>
1188
1189 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1190 right line.
1191
1cbf5077
DB
11922014-08-18 David Blaikie <dblaikie@gmail.com>
1193
1194 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1195
bf0fae19
JB
11962014-08-18 Joel Brobecker <brobecker@adacore.com>
1197
1198 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
1199 attribute in array range.
1200
3c8c5dcc
JB
12012014-08-18 Joel Brobecker <brobecker@adacore.com>
1202
1203 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1204
e66d4446
SC
12052014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1206
1207 PR c++/17132
1208 * gdb.cp/pr17132.cc: New file.
1209 * gdb.cp/pr17132.exp: New file.
1210
940df408
SC
12112014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1212
1213 * gdb.python/py-xmethods.py (A_getarrayind)
1214 (E_method_char_worker.__call__, E_method_int_worker.__call__):
1215 Use 'print' with function call syntax.
1216 (E_method_matcher.match): Fix tab vs space indentation mixup.
1217
ebcc6c3a
YQ
12182014-08-15 Yao Qi <yao@codesourcery.com>
1219
1220 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1221 false.
1222
775e0f04
YQ
12232014-08-15 Yao Qi <yao@codesourcery.com>
1224
1225 * gdb.cp/casts.exp: Set print symbol off.
1226 * gdb.cp/class2.exp: Likewise.
1227 * gdb.cp/overload.exp: Likewise.
1228 * gdb.cp/templates.exp: Likewise.
1229
d769e349
DE
12302014-08-11 Doug Evans <dje@google.com>
1231
1232 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1233 (test_load_shlib): Update.
1234
20c6f1e1
YQ
12352014-08-09 Yao Qi <yao@codesourcery.com>
1236
1237 * gdb.base/display.exp: Invoke is_address_zero_readable.
1238 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
1239 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1240 * gdb.base/hbreak-unmapped.exp: Return if
1241 is_address_zero_readable returns true.
1242 * gdb.base/signest.exp: Likewise.
1243 * gdb.base/signull.exp: Likewise.
1244 * gdb.base/sigbpt.exp: Likewise.
1245 * gdb.guile/scm-disasm.exp: Do the test if
1246 is_address_zero_readable returns false.
1247 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
1248 * gdb.python/py-arch.exp: Likewise.
1249 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
1250 * lib/gdb.exp (is_address_zero_readable): New proc.
1251
5792e8e3
YQ
12522014-08-09 Yao Qi <yao@codesourcery.com>
1253
1254 PR testsuite/13443
1255 * gdb.mi/mi-var-display.exp: Make test messages unique.
1256
3cecbbbe
TT
12572014-08-04 Tom Tromey <tromey@redhat.com>
1258
1259 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
1260 target 0".
1261
00b51ff5
TT
12622014-08-04 Tom Tromey <tromey@redhat.com>
1263
1264 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
1265 "target_resume".
1266
6908c509
JB
12672014-08-01 Joel Brobecker <brobecker@adacore.com>
1268
1269 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
1270 inner_vla_struct_object_size.
1271 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
1272 as xfail.
1273
cc6563d2
PA
12742014-07-30 Pedro Alves <palves@redhat.com>
1275
1276 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1277 comment.
1278
7e09a223
YQ
12792014-07-29 Yao Qi <yao@codesourcery.com>
1280
1281 PR gdb/17206
1282 * gdb.base/until-nodebug.exp: New.
1283
7ebdbe92
DE
12842014-07-28 Doug Evans <xdje42@gmail.com>
1285
1286 PR guile/17203
1287 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1288 previously existing parameter, and previously ambiguously spelled
1289 parameter.
1290
fdb1adc6
WN
12912014-07-28 Will Newton <will.newton@linaro.org>
1292
1293 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1294
186fcde0
DE
12952014-07-26 Ludovic Courtès <ludo@gnu.org>
1296 Doug Evans <xdje42@gmail.com>
1297
1298 PR guile/17146
1299 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1300
70509625
PA
13012014-07-25 Pedro Alves <palves@redhat.com>
1302
1303 * gdb.threads/signal-command-handle-nopass.c: New file.
1304 * gdb.threads/signal-command-handle-nopass.exp: New file.
1305 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1306 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1307 * gdb.threads/signal-delivered-right-thread.c: New file.
1308 * gdb.threads/signal-delivered-right-thread.exp: New file.
1309
c3f814a1
PA
13102014-07-25 Pedro Alves <palves@redhat.com>
1311
1312 * gdb.base/double-prompt-target-event-error.exp
1313 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1314 match.
1315 (cancel_pagination_in_target_event): Rework double prompt
1316 detection.
1317 * gdb.base/paginate-after-ctrl-c-running.exp
1318 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1319 <return>' match.
1320 * gdb.base/paginate-bg-execution.exp
1321 (test_bg_execution_pagination_return)
1322 (test_bg_execution_pagination_cancel): Remove '-notransfer
1323 <return>' matches.
1324 * gdb.base/paginate-execution-startup.exp
1325 (test_fg_execution_pagination_return)
1326 (test_fg_execution_pagination_cancel): Remove '-notransfer
1327 <return>' matches.
1328 * gdb.base/paginate-inferior-exit.exp
1329 (test_paginate_inferior_exited): Remove '-notransfer <return>'
1330 match.
1331 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
1332 * lib/gdb.exp (pagination_prompt): Run text through
1333 string_to_regexp.
1334 (gdb_test_multiple): Match $pagination_prompt instead of
1335 "<return>".
1336 (string_to_regexp): Move to lib/gdb-utils.exp.
1337
e214cf6c
JK
13382014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1339
1340 * gdb.arch/amd64-entry-value-paramref.S: New file.
1341 * gdb.arch/amd64-entry-value-paramref.cc: New file.
1342 * gdb.arch/amd64-entry-value-paramref.exp: New file.
1343 * gdb.arch/amd64-optimout-repeat.S: New file.
1344 * gdb.arch/amd64-optimout-repeat.c: New file.
1345 * gdb.arch/amd64-optimout-repeat.exp: New file.
1346
17d0c5c8
JK
13472014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1348
1349 PR gdb/17170
1350 * gdb.base/statistics.exp: New file.
1351
b8b8facf
DE
13522014-07-17 Doug Evans <dje@google.com>
1353
74b49205 1354 PR gdb/17170
b8b8facf
DE
1355 * gdb.base/maint.exp: Update testing of per-command stats.
1356
1b5d0ab3
PA
13572014-07-16 Pedro Alves <palves@redhat.com>
1358
1359 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
1360 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
1361 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
1362 (tfile_write_buf): New functions.
1363 (add_memory_block): Rewrite using the above.
1364 (adjust_function_address): New function.
1365 (FUNCTION_ADDRESS): New macro.
1366 (write_basic_trace_file): Remove short_x local, and use
1367 tfile_write_16. Change type of func_addr local to unsigned long
1368 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
1369 here. Cast argument of add_memory_block to char pointer.
1370 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
1371 (main): Remove parameters.
1372 * gdb.trace/tfile.exp: Remove nowarnings.
1373
4d974e88
SM
13742014-07-15 Simon Marchi <simon.marchi@ericsson.com>
1375
1376 * gdb.base/debug-expr.exp: Test string evaluation with
1377 "debug expression" on.
1378
41e99568
PA
13792014-07-15 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.base/reread.exp: Use clean_restart.
1382
487d9753
PL
13832014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
1384
1385 * gdb.arch/avr-flash-qualifer.c: New.
1386 * gdb.arch/avr-flash-qualifer.exp: New.
1387
cc1c52ad
PA
13882014-07-14 Pedro Alves <palves@redhat.com>
1389
1390 * gdb.base/paginate-after-ctrl-c-running.c: New file.
1391 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
1392
1e973570
PA
13932014-07-14 Pedro Alves <palves@redhat.com>
1394
1395 * gdb.base/double-prompt-target-event-error.c: New file.
1396 * gdb.base/double-prompt-target-event-error.exp: New file.
1397
93d6eb10
PA
13982014-07-14 Pedro Alves <palves@redhat.com>
1399
1400 PR gdb/17072
1401 * gdb.base/paginate-inferior-exit.c: New file.
1402 * gdb.base/paginate-inferior-exit.exp: New file.
1403
0017922d
PA
14042014-07-14 Pedro Alves <palves@redhat.com>
1405
1406 PR gdb/17072
1407 * gdb.base/paginate-bg-execution.c: New file.
1408 * gdb.base/paginate-bg-execution.exp: New file.
1409
94696ad3
PA
14102014-07-14 Pedro Alves <palves@redhat.com>
1411
1412 PR gdb/17072
1413 * gdb.base/paginate-execution-startup.c: New file.
1414 * gdb.base/paginate-execution-startup.exp: New file.
1415 * lib/gdb.exp (pagination_prompt): New global.
1416 (default_gdb_spawn): New procedure, factored out from
1417 default_gdb_spawn.
1418 (default_gdb_start): Adjust to call default_gdb_spawn.
1419 (gdb_spawn): New procedure.
1420
bd293940
PA
14212014-07-14 Pedro Alves <palves@redhat.com>
1422
1423 * lib/gdb.exp (gdb_assert): New procedure.
1424 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
1425
c933f875
PA
14262014-07-14 Pedro Alves <palves@redhat.com>
1427
1428 * gdb.base/execution-termios.c: New file.
1429 * gdb.base/execution-termios.exp: New file.
1430
d98b7a16
TT
14312014-07-14 Tom Tromey <tromey@redhat.com>
1432
1433 * gdb.cp/vla-cxx.cc: New file.
1434 * gdb.cp/vla-cxx.exp: New file.
1435
548740d6
TT
14362014-07-14 Tom Tromey <tromey@redhat.com>
1437
1438 * gdb.reverse/rerun-prec.c: New file.
1439 * gdb.reverse/rerun-prec.exp: New file.
1440
a25eb028
MR
14412014-07-12 Maciej W. Rozycki <macro@mips.com>
1442 Maciej W. Rozycki <macro@codesourcery.com>
1443
1444 * lib/gdb-utils.exp: New file.
1445 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
1446 inline `gdb_init_command' processing.
1447 (gdb_start_cmd): Likewise.
1448 * lib/mi-support.exp (mi_run_cmd): Likewise.
1449 * README: Document `gdb_init_command' and `gdb_init_commands'.
1450
218c2655
JK
14512014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1452
1453 Fix false FAIL running under a very long directory name.
1454 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
1455 and "set print elements 10000". Twice.
1456
5401fde3
YQ
14572014-07-11 Yao Qi <yao@codesourcery.com>
1458
1459 * gdb.base/exprs.exp: "set print symbol off".
1460
e76126e8
PA
14612014-07-11 Pedro Alves <palves@redhat.com>
1462
1463 * gdb.threads/kill.c: New file.
1464 * gdb.threads/kill.exp: New file.
1465
2d6f0de6
YQ
14662014-07-10 Yao Qi <yao@codesourcery.com>
1467
1468 * gdb.trace/tfile.c (write_basic_trace_file)
1469 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
1470 address written to trace file.
1471
7180e04a
PA
14722014-07-09 Pedro Alves <palves@redhat.com>
1473
1474 * gdb.base/attach-wait-input.exp: New file.
1475 * gdb.base/attach-wait-input.c: New file.
1476
9a9a7608
AB
14772014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1478
1479 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
1480 setting up test structures.
1481 (main): Call new test function.
1482 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
1483 test function, continue into test function and walk test
1484 structures.
1485
161ac41e
YQ
14862014-07-02 Yao Qi <yao@codesourcery.com>
1487
1488 * gdb.trace/entry-values.c: Define labels 'foo_start' and
1489 'bar_start' at the beginning of functions 'foo' and 'bar'
1490 respectively.
1491 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
1492 instead of 'foo' and 'bar'.
1493
1f267ae3
MM
14942014-07-08 Markus Metzger <markus.t.metzger@intel.com>
1495
1496 * gdb.btrace/segv.exp: New.
1497 * gdb.btrace/segv.c: New.
1498
2b239efb
LM
14992014-07-02 Luis Machado <lgustavo@codesourcery.com>
1500
1501 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1502 instruction.
1503
cf363f18
MW
15042014-06-30 Mark Wielaard <mjw@redhat.com>
1505
1506 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
1507 vulture, vilify, villar): New volatile array constants.
1508 (vindictive, vegetation): New const volatile array constants.
1509 * gdb.base/volatile.exp: Test volatile and const volatile array
1510 types.
1511
aebf9d24
AA
15122014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1513
1514 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
1515 target lacks support for awatch, rwatch, or hbreak.
1516
b67a2c6f
YQ
15172014-06-27 Yao Qi <yao@codesourcery.com>
1518
1519 * gdb.multi/dummy-frame-restore.exp: New.
1520 * gdb.multi/dummy-frame-restore.c: New.
1521
aef92902
MM
15222014-06-25 Markus Metzger <markus.t.metzger@intel.com>
1523
1524 * gdb.btrace/gcore.exp: New.
1525
8e9db26e
PA
15262014-06-23 Pedro Alves <palves@redhat.com>
1527
1528 * gdb.base/watchpoint-reuse-slot.c: New file.
1529 * gdb.base/watchpoint-reuse-slot.exp: New file.
1530
70afc5b7
SC
15312014-06-23 Siva Chandra Reddy <sivachandra@google.com>
1532
1533 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
1534 progspace's filename in 'info', 'enable' and 'disable' command
1535 tests.
1536
b972bd9c
JK
15372014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1538
1539 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
1540 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1541 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
1542
125f8a3d
GB
15432014-06-20 Gary Benson <gbenson@redhat.com>
1544
1545 * gdb.arch/i386-avx.exp: Fix include file location.
1546 * gdb.arch/i386-sse.exp: Likewise.
1547
3ed9baed
IB
15482014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
1549
1550 * gdb.dlang/expression.exp: New file.
1551
034f788c
PA
15522014-06-19 Pedro Alves <palves@redhat.com>
1553
1554 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
1555 out from ...
1556 (top level): ... here. Iterate running tests under different
1557 scheduler-locking settings.
1558
45371d0c
LM
15592014-06-18 Luis Machado <lgustavo@codesourcery.com>
1560
1561 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
1562 to DW_FORM_addr and use non-zero addresses.
1563
5d376983
SC
15642014-06-18 Siva Chandra Reddy <sivachandra@google.com>
1565
1566 PR gdb/17017
1567 * gdb.python/py-xmethods.cc: Add global function call counters and
1568 increment them in their respective functions. Remove "cout"
1569 statements.
1570 * gdb.python/py-xmethods.exp: Make tests check the global function
1571 call counters instead of depending on inferior IO.
1572
a1aa2221
LM
15732014-06-18 Don Breazeal <donb@codesourcery.com>
1574
1575 * gdb.base/foll-fork.exp (default_fork_parent_follow):
1576 Deleted procedure.
1577 (explicit_fork_parent_follow): Deleted procedure.
1578 (explicit_fork_child_follow): Deleted procedure.
1579 (test_follow_fork): New procedure.
1580 (do_fork_tests): Replace calls to deleted procedures with
1581 calls to test_follow_fork and reset GDB for subsequent
1582 procedure calls.
1583
0fc05997
YQ
15842014-06-17 Yao Qi <yao@codesourcery.com>
1585
1586 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
1587 CP1252.
1588
70795c52
LM
15892014-06-17 Luis Machado <lgustavo@codesourcery.com>
1590
1591 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
1592 Initialize ptr and S explicitly.
1593 (skip_type_update_when_not_use_rtti_test): Likewise.
1594
6be47f0c
KS
15952014-06-16 Keith Seitz <keiths@redhat.com>
1596
1597 PR mi/15863
1598 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
1599 the inferior is started.
1600
d03de421
PA
16012014-06-16 Pedro Alves <palves@redhat.com>
1602
1603 * gdb.base/break-main-file-remove-fail.c: New file.
1604 * gdb.base/break-main-file-remove-fail.exp: New file.
1605 * gdb.base/break-unload-file.exp: Use build_executable instead of
1606 prepare_for_testing.
1607 (test_break): New parameter "initial_load". Handle it.
1608 (top level): Add initial_load cmdline/file axis.
1609
f9579b99
TT
16102014-06-12 Tom Tromey <tromey@redhat.com>
1611
1612 * gdb.base/completion.exp: Don't use directory name in test.
1613
3657956b
GB
16142014-06-09 Gary Benson <gbenson@redhat.com>
1615
1616 * gdb.base/sigall.c [Functions to send signals]: Reorder to
1617 separate the always-available ANSI-standard signals from the
1618 signals that require checking.
1619 (main): Likewise.
1620 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
1621 Likewise.
1622 (main): Likewise.
1623
4186eb54
KS
16242014-06-07 Keith Seitz <keiths@redhat.com>
1625
1626 Revert:
1627 PR c++/16253
1628 * gdb.cp/var-tag.cc: New file.
1629 * gdb.cp/var-tag.exp: New file.
1630 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1631 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1632 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1633 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1634
25326a28 16352014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
1636
1637 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
1638
829155c9
PA
16392014-06-06 Pedro Alves <palves@redhat.com>
1640
1641 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
1642 in target debug output instead of looking at RSP packets,
1643 disabling the test on any target that uses hardware stepping.
1644 Update comments.
1645
61c8d22e
PA
16462014-06-06 Pedro Alves <palves@redhat.com>
1647
1648 * gdb.base/break-unload-file.exp: Fix typo.
1649
d9a47287
YQ
16502014-06-06 Yao Qi <yao@codesourcery.com>
1651
1652 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
1653 from "jit_function" to "^jit_function".
1654
e5e01dbf
YQ
16552014-06-06 Yao Qi <yao@codesourcery.com>
1656
1657 * gdb.base/async.c (foo): Add one statement.
1658 * gdb.base/async.exp: Get the next instruction address and
1659 match the output of "nexti" by instruction address. Match
1660 the hex address in the output of "finish".
1661
73ba372c
GB
16622014-06-06 Gary Benson <gbenson@redhat.com>
1663
1664 * gdb.base/call-signals.c: Remove preprocessor conditionals
1665 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
1666 SIGSEGV and SIGTERM.
1667 * gdb.base/sigall.c: Likewise.
1668 * gdb.base/unwindonsignal.c: Likewise.
1669 * gdb.reverse/sigall-reverse.c: Likewise.
1670
831517df
YQ
16712014-06-06 Yao Qi <yao@codesourcery.com>
1672
1673 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
1674 readable, skip the test.
1675
b8b91e98
YQ
16762014-06-06 Yao Qi <yao@codesourcery.com>
1677
1678 * gdb.threads/staticthreads.c (thread_function): Move the line
1679 setting breakpoint on forward.
1680 * gdb.threads/staticthreads.exp: Update comments.
1681
fb934770
LC
16822014-06-05 Ludovic Courtès <ludo@gnu.org>
1683
1684 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
1685 "history-append! type error".
1686
6ef284bd
SM
16872014-06-05 Simon Marchi <simon.marchi@ericsson.com>
1688
1689 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
1690 erroneous dprintf expected input.
1691
a872e241
DE
16922014-06-04 Doug Evans <xdje42@gmail.com>
1693
1694 * gdb.guile/scm-generics.exp: Delete.
1695
16f691fb
DE
16962014-06-04 Doug Evans <xdje42@gmail.com>
1697
1698 * gdb.guile/scm-breakpoint.exp: Update.
1699 Add tests for breakpoint registration.
1700
012370f6
TT
17012014-06-04 Tom Tromey <tromey@redhat.com>
1702
1703 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
1704 VLA-in-union.
1705 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
1706 inner_vla_struct, vla_union types. Initialize objects of those
1707 types and compute their sizes.
1708
9f5a4cef
HZ
17092014-06-04 Nathan Sidwell <nathan@codesourcery.com>
1710 Hui Zhu <hui@codesourcery.com>
1711
1712 * gdb.base/fileio.exp: Add test for shell not available as well as
1713 available.
1714 * gdb.base/fileio.c (test_system): Check for shell twice.
1715
90a45c4d
YQ
17162014-06-04 Yao Qi <yao@codesourcery.com>
1717
1718 * gdb.base/auto-connect-native-target.exp: Remove redundant
1719 space from the regexp pattern.
1720
70017e41
YQ
17212014-06-04 Yao Qi <yao@codesourcery.com>
1722
1723 * gdb.base/default.exp: Replace "child" with "native" in
1724 regexp pattern.
1725
883964a7
SC
17262014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1727
1728 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
1729 * gdb.python/py-xmethods.exp: New tests to test xmethods.
1730 * gdb.python/py-xmethods.py: Python script supporting the
1731 new testcase and tests.
1732
ef370185
JB
17332014-06-03 Joel Brobecker <brobecker@adacore.com>
1734 Pedro Alves <palves@redhat.com>
1735
1736 PR breakpoints/17000
1737 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
1738 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
1739
1e2ccb61
BM
17402014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
1741
1742 * gdb.base/subst.exp: Add tests to verify partial path matching
1743 output.
1744
c6ec5ab2
PA
17452014-06-03 Pedro Alves <palves@redhat.com>
1746
1747 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
1748 target that doesn't use software single-stepping.
1749
835c559f
PA
17502014-06-03 Pedro Alves <palves@redhat.com>
1751
1752 PR breakpoints/17000
1753 * gdb.base/sss-bp-on-user-bp-2.c: New file.
1754 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
1755
06eb1586
DE
17562014-06-02 Doug Evans <xdje42@gmail.com>
1757
1758 * gdb.guile/scm-parameter.exp: New file.
1759
e698b8c4
DE
17602014-06-02 Doug Evans <xdje42@gmail.com>
1761
1762 * gdb.guile/scm-cmd.c: New file.
1763 * gdb.guile/scm-cmd.exp: New file.
1764
ded03782
DE
17652014-06-02 Doug Evans <xdje42@gmail.com>
1766
1767 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
1768 pretty-printer lookup.
1769 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
1770 (make-pp_s-printer): Call it.
1771 (make-pretty-printer-from-dict): New function.
1772 (lookup-pretty-printer-maker-from-dict): New function.
1773 (*pretty-printer*): Simplify.
1774 (make-objfile-pp_s-printer): New function.
1775 (install-objfile-pretty-printers!): New function.
1776 (make-progspace-pp_s-printer): New function.
1777 (install-progspace-pretty-printers!): New function.
1778 * gdb.guile/scm-progspace.c: New file.
1779 * gdb.guile/scm-progspace.exp: New file.
1780
41fac0cf
PA
17812014-06-02 Pedro Alves <palves@redhat.com>
1782
1783 * gdb.base/dprintf-bp-same-addr.c: New file.
1784 * gdb.base/dprintf-bp-same-addr.exp: New file.
1785
96ae5695
EBM
17862014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1787
1788 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
1789 * gdb.arch/powerpc-power.s: Likewise.
1790
da02b3a8
JB
17912014-06-02 Joel Brobecker <brobecker@adacore.com>
1792
1793 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
1794
c72b2e7b
YQ
17952014-06-01 Yao Qi <yao@codesourcery.com>
1796
1797 * gdb.base/watchpoint.exp (test_watch_location): Check null
1798 pointer can be dereferenced. If not, do the test, otherwise
1799 skip it.
1800
53e8a631
AB
18012014-05-30 Andrew Burgess <aburgess@broadcom.com>
1802
1803 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
1804 results.
1805 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
1806
938f0e2f
AB
18072014-05-30 Andrew Burgess <aburgess@broadcom.com>
1808
1809 * gdb.arch/amd64-invalid-stack-middle.S: New file.
1810 * gdb.arch/amd64-invalid-stack-middle.c: New file.
1811 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
1812 * gdb.arch/amd64-invalid-stack-top.c: New file.
1813 * gdb.arch/amd64-invalid-stack-top.exp: New file.
1814
9ba6657a
PA
18152014-05-30 Pedro Alves <palves@redhat.com>
1816
1817 PR breakpoints/17000
1818 * gdb.base/sss-bp-on-user-bp.c: New file.
1819 * gdb.base/sss-bp-on-user-bp.exp: New file.
1820
522c09bf
DB
18212014-05-30 David Blaikie <dblaikie@gmail.com>
1822
1823 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
1824 gnu_inline semantics via attribute.
1825 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
1826 source explicitly specifies the required semantics.
1827
bf4ef81e
MR
18282014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
1829
1830 * gdb.reverse/sigall-reverse.exp: Fix a typo.
1831
329ea579
PA
18322014-05-29 Pedro Alves <palves@redhat.com>
1833 Tom Tromey <tromey@redhat.com>
1834
1835 * gdb.base/async-shell.exp: Don't enable target-async.
1836 * gdb.base/async.exp
1837 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
1838 parameter. Adjust.
1839 (top level): Don't test with "target-async".
1840 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
1841 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
1842 * gdb.base/inferior-died.exp: Don't enable target-async.
1843 * gdb.base/interrupt-noterm.exp: Likewise.
1844 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
1845 * gdb.mi/mi-nonstop-exit.exp: Likewise.
1846 * gdb.mi/mi-nonstop.exp: Likewise.
1847 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1848 * gdb.mi/mi-nsintrall.exp: Likewise.
1849 * gdb.mi/mi-nsmoribund.exp: Likewise.
1850 * gdb.mi/mi-nsthrexec.exp: Likewise.
1851 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1852 * gdb.multi/watchpoint-multi.exp: Adjust comment.
1853 * gdb.python/py-evsignal.exp: Don't enable target-async.
1854 * gdb.python/py-evthreads.exp: Likewise.
1855 * gdb.python/py-prompt.exp: Likewise.
1856 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
1857 * gdb.server/solib-list.exp: Don't enable target-async.
1858 * gdb.threads/thread-specific-bp.exp: Likewise.
1859 * lib/mi-support.exp: Adjust to use mi-async.
1860
fd664c91
PA
18612014-05-29 Pedro Alves <palves@redhat.com>
1862
1863 PR gdb/13860
1864 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
1865 reason, even in sync mode.
1866
251bde03
PA
18672014-05-29 Pedro Alves <palves@redhat.com>
1868 Hui Zhu <hui@codesourcery.com>
1869
1870 PR PR15693
1871 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
1872 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
1873 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
1874 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
1875
7f3c0343
JB
18762014-05-28 Joel Brobecker <brobecker@adacore.com>
1877
1878 * config/monitor.exp (gdb_target_monitor): Replace use of
1879 "set remotebaud" by "set serial baud".
1880
b2715b27
AW
18812014-05-26 Andy Wingo <wingo@igalia.com>
1882
1883 * gdb.guile/scm-breakpoint.exp:
1884 * gdb.guile/scm-gsmob.exp: Update to use plain old object
1885 properties instead of gdb-object-properties.
1886
498a4489
YQ
18872014-05-26 Yao Qi <yao@codesourcery.com>
1888
1889 * gdb.server/no-thread-db.exp: Specify source file name
1890 explicitly when setting a breakpoint.
1891
589fdceb
MM
18922014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1893
1894 * gdb.btrace/vdso.c: New.
1895 * gdb.btrace/vdso.exp: New.
1896
e9089e05
MM
18972014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1898
1899 * gdb.base/gcore.exp (capture_command_output): Move ...
1900 * lib/gdb.exp (capture_command_output): ... here.
1901
67b5c0c1
MM
19022014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1903
1904 * gdb.btrace/data.exp: Test memory access during btrace replay.
1905
a2199296
SM
19062014-05-22 Simon Marchi <simon.marchi@ericsson.com>
1907
1908 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
1909
17b2616c
PA
19102014-05-21 Pedro Alves <palves@redhat.com>
1911
1912 PR gdb/13860
1913 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
1914 (top level): Test that output related to execution commands is
1915 sent to the console with CLI commands, but not with MI commands.
1916 Test that breakpoint events are always mirrored to the console.
1917 Also expect the new source line to be output after a "next" in
1918 async mode too. Make it a pass/fail test.
1919 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
1920 output.
1921 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
1922
5166082f
PA
19232014-05-21 Pedro Alves <palves@redhat.com>
1924
1925 * gdb.base/list.exp (build_pattern, test_list): New procedures.
1926 Use them to test variations of "list" after reaching a breakpoint.
1927 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
1928 Test "list" with listsize 10 after reaching a breakpoint.
1929 * gdb.python/python.exp (decode_line current location line
1930 number): Adjust expected line number.
1931
2f25d70f
SM
19322014-05-21 Simon Marchi <simon.marchi@ericsson.com>
1933
1934 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
1935 behavior for $args, pass it directly to "run".
1936
ff604a67
MR
19372014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
1938
1939 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
1940 30000 to 65536.
1941
6a3cb8e8
PA
19422014-05-21 Pedro Alves <palves@redhat.com>
1943
1944 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
1945 auto-connect-native-target off".
1946 * gdb.base/auto-connect-native-target.c: New file.
1947 * gdb.base/auto-connect-native-target.exp: New file.
1948
4ebfc96e
PA
19492014-05-21 Pedro Alves <palves@redhat.com>
1950
1951 * gdb.base/default.exp: Test "target native" instead of "target
1952 child".
1953
36d46afb
MW
19542014-05-21 Mark Wielaard <mjw@redhat.com>
1955
1956 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1957
5876f503
JK
19582014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1959
1960 Fix TLS access for -static -pthread.
1961 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
1962 <HAVE_TLS> (thread_function, main): Initialize it.
1963 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
1964 Add clean_restart.
1965 <$have_tls != "">: Check TLSVAR.
1966
0256a6ac
PA
19672014-05-21 Pedro Alves <palves@redhat.com>
1968
1969 * gdb.base/dcache-line-read-error.c: New.
1970 * gdb.base/dcache-line-read-error.exp: New.
1971
936d2992
PA
19722014-05-20 Pedro Alves <palves@redhat.com>
1973
1974 * gdb.base/compare-sections.c: New file.
1975 * gdb.base/compare-sections.exp: New file.
1976
802e8e6d
PA
19772014-05-20 Pedro Alves <palves@redhat.com>
1978
1979 * gdb.base/break-idempotent.c: New file.
1980 * gdb.base/break-idempotent.exp: New file.
1981
e59fa00f
MM
19822014-05-20 Markus Metzger <markus.t.metzger@intel.com>
1983
1984 * gdb.btrace/nohist.exp: New.
1985
8b696e31
YQ
19862014-05-20 Yao Qi <yao@codesourcery.com>
1987
1988 * lib/gdb.exp (gdb_init): Set timeout if test file is under
1989 gdb.reverse directory and gdb_reverse_timeout exists in board
1990 setting.
1991 * README: Document gdb_reverse_timeout.
1992
73c9764f
YQ
19932014-05-20 Yao Qi <yao@codesourcery.com>
1994
1995 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
1996 'test_file_name'. Treat args as a string instead of a list.
1997 (gdb_init): Rename argument 'args' by 'test_file_name'.
1998
f1f4348a
JK
19992014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2000
2001 * gdb.arch/powerpc-power.exp: New file.
2002 * gdb.arch/powerpc-power.s: New file.
2003
0dbe70ce
DE
20042014-05-16 Doug Evans <dje@google.com>
2005
2006 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
2007 * gdb.base/completion.exp: Check that all expected files exist
2008 before doing file completion.
0dbe70ce 2009
8d551b02
DE
20102014-05-16 Doug Evans <dje@google.com>
2011
2012 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2013 Update.
2014 (do_syscall_tests_without_xml): Update.
2015
73eb7709
PA
20162014-05-16 Pedro Alves <palves@redhat.com>
2017
2018 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2019 instead of "unknown output after running".
2020
3fae92fc
YQ
20212014-05-16 Yao Qi <yao@codesourcery.com>
2022
2023 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2024 file1.txt from host at the end.
2025 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2026
c2b2ccc5
DE
20272014-05-15 Doug Evans <dje@google.com>
2028
2029 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2030 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2031 loading file. Add test for TU lookup.
2032
8c217a4b
SM
20332014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2034
2035 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2036 calling "-exec-arguments" or "set args" before running the
2037 inferior.
2038
3deb39c6
SM
20392014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2040
2041 * lib/mi-support.exp (mi_expect_stop): Expect message for
2042 inferiors that exit with non-zero exit code.
2043
71a79f8c
YQ
20442014-05-14 Yao Qi <yao@codesourcery.com>
2045
2046 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2047 match absolute path on remote host.
2048 (test_file_list_exec_source_files): Remove "/" from the
2049 pattern.
2050
f23fcd46
YQ
20512014-05-14 Yao Qi <yao@codesourcery.com>
2052
2053 * boards/local-remote-host-notty.exp (${board}_file): New
2054 proc.
2055
9404b58f
KM
20562014-05-07 Kyle McMartin <kyle@redhat.com>
2057
2058 Pushed by Joel Brobecker <brobecker@adacore.com>.
2059 * gdb.arch/aarch64-atomic-inst.c: New file.
2060 * gdb.arch/aarch64-atomic-inst.exp: New file.
2061
5e45f04c
YQ
20622014-05-07 Yao Qi <yao@codesourcery.com>
2063
2064 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2065 in current context" too.
2066
c888a17d
KS
20672014-05-05 Keith Seitz <keiths@redhat.com>
2068
2069 * gdb.linespec/ls-dollar.exp: Add test for linespec
2070 file:convenience_variable.
2071
290a839c
YQ
20722014-05-05 Yao Qi <yao@codesourcery.com>
2073
2074 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2075 traceframes into tfile and ctf trace files. Read data from
2076 trace file and test collected data.
2077 (gdb_collect_locals_test): Likewise.
2078 (gdb_unavailable_registers_test): Likewise.
2079 (gdb_unavailable_floats): Likewise.
2080 (gdb_collect_globals_test): Likewise.
2081 (top-level): Append "ctf" to trace_file_targets if GDB
2082 supports.
2083
b5262cd0
YQ
20842014-05-05 Yao Qi <yao@codesourcery.com>
2085
2086 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2087 code to ...
2088 (gdb_collect_args_test_1): ... it. New proc.
2089 (gdb_collect_locals_test): Move some code to ...
2090 (gdb_collect_locals_test_1): ... it. New proc.
2091 (gdb_unavailable_registers_test): Move some code to ...
2092 (gdb_unavailable_registers_test_1): ... it. New proc.
2093 (gdb_unavailable_floats): Move some code to ...
2094 (gdb_unavailable_floats_1): ... it. New proc.
2095
30a1e6cc
SDJ
20962014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2097
2098 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
2099 probes to test for bitness recognition.
2100 * gdb.arch/amd64-stap-optional-prefix.exp
2101 (test_probe_value_without_reg): New procedure.
2102 Add code to test for different kinds of bitness.
2103
f33da99a
SDJ
21042014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2105
2106 PR breakpoints/16889
2107 * gdb.arch/amd64-stap-optional-prefix.S: New file.
2108 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2109
5b80f00d
PA
21102014-05-01 Pedro Alves <palves@redhat.com>
2111
2112 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
2113 gdb_file_cmd if no file is specified.
2114 * boards/native-extended-gdbserver.exp (gdb_load): Use the
2115 last_loaded_file to set the remote exec-file.
2116
f8c2a73c
PA
21172014-05-01 Pedro Alves <palves@redhat.com>
2118
2119 * boards/local-remote-host.exp: New file.
2120
be6e8ac7
PA
21212014-05-01 Pedro Alves <palves@redhat.com>
2122
2123 * boards/local-remote-host.exp: Rename to ...
2124 * boards/local-remote-host-notty.exp: ... this.
2125
cac0dc8f
JB
21262014-04-28 Joel Brobecker <brobecker@adacore.com>
2127
2128 * gdb.ada/dyn_arrayidx: New testcase.
2129
9730e6cc
YQ
21302014-04-26 Yao Qi <yao@codesourcery.com>
2131
2132 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
2133 and compute the length of function main. Save it in
2134 $main_length.
2135 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
2136 (top-level): Use gdb_compile to compile objects into
2137 executable and restart GDB. Remove invocation to
2138 prepare_for_testing.
2139
7ae1a6a6
PA
21402014-04-25 Simon Marchi <simon.marchi@ericsson.com>
2141 Pedro Alves <palves@redhat.com>
2142
2143 PR server/16255
2144 * gdb.multi/multi-attach.c: New file.
2145 * gdb.multi/multi-attach.exp: New file.
2146
4082afcc
PA
21472014-04-25 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
2150 user.
2151 (top level): Test that "set remote conditional-breakpoints-packet
2152 off" works as intended.
2153 * gdb.base/dprintf.exp: Test that "set remote
2154 breakpoint-commands-packet off" works as intended.
2155 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
2156 New function.
2157 (top level): Call it.
2158 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
2159 remote fast-tracepoints-packet off" works as intended.
2160 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
2161 * lib/gdb.exp (gdb_is_target_remote): ... here.
2162
2abc3f8d
DB
21632014-04-24 David Blaikie <dblaikie@gmail.com>
2164
2165 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
2166 ensure clang would not discard them.
2167 * gdb.base/gdbvars.c: Ditto.
2168 * gdb.base/memattr.c: Ditto.
2169 * gdb.base/whatis.c: Ditto.
2170 * gdb.python/py-prettyprint.c: Ditto.
2171 * gdb.trace/actions.c: Ditto.
2172 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
2173 ensure clang would not discard it.
2174
bfd39632
DB
21752014-04-24 David Blaikie <dblaikie@gmail.com>
2176
2177 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
2178 clang to emit the full definition of type required by the test
2179 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
2180
22842ff6
DB
21812014-04-24 David Blaikie <dblaikie@gmail.com>
2182
2183 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
2184 coax Clang into emitting the definition of the type.
2185 * gdb.cp/pr10728-x.h (y): Ditto.
2186 * gdb.cp/pr10728-y.cc (y): Ditto.
2187
c2e827ad
DB
21882014-04-24 David Blaikie <dblaikie@gmail.com>
2189
2190 * gdb.base/label.exp: XFAIL label related tests under Clang.
2191 * gdb.cp/cplabel.exp: Ditto.
2192 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
2193 under Clang those using labels.
2194
4c2d33e7
YQ
21952014-04-25 Yao Qi <yao@codesourcery.com>
2196
2197 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
2198 double_label.
2199 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
2200 partial_label and double_label.
2201
56083b99
DB
22022014-04-24 David Blaikie <dblaikie@gmail.com>
2203
2204 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
2205
25d4e99d
DB
22062014-04-24 David Blaikie <dblaikie@gmail.com>
2207
2208 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
2209 of the function to work across GCC and Clang.
2210 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
2211 pointer types (const void ** const V void **).
2212
01f9f808
MS
22132014-04-24 Michael Sturm <michael.sturm@mintel.com>
2214 Walfred Tedeschi <walfred.tedeschi@intel.com>
2215
2216 * Makefile.in (EXECUTABLES): Added i386-avx512.
2217 * gdb.arch/i386-avx512.c: New file.
2218 * gdb.arch/i386-avx512.exp: Likewise.
2219
4b48d439
KS
22202014-04-23 Keith Seitz <keiths@redhat.com>
2221
2222 * lib/mi-support.exp (mi_list_breakpoints): Delete.
2223 (mi_make_breakpoint_table): New procedure.
2224 (mi_create_breakpoint): Use mi_make_breakpoint
2225 and return the result.
2226 (mi_make_breakpoint): New procedure.
2227 (mi_build_kv_pairs): New procedure.
2228
2229 * gdb.mi/mi-break.exp: Remove unused globals,
2230 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
2231 All callers updated.
2232 * gdb.mi/mi-dprintf.exp: Use variable to track command
2233 number.
2234 Update all callers of mi_create_breakpoint and use
2235 mi_make_breakpoint_table.
2236 Remove any unused global variables.
2237 * gdb.mi/mi-nonstop.exp: Likewise.
2238 * gdb.mi/mi-nsintrall.exp: Likewise.
2239 * gdb.mi/mi-nsmoribund.exp: Likewise.
2240 * gdb.mi/mi-nsthrexec.exp: Likewise.
2241 * gdb.mi/mi-reverse.exp: Likewise.
2242 * gdb.mi/mi-simplerun.exp: Likewise.
2243 * gdb.mi/mi-stepn.exp: Likewise.
2244 * gdb.mi/mi-syn-frame.exp: Likewise.
2245 * gdb.mi/mi-until.exp: Likewise.
2246 * gdb.mi/mi-var-cp.exp: Likewise.
2247 * gdb.mi/mi-var-display.exp: Likewise.
2248 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2249 * gdb.mi/mi2-var-child.exp: Likewise.
2250 * gdb.mi/mi-vla-c99.exp: Likewise.
2251 * lib/mi-support.exp: Likewise.
2252
2253 From Ian Lance Taylor <iant@cygnus.com>:
2254 * lib/gdb.exp (parse_args): New procedure.
2255
08351840
PA
22562014-04-23 Pedro Alves <palves@redhat.com>
2257
2258 * gdb.base/break-unload-file.c: New file.
2259 * gdb.base/break-unload-file.exp: New file.
2260 * gdb.base/sym-file-lib.c (baz): New function.
2261 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
2262 field.
2263 (load): Store the segment's mapped size.
2264 (unload): New function.
2265 (unload_shlib): New function.
2266 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
2267 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
2268 set a breakpoint at baz, and call it.
2269 * gdb.base/sym-file.exp: New tests for stale breakpoint
2270 instructions.
2271
076855f9
PA
22722014-04-23 Pedro Alves <palves@redhat.com>
2273
2274 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
2275 * gdb.base/hbreak-in-shr-unsupported.c: New file.
2276 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2277 * gdb.base/hbreak-unmapped.c: New file.
2278 * gdb.base/hbreak-unmapped.exp: New file.
2279 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2280 * lib/gdb.exp (gdb_is_target_remote): ... here.
2281
483805cf
PA
22822014-04-22 Pedro Alves <palves@redhat.com>
2283
2284 * gdb.base/consecutive-step-over.c: New file.
2285 * gdb.base/consecutive-step-over.exp: New file.
2286
06d97543
PA
22872014-04-22 Pedro Alves <palves@redhat.com>
2288
2289 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2290 instead of send_gdb/gdb_expect.
2291
b4429ea2
YQ
22922014-04-22 Yao Qi <yao@codesourcery.com>
2293
2294 * lib/trace-support.exp (generate_tracefile): New procedure.
2295 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2296 return 0.
2297 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2298 if generate_tracefile returns 1.
2299
51d48146
PA
23002014-04-18 Tom Tromey <palves@redhat.com>
2301 Pedro alves <tromey@redhat.com>
2302
2303 PR backtrace/15558
2304 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2305 with a backtrace limit.
2306 * gdb.python/py-frame-inline.exp: Test running to an inline
2307 function with a backtrace limit, and printing the newest frame.
2308 * gdb.python/py-frame-inline.c (main): Call f.
2309
bd1dce5f
MS
23102014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2311
2312 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2313
40d1a503
MS
23142014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2315
2316 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2317 Drop prefix from unsupported source file path.
2318
389b98f7
YQ
23192014-04-17 Yao Qi <yao@codesourcery.com>
2320
2321 * lib/gdb.exp (with_target_charset): New proc.
2322 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2323 with_target_charset.
2324 (test_print_strings): Likewise.
2325 (test_repeat_bytes): Likewise.
2326 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2327 for some tests.
2328
22869d73
KS
23292014-04-16 Keith Seitz <keiths@redhat.com>
2330
2331 PR gdb/15827
2332 * gdb.dwarf2/corrupt.c: New file.
2333 * gdb.dwarf2/corrupt.exp: New file.
2334
c4f87ca6
KS
23352014-04-16 Keith Seitz <keiths@redhat.com>
2336
2337 PR c++/16597
2338 * gdb.cp/namelessclass.cc: New file.
2339 * gdb.cp/namelessclass.exp: New file.
2340 * gdb.cp/namelessclass.S: New file.
2341
ab19de87
DE
23422014-04-16 Doug Evans <dje@google.com>
2343
2344 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
2345 Add comment.
2346 (gdbserver_default_get_comm_port): New function.
2347 (gdbserver_start): Check if board file provided
2348 "gdbserver,get_comm_port" and use it if so.
2349 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
2350 (gdb,socketport): Set to "stdio".
2351 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
2352 (stdio_gdbserver_template): Delete.
2353 (${board}_get_remote_address): Update.
2354 (${board}_build_remote_cmd): Delete.
2355 (${board}_get_comm_port): New function.
2356 (${board}_spawn): Update.
2357 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
2358 Delete.
2359 (${board}_get_remote_address): Update.
2360 (${board}_get_comm_port): New function.
2361
fc98a809
AB
23622014-04-16 Andrew Burgess <aburgess@broadcom.com>
2363
2364 * gdb.base/memattr.exp: Improve regexps to handle memory regions
2365 appearing in any order.
2366
87fd9e6e
DE
23672014-04-15 Doug Evans <dje@google.com>
2368
2369 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
2370 uninitialized value of "description".
2371
099fc3ea
KS
23722014-04-15 Keith Seitz <keiths@redhat.com>
2373
2374 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
2375 Remove unused globals.
2376 (test_running_the_program): Likewise.
2377 (test_controlled_execution): Likewise.
2378 (test_controlling_breakpoints): Likewise.
2379 (test_program_termination): Likewise.
2380
5da151d4
KS
23812014-04-15 Keith Seitz <keiths@redhat.com>
2382
2383 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
2384 unused globals.
2385 (test_rbreak_creation_and_listing): Likewise.
2386 (test_ignore_count): Likewise.
2387 (test_error): Likewise.
2388
35e5d2f0
PA
23892014-04-15 Pedro Alves <palves@redhat.com>
2390
2391 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
2392 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
2393 sym-file-loader.c.
2394 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2395 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2396 to sym-file-loader.c.
2397 (struct library): Forward declare.
2398 (load_shlib, lookup_function): Change prototypes.
2399 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2400 (translate_offset): Remove declarations.
2401 (get_text_addr): New declaration.
2402 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
2403 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
2404 sym-file-loader.h.
2405 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2406 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2407 here from sym-file-loader.h.
2408 (struct library): New structure.
2409 (load_shlib, lookup_function): Change prototypes and adjust to
2410 work with a struct library.
2411 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2412 (translate_offset): Make static.
2413 (get_text_addr): New function.
2414 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
2415
eb4c1710
PA
24162014-04-15 Pedro Alves <palves@redhat.com>
2417
2418 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
2419
2d1baf52
PA
24202014-04-15 Pedro Alves <palves@redhat.com>
2421
2422 * gdb.base/sym-file-loader.c: Include <limits.h>.
2423 (SELF_LINK): New define.
2424 (get_origin): New function.
2425 (load_shlib): Use it.
2426 * gdb.base/sym-file.exp: Don't early return if the target is
2427 remote. Use runto_main, and issue fail is that fails. Use
2428 gdb_load_shlibs.
2429 (shlib_name): Delete.
2430 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
2431
7dd6df01
PA
24322014-04-15 Pedro Alves <palves@redhat.com>
2433
2434 * gdb.base/sym-file.exp: Remove regex characters from test
2435 message. Don't refer to breakpoint numbers in test messages.
2436
b50c8614
KS
24372014-04-14 Keith Seitz <keiths@redhat.com>
2438
2439 PR c++/16253
2440 * gdb.cp/var-tag.cc: New file.
2441 * gdb.cp/var-tag.exp: New file.
2442 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2443 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2444 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2445 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2446
3d567982
TT
24472014-04-14 Tom Tromey <tromey@redhat.com>
2448
2449 * gdb.cp/classes.exp (test_enums): Handle underlying type.
2450 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
2451 type.
2452 * gdb.cp/enum-class.exp: New file.
2453 * gdb.cp/enum-class.cc: New file.
2454
0626fc76
TT
24552014-04-14 Tom Tromey <tromey@redhat.com>
2456
2457 * gdb.dwarf2/enum-type.exp: New file.
2458
dca325b3
SA
24592014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2460
2461 * gdb.mi/mi-vla-c99.exp: New file.
2462 * gdb.mi/vla.c: New file.
2463
5854b38a
SA
24642014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2465
2466 * gdb.base/vla-datatypes.c: New file.
2467 * gdb.base/vla-datatypes.exp: New file.
2468
463bb957
SA
24692014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2470
2471 * gdb.base/vla-ptr.c: New file.
2472 * gdb.base/vla-ptr.exp: New file.
2473
3dd170be
SA
24742014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2475
2476 * gdb.dwarf2/count.exp: New file.
2477
5ecaaa66
SA
24782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2479
2480 * gdb.base/vla-sideeffect.c: New file.
2481 * gdb.base/vla-sideeffect.exp: New file.
2482
41f1ada5
DB
24832014-04-14 David Blaikie <dblaikie@gmail.com>
2484
2485 * gdb.mi/non-stop.c: Add return value for non-void function return
2486 statement.
2487 * gdb.threads/staticthreads.c: Ditto.
2488
0be03e84
DE
24892014-04-12 Siva Chandra Reddy <sivachandra@google.com>
2490 Doug Evans <xdje42@gmail.com>
2491
2492 * gdb.guile/scm-value.c: Improve test case.
2493 * gdb.guile/scm-value.exp: Add new test.
2494
f180a1fb
DB
24952014-04-11 David Blaikie <dblaikie@gmail.com>
2496
2497 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
2498 override Clang's default.
2499
6b662e19
JB
25002014-04-11 Joel Brobecker <brobecker@adacore.com>
2501
2502 Revert the following changes (regressions):
2503
2504 * gdb.base/vla-sideeffect.c: New file.
2505 * gdb.base/vla-sideeffect.exp: New file.
2506
2507 * gdb.dwarf2/count.exp: New file.
2508
2509 * gdb.base/vla-multi.c: New file.
2510 * gdb.base/vla-multi.exp: New file.
2511
2512 * gdb.base/vla-ptr.c: New file.
2513 * gdb.base/vla-ptr.exp: New file.
2514
2515 * gdb.base/vla-datatypes.c: New file.
2516 * gdb.base/vla-datatypes.exp: New file.
2517
2518 * gdb.mi/mi-vla-c99.exp: New file.
2519 * gdb.mi/vla.c: New file.
2520
245a5f0b
KS
25212014-04-11 Keith Seitz <keiths@redhat.com>
2522
2523 PR c++/16675
2524 * gdb.cp/cpsizeof.exp: New file.
2525 * gdb.cp/cpsizeof.cc: New file.
2526
58a84dcf
SA
25272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2528
191a8a90
JB
2529 * gdb.mi/mi-vla-c99.exp: New file.
2530 * gdb.mi/vla.c: New file.
58a84dcf 2531
c8655f75
SA
25322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2533
2534 * gdb.base/vla-datatypes.c: New file.
2535 * gdb.base/vla-datatypes.exp: New file.
2536
024e13b4
SA
25372014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2538
2539 * gdb.base/vla-ptr.c: New file.
2540 * gdb.base/vla-ptr.exp: New file.
2541
1a237e0e
SA
25422014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2543
2544 * gdb.base/vla-multi.c: New file.
2545 * gdb.base/vla-multi.exp: New file.
2546
504f3432
SA
25472014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2548
2549 * gdb.dwarf2/count.exp: New file.
2550
3bce8237
SA
25512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2552
191a8a90
JB
2553 * gdb.base/vla-sideeffect.c: New file.
2554 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 2555
322f9c21
YQ
25562014-04-11 Yao Qi <yao@codesourcery.com>
2557
2558 * gdb.base/completion.exp: Check file exists before running tests
2559 on file completion.
2560
d708bcd1
PA
25612014-04-10 Pedro Alves <palves@redhat.com>
2562
2563 * gdb.base/cond-eval-mode.c: New file.
2564 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
2565 prepare_for_testing to build the new file. Check result of
2566 runto_main.
2567 (test_break, test_watch): New procedures.
2568 (top level): Use them.
2569
ae1d2761
PM
25702014-04-08 Pierre Muller <muller@sourceware.org>
2571
2572 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
2573 Ctrl-V use for mingw hosts.
2574
7af389b8
SC
25752014-04-07 Siva Chandra Reddy <sivachandra@google.com>
2576
2577 * gdb.python/py-value.c: Improve test case.
2578 * gdb.python/py-value.exp: Add new test.
2579
5e703181
DE
25802014-04-07 David Blaikie <dblaikie@gmail.com>
2581
2582 * lib/compiler.c: Identify the clang compiler.
2583 * lib/compiler.cc: Ditto.
2584
9810b410
YQ
25852014-04-03 Yao Qi <yao@codesourcery.com>
2586
2587 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
2588
98d1b8dc
AB
25892014-04-01 Anton Blanchard <anton@samba.org>
2590
2591 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
2592 messages unique.
2593
3114cea1
AB
25942014-04-01 Anton Blanchard <anton@samba.org>
2595
2596 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
2597 prepare_for_testing.
2598
62f7182c
AB
25992014-04-01 Anton Blanchard <anton@samba.org>
2600
2601 * gdb.arch/ppc64-atomic-inst.c: Remove.
2602 * gdb.arch/ppc64-atomic-inst.S: New file.
2603 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
2604
770e7fc7
DE
26052014-03-31 Doug Evans <dje@google.com>
2606
2607 * gdb.base/print-symbol-loading-lib.c: New file.
2608 * gdb.base/print-symbol-loading-main.c: New file.
2609 * gdb.base/print-symbol-loading.exp: New file.
2610
46e2bafa
YQ
26112014-03-31 Yao Qi <yao@codesourcery.com>
2612
2613 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
2614
8776cfe9
JB
26152014-03-28 Joel Brobecker <brobecker@adacore.com>
2616
2617 * gdb.ada/mi_dyn_arr: New testcase.
2618
5d1ef361
DE
26192014-03-27 Doug Evans <dje@google.com>
2620
2621 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
2622
b5bee914
YQ
26232014-03-27 Yao Qi <yao@codesourcery.com>
2624
2625 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
2626 if target is nios2-*-*.
2627
0d4d0e77
YQ
26282014-03-26 Yao Qi <yao@codesourcery.com>
2629
2630 * lib/gdb.exp (readline_is_used): New proc.
2631 * gdb.base/completion.exp: Move tests on command complete up.
2632 Skip the rest of tests if readline is not used.
2633 * gdb.ada/complete.exp: Skp the test if readline is not
2634 used.
2635 * gdb.base/filesym.exp: Likewise.
2636 * gdb.base/macscp.exp: Likewise.
2637 * gdb.base/readline-ask.exp: Likewise.
2638 * gdb.base/readline.exp: Likewise.
2639 * gdb.python/py-cmd.exp: Likewise.
2640 * gdb.trace/tfile.exp: Likewise.
2641
29361eee
YQ
26422014-03-26 Yao Qi <yao@codesourcery.com>
2643
2644 * gdb.base/macscp.exp: Fix code format issues.
2645
bc9a5525
UW
26462014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
2647
2648 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
2649 * gdb.asm/powerpc64le.inc: New file.
2650
d3839ede
PA
26512014-03-25 Pedro Alves <palves@redhat.com>
2652 Doug Evans <dje@google.com>
2653
2654 * gdb.base/source-execution.c: New file.
2655 * gdb.base/source-execution.exp: New file.
2656 * gdb.base/source-execution.gdb: New file.
2657
01672a57
DE
26582014-03-24 Doug Evans <dje@google.com>
2659
2660 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
2661 using fission.
2662
88bbeca9
HZ
26632014-03-24 Hui Zhu <hui@codesourcery.com>
2664 Pedro Alves <palves@redhat.com>
2665
2666 PR breakpoints/16101
2667 * gdb.base/dprintf.exp: Use unsupported rather than changing the
2668 test pass/fail messages. Detect missing support for dprintf when
2669 breakpoints are actually inserted.
2670 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
2671 breakpoints are actually inserted.
2672 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
2673 fails.
2674
d2348791
JK
26752014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2676
2677 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
2678
feef67ab
DE
26792014-03-22 Doug Evans <xdje42@gmail.com>
2680
2681 * gdb.python/python.exp (python not supported): Verify multi-line
2682 python command issues an error.
25d743f9 2683 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 2684 guile command issues an error.
feef67ab 2685
ecebef6a
MR
26862014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
2687
2688 * gdb.threads/thread-specific.exp: Handle the lack of usable
2689 $this_breakpoint and $this_thread.
2690
ccdd1909
HZ
26912014-03-21 Hui Zhu <hui@codesourcery.com>
2692
2693 * gdb.base/attach.exp (do_command_attach_tests): New.
2694
beb460e8
PA
26952014-03-20 Tom Tromey <tromey@redhat.com>
2696 Pedro Alves <palves@redhat.com>
2697
2698 PR cli/15718
2699 * gdb.base/condbreak-call-false.c: New file.
2700 * gdb.base/condbreak-call-false.exp: New file.
2701
40acf43a
PA
27022014-03-20 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
2705 Delete.
2706 (block_signals, unblock_signals): Delete.
2707 (child_function_2, main): Remove references to deleted variable
2708 and functions.
2709
9f5e1e02
PA
27102014-03-20 Pedro Alves <palves@redhat.com>
2711
2712 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
2713 Use pthread_kill to signal thread 2.
2714 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2715 Adjust to make the test send itself a signal rather than using the
2716 host's "kill" command.
2717
99619bea
PA
27182014-03-20 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.threads/multiple-step-overs.c: New file.
2721 * gdb.threads/multiple-step-overs.exp: New file.
2722 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2723 Adjust expected infrun debug output.
2724
2adfaa28
PA
27252014-03-20 Pedro Alves <palves@redhat.com>
2726
2727 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
2728 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
2729
31e77af2
PA
27302014-03-20 Pedro Alves <palves@redhat.com>
2731
2732 PR breakpoints/7143
2733 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
2734 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
2735 of gdb_test_multiple.
2736 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
2737 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
2738
b9f437de
PA
27392014-03-20 Pedro Alves <palves@redhat.com>
2740
2741 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
2742 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
2743
05adc73e
PA
27442014-03-19 Pedro Alves <palves@redhat.com>
2745
2746 * gdb.base/async.exp: Remove early return.
2747
6048b950
PA
27482014-03-19 Pedro Alves <palves@redhat.com>
2749
2750 * gdb.base/async.exp (step& tests): Pass explicit test messages.
2751
8bcfb00a
PA
27522014-03-19 Pedro Alves <palves@redhat.com>
2753
2754 * gdb.base/async.exp (test_background): Expect \r\n after
2755 "completed." in the fail pattern.
2756
884e37dc
PA
27572014-03-19 Pedro Alves <palves@redhat.com>
2758
2759 * gdb.base/async.exp (test_background): New procedure.
2760 Use it for all background execution command tests.
2761
148e57e2
PA
27622014-03-19 Pedro Alves <palves@redhat.com>
2763
2764 * gdb.base/async.exp: Use prepare_for_testing.
2765
f48088c7
PA
27662014-03-19 Pedro Alves <palves@redhat.com>
2767
2768 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
2769 the same line.
2770
e2f6c966
PA
27712014-03-19 Pedro Alves <palves@redhat.com>
2772
2773 * gdb.base/async.c (main): Add "jump here" and "until here" line
2774 marker comments.
2775 * gdb.base/async.exp (jump_here): New global.
2776 (jump& test): Use it.
2777 (until_here): New global.
2778 (until& test): Use it.
2779
c30568d4
PA
27802014-03-19 Pedro Alves <palves@redhat.com>
2781
2782 * gdb.base/async.exp: Don't frob gdb_protocol.
2783
0172b6a7
DE
27842014-03-18 Doug Evans <xdje42@gmail.com>
2785
2786 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
2787 Fix spelling of exec-done-display.
2788
06c868a8
JK
27892014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2790
2791 PR gdb/15358
2792 * gdb.base/gdb-sigterm.c: New file.
2793 * gdb.base/gdb-sigterm.exp: New file.
2794
0c7e1a46
PA
27952014-03-18 Pedro Alves <palves@redhat.com>
2796
2797 PR gdb/13860
2798 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
2799 * lib/mi-support.exp (mi_expect_stop): Add special handling for
2800 solib-event.
2801
f7c77d93
JB
28022014-03-17 Joel Brobecker <brobecker@adacore.com>
2803
2804 * gdb.ada/pckd_arr_ren: New testcase.
2805
5a1e8c7a
DE
28062014-03-13 Doug Evans <xdje42@gmail.com>
2807
2808 PR guile/16612
2809 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
2810 collect after discarding symbols.
2811
350e1a76
DE
28122014-03-13 Ludovic Courtès <ludo@gnu.org>
2813 Doug Evans <xdje42@gmail.com>
2814
2815 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
2816 to history survives a gc.
2817
a69900ae
PA
28182014-03-13 Pedro Alves <palves@redhat.com>
2819
2820 * gdb.base/default.exp: Don't test "target procfs".
2821
5db9f0bd
PA
28222014-03-13 Pedro Alves <palves@redhat.com>
2823
2824 * gdb.base/default.exp: Update "target child" and "target procfs"
2825 tests to not expect "Unix".
2826
b3ccfe11
TT
28272014-03-12 Tom Tromey <tromey@redhat.com>
2828
2829 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
2830 New procs. Add target-async tests.
2831 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
2832 Add target-async tests.
2833
646f4417
AA
28342014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2835
2836 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
2837 'func_start' and 'func_end' for the beginning and end of the
2838 function code, respectively.
2839 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
2840 'func_end' instead of 'func' and 'main'.
2841
288c211f
AA
28422014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2843
2844 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
2845 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
2846 generate the debug info assembler source.
2847
e0c0f156
AA
28482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2849
2850 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
2851 * gdb.dwarf2/arr-subrange.exp: Likewise.
2852 * gdb.dwarf2/dwz.exp: Likewise.
2853 * gdb.dwarf2/method-ptr.exp: Likewise.
2854 * gdb.dwarf2/missing-sig-type.exp: Likewise.
2855 * gdb.dwarf2/subrange.exp: Likewise.
2856 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
2857 * gdb.dwarf2/implptrpiece.exp: Likewise.
2858 * gdb.dwarf2/nostaticblock.exp: Likewise.
2859
0e5c4555
AA
28602014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2861
2862 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
2863 directory to absolute path name arguments.
2864
5ec18f2b
JG
28652014-03-10 Joel Brobecker <brobecker@adacore.com>
2866
2867 * gdb.ada/tagged_access: New testcase.
2868
847fc4f2
MM
28692014-03-07 Markus Metzger <markus.t.metzger@intel.com>
2870
2871 * gdb.btrace/data.exp: Update expected output.
2872
cc3da688
YQ
28732014-03-06 Yao Qi <yao@codesourcery.com>
2874
2875 * gdb.trace/pr16508.exp: New file.
2876
0f26cec1
PA
28772014-03-05 Pedro Alves <palves@redhat.com>
2878
2879 PR gdb/16575
2880 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
2881 procedure.
2882 (top level): Adjust to use it. Add tests that exercise breakpoint
2883 interaction with the code-cache.
2884
7a5a839f
LC
28852014-02-26 Ludovic Courtès <ludo@gnu.org>
2886
2887 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
2888 test for 'history-append!'.
2889
31aa7e4e
JB
28902014-02-26 Joel Brobecker <brobecker@adacore.com>
2891
2892 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
2893 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
2894 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
2895 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
2896 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
2897 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
2898
1b588015
JB
28992014-02-26 Joel Brobecker <brobecker@adacore.com>
2900
2901 * testsuite/gdb.python/py-pp-re-notag.c: New file.
2902 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
2903 * testsuite/gdb.python/py-pp-re-notag.p: New file.
2904
55426c9d
JB
29052014-02-26 Joel Brobecker <brobecker@adacore.com>
2906
2907 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
2908
dc53a7ad
JB
29092014-02-26 Joel Brobecker <brobecker@adacore.com>
2910
2911 * gdb.dwarf2/arr-stride.c: New file.
2912 * gdb.dwarf2/arr-stride.exp: New file.
2913
12ab52e9
PA
29142014-02-26 Pedro Alves <palves@redhat.com>
2915
2916 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
2917 that won't ever trigger. Make sure that GDB reports the correct
2918 breakpoint that caused the stop.
2919
849c862e
JK
29202014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2921
2922 PR gdb/16626
2923 * gdb.base/auto-load-script: New file.
2924 * gdb.base/auto-load.c: New file.
2925 * gdb.base/auto-load.exp: New file.
2926
71b7d793
JK
2927 PR gdb/16626
2928 * gdb.base/auto-load.exp: Fix out-of-srctree run.
2929
e2f0d509
JK
29302014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2931
2932 Fix dw2-icycle.exp -fsanitize=address GDB crash.
2933 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
2934
50cc37c8
DE
29352014-02-24 Doug Evans <dje@google.com>
2936
2937 * lib/gdb.exp (run_on_host): Log error output if program fails.
2938
ea4758f2
PA
29392014-02-21 Pedro Alves <palves@redhat.com>
2940
2941 * gdb.threads/step-after-sr-lock.c: Rename to ...
2942 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
2943 * gdb.threads/step-after-sr-lock.exp: Rename to ...
2944 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2945 ... this.
2946
d7b30f67
SDJ
29472014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
2948
2949 PR tdep/16397
2950 * gdb.arch/amd64-stap-special-operands.exp: New file.
2951 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
2952 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
2953 * gdb.arch/amd64-stap-triplet.S: Likewise.
2954 * gdb.arch/amd64-stap-triplet.c: Likewise.
2955
83deb43f
JB
29562014-02-20 Joel Brobecker <brobecker@adacore.com>
2957
2958 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
2959 in .section pseudo-op.
2960
adde2bff
DE
29612014-02-20 lin zuojian <manjian2006@gmail.com>
2962 Joel Brobecker <brobecker@adacore.com>
2963 Doug Evans <xdje42@gmail.com>
2964
2965 PR symtab/16581
2966 * gdb.dwarf2/dw2-icycle.S: New file.
2967 * gdb.dwarf2/dw2-icycle.c: New file.
2968 * gdb.dwarf2/dw2-icycle.exp: New file.
2969
f7bd0f78
SC
29702014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2971
2972 * gdb.python/py-value-cc.cc: Improve test case to enable testing
2973 operations on gdb.Value objects.
2974 * gdb.python/py-value-cc.exp: Add new test to test operations on
2975 gdb.Value objects.
2976
c17ef0d5
DE
29772014-02-18 Doug Evans <dje@google.com>
2978
2979 * Makefile.in (TESTS): New variable.
2980 (expanded_tests, expanded_tests_or_none): New variables
2981 (check-single): Pass $(expanded_tests_or_none) to runtest.
2982 (check-parallel): Only run tests in $(TESTS) if non-empty.
2983 (check/no-matching-tests-found): New rule.
2984 * README: Document TESTS makefile variable.
2985
5dd3176f
DE
29862014-02-18 Doug Evans <dje@google.com>
2987
2988 * Makefile.in (check-parallel): rm -rf outputs temp.
2989
0b10be4f
JK
29902014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2991
2992 Fix "ERROR: no fileid for" in the testsuite.
2993 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
2994
85f224e7
DE
29952014-02-12 Doug Evans <dje@google.com>
2996
2997 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
2998 (MISCELLANEOUS): New variable.
2999 (clean): rm -rf $(MISCELLANEOUS).
3000 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3001 dwp live in the same directory as symlinks, with each symlink pointed
3002 to a differently named file in a different directory.
3003
149b30ff
DE
30042014-02-11 Doug Evans <dje@google.com>
3005
3006 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3007 of Tcl file commands.
3008
1dfdac32
MK
30092014-02-10 Mark Kettenis <kettenis@gnu.org>
3010
3011 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3012 "kill -SIGUSR1 -1".
3013
aa4fb036
JB
30142014-02-10 Joel Brobecker <brobecker@adacore.com>
3015
3016 * gdb.ada/tick_length_array_enum_idx: New testcase.
3017
ed3ef339
DE
30182014-02-10 Doug Evans <xdje42@gmail.com>
3019
3020 * configure.ac (AC_OUTPUT): Add gdb.guile.
3021 * configure: Regenerate.
3022 * lib/gdb-guile.exp: New file.
3023 * lib/gdb.exp (get_target_charset): New function.
3024 * gdb.base/help.exp: Update expected output from "apropos apropos".
3025 * gdb.guile/Makefile.in: New file.
3026 * gdb.guile/guile.exp: New file.
3027 * gdb.guile/scm-arch.c: New file.
3028 * gdb.guile/scm-arch.exp: New file.
3029 * gdb.guile/scm-block.c: New file.
3030 * gdb.guile/scm-block.exp: New file.
3031 * gdb.guile/scm-breakpoint.c: New file.
3032 * gdb.guile/scm-breakpoint.exp: New file.
3033 * gdb.guile/scm-disasm.c: New file.
3034 * gdb.guile/scm-disasm.exp: New file.
3035 * gdb.guile/scm-equal.c: New file.
3036 * gdb.guile/scm-equal.exp: New file.
3037 * gdb.guile/scm-error.exp: New file.
3038 * gdb.guile/scm-error.scm: New file.
3039 * gdb.guile/scm-frame-args.c: New file.
3040 * gdb.guile/scm-frame-args.exp: New file.
3041 * gdb.guile/scm-frame-args.scm: New file.
3042 * gdb.guile/scm-frame-inline.c: New file.
3043 * gdb.guile/scm-frame-inline.exp: New file.
3044 * gdb.guile/scm-frame.c: New file.
3045 * gdb.guile/scm-frame.exp: New file.
3046 * gdb.guile/scm-generics.exp: New file.
3047 * gdb.guile/scm-gsmob.exp: New file.
3048 * gdb.guile/scm-iterator.c: New file.
3049 * gdb.guile/scm-iterator.exp: New file.
3050 * gdb.guile/scm-math.c: New file.
3051 * gdb.guile/scm-math.exp: New file.
3052 * gdb.guile/scm-objfile-script-gdb.in: New file.
3053 * gdb.guile/scm-objfile-script.c: New file.
3054 * gdb.guile/scm-objfile-script.exp: New file.
3055 * gdb.guile/scm-objfile.c: New file.
3056 * gdb.guile/scm-objfile.exp: New file.
3057 * gdb.guile/scm-ports.exp: New file.
3058 * gdb.guile/scm-pretty-print.c: New file.
3059 * gdb.guile/scm-pretty-print.exp: New file.
3060 * gdb.guile/scm-pretty-print.scm: New file.
3061 * gdb.guile/scm-section-script.c: New file.
3062 * gdb.guile/scm-section-script.exp: New file.
3063 * gdb.guile/scm-section-script.scm: New file.
3064 * gdb.guile/scm-symbol.c: New file.
3065 * gdb.guile/scm-symbol.exp: New file.
3066 * gdb.guile/scm-symtab-2.c: New file.
3067 * gdb.guile/scm-symtab.c: New file.
3068 * gdb.guile/scm-symtab.exp: New file.
3069 * gdb.guile/scm-type.c: New file.
3070 * gdb.guile/scm-type.exp: New file.
3071 * gdb.guile/scm-value-cc.cc: New file.
3072 * gdb.guile/scm-value-cc.exp: New file.
3073 * gdb.guile/scm-value.c: New file.
3074 * gdb.guile/scm-value.exp: New file.
3075 * gdb.guile/source2.scm: New file.
3076 * gdb.guile/types-module.cc: New file.
3077 * gdb.guile/types-module.exp: New file.
3078
7026a7c1
YQ
30792014-02-10 Yao Qi <yao@codesourcery.com>
3080
3081 PR testsuite/16543
3082 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3083 * configure: Regenerated.
3084 * Makefile.in: New file.
3085
6c466447
AS
30862014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3087
3088 * gdb.python/py-framefilter.exp: Fix typo.
3089
6e854735
YQ
30902014-02-08 Yao Qi <yao@codesourcery.com>
3091
3092 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3093 that no =breakpoint-modified is emitted when breakpoints are
3094 modified through MI commands.
3095
d137e6dc
PA
30962014-02-07 Pedro Alves <pedro@codesourcery.com>
3097 Pedro Alves <palves@redhat.com>
3098
3099 * gdb.threads/step-after-sr-lock.c: New file.
3100 * gdb.threads/step-after-sr-lock.exp: New file.
3101
b5ee5a50
PA
31022014-02-07 Pedro Alves <palves@redhat.com>
3103
3104 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3105
3c77faf3
JK
31062014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3107
3108 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
3109 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
3110
6dddc817
DE
31112014-02-06 Doug Evans <xdje42@gmail.com>
3112
3113 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
3114 output.
3115
3116 * gdb.gdb/python-interrupts.exp: New file.
3117
de7b2893
YQ
31182014-02-05 Yao Qi <yao@codesourcery.com>
3119
3120 * gdb.trace/report.exp (use_collected_data): Test the output
3121 of "info threads" and "info inferiors".
3122
66d032ac
YQ
31232014-02-05 Yao Qi <yao@codesourcery.com>
3124
3125 Revert this patch:
3126
3127 2013-05-24 Yao Qi <yao@codesourcery.com>
3128
3129 * gdb.trace/tfile.exp: Test inferior and thread.
3130
591a12a1
UW
31312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3132
3133 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
3134 on a function.
3135 * gdb.base/step-bt.c: Call hello via function pointer to make
3136 sure its first instruction is executed on powerpc64le-linux.
3137
0ff3e01f
UW
31382014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3139
3140 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3141
084ee545
UW
31422014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3143
3144 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
3145 of the test patterns for use on little-endian systems.
3146
6ed14ff3
UW
31472014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3148
3149 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
3150 (decimal_vector): Fix for little-endian.
3151
401e27fd
JM
31522014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
3153
3154 * gdb.arch/sparc-sysstep.exp: New file.
3155 * gdb.arch/sparc-sysstep.c: Likewise.
3156
3157 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
3158
8b924729
EBM
31592014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3160
3161 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3162
fb151210
JB
31632014-01-23 Tom Tromey <tromey@redhat.com>
3164
3165 * gdb.ada/array_char_idx: New testcase.
3166
0740f8d8
TT
31672014-01-23 Tom Tromey <tromey@redhat.com>
3168
3169 PR python/16487:
3170 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
3171 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
3172 classes.
3173
21909fa1
TT
31742014-01-23 Tom Tromey <tromey@redhat.com>
3175
3176 PR python/16491:
3177 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
3178 string from an inferior frame.
3179 * gdb.python/py-framefilter-mi.exp: Update.
3180
87ce2a04
DE
31812014-01-22 Doug Evans <dje@google.com>
3182
3183 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3184
237b092b
AA
31852014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3186
3187 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3188
d674a709
AA
31892014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3190
3191 * gdb.trace/entry-values.exp: Remove excess space character from
3192 regex patterns. Handle s390 call instruction.
3193
20fa3390
AA
31942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3195
3196 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
3197 define "*_start" label. Make "name" static.
3198 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
3199 ${name} by references to ${name}_start.
3200
78466714
AA
32012014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3202
3203 * gdb.base/info-macros.exp: Remove "debug" from the compile
3204 options.
3205
ec9f644a
IB
32062014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3207
3208 * gdb.dlang/demangle.exp: New file.
3209
94b1b47e
IB
32102014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3211
3212 * gdb.dlang/primitive-types.exp: New file.
3213
7f420862
IB
32142014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3215
3216 * configure.ac: Create gdb.dlang/Makefile.
3217 * configure: Regenerate.
3218 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
3219 * gdb.dlang/Makefile.in: New file.
3220 * lib/d-support.exp: New file.
3221 * lib/gdb.exp (skip_d_tests): New proc.
3222
52834460
MM
32232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3224
3225 * gdb.btrace/delta.exp: Check reverse stepi.
3226 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
3227 * gdb.btrace/finish.exp: New.
3228 * gdb.btrace/next.exp: New.
3229 * gdb.btrace/nexti.exp: New.
3230 * gdb.btrace/record_goto.c: Add comments.
3231 * gdb.btrace/step.exp: New.
3232 * gdb.btrace/stepi.exp: New.
3233 * gdb.btrace/multi-thread-step.c: New.
3234 * gdb.btrace/multi-thread-step.exp: New.
3235 * gdb.btrace/rn-dl-bind.c: New.
3236 * gdb.btrace/rn-dl-bind.exp: New.
3237 * gdb.btrace/data.c: New.
3238 * gdb.btrace/data.exp: New.
3239 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3240
6e07b1d2
MM
32412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3242
3243 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
3244 * gdb.btrace/exception.exp: Update.
3245 * gdb.btrace/instruction_history.exp: Update.
3246 * gdb.btrace/record_goto.exp: Update.
3247 * gdb.btrace/tailcall.exp: Update.
3248 * gdb.btrace/unknown_functions.exp: Update.
3249 * gdb.btrace/delta.exp: New.
3250
0b722aec
MM
32512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3252
3253 * gdb.btrace/record_goto.exp: Add backtrace test.
3254 * gdb.btrace/tailcall.exp: Add backtrace test.
3255
066ce621
MM
32562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3257
3258 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
3259 * gdb.btrace/record_goto.c: New.
3260 * gdb.btrace/record_goto.exp: New.
3261 * gdb.btrace/x86-record_goto.S: New.
3262
0688d04e
MM
32632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3264
3265 * gdb.btrace/function_call_history.exp: Update tests.
3266 * gdb.btrace/instruction_history.exp: Update tests.
3267
8710b709
MM
32682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3269
3270 * gdb.btrace/function_call_history.exp: Fix expected field
3271 order for "record function-call-history".
3272 Add new tests for "record function-call-history /c".
3273 * gdb.btrace/exception.cc: New.
3274 * gdb.btrace/exception.exp: New.
3275 * gdb.btrace/tailcall.exp: New.
3276 * gdb.btrace/x86-tailcall.S: New.
3277 * gdb.btrace/x86-tailcall.c: New.
3278 * gdb.btrace/unknown_functions.c: New.
3279 * gdb.btrace/unknown_functions.exp: New.
3280 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3281
5de9129b
MM
32822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3283
3284 * gdb.btrace/instruction_history.exp: Update.
3285 * gdb.btrace/function_call_history.exp: Update.
3286
23a7fe75
MM
32872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3288
3289 * gdb.btrace/function_call_history.exp: Fix expected function
3290 trace.
3291 * gdb.btrace/instruction_history.exp: Initialize traced.
3292 Remove traced_functions.
3293
724c7dd8
MM
32942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3295
3296 * gdb.btrace/function_call_history.exp: Update
3297 * gdb.btrace/instruction_history.exp: Update.
3298
6d78d93b
MM
32992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3300
3301 * gdb.btrace/enable.exp: Update expected text.
3302
93a360cc
OJ
33032014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3304
3305 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3306 bytes.
3307
3772b53f
MR
33082014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3309
3310 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3311
596662fa
OJ
33122014-01-15 Omair Javaid <omair.javaid@linaro.org>
3313
3314 * lib/gdb.exp (supports_process_record): Return true for
3315 arm*-linux*. (supports_reverse): Likewise.
3316
b5b08fb4
SC
33172014-01-13 Siva Chandra Reddy <sivachandra@google.com>
3318
3319 PR python/15464
3320 PR python/16113
3321 * gdb.python/py-type.c: Enhance test case.
3322 * gdb.python/py-value-cc.cc: Likewise
3323 * gdb.python/py-type.exp: Add new tests.
3324 * gdb.python/py-value-cc.exp: Likewise
3325
52d7fb13
AA
33262014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3327 Pedro Alves <palves@redhat.com>
3328
3329 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
3330 Make "name" extern.
3331 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
3332 references to ${name}_start by references to ${name}.
3333
a2cd8cfe
JB
33342014-01-10 Joel Brobecker <brobecker@adacore.com>
3335
3336 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3337
4e23fced
JB
33382014-01-10 Joel Brobecker <brobecker@adacore.com>
3339
3340 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3341
c6a9e42c
PA
33422014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
3343 Pedro Alves <palves@redhat.com>
3344
3345 * gdb.mi/mi-info-os.exp: Connect to the target with
3346 mi_gdb_target_load.
3347
b7ea362b
PA
33482014-01-08 Pedro Alves <palves@redhat.com>
3349
3350 * gdb.threads/reconnect-signal.c: New file.
3351 * gdb.threads/reconnect-signal.exp: New file.
3352
5e3f4fab
EBM
33532014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3354
3355 * gdb.base/source-dir.exp: New file.
3356
79301218
JB
33572014-01-07 Joel Brobecker <brobecker@adacore.com>
3358
3359 * gdb.ada/mi_interface: New testcase.
3360
8e355c5d
JB
33612014-01-07 Joel Brobecker <brobecker@adacore.com>
3362
3363 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
3364 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
3365 gdb.ada/pp-rec-component/pck.ads: New files.
3366
c0d48811
JB
33672014-01-07 Joel Brobecker <brobecker@adacore.com>
3368
3369 * gdb.python/py-pp-integral.c: New file.
3370 * gdb.python/py-pp-integral.py: New file.
3371 * gdb.python/py-pp-integral.exp: New file.
3372
17b609c3 3373For older changes see ChangeLog-1993-2013.
c906108c 3374\f
8d8cb839
EZ
3375;; Local Variables:
3376;; mode: change-log
3377;; left-margin: 8
3378;; fill-column: 74
3379;; version-control: never
3380;; End:
902f2ccb 3381
14f8b115 3382 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
3383 Copying and distribution of this file, with or without modification,
3384 are permitted provided the copyright notice and this notice are preserved.
This page took 2.799551 seconds and 4 git commands to generate.