ChangeLog typo fix
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2
3 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
4 `method(long)', not just 0x0.
5 * gdb.cp/nsalias.exp: Align code labels to 4.
6 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
9 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12
13 2014-12-02 Doug Evans <dje@google.com>
14
15 PR symtab/17602
16 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17 * gdb.cp/anon-ns-2.cc: ... here. New file.
18 * gdb.cp/anon-ns.exp: Update.
19
20 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
21
22 * gdb.python/py-events.py (inferior_call_handler): New.
23 (register_changed_handler, memory_changed_handler): New.
24 (test_events.invoke): Register new handlers.
25 * gdb.python/py-events.exp: Add tests for inferior call,
26 memory_changed and register_changed events.
27
28 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
29
30 * gdb.base/execl-update-breakpoints.exp: Specify the link address
31 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
32 if the linker doesn't understand this.
33
34 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
35
36 * gdb.python/python.exp: Change expected reply to help().
37
38 2014-12-01 Yao Qi <yao@codesourcery.com>
39
40 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
41 AC_CONFIG_SUBDIRS(gdb.gdbtk).
42 * configure: Re-generated.
43
44 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
45
46 * gdb.cp/chained-calls.cc: New file.
47 * gdb.cp/chained-calls.exp: New file.
48 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
49
50 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
51
52 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
53 * gdb.dwarf2/symtab-producer.exp: Same.
54 * gdb.gdb/python-interrupts.exp: Same.
55 * gdb.gdb/python-selftest.exp: Same.
56 * gdb.python/py-linetable.exp: Same.
57 * gdb.python/py-type.exp: Same.
58 * gdb.python/py-value-cc.exp: Same.
59 * gdb.python/py-value.exp: Same.
60
61 2014-11-28 Yao Qi <yao@codesourcery.com>
62
63 * gdb.base/break-probes.exp: Match library name prefixed with
64 sysroot.
65
66 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
67
68 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
69 test expected output. Add parentheses for the call to print.
70 Remove L suffix from integers.
71
72 2014-11-26 Doug Evans <dje@google.com>
73
74 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
75
76 2014-11-22 Yao Qi <yao@codesourcery.com>
77
78 * gdb.trace/entry-values.c: Remove asms.
79 (foo): Add foo_label.
80 (bar): Add bar_label.
81 * gdb.trace/entry-values.exp: Remove code computing foo's
82 length and bar's length.
83 (Dwarf::assemble): Invoke function_range for bar and use
84 MACRO_AT_func for foo.
85
86 2014-11-22 Yao Qi <yao@codesourcery.com>
87
88 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
89 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
90 Use .Lgcc43_procstart instead of gcc43.
91
92 2014-11-21 Joel Brobecker <brobecker@adacore.com>
93
94 * gdb.ada/n_arr_bound: New testcase.
95
96 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
97
98 PR breakpoints/10737
99 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
100 test_catch_syscall_multi_arch.
101 (test_catch_syscall_multi_arch): New function.
102
103 2014-11-20 Doug Evans <xdje42@gmail.com>
104
105 * gdb.base/maint.exp: Update expected output.
106
107 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
108
109 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
110 4-byte instruction on S390.
111
112 2014-11-19 Joel Brobecker <brobecker@adacore.com>
113
114 * gdb.ada/arr_arr: New testcase.
115
116 2014-11-19 Joel Brobecker <brobecker@adacore.com>
117
118 * gdb.ada/pkd_arr_elem: New Testcase.
119
120 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
121
122 * gdb.reverse/break-precsave: Expect completion message for
123 core file reads.
124 * gdb.reverse/consecutive-precsave.exp: Likewise.
125 * gdb.reverse/finish-precsave.exp: Likewise.
126 * gdb.reverse/i386-precsave.exp: Likewise.
127 * gdb.reverse/machinestate-precsave.exp: Likewise.
128 * gdb.reverse/sigall-precsave.exp: Likewise.
129 * gdb.reverse/solib-precsave.exp: Likewise.
130 * gdb.reverse/step-precsave.exp: Likewise.
131 * gdb.reverse/until-precsave.exp: Likewise.
132 * gdb.reverse/watch-precsave.exp: Likewise.
133
134 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
135
136 * gdb.base/bp-permanent.c: Include unistd.h.
137 * gdb.python/py-framefilter-mi.c (main): Add return type.
138 * gdb.python/py-framefilter.c (main): Likewise.
139 * gdb.trace/actions-changed.c (main): Likewise.
140
141 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
142
143 * gdb.mi/until.c: Add eye-catchers.
144 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
145 line numbers.
146
147 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
148
149 * gdb.base/condbreak.exp: Drop references to removed non-prototype
150 function header variants in break1.c.
151 * gdb.base/ena-dis-br.exp: Likewise.
152 * gdb.base/hbreak2.exp: Likewise.
153 * gdb.reverse/until-precsave.exp: Drop references to removed
154 non-prototype function header variants in ur1.c.
155 * gdb.reverse/until-reverse.exp: Likewise.
156
157 2014-11-17 Petr Machata <pmachata@redhat.com>
158
159 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
160 ${_cu_offset_size} bytes abbrev offset.
161
162 2014-11-15 Doug Evans <xdje42@gmail.com>
163
164 PR symtab/17559
165 * gdb.base/line-symtabs.exp: New file.
166 * gdb.base/line-symtabs.c: New file.
167 * gdb.base/line-symtabs.h: New file.
168
169 2014-11-14 Yao Qi <yao@codesourcery.com>
170
171 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
172 (func): Add label func_label.
173 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
174 Replace low_pc and high_pc with MACRO_AT_range.
175 Replace name, low_pc and high_pc with MACRO_AT_func.
176
177 2014-11-14 Yao Qi <yao@codesourcery.com>
178
179 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
180 Replace name, low_pc and high_pc with MACRO_AT_func.
181
182 2014-11-14 Yao Qi <yao@codesourcery.com>
183
184 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
185 produce debug information.
186 * gdb.dwarf2/implptr-optimized-out.S: Removed.
187
188 2014-11-14 Yao Qi <yao@codesourcery.com>
189
190 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
191 object and get function length.
192 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
193 with MACRO_AT_func.
194 (top-level): Replace gdb_compile and clean_restart with
195 prepare_for_testing.
196 * gdb.dwarf2/main.c (main): Add label main_label.
197
198 2014-11-14 Yao Qi <yao@codesourcery.com>
199
200 * lib/dwarf.exp (function_range): New procedure.
201 (Dwarf::_handle_macro_at_func): New procedure.
202 (Dwarf::_handle_macro_at_range): New procedure.
203 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
204
205 2014-11-14 Yao Qi <yao@codesourcery.com>
206
207 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
208 (_handle_attribute): New procedure.
209
210 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
211
212 * gdb.ada/cond_lang/foo.c (callme): Add return type.
213 * gdb.base/call-sc.c (zed): Likewise.
214 * gdb.base/checkpoint.c (main): Likewise.
215 * gdb.base/dump.c (main): Likewise.
216 * gdb.base/gcore.c (main): Likewise.
217 * gdb.base/huge.c (main): Likewise.
218 * gdb.base/multi-forks.c (main): Likewise.
219 * gdb.base/pr10179-a.c (main): Likewise.
220 * gdb.base/savedregs.c (main): Likewise.
221 * gdb.base/sigaltstack.c (main): Likewise.
222 * gdb.base/siginfo.c (main): Likewise.
223 * gdb.base/structs.c (zed): Likewise.
224 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
225 * gdb.mi/mi-syn-frame.c (main): Likewise.
226 * gdb.mi/until.c (foo, main): Likewise.
227 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
228 * gdb.base/solib-weak.c (foo): Declare.
229 * gdb.base/attach-twice.c: Include stdio.h.
230 * gdb.base/weaklib1.c: Likewise.
231 * gdb.base/weaklib2.c: Likewise.
232 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
233 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
234 unistd.h.
235 * gdb.base/attach-pie-misread.c: Include stdlib.h.
236 * gdb.mi/mi-exit-code.c: Likewise.
237 * gdb.base/break-interp-lib.c: Include string.h.
238 * gdb.base/coremaker.c: Likewise.
239 * gdb.base/testenv.c: Likewise.
240 * gdb.python/py-finish-breakpoint.c: Likewise.
241 * gdb.base/inferior-died.c: Include sys/wait.h.
242 * gdb.base/fileio.c: Include time.h.
243 * gdb.base/async-shell.c: Include unistd.h.
244 * gdb.base/dprintf-non-stop.c: Likewise.
245 * gdb.base/info-os.c: Likewise.
246 * gdb.mi/mi-console.c: Likewise.
247 * gdb.mi/watch-nonstop.c: Likewise.
248 * gdb.python/py-events.c: Likewise.
249 * gdb.base/async.c (baz): Move up before its invocation.
250 * gdb.base/code_elim2.c (my_global_func): Likewise.
251 * gdb.base/skip-solib-lib.c (multiply): Likewise.
252 * gdb.base/advance.c (func2): Likewise.
253
254 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
255
256 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
257 variant.
258 * gdb.base/annota3.c: Likewise.
259 * gdb.base/async.c: Likewise.
260 * gdb.base/average.c: Likewise.
261 * gdb.base/call-ar-st.c: Likewise.
262 * gdb.base/call-rt-st.c: Likewise.
263 * gdb.base/call-sc.c: Likewise.
264 * gdb.base/call-strs.c: Likewise.
265 * gdb.base/ending-run.c: Likewise.
266 * gdb.base/execd-prog.c: Likewise.
267 * gdb.base/exprs.c: Likewise.
268 * gdb.base/foll-exec.c: Likewise.
269 * gdb.base/foll-fork.c: Likewise.
270 * gdb.base/foll-vfork.c: Likewise.
271 * gdb.base/funcargs.c: Likewise.
272 * gdb.base/gcore.c: Likewise.
273 * gdb.base/jump.c: Likewise.
274 * gdb.base/langs0.c: Likewise.
275 * gdb.base/langs1.c: Likewise.
276 * gdb.base/langs2.c: Likewise.
277 * gdb.base/mips_pro.c: Likewise.
278 * gdb.base/nodebug.c: Likewise.
279 * gdb.base/opaque0.c: Likewise.
280 * gdb.base/opaque1.c: Likewise.
281 * gdb.base/recurse.c: Likewise.
282 * gdb.base/run.c: Likewise.
283 * gdb.base/scope0.c: Likewise.
284 * gdb.base/scope1.c: Likewise.
285 * gdb.base/setshow.c: Likewise.
286 * gdb.base/setvar.c: Likewise.
287 * gdb.base/shmain.c: Likewise.
288 * gdb.base/shr1.c: Likewise.
289 * gdb.base/shr2.c: Likewise.
290 * gdb.base/sigall.c: Likewise.
291 * gdb.base/signals.c: Likewise.
292 * gdb.base/so-indr-cl.c: Likewise.
293 * gdb.base/solib2.c: Likewise.
294 * gdb.base/structs.c: Likewise.
295 * gdb.base/sum.c: Likewise.
296 * gdb.base/vforked-prog.c: Likewise.
297 * gdb.base/watchpoint.c: Likewise.
298 * gdb.reverse/shr2.c: Likewise.
299 * gdb.reverse/until-reverse.c: Likewise.
300 * gdb.reverse/ur1.c: Likewise.
301 * gdb.reverse/watch-reverse.c: Likewise.
302
303 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
304
305 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
306 variant.
307 * gdb.base/sepdebug.exp: Drop references to removed code.
308
309 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
310
311 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
312 variant. Preserve original line numbering.
313 * gdb.base/list1.c: Likewise.
314
315 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
316
317 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
318 variant.
319 * gdb.base/break1.c: Likewise.
320 * gdb.base/break.exp: Drop references to removed code.
321
322 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
323
324 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
325 variant.
326
327 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
328
329 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
330
331 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
332
333 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
334 logic into perform_all_tests() and invoke it with and without
335 function header prototypes.
336 (do_function_calls): Remove conditional XFAIL for PR 5318.
337 (rerun_and_prepare): Remove duplicate code.
338 (perform_all_tests): New. Main logic moved here.
339
340 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
341
342 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
343 code guarded by #ifdef NO_PROTOTYPES.
344 (t_double_many_args): Likewise.
345 (DEF_FUNC_MANY_ARGS_1): Likewise.
346 (DEF_FUNC_VALUES_1): Likewise.
347 (t_structs_ldc): Renamed from t_structs_fc in conditional code
348 guarded by #ifdef PROTOTYPES.
349
350 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
351
352 * gdb.mi/mi-console.c: Add eye-catcher.
353 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
354 instead of literal line number.
355
356 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
357
358 * gdb.base/shr2.c: Add eye-catcher.
359 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
360 line number.
361
362 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
363
364 * gdb.base/jump.c: Add eye-catchers.
365 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
366 numbers.
367
368 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
369
370 * gdb.base/execd-prog.c: Add eye-catchers.
371 * gdb.base/foll-exec.c: Likewise.
372 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
373 line numbers.
374
375 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
376
377 * gdb.base/ending-run.c: Add eye-catchers.
378 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
379 literal line numbers.
380
381 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
382
383 * gdb.base/call-rt-st.c: Add eye-catchers.
384 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
385 literal line numbers.
386
387 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
388
389 * gdb.base/call-ar-st.c: Add eye-catchers.
390 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
391 literal line numbers.
392
393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
394
395 * gdb.base/average.c: Add eye-catchers.
396 * gdb.base/sum.c: Likewise.
397 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
398 regexps dynamically.
399
400 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
401
402 * gdb.base/solib1.c: Add eye-catchers.
403 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
404 literal line numbers.
405
406 2014-11-12 Pedro Alves <palves@redhat.com>
407
408 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
409 leader has exited.
410
411 2014-11-12 Pedro Alves <palves@redhat.com>
412
413 * gdb.arch/i386-bp_permanent.c: New file.
414 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
415 (srcfile): Set to i386-bp_permanent.c.
416 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
417 that stepi does not execute the 'leave' instruction, instead of
418 testing it does execute.
419 * gdb.base/bp-permanent.c: New file.
420 * gdb.base/bp-permanent.exp: New file.
421
422 2014-11-10 Doug Evans <xdje42@gmail.com>
423
424 PR symtab/17564
425 * gdb.base/symtab-search-order.exp: New file.
426 * gdb.base/symtab-search-order.c: New file.
427 * gdb.base/symtab-search-order-1.c: New file.
428 * gdb.base/symtab-search-order-shlib-1.c: New file.
429
430 2014-11-07 Pedro Alves <palves@redhat.com>
431
432 PR gdb/17511
433 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
434 i?86-*-linux*.
435
436 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
437
438 PR c++/17494
439 * gdb.cp/pr17494.cc: New file.
440 * gdb.cp/pr17494.exp: New file.
441
442 2014-11-02 Yao Qi <yao@codesourcery.com>
443
444 * gdb.python/python.exp: Get working directory and match the
445 output of "set extended-prompt \\w " with it.
446
447 2014-10-30 Doug Evans <dje@google.com>
448
449 * gdb.python/py-objfile.exp: Add tests for setting random attributes
450 in objfiles.
451 * gdb.python/py-progspace.exp: Add tests for setting random attributes
452 in progspaces.
453
454 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
455
456 * gdb.base/fullpath-expand.exp: Skip for a remote host.
457 * gdb.base/realname-expand.exp: Likewise.
458 * gdb.linespec/macro-relative.exp: Likewise.
459
460 2014-10-29 Pedro Alves <palves@redhat.com>
461
462 PR gdb/17408
463 * gdb.threads/schedlock.c (some_function): New function.
464 (call_function): New global.
465 (MAYBE_CALL_SOME_FUNCTION): New macro.
466 (thread_function): Call it.
467 * gdb.threads/schedlock.exp (get_args): Add description parameter,
468 and use it instead of a global counter. Adjust all callers.
469 (get_current_thread): Use "find current thread" for test message
470 here rather than having all callers pass down the same string.
471 (goto_loop): New procedure, factored out from ...
472 (my_continue): ... this.
473 (step_ten_loops): Change parameter from test message to command to
474 use. Adjust.
475 (list_count): Delete global.
476 (check_result): New procedure, factored out from duplicate top
477 level code.
478 (continue tests): Wrap in with_test_prefix.
479 (test_step): New procedure, factored out from duplicate top level
480 code.
481 (top level): Test "step" in combination with all scheduler-locking
482 modes. Test "next" in combination with all scheduler-locking
483 modes, and in combination with stepping over a function call or
484 not.
485 * gdb.threads/next-bp-other-thread.c: New file.
486 * gdb.threads/next-bp-other-thread.exp: New file.
487
488 2014-10-29 Pedro Alves <palves@redhat.com>
489
490 PR python/17372
491 * gdb.python/python.exp: Test a multi-line command that spawns
492 interactive Python.
493 * gdb.base/multi-line-starts-subshell.exp: New file.
494
495 2014-10-29 Yao Qi <yao@codesourcery.com>
496
497 * gdb.base/fileio.exp: Make directories on host.
498
499 2014-10-29 Yao Qi <yao@codesourcery.com>
500
501 * gdb.base/fileio.c (test_write): Close the file.
502
503 2014-10-28 Pedro Alves <palves@redhat.com>
504
505 PR gdb/12623
506 * gdb.base/sigstep.c (no_handler): New global.
507 (main): If 'no_handler is true, set the signal handlers to
508 SIG_IGN.
509 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
510 with_sw_watch and no_handler parameters. Handle them.
511 (top level) <stepping over handler when stopped at a breakpoint
512 test>: Add a test axis for testing with a software watchpoint, and
513 another for testing with the signal handler set to SIG_IGN.
514 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
515 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
516
517 2014-10-28 Pedro Alves <palves@redhat.com>
518
519 PR gdb/17511
520 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
521 * gdb.base/sigstep.exp (other_handler_location): New global.
522 (advance): Support stepping into the signal handler, and running
523 commands while in the handler.
524 (in_handler_map): New global.
525 (top level): In the advance test, add combinations for getting
526 into the handler with stepping commands, and for running commands
527 in the handler. Add comment descripting the advancei tests.
528
529 2014-10-28 Pedro Alves <palves@redhat.com>
530
531 * gdb.base/sigstep.exp: Use build_executable instead of
532 prepare_for_testing.
533 (top level): Move code that starts GDB, runs to main and creates a
534 display to ...
535 (restart): ... this new procedure.
536 (top level): Move backtrace from signal handler test to ...
537 (validate_backtrace): ... this new procedure.
538 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
539 with_test_prefix. Always restart GDB.
540 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
541 with_test_prefix. Always restart GDB. No need to delete
542 breakpoints after the test.
543 (test_skip_handler): Remove prefix parameter.
544 (skip_over_handler, breakpoint_to_handler)
545 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
546 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
547 restart GDB. No need to delete breakpoints after the test.
548 (top level): Use foreach to call the test procedures with
549 different commands.
550
551 2014-10-28 Pedro Alves <palves@redhat.com>
552
553 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
554 instead of GNATS numbers.
555 * gdb.base/sigbpt.exp: Likewise.
556 * gdb.base/siginfo.exp: Likewise.
557 * gdb.base/sigstep.exp: Likewise.
558
559 2014-10-27 Pedro Alves <palves@redhat.com>
560
561 * gdb.base/sigstep.c (dummy): New global.
562 (main): Issue a couple writes to the new global.
563 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
564 procedures.
565 (skip_over_handler): Use test_skip_handler.
566 (top level): Call skip_over_handler for stepi and nexti too.
567 (breakpoint_over_handler): Use test_skip_handler.
568 (top level): Call breakpoint_over_handler for stepi and nexti too.
569
570 2014-10-27 Yao Qi <yao@codesourcery.com>
571
572 * gdb.trace/tfile.c (adjust_function_address)
573 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
574 function descriptor.
575
576 2014-10-24 Don Breazeal <donb@codesourcery.com>
577
578 * gdb.base/foll-fork.exp (test_follow_fork,
579 catch_fork_child_follow): Check for updated fork messages emitted
580 from infrun.c.
581 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
582 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
583 vfork_and_exec_child_follow_through_step): Check for updated vfork
584 messages emitted from infrun.c.
585
586 2014-10-24 Pedro Alves <palves@redhat.com>
587
588 * gdb.base/corefile.exp: Remove references to ultrix.
589 * gdb.base/interrupt.exp: Likewise.
590 * gdb.base/whatis.exp: Likewise.
591 * gdb.gdb/selftest.exp: Likewise.
592 * gdb.threads/manythreads.exp: Likewise.
593 * gdb.threads/print-threads.exp: Likewise.
594 * gdb.threads/pthreads.exp:: Likewise.
595 * gdb.threads/schedlock.exp: Likewise.
596
597 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
598
599 * gdb.cp/non-trivial-retval.cc: Add a test case.
600 * gdb.cp/non-trivial-retval.exp: Add a test.
601
602 2014-10-20 Yao Qi <yao@codesourcery.com>
603
604 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
605 * gdb.python/py-objfile-script-gdb.py: New file.
606 * gdb.python/py-objfile-script.exp: Update reference to
607 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
608 of remote_download. Remove the dest file.
609
610 2014-10-20 Yao Qi <yao@codesourcery.com>
611
612 * gdb.base/checkpoint.exp: Don't remove file copied on host.
613 * gdb.base/step-line.exp: Likewise.
614 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
615 * gdb.dwarf2/dw2-basic.exp: Likewise.
616 * gdb.dwarf2/dw2-compressed.exp: Likewise.
617 * gdb.dwarf2/dw2-filename.exp: Likewise.
618 * gdb.dwarf2/dw2-intercu.exp: Likewise.
619 * gdb.dwarf2/dw2-intermix.exp: Likewise.
620 * gdb.dwarf2/dw2-producer.exp: Likewise.
621 * gdb.dwarf2/mac-fileno.exp: Likewise.
622 * gdb.python/py-frame-args.exp: Likewise.
623 * gdb.python/py-framefilter.exp: Likewise.
624 * gdb.python/py-mi.exp: Likewise.
625 * gdb.python/py-objfile-script.exp: Likewise
626 * gdb.python/py-pp-integral.exp: Likewise.
627 * gdb.python/py-pp-re-notag.exp: Likewise.
628 * gdb.python/py-prettyprint.exp: Likewise.
629 * gdb.python/py-section-script.exp: Likewise.
630 * gdb.python/py-typeprint.exp: Likewise.
631 * gdb.python/py-xmethods.exp: Likewise.
632 * gdb.stabs/weird.exp: Likewise.
633 * gdb.xml/tdesc-regs.exp: Likewise.
634
635 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
636
637 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
638 (out_cu): Use addr_len for the size of addresses.
639 (out_line): Likewise. Size DW_LNE_set_address instruction
640 according to addr_len.
641 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
642 (FUNC): Add START_INSNS to definition.
643
644 2014-10-18 Yao Qi <yao@codesourcery.com>
645
646 * gdb.base/argv0-symlink.exp: Check argv[0] value if
647 gdb_has_argv0 return true.
648 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
649 check [target_info exists noargs], check [gdb_has_argv0]
650 instead.
651 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
652 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
653 procedures.
654
655 2014-10-17 Doug Evans <dje@google.com>
656
657 * gdb.python/py-events.exp: Update expected output for clear_objfiles
658 event.
659 * gdb.python/py-events.py: Add clear_objfiles event.
660
661 2014-10-17 Doug Evans <dje@google.com>
662
663 * gdb.python/py-objfile.exp: Test progspace attribute.
664
665 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
666
667 * gdb.guile/scm-breakpoint.exp: Do not assume any
668 directory separators when matching source file paths.
669 * gdb.python/py-breakpoint.exp: Likewise.
670 * gdb.reverse/break-precsave.exp: Likewise.
671 * gdb.reverse/break-reverse.exp: Likewise.
672 * gdb.reverse/consecutive-precsave.exp: Likewise.
673 * gdb.reverse/finish-precsave.exp: Likewise.
674 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
675 * gdb.reverse/finish-reverse.exp: Likewise.
676 * gdb.reverse/i386-precsave.exp: Likewise.
677 * gdb.reverse/i387-env-reverse.exp: Likewise.
678 * gdb.reverse/i387-stack-reverse.exp: Likewise.
679 * gdb.reverse/machinestate-precsave.exp: Likewise.
680 * gdb.reverse/machinestate.exp: Likewise.
681 * gdb.reverse/sigall-precsave.exp: Likewise.
682 * gdb.reverse/solib-precsave.exp: Likewise.
683 * gdb.reverse/step-precsave.exp: Likewise.
684 * gdb.reverse/until-precsave.exp: Likewise.
685 * gdb.reverse/watch-precsave.exp: Likewise.
686 * gdb.reverse/watch-reverse.exp: Likewise.
687
688 2014-10-17 Yao Qi <yao@codesourcery.com>
689
690 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
691 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
692
693 2014-10-17 Pedro Alves <palves@redhat.com>
694
695 PR gdb/17471
696 * gdb.base/bg-execution-repeat.c: New file.
697 * gdb.base/bg-execution-repeat.exp: New file.
698
699 2014-10-17 Pedro Alves <palves@redhat.com>
700
701 PR gdb/17300
702 * gdb.base/continue-all-already-running.c: New file.
703 * gdb.base/continue-all-already-running.exp: New file.
704
705 2014-10-17 Pedro Alves <palves@redhat.com>
706
707 PR gdb/17472
708 * gdb.base/annota-input-while-running.c: New file.
709 * gdb.base/annota-input-while-running.exp: New file.
710
711 2014-10-17 Pedro Alves <palves@redhat.com>
712
713 * gdb.base/callfuncs.exp: emove references to osf.
714 * gdb.base/sigall.exp: Likewise.
715 * gdb.gdb/selftest.exp: Likewise.
716 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
717 * gdb.mi/non-stop.c: Likewise.
718 * gdb.mi/pthreads.c: Likewise.
719 * gdb.reverse/sigall-precsave.exp: Likewise.
720 * gdb.reverse/sigall-reverse.exp: Likewise.
721 * gdb.threads/pthreads.c: Likewise.
722 * gdb.threads/pthreads.exp: Likewise.
723
724 2014-10-17 Yao Qi <yao@codesourcery.com>
725
726 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
727 check 'target_info exists noargs'.
728 (test_command_prompt_position): Likewise.
729 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
730 Remove "set args".
731 (progvar_simple_while_test): Likewise.
732 (progvar_complex_if_while_test): Likewise.
733 (if_while_breakpoint_command_test): Likewise.
734 (infrun_breakpoint_command_test): Likewise.
735 (breakpoint_command_test): Likewise.
736 (watchpoint_command_test): Likewise.
737 (bp_deleted_in_command_test): Likewise.
738 (temporary_breakpoint_commands): Likewise.
739
740 2014-10-16 Yao Qi <yao@codesourcery.com>
741
742 * gdb.base/remotetimeout.exp: Remove noargs checking.
743
744 2014-10-15 Pedro Alves <palves@redhat.com>
745
746 PR breakpoints/9649
747 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
748 * gdb.base/breakpoint-in-ro-region.exp
749 (probe_target_hardware_step): New procedure.
750 (top level): Probe hardware stepping and hardware breakpoint
751 support. Test stepping through a read-only region, with both
752 "breakpoint auto-hw" on and off and both "always-inserted" on and
753 off.
754
755 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
756
757 * gdb.dlang/demangle.exp: Update for demangling changes.
758
759 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
760
761 * gdb.cp/non-trivial-retval.cc: Add new test cases.
762 * gdb.cp/non-trivial-retval.exp: Add new tests.
763
764 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
765
766 PR c++/13403
767 PR c++/15154
768 * gdb.cp/non-trivial-retval.cc: New file.
769 * gdb.cp/non-trivial-retval.exp: New file.
770
771 2014-10-15 Yao Qi <yao@codesourcery.com>
772
773 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
774 remote host.
775
776 2014-10-15 Yao Qi <yao@codesourcery.com>
777
778 * gdb.python/py-symbol.exp: Match file base name if host is
779 remote, otherwise match file name with dir name.
780 * gdb.python/py-symtab.exp: Likewise.
781 * gdb.python/python.exp: Likewise.
782
783 2014-10-15 Yao Qi <yao@codesourcery.com>
784
785 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
786 pattern.
787 * gdb.python/py-symtab.exp: Likewise.
788 * gdb.python/python.exp: Remove trailing ".*". Fix typo
789 locationn.
790
791 2014-10-14 Joel Brobecker <brobecker@adacore.com>
792
793 * gdb.ada/addr_arith: New testcase.
794
795 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
796
797 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
798 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
799 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
800 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
801
802 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
803
804 * gdb.arch/stap-eval-lang-ada.S: Likewise.
805 * gdb.arch/stap-eval-lang-ada.c: Likewise.
806 * gdb.arch/stap-eval-lang-ada.exp: New file.
807
808 2014-10-14 Yao Qi <yao@codesourcery.com>
809
810 * gdb.mi/mi-var-child.c (nothing1): New function.
811 (nothing2): New function.
812 (do_children_tests): Set function pointers by nothing1 and
813 nothing2.
814 * gdb.mi/mi-var-child.exp: Step over new added statements.
815 Update test to match the new output.
816 * gdb.mi/var-cmd.c (nothing1): New function.
817 (nothing2): New function.
818 (do_children_tests): Set function pointers by nothing1 and
819 nothing2.
820 * gdb.mi/mi-var-display.exp: Update test to match output.
821 Step to the line specified by $line_dct_nothing.
822 Increase the number of lines to step.
823
824 2014-10-14 Yao Qi <yao@codesourcery.com>
825
826 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
827 tests.
828 * gdb.mi/mi2-var-child.exp: Likewise.
829
830 2014-10-13 Doug Evans <dje@google.com>
831
832 * gdb.python/py-objfile.exp: Change name of file name test.
833
834 2014-10-13 Doug Evans <dje@google.com>
835
836 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
837 from the start of the CU.
838
839 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
840 Yao Qi <yao@codesourcery.com>
841
842 Fix "save breakpoints" for "catch" command.
843 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
844 Remove -nonewline. Match also the added "main" line.
845
846 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
847
848 Fix "save breakpoints" for "disable $bpnum" command.
849 * gdb.base/save-bp.c (main): Add label.
850 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
851
852 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
853
854 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
855
856 2014-10-11 Yao Qi <yao@codesourcery.com>
857
858 * gdb.server/server-kill.exp: Execute command
859 "set remote trace-status-packet on" before "tstatus".
860
861 2014-10-11 Yao Qi <yao@codesourcery.com>
862
863 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
864 (main): Call getppid.
865 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
866 and continue to it. Read variable "server_pid".
867
868 2014-10-11 Yao Qi <yao@codesourcery.com>
869
870 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
871
872 2014-10-11 Yao Qi <yao@codesourcery.com>
873
874 * gdb.threads/thread-find.exp: Don't execute command
875 "info threads".
876 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
877 * gdb.threads/linux-dp.exp: Don't check the condition
878 $threads_created equals to zero.
879
880 2014-10-10 Pedro Alves <palves@redhat.com>
881
882 * gdb.base/bigcore.exp: Remove references to IRIX.
883 * gdb.base/funcargs.exp: Likewise.
884 * gdb.base/interrupt.exp: Likewise.
885 * gdb.base/mips_pro.exp: Likewise.
886 * gdb.base/nodebug.exp: Likewise.
887 * gdb.base/setvar.exp: Likewise.
888 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
889
890 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
891 Pedro Alves <palves@redhat.com>
892
893 PR symtab/14466
894 * gdb.base/vdso-warning.c: New file.
895 * gdb.base/vdso-warning.exp: New file.
896
897 2014-10-02 Doug Evans <dje@google.com>
898
899 * gdb.base/structs.c (main): Don't run forever.
900
901 2014-10-02 Pedro Alves <palves@redhat.com>
902
903 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
904 (top level) <stop threads 1, stop threads 2>: Use it.
905
906 2014-10-02 Pedro Alves <palves@redhat.com>
907
908 * gdb.threads/break-while-running.exp (test): Add new
909 'update_thread_list' argument. Skip "info threads" if false.
910 (top level): Add new 'update_thread_list' axis.
911
912 2014-10-02 Pedro Alves <palves@redhat.com>
913
914 PR breakpoints/17431
915 * gdb.base/execl-update-breakpoints.c: New file.
916 * gdb.base/execl-update-breakpoints.exp: New file.
917
918 2014-10-01 Pedro Alves <palves@redhat.com>
919
920 * gdb.base/breakpoint-in-ro-region.c: New file.
921 * gdb.base/breakpoint-in-ro-region.exp: New file.
922
923 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
924
925 * gdb.mi/mi-exit-code.exp: New file.
926 * gdb.mi/mi-exit-code.c: New file.
927
928 2014-09-30 Yao Qi <yao@codesourcery.com>
929
930 * lib/prelink-support.exp (build_executable_own_libs): Error if
931 the target isn't native.
932
933 2014-09-30 Yao Qi <yao@codesourcery.com>
934
935 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
936 false.
937
938 2014-09-22 Pedro Alves <palves@redhat.com>
939
940 * gdb.threads/break-while-running.exp: New file.
941 * gdb.threads/break-while-running.c: New file.
942
943 2014-09-19 Yao Qi <yao@codesourcery.com>
944
945 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
946 Invoke test. Restart GDB with --readnow and invoke test again.
947
948 2014-09-19 Yao Qi <yao@codesourcery.com>
949
950 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
951 proc set_breakpoint_on_gcd_function. Invoke
952 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
953 invoke set_breakpoint_on_gcd_function again.
954
955 2014-09-18 Doug Evans <dje@google.com>
956
957 * gdb.dwarf2/symtab-producer.exp: New file.
958
959 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
960
961 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
962 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
963 * gdb.base/global-var-nested-by-dso.c: Likewise.
964 * gdb.base/global-var-nested-by-dso.exp: Likewise.
965
966 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
967 Pedro Alves <palves@redhat.com>
968
969 * gdb.base/watch-bitfields.exp: Pass string other than test file
970 name to prepare_for_testing.
971 (watch): New procedure.
972 (expect_watchpoint): Use with_test_prefix.
973 (top level): Factor out tests to ...
974 (test_watch_location, test_regular_watch): ... these new
975 procedures, and use with_test_prefix and gdb_continue_to_end.
976
977 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
978
979 PR breakpoints/12526
980 * gdb.base/watch-bitfields.exp: New file.
981 * gdb.base/watch-bitfields.c: New file.
982
983 2014-09-16 Pedro Alves <palves@redhat.com>
984
985 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
986 software and hardware addresses, not software address against
987 itself.
988
989 2014-09-16 Pedro Alves <palves@redhat.com>
990
991 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
992 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
993
994 2014-09-16 Pedro Alves <palves@redhat.com>
995
996 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
997 files.
998 * gdb.base/a2-run.exp: Remove all code guarded by istarget
999 "*-*-vxworks*" throughout.
1000 * gdb.base/break.exp: Likewise.
1001 * gdb.base/default.exp: Likewise.
1002 * gdb.base/scope.exp: Likewise.
1003 * gdb.base/sepdebug.exp: Likewise.
1004 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
1005 throughout.
1006 * gdb.base/run.c: Likewise.
1007 * gdb.base/sepdebug.c: Likewise.
1008 * gdb.hp/gdb.aCC/run.c: Likewise.
1009 * gdb.reverse/until-reverse.c: Likewise.
1010 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
1011
1012 2014-09-16 Yao Qi <yao@codesourcery.com>
1013
1014 * boards/local-remote-host-native.exp: New file.
1015
1016 2014-09-14 Doug Evans <xdje42@gmail.com>
1017
1018 * gdb.threads/queue-signal.c (thread_count): New variable.
1019 (thread_count_mutex, thread_count_condvar): New variables.
1020 (incr_thread_count, wait_all_threads_running): New functions.
1021 (main): Wait for all threads to be in their thread functions.
1022
1023 2014-09-13 Doug Evans <xdje42@gmail.com>
1024
1025 * gdb.threads/queue-signal.c: New file.
1026 * gdb.threads/queue-signal.exp: New file.
1027
1028 2014-09-13 Doug Evans <xdje42@gmail.com>
1029
1030 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
1031 be consistent with what default_gdb_init uses.
1032 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
1033 the plain text of the prompt. Add some logging printfs.
1034 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
1035
1036 2014-09-12 Pedro Alves <palves@redhat.com>
1037
1038 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
1039 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
1040 * gdb.arch/i386-size-overlap.exp: Likewise.
1041 * gdb.arch/i386-size.exp: Likewise.
1042 * gdb.arch/i386-unwind.exp: Likewise.
1043 * gdb.base/a2-run.exp: Likewise.
1044 * gdb.base/break.exp: Likewise.
1045 * gdb.base/charset.exp: Likewise.
1046 * gdb.base/chng-syms.exp: Likewise.
1047 * gdb.base/commands.exp: Likewise.
1048 * gdb.base/dbx.exp: Likewise.
1049 * gdb.base/find.exp: Likewise.
1050 * gdb.base/funcargs.exp: Likewise.
1051 * gdb.base/jit-simple.exp: Likewise.
1052 * gdb.base/reread.exp: Likewise.
1053 * gdb.base/sepdebug.exp: Likewise.
1054 * gdb.base/step-bt.exp: Likewise.
1055 * gdb.cp/mb-inline.exp: Likewise.
1056 * gdb.cp/mb-templates.exp: Likewise.
1057 * gdb.objc/basicclass.exp: Likewise.
1058 * gdb.threads/killed.exp: Likewise.
1059
1060 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1061
1062 PR tdep/17379
1063 * gdb.arch/powerpc-stackless.S: New file.
1064 * gdb.arch/powerpc-stackless.exp: New file.
1065
1066 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1067
1068 * gdb.base/attach.c: Include unistd.h.
1069 (main): Call alarm. Add label postloop.
1070 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
1071 gdb_breakpoint, gdb_continue_to_breakpoint.
1072 (test_command_line_attach_run): Kill ${testpid} in one exit path.
1073
1074 2014-09-11 Pedro Alves <palves@redhat.com>
1075
1076 PR gdb/17347
1077 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
1078 * gdb.base/attach.exp (test_command_line_attach_run): New
1079 procedure.
1080 (top level): Call it.
1081
1082 2014-09-11 Pedro Alves <palves@redhat.com>
1083
1084 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
1085 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
1086 (do_command_attach_tests): Use spawn_wait_for_attach.
1087 * gdb.base/solib-overlap.exp: Likewise.
1088 * gdb.multi/multi-attach.exp: Likewise.
1089 * gdb.python/py-prompt.exp: Likewise.
1090 * gdb.python/py-sync-interp.exp: Likewise.
1091 * gdb.server/ext-attach.exp: Likewise.
1092
1093 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
1094
1095 * gdb.fortran/array-element.exp: Remove unexpected "continue"
1096 command in testcase. Simplify testcase.
1097
1098 2014-09-10 Joel Brobecker <brobecker@adacore.com>
1099
1100 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
1101
1102 2014-09-10 Joel Brobecker <brobecker@adacore.com>
1103
1104 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
1105
1106 2014-09-10 Joel Brobecker <brobecker@adacore.com>
1107
1108 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
1109
1110 2014-09-10 Joel Brobecker <brobecker@adacore.com>
1111
1112 * gdb.dwarf2/dynarr-ptr.c: New file.
1113 * gdb.dwarf2/dynarr-ptr.exp: New file.
1114
1115 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1116
1117 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
1118 of 30 rather than hardcoding 120 for a slow test case. Take the
1119 `gdb,timeout' target setting into account for this calculation.
1120 Don't extend the timeout for the test cases that don't need it.
1121
1122 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1123
1124 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
1125 a factor of 2 for a slow test case. Take the `gdb,timeout'
1126 target setting into account for this calculation.
1127 * gdb.reverse/until-precsave.exp: Increase the timeout by
1128 a factor of 15 and 3 respectively rather than adding 120
1129 for a pair of slow test cases. Take the `gdb,timeout'
1130 target setting into account for this calculation.
1131
1132 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1133
1134 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
1135 timeout, don't pass one down to gdb_expect.
1136 (gdb_expect): Rework timeout selection.
1137
1138 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1139
1140 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
1141 exception on timeout.
1142 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
1143 (gdbserver_start_extended): Catch any `gdbserver_start' error
1144 exceptions.
1145 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
1146 * lib/mi-support.exp (mi_gdb_target_load): Catch any
1147 `gdbserver_gdb_load' error exceptions.
1148
1149 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
1150
1151 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
1152 120 on waiting for the TCP socket to open.
1153
1154 2014-09-09 Doug Evans <xdje42@gmail.com>
1155
1156 * gdb.base/default.exp (show_conv_list): Add _caller_is,
1157 _caller_matches, _any_caller_is, _any_caller_matches.
1158
1159 2014-09-09 Doug Evans <xdje42@gmail.com>
1160
1161 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1162
1163 2014-09-09 Yao Qi <yao@codesourcery.com>
1164
1165 * gdb.mi/mi-var-display.exp: Set print symbol off.
1166
1167 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
1168
1169 PR gdb/17035
1170 * gdb.base/commands.exp: Add tests to verify user-defined
1171 commands with empty bodies.
1172 * gdb.python/py-cmd.exp: Test that we don't show user-defined
1173 python commands in `show user command`.
1174 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
1175 scheme commands in `show user command`.
1176
1177 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1178
1179 PR python/17355
1180 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
1181 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
1182 * gdb.python/py-framefilter-invalidarg.exp: New file.
1183 * gdb.python/py-framefilter-invalidarg.py: New file.
1184
1185 2014-09-06 Doug Evans <xdje42@gmail.com>
1186
1187 PR 15276
1188 * gdb.python/py-caller-is.c: New file.
1189 * gdb.python/py-caller-is.exp: New file.
1190
1191 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
1192
1193 PR gdb/17235
1194 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
1195 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
1196
1197 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
1198
1199 PR fortran/17237
1200 * gdb.fortran/print-formatted.exp: New file.
1201 * gdb.fortran/print-formatted.f90: Likewise.
1202
1203 2014-09-03 Sasha Smundak <asmundak@google.com>
1204
1205 * gdb.python/py-frame.exp: Test Frame.read_register.
1206
1207 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
1208
1209 PR python/16699
1210 * gdb.python/py-completion.exp: New file.
1211 * gdb.python/py-completion.py: Likewise.
1212
1213 2014-08-28 Doug Evans <dje@google.com>
1214
1215 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
1216 eax,etc. are live with values set by gdb and thus the compiler can't
1217 use them.
1218 * gdb.arch/i386-pseudo.c (main): Ditto.
1219
1220 2014-08-27 Doug Evans <dje@google.com>
1221
1222 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1223
1224 2014-08-25 Doug Evans <dje@google.com>
1225
1226 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1227 (main): Ditto.
1228
1229 2014-08-25 Doug Evans <dje@google.com>
1230
1231 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1232
1233 2014-08-24 Yao Qi <yao@codesourcery.com>
1234
1235 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
1236 symbol off.
1237 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
1238
1239 2014-08-22 Doug Evans <dje@google.com>
1240
1241 PR 17276
1242 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
1243 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
1244 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
1245
1246 2014-08-22 Yao Qi <yao@codesourcery.com>
1247
1248 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
1249 * gdb.python/py-finish-breakpoint2.exp: Likewise.
1250 * gdb.python/python.exp: Likewise. Use .py file on the host
1251 instead of the build.
1252
1253 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1254
1255 * gdb.threads/gcore-stale-thread.c: New file.
1256 * gdb.threads/gcore-stale-thread.exp: New file.
1257
1258 2014-08-21 Pedro Alves <palves@redhat.com>
1259
1260 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
1261 * gdb.base/gcore-relro-pie.exp: Likewise.
1262 * gdb.base/gcore-relro.exp: Likewise.
1263 * gdb.base/gcore.exp: Likewise.
1264 * gdb.base/print-symbol-loading.exp: Likewise.
1265 * gdb.threads/gcore-thread.exp: Likewise.
1266 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
1267
1268 2014-08-20 Pedro Alves <palves@redhat.com>
1269 Jan Kratochvil <jan.kratochvil@redhat.com>
1270
1271 * Makefile.in (EXTRA_RULES, CC): New variables, get from
1272 configure.
1273 (EXPECT): Handle READ1 being set.
1274 (all): Depend on EXTRA_RULES.
1275 (check-read1, expect-read1, read1.so, read1): New rules.
1276 * README (Testsuite Parameters): Document the READ1 make variable.
1277 (Race detection): New section.
1278 * configure: Regenerate.
1279 * configure.ac: If build==host==target, and running under a
1280 GNU/glibc system, add read1 to the extra Makefile rules.
1281 (EXTRA_RULES): AC_SUBST it.
1282 * lib/read1.c: New file.
1283
1284 2014-08-20 Joel Brobecker <brobecker@adacore.com>
1285
1286 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
1287 the handling of variables declared as a typedef to an array
1288 which a DW_AT_data_location attribute.
1289
1290 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
1291 Pedro Alves <palves@redhat.com>
1292
1293 PR symtab/14604
1294 PR symtab/14605
1295 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
1296 gdb_test.
1297
1298 2014-08-19 Pedro Alves <palves@redhat.com>
1299
1300 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1301
1302 2014-08-19 Yao Qi <yao@codesourcery.com>
1303
1304 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1305 right line.
1306
1307 2014-08-18 David Blaikie <dblaikie@gmail.com>
1308
1309 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1310
1311 2014-08-18 Joel Brobecker <brobecker@adacore.com>
1312
1313 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
1314 attribute in array range.
1315
1316 2014-08-18 Joel Brobecker <brobecker@adacore.com>
1317
1318 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1319
1320 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1321
1322 PR c++/17132
1323 * gdb.cp/pr17132.cc: New file.
1324 * gdb.cp/pr17132.exp: New file.
1325
1326 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
1327
1328 * gdb.python/py-xmethods.py (A_getarrayind)
1329 (E_method_char_worker.__call__, E_method_int_worker.__call__):
1330 Use 'print' with function call syntax.
1331 (E_method_matcher.match): Fix tab vs space indentation mixup.
1332
1333 2014-08-15 Yao Qi <yao@codesourcery.com>
1334
1335 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1336 false.
1337
1338 2014-08-15 Yao Qi <yao@codesourcery.com>
1339
1340 * gdb.cp/casts.exp: Set print symbol off.
1341 * gdb.cp/class2.exp: Likewise.
1342 * gdb.cp/overload.exp: Likewise.
1343 * gdb.cp/templates.exp: Likewise.
1344
1345 2014-08-11 Doug Evans <dje@google.com>
1346
1347 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1348 (test_load_shlib): Update.
1349
1350 2014-08-09 Yao Qi <yao@codesourcery.com>
1351
1352 * gdb.base/display.exp: Invoke is_address_zero_readable.
1353 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
1354 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1355 * gdb.base/hbreak-unmapped.exp: Return if
1356 is_address_zero_readable returns true.
1357 * gdb.base/signest.exp: Likewise.
1358 * gdb.base/signull.exp: Likewise.
1359 * gdb.base/sigbpt.exp: Likewise.
1360 * gdb.guile/scm-disasm.exp: Do the test if
1361 is_address_zero_readable returns false.
1362 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
1363 * gdb.python/py-arch.exp: Likewise.
1364 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
1365 * lib/gdb.exp (is_address_zero_readable): New proc.
1366
1367 2014-08-09 Yao Qi <yao@codesourcery.com>
1368
1369 PR testsuite/13443
1370 * gdb.mi/mi-var-display.exp: Make test messages unique.
1371
1372 2014-08-04 Tom Tromey <tromey@redhat.com>
1373
1374 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
1375 target 0".
1376
1377 2014-08-04 Tom Tromey <tromey@redhat.com>
1378
1379 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
1380 "target_resume".
1381
1382 2014-08-01 Joel Brobecker <brobecker@adacore.com>
1383
1384 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
1385 inner_vla_struct_object_size.
1386 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
1387 as xfail.
1388
1389 2014-07-30 Pedro Alves <palves@redhat.com>
1390
1391 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1392 comment.
1393
1394 2014-07-29 Yao Qi <yao@codesourcery.com>
1395
1396 PR gdb/17206
1397 * gdb.base/until-nodebug.exp: New.
1398
1399 2014-07-28 Doug Evans <xdje42@gmail.com>
1400
1401 PR guile/17203
1402 * gdb.guile/scm-parameter.exp: Add tests for trying to create
1403 previously existing parameter, and previously ambiguously spelled
1404 parameter.
1405
1406 2014-07-28 Will Newton <will.newton@linaro.org>
1407
1408 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1409
1410 2014-07-26 Ludovic Courtès <ludo@gnu.org>
1411 Doug Evans <xdje42@gmail.com>
1412
1413 PR guile/17146
1414 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
1415
1416 2014-07-25 Pedro Alves <palves@redhat.com>
1417
1418 * gdb.threads/signal-command-handle-nopass.c: New file.
1419 * gdb.threads/signal-command-handle-nopass.exp: New file.
1420 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
1421 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
1422 * gdb.threads/signal-delivered-right-thread.c: New file.
1423 * gdb.threads/signal-delivered-right-thread.exp: New file.
1424
1425 2014-07-25 Pedro Alves <palves@redhat.com>
1426
1427 * gdb.base/double-prompt-target-event-error.exp
1428 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
1429 match.
1430 (cancel_pagination_in_target_event): Rework double prompt
1431 detection.
1432 * gdb.base/paginate-after-ctrl-c-running.exp
1433 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
1434 <return>' match.
1435 * gdb.base/paginate-bg-execution.exp
1436 (test_bg_execution_pagination_return)
1437 (test_bg_execution_pagination_cancel): Remove '-notransfer
1438 <return>' matches.
1439 * gdb.base/paginate-execution-startup.exp
1440 (test_fg_execution_pagination_return)
1441 (test_fg_execution_pagination_cancel): Remove '-notransfer
1442 <return>' matches.
1443 * gdb.base/paginate-inferior-exit.exp
1444 (test_paginate_inferior_exited): Remove '-notransfer <return>'
1445 match.
1446 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
1447 * lib/gdb.exp (pagination_prompt): Run text through
1448 string_to_regexp.
1449 (gdb_test_multiple): Match $pagination_prompt instead of
1450 "<return>".
1451 (string_to_regexp): Move to lib/gdb-utils.exp.
1452
1453 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1454
1455 * gdb.arch/amd64-entry-value-paramref.S: New file.
1456 * gdb.arch/amd64-entry-value-paramref.cc: New file.
1457 * gdb.arch/amd64-entry-value-paramref.exp: New file.
1458 * gdb.arch/amd64-optimout-repeat.S: New file.
1459 * gdb.arch/amd64-optimout-repeat.c: New file.
1460 * gdb.arch/amd64-optimout-repeat.exp: New file.
1461
1462 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1463
1464 PR gdb/17170
1465 * gdb.base/statistics.exp: New file.
1466
1467 2014-07-17 Doug Evans <dje@google.com>
1468
1469 PR gdb/17170
1470 * gdb.base/maint.exp: Update testing of per-command stats.
1471
1472 2014-07-16 Pedro Alves <palves@redhat.com>
1473
1474 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
1475 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
1476 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
1477 (tfile_write_buf): New functions.
1478 (add_memory_block): Rewrite using the above.
1479 (adjust_function_address): New function.
1480 (FUNCTION_ADDRESS): New macro.
1481 (write_basic_trace_file): Remove short_x local, and use
1482 tfile_write_16. Change type of func_addr local to unsigned long
1483 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
1484 here. Cast argument of add_memory_block to char pointer.
1485 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
1486 (main): Remove parameters.
1487 * gdb.trace/tfile.exp: Remove nowarnings.
1488
1489 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
1490
1491 * gdb.base/debug-expr.exp: Test string evaluation with
1492 "debug expression" on.
1493
1494 2014-07-15 Pedro Alves <palves@redhat.com>
1495
1496 * gdb.base/reread.exp: Use clean_restart.
1497
1498 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
1499
1500 * gdb.arch/avr-flash-qualifer.c: New.
1501 * gdb.arch/avr-flash-qualifer.exp: New.
1502
1503 2014-07-14 Pedro Alves <palves@redhat.com>
1504
1505 * gdb.base/paginate-after-ctrl-c-running.c: New file.
1506 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
1507
1508 2014-07-14 Pedro Alves <palves@redhat.com>
1509
1510 * gdb.base/double-prompt-target-event-error.c: New file.
1511 * gdb.base/double-prompt-target-event-error.exp: New file.
1512
1513 2014-07-14 Pedro Alves <palves@redhat.com>
1514
1515 PR gdb/17072
1516 * gdb.base/paginate-inferior-exit.c: New file.
1517 * gdb.base/paginate-inferior-exit.exp: New file.
1518
1519 2014-07-14 Pedro Alves <palves@redhat.com>
1520
1521 PR gdb/17072
1522 * gdb.base/paginate-bg-execution.c: New file.
1523 * gdb.base/paginate-bg-execution.exp: New file.
1524
1525 2014-07-14 Pedro Alves <palves@redhat.com>
1526
1527 PR gdb/17072
1528 * gdb.base/paginate-execution-startup.c: New file.
1529 * gdb.base/paginate-execution-startup.exp: New file.
1530 * lib/gdb.exp (pagination_prompt): New global.
1531 (default_gdb_spawn): New procedure, factored out from
1532 default_gdb_spawn.
1533 (default_gdb_start): Adjust to call default_gdb_spawn.
1534 (gdb_spawn): New procedure.
1535
1536 2014-07-14 Pedro Alves <palves@redhat.com>
1537
1538 * lib/gdb.exp (gdb_assert): New procedure.
1539 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
1540
1541 2014-07-14 Pedro Alves <palves@redhat.com>
1542
1543 * gdb.base/execution-termios.c: New file.
1544 * gdb.base/execution-termios.exp: New file.
1545
1546 2014-07-14 Tom Tromey <tromey@redhat.com>
1547
1548 * gdb.cp/vla-cxx.cc: New file.
1549 * gdb.cp/vla-cxx.exp: New file.
1550
1551 2014-07-14 Tom Tromey <tromey@redhat.com>
1552
1553 * gdb.reverse/rerun-prec.c: New file.
1554 * gdb.reverse/rerun-prec.exp: New file.
1555
1556 2014-07-12 Maciej W. Rozycki <macro@mips.com>
1557 Maciej W. Rozycki <macro@codesourcery.com>
1558
1559 * lib/gdb-utils.exp: New file.
1560 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
1561 inline `gdb_init_command' processing.
1562 (gdb_start_cmd): Likewise.
1563 * lib/mi-support.exp (mi_run_cmd): Likewise.
1564 * README: Document `gdb_init_command' and `gdb_init_commands'.
1565
1566 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1567
1568 Fix false FAIL running under a very long directory name.
1569 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
1570 and "set print elements 10000". Twice.
1571
1572 2014-07-11 Yao Qi <yao@codesourcery.com>
1573
1574 * gdb.base/exprs.exp: "set print symbol off".
1575
1576 2014-07-11 Pedro Alves <palves@redhat.com>
1577
1578 * gdb.threads/kill.c: New file.
1579 * gdb.threads/kill.exp: New file.
1580
1581 2014-07-10 Yao Qi <yao@codesourcery.com>
1582
1583 * gdb.trace/tfile.c (write_basic_trace_file)
1584 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
1585 address written to trace file.
1586
1587 2014-07-09 Pedro Alves <palves@redhat.com>
1588
1589 * gdb.base/attach-wait-input.exp: New file.
1590 * gdb.base/attach-wait-input.c: New file.
1591
1592 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1593
1594 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
1595 setting up test structures.
1596 (main): Call new test function.
1597 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
1598 test function, continue into test function and walk test
1599 structures.
1600
1601 2014-07-02 Yao Qi <yao@codesourcery.com>
1602
1603 * gdb.trace/entry-values.c: Define labels 'foo_start' and
1604 'bar_start' at the beginning of functions 'foo' and 'bar'
1605 respectively.
1606 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
1607 instead of 'foo' and 'bar'.
1608
1609 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
1610
1611 * gdb.btrace/segv.exp: New.
1612 * gdb.btrace/segv.c: New.
1613
1614 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
1615
1616 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1617 instruction.
1618
1619 2014-06-30 Mark Wielaard <mjw@redhat.com>
1620
1621 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
1622 vulture, vilify, villar): New volatile array constants.
1623 (vindictive, vegetation): New const volatile array constants.
1624 * gdb.base/volatile.exp: Test volatile and const volatile array
1625 types.
1626
1627 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1628
1629 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
1630 target lacks support for awatch, rwatch, or hbreak.
1631
1632 2014-06-27 Yao Qi <yao@codesourcery.com>
1633
1634 * gdb.multi/dummy-frame-restore.exp: New.
1635 * gdb.multi/dummy-frame-restore.c: New.
1636
1637 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
1638
1639 * gdb.btrace/gcore.exp: New.
1640
1641 2014-06-23 Pedro Alves <palves@redhat.com>
1642
1643 * gdb.base/watchpoint-reuse-slot.c: New file.
1644 * gdb.base/watchpoint-reuse-slot.exp: New file.
1645
1646 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
1647
1648 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
1649 progspace's filename in 'info', 'enable' and 'disable' command
1650 tests.
1651
1652 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1653
1654 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
1655 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
1656 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
1657
1658 2014-06-20 Gary Benson <gbenson@redhat.com>
1659
1660 * gdb.arch/i386-avx.exp: Fix include file location.
1661 * gdb.arch/i386-sse.exp: Likewise.
1662
1663 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
1664
1665 * gdb.dlang/expression.exp: New file.
1666
1667 2014-06-19 Pedro Alves <palves@redhat.com>
1668
1669 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
1670 out from ...
1671 (top level): ... here. Iterate running tests under different
1672 scheduler-locking settings.
1673
1674 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
1675
1676 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
1677 to DW_FORM_addr and use non-zero addresses.
1678
1679 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
1680
1681 PR gdb/17017
1682 * gdb.python/py-xmethods.cc: Add global function call counters and
1683 increment them in their respective functions. Remove "cout"
1684 statements.
1685 * gdb.python/py-xmethods.exp: Make tests check the global function
1686 call counters instead of depending on inferior IO.
1687
1688 2014-06-18 Don Breazeal <donb@codesourcery.com>
1689
1690 * gdb.base/foll-fork.exp (default_fork_parent_follow):
1691 Deleted procedure.
1692 (explicit_fork_parent_follow): Deleted procedure.
1693 (explicit_fork_child_follow): Deleted procedure.
1694 (test_follow_fork): New procedure.
1695 (do_fork_tests): Replace calls to deleted procedures with
1696 calls to test_follow_fork and reset GDB for subsequent
1697 procedure calls.
1698
1699 2014-06-17 Yao Qi <yao@codesourcery.com>
1700
1701 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
1702 CP1252.
1703
1704 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
1705
1706 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
1707 Initialize ptr and S explicitly.
1708 (skip_type_update_when_not_use_rtti_test): Likewise.
1709
1710 2014-06-16 Keith Seitz <keiths@redhat.com>
1711
1712 PR mi/15863
1713 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
1714 the inferior is started.
1715
1716 2014-06-16 Pedro Alves <palves@redhat.com>
1717
1718 * gdb.base/break-main-file-remove-fail.c: New file.
1719 * gdb.base/break-main-file-remove-fail.exp: New file.
1720 * gdb.base/break-unload-file.exp: Use build_executable instead of
1721 prepare_for_testing.
1722 (test_break): New parameter "initial_load". Handle it.
1723 (top level): Add initial_load cmdline/file axis.
1724
1725 2014-06-12 Tom Tromey <tromey@redhat.com>
1726
1727 * gdb.base/completion.exp: Don't use directory name in test.
1728
1729 2014-06-09 Gary Benson <gbenson@redhat.com>
1730
1731 * gdb.base/sigall.c [Functions to send signals]: Reorder to
1732 separate the always-available ANSI-standard signals from the
1733 signals that require checking.
1734 (main): Likewise.
1735 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
1736 Likewise.
1737 (main): Likewise.
1738
1739 2014-06-07 Keith Seitz <keiths@redhat.com>
1740
1741 Revert:
1742 PR c++/16253
1743 * gdb.cp/var-tag.cc: New file.
1744 * gdb.cp/var-tag.exp: New file.
1745 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
1746 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
1747 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1748 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1749
1750 2014-06-06 Doug Evans <xdje42@gmail.com>
1751
1752 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
1753
1754 2014-06-06 Pedro Alves <palves@redhat.com>
1755
1756 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
1757 in target debug output instead of looking at RSP packets,
1758 disabling the test on any target that uses hardware stepping.
1759 Update comments.
1760
1761 2014-06-06 Pedro Alves <palves@redhat.com>
1762
1763 * gdb.base/break-unload-file.exp: Fix typo.
1764
1765 2014-06-06 Yao Qi <yao@codesourcery.com>
1766
1767 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
1768 from "jit_function" to "^jit_function".
1769
1770 2014-06-06 Yao Qi <yao@codesourcery.com>
1771
1772 * gdb.base/async.c (foo): Add one statement.
1773 * gdb.base/async.exp: Get the next instruction address and
1774 match the output of "nexti" by instruction address. Match
1775 the hex address in the output of "finish".
1776
1777 2014-06-06 Gary Benson <gbenson@redhat.com>
1778
1779 * gdb.base/call-signals.c: Remove preprocessor conditionals
1780 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
1781 SIGSEGV and SIGTERM.
1782 * gdb.base/sigall.c: Likewise.
1783 * gdb.base/unwindonsignal.c: Likewise.
1784 * gdb.reverse/sigall-reverse.c: Likewise.
1785
1786 2014-06-06 Yao Qi <yao@codesourcery.com>
1787
1788 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
1789 readable, skip the test.
1790
1791 2014-06-06 Yao Qi <yao@codesourcery.com>
1792
1793 * gdb.threads/staticthreads.c (thread_function): Move the line
1794 setting breakpoint on forward.
1795 * gdb.threads/staticthreads.exp: Update comments.
1796
1797 2014-06-05 Ludovic Courtès <ludo@gnu.org>
1798
1799 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
1800 "history-append! type error".
1801
1802 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
1803
1804 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
1805 erroneous dprintf expected input.
1806
1807 2014-06-04 Doug Evans <xdje42@gmail.com>
1808
1809 * gdb.guile/scm-generics.exp: Delete.
1810
1811 2014-06-04 Doug Evans <xdje42@gmail.com>
1812
1813 * gdb.guile/scm-breakpoint.exp: Update.
1814 Add tests for breakpoint registration.
1815
1816 2014-06-04 Tom Tromey <tromey@redhat.com>
1817
1818 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
1819 VLA-in-union.
1820 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
1821 inner_vla_struct, vla_union types. Initialize objects of those
1822 types and compute their sizes.
1823
1824 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
1825 Hui Zhu <hui@codesourcery.com>
1826
1827 * gdb.base/fileio.exp: Add test for shell not available as well as
1828 available.
1829 * gdb.base/fileio.c (test_system): Check for shell twice.
1830
1831 2014-06-04 Yao Qi <yao@codesourcery.com>
1832
1833 * gdb.base/auto-connect-native-target.exp: Remove redundant
1834 space from the regexp pattern.
1835
1836 2014-06-04 Yao Qi <yao@codesourcery.com>
1837
1838 * gdb.base/default.exp: Replace "child" with "native" in
1839 regexp pattern.
1840
1841 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
1842
1843 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
1844 * gdb.python/py-xmethods.exp: New tests to test xmethods.
1845 * gdb.python/py-xmethods.py: Python script supporting the
1846 new testcase and tests.
1847
1848 2014-06-03 Joel Brobecker <brobecker@adacore.com>
1849 Pedro Alves <palves@redhat.com>
1850
1851 PR breakpoints/17000
1852 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
1853 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
1854
1855 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
1856
1857 * gdb.base/subst.exp: Add tests to verify partial path matching
1858 output.
1859
1860 2014-06-03 Pedro Alves <palves@redhat.com>
1861
1862 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
1863 target that doesn't use software single-stepping.
1864
1865 2014-06-03 Pedro Alves <palves@redhat.com>
1866
1867 PR breakpoints/17000
1868 * gdb.base/sss-bp-on-user-bp-2.c: New file.
1869 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
1870
1871 2014-06-02 Doug Evans <xdje42@gmail.com>
1872
1873 * gdb.guile/scm-parameter.exp: New file.
1874
1875 2014-06-02 Doug Evans <xdje42@gmail.com>
1876
1877 * gdb.guile/scm-cmd.c: New file.
1878 * gdb.guile/scm-cmd.exp: New file.
1879
1880 2014-06-02 Doug Evans <xdje42@gmail.com>
1881
1882 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
1883 pretty-printer lookup.
1884 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
1885 (make-pp_s-printer): Call it.
1886 (make-pretty-printer-from-dict): New function.
1887 (lookup-pretty-printer-maker-from-dict): New function.
1888 (*pretty-printer*): Simplify.
1889 (make-objfile-pp_s-printer): New function.
1890 (install-objfile-pretty-printers!): New function.
1891 (make-progspace-pp_s-printer): New function.
1892 (install-progspace-pretty-printers!): New function.
1893 * gdb.guile/scm-progspace.c: New file.
1894 * gdb.guile/scm-progspace.exp: New file.
1895
1896 2014-06-02 Pedro Alves <palves@redhat.com>
1897
1898 * gdb.base/dprintf-bp-same-addr.c: New file.
1899 * gdb.base/dprintf-bp-same-addr.exp: New file.
1900
1901 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1902
1903 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
1904 * gdb.arch/powerpc-power.s: Likewise.
1905
1906 2014-06-02 Joel Brobecker <brobecker@adacore.com>
1907
1908 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
1909
1910 2014-06-01 Yao Qi <yao@codesourcery.com>
1911
1912 * gdb.base/watchpoint.exp (test_watch_location): Check null
1913 pointer can be dereferenced. If not, do the test, otherwise
1914 skip it.
1915
1916 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1917
1918 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
1919 results.
1920 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
1921
1922 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
1923
1924 * gdb.arch/amd64-invalid-stack-middle.S: New file.
1925 * gdb.arch/amd64-invalid-stack-middle.c: New file.
1926 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
1927 * gdb.arch/amd64-invalid-stack-top.c: New file.
1928 * gdb.arch/amd64-invalid-stack-top.exp: New file.
1929
1930 2014-05-30 Pedro Alves <palves@redhat.com>
1931
1932 PR breakpoints/17000
1933 * gdb.base/sss-bp-on-user-bp.c: New file.
1934 * gdb.base/sss-bp-on-user-bp.exp: New file.
1935
1936 2014-05-30 David Blaikie <dblaikie@gmail.com>
1937
1938 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
1939 gnu_inline semantics via attribute.
1940 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
1941 source explicitly specifies the required semantics.
1942
1943 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
1944
1945 * gdb.reverse/sigall-reverse.exp: Fix a typo.
1946
1947 2014-05-29 Pedro Alves <palves@redhat.com>
1948 Tom Tromey <tromey@redhat.com>
1949
1950 * gdb.base/async-shell.exp: Don't enable target-async.
1951 * gdb.base/async.exp
1952 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
1953 parameter. Adjust.
1954 (top level): Don't test with "target-async".
1955 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
1956 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
1957 * gdb.base/inferior-died.exp: Don't enable target-async.
1958 * gdb.base/interrupt-noterm.exp: Likewise.
1959 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
1960 * gdb.mi/mi-nonstop-exit.exp: Likewise.
1961 * gdb.mi/mi-nonstop.exp: Likewise.
1962 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1963 * gdb.mi/mi-nsintrall.exp: Likewise.
1964 * gdb.mi/mi-nsmoribund.exp: Likewise.
1965 * gdb.mi/mi-nsthrexec.exp: Likewise.
1966 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1967 * gdb.multi/watchpoint-multi.exp: Adjust comment.
1968 * gdb.python/py-evsignal.exp: Don't enable target-async.
1969 * gdb.python/py-evthreads.exp: Likewise.
1970 * gdb.python/py-prompt.exp: Likewise.
1971 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
1972 * gdb.server/solib-list.exp: Don't enable target-async.
1973 * gdb.threads/thread-specific-bp.exp: Likewise.
1974 * lib/mi-support.exp: Adjust to use mi-async.
1975
1976 2014-05-29 Pedro Alves <palves@redhat.com>
1977
1978 PR gdb/13860
1979 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
1980 reason, even in sync mode.
1981
1982 2014-05-29 Pedro Alves <palves@redhat.com>
1983 Hui Zhu <hui@codesourcery.com>
1984
1985 PR PR15693
1986 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
1987 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
1988 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
1989 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
1990
1991 2014-05-28 Joel Brobecker <brobecker@adacore.com>
1992
1993 * config/monitor.exp (gdb_target_monitor): Replace use of
1994 "set remotebaud" by "set serial baud".
1995
1996 2014-05-26 Andy Wingo <wingo@igalia.com>
1997
1998 * gdb.guile/scm-breakpoint.exp:
1999 * gdb.guile/scm-gsmob.exp: Update to use plain old object
2000 properties instead of gdb-object-properties.
2001
2002 2014-05-26 Yao Qi <yao@codesourcery.com>
2003
2004 * gdb.server/no-thread-db.exp: Specify source file name
2005 explicitly when setting a breakpoint.
2006
2007 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2008
2009 * gdb.btrace/vdso.c: New.
2010 * gdb.btrace/vdso.exp: New.
2011
2012 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2013
2014 * gdb.base/gcore.exp (capture_command_output): Move ...
2015 * lib/gdb.exp (capture_command_output): ... here.
2016
2017 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
2018
2019 * gdb.btrace/data.exp: Test memory access during btrace replay.
2020
2021 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
2022
2023 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
2024
2025 2014-05-21 Pedro Alves <palves@redhat.com>
2026
2027 PR gdb/13860
2028 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
2029 (top level): Test that output related to execution commands is
2030 sent to the console with CLI commands, but not with MI commands.
2031 Test that breakpoint events are always mirrored to the console.
2032 Also expect the new source line to be output after a "next" in
2033 async mode too. Make it a pass/fail test.
2034 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
2035 output.
2036 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
2037
2038 2014-05-21 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.base/list.exp (build_pattern, test_list): New procedures.
2041 Use them to test variations of "list" after reaching a breakpoint.
2042 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
2043 Test "list" with listsize 10 after reaching a breakpoint.
2044 * gdb.python/python.exp (decode_line current location line
2045 number): Adjust expected line number.
2046
2047 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
2048
2049 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
2050 behavior for $args, pass it directly to "run".
2051
2052 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
2053
2054 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
2055 30000 to 65536.
2056
2057 2014-05-21 Pedro Alves <palves@redhat.com>
2058
2059 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
2060 auto-connect-native-target off".
2061 * gdb.base/auto-connect-native-target.c: New file.
2062 * gdb.base/auto-connect-native-target.exp: New file.
2063
2064 2014-05-21 Pedro Alves <palves@redhat.com>
2065
2066 * gdb.base/default.exp: Test "target native" instead of "target
2067 child".
2068
2069 2014-05-21 Mark Wielaard <mjw@redhat.com>
2070
2071 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
2072
2073 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2074
2075 Fix TLS access for -static -pthread.
2076 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
2077 <HAVE_TLS> (thread_function, main): Initialize it.
2078 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
2079 Add clean_restart.
2080 <$have_tls != "">: Check TLSVAR.
2081
2082 2014-05-21 Pedro Alves <palves@redhat.com>
2083
2084 * gdb.base/dcache-line-read-error.c: New.
2085 * gdb.base/dcache-line-read-error.exp: New.
2086
2087 2014-05-20 Pedro Alves <palves@redhat.com>
2088
2089 * gdb.base/compare-sections.c: New file.
2090 * gdb.base/compare-sections.exp: New file.
2091
2092 2014-05-20 Pedro Alves <palves@redhat.com>
2093
2094 * gdb.base/break-idempotent.c: New file.
2095 * gdb.base/break-idempotent.exp: New file.
2096
2097 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
2098
2099 * gdb.btrace/nohist.exp: New.
2100
2101 2014-05-20 Yao Qi <yao@codesourcery.com>
2102
2103 * lib/gdb.exp (gdb_init): Set timeout if test file is under
2104 gdb.reverse directory and gdb_reverse_timeout exists in board
2105 setting.
2106 * README: Document gdb_reverse_timeout.
2107
2108 2014-05-20 Yao Qi <yao@codesourcery.com>
2109
2110 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
2111 'test_file_name'. Treat args as a string instead of a list.
2112 (gdb_init): Rename argument 'args' by 'test_file_name'.
2113
2114 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2115
2116 * gdb.arch/powerpc-power.exp: New file.
2117 * gdb.arch/powerpc-power.s: New file.
2118
2119 2014-05-16 Doug Evans <dje@google.com>
2120
2121 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
2122 * gdb.base/completion.exp: Check that all expected files exist
2123 before doing file completion.
2124
2125 2014-05-16 Doug Evans <dje@google.com>
2126
2127 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
2128 Update.
2129 (do_syscall_tests_without_xml): Update.
2130
2131 2014-05-16 Pedro Alves <palves@redhat.com>
2132
2133 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
2134 instead of "unknown output after running".
2135
2136 2014-05-16 Yao Qi <yao@codesourcery.com>
2137
2138 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
2139 file1.txt from host at the end.
2140 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2141
2142 2014-05-15 Doug Evans <dje@google.com>
2143
2144 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
2145 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
2146 loading file. Add test for TU lookup.
2147
2148 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2149
2150 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
2151 calling "-exec-arguments" or "set args" before running the
2152 inferior.
2153
2154 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
2155
2156 * lib/mi-support.exp (mi_expect_stop): Expect message for
2157 inferiors that exit with non-zero exit code.
2158
2159 2014-05-14 Yao Qi <yao@codesourcery.com>
2160
2161 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
2162 match absolute path on remote host.
2163 (test_file_list_exec_source_files): Remove "/" from the
2164 pattern.
2165
2166 2014-05-14 Yao Qi <yao@codesourcery.com>
2167
2168 * boards/local-remote-host-notty.exp (${board}_file): New
2169 proc.
2170
2171 2014-05-07 Kyle McMartin <kyle@redhat.com>
2172
2173 Pushed by Joel Brobecker <brobecker@adacore.com>.
2174 * gdb.arch/aarch64-atomic-inst.c: New file.
2175 * gdb.arch/aarch64-atomic-inst.exp: New file.
2176
2177 2014-05-07 Yao Qi <yao@codesourcery.com>
2178
2179 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
2180 in current context" too.
2181
2182 2014-05-05 Keith Seitz <keiths@redhat.com>
2183
2184 * gdb.linespec/ls-dollar.exp: Add test for linespec
2185 file:convenience_variable.
2186
2187 2014-05-05 Yao Qi <yao@codesourcery.com>
2188
2189 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
2190 traceframes into tfile and ctf trace files. Read data from
2191 trace file and test collected data.
2192 (gdb_collect_locals_test): Likewise.
2193 (gdb_unavailable_registers_test): Likewise.
2194 (gdb_unavailable_floats): Likewise.
2195 (gdb_collect_globals_test): Likewise.
2196 (top-level): Append "ctf" to trace_file_targets if GDB
2197 supports.
2198
2199 2014-05-05 Yao Qi <yao@codesourcery.com>
2200
2201 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
2202 code to ...
2203 (gdb_collect_args_test_1): ... it. New proc.
2204 (gdb_collect_locals_test): Move some code to ...
2205 (gdb_collect_locals_test_1): ... it. New proc.
2206 (gdb_unavailable_registers_test): Move some code to ...
2207 (gdb_unavailable_registers_test_1): ... it. New proc.
2208 (gdb_unavailable_floats): Move some code to ...
2209 (gdb_unavailable_floats_1): ... it. New proc.
2210
2211 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2212
2213 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
2214 probes to test for bitness recognition.
2215 * gdb.arch/amd64-stap-optional-prefix.exp
2216 (test_probe_value_without_reg): New procedure.
2217 Add code to test for different kinds of bitness.
2218
2219 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2220
2221 PR breakpoints/16889
2222 * gdb.arch/amd64-stap-optional-prefix.S: New file.
2223 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2224
2225 2014-05-01 Pedro Alves <palves@redhat.com>
2226
2227 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
2228 gdb_file_cmd if no file is specified.
2229 * boards/native-extended-gdbserver.exp (gdb_load): Use the
2230 last_loaded_file to set the remote exec-file.
2231
2232 2014-05-01 Pedro Alves <palves@redhat.com>
2233
2234 * boards/local-remote-host.exp: New file.
2235
2236 2014-05-01 Pedro Alves <palves@redhat.com>
2237
2238 * boards/local-remote-host.exp: Rename to ...
2239 * boards/local-remote-host-notty.exp: ... this.
2240
2241 2014-04-28 Joel Brobecker <brobecker@adacore.com>
2242
2243 * gdb.ada/dyn_arrayidx: New testcase.
2244
2245 2014-04-26 Yao Qi <yao@codesourcery.com>
2246
2247 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
2248 and compute the length of function main. Save it in
2249 $main_length.
2250 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
2251 (top-level): Use gdb_compile to compile objects into
2252 executable and restart GDB. Remove invocation to
2253 prepare_for_testing.
2254
2255 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
2256 Pedro Alves <palves@redhat.com>
2257
2258 PR server/16255
2259 * gdb.multi/multi-attach.c: New file.
2260 * gdb.multi/multi-attach.exp: New file.
2261
2262 2014-04-25 Pedro Alves <palves@redhat.com>
2263
2264 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
2265 user.
2266 (top level): Test that "set remote conditional-breakpoints-packet
2267 off" works as intended.
2268 * gdb.base/dprintf.exp: Test that "set remote
2269 breakpoint-commands-packet off" works as intended.
2270 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
2271 New function.
2272 (top level): Call it.
2273 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
2274 remote fast-tracepoints-packet off" works as intended.
2275 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
2276 * lib/gdb.exp (gdb_is_target_remote): ... here.
2277
2278 2014-04-24 David Blaikie <dblaikie@gmail.com>
2279
2280 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
2281 ensure clang would not discard them.
2282 * gdb.base/gdbvars.c: Ditto.
2283 * gdb.base/memattr.c: Ditto.
2284 * gdb.base/whatis.c: Ditto.
2285 * gdb.python/py-prettyprint.c: Ditto.
2286 * gdb.trace/actions.c: Ditto.
2287 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
2288 ensure clang would not discard it.
2289
2290 2014-04-24 David Blaikie <dblaikie@gmail.com>
2291
2292 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
2293 clang to emit the full definition of type required by the test
2294 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
2295
2296 2014-04-24 David Blaikie <dblaikie@gmail.com>
2297
2298 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
2299 coax Clang into emitting the definition of the type.
2300 * gdb.cp/pr10728-x.h (y): Ditto.
2301 * gdb.cp/pr10728-y.cc (y): Ditto.
2302
2303 2014-04-24 David Blaikie <dblaikie@gmail.com>
2304
2305 * gdb.base/label.exp: XFAIL label related tests under Clang.
2306 * gdb.cp/cplabel.exp: Ditto.
2307 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
2308 under Clang those using labels.
2309
2310 2014-04-25 Yao Qi <yao@codesourcery.com>
2311
2312 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
2313 double_label.
2314 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
2315 partial_label and double_label.
2316
2317 2014-04-24 David Blaikie <dblaikie@gmail.com>
2318
2319 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
2320
2321 2014-04-24 David Blaikie <dblaikie@gmail.com>
2322
2323 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
2324 of the function to work across GCC and Clang.
2325 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
2326 pointer types (const void ** const V void **).
2327
2328 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
2329 Walfred Tedeschi <walfred.tedeschi@intel.com>
2330
2331 * Makefile.in (EXECUTABLES): Added i386-avx512.
2332 * gdb.arch/i386-avx512.c: New file.
2333 * gdb.arch/i386-avx512.exp: Likewise.
2334
2335 2014-04-23 Keith Seitz <keiths@redhat.com>
2336
2337 * lib/mi-support.exp (mi_list_breakpoints): Delete.
2338 (mi_make_breakpoint_table): New procedure.
2339 (mi_create_breakpoint): Use mi_make_breakpoint
2340 and return the result.
2341 (mi_make_breakpoint): New procedure.
2342 (mi_build_kv_pairs): New procedure.
2343
2344 * gdb.mi/mi-break.exp: Remove unused globals,
2345 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
2346 All callers updated.
2347 * gdb.mi/mi-dprintf.exp: Use variable to track command
2348 number.
2349 Update all callers of mi_create_breakpoint and use
2350 mi_make_breakpoint_table.
2351 Remove any unused global variables.
2352 * gdb.mi/mi-nonstop.exp: Likewise.
2353 * gdb.mi/mi-nsintrall.exp: Likewise.
2354 * gdb.mi/mi-nsmoribund.exp: Likewise.
2355 * gdb.mi/mi-nsthrexec.exp: Likewise.
2356 * gdb.mi/mi-reverse.exp: Likewise.
2357 * gdb.mi/mi-simplerun.exp: Likewise.
2358 * gdb.mi/mi-stepn.exp: Likewise.
2359 * gdb.mi/mi-syn-frame.exp: Likewise.
2360 * gdb.mi/mi-until.exp: Likewise.
2361 * gdb.mi/mi-var-cp.exp: Likewise.
2362 * gdb.mi/mi-var-display.exp: Likewise.
2363 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2364 * gdb.mi/mi2-var-child.exp: Likewise.
2365 * gdb.mi/mi-vla-c99.exp: Likewise.
2366 * lib/mi-support.exp: Likewise.
2367
2368 From Ian Lance Taylor <iant@cygnus.com>:
2369 * lib/gdb.exp (parse_args): New procedure.
2370
2371 2014-04-23 Pedro Alves <palves@redhat.com>
2372
2373 * gdb.base/break-unload-file.c: New file.
2374 * gdb.base/break-unload-file.exp: New file.
2375 * gdb.base/sym-file-lib.c (baz): New function.
2376 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
2377 field.
2378 (load): Store the segment's mapped size.
2379 (unload): New function.
2380 (unload_shlib): New function.
2381 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
2382 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
2383 set a breakpoint at baz, and call it.
2384 * gdb.base/sym-file.exp: New tests for stale breakpoint
2385 instructions.
2386
2387 2014-04-23 Pedro Alves <palves@redhat.com>
2388
2389 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
2390 * gdb.base/hbreak-in-shr-unsupported.c: New file.
2391 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
2392 * gdb.base/hbreak-unmapped.c: New file.
2393 * gdb.base/hbreak-unmapped.exp: New file.
2394 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
2395 * lib/gdb.exp (gdb_is_target_remote): ... here.
2396
2397 2014-04-22 Pedro Alves <palves@redhat.com>
2398
2399 * gdb.base/consecutive-step-over.c: New file.
2400 * gdb.base/consecutive-step-over.exp: New file.
2401
2402 2014-04-22 Pedro Alves <palves@redhat.com>
2403
2404 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
2405 instead of send_gdb/gdb_expect.
2406
2407 2014-04-22 Yao Qi <yao@codesourcery.com>
2408
2409 * lib/trace-support.exp (generate_tracefile): New procedure.
2410 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
2411 return 0.
2412 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
2413 if generate_tracefile returns 1.
2414
2415 2014-04-18 Tom Tromey <palves@redhat.com>
2416 Pedro alves <tromey@redhat.com>
2417
2418 PR backtrace/15558
2419 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
2420 with a backtrace limit.
2421 * gdb.python/py-frame-inline.exp: Test running to an inline
2422 function with a backtrace limit, and printing the newest frame.
2423 * gdb.python/py-frame-inline.c (main): Call f.
2424
2425 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2426
2427 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2428
2429 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2430
2431 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
2432 Drop prefix from unsupported source file path.
2433
2434 2014-04-17 Yao Qi <yao@codesourcery.com>
2435
2436 * lib/gdb.exp (with_target_charset): New proc.
2437 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
2438 with_target_charset.
2439 (test_print_strings): Likewise.
2440 (test_repeat_bytes): Likewise.
2441 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
2442 for some tests.
2443
2444 2014-04-16 Keith Seitz <keiths@redhat.com>
2445
2446 PR gdb/15827
2447 * gdb.dwarf2/corrupt.c: New file.
2448 * gdb.dwarf2/corrupt.exp: New file.
2449
2450 2014-04-16 Keith Seitz <keiths@redhat.com>
2451
2452 PR c++/16597
2453 * gdb.cp/namelessclass.cc: New file.
2454 * gdb.cp/namelessclass.exp: New file.
2455 * gdb.cp/namelessclass.S: New file.
2456
2457 2014-04-16 Doug Evans <dje@google.com>
2458
2459 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
2460 Add comment.
2461 (gdbserver_default_get_comm_port): New function.
2462 (gdbserver_start): Check if board file provided
2463 "gdbserver,get_comm_port" and use it if so.
2464 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
2465 (gdb,socketport): Set to "stdio".
2466 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
2467 (stdio_gdbserver_template): Delete.
2468 (${board}_get_remote_address): Update.
2469 (${board}_build_remote_cmd): Delete.
2470 (${board}_get_comm_port): New function.
2471 (${board}_spawn): Update.
2472 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
2473 Delete.
2474 (${board}_get_remote_address): Update.
2475 (${board}_get_comm_port): New function.
2476
2477 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
2478
2479 * gdb.base/memattr.exp: Improve regexps to handle memory regions
2480 appearing in any order.
2481
2482 2014-04-15 Doug Evans <dje@google.com>
2483
2484 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
2485 uninitialized value of "description".
2486
2487 2014-04-15 Keith Seitz <keiths@redhat.com>
2488
2489 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
2490 Remove unused globals.
2491 (test_running_the_program): Likewise.
2492 (test_controlled_execution): Likewise.
2493 (test_controlling_breakpoints): Likewise.
2494 (test_program_termination): Likewise.
2495
2496 2014-04-15 Keith Seitz <keiths@redhat.com>
2497
2498 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
2499 unused globals.
2500 (test_rbreak_creation_and_listing): Likewise.
2501 (test_ignore_count): Likewise.
2502 (test_error): Likewise.
2503
2504 2014-04-15 Pedro Alves <palves@redhat.com>
2505
2506 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
2507 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
2508 sym-file-loader.c.
2509 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2510 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2511 to sym-file-loader.c.
2512 (struct library): Forward declare.
2513 (load_shlib, lookup_function): Change prototypes.
2514 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2515 (translate_offset): Remove declarations.
2516 (get_text_addr): New declaration.
2517 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
2518 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
2519 sym-file-loader.h.
2520 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
2521 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
2522 here from sym-file-loader.h.
2523 (struct library): New structure.
2524 (load_shlib, lookup_function): Change prototypes and adjust to
2525 work with a struct library.
2526 (find_shstrtab, find_strtab, find_shdr, find_symtab)
2527 (translate_offset): Make static.
2528 (get_text_addr): New function.
2529 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
2530
2531 2014-04-15 Pedro Alves <palves@redhat.com>
2532
2533 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
2534
2535 2014-04-15 Pedro Alves <palves@redhat.com>
2536
2537 * gdb.base/sym-file-loader.c: Include <limits.h>.
2538 (SELF_LINK): New define.
2539 (get_origin): New function.
2540 (load_shlib): Use it.
2541 * gdb.base/sym-file.exp: Don't early return if the target is
2542 remote. Use runto_main, and issue fail is that fails. Use
2543 gdb_load_shlibs.
2544 (shlib_name): Delete.
2545 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
2546
2547 2014-04-15 Pedro Alves <palves@redhat.com>
2548
2549 * gdb.base/sym-file.exp: Remove regex characters from test
2550 message. Don't refer to breakpoint numbers in test messages.
2551
2552 2014-04-14 Keith Seitz <keiths@redhat.com>
2553
2554 PR c++/16253
2555 * gdb.cp/var-tag.cc: New file.
2556 * gdb.cp/var-tag.exp: New file.
2557 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
2558 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
2559 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
2560 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
2561
2562 2014-04-14 Tom Tromey <tromey@redhat.com>
2563
2564 * gdb.cp/classes.exp (test_enums): Handle underlying type.
2565 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
2566 type.
2567 * gdb.cp/enum-class.exp: New file.
2568 * gdb.cp/enum-class.cc: New file.
2569
2570 2014-04-14 Tom Tromey <tromey@redhat.com>
2571
2572 * gdb.dwarf2/enum-type.exp: New file.
2573
2574 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2575
2576 * gdb.mi/mi-vla-c99.exp: New file.
2577 * gdb.mi/vla.c: New file.
2578
2579 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2580
2581 * gdb.base/vla-datatypes.c: New file.
2582 * gdb.base/vla-datatypes.exp: New file.
2583
2584 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2585
2586 * gdb.base/vla-ptr.c: New file.
2587 * gdb.base/vla-ptr.exp: New file.
2588
2589 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2590
2591 * gdb.dwarf2/count.exp: New file.
2592
2593 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2594
2595 * gdb.base/vla-sideeffect.c: New file.
2596 * gdb.base/vla-sideeffect.exp: New file.
2597
2598 2014-04-14 David Blaikie <dblaikie@gmail.com>
2599
2600 * gdb.mi/non-stop.c: Add return value for non-void function return
2601 statement.
2602 * gdb.threads/staticthreads.c: Ditto.
2603
2604 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
2605 Doug Evans <xdje42@gmail.com>
2606
2607 * gdb.guile/scm-value.c: Improve test case.
2608 * gdb.guile/scm-value.exp: Add new test.
2609
2610 2014-04-11 David Blaikie <dblaikie@gmail.com>
2611
2612 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
2613 override Clang's default.
2614
2615 2014-04-11 Joel Brobecker <brobecker@adacore.com>
2616
2617 Revert the following changes (regressions):
2618
2619 * gdb.base/vla-sideeffect.c: New file.
2620 * gdb.base/vla-sideeffect.exp: New file.
2621
2622 * gdb.dwarf2/count.exp: New file.
2623
2624 * gdb.base/vla-multi.c: New file.
2625 * gdb.base/vla-multi.exp: New file.
2626
2627 * gdb.base/vla-ptr.c: New file.
2628 * gdb.base/vla-ptr.exp: New file.
2629
2630 * gdb.base/vla-datatypes.c: New file.
2631 * gdb.base/vla-datatypes.exp: New file.
2632
2633 * gdb.mi/mi-vla-c99.exp: New file.
2634 * gdb.mi/vla.c: New file.
2635
2636 2014-04-11 Keith Seitz <keiths@redhat.com>
2637
2638 PR c++/16675
2639 * gdb.cp/cpsizeof.exp: New file.
2640 * gdb.cp/cpsizeof.cc: New file.
2641
2642 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2643
2644 * gdb.mi/mi-vla-c99.exp: New file.
2645 * gdb.mi/vla.c: New file.
2646
2647 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2648
2649 * gdb.base/vla-datatypes.c: New file.
2650 * gdb.base/vla-datatypes.exp: New file.
2651
2652 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2653
2654 * gdb.base/vla-ptr.c: New file.
2655 * gdb.base/vla-ptr.exp: New file.
2656
2657 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2658
2659 * gdb.base/vla-multi.c: New file.
2660 * gdb.base/vla-multi.exp: New file.
2661
2662 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2663
2664 * gdb.dwarf2/count.exp: New file.
2665
2666 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2667
2668 * gdb.base/vla-sideeffect.c: New file.
2669 * gdb.base/vla-sideeffect.exp: New file.
2670
2671 2014-04-11 Yao Qi <yao@codesourcery.com>
2672
2673 * gdb.base/completion.exp: Check file exists before running tests
2674 on file completion.
2675
2676 2014-04-10 Pedro Alves <palves@redhat.com>
2677
2678 * gdb.base/cond-eval-mode.c: New file.
2679 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
2680 prepare_for_testing to build the new file. Check result of
2681 runto_main.
2682 (test_break, test_watch): New procedures.
2683 (top level): Use them.
2684
2685 2014-04-08 Pierre Muller <muller@sourceware.org>
2686
2687 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
2688 Ctrl-V use for mingw hosts.
2689
2690 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
2691
2692 * gdb.python/py-value.c: Improve test case.
2693 * gdb.python/py-value.exp: Add new test.
2694
2695 2014-04-07 David Blaikie <dblaikie@gmail.com>
2696
2697 * lib/compiler.c: Identify the clang compiler.
2698 * lib/compiler.cc: Ditto.
2699
2700 2014-04-03 Yao Qi <yao@codesourcery.com>
2701
2702 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
2703
2704 2014-04-01 Anton Blanchard <anton@samba.org>
2705
2706 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
2707 messages unique.
2708
2709 2014-04-01 Anton Blanchard <anton@samba.org>
2710
2711 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
2712 prepare_for_testing.
2713
2714 2014-04-01 Anton Blanchard <anton@samba.org>
2715
2716 * gdb.arch/ppc64-atomic-inst.c: Remove.
2717 * gdb.arch/ppc64-atomic-inst.S: New file.
2718 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
2719
2720 2014-03-31 Doug Evans <dje@google.com>
2721
2722 * gdb.base/print-symbol-loading-lib.c: New file.
2723 * gdb.base/print-symbol-loading-main.c: New file.
2724 * gdb.base/print-symbol-loading.exp: New file.
2725
2726 2014-03-31 Yao Qi <yao@codesourcery.com>
2727
2728 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
2729
2730 2014-03-28 Joel Brobecker <brobecker@adacore.com>
2731
2732 * gdb.ada/mi_dyn_arr: New testcase.
2733
2734 2014-03-27 Doug Evans <dje@google.com>
2735
2736 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
2737
2738 2014-03-27 Yao Qi <yao@codesourcery.com>
2739
2740 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
2741 if target is nios2-*-*.
2742
2743 2014-03-26 Yao Qi <yao@codesourcery.com>
2744
2745 * lib/gdb.exp (readline_is_used): New proc.
2746 * gdb.base/completion.exp: Move tests on command complete up.
2747 Skip the rest of tests if readline is not used.
2748 * gdb.ada/complete.exp: Skp the test if readline is not
2749 used.
2750 * gdb.base/filesym.exp: Likewise.
2751 * gdb.base/macscp.exp: Likewise.
2752 * gdb.base/readline-ask.exp: Likewise.
2753 * gdb.base/readline.exp: Likewise.
2754 * gdb.python/py-cmd.exp: Likewise.
2755 * gdb.trace/tfile.exp: Likewise.
2756
2757 2014-03-26 Yao Qi <yao@codesourcery.com>
2758
2759 * gdb.base/macscp.exp: Fix code format issues.
2760
2761 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
2762
2763 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
2764 * gdb.asm/powerpc64le.inc: New file.
2765
2766 2014-03-25 Pedro Alves <palves@redhat.com>
2767 Doug Evans <dje@google.com>
2768
2769 * gdb.base/source-execution.c: New file.
2770 * gdb.base/source-execution.exp: New file.
2771 * gdb.base/source-execution.gdb: New file.
2772
2773 2014-03-24 Doug Evans <dje@google.com>
2774
2775 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
2776 using fission.
2777
2778 2014-03-24 Hui Zhu <hui@codesourcery.com>
2779 Pedro Alves <palves@redhat.com>
2780
2781 PR breakpoints/16101
2782 * gdb.base/dprintf.exp: Use unsupported rather than changing the
2783 test pass/fail messages. Detect missing support for dprintf when
2784 breakpoints are actually inserted.
2785 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
2786 breakpoints are actually inserted.
2787 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
2788 fails.
2789
2790 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2791
2792 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
2793
2794 2014-03-22 Doug Evans <xdje42@gmail.com>
2795
2796 * gdb.python/python.exp (python not supported): Verify multi-line
2797 python command issues an error.
2798 * gdb.guile/guile.exp (guile not supported): Verify multi-line
2799 guile command issues an error.
2800
2801 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
2802
2803 * gdb.threads/thread-specific.exp: Handle the lack of usable
2804 $this_breakpoint and $this_thread.
2805
2806 2014-03-21 Hui Zhu <hui@codesourcery.com>
2807
2808 * gdb.base/attach.exp (do_command_attach_tests): New.
2809
2810 2014-03-20 Tom Tromey <tromey@redhat.com>
2811 Pedro Alves <palves@redhat.com>
2812
2813 PR cli/15718
2814 * gdb.base/condbreak-call-false.c: New file.
2815 * gdb.base/condbreak-call-false.exp: New file.
2816
2817 2014-03-20 Pedro Alves <palves@redhat.com>
2818
2819 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
2820 Delete.
2821 (block_signals, unblock_signals): Delete.
2822 (child_function_2, main): Remove references to deleted variable
2823 and functions.
2824
2825 2014-03-20 Pedro Alves <palves@redhat.com>
2826
2827 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
2828 Use pthread_kill to signal thread 2.
2829 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2830 Adjust to make the test send itself a signal rather than using the
2831 host's "kill" command.
2832
2833 2014-03-20 Pedro Alves <palves@redhat.com>
2834
2835 * gdb.threads/multiple-step-overs.c: New file.
2836 * gdb.threads/multiple-step-overs.exp: New file.
2837 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2838 Adjust expected infrun debug output.
2839
2840 2014-03-20 Pedro Alves <palves@redhat.com>
2841
2842 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
2843 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
2844
2845 2014-03-20 Pedro Alves <palves@redhat.com>
2846
2847 PR breakpoints/7143
2848 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
2849 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
2850 of gdb_test_multiple.
2851 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
2852 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
2853
2854 2014-03-20 Pedro Alves <palves@redhat.com>
2855
2856 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
2857 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
2858
2859 2014-03-19 Pedro Alves <palves@redhat.com>
2860
2861 * gdb.base/async.exp: Remove early return.
2862
2863 2014-03-19 Pedro Alves <palves@redhat.com>
2864
2865 * gdb.base/async.exp (step& tests): Pass explicit test messages.
2866
2867 2014-03-19 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/async.exp (test_background): Expect \r\n after
2870 "completed." in the fail pattern.
2871
2872 2014-03-19 Pedro Alves <palves@redhat.com>
2873
2874 * gdb.base/async.exp (test_background): New procedure.
2875 Use it for all background execution command tests.
2876
2877 2014-03-19 Pedro Alves <palves@redhat.com>
2878
2879 * gdb.base/async.exp: Use prepare_for_testing.
2880
2881 2014-03-19 Pedro Alves <palves@redhat.com>
2882
2883 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
2884 the same line.
2885
2886 2014-03-19 Pedro Alves <palves@redhat.com>
2887
2888 * gdb.base/async.c (main): Add "jump here" and "until here" line
2889 marker comments.
2890 * gdb.base/async.exp (jump_here): New global.
2891 (jump& test): Use it.
2892 (until_here): New global.
2893 (until& test): Use it.
2894
2895 2014-03-19 Pedro Alves <palves@redhat.com>
2896
2897 * gdb.base/async.exp: Don't frob gdb_protocol.
2898
2899 2014-03-18 Doug Evans <xdje42@gmail.com>
2900
2901 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
2902 Fix spelling of exec-done-display.
2903
2904 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2905
2906 PR gdb/15358
2907 * gdb.base/gdb-sigterm.c: New file.
2908 * gdb.base/gdb-sigterm.exp: New file.
2909
2910 2014-03-18 Pedro Alves <palves@redhat.com>
2911
2912 PR gdb/13860
2913 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
2914 * lib/mi-support.exp (mi_expect_stop): Add special handling for
2915 solib-event.
2916
2917 2014-03-17 Joel Brobecker <brobecker@adacore.com>
2918
2919 * gdb.ada/pckd_arr_ren: New testcase.
2920
2921 2014-03-13 Doug Evans <xdje42@gmail.com>
2922
2923 PR guile/16612
2924 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
2925 collect after discarding symbols.
2926
2927 2014-03-13 Ludovic Courtès <ludo@gnu.org>
2928 Doug Evans <xdje42@gmail.com>
2929
2930 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
2931 to history survives a gc.
2932
2933 2014-03-13 Pedro Alves <palves@redhat.com>
2934
2935 * gdb.base/default.exp: Don't test "target procfs".
2936
2937 2014-03-13 Pedro Alves <palves@redhat.com>
2938
2939 * gdb.base/default.exp: Update "target child" and "target procfs"
2940 tests to not expect "Unix".
2941
2942 2014-03-12 Tom Tromey <tromey@redhat.com>
2943
2944 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
2945 New procs. Add target-async tests.
2946 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
2947 Add target-async tests.
2948
2949 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2950
2951 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
2952 'func_start' and 'func_end' for the beginning and end of the
2953 function code, respectively.
2954 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
2955 'func_end' instead of 'func' and 'main'.
2956
2957 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2958
2959 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
2960 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
2961 generate the debug info assembler source.
2962
2963 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2964
2965 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
2966 * gdb.dwarf2/arr-subrange.exp: Likewise.
2967 * gdb.dwarf2/dwz.exp: Likewise.
2968 * gdb.dwarf2/method-ptr.exp: Likewise.
2969 * gdb.dwarf2/missing-sig-type.exp: Likewise.
2970 * gdb.dwarf2/subrange.exp: Likewise.
2971 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
2972 * gdb.dwarf2/implptrpiece.exp: Likewise.
2973 * gdb.dwarf2/nostaticblock.exp: Likewise.
2974
2975 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2976
2977 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
2978 directory to absolute path name arguments.
2979
2980 2014-03-10 Joel Brobecker <brobecker@adacore.com>
2981
2982 * gdb.ada/tagged_access: New testcase.
2983
2984 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
2985
2986 * gdb.btrace/data.exp: Update expected output.
2987
2988 2014-03-06 Yao Qi <yao@codesourcery.com>
2989
2990 * gdb.trace/pr16508.exp: New file.
2991
2992 2014-03-05 Pedro Alves <palves@redhat.com>
2993
2994 PR gdb/16575
2995 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
2996 procedure.
2997 (top level): Adjust to use it. Add tests that exercise breakpoint
2998 interaction with the code-cache.
2999
3000 2014-02-26 Ludovic Courtès <ludo@gnu.org>
3001
3002 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
3003 test for 'history-append!'.
3004
3005 2014-02-26 Joel Brobecker <brobecker@adacore.com>
3006
3007 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
3008 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
3009 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
3010 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
3011 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
3012 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
3013
3014 2014-02-26 Joel Brobecker <brobecker@adacore.com>
3015
3016 * testsuite/gdb.python/py-pp-re-notag.c: New file.
3017 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
3018 * testsuite/gdb.python/py-pp-re-notag.p: New file.
3019
3020 2014-02-26 Joel Brobecker <brobecker@adacore.com>
3021
3022 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
3023
3024 2014-02-26 Joel Brobecker <brobecker@adacore.com>
3025
3026 * gdb.dwarf2/arr-stride.c: New file.
3027 * gdb.dwarf2/arr-stride.exp: New file.
3028
3029 2014-02-26 Pedro Alves <palves@redhat.com>
3030
3031 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
3032 that won't ever trigger. Make sure that GDB reports the correct
3033 breakpoint that caused the stop.
3034
3035 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3036
3037 PR gdb/16626
3038 * gdb.base/auto-load-script: New file.
3039 * gdb.base/auto-load.c: New file.
3040 * gdb.base/auto-load.exp: New file.
3041
3042 PR gdb/16626
3043 * gdb.base/auto-load.exp: Fix out-of-srctree run.
3044
3045 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3046
3047 Fix dw2-icycle.exp -fsanitize=address GDB crash.
3048 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
3049
3050 2014-02-24 Doug Evans <dje@google.com>
3051
3052 * lib/gdb.exp (run_on_host): Log error output if program fails.
3053
3054 2014-02-21 Pedro Alves <palves@redhat.com>
3055
3056 * gdb.threads/step-after-sr-lock.c: Rename to ...
3057 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
3058 * gdb.threads/step-after-sr-lock.exp: Rename to ...
3059 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3060 ... this.
3061
3062 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
3063
3064 PR tdep/16397
3065 * gdb.arch/amd64-stap-special-operands.exp: New file.
3066 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
3067 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
3068 * gdb.arch/amd64-stap-triplet.S: Likewise.
3069 * gdb.arch/amd64-stap-triplet.c: Likewise.
3070
3071 2014-02-20 Joel Brobecker <brobecker@adacore.com>
3072
3073 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
3074 in .section pseudo-op.
3075
3076 2014-02-20 lin zuojian <manjian2006@gmail.com>
3077 Joel Brobecker <brobecker@adacore.com>
3078 Doug Evans <xdje42@gmail.com>
3079
3080 PR symtab/16581
3081 * gdb.dwarf2/dw2-icycle.S: New file.
3082 * gdb.dwarf2/dw2-icycle.c: New file.
3083 * gdb.dwarf2/dw2-icycle.exp: New file.
3084
3085 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
3086
3087 * gdb.python/py-value-cc.cc: Improve test case to enable testing
3088 operations on gdb.Value objects.
3089 * gdb.python/py-value-cc.exp: Add new test to test operations on
3090 gdb.Value objects.
3091
3092 2014-02-18 Doug Evans <dje@google.com>
3093
3094 * Makefile.in (TESTS): New variable.
3095 (expanded_tests, expanded_tests_or_none): New variables
3096 (check-single): Pass $(expanded_tests_or_none) to runtest.
3097 (check-parallel): Only run tests in $(TESTS) if non-empty.
3098 (check/no-matching-tests-found): New rule.
3099 * README: Document TESTS makefile variable.
3100
3101 2014-02-18 Doug Evans <dje@google.com>
3102
3103 * Makefile.in (check-parallel): rm -rf outputs temp.
3104
3105 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3106
3107 Fix "ERROR: no fileid for" in the testsuite.
3108 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
3109
3110 2014-02-12 Doug Evans <dje@google.com>
3111
3112 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
3113 (MISCELLANEOUS): New variable.
3114 (clean): rm -rf $(MISCELLANEOUS).
3115 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
3116 dwp live in the same directory as symlinks, with each symlink pointed
3117 to a differently named file in a different directory.
3118
3119 2014-02-11 Doug Evans <dje@google.com>
3120
3121 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
3122 of Tcl file commands.
3123
3124 2014-02-10 Mark Kettenis <kettenis@gnu.org>
3125
3126 * gdb.threads/step-after-sr-lock.exp: Avoid executing
3127 "kill -SIGUSR1 -1".
3128
3129 2014-02-10 Joel Brobecker <brobecker@adacore.com>
3130
3131 * gdb.ada/tick_length_array_enum_idx: New testcase.
3132
3133 2014-02-10 Doug Evans <xdje42@gmail.com>
3134
3135 * configure.ac (AC_OUTPUT): Add gdb.guile.
3136 * configure: Regenerate.
3137 * lib/gdb-guile.exp: New file.
3138 * lib/gdb.exp (get_target_charset): New function.
3139 * gdb.base/help.exp: Update expected output from "apropos apropos".
3140 * gdb.guile/Makefile.in: New file.
3141 * gdb.guile/guile.exp: New file.
3142 * gdb.guile/scm-arch.c: New file.
3143 * gdb.guile/scm-arch.exp: New file.
3144 * gdb.guile/scm-block.c: New file.
3145 * gdb.guile/scm-block.exp: New file.
3146 * gdb.guile/scm-breakpoint.c: New file.
3147 * gdb.guile/scm-breakpoint.exp: New file.
3148 * gdb.guile/scm-disasm.c: New file.
3149 * gdb.guile/scm-disasm.exp: New file.
3150 * gdb.guile/scm-equal.c: New file.
3151 * gdb.guile/scm-equal.exp: New file.
3152 * gdb.guile/scm-error.exp: New file.
3153 * gdb.guile/scm-error.scm: New file.
3154 * gdb.guile/scm-frame-args.c: New file.
3155 * gdb.guile/scm-frame-args.exp: New file.
3156 * gdb.guile/scm-frame-args.scm: New file.
3157 * gdb.guile/scm-frame-inline.c: New file.
3158 * gdb.guile/scm-frame-inline.exp: New file.
3159 * gdb.guile/scm-frame.c: New file.
3160 * gdb.guile/scm-frame.exp: New file.
3161 * gdb.guile/scm-generics.exp: New file.
3162 * gdb.guile/scm-gsmob.exp: New file.
3163 * gdb.guile/scm-iterator.c: New file.
3164 * gdb.guile/scm-iterator.exp: New file.
3165 * gdb.guile/scm-math.c: New file.
3166 * gdb.guile/scm-math.exp: New file.
3167 * gdb.guile/scm-objfile-script-gdb.in: New file.
3168 * gdb.guile/scm-objfile-script.c: New file.
3169 * gdb.guile/scm-objfile-script.exp: New file.
3170 * gdb.guile/scm-objfile.c: New file.
3171 * gdb.guile/scm-objfile.exp: New file.
3172 * gdb.guile/scm-ports.exp: New file.
3173 * gdb.guile/scm-pretty-print.c: New file.
3174 * gdb.guile/scm-pretty-print.exp: New file.
3175 * gdb.guile/scm-pretty-print.scm: New file.
3176 * gdb.guile/scm-section-script.c: New file.
3177 * gdb.guile/scm-section-script.exp: New file.
3178 * gdb.guile/scm-section-script.scm: New file.
3179 * gdb.guile/scm-symbol.c: New file.
3180 * gdb.guile/scm-symbol.exp: New file.
3181 * gdb.guile/scm-symtab-2.c: New file.
3182 * gdb.guile/scm-symtab.c: New file.
3183 * gdb.guile/scm-symtab.exp: New file.
3184 * gdb.guile/scm-type.c: New file.
3185 * gdb.guile/scm-type.exp: New file.
3186 * gdb.guile/scm-value-cc.cc: New file.
3187 * gdb.guile/scm-value-cc.exp: New file.
3188 * gdb.guile/scm-value.c: New file.
3189 * gdb.guile/scm-value.exp: New file.
3190 * gdb.guile/source2.scm: New file.
3191 * gdb.guile/types-module.cc: New file.
3192 * gdb.guile/types-module.exp: New file.
3193
3194 2014-02-10 Yao Qi <yao@codesourcery.com>
3195
3196 PR testsuite/16543
3197 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
3198 * configure: Regenerated.
3199 * Makefile.in: New file.
3200
3201 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3202
3203 * gdb.python/py-framefilter.exp: Fix typo.
3204
3205 2014-02-08 Yao Qi <yao@codesourcery.com>
3206
3207 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
3208 that no =breakpoint-modified is emitted when breakpoints are
3209 modified through MI commands.
3210
3211 2014-02-07 Pedro Alves <pedro@codesourcery.com>
3212 Pedro Alves <palves@redhat.com>
3213
3214 * gdb.threads/step-after-sr-lock.c: New file.
3215 * gdb.threads/step-after-sr-lock.exp: New file.
3216
3217 2014-02-07 Pedro Alves <palves@redhat.com>
3218
3219 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3220
3221 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3222
3223 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
3224 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
3225
3226 2014-02-06 Doug Evans <xdje42@gmail.com>
3227
3228 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
3229 output.
3230
3231 * gdb.gdb/python-interrupts.exp: New file.
3232
3233 2014-02-05 Yao Qi <yao@codesourcery.com>
3234
3235 * gdb.trace/report.exp (use_collected_data): Test the output
3236 of "info threads" and "info inferiors".
3237
3238 2014-02-05 Yao Qi <yao@codesourcery.com>
3239
3240 Revert this patch:
3241
3242 2013-05-24 Yao Qi <yao@codesourcery.com>
3243
3244 * gdb.trace/tfile.exp: Test inferior and thread.
3245
3246 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3247
3248 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
3249 on a function.
3250 * gdb.base/step-bt.c: Call hello via function pointer to make
3251 sure its first instruction is executed on powerpc64le-linux.
3252
3253 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3254
3255 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3256
3257 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3258
3259 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
3260 of the test patterns for use on little-endian systems.
3261
3262 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3263
3264 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
3265 (decimal_vector): Fix for little-endian.
3266
3267 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
3268
3269 * gdb.arch/sparc-sysstep.exp: New file.
3270 * gdb.arch/sparc-sysstep.c: Likewise.
3271
3272 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
3273
3274 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3275
3276 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3277
3278 2014-01-23 Tom Tromey <tromey@redhat.com>
3279
3280 * gdb.ada/array_char_idx: New testcase.
3281
3282 2014-01-23 Tom Tromey <tromey@redhat.com>
3283
3284 PR python/16487:
3285 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
3286 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
3287 classes.
3288
3289 2014-01-23 Tom Tromey <tromey@redhat.com>
3290
3291 PR python/16491:
3292 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
3293 string from an inferior frame.
3294 * gdb.python/py-framefilter-mi.exp: Update.
3295
3296 2014-01-22 Doug Evans <dje@google.com>
3297
3298 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3299
3300 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3301
3302 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3303
3304 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3305
3306 * gdb.trace/entry-values.exp: Remove excess space character from
3307 regex patterns. Handle s390 call instruction.
3308
3309 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3310
3311 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
3312 define "*_start" label. Make "name" static.
3313 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
3314 ${name} by references to ${name}_start.
3315
3316 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3317
3318 * gdb.base/info-macros.exp: Remove "debug" from the compile
3319 options.
3320
3321 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3322
3323 * gdb.dlang/demangle.exp: New file.
3324
3325 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3326
3327 * gdb.dlang/primitive-types.exp: New file.
3328
3329 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3330
3331 * configure.ac: Create gdb.dlang/Makefile.
3332 * configure: Regenerate.
3333 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
3334 * gdb.dlang/Makefile.in: New file.
3335 * lib/d-support.exp: New file.
3336 * lib/gdb.exp (skip_d_tests): New proc.
3337
3338 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3339
3340 * gdb.btrace/delta.exp: Check reverse stepi.
3341 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
3342 * gdb.btrace/finish.exp: New.
3343 * gdb.btrace/next.exp: New.
3344 * gdb.btrace/nexti.exp: New.
3345 * gdb.btrace/record_goto.c: Add comments.
3346 * gdb.btrace/step.exp: New.
3347 * gdb.btrace/stepi.exp: New.
3348 * gdb.btrace/multi-thread-step.c: New.
3349 * gdb.btrace/multi-thread-step.exp: New.
3350 * gdb.btrace/rn-dl-bind.c: New.
3351 * gdb.btrace/rn-dl-bind.exp: New.
3352 * gdb.btrace/data.c: New.
3353 * gdb.btrace/data.exp: New.
3354 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3355
3356 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3357
3358 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
3359 * gdb.btrace/exception.exp: Update.
3360 * gdb.btrace/instruction_history.exp: Update.
3361 * gdb.btrace/record_goto.exp: Update.
3362 * gdb.btrace/tailcall.exp: Update.
3363 * gdb.btrace/unknown_functions.exp: Update.
3364 * gdb.btrace/delta.exp: New.
3365
3366 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3367
3368 * gdb.btrace/record_goto.exp: Add backtrace test.
3369 * gdb.btrace/tailcall.exp: Add backtrace test.
3370
3371 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3372
3373 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
3374 * gdb.btrace/record_goto.c: New.
3375 * gdb.btrace/record_goto.exp: New.
3376 * gdb.btrace/x86-record_goto.S: New.
3377
3378 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3379
3380 * gdb.btrace/function_call_history.exp: Update tests.
3381 * gdb.btrace/instruction_history.exp: Update tests.
3382
3383 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3384
3385 * gdb.btrace/function_call_history.exp: Fix expected field
3386 order for "record function-call-history".
3387 Add new tests for "record function-call-history /c".
3388 * gdb.btrace/exception.cc: New.
3389 * gdb.btrace/exception.exp: New.
3390 * gdb.btrace/tailcall.exp: New.
3391 * gdb.btrace/x86-tailcall.S: New.
3392 * gdb.btrace/x86-tailcall.c: New.
3393 * gdb.btrace/unknown_functions.c: New.
3394 * gdb.btrace/unknown_functions.exp: New.
3395 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
3396
3397 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3398
3399 * gdb.btrace/instruction_history.exp: Update.
3400 * gdb.btrace/function_call_history.exp: Update.
3401
3402 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3403
3404 * gdb.btrace/function_call_history.exp: Fix expected function
3405 trace.
3406 * gdb.btrace/instruction_history.exp: Initialize traced.
3407 Remove traced_functions.
3408
3409 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3410
3411 * gdb.btrace/function_call_history.exp: Update
3412 * gdb.btrace/instruction_history.exp: Update.
3413
3414 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3415
3416 * gdb.btrace/enable.exp: Update expected text.
3417
3418 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
3419
3420 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
3421 bytes.
3422
3423 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3424
3425 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3426
3427 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
3428
3429 * lib/gdb.exp (supports_process_record): Return true for
3430 arm*-linux*. (supports_reverse): Likewise.
3431
3432 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
3433
3434 PR python/15464
3435 PR python/16113
3436 * gdb.python/py-type.c: Enhance test case.
3437 * gdb.python/py-value-cc.cc: Likewise
3438 * gdb.python/py-type.exp: Add new tests.
3439 * gdb.python/py-value-cc.exp: Likewise
3440
3441 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3442 Pedro Alves <palves@redhat.com>
3443
3444 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
3445 Make "name" extern.
3446 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
3447 references to ${name}_start by references to ${name}.
3448
3449 2014-01-10 Joel Brobecker <brobecker@adacore.com>
3450
3451 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3452
3453 2014-01-10 Joel Brobecker <brobecker@adacore.com>
3454
3455 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3456
3457 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
3458 Pedro Alves <palves@redhat.com>
3459
3460 * gdb.mi/mi-info-os.exp: Connect to the target with
3461 mi_gdb_target_load.
3462
3463 2014-01-08 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.threads/reconnect-signal.c: New file.
3466 * gdb.threads/reconnect-signal.exp: New file.
3467
3468 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3469
3470 * gdb.base/source-dir.exp: New file.
3471
3472 2014-01-07 Joel Brobecker <brobecker@adacore.com>
3473
3474 * gdb.ada/mi_interface: New testcase.
3475
3476 2014-01-07 Joel Brobecker <brobecker@adacore.com>
3477
3478 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
3479 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
3480 gdb.ada/pp-rec-component/pck.ads: New files.
3481
3482 2014-01-07 Joel Brobecker <brobecker@adacore.com>
3483
3484 * gdb.python/py-pp-integral.c: New file.
3485 * gdb.python/py-pp-integral.py: New file.
3486 * gdb.python/py-pp-integral.exp: New file.
3487
3488 For older changes see ChangeLog-1993-2013.
3489 \f
3490 ;; Local Variables:
3491 ;; mode: change-log
3492 ;; left-margin: 8
3493 ;; fill-column: 74
3494 ;; version-control: never
3495 ;; End:
3496
3497 Copyright 2014 Free Software Foundation, Inc.
3498 Copying and distribution of this file, with or without modification,
3499 are permitted provided the copyright notice and this notice are preserved.
This page took 0.114879 seconds and 4 git commands to generate.