PR symtab/17559
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
34248c3a
DE
12014-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
646da059
YQ
82014-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
9301ebe6
YQ
162014-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
f166b542
YQ
212014-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
0f6e71e3
YQ
272014-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
876c4df9
YQ
372014-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
02ad9cf1
YQ
442014-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
a59add0c
AA
492014-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
3b5d5997
AA
932014-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
066a77c5
AA
1422014-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
4f204ea5
AA
1482014-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
3b377a3a
AA
1542014-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
e444df73
AA
1612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
162
163 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
164 variant.
165
8008f2a7
AA
1662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
167
168 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
169
a5a06887
AA
1702014-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
44dba9b9
AA
1792014-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
d1fbcd56
AA
1892014-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
b0e59b8f
AA
1952014-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
78f98cca
AA
2012014-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
58fa2af0
AA
2072014-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
04e5059b
AA
2142014-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
dbfdb174
AA
2202014-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
888a2ade
AA
2262014-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
6acc2dde
AA
2322014-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
9ecfcd1d
AA
2392014-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
78708b7c
PA
2452014-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
af48d08f
PA
2502014-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
af3768e9
DE
2612014-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
9de00a4a
PA
2692014-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
e0f52461
SC
2752014-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
6ce8c980
YQ
2812014-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
02be9a71
DE
2862014-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
3bdff46b
LM
2932014-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
ab917dfb
PA
2992014-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
d3d4baed
PA
3272014-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
563e8d85
YQ
3342014-10-29 Yao Qi <yao@codesourcery.com>
335
336 * gdb.base/fileio.exp: Make directories on host.
337
0ea4d52e
YQ
3382014-10-29 Yao Qi <yao@codesourcery.com>
339
340 * gdb.base/fileio.c (test_write): Close the file.
341
7f5ef605
PA
3422014-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
abbdbd03
PA
3562014-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
1df4399f
PA
3682014-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
a5b6e449
PA
3902014-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
e5f8a7cc
PA
3982014-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
763905a3
YQ
4092014-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
6f259a23
DB
4152014-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
09dd9a69
PA
4252014-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
3433cfa5
SC
4362014-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
092f880b
YQ
4412014-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
acbdb7f3
YQ
4492014-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
bd286a29
KCY
4742014-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
673dc4a0
YQ
4832014-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
4ffbba72
DE
4942014-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
d096d8c1
DE
5002014-10-17 Doug Evans <dje@google.com>
501
502 * gdb.python/py-objfile.exp: Test progspace attribute.
503
a80db015
LM
5042014-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
b22089ab
YQ
5272014-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
6c4486e6
PA
5322014-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
0ff33695
PA
5382014-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
6fdebc3d
PA
5442014-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
32a8097b
PA
5502014-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
7a3517ff
YQ
5632014-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
bb99c472
YQ
5792014-10-16 Yao Qi <yao@codesourcery.com>
580
581 * gdb.base/remotetimeout.exp: Remove noargs checking.
582
7c16b83e
PA
5832014-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
35a49624
IB
5942014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
595
596 * gdb.dlang/demangle.exp: Update for demangling changes.
597
2d1c107c
SC
5982014-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
778811d5
SC
6032014-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
10c5f0a8
YQ
6102014-10-15 Yao Qi <yao@codesourcery.com>
611
612 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
613 remote host.
614
65d7b369
YQ
6152014-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
46dc1394
YQ
6222014-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
c40cc657
JB
6302014-10-14 Joel Brobecker <brobecker@adacore.com>
631
632 * gdb.ada/addr_arith: New testcase.
633
2abf49e1
MR
6342014-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
f7088df3
SDJ
6412014-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
4dc06805
YQ
6472014-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
46a93de2
YQ
6632014-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
14ea52ee
DE
6692014-10-13 Doug Evans <dje@google.com>
670
671 * gdb.python/py-objfile.exp: Change name of file name test.
672
e5c6e92b
DE
6732014-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
c780cc2f
JK
6782014-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
99894e11
JK
6852014-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
6e1ac5a3
JK
6912014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
692
693 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
694
754dd2b0
YQ
6952014-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
f90183d7
YQ
7002014-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
bf40a607
YQ
7072014-10-11 Yao Qi <yao@codesourcery.com>
708
709 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
710
052ca370
YQ
7112014-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
3831839c
PA
7192014-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
8b9a549d
PA
7292014-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
d48ba5e8
DE
7362014-10-02 Doug Evans <dje@google.com>
737
738 * gdb.base/structs.c (main): Don't run forever.
739
2278c276
PA
7402014-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
b57bacec
PA
7452014-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
13fd3ff3
PA
7512014-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
0fec99e8
PA
7572014-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
2ddf4301
SM
7622014-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
6a5f3f43
YQ
7672014-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
345bcc73
YQ
7722014-09-30 Yao Qi <yao@codesourcery.com>
773
774 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
775 false.
776
a25a5a45
PA
7772014-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
00ba3162
YQ
7822014-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
c3b7b696
YQ
7872014-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
2b4fd423
DE
7942014-09-18 Doug Evans <dje@google.com>
795
796 * gdb.dwarf2/symtab-producer.exp: New file.
797
a5947601
SDJ
7982014-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
91c19059
SDJ
8052014-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
bb9d5f81
PP
8162014-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
635856f5
PA
8222014-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
7280ceea
PA
8282014-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
428b16bd
PA
8332014-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
666d413c
YQ
8512014-09-16 Yao Qi <yao@codesourcery.com>
852
853 * boards/local-remote-host-native.exp: New file.
854
57cbd724
DE
8552014-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
81219e53
DE
8622014-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
3714cea7
DE
8672014-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
fa43b1d7
PA
8752014-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
9d9bf2df
EBM
8992014-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
1cf2f1b0
JK
9052014-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
98880d46
PA
9132014-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
4c92ff2c
PA
9212014-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
3adc1a7d
GKB
9322014-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
96334934
JB
9372014-09-10 Joel Brobecker <brobecker@adacore.com>
938
939 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
940
eb479039
JB
9412014-09-10 Joel Brobecker <brobecker@adacore.com>
942
943 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
944
deede10c
JB
9452014-09-10 Joel Brobecker <brobecker@adacore.com>
946
947 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
948
7828a5f5
JB
9492014-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
33aeebcf
MR
9542014-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
7b415901
MR
9612014-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
4a40f85a
MR
9712014-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
09635af7
MR
9772014-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
2bdd10b7
MR
9882014-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
316935f0
DE
9932014-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
83740597
DE
9982014-09-09 Doug Evans <xdje42@gmail.com>
999
1000 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
1001
4c122fc3
YQ
10022014-09-09 Yao Qi <yao@codesourcery.com>
1003
1004 * gdb.mi/mi-var-display.exp: Set print symbol off.
1005
a9f116cb
GKB
10062014-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
c75bd3a2
JK
10162014-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
faa42425
DE
10242014-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
474ca4f6
SDJ
10302014-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
eb0b0463
SDJ
10362014-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
5f3b99cf
SS
10422014-09-03 Sasha Smundak <asmundak@google.com>
1043
1044 * gdb.python/py-frame.exp: Test Frame.read_register.
1045
7d793aa9
SDJ
10462014-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
fb0576e9
DE
10522014-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
ee92b0dd
DE
10592014-08-27 Doug Evans <dje@google.com>
1060
1061 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
1062
6649db35
DE
10632014-08-25 Doug Evans <dje@google.com>
1064
1065 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
1066 (main): Ditto.
1067
564b7600
DE
10682014-08-25 Doug Evans <dje@google.com>
1069
1070 * gdb.threads/thread-execl.exp: #include <stdio.h>.
1071
3881fb67
YQ
10722014-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
a05a36a5
DE
10782014-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
7c343b48
YQ
10852014-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
22fd09ae
JK
10922014-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
a8454a7c
PA
10972014-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
2a31c623
PA
11072014-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
d36430db
JB
11232014-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
9a0dc9e3
PA
11292014-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
0718a8da
PA
11372014-08-19 Pedro Alves <palves@redhat.com>
1138
1139 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
1140
13b448cd
YQ
11412014-08-19 Yao Qi <yao@codesourcery.com>
1142
1143 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
1144 right line.
1145
1cbf5077
DB
11462014-08-18 David Blaikie <dblaikie@gmail.com>
1147
1148 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
1149
bf0fae19
JB
11502014-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
3c8c5dcc
JB
11552014-08-18 Joel Brobecker <brobecker@adacore.com>
1156
1157 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
1158
e66d4446
SC
11592014-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
940df408
SC
11652014-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
ebcc6c3a
YQ
11722014-08-15 Yao Qi <yao@codesourcery.com>
1173
1174 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
1175 false.
1176
775e0f04
YQ
11772014-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
d769e349
DE
11842014-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
20c6f1e1
YQ
11892014-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
5792e8e3
YQ
12062014-08-09 Yao Qi <yao@codesourcery.com>
1207
1208 PR testsuite/13443
1209 * gdb.mi/mi-var-display.exp: Make test messages unique.
1210
3cecbbbe
TT
12112014-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
00b51ff5
TT
12162014-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
6908c509
JB
12212014-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
cc6563d2
PA
12282014-07-30 Pedro Alves <palves@redhat.com>
1229
1230 * gdb.threads/signal-command-handle-nopass.exp (test): Add
1231 comment.
1232
7e09a223
YQ
12332014-07-29 Yao Qi <yao@codesourcery.com>
1234
1235 PR gdb/17206
1236 * gdb.base/until-nodebug.exp: New.
1237
7ebdbe92
DE
12382014-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
fdb1adc6
WN
12452014-07-28 Will Newton <will.newton@linaro.org>
1246
1247 * gdb.base/varargs.exp: Remove KFAILs for ARM.
1248
186fcde0
DE
12492014-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
70509625
PA
12552014-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
c3f814a1
PA
12642014-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
e214cf6c
JK
12922014-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
17d0c5c8
JK
13012014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1302
1303 PR gdb/17170
1304 * gdb.base/statistics.exp: New file.
1305
b8b8facf
DE
13062014-07-17 Doug Evans <dje@google.com>
1307
74b49205 1308 PR gdb/17170
b8b8facf
DE
1309 * gdb.base/maint.exp: Update testing of per-command stats.
1310
1b5d0ab3
PA
13112014-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
4d974e88
SM
13282014-07-15 Simon Marchi <simon.marchi@ericsson.com>
1329
1330 * gdb.base/debug-expr.exp: Test string evaluation with
1331 "debug expression" on.
1332
41e99568
PA
13332014-07-15 Pedro Alves <palves@redhat.com>
1334
1335 * gdb.base/reread.exp: Use clean_restart.
1336
487d9753
PL
13372014-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
cc1c52ad
PA
13422014-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
1e973570
PA
13472014-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
93d6eb10
PA
13522014-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
0017922d
PA
13582014-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
94696ad3
PA
13642014-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
bd293940
PA
13752014-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
c933f875
PA
13802014-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
d98b7a16
TT
13852014-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
548740d6
TT
13902014-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
a25eb028
MR
13952014-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
218c2655
JK
14052014-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
5401fde3
YQ
14112014-07-11 Yao Qi <yao@codesourcery.com>
1412
1413 * gdb.base/exprs.exp: "set print symbol off".
1414
e76126e8
PA
14152014-07-11 Pedro Alves <palves@redhat.com>
1416
1417 * gdb.threads/kill.c: New file.
1418 * gdb.threads/kill.exp: New file.
1419
2d6f0de6
YQ
14202014-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
7180e04a
PA
14262014-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
9a9a7608
AB
14312014-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
161ac41e
YQ
14402014-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
1f267ae3
MM
14482014-07-08 Markus Metzger <markus.t.metzger@intel.com>
1449
1450 * gdb.btrace/segv.exp: New.
1451 * gdb.btrace/segv.c: New.
1452
2b239efb
LM
14532014-07-02 Luis Machado <lgustavo@codesourcery.com>
1454
1455 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
1456 instruction.
1457
cf363f18
MW
14582014-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
aebf9d24
AA
14662014-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
b67a2c6f
YQ
14712014-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
aef92902
MM
14762014-06-25 Markus Metzger <markus.t.metzger@intel.com>
1477
1478 * gdb.btrace/gcore.exp: New.
1479
8e9db26e
PA
14802014-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
70afc5b7
SC
14852014-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
b972bd9c
JK
14912014-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
125f8a3d
GB
14972014-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
3ed9baed
IB
15022014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
1503
1504 * gdb.dlang/expression.exp: New file.
1505
034f788c
PA
15062014-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
45371d0c
LM
15132014-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
5d376983
SC
15182014-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
a1aa2221
LM
15272014-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
0fc05997
YQ
15382014-06-17 Yao Qi <yao@codesourcery.com>
1539
1540 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
1541 CP1252.
1542
70795c52
LM
15432014-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
6be47f0c
KS
15492014-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
d03de421
PA
15552014-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
f9579b99
TT
15642014-06-12 Tom Tromey <tromey@redhat.com>
1565
1566 * gdb.base/completion.exp: Don't use directory name in test.
1567
3657956b
GB
15682014-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
4186eb54
KS
15782014-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
25326a28 15892014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
1590
1591 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
1592
829155c9
PA
15932014-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
61c8d22e
PA
16002014-06-06 Pedro Alves <palves@redhat.com>
1601
1602 * gdb.base/break-unload-file.exp: Fix typo.
1603
d9a47287
YQ
16042014-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
e5e01dbf
YQ
16092014-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
73ba372c
GB
16162014-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
831517df
YQ
16252014-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
b8b91e98
YQ
16302014-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
fb934770
LC
16362014-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
6ef284bd
SM
16412014-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
a872e241
DE
16462014-06-04 Doug Evans <xdje42@gmail.com>
1647
1648 * gdb.guile/scm-generics.exp: Delete.
1649
16f691fb
DE
16502014-06-04 Doug Evans <xdje42@gmail.com>
1651
1652 * gdb.guile/scm-breakpoint.exp: Update.
1653 Add tests for breakpoint registration.
1654
012370f6
TT
16552014-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
9f5a4cef
HZ
16632014-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
90a45c4d
YQ
16702014-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
70017e41
YQ
16752014-06-04 Yao Qi <yao@codesourcery.com>
1676
1677 * gdb.base/default.exp: Replace "child" with "native" in
1678 regexp pattern.
1679
883964a7
SC
16802014-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
ef370185
JB
16872014-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
1e2ccb61
BM
16942014-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
c6ec5ab2
PA
16992014-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
835c559f
PA
17042014-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
06eb1586
DE
17102014-06-02 Doug Evans <xdje42@gmail.com>
1711
1712 * gdb.guile/scm-parameter.exp: New file.
1713
e698b8c4
DE
17142014-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
ded03782
DE
17192014-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
41fac0cf
PA
17352014-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
96ae5695
EBM
17402014-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
da02b3a8
JB
17452014-06-02 Joel Brobecker <brobecker@adacore.com>
1746
1747 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
1748
c72b2e7b
YQ
17492014-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
53e8a631
AB
17552014-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
938f0e2f
AB
17612014-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
9ba6657a
PA
17692014-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
522c09bf
DB
17752014-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
bf4ef81e
MR
17822014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
1783
1784 * gdb.reverse/sigall-reverse.exp: Fix a typo.
1785
329ea579
PA
17862014-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
fd664c91
PA
18152014-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
251bde03
PA
18212014-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
7f3c0343
JB
18302014-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
b2715b27
AW
18352014-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
498a4489
YQ
18412014-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
589fdceb
MM
18462014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1847
1848 * gdb.btrace/vdso.c: New.
1849 * gdb.btrace/vdso.exp: New.
1850
e9089e05
MM
18512014-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
67b5c0c1
MM
18562014-05-23 Markus Metzger <markus.t.metzger@intel.com>
1857
1858 * gdb.btrace/data.exp: Test memory access during btrace replay.
1859
a2199296
SM
18602014-05-22 Simon Marchi <simon.marchi@ericsson.com>
1861
1862 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
1863
17b2616c
PA
18642014-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
5166082f
PA
18772014-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
2f25d70f
SM
18862014-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
ff604a67
MR
18912014-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
6a3cb8e8
PA
18962014-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
4ebfc96e
PA
19032014-05-21 Pedro Alves <palves@redhat.com>
1904
1905 * gdb.base/default.exp: Test "target native" instead of "target
1906 child".
1907
36d46afb
MW
19082014-05-21 Mark Wielaard <mjw@redhat.com>
1909
1910 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1911
5876f503
JK
19122014-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
0256a6ac
PA
19212014-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
936d2992
PA
19262014-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
802e8e6d
PA
19312014-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
e59fa00f
MM
19362014-05-20 Markus Metzger <markus.t.metzger@intel.com>
1937
1938 * gdb.btrace/nohist.exp: New.
1939
8b696e31
YQ
19402014-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
73c9764f
YQ
19472014-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
f1f4348a
JK
19532014-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
0dbe70ce
DE
19582014-05-16 Doug Evans <dje@google.com>
1959
1960 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
1961 * gdb.base/completion.exp: Check that all expected files exist
1962 before doing file completion.
0dbe70ce 1963
8d551b02
DE
19642014-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
73eb7709
PA
19702014-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
3fae92fc
YQ
19752014-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
c2b2ccc5
DE
19812014-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
8c217a4b
SM
19872014-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
3deb39c6
SM
19932014-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
71a79f8c
YQ
19982014-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
f23fcd46
YQ
20052014-05-14 Yao Qi <yao@codesourcery.com>
2006
2007 * boards/local-remote-host-notty.exp (${board}_file): New
2008 proc.
2009
9404b58f
KM
20102014-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
5e45f04c
YQ
20162014-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
c888a17d
KS
20212014-05-05 Keith Seitz <keiths@redhat.com>
2022
2023 * gdb.linespec/ls-dollar.exp: Add test for linespec
2024 file:convenience_variable.
2025
290a839c
YQ
20262014-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
b5262cd0
YQ
20382014-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
30a1e6cc
SDJ
20502014-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
f33da99a
SDJ
20582014-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
5b80f00d
PA
20642014-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
f8c2a73c
PA
20712014-05-01 Pedro Alves <palves@redhat.com>
2072
2073 * boards/local-remote-host.exp: New file.
2074
be6e8ac7
PA
20752014-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
cac0dc8f
JB
20802014-04-28 Joel Brobecker <brobecker@adacore.com>
2081
2082 * gdb.ada/dyn_arrayidx: New testcase.
2083
9730e6cc
YQ
20842014-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
7ae1a6a6
PA
20942014-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
4082afcc
PA
21012014-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
2abc3f8d
DB
21172014-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
bfd39632
DB
21292014-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
22842ff6
DB
21352014-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
c2e827ad
DB
21422014-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
4c2d33e7
YQ
21492014-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
56083b99
DB
21562014-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
25d4e99d
DB
21602014-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
01f9f808
MS
21672014-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
4b48d439
KS
21742014-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
08351840
PA
22102014-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
076855f9
PA
22262014-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
483805cf
PA
22362014-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
06d97543
PA
22412014-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
b4429ea2
YQ
22462014-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
51d48146
PA
22542014-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
bd1dce5f
MS
22642014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
2265
2266 * gdb.java/jnpe.exp: Drop srcdir from untested path.
2267
40d1a503
MS
22682014-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
389b98f7
YQ
22732014-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
22869d73
KS
22832014-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
c4f87ca6
KS
22892014-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
ab19de87
DE
22962014-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
fc98a809
AB
23162014-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
87fd9e6e
DE
23212014-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
099fc3ea
KS
23262014-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
5da151d4
KS
23352014-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
35e5d2f0
PA
23432014-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
eb4c1710
PA
23702014-04-15 Pedro Alves <palves@redhat.com>
2371
2372 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
2373
2d1baf52
PA
23742014-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
7dd6df01
PA
23862014-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
b50c8614
KS
23912014-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
3d567982
TT
24012014-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
0626fc76
TT
24092014-04-14 Tom Tromey <tromey@redhat.com>
2410
2411 * gdb.dwarf2/enum-type.exp: New file.
2412
dca325b3
SA
24132014-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
5854b38a
SA
24182014-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
463bb957
SA
24232014-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
3dd170be
SA
24282014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
2429
2430 * gdb.dwarf2/count.exp: New file.
2431
5ecaaa66
SA
24322014-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
41f1ada5
DB
24372014-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
0be03e84
DE
24432014-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
f180a1fb
DB
24492014-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
6b662e19
JB
24542014-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
245a5f0b
KS
24752014-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
58a84dcf
SA
24812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2482
191a8a90
JB
2483 * gdb.mi/mi-vla-c99.exp: New file.
2484 * gdb.mi/vla.c: New file.
58a84dcf 2485
c8655f75
SA
24862014-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
024e13b4
SA
24912014-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
1a237e0e
SA
24962014-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
504f3432
SA
25012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2502
2503 * gdb.dwarf2/count.exp: New file.
2504
3bce8237
SA
25052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
2506
191a8a90
JB
2507 * gdb.base/vla-sideeffect.c: New file.
2508 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 2509
322f9c21
YQ
25102014-04-11 Yao Qi <yao@codesourcery.com>
2511
2512 * gdb.base/completion.exp: Check file exists before running tests
2513 on file completion.
2514
d708bcd1
PA
25152014-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
ae1d2761
PM
25242014-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
7af389b8
SC
25292014-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
5e703181
DE
25342014-04-07 David Blaikie <dblaikie@gmail.com>
2535
2536 * lib/compiler.c: Identify the clang compiler.
2537 * lib/compiler.cc: Ditto.
2538
9810b410
YQ
25392014-04-03 Yao Qi <yao@codesourcery.com>
2540
2541 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
2542
98d1b8dc
AB
25432014-04-01 Anton Blanchard <anton@samba.org>
2544
2545 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
2546 messages unique.
2547
3114cea1
AB
25482014-04-01 Anton Blanchard <anton@samba.org>
2549
2550 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
2551 prepare_for_testing.
2552
62f7182c
AB
25532014-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
770e7fc7
DE
25592014-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
46e2bafa
YQ
25652014-03-31 Yao Qi <yao@codesourcery.com>
2566
2567 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
2568
8776cfe9
JB
25692014-03-28 Joel Brobecker <brobecker@adacore.com>
2570
2571 * gdb.ada/mi_dyn_arr: New testcase.
2572
5d1ef361
DE
25732014-03-27 Doug Evans <dje@google.com>
2574
2575 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
2576
b5bee914
YQ
25772014-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
0d4d0e77
YQ
25822014-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
29361eee
YQ
25962014-03-26 Yao Qi <yao@codesourcery.com>
2597
2598 * gdb.base/macscp.exp: Fix code format issues.
2599
bc9a5525
UW
26002014-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
d3839ede
PA
26052014-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
01672a57
DE
26122014-03-24 Doug Evans <dje@google.com>
2613
2614 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
2615 using fission.
2616
88bbeca9
HZ
26172014-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
d2348791
JK
26292014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2630
2631 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
2632
feef67ab
DE
26332014-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.
25d743f9 2637 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 2638 guile command issues an error.
feef67ab 2639
ecebef6a
MR
26402014-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
ccdd1909
HZ
26452014-03-21 Hui Zhu <hui@codesourcery.com>
2646
2647 * gdb.base/attach.exp (do_command_attach_tests): New.
2648
beb460e8
PA
26492014-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
40acf43a
PA
26562014-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
9f5e1e02
PA
26642014-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
99619bea
PA
26722014-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
2adfaa28
PA
26792014-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
31e77af2
PA
26842014-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
b9f437de
PA
26932014-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
05adc73e
PA
26982014-03-19 Pedro Alves <palves@redhat.com>
2699
2700 * gdb.base/async.exp: Remove early return.
2701
6048b950
PA
27022014-03-19 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.base/async.exp (step& tests): Pass explicit test messages.
2705
8bcfb00a
PA
27062014-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
884e37dc
PA
27112014-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
148e57e2
PA
27162014-03-19 Pedro Alves <palves@redhat.com>
2717
2718 * gdb.base/async.exp: Use prepare_for_testing.
2719
f48088c7
PA
27202014-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
e2f6c966
PA
27252014-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
c30568d4
PA
27342014-03-19 Pedro Alves <palves@redhat.com>
2735
2736 * gdb.base/async.exp: Don't frob gdb_protocol.
2737
0172b6a7
DE
27382014-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
06c868a8
JK
27432014-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
0c7e1a46
PA
27492014-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
f7c77d93
JB
27562014-03-17 Joel Brobecker <brobecker@adacore.com>
2757
2758 * gdb.ada/pckd_arr_ren: New testcase.
2759
5a1e8c7a
DE
27602014-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
350e1a76
DE
27662014-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
a69900ae
PA
27722014-03-13 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.base/default.exp: Don't test "target procfs".
2775
5db9f0bd
PA
27762014-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
b3ccfe11
TT
27812014-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
646f4417
AA
27882014-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
288c211f
AA
27962014-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
e0c0f156
AA
28022014-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
0e5c4555
AA
28142014-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
5ec18f2b
JG
28192014-03-10 Joel Brobecker <brobecker@adacore.com>
2820
2821 * gdb.ada/tagged_access: New testcase.
2822
847fc4f2
MM
28232014-03-07 Markus Metzger <markus.t.metzger@intel.com>
2824
2825 * gdb.btrace/data.exp: Update expected output.
2826
cc3da688
YQ
28272014-03-06 Yao Qi <yao@codesourcery.com>
2828
2829 * gdb.trace/pr16508.exp: New file.
2830
0f26cec1
PA
28312014-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
7a5a839f
LC
28392014-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
31aa7e4e
JB
28442014-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
1b588015
JB
28532014-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
55426c9d
JB
28592014-02-26 Joel Brobecker <brobecker@adacore.com>
2860
2861 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
2862
dc53a7ad
JB
28632014-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
12ab52e9
PA
28682014-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
849c862e
JK
28742014-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
71b7d793
JK
2881 PR gdb/16626
2882 * gdb.base/auto-load.exp: Fix out-of-srctree run.
2883
e2f0d509
JK
28842014-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
50cc37c8
DE
28892014-02-24 Doug Evans <dje@google.com>
2890
2891 * lib/gdb.exp (run_on_host): Log error output if program fails.
2892
ea4758f2
PA
28932014-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
d7b30f67
SDJ
29012014-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
83deb43f
JB
29102014-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
adde2bff
DE
29152014-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
f7bd0f78
SC
29242014-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
c17ef0d5
DE
29312014-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
5dd3176f
DE
29402014-02-18 Doug Evans <dje@google.com>
2941
2942 * Makefile.in (check-parallel): rm -rf outputs temp.
2943
0b10be4f
JK
29442014-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
85f224e7
DE
29492014-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
149b30ff
DE
29582014-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
1dfdac32
MK
29632014-02-10 Mark Kettenis <kettenis@gnu.org>
2964
2965 * gdb.threads/step-after-sr-lock.exp: Avoid executing
2966 "kill -SIGUSR1 -1".
2967
aa4fb036
JB
29682014-02-10 Joel Brobecker <brobecker@adacore.com>
2969
2970 * gdb.ada/tick_length_array_enum_idx: New testcase.
2971
ed3ef339
DE
29722014-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
7026a7c1
YQ
30332014-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
6c466447
AS
30402014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3041
3042 * gdb.python/py-framefilter.exp: Fix typo.
3043
6e854735
YQ
30442014-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
d137e6dc
PA
30502014-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
b5ee5a50
PA
30562014-02-07 Pedro Alves <palves@redhat.com>
3057
3058 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
3059
3c77faf3
JK
30602014-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
6dddc817
DE
30652014-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
de7b2893
YQ
30722014-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
66d032ac
YQ
30772014-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
591a12a1
UW
30852014-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
0ff3e01f
UW
30922014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
3093
3094 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
3095
084ee545
UW
30962014-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
6ed14ff3
UW
31012014-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
401e27fd
JM
31062014-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
8b924729
EBM
31132014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3114
3115 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
3116
fb151210
JB
31172014-01-23 Tom Tromey <tromey@redhat.com>
3118
3119 * gdb.ada/array_char_idx: New testcase.
3120
0740f8d8
TT
31212014-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
21909fa1
TT
31282014-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
87ce2a04
DE
31352014-01-22 Doug Evans <dje@google.com>
3136
3137 * gdb.server/server-mon.exp: Add tests for "set debug-format".
3138
237b092b
AA
31392014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3140
3141 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
3142
d674a709
AA
31432014-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
20fa3390
AA
31482014-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
78466714
AA
31552014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
3156
3157 * gdb.base/info-macros.exp: Remove "debug" from the compile
3158 options.
3159
ec9f644a
IB
31602014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3161
3162 * gdb.dlang/demangle.exp: New file.
3163
94b1b47e
IB
31642014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
3165
3166 * gdb.dlang/primitive-types.exp: New file.
3167
7f420862
IB
31682014-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
52834460
MM
31772014-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
6e07b1d2
MM
31952014-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
0b722aec
MM
32052014-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
066ce621
MM
32102014-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
0688d04e
MM
32172014-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
8710b709
MM
32222014-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
5de9129b
MM
32362014-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
23a7fe75
MM
32412014-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
724c7dd8
MM
32482014-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
6d78d93b
MM
32532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3254
3255 * gdb.btrace/enable.exp: Update expected text.
3256
93a360cc
OJ
32572014-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
3772b53f
MR
32622014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
3263
3264 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
3265
596662fa
OJ
32662014-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
b5b08fb4
SC
32712014-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
52d7fb13
AA
32802014-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
a2cd8cfe
JB
32882014-01-10 Joel Brobecker <brobecker@adacore.com>
3289
3290 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
3291
4e23fced
JB
32922014-01-10 Joel Brobecker <brobecker@adacore.com>
3293
3294 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
3295
c6a9e42c
PA
32962014-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
b7ea362b
PA
33022014-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
5e3f4fab
EBM
33072014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3308
3309 * gdb.base/source-dir.exp: New file.
3310
79301218
JB
33112014-01-07 Joel Brobecker <brobecker@adacore.com>
3312
3313 * gdb.ada/mi_interface: New testcase.
3314
8e355c5d
JB
33152014-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
c0d48811
JB
33212014-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
17b609c3 3327For older changes see ChangeLog-1993-2013.
c906108c 3328\f
8d8cb839
EZ
3329;; Local Variables:
3330;; mode: change-log
3331;; left-margin: 8
3332;; fill-column: 74
3333;; version-control: never
3334;; End:
902f2ccb 3335
14f8b115 3336 Copyright 2014 Free Software Foundation, Inc.
902f2ccb
MC
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 2.19227 seconds and 4 git commands to generate.