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