Fix gdb.multi/base.exp testsuite regression
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6cfc1fcb
JK
12016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4 and reordering the functions.
5 * gdb.multi/hangout.c: Likewise.
6 * gdb.multi/hello.c: Likewise.
7
582a1b00
SM
82016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9
10 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11 absolute.
12 (SingleStatisticTestResult.report): Use dict.keys instead of
13 dict.iterkeys.
14
79bc59cb
PA
152016-01-06 Pedro Alves <palves@redhat.com>
16
17 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
18
43368e1d
MM
192016-01-04 Markus Metzger <markus.t.metzger@intel.com>
20
21 * gdb.btrace/dlopen.exp: New.
22 * gdb.btrace/dlopen.c: New.
23 * gdb.btrace/dlopen-dso.c: New.
24
79fad5b8
SL
252015-12-25 Sandra Loosemore <sandra@codesourcery.com>
26
27 * lib/gdb.exp (gdb_test): Update comments to clarify that the
28 PATTERN argument is optional.
29
ab8314b3
JB
302015-12-24 Joel Brobecker <brobecker@adacore.com>
31
32 * lib/ada.exp (target_compile_ada_from_dir): New function.
33 (gdb_compile_ada): Reimplement avoiding the use of project files.
34 * gdb.ada/gnat_ada.gpr: Delete.
35 * gdb.ada/cond_lang.exp: Adjust test to make path before
36 filename optional.
37 * gdb.ada/small_reg_param.exp: Likewise.
38
fe33faff
SM
392015-12-22 Simon Marchi <simon.marchi@ericsson.com>
40
41 * gdb.base/foll-vork.exp: Remove HP-UX special case.
42
6d265cb4
TP
432015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
44
45 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
46 case.
47
10125099
SM
482015-12-21 Simon Marchi <simon.marchi@ericsson.com>
49
50 * gdb.base/break.exp: Remove dead code.
51 * gdb.base/sepdebug.exp: Likewise.
52
3ca22649
SM
532015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
54
55 * gdb.asm/asm-source.exp: Remove HP-UX references.
56 * gdb.base/annota1.exp: Likewise.
57 * gdb.base/annota3.exp: Likewise.
58 * gdb.base/attach.exp: Likewise.
59 * gdb.base/bigcore.exp: Likewise.
60 * gdb.base/break.exp: Likewise.
61 * gdb.base/call-ar-st.exp: Likewise.
62 * gdb.base/callfuncs.exp: Likewise.
63 * gdb.base/catch-fork-static.exp: Likewise.
64 * gdb.base/display.exp: Likewise.
65 * gdb.base/foll-exec-mode.exp: Likewise.
66 * gdb.base/foll-exec.exp: Likewise.
67 * gdb.base/foll-fork.exp: Likewise.
68 * gdb.base/foll-vfork.exp: Likewise.
69 * gdb.base/funcargs.exp: Likewise.
70 * gdb.base/hbreak2.exp: Likewise.
71 * gdb.base/inferior-died.exp: Likewise.
72 * gdb.base/interrupt.exp: Likewise.
73 * gdb.base/multi-forks.exp: Likewise.
74 * gdb.base/nodebug.exp: Likewise.
75 * gdb.base/sepdebug.exp: Likewise.
76 * gdb.base/solib1.c: Likewise.
77 * gdb.base/step-test.exp: Likewise.
78 * gdb.mi/non-stop.c: Likewise.
79 * gdb.mi/pthreads.c: Likewise.
80 * gdb.multi/bkpt-multi-exec.ex: Likewise.
81 * gdb.threads/pthreads.c: Likewise.
82 * gdb.threads/staticthreads.exp: Likewise.
83 * lib/future.exp: Likewise.
84 * lib/gdb.exp: Likewise.
85 * gdb.base/so-indr-cl.c: Remove.
86 * gdb.base/so-indr-cl.exp: Likewise.
87 * gdb.base/solib.c: Likewise.
88 * gdb.base/solib.exp: Likewise.
89 * gdb.base/solib2.c: Likewise.
90
b6304613
SM
912015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
92
93 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
94 * gdb.base/call-ar-st.exp: Likewise.
95 * gdb.base/callfuncs.exp: Likewise.
96 * gdb.base/condbreak.exp: Likewise.
97 * gdb.base/constvars.exp: Likewise.
98 * gdb.base/hbreak2.exp: Likewise.
99 * gdb.base/langs.exp: Likewise.
100 * gdb.base/list.exp: Likewise.
101 * gdb.base/long_long.exp: Likewise.
102 * gdb.base/ptype.exp: Likewise.
103 * gdb.base/scope.exp: Likewise.
104 * gdb.base/signals.exp: Likewise.
105 * gdb.base/so-impl-ld.exp: Likewise.
106 * gdb.base/varargs.exp: Likewise.
107 * gdb.base/volatile.exp: Likewise.
108 * gdb.base/whatis.exp: Likewise.
109 * gdb.cp/cplusfuncs.exp: Likewise.
110 * gdb.cp/inherit.exp: Likewise.
111 * gdb.cp/local.exp: Likewise.
112 * gdb.cp/member-ptr.exp: Likewise.
113 * gdb.cp/method.exp: Likewise.
114 * gdb.cp/overload.exp: Likewise.
115 * gdb.cp/templates.exp: Likewise.
116 * gdb.stabs/weird.exp: Likewise.
117 * lib/compiler.c: Likewise.
118 * lib/compiler.cc: Likewise.
119 * lib/cp-support.exp: Likewise.
120 * lib/gdb.exp: Likewise.
121
bf401b07
SM
1222015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
123
124 * configure.ac: Remove HP-UX case.
125 * configure: Regenerate.
126
aff9c0f8
SM
1272015-12-18 Simon Marchi <simon.marchi@ericsson.com>
128
129 * lib/gdb.exp (gdb_compile): Add function doc.
130
a6904d5a
PA
1312015-12-17 Pedro Alves <palves@redhat.com>
132
133 PR threads/19354
134 * gdb.multi/info-threads.exp: New file.
135
a22279dd
YQ
1362015-12-15 Yao Qi <yao.qi@linaro.org>
137
138 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
139 is aarch64*-*-*.
140
0588c796
SL
1412015-12-14 Sandra Loosemore <sandra@codesourcery.com>
142
143 * gdb.base/history-duplicates.exp: Skip if no readline support.
144
5d978e17
SL
1452015-12-14 Sandra Loosemore <sandra@codesourcery.com>
146
147 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
148
7e763b86
SL
1492015-12-14 Sandra Loosemore <sandra@codesourcery.com>
150
151 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
152
87a3a92c
SL
1532015-12-14 Sandra Loosemore <sandra@codesourcery.com>
154
155 * gdb.base/completion.exp: Skip tests that interrupt GDB with
156 ctrl-C if nointerrupts target property is set.
157 * gdb.base/double-prompt-target-event-error.exp: Likewise.
158 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
159 * gdb.base/paginate-bg-execution.exp: Likewise.
160 * gdb.base/paginate-execution-startup.exp: Likewise.
161 * gdb.base/random-signal.exp: Likewise.
162 * gdb.base/range-stepping.exp: Likewise.
163 * gdb.cp/annota2.exp: Likewise.
164 * gdb.cp/annota3.exp: Likewise.
165 * gdb.gdb/selftest.exp: Likewise.
166 * gdb.threads/continue-pending-status.exp: Likewise.
167 * gdb.threads/leader-exit.exp: Likewise.
168 * gdb.threads/manythreads.exp: Likewise.
169 * gdb.threads/pthreads.exp: Likewise.
170 * gdb.threads/schedlock.exp: Likewise.
171 * gdb.threads/sigthread.exp: Likewise.
172
a8f077dc
DB
1732015-12-11 Don Breazeal <donb@codesourcery.com>
174
175 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
176 remote.
177 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
178 * gdb.base/foll-exec.exp (main): Enable for target remote.
179 * gdb.base/foll-fork.exp (main): Likewise.
180 * gdb.base/foll-vfork.exp (main): Likewise.
181 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
182 (proc continue_to_exit_bp_loc): Use clean_restart.
183 * gdb.base/pie-execl.exp (main): Disable for target remote.
184 * gdb.base/watch-vfork.exp (main): Enable for target remote.
185 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
186 * gdb.threads/execl.exp (main): Likewise.
187 * gdb.threads/fork-child-threads.exp (main): Likewise.
188 * gdb.threads/fork-plus-threads.exp (main): Disable for target
189 remote.
190 * gdb.threads/fork-thread-pending.exp (main): Enable for target
191 remote.
192 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
193 pid.tid style ptids, instead of just tid.
194 * gdb.threads/thread-execl.exp (main): Enable for target remote.
195 * gdb.threads/watchpoint-fork.exp (main): Likewise.
196 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
197 ptids, instead of just tid.
198
3b2464a8
AB
1992015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * gdb.base/list.exp (test_list_forward): Add end of file error
202 test.
203 (test_repeat_list_command): Add end of file error test.
204 (test_list_backwards): Add beginning of file error test.
205
a0def019
AB
2062015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
207
208 * gdb.base/list.exp (test_list_invalid_args): New function,
209 defined, and called.
210
5c000dff
AB
2112015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * gdb.base/list.exp (test_list): Make test names unique.
214
f1637ebe
YQ
2152015-12-11 Yao Qi <yao.qi@linaro.org>
216
217 * gdb.base/coremaker2.c: Remove.
218
36d6fc0a
PA
2192015-12-10 Pedro Alves <palves@redhat.com>
220
221 * gdb.multi/base.exp: Remove stale "spaces" references.
222
762f7747
PA
2232015-12-10 Pedro Alves <palves@redhat.com>
224
225 * gdb.multi/base.exp: Don't use nowarnings.
226 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
227 * gdb.multi/hangout.c: Include stdio.h.
228 * gdb.multi/hello.c: Include stdlib.h.
229 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
230 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
231 * gdb.multi/multi-arch.exp: Don't use nowarnings.
232
28d2bfb9
AB
2332015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
234
235 * gdb.dwarf2/dw2-ranges-base.c: New file.
236 * gdb.dwarf2/dw2-ranges-base.exp: New file.
237 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
238 support additional line table, and debug ranges generation.
239 (Dwarf::ranges): New function, generate .debug_ranges.
240 (Dwarf::lines): Support generating simple line table programs.
241 (Dwarf::assemble): Initialise new namespace variables.
242
5fc2beac
KB
2432015-12-09 Kevin Buettner <kevinb@redhat.com>
244
245 * gdb.base/async.exp (proc test_background): Add case for
246 asynchronous execution not supported.
247
1c35a88f
LM
2482015-12-09 Luis Machado <lgustavo@codesourcery.com>
249
250 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
251 format and change test names to make them unique.
252
b593e3d9
RK
2532015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
254 Pedro Alves <pedro@redhat.com>
255
256 PR gdb/18702
257 Add checking of floatformats setup on x86_64 hosts.
258 * gdb.arch/i386-float.S (main): Load bigval and smallval.
259 (smallval, bigval): New labels/constants.
260 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
261 float" after loading bigval and smallval.
262
d72413e6
PMR
2632015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
264
265 * gdb.ada/fun_overload_menu.exp: New testcase.
266 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
267
ece66d65
JS
2682015-12-04 Josh Stone <jistone@redhat.com>
269
270 * gdb.base/catch-fork-static.exp: New.
271
41d0efca
YQ
2722015-12-03 Yao Qi <yao.qi@linaro.org>
273
274 * gdb.base/sizeof.c: Don't include stdio.h and
275 ../lib/unbuffer_output.c.
276 (main): New variable 'size' and 'value'. Remove printf and
277 gdb_unbuffer_output. Assign return value to size and value.
278 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
279 at the beginning.
280 (check_sizeof): Check the result by printing variable 'size'.
281 (check_valueof): Check the result by printing variable 'value'.
282
99fd02d9
YQ
2832015-12-01 Yao Qi <yao.qi@linaro.org>
284
285 * gdb.base/disp-step-syscall.exp: Define syscall instruction
286 for aarch64*-*-linux* target.
287
f2faf941
PA
2882015-11-30 Pedro Alves <palves@redhat.com>
289
290 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
291
04bf20c5
PA
2922015-11-30 Pedro Alves <palves@redhat.com>
293
294 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
295 Handle non-stop mode vCont replies.
296
09df4675
PA
2972015-11-30 Pedro Alves <palves@redhat.com>
298
299 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
300 prepare_for_testing. Start gdb with "set non-stop on" appended to
301 GDBFLAGS. Lax expected stop output.
302
58b584af
YQ
3032015-11-27 Yao Qi <yao.qi@linaro.org>
304
305 * gdb.arch/arm-neon.exp: New.
306 * gdb.arch/arm-neon.c: New.
307
dfcb77a8
YQ
3082015-11-27 Yao Qi <yao.qi@linaro.org>
309
310 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
311
88e8ec1b
YQ
3122015-11-27 Yao Qi <yao.qi@linaro.org>
313
314 * gdb.cp/annota2.exp: Allow multiple occurrences of the
315 frames-invalid annotation.
316
bfde72c2
YQ
3172015-11-27 Yao Qi <yao.qi@linaro.org>
318
319 * gdb.cp/annota2.exp: Use ${frames_invalid}.
320
f6512a69
SM
3212015-11-26 Simon Marchi <simon.marchi@ericsson.com>
322
323 * gdb.threads/names.exp: New file.
324 * gdb.threads/names.c: New file.
325 * README: Mention gdb,no_thread_names.
326
46a3515b
MM
3272015-11-26 Markus Metzger <markus.t.metzger@intel.com>
328
329 PR 19297
330 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
331 support" error.
332
62147a22
PA
3332015-11-24 Pedro Alves <palves@redhat.com>
334
335 PR 17539
336 * gdb.base/display.exp: Expect displays to be sorted in ascending
337 order. Use multi_line.
338 * gdb.base/solib-display.exp: Likewise.
339
2f341b6e
PA
3402015-11-24 Pedro Alves <palves@redhat.com>
341
342 PR 17539
343 * gdb.base/display.exp: Expect displays to be sorted in ascending
344 order. Use multi_line.
345 * gdb.base/solib-display.exp: Likewise.
346
7e0aa6aa
PA
3472015-11-24 Pedro Alves <palves@redhat.com>
348
349 PR 17539
350 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
351 threads in ascending order.
352 * gdb.base/foll-fork.exp: Likewise.
353 * gdb.base/foll-vfork.exp: Likewise.
354 * gdb.base/multi-forks.exp: Likewise.
355 * gdb.mi/mi-nonstop.exp: Likewise.
356 * gdb.mi/mi-nsintrall.exp: Likewise.
357 * gdb.multi/base.exp: Likewise.
358 * gdb.multi/multi-arch.exp: Likewise.
359 * gdb.python/py-inferior.exp: Likewise.
360 * gdb.threads/break-while-running.exp: Likewise.
361 * gdb.threads/execl.exp: Likewise.
362 * gdb.threads/gcore-thread.exp: Likewise.
363 * gdb.threads/info-threads-cur-sal.exp: Likewise.
364 * gdb.threads/kill.exp: Likewise.
365 * gdb.threads/linux-dp.exp: Likewise.
366 * gdb.threads/multiple-step-overs.exp: Likewise.
367 * gdb.threads/next-bp-other-thread.exp: Likewise.
368 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
369 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
370 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
371 * gdb.threads/thread-find.exp: Likewise.
372 * gdb.threads/tls.exp: Likewise.
373 * lib/mi-support.exp (mi_reverse_list): Delete.
374 (mi_check_thread_states): No longer reverse list.
375
2cc57ad8
PA
3762015-11-24 Pedro Alves <palves@redhat.com>
377
378 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
379 use lowercase.
380
c93e8391
SM
3812015-11-23 Simon Marchi <simon.marchi@ericsson.com>
382
383 * gdb.trace/actions.c: Include trace-common.h.
384 (main): Add a location for a fast tracepoint.
385 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
386 the normal tracepoints.
387 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
388
045ccf91
SM
3892015-11-23 Simon Marchi <simon.marchi@ericsson.com>
390
391 * save-trace.exp: Factor out code to these...
392 (gdb_save_tracepoints): New.
393 (gdb_load_tracepoints): New.
394 (do_save_load_test): New.
395
5506f9f6
KB
3962015-11-23 Kevin Buettner <kevinb@redhat.com>
397
398 * gdb.base/asmlabel.exp: New test.
399 * gdb.base/asmlabel.c: New test case.
400
16c3b12f
JB
4012015-11-23 Joel Brobecker <brobecker@adacore.com>
402
403 * gdb.base/wrong_frame_bt_full-main.c: New file.
404 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
405 * gdb.base/wrong_frame_bt_full.exp: New file.
406
155bfbd3
JB
4072015-11-23 Joel Brobecker <brobecker@adacore.com>
408
409 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
410
bb097445
JM
4112015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
412
206853a0 413 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
414 pstate register when comparing registers values in
415 sparc64-*-linux-gnu targets to avoid spurious differences.
416
9c88ed8f
JM
4172015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
418
206853a0 419 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 420
96161e25
SL
4212015-11-19 Sandra Loosemore <sandra@codesourcery.com>
422
423 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
424 as type argument to gdb_compile.
425 * gdb.base/nested-subp2.exp: Likewise.
426 * gdb.base/nested-subp3.exp: Likewise.
427
340c2830
DV
4282015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
429
430 * lib/dwarf.exp (_note): Fix left shift of negative value.
431 * gdb.trace/trace-condition.exp: Likewise.
432
c1862d0f
YQ
4332015-11-13 Yao Qi <yao.qi@linaro.org>
434
435 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
436 comments about d10v.
437 (test_scalar_returns): Likewise.
438 * gdb.base/d10v.ld: Remove.
439 * gdb.base/overlays.exp: Remove the target triplet checking for
440 d10v-*-*.
441 * gdb.base/structs.exp (test_struct_returns): Remove the
442 comments about d10v.
443 (test_struct_calls): Likewise.
444
77ae9c19
YQ
4452015-11-13 Yao Qi <yao.qi@linaro.org>
446
447 * gdb.base/gnu_vector.exp: Check the return value by "p res".
448 * gdb.base/gnu_vector.c: Don't include stdio.h.
449 (main): Don't print res and call add_some_intvecs.
450
430e004e
MK
4512015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
452
453 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
454 macro.
455 (func5): Removed.
456 (func4): Use FAST_TRACEPOINT_LABEL.
457 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
458 macro.
459 (func): Removed.
460 (thread_function): Use FAST_TRACEPOINT_LABEL.
461 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
462 (func): Remove.
463 (marker): Use FAST_TRACEPOINT_LABEL.
464 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
465 (pendfunc1): Remove.
466 (pendfunc): Use FAST_TRACEPOINT_LABEL.
467 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
468 (foo): Remove.
469 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
470 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
471 macro.
472 (func): Remove.
473 (marker): Use FAST_TRACEPOINT_LABEL.
474 * gdb.trace/trace-common.h: New header.
475 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
476 macro.
477 (func): Remove.
478 (marker): Use FAST_TRACEPOINT_LABEL.
479 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
480 (func): Remove.
481 (thread_function): Use FAST_TRACEPOINT_LABEL.
482
6e7675a7
MK
4832015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
484
485 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
486 in front.
487 * gdb.trace/change-loc.exp: Use global pcreg definition.
488 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
489 * gdb.trace/entry-values.exp: Use global spreg definition, add $
490 in front.
491 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
492 * gdb.trace/pending.exp: Likewise.
493 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
494 * gdb.trace/trace-break.exp: Likewise.
495 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
496 in front.
497 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
498 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
499 in front.
500 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
501
dddc0e16
JB
5022015-11-09 Joel Brobecker <brobecker@adacore.com>
503
504 * gdb.ada/fin_fun_out: New testcase.
505
c6f0b406
KB
5062015-11-07 Kevin Buettner <kevinb@redhat.com>
507
508 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
509 value associated with DW_AT_byte_size.
510 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
511 constants for DW_AT_byte_size, DW_AT_lower_bound, and
512 DW_AT_upper_bound.
513
f01dcfd9
KB
5142015-11-07 Kevin Buettner <kevinb@redhat.com>
515
516 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
517 (gdb_target_symbol_prefix_flags): Define in terms of _asm
518 version.
519 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
520 gdb.dwarf2/dw2-canonicalize-type.exp,
521 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
522 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
523 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
524 provided by gdb_target_symbol_prefix_flags_asm.
525 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
526 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
527 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
528 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
529 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
530 macros where needed). Use this macro for symbols which require
531 the prefix provided by SYMBOL_PREFIX.
532
2223449a
KB
5332015-11-05 Kevin Buettner <kevinb@redhat.com>
534
535 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
536 New procs.
537 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
538 representing expressions, of more than one list element.
539 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
540 to prepend linker symbol prefix to f.
541 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
542 table_1 and table_2.
543 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
544 Likewise, for f and g.
545 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
546 for ptr.
547 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
548 for main.
549 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
550 table_1_ptr and table_2_ptr.
551
6f2f1a3a
JK
5522015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
553 Joel Brobecker <brobecker@adacore.com>
554
555 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
556
566c56c9
MK
5572015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
558
559 * gdb.reverse/s390-mvcle.c: New test.
560 * gdb.reverse/s390-mvcle.exp: New file.
561 * lib/gdb.exp: Enable reverse tests on s390*-linux.
562
d5f0636b
MK
5632015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
564
565 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
566
7ad8b86c
MK
5672015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
568
569 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
570 reaching marker2.
571 * gdb.reverse/getresuid-reverse.exp: Likewise.
572 * gdb.reverse/pipe-reverse.exp: Likewise.
573 * gdb.reverse/readv-reverse.exp: Likewise.
574 * gdb.reverse/recvmsg-reverse.exp: Likewise.
575 * gdb.reverse/time-reverse.exp: Likewise.
576 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
577
4081c0f1
YQ
5782015-10-30 Yao Qi <yao.qi@linaro.org>
579
580 * gdb.threads/wp-replication.c (watch_count_done): Remove.
581 (empty_cycle): Remove.
582 (main): Don't call empty_cycle. Don't use watch_count_done.
583 * gdb.threads/wp-replication.exp: Don't set breakpoint on
584 empty_cycle. Rewrite the code counting HW watchpoints.
585
452b4ba5
MK
5862015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
587
588 * gdb.reverse/fstatat-reverse.c: New test.
589 * gdb.reverse/fstatat-reverse.exp: New file.
590 * gdb.reverse/getresuid-reverse.c: New test.
591 * gdb.reverse/getresuid-reverse.exp: New file.
592 * gdb.reverse/pipe-reverse.c: New test.
593 * gdb.reverse/pipe-reverse.exp: New file.
594 * gdb.reverse/readv-reverse.c: New test.
595 * gdb.reverse/readv-reverse.exp: New file.
596 * gdb.reverse/recvmsg-reverse.c: New test.
597 * gdb.reverse/recvmsg-reverse.exp: New file.
598 * gdb.reverse/time-reverse.c: New test.
599 * gdb.reverse/time-reverse.exp: New file.
600 * gdb.reverse/waitpid-reverse.c: New test.
601 * gdb.reverse/waitpid-reverse.exp: New file.
602
5e2e7507
JK
6032015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
604
605 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
606
0fde2c53
DE
6072015-10-26 Doug Evans <dje@google.com>
608
609 PR symtab/17391
610 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
611 * gdb.dwarf2/bad-regnum.c: New file.
612 * gdb.dwarf2/bad-regnum.exp: New file.
613
1a70ae97
DE
6142015-10-26 Doug Evans <dje@google.com>
615
616 PR python/18938
617 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
618 file.
619
27dc26ab
JK
6202015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
621
622 * gdb.compile/compile.exp (compile code globalvar): Update expectation
623 for a change by "Mention language in compile error message".
624
bed91f4d
SM
6252015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
626
627 PR python/18073
628 * gdb.python/py-type.c (C::a_method): New.
629 (C::a_const_method): New.
630 (C::a_static_method): New.
631 (a_function): New.
632 * gdb.python/py-type.exp (test_fields): Test getting fields
633 from function and method.
634
3f2f83dd
KB
6352015-10-21 Keven Boell <keven.boell@intel.com>
636
637 * gdb.fortran/vla-alloc-assoc.exp: New file.
638 * gdb.fortran/vla-datatypes.exp: New file.
639 * gdb.fortran/vla-datatypes.f90: New file.
640 * gdb.fortran/vla-history.exp: New file.
641 * gdb.fortran/vla-ptype-sub.exp: New file.
642 * gdb.fortran/vla-ptype.exp: New file.
643 * gdb.fortran/vla-sizeof.exp: New file.
644 * gdb.fortran/vla-sub.f90: New file.
645 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
646 * gdb.fortran/vla-value-sub-finish.exp: New file.
647 * gdb.fortran/vla-value-sub.exp: New file.
648 * gdb.fortran/vla-value.exp: New file.
649 * gdb.fortran/vla-ptr-info.exp: New file.
650 * gdb.mi/mi-vla-fortran.exp: New file.
651 * gdb.mi/vla.f90: New file.
652
27145d50
SL
6532015-10-21 Sandra Loosemore <sandra@codesourcery.com>
654
655 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
656 of hardwired timeout value.
657
5f3ff4f8
JK
6582015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
659 Pedro Alves <palves@redhat.com>
660
661 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
662 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
663
bfd09d20
JS
6642015-10-19 Josh Stone <jistone@redhat.com>
665
666 * gdb.base/catch-syscall.c: Include <sched.h>.
667 (unknown_syscall): New variable.
668 (main): Trigger a vfork and an unknown syscall.
669 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
670 (unknown_syscall_number): Likewise.
671 (check_call_to_syscall): Accept an optional syscall pattern.
672 (check_return_from_syscall): Likewise.
673 (check_continue): Likewise.
674 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
675 (test_catch_syscall_skipping_return): New test toggling off 'catch
676 syscall' to step over the syscall return, then toggling back on.
677 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
678 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
679 (do_syscall_tests): Call test_catch_syscall_without_args and
680 test_catch_syscall_mid_vfork.
681 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
682 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
683
b32b93c6
AS
6842015-10-19 Andrew Stubbs <ams@codesourcery.com>
685
686 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
687 print g_vE): Add new pass patterns.
688 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
689 print various symbol names for vptr fields.
690
9d622bda
AB
6912015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
692
693 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
694 results.
695
0fd8ac1c
YQ
6962015-10-12 Yao Qi <yao.qi@linaro.org>
697
698 * gdb.arch/disp-step-insn-reloc.exp: New test case.
699
34240514
YQ
7002015-10-12 Yao Qi <yao.qi@linaro.org>
701
702 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
703 is aarch64*-*-linux*.
704
8240f442
YQ
7052015-10-12 Yao Qi <yao.qi@linaro.org>
706
707 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
708 (can_relocate_bcond_true): ... it.
709 (can_relocate_bcond_false): New function.
710 (foo): Likewise.
711 (can_relocate_bl): Likewise.
712 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
713 can_relocate_bl.
714
2520f728
PMR
7152015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
716
717 * gdb.base/nested-addr.c: New file.
718 * gdb.base/nested-addr.exp: New testcase.
719
abcef95a
MM
7202015-10-09 Markus Metzger <markus.t.metzger@intel.com>
721
722 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
723 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
724 its output. Ignore the output of "record goto begin" and instead
725 check that GDB is replaying.
726
145e3ddb
PA
7272015-10-09 Pedro Alves <palves@redhat.com>
728
729 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
730 (top level): Use it in the run with no args test.
731
d5d8c4e1
IB
7322015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
733
734 * gdb.dlang/properties.exp: New file.
735
06e635ef
SL
7362015-10-02 Sandra Loosemore <sandra@codesourcery.com>
737
738 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
739 whether or not address 0x1000 is mapped on the target.
740
e019fd1d
SM
7412015-09-30 Simon Marchi <simon.marchi@ericsson.com>
742
743 * gdb.python/py-type.exp: Do not run tests if binaries fail to
744 build.
745
77ba2a67
MM
7462015-09-30 Markus Metzger <markus.t.metzger@intel.com>
747
748 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
749 instruction-history test.
750
c60eb31f
DE
7512015-09-28 Doug Evans <dje@google.com>
752
753 * gdb.base/gcore.c (array_func): Add reference to static_array.
754
9a3c8263
SM
7552015-09-25 Simon Marchi <simon.marchi@ericsson.com>
756
757 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
758 source line.
759
9720e656
SL
7602015-09-24 Sandra Loosemore <sandra@codesourcery.com>
761
762 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
763 short or char as base type.
764
938d3bf2
SL
7652015-09-23 Sandra Loosemore <sandra@codesourcery.com>
766
767 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
768 to allow any size enum.
769
e6c2c623
PMR
7702015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
771
772 * gdb.ada/array_ptr_renaming.exp: New testcase.
773 * gdb.ada/array_ptr_renaming/foo.adb: New file.
774 * gdb.ada/array_ptr_renaming/pack.ads: New file.
775
06da0f77
PL
7762015-09-21 Pierre Langlois <pierre.langlois@arm.com>
777
778 * gdb.trace/ftrace-lock.c: New file.
779 * gdb.trace/ftrace-lock.exp: New file.
780
4f51c22a
PL
7812015-09-21 Pierre Langlois <pierre.langlois@arm.com>
782
783 * gdb.arch/insn-reloc.c: New file.
784 * gdb.arch/ftrace-insn-reloc.exp: New file.
785
7041adf4
PL
7862015-09-21 Pierre Langlois <pierre.langlois@arm.com>
787
788 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
789 instruction.
790 * gdb.trace/pendshr1.c (pendfunc): Likewise.
791 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
792 * gdb.trace/range-stepping.c: Likewise.
793 * gdb.trace/trace-break.c: Likewise.
794 * gdb.trace/trace-mt.c (thread_function): Likewise.
795 * gdb.trace/ftrace.c (marker): Likewise.
796 * gdb.trace/trace-condition.c (marker): Likewise.
797 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
798 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
799 is_aarch64_target.
800
015d2e7e
DE
8012015-09-18 Doug Evans <xdje42@gmail.com>
802
803 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
804 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
805
26b188a2
SL
8062015-09-18 Sandra Loosemore <sandra@codesourcery.com>
807
808 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
809 the breakpoint.
810
79dc332b
SL
8112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
812
813 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
814 the pending breakpoint. Remove timeout override for "Run till
815 MI pending breakpoint on pendfunc3 on thread 2" test.
816
f57929f2
SL
8172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
818
819 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
820 filename pattern.
821
3f469b17
SL
8222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
823
824 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
825 in breakpoint filename pattern.
826
515b89b3
SL
8272015-09-18 Sandra Loosemore <sandra@codesourcery.com>
828
7800dbe4
SL
829 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
830
8312015-09-18 Sandra Loosemore <sandra@codesourcery.com>
832
515b89b3
SL
833 * gdb.linespec/explicit.exp: Check for readline support for
834 tab-completion tests. Fix obvious typo.
835
d2939ba2
MM
8362015-09-18 Markus Metzger <markus.t.metzger@intel.com>
837
838 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
839 and replay.
840
cbb55fa7
MM
8412015-09-18 Markus Metzger <markus.t.metzger@intel.com>
842
843 * gdb.btrace/non-stop.c: New.
844 * gdb.btrace/non-stop.exp: New.
845
43691ca1
PL
8462015-09-17 Pierre Langlois <pierre.langlois@arm.com>
847 Yao Qi <yao.qi@linaro.org>
848
849 * gdb.trace/trace-condition.c: New file.
850 * gdb.trace/trace-condition.exp: New file.
851
d78908cf
WW
8522015-09-16 Wei-cheng Wang <cole945@gmail.com>
853
854 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
855 for testing bytecode compilation.
856
1ed415e2
PA
8572015-09-16 Pedro Alves <palves@redhat.com>
858 Sandra Loosemore <sandra@codesourcery.com>
859
860 * gdb.threads/non-stop-fair-events.c (timeout): New global.
861 (SECONDS): Redefine.
862 (main): Call pthread_kill and alarm early.
863 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
864 support.
865 (test): If the target can't hardware step and doesn't support
866 displaced stepping, increase the timeout.
867
d136eff5
PA
8682015-09-16 Pedro Alves <palves@redhat.com>
869
870 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
871 (enable_debug): New procedures.
872 (test): Use them. Bail out if waiting for threads fails.
873 (top level): Bail out if a test fails.
874
991f019c
YQ
8752015-09-16 Yao Qi <yao.qi@linaro.org>
876
877 * gdb.asm/asm-source.exp: Set asm-arch for
878 aarch64*-*-* target.
879 * gdb.asm/aarch64.inc: New file.
880
bfca584f
PMR
8812015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
882
883 * gdb.ada/array_of_variable_length.exp: New testcase.
884 * gdb.ada/array_of_variable_length/foo.adb: New file.
885 * gdb.ada/array_of_variable_length/pck.adb: New file.
886 * gdb.ada/array_of_variable_length/pck.ads: New file.
887
b326e587
DE
8882015-09-15 Doug Evans <dje@google.com>
889
890 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
891 of function static local variable.
892
5382cfab
PW
8932015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
894
895 * gdb.threads/tls-so_extern.exp: New test file.
896 * gdb.threads/tls-so_extern.c: New test file.
897 * gdb.threads/tls-so_extern_main.c: New test file.
898
141c5cc4
JK
8992015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
900
901 * gdb.opt/solib-intra-step-lib.c: New file.
902 * gdb.opt/solib-intra-step-main.c: New file.
903 * gdb.opt/solib-intra-step.exp: New file.
904
d15dcecd
PA
9052015-09-15 Pedro Alves <palves@redhat.com>
906
907 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
908 gdb_continue_to_breakpoint instead of gdb_test_multiple.
909
4c2f2a79
PA
9102015-09-14 Pedro Alves <palves@redhat.com>
911
912 * gdb.base/hook-stop-continue.c: Delete.
913 * gdb.base/hook-stop-continue.exp: Delete.
914 * gdb.base/hook-stop-frame.c: Delete.
915 * gdb.base/hook-stop-frame.exp: Delete.
916 * gdb.base/hook-stop.c: New file.
917 * gdb.base/hook-stop.exp: New file.
918
919e6dbe
PMR
9192015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
920
921 * gdb.ada/access_to_packed_array.exp: New testcase.
922 * gdb.ada/access_to_packed_array/foo.adb: New file.
923 * gdb.ada/access_to_packed_array/pack.adb: New file.
924 * gdb.ada/access_to_packed_array/pack.ads: New file.
925
157280a4
MM
9262015-09-14 Markus Metzger <markus.t.metzger@intel.com>
927
928 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
929 buffer size test.
930
2fd33e94
DB
9312015-09-11 Don Breazeal <donb@codesourcery.com>
932
933 * gdb.base/foll-exec.c: Add copyright header. Fix
934 formatting issues.
935 * gdb.base/foll-exec.exp (zap_session): Delete proc.
936 (do_exec_tests): Use clean_restart in place of zap_session,
937 and for test initialization. Fix formatting issues. Use
938 fail in place of perror.
939 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
940 an expect statement to match an expression with output from
941 the program under debug.
942 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
943 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
944 * gdb.threads/non-ldr-exc-2.exp: Likewise.
945 * gdb.threads/non-ldr-exc-3.exp: Likewise.
946 * gdb.threads/non-ldr-exc-4.exp: Likewise.
947
e70b6e8e
DE
9482015-09-09 Doug Evans <dje@google.com>
949
950 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
951
7a551a51
DE
9522015-09-09 Doug Evans <dje@google.com>
953
954 * gdb.base/pie-execl.exp: Fix result test of build_executable.
955
4c666f84
DE
9562015-09-09 Doug Evans <dje@google.com>
957
958 * gdb.base/savedregs.exp: Fix typo.
959
243a9253
PA
9602015-09-09 Pedro Alves <palves@redhat.com>
961
962 * gdb.mi/mi-cli.exp: Add CLI finish tests.
963
c0fa8fbd
SL
9642015-09-08 Sandra Loosemore <sandra@codesourcery.com>
965
966 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
967 command actually switches threads. Give up on remaining
968 tests if target fails to stop at breakpoint.
969
cd7c1778
PMR
9702015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
971
972 * gdb.ada/funcall_char.exp: New testcase.
973 * gdb.ada/funcall_char/foo.adb: New file.
974
dc5c8746
PMR
9752015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
976
977 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
978 expected outputs. Add two testcases for completing ambiguous
979 functions.
980 * gdb.ada/complete/aux_pck.adb: New file.
981 * gdb.ada/complete/aux_pck.ads: New file.
982 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
983 Ambiguous_Func functions.
984 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
985 * gdb.ada/complete/pck.adb: Likewise.
986
4e83a1e7
UW
9872015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
988
989 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
990 failures to run the test program under GDB.
991
8ce74153
LM
9922015-08-26 Luis Machado <lgustavo@codesourcery.com>
993
994 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
995 to C.
996
e9756d52
PP
9972015-08-26 Patrick Palka <patrick@parcs.ath.cx>
998
999 * gdb.base/run-after-attach.exp: New test file.
1000 * gdb.base/run-after-attach.c: New test file.
1001
8d37573b
DB
10022015-08-26 Don Breazeal <donb@codesourcery.com>
1003
1004 * gdb.base/foll-exec-2.c: New test program.
1005 * gdb.base/foll-exec-2.exp: New test.
1006
63e43d3a
PMR
10072015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1008
1009 * gdb.base/nested-subp1.exp: New file.
1010 * gdb.base/nested-subp1.c: New file.
1011 * gdb.base/nested-subp2.exp: New file.
1012 * gdb.base/nested-subp2.c: New file.
1013 * gdb.base/nested-subp3.exp: New file.
1014 * gdb.base/nested-subp3.c: New file.
1015
3d40fbb5
PA
10162015-08-24 Pedro Alves <palves@redhat.com>
1017
1018 * gdb.server/connect-without-multi-process.c: New file.
1019 * gdb.server/connect-without-multi-process.exp: New file.
1020
4422ac93
LM
10212015-08-24 Luis Machado <lgustavo@codesourcery.com>
1022
1023 * gdb.opt/inline-markers.c: Make z int.
1024
91dddb86
LM
10252015-08-24 Luis Machado <lgustavo@codesourcery.com>
1026
1027 * gdb.opt/inline-markers.c: Make z volatile.
1028
a48847ee
LM
10292015-08-24 Luis Machado <lgustavo@codesourcery.com>
1030
1031 * gdb.opt/inline-bt.c: New volatile global z.
1032 * gdb.opt/inline-cmds.c: Likewise.
1033 * gdb.opt/inline-locals.c: Likewise.
1034 * gdb.opt/inline-markers.c: New extern global z.
1035 (marker): Use z.
1036 (inline_fn): Likewise.
1037
0ebbc52b
PA
10382015-08-24 Pedro Alves <palves@redhat.com>
1039
1040 * config/m32r-stub.exp: Remove file.
1041 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
1042 * gdb.base/call-rt-st.exp: Likewise.
1043 * gdb.base/call-strs.exp: Likewise.
1044 * gdb.base/default.exp: Remove references to h8300-*-hms and
1045 *-*-udi*.
1046 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
1047
77c365df
AA
10482015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1049
1050 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
1051 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
1052 and "return" use KFAIL when GDB can not read/write the vector
1053 return value.
1054
4313b8c0
GB
10552015-08-21 Gary Benson <gbenson@redhat.com>
1056
1057 * gdb.trace/pending.exp: Cope with remote transfer warnings.
1058
0e433b32
PA
10592015-08-20 Pedro Alves <palves@redhat.com>
1060
1061 * gdb.server/solib-list.exp: No longer expect an interior stop in
1062 non-stop mode.
1063
221e1a37
PA
10642015-08-20 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.server/connect-stopped-target.c: New file.
1067 * gdb.server/connect-stopped-target.exp: New file.
1068
40e3ad0e
PA
10692015-08-20 Pedro Alves <palves@redhat.com>
1070
1071 * gdb.dwarf2/comp-unit-lang.exp: New file.
1072 * gdb.dwarf2/comp-unit-lang.c: New file.
1073
af39b327
PMR
10742015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1075
1076 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
1077 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
1078
7d45c7c3 10792015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 1080
7d45c7c3
KB
1081 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
1082 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
1083
4d6cceb4
DE
10842015-08-18 Doug Evans <dje@google.com>
1085 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1086
1087 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
1088 skip_python_tests. New arg prompt_regexp.
1089 (skip_python_tests): New function.
1090 * lib/mi-support.exp (mi_skip_python_tests): New function.
1091 * gdb.python/py-mi-objfile-gdb.py: New file.
1092 * gdb.python/py-mi-objfile.c: New file.
1093 * gdb.python/py-mi-objfile.exp: New file.
1094
ad89c2aa
KS
10952015-08-17 Keith Seitz <keiths@redhat.com>
1096
1097 * gdb.linespec/explicit.exp: Move strace test from here ...
1098 * gdb.trace/strace.exp: ... to here.
1099
e3ae3c43
PP
11002015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1101
1102 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
1103 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
1104
604b2636
DE
11052015-08-14 Doug Evans <xdje42@gmail.com>
1106
1107 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
1108 inferior before selecting a new file.
1109
6ff0ba5f
DE
11102015-08-14 Doug Evans <xdje42@gmail.com>
1111
1112 * gdb.mi/mi-disassemble.exp: Update.
1113 * gdb.base/disasm-optim.S: New file.
1114 * gdb.base/disasm-optim.c: New file.
1115 * gdb.base/disasm-optim.h: New file.
1116 * gdb.base/disasm-optim.exp: New file.
1117
9ca98f92
KS
11182015-08-14 Keith Seitz <keiths@redhat.com>
1119
1120 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
1121 "evaluated-by".
1122
52bbc560
JB
11232015-08-13 Joel Brobecker <brobecker@adacore.com>
1124
1125 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
1126
5d8c3ed3
PMR
11272015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1128
1129 * gdb.ada/fun_renaming.exp: New testcase.
1130 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
1131 * gdb.ada/fun_renaming/pack.adb: New file.
1132 * gdb.ada/fun_renaming/pack.ads: New file.
1133
ea8812bc
KS
11342015-08-12 Keith Seitz <keiths@redhat.com>
1135
1136 * gdb.base/dso2dso.exp: Pass basename of source file in call to
1137 gdb_get_line_number.
1138
4dafcdeb
JB
11392015-08-12 Joel Brobecker <brobecker@adacore.com>
1140
1141 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
1142 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
1143 gdb.base/dso2dso.exp: New files.
1144
5ba32597
SDJ
11452015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
1146 Pedro Alves <palves@redhat.com>
1147 Keith Seitz <keiths@redhat.com>
1148
1149 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
1150 GDBFLAGS.
1151
b6dafabf
PP
11522015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1153
1154 * gdb.base/gdbhistsize-history.exp
1155 (test_histsize_history_setting): Use save_vars.
1156 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1157 Use save_vars.
1158 (test_no_truncation_of_unlimited_history_file): Use save_vars.
1159 * gdb.base/readline.exp: Use save_vars.
1160
abe8e607
PP
11612015-08-12 Patrick Palka <patrick@parcs.ath.cx>
1162
1163 * lib/gdb.exp (save_vars): New proc.
1164
629500fa
KS
11652015-08-11 Keith Seitz <keiths@redhat.com>
1166
1167 * gdb.base/help.exp: Update help_breakpoint_text.
1168
eb8c4e2e
KS
11692015-08-11 Keith Seitz <keiths@redhat.com>
1170
1171 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
1172 (at toplevel): Call test_explicit_breakpoints.
1173 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
1174 breakpoints.
1175 * lib/mi-support.exp (mi_make_breakpoint): Add support for
1176 breakpoint conditions, "-cond".
1177
87f0e720
KS
11782015-08-11 Keith Seitz <keiths@redhat.com>
1179
1180 * gdb.linespec/3explicit.c: New file.
1181 * gdb.linespec/cpexplicit.cc: New file.
1182 * gdb.linespec/cpexplicit.exp: New file.
1183 * gdb.linespec/explicit.c: New file.
1184 * gdb.linespec/explicit.exp: New file.
1185 * gdb.linespec/explicit2.c: New file.
1186 * gdb.linespec/ls-errs.exp: Add explicit location tests.
1187 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
1188 before using in the matching pattern.
1189 Clarify that `prefix' is a regular expression.
1190
f00aae0f
KS
11912015-08-11 Keith Seitz <keiths@redhat.com>
1192
1193 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
1194 test.
1195 Add tests for missing ",FMT" and ",".
1196
e27852be
DE
11972015-08-10 Doug Evans <dje@google.com>
1198 Keith Seitz <keiths@redhat.com>
1199
1200 PR gdb/17960
1201 * gdb.base/completion.exp: Add location completer tests.
1202
7f03bd92
PA
12032015-08-07 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
1206 tests here.
1207 (top level): Run do_test with and without displaced stepping.
1208
3fc8eb30
PA
12092015-08-07 Pedro Alves <palves@redhat.com>
1210
1211 * gdb.base/valgrind-disp-step.c: New file.
1212 * gdb.base/valgrind-disp-step.exp: New file.
1213
d4569d7b
PA
12142015-08-07 Pedro Alves <palves@redhat.com>
1215
1216 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
1217 Delete function.
1218 (main): Add alarm. Run an infinite loop instead of calling
1219 wait_threads.
1220 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
1221 comment.
1222 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
1223 Delete function.
1224 (main): Add alarm. Run an infinite loop instead of calling
1225 wait_threads.
1226 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
1227 comment.
1228
e1316e60
PA
12292015-08-07 Pedro Alves <palves@redhat.com>
1230
1231 * gdb.base/checkpoint-ns.exp: New file.
1232 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
1233 standard_testfile.
1234
da8c46d2
MM
12352015-08-07 Markus Metzger <markus.t.metzger@intel.com>
1236
1237 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
1238 * gdb.btrace/instruction_history.exp: Update.
1239 * gdb.btrace/tsx.exp: New.
1240 * gdb.btrace/tsx.c: New.
1241
de1c2c52
PA
12422015-08-06 Pedro Alves <palves@redhat.com>
1243
1244 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
1245 increase timeout.
1246 * gdb.reverse/until-precsave.exp: Bump timeouts.
1247
782e0bf4
PA
12482015-08-06 Pedro Alves <palves@redhat.com>
1249
1250 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
1251
83e97ed0
PA
12522015-08-06 Pedro Alves <palves@redhat.com>
1253
1254 PR gdb/18749
1255 * gdb.threads/process-dies-while-handling-bp.c: New file.
1256 * gdb.threads/process-dies-while-handling-bp.exp: New file.
1257
863d01bd
PA
12582015-08-06 Pedro Alves <palves@redhat.com>
1259
1260 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
1261 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
1262
0a39bb32
PA
12632015-08-05 Pedro Alves <palves@redhat.com>
1264
1265 * gdb.threads/next-while-other-thread-longjmps.c: New file.
1266 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
1267
ee2d2b10
SL
12682015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1269
1270 * gdb.base/bp-permanent.exp: Report test as unsupported if
1271 the target cannot stop at the permanent breakpoint.
1272
4e1bdb00
DE
12732015-08-03 Doug Evans <dje@google.com>
1274
1275 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
1276 10000.
1277
3d338901
DE
12782015-08-03 Doug Evans <dje@google.com>
1279
1280 * Makefile.in (workers/%.worker, build-perf): New rule.
1281 (GDB_PERFTEST_MODE): New variable.
1282 (check-perf): Use it.
1283 (clean): Clean up gdb.perf parallel build subdirs.
1284 * lib/build-piece.exp: New file.
1285 * lib/gdb.exp (make_gdb_parallel_path): New function
1286 (standard_output_file, standard_temp_file): Call it.
1287 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1288 of $GDB_PARALLEL.
1289 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
1290
af061d3e
DE
12912015-08-03 Doug Evans <dje@google.com>
1292
8e1afc81 1293 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
1294 (LOG_FILE_NAME): New global.
1295 (TextReporter.__init__): Initialize self.txt_sum.
1296 (TextReporter.report): Add support for multiple data-points.
1297 Move report to perftest.sum, put raw data in perftest.log.
1298 (TextReporter.start): Open sum and log files.
1299 (TextReporter.end): Close sum and log files.
8e1afc81
DE
1300 * gdb.perf/lib/perftest/testresult.py
1301 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 1302
2c8c5d37
PA
13032015-07-31 Pedro Alves <palves@redhat.com>
1304
1305 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
1306 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1307 kill_wait_spawned_process instead of explicit "kill -9".
1308 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
1309 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1310 kill_wait_spawned_process.
1311 * gdb.base/attach-twice.exp: Likewise.
1312 * gdb.base/attach.exp: Likewise.
1313 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
1314 gdb_test_multiple.
1315 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
1316 returning a spawn id instead of a pid. Use spawn_id_get_pid and
1317 kill_wait_spawned_process.
1318 * gdb.base/valgrind-infcall.exp: Likewise.
1319 * gdb.multi/multi-attach.exp: Likewise.
1320 * gdb.python/py-prompt.exp: Likewise.
1321 * gdb.python/py-sync-interp.exp: Likewise.
1322 * gdb.server/ext-attach.exp: Likewise.
1323 * gdb.threads/attach-into-signal.exp (corefunc): Use
1324 spawn_wait_for_attach, spawn_id_get_pid and
1325 kill_wait_spawned_process.
1326 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
1327 spawn_wait_for_attach returning a spawn id instead of a pid. Use
1328 spawn_id_get_pid and kill_wait_spawned_process.
1329 * gdb.threads/attach-stopped.exp (corefunc): Use
1330 spawn_wait_for_attach, spawn_id_get_pid and
1331 kill_wait_spawned_process.
1332 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
1333 Use spawn_id_get_pid. Wait for spawn id after eof. Use
1334 kill_wait_spawned_process instead of explicit "kill -9".
1335 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
1336 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
1337 (spawn_wait_for_attach): Use spawn instead of exec to spawn
1338 processes. Don't map cygwin/windows pids here. Now returns a
1339 spawn id list.
1340
032a0fca
SL
13412015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1342
1343 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
1344 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
1345 correct patch.
1346
61a934ca
SL
13472015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1348
1349 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
1350
4bc4d428
SL
13512015-07-30 Sandra Loosemore <sandra@codesourcery.com>
1352
1353 Reapply:
1354 2014-05-21 Mark Wielaard <mjw@redhat.com>
1355
1356 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1357
998d452a
PA
13582015-07-30 Pedro Alves <palves@redhat.com>
1359
1360 * linux-low.c (handle_extended_wait): Set the child's last
1361 reported status to TARGET_WAITKIND_STOPPED.
1362
69dde7dc
PA
13632015-07-30 Pedro Alves <palves@redhat.com>
1364
1365 PR threads/18600
1366 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
1367 only shows inferior 1.
1368
4dd63d48
PA
13692015-07-30 Simon Marchi <simon.marchi@ericsson.com>
1370 Pedro Alves <palves@redhat.com>
1371
1372 PR threads/18600
1373 * gdb.threads/fork-plus-threads.c: New file.
1374 * gdb.threads/fork-plus-threads.exp: New file.
1375
d618e4c5
PP
13762015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1377
1378 * gdb.base/batch-preserve-term-settings.exp
1379 (test_terminal_settings_preserved_after_cli_exit): Use
1380 send_quit_command.
1381
1eef6428
PA
13822015-07-29 Pedro Alves <palves@redhat.com>
1383 Don Breazeal <donb@codesourcery.com>
1384
1385 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
1386 output from both inferior_spawn_id and gdb_spawn_id.
1387
7da5b897
SDJ
13882015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1389
1390 * gdb.threads/attach-into-signal.exp (corefunc): Use
1391 with_test_prefix on nested loops, uniquefying the test messages.
1392
dac804df
SDJ
13932015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
1394
1395 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
1396 commit.
1397
06265e53
PP
13982015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1399
1400 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
1401 New proc.
1402 (test_terminal_settings_preserved_after_sigterm): New test.
1403
18206ca3
PP
14042015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1405
1406 * gdb.base/batch-preserve-term-settings.exp
1407 (test_terminal_settings_preserved_after_cli_exit): New test.
1408
90074d11
PP
14092015-07-29 Patrick Palka <patrick@parcs.ath.cx>
1410
1411 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
1412 manipulation of saved_gdbflags.
1413 (test_terminal_settings_preserved): Remove global declaration of
1414 the unused variable pagination_prompt. Remove manipulation of
1415 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
1416 GDBFLAGS.
1417
eb1a7902
PA
14182015-07-29 Pedro Alves <palves@redhat.com>
1419
1420 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
1421
8b75dd3b
PA
14222015-07-29 Pedro Alves <palves@redhat.com>
1423
1424 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
1425 at the top.
1426
dedad4e3
PA
14272015-07-29 Pedro Alves <palves@redhat.com>
1428
1429 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
1430 (main): Call gdb_unbuffer_output.
1431 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
1432 (main): Call gdb_unbuffer_output.
1433 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
1434 (main): Call gdb_unbuffer_output.
1435 * gdb.base/call-strs.exp: Adjust to step over the
1436 gdb_unbuffer_output call.
1437 * gdb.base/catch-gdb-caused-signals.c: Include
1438 "../lib/unbuffer_output.c".
1439 (main): Call gdb_unbuffer_output.
1440 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
1441 (main): Call gdb_unbuffer_output.
1442 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
1443 (main): Call gdb_unbuffer_output.
1444 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
1445 (main): Call gdb_unbuffer_output.
1446 * gdb.base/shlib-call.exp: Adjust to step over the
1447 gdb_unbuffer_output call.
1448 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
1449 (main): Call gdb_unbuffer_output.
1450 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
1451 (main): Call gdb_unbuffer_output.
1452 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
1453 (main): Rename to ...
1454 (test): ... this.
1455 (main): Reimplement.
1456 * gdb.base/varargs.exp: Run to test instead of to main.
1457 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1458 (main): Call gdb_unbuffer_output.
1459
58789a91
PA
14602015-07-29 Pedro Alves <palves@redhat.com>
1461
1462 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
1463 factore out from mi_continue_dprintf. For call-style dprintfs,
1464 expect dprintf output out of $inferior_spawn_id.
1465 (mi_continue_dprintf): Use mi_expect_dprintf.
1466 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1467 (main): Call gdb_unbuffer_output.
1468
e8376742
PA
14692015-07-29 Pedro Alves <palves@redhat.com>
1470
1471 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
1472 (default_mi_gdb_start): Set inferior_spawn_id instead of
1473 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
1474 gdb_spawn_id.
1475 (mi_gdb_test): Always expect inferior output from both
1476 $inferior_spawn_id and $gdb_spawn_id.
1477
08280010
PA
14782015-07-29 Pedro Alves <palves@redhat.com>
1479
1480 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
1481 send_inferior and $inferior_spawn_id.
1482
4d30e432
PA
14832015-07-29 Pedro Alves <palves@redhat.com>
1484
1485 * gdb.gdb/complaints.exp (test_initial_complaints)
1486 (test_serial_complaints, test_short_complaints): Use
1487 gdb_test_stdio.
1488 (test_empty_complaint): Handle $inferior_spawn_id !=
1489 $gdb_spawn_id.
1490
0d30a335
PA
14912015-07-29 Pedro Alves <palves@redhat.com>
1492
1493 * gdb.base/varargs.exp: Use gdb_test_stdio.
1494
39413b29
PA
14952015-07-29 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
1498
7cb000a9
PA
14992015-07-29 Pedro Alves <palves@redhat.com>
1500
1501 * gdb.base/ending-run.exp: Use gdb_test_stdio.
1502
d7b8ac82
PA
15032015-07-29 Pedro Alves <palves@redhat.com>
1504
1505 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
1506 parameter into two new parameters, "inf_result" and "gdb_result".
1507 Expect inferior output and gdb output from $inferior_spawn_id and
1508 $gdb_spawn_id, respectively. Adjust all callers.
1509
789c3a0c
PA
15102015-07-29 Pedro Alves <palves@redhat.com>
1511
1512 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
1513 of gdb_test_sequence.
1514
77e760c3
PA
15152015-07-29 Pedro Alves <palves@redhat.com>
1516
1517 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
1518 (saw_spurious_output): Expect inferior output from
1519 $inferior_spawn_id. Use gdb_test_stdio.
1520
8396d2cd
PA
15212015-07-29 Pedro Alves <palves@redhat.com>
1522
1523 * gdb.base/dprintf.exp: Use standard_testfile. Change
1524 prepare_for_testing call.
1525 (srcfile): Don't set.
1526 (restart): New procedure.
1527 (test_dprintf): New procecure, use to continue over dprintfs.
1528 (test_call, test_agent): New procedures, tests moved here.
1529 Restart gdb and recreate dprintfs. Adjust expected output.
1530
2051d61f
PA
15312015-07-29 Pedro Alves <palves@redhat.com>
1532
1533 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
1534
452397af
PA
15352015-07-29 Pedro Alves <palves@redhat.com>
1536
1537 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
1538
8aed9555
PA
15392015-07-29 Pedro Alves <palves@redhat.com>
1540
1541 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
1542 gdb_test_stdio.
1543
188a61b4
PA
15442015-07-29 Pedro Alves <palves@redhat.com>
1545
1546 * lib/gdb.exp (gdb_test_stdio): New procedure.
1547
12264a45
PA
15482015-07-29 Pedro Alves <palves@redhat.com>
1549
1550 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
1551
23ffc893
PA
15522015-07-29 Pedro Alves <palves@redhat.com>
1553
1554 * gdb.base/call-signal-resume.exp: Remove check for
1555 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
1556 * gdb.base/unwindonsignal.exp: Likewise.
1557 * gdb.base/call-signals.c (gen_signal): Remove printf call.
1558 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
1559
65566918
PA
15602015-07-29 Pedro Alves <palves@redhat.com>
1561
1562 * gdb.base/siginfo-addr.c (pass): New function.
1563 (handler): Call it iff si_addr is correct.
1564 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
1565 Set a breakpoint at "pass" and continue to it.
1566
d60a9221
SDJ
15672015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
1568
1569 * gdb.python/py-objfile.exp: Make some tests have unique names.
1570 * gdb.python/py-pp-registration.exp: Likewise.
1571
bde40b8f
PA
15722015-07-28 Pedro Alves <palves@redhat.com>
1573
1574 * gdb.server/server-exec-info.exp: Issue a "disconnect".
1575
13e1dec8
SM
15762015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1577
1578 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
1579
da33c9a7
SM
15802015-07-27 Simon Marchi <simon.marchi@ericsson.com>
1581
1582 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
1583
077836f7
PP
15842015-07-27 Patrick Palka <patrick@parcs.ath.cx>
1585
1586 * gdb.base/gdb-sigterm-2.exp: New test.
1587
b8cc7b2e
DE
15882015-07-25 Doug Evans <xdje42@gmail.com>
1589
1590 Revert:
1591 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1592 (workers/%.worker, build-perf): New rule.
1593 (GDB_PERFTEST_MODE): New variable.
1594 (check-perf): Use it.
1595 (clean): Clean up gdb.perf parallel build subdirs.
1596 * lib/build-piece.exp: New file.
1597 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1598 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1599 name.
1600 (standard_temp_file): Ditto.
1601 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1602 of $GDB_PARALLEL.
1603
c8bd4544
DE
16042015-07-24 Doug Evans <dje@google.com>
1605
1606 * gdb.perf/lib/perftest/utils.py: New file.
1607 * gdb.perf/gm-hello.cc: New file.
1608 * gdb.perf/gm-pervasive-typedef.cc: New file.
1609 * gdb.perf/gm-pervasive-typedef.h: New file.
1610 * gdb.perf/gm-std.cc: New file.
1611 * gdb.perf/gm-std.h: New file.
1612 * gdb.perf/gm-use-cerr.cc: New file.
1613 * gdb.perf/gm-utils.h: New file.
1614 * gdb.perf/gmonster-null-lookup.py: New file.
1615 * gdb.perf/gmonster-pervasive-typedef.py: New file.
1616 * gdb.perf/gmonster-print-cerr.py: New file.
1617 * gdb.perf/gmonster-ptype-string.py: New file.
1618 * gdb.perf/gmonster-runto-main.py: New file.
1619 * gdb.perf/gmonster-select-file.py: New file.
1620 * gdb.perf/gmonster1-null-lookup.exp: New file.
1621 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
1622 * gdb.perf/gmonster1-print-cerr.exp: New file.
1623 * gdb.perf/gmonster1-ptype-string.exp: New file.
1624 * gdb.perf/gmonster1-runto-main.exp: New file.
1625 * gdb.perf/gmonster1-select-file.exp: New file.
1626 * gdb.perf/gmonster1.cc: New file.
1627 * gdb.perf/gmonster1.exp: New file.
1628 * gdb.perf/gmonster2-null-lookup.exp: New file.
1629 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
1630 * gdb.perf/gmonster2-print-cerr.exp: New file.
1631 * gdb.perf/gmonster2-ptype-string.exp: New file.
1632 * gdb.perf/gmonster2-runto-main.exp: New file.
1633 * gdb.perf/gmonster2-select-file.exp: New file.
1634 * gdb.perf/gmonster2.cc: New file.
1635 * gdb.perf/gmonster2.exp: New file.
1636
6eab34f3
DE
16372015-07-24 Doug Evans <dje@google.com>
1638
1639 * gdb.perf/README: New file.
1640 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
1641 * lib/gen-perf-test.exp: New file.
1642
63738bfd
DE
16432015-07-24 Doug Evans <dje@google.com>
1644
1645 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
1646 (PerfTest::startup): New function.
1647 (PerfTest::run): Return result of calling body.
1648 (PerfTest::assemble): Rewrite.
1649 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
1650 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
1651 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
1652 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
1653 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
1654
7b606f95
DE
16552015-07-24 Doug Evans <dje@google.com>
1656
1657 * lib/gdb.exp (clean_restart): Make executable optional.
1658
a97b16b8
DE
16592015-07-24 Doug Evans <dje@google.com>
1660
1661 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
1662 compiler_info references.
1663 * gdb.cp/temargs.exp: Ditto.
1664 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
1665 (get_compiler_info): Early exit if already computed. Set compiler_info
1666 to "unknown" if there was a problem.
1667 (test_compiler_info): Add function comment. Call get_compiler_info.
1668
35baa57f
DE
16692015-07-24 Doug Evans <dje@google.com>
1670
1671 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1672 (workers/%.worker, build-perf): New rule.
1673 (GDB_PERFTEST_MODE): New variable.
1674 (check-perf): Use it.
1675 (clean): Clean up gdb.perf parallel build subdirs.
1676 * lib/build-piece.exp: New file.
1677 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1678 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1679 name.
1680 (standard_temp_file): Ditto.
1681 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1682 of $GDB_PARALLEL.
1683
6ebea266
DE
16842015-07-24 Doug Evans <dje@google.com>
1685
1686 * lib/future.exp (gdb_default_target_compile): New option
1687 "early_flags".
1688 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
1689 --as-needed.
1690
1e76a7e9
SDJ
16912015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
1692
1693 * gdb.base/catch-syscall.exp: Call gdb_exit before
1694 gdb_skip_xml_test.
1695
5068630a
PA
16962015-07-24 Pedro Alves <palves@redhat.com>
1697
1698 * gdb.python/py-events.exp: Accept output between the stop event
1699 and the prompt.
1700 * gdb.python/py-evsignal.exp: Likewise.
1701 * gdb.python/py-evthreads.exp: Likewise.
1702
77598427
PA
17032015-07-24 Pedro Alves <palves@redhat.com>
1704
1705 PR gdb/18717
1706 * gdb.threads/non-ldr-exit.c: New file.
1707 * gdb.threads/non-ldr-exit.exp: New file.
1708
11e6c98f
YQ
17092015-07-24 Yao Qi <yao.qi@linaro.org>
1710
1711 * gdb.server/ext-wrapper.exp: Test --wrapper option when
1712 restarting process.
1713
51aee833
YQ
17142015-07-24 Yao Qi <yao.qi@linaro.org>
1715
1716 * gdb.server/ext-restart.exp: New file.
1717
8cfe207c
YQ
17182015-07-24 Yao Qi <yao.qi@linaro.org>
1719
1720 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
1721 argument options.
1722 * gdb.server/ext-wrapper.exp: New file.
1723
cc12ce38
DE
17242015-07-23 Doug Evans <dje@google.com>
1725
1726 * gdb.dwarf2/dw2-dummy-cu.S: New file.
1727 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
1728
d0d84780
PMR
17292015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
1730
1731 * gdb.ada/var_arr_typedef.exp: New testcase.
1732 * gdb.ada/var_arr_typedef/pack.adb: New file.
1733 * gdb.ada/var_arr_typedef/pack.ads: New file.
1734 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
1735
8b558f79
JB
17362015-07-20 Joel Brobecker <brobecker@adacore.com>
1737
1738 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
1739
775a3298
JK
17402015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1741
1742 * gdb.arch/i386-biarch-core.exp: Replace istarget
1743 by "complete set gnutarget". Remove expectation for the "core-file"
1744 command.
1745
db1ff28b
JK
17462015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1747
1748 Revert the previous commit:
1749 Tests for validate symbol file using build-id.
1750
0a94970d
JK
17512015-07-15 Aleksandar Ristovski <aristovski@qnx.com
1752
1753 Tests for validate symbol file using build-id.
1754 * gdb.base/solib-mismatch-lib.c: New file.
1755 * gdb.base/solib-mismatch-libmod.c: New file.
1756 * gdb.base/solib-mismatch.c: New file.
1757 * gdb.base/solib-mismatch.exp: New file.
1758
03346981
SL
17592015-07-15 Sandra Loosemore <sandra@codesourcery.com>
1760
1761 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
1762 nios2-*-linux*.
1763 * gdb.base/sigbpt.exp (stepi_out): Likewise.
1764 * gdb.base/siginfo.exp: Likewise.
1765 * gdb.base/sigstep.exp (advance, advancei): Likewise.
1766
42422cc7
PL
17672015-07-15 Pierre Langlois <pierre.langlois@arm.com>
1768
1769 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
1770 Move it to ...
1771 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
1772 ... here.
1773 * gdb.trace/range-stepping.exp: Check that the target supports
1774 range stepping.
1775
cfa68bae
JK
17762015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1777
1778 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
1779
8ffdba26
PA
17802015-07-14 Pedro Alves <palves@redhat.com>
1781
1782 * gdb.base/killed-outside.exp: New file.
1783 * gdb.base/killed-outside.c: New file.
1784
218a5a11
JK
17852015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1786
1787 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
1788 (n at main): New.
1789 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
1790
e03ed3c6
AA
17912015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1792
1793 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
1794 infcall tests instead of setting up for KFAIL.
1795
485668e5
MM
17962015-07-10 Markus Metzger <markus.t.metzger@intel.com>
1797
1798 * gdb.btrace/record_goto-step.exp: New.
1799
08464196
JK
18002015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1801
1802 PR compile/18484
1803 * gdb.compile/compile.c (struct struct_type): Add volatile to
1804 selffield's type.
1805 * gdb.compile/compile.exp
1806 (compile code struct_object.selffield = &struct_object): Skip further
1807 struct_object tests if this one xfails.
1808
bcf5c1d9
RC
18092015-07-08 Robert O'Callahan <robert@ocallahan.org>
1810
1811 PR exp/18617
1812 * gdb.trace/ax.exp: Add test.
1813
4931af25
YQ
18142015-07-07 Yao Qi <yao.qi@linaro.org>
1815
1816 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
1817 instead of istarget "aarch64*-*-*".
1818 * gdb.arch/aarch64-fp.exp: Likewise.
1819 * gdb.base/float.exp: Likewise.
1820 * gdb.reverse/aarch64.exp: Likewise.
1821 * lib/gdb.exp (is_aarch64_target): New proc.
1822
9fcf688e
YQ
18232015-07-07 Yao Qi <yao.qi@linaro.org>
1824
1825 * lib/gdb.exp (is_aarch32_target): New proc.
1826 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
1827 instead of "istarget "arm*-*-*"".
1828 * gdb.arch/arm-disp-step.exp: Likewise.
1829 * gdb.arch/thumb-bx-pc.exp: Likewise.
1830 * gdb.arch/thumb-prologue.exp: Likewise.
1831 * gdb.arch/thumb-singlestep.exp: Likewise.
1832 * gdb.base/disp-step-syscall.exp: Likewise.
1833 * gdb.base/float.exp: Likewise.
1834
fbd8d50d
YQ
18352015-07-07 Yao Qi <yao.qi@linaro.org>
1836
1837 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
1838 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
1839
71be1fdc
YQ
18402015-07-07 Yao Qi <yao.qi@linaro.org>
1841
1842 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
1843 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
1844 if it exists.
1845 * gdb.multi/multi-arch.exp: Likewise.
1846
3e221d36
SM
18472015-07-07 Simon Marchi <simon.marchi@ericsson.com>
1848
1849 * gdb.python/py-lazy-string.exp: Add missing parentheses to
1850 print.
1851
d441430b
YQ
18522015-07-07 Yao Qi <yao.qi@linaro.org>
1853
1854 * gdb.arch/thumb-singlestep.exp: Do one more single step.
1855
06f810bd
MG
18562015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
1857
1858 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
1859 '[' and ']' characters.
1860
5e61e7c0
IB
18612015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
1862
1863 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1864
28bf096c
PA
18652015-06-29 Pedro Alves <palves@redhat.com>
1866
1867 PR threads/18127
1868 * gdb.threads/hand-call-new-thread.c: New file.
1869 * gdb.threads/hand-call-new-thread.c: New file.
1870
ee93cd5e
KS
18712015-06-26 Keith Seitz <keiths@redhat.com>
1872 Doug Evans <dje@google.com>
1873
1874 PR 16253
1875 * gdb.cp/var-tag-2.cc: New file.
1876 * gdb.cp/var-tag-3.cc: New file.
1877 * gdb.cp/var-tag-4.cc: New file.
1878 * gdb.cp/var-tag.cc: New file.
1879 * gdb.cp/var-tag.exp: New file.
1880
fc637f04
PP
18812015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1882
1883 * gdb.base/history-duplicates.exp: New test.
1884
2e52ae68
PP
18852015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1886
1887 * gdb.base/completion.exp: Test the completion of the "focus"
1888 command.
1889
6e22494e
JK
18902015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1891
1892 * gdb.arch/amd64-prologue-skip.S: New file.
1893 * gdb.arch/amd64-prologue-skip.exp: New file.
1894
bf7b9cd9
SM
18952015-06-25 Simon Marchi <simon.marchi@ericsson.com>
1896
1897 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
1898 is_address_zero_readable check.
1899
201e8dfd
PB
19002015-06-24 Peter Bergner <bergner@vnet.ibm.com>
1901
1902 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
1903 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
1904
5cd867b4
YQ
19052015-06-24 Yao Qi <yao.qi@linaro.org>
1906
1907 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
1908 linux targets.
1909
4d7be007
YQ
19102015-06-24 Yao Qi <yao.qi@linaro.org>
1911
1912 * lib/gdb.exp (supports_get_siginfo_type): New proc.
1913 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
1914 * gdb.base/siginfo-thread.exp: Likewise.
1915
07fcd301
YQ
19162015-06-22 Yao Qi <yao.qi@linaro.org>
1917
1918 * boards/remote-gdbserver-on-localhost.exp: Add comments.
1919
52042a00
YQ
19202015-06-22 Yao Qi <yao.qi@linaro.org>
1921
1922 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
1923 aarch64*-*-*.
1924 (skip_hw_watchpoint_tests): Likewise.
1925
74bd41ce
PP
19262015-06-18 Patrick Palka <patrick@parcs.ath.cx>
1927
1928 * gdb.base/gdbinit-history.exp: Test the interaction between
1929 setting GDBHISTSIZE and setting the history size via .gdbinit.
1930
bc460514
PP
19312015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1932
1933 PR gdb/16999
1934 * gdb.base/gdbhistsize-history.exp: New test.
1935
b58c513b
PP
19362015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1937
1938 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
1939 with GDBHISTSIZE.
1940 * gdb.base/readline.exp: Likewise.
1941
92046791
YQ
19422015-06-17 Yao Qi <yao.qi@linaro.org>
1943
1944 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
1945 line.
1946
2093d2d3
PP
19472015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1948
1949 * gdb.base/gdbinit-history.exp: Add test case to check that
1950 an unlimited history file does not get truncated on exit.
1951
e6c693af
AA
19522015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1953
1954 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1955 (VECTOR): New macro. Use it...
1956 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1957 ...for these typedefs.
1958 (int8, char1, int1, double1): New typedefs.
1959 (struct just_int2, struct two_int2): New structures.
1960 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1961 (add_structvecs, add_singlevecs): New functions.
1962 (main): Call add_some_intvecs twice.
1963 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1964 the compile and exit upon failure. Try compiling for the "native"
1965 architecture. Test inferior function calls with vector arguments
1966 and vector return value handling with "finish" and "return".
1967
c74f7d1c
JT
19682015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1969
1970 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1971 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1972 PE file.
1973 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1974
98aa42ee
AT
19752015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1976
1977 PR breakpoints/16465
1978 * gdb.mi/mi-dprintf-pending.c: New file.
1979 * gdb.mi/mi-dprintf-pending.exp: New test.
1980 * gdb.mi/mi-dprintf-pendshr.c: New file.
1981
7d73c23c 19822015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 1983 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
1984
1985 * gdb.arch/i386-mpx-map.c: New file.
1986 * gdb.arch/i386-mpx-map.exp: New File.
1987
19882015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1989
1990 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1991 * gdb.arch/i386-mpx.exp: Indentation fixed.
1992
19932015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
1994
1995 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1996 function and improved indentation.
1997 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1998 gdb_test_multiple. Added additional tests to skip the test.
1999
20002015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2001
2002 * gdb.arch/i386-avx512.c: Change path in include file.
2003 * gdb.arch/i386-avx512.exp: Change include dir path
2004 compilation flag.
2005 * gdb.arch/i386-mpx.c: Change path in include file.
2006 * gdb.arch/i386-mpx.exp: Change include dir path compilation
2007 flag.
2008
d5eba19a
JK
20092015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2010
2011 * gdb.compile/compile-print.exp (compile print *vararray@3)
2012 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
2013
7f361056
JK
20142015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
2017 (do not keep jit in memory): ... this.
2018 (expect 5): Change it to ...
2019 (expect no 5): ... this.
2020
3b462ec2
SM
20212015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2022
2023 PR gdb/15564
2024 * gdb.mi/mi-detach.exp: New file.
2025
e0619de6
JK
20262015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2027
2028 PR symtab/18392
2029 * gdb.arch/amd64-tailcall-self.S: New file.
2030 * gdb.arch/amd64-tailcall-self.c: New file.
2031 * gdb.arch/amd64-tailcall-self.exp: New file.
2032
e970cb34
DB
20332015-05-28 Don Breazeal <donb@codesourcery.com>
2034
2035 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
2036 tests for remote targets by checking is_target_gdbserver.
2037
b2e2f908
DE
20382015-05-27 Doug Evans <dje@google.com>
2039
2040 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
2041 * gdb.dwarf2/opaque-type-lookup.c: New file.
2042 * gdb.dwarf2/opaque-type-lookup.exp: New file.
2043
82c7be31
DE
20442015-05-26 Doug Evans <dje@google.com>
2045
2046 * gdb.cp/iostream.cc: New file.
2047 * gdb.cp/iostream.exp: New file.
2048
b4f54984
DE
20492015-05-26 Doug Evans <dje@google.com>
2050
2051 * gdb.dwarf2/dw2-op-call.exp: Update.
2052 * gdb.dwarf2/dw4-sig-types.exp: Update.
2053 * gdb.dwarf2/implptr.exp: Update.
2054 * gdb.mi/mi-cmd-param-changed.exp: Update.
2055
4ea6efe9
DE
20562015-05-26 Doug Evans <dje@google.com>
2057
2058 * gdb.python/py-lazy-string.c: New file.
2059 * gdb.python/py-lazy-string.exp: New file.
2060 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
2061 (main): Update. Add estring3.
2062 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
2063 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
2064
f6bb7db3
YQ
20652015-05-26 Omair Javaid <omair.javaid@linaro.org>
2066 Yao Qi <yao.qi@linaro.org>
2067
2068 * gdb.reverse/aarch64.c: New.
2069 * gdb.reverse/aarch64.exp: New.
2070
a81bfbd0
OJ
20712015-05-26 Omair Javaid <omair.javaid@linaro.org>
2072
2073 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
2074 (supports_reverse): Likewise.
2075
158bf1b4
PP
20762015-05-22 Patrick Palka <patrick@parcs.ath.cx>
2077
2078 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2079 Use with_test_prefix.
2080
a0145030
AB
20812015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2082
2083 * gdb.base/completion.exp: Add test for completion of layout
2084 names.
2085
ebe3b578
AB
20862015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
2087
2088 * lib/gdb.exp (skip_tui_tests): New proc.
2089 * gdb.base/tui-layout.exp: Check skip_tui_tests.
2090
84204ed7
PA
20912015-05-19 Pedro Alves <palves@redhat.com>
2092
2093 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
2094 Save the whole env array instead of just HOME. Unset HISTSIZE in
2095 the environment while testing. Restore whole environment
2096 afterwards.
2097
37442ce1
DE
20982015-05-16 Doug Evans <xdje42@gmail.com>
2099
2100 * gdb.guile/scm-ports.c: New file.
2101 * gdb.guile/scm-ports.exp: Add memory port tests.
2102
36de76f9
JK
21032015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2104
2105 * gdb.compile/compile-print.c: New file.
2106 * gdb.compile/compile-print.exp: New file.
2107
3a9558c4
JK
21082015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2109
2110 * gdb.compile/compile-ops.exp: Cast param to void.
2111 * gdb.compile/compile.exp: Complete type for _gdb_expr.
2112 (compile code struct_object.selffield = &struct_object): Add xfail.
2113
aa715135
JG
21142015-05-15 Joel Brobecker <brobecker@adacore.com>
2115
2116 * gdb.ada/arr_enum_with_gap: New testcase.
2117
931e5bc3
JG
21182015-05-15 Joel Brobecker <brobecker@adacore.com>
2119
2120 * gdb.ada/byte_packed_arr: New testcase.
2121
9cd4d857
JB
21222015-05-15 Joel Brobecker <brobecker@adacore.com>
2123
2124 * gdb.ada/pckd_neg: New testcase.
2125
ebfd00d2
PP
21262015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2127
2128 PR gdb/17820
2129 * gdb.base/gdbinit-history.exp: New test.
2130 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
2131 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
2132
4c082a81
SC
21332015-05-09 Siva Chandra Reddy <sivachandra@google.com>
2134
2135 * gdb.python/py-xmethods.cc: Enhance test case.
2136 * gdb.python/py-xmethods.exp: New tests.
2137 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
2138 function.
2139 (B_indexoper): Likewise.
2140 (global_dm_list) : Add new xmethod worker functions.
2141
f7797074
SDJ
21422015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
2143
2144 * gdb.base/coredump-filter.exp: Correctly unset
2145 "coredump_var_addr" array.
2146
a4674e4e
PA
21472015-05-08 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.server/non-existing-program.exp: Unset spawn_id.
2150
df2eb078
SC
21512015-05-08 Siva Chandra Reddy <sivachandra@google.com>
2152
2153 PR python/18291
2154 * gdb.python/py-xmethods.exp: Add tests.
2155
422349a3
YQ
21562015-05-08 Yao Qi <yao.qi@linaro.org>
2157
2158 PR gdb/18208
2159 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
2160 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
2161 function set_coredump_filter, and remove remote_exec call.
2162 Remove argument ipid. Callers update.
2163 (top level): Don't get inferior's PID.
2164
63fc80ce
AA
21652015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2166
2167 * gdb.base/watch_thread_num.exp: Skip test on targets without
2168 access watchpoints.
2169
80ad801e
PA
21702015-05-06 Pedro Alves <palves@redhat.com>
2171
2172 PR server/18081
2173 * gdb.server/non-existing-program.exp: New file.
2174
0fa7fe50
JB
21752015-05-05 Joel Brobecker <brobecker@adacore.com>
2176
2177 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
2178
3ea89b92
PMR
21792015-05-05 Joel Brobecker <brobecker@adacore.com>
2180
2181 * gdb.ada/out_of_line_in_inlined: New testcase.
2182
87b8eff0
JB
21832015-05-05 Joel Brobecker <brobecker@adacore.com>
2184
2185 * gdb.ada/var_rec_arr: New testcase.
2186
5fccc635
YQ
21872015-04-30 Yao Qi <yao.qi@linaro.org>
2188
2189 * gdb.base/break-idempotent.exp: If
2190 skip_hw_watchpoint_multi_tests returns true, skip the tests
2191 on "rwatch" and "awatch".
2192
42d38f42
YQ
21932015-04-30 Yao Qi <yao.qi@linaro.org>
2194
2195 * gdb.base/relativedebug.exp: Invoke gdb command
2196 "info sharedlibrary", and if libc.so doesn't have debug info,
2197 skip the test.
2198
2ce1cdbf
DE
21992015-04-29 Doug Evans <dje@google.com>
2200
2201 * gdb.python/py-xmethods.exp: Add ptype tests.
2202 * gdb.python/py-xmethods.py (E_method_char_worker): Add
2203 get_result_type method.
2204
f24a38c5
LM
22052015-04-29 Luis Machado <lgustavo@codesourcery.com>
2206
2207 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
2208 the target does not support hardware watchpoints.
2209
ecbf2b3c
LM
22102015-04-29 Luis Machado <lgustavo@codesourcery.com>
2211
2212 * gdb.base/break-always.exp: Abort testing if writing to memory
2213 causes an error.
2214
34f5f757
DE
22152015-04-28 Doug Evans <dje@google.com>
2216
2217 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
2218 * gdb.python/py-pp-registration.exp: ... here. New file.
2219 * gdb.python/py-pp-registration.c: New file.
2220 * gdb.python/py-pp-registration.py: New file.
2221
69b4374a
DE
22222015-04-28 Doug Evans <dje@google.com>
2223
2224 * gdb.python/py-bad-printers.c: New file.
2225 * gdb.python/py-bad-printers.py: New file.
2226 * gdb.python/py-bad-printers.exp: New file.
2227
59fb7612
SS
22282015-04-28 Sasha Smundak <asmundak@google.com>
2229
2230 * gdb.python/py-type.exp: New test.
2231
2631b16a
AW
22322015-04-28 Andy Wingo <wingo@igalia.com>
2233
2234 * gdb.python/py-parameter.exp:
2235 * gdb.guile/scm-parameter.exp: Escape the path that we are
2236 matching against, as it might contain characters that are special
2237 to regular expressions.
2238
460efde1
JB
22392015-04-27 Joel Brobecker <brobecker@adacore.com>
2240
2241 * gdb.ada/rec_comp: New testcase.
2242
2d369d8e
SDJ
22432015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
2244
2245 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
2246 before using it.
2247
cf75d6c3
AB
22482015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
2249
2250 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
2251 new tests for verilog output.
2252
8dbe7ca5
YQ
22532015-04-24 Yao Qi <yao.qi@linaro.org>
2254
2255 * boards/remote-gdbserver-on-localhost.exp: New file.
2256
4ef9fb2f
PA
22572015-04-23 Pedro Alves <palves@redhat.com>
2258
2259 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
2260 $inferior_spawn_id instead of $inferior_spawn_id directly. On
2261 "end of file", remove $inferior_spawn_id from the indirect list.
2262
0a803169
PA
22632015-04-23 Pedro Alves <palves@redhat.com>
2264
2265 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
2266
749ef8f8
PA
22672015-04-23 Pedro Alves <palves@redhat.com>
2268
2269 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
2270 on $any_spawn_id instead of only on $gdb_spawn_id.
2271
8aae4344
PM
22722015-04-21 Pierre Muller <muller@sourceware.org>
2273
2274 PR pascal/17815
2275 * lib/pascal.exp (gpc_compile): Add new option "class".
2276 (fpc_compile): Likewise.
2277 * gdb.pascal/case-insensitive-symbols.pas: New file.
2278 * gdb.pascal/case-insensitive-symbols.exp: New file.
2279
1586c8fb
GB
22802015-04-20 Gary Benson <gbenson@redhat.com>
2281
2282 * gdb.base/attach.exp: Fix three extended remote failures.
2283
1b6e6f5c
GB
22842015-04-17 Gary Benson <gbenson@redhat.com>
2285
2286 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
2287 the main executable over the remote protocol.
2288
e797481d
PA
22892015-04-16 Pedro Alves <palves@redhat.com>
2290
2291 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
2292 a new gdbserver if gdbserver_reconnect_p is set.
2293
1ca99c42
PA
22942015-04-16 Pedro Alves <palves@redhat.com>
2295
2296 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
2297 is set, don't exit gdbserver.
2298
af9fd6f8
AA
22992015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2300
2301 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
2302 appropriate .insn, such that an older assembler can be used.
2303 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
2304 the z/Architecture instruction set on 31-bit targets as well.
2305
04ff1e61
AA
23062015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2307
2308 * gdb.go/handcall.exp: Remove all logic related to the first
2309 breakpoint and rely on go_runto_main instead.
2310 * gdb.go/strings.exp: Likewise.
2311 * gdb.go/unsafe.exp: Likewise.
2312 * gdb.go/hello.exp: Likewise. Also rename the remaining
2313 breakpoint marker to "breakpoint 1".
2314 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
2315 * gdb.go/strings.go: Likewise.
2316 * gdb.go/unsafe.go: Likewise.
2317 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
2318 "set breakpoint 2 here" and rename the remaining breakpoint marker
2319 to "breakpoint 1".
2320
40d2f8d6
SM
23212015-04-15 Simon Marchi <simon.marchi@ericsson.com>
2322
2323 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
2324 if itertools.imap is not present.
2325 * gdb.python/py-objfile.exp: Add parentheses.
2326 * gdb.python/py-type.exp: Same.
2327 * gdb.python/py-unwind-maint.py: Same.
2328
8cbc97c6
YQ
23292015-04-15 Yao Qi <yao.qi@linaro.org>
2330
2331 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
2332 of ":$ptr_size" and set its form explicitly.
2333
45fd756c
YQ
23342015-04-15 Pedro Alves <palves@redhat.com>
2335 Yao Qi <yao.qi@linaro.org>
2336
2337 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
2338 timeout by factor of 4.
2339 (test_regular_watch): Likewise.
2340 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
2341 * gdb.reverse/sigall-reverse.exp: Likewise.
2342 * gdb.reverse/until-precsave.exp: Likewise.
2343 * lib/gdb.exp (with_timeout_factor): New proc.
2344 (gdb_expect): Move some code to ...
2345 (get_largest_timeout): ... here. New procedure.
2346
9e811bc3
LM
23472015-04-14 Luis Machado <lgustavo@codesourcery.com>
2348
2349 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
2350
0ff6fcb2
LM
23512015-04-13 Luis Machado <lgustavo@codesourcery.com>
2352
2353 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
2354 to write to the .text section.
2355
7578d5f7
LM
23562015-04-13 Luis Machado <lgustavo@codesourcery.com>
2357
2358 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
2359 Handle the case of targets that do not provide PID information.
2360
2efe15c4
YQ
23612015-04-13 Yao Qi <yao.qi@linaro.org>
2362
2363 * lib/gdbserver-support.exp (gdb_exit): Catch exception
2364 and use expect instead of gdb_expect.
2365
8cd8f2f8
SDJ
23662015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
2367
2368 * gdb.base/coredump-filter.exp: Rename variable "addr" to
2369 "coredump_var_addr" to avoid naming conflict with other testcases.
2370
9ee41772
PA
23712015-04-10 Pedro Alves <palves@redhat.com>
2372
2373 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
2374 gdb_test_sequence and gdb_assert.
2375
07473109
PA
23762015-04-10 Pedro Alves <palves@redhat.com>
2377
2378 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
2379 test messages that don't include the breakpoint address.
2380
de3db44c
YQ
23812015-04-10 Yao Qi <yao.qi@linaro.org>
2382
2383 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
2384 false for some offset and width combinations which aren't
2385 supported by linux kernel.
2386
c79d856c
PA
23872015-04-10 Pedro Alves <palves@redhat.com>
2388
2389 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
2390 procedure, factored out from ...
2391 (top level): ... here. Add "set displaced-stepping" testing axis.
2392 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
2393 parameter "displaced". Use it.
2394 (top level): Use foreach and add "set displaced-stepping" testing
2395 axis.
2396
ebc90b50
PA
23972015-04-10 Pedro Alves <palves@redhat.com>
2398
2399 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
2400 Remove comment.
2401 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
2402 both the address of the instruction that triggers the watchpoint
2403 and the address of the instruction immediately after, and use
2404 those addresses for the test. Fix comment.
2405
8f572e5c
PA
24062015-04-10 Pedro Alves <palves@redhat.com>
2407
2408 * gdb.base/sigstep.exp (breakpoint_to_handler)
2409 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
2410 Test "backtrace" in handler.
2411 (breakpoint_over_handler): New parameter 'displaced'. Use it.
2412 (top level): Add new "displaced" test axis to
2413 breakpoint_to_handler, breakpoint_to_handler_entry and
2414 breakpoint_over_handler.
2415
8d707a12
PA
24162015-04-10 Pedro Alves <palves@redhat.com>
2417
2418 PR gdb/18216
2419 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
2420
ef713951
YQ
24212015-04-10 Yao Qi <yao.qi@linaro.org>
2422
2423 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
2424 (test_add_rn_pc): New function.
2425 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
2426 (top level): Invoke test_add_rn_pc.
2427
906d60cf
PA
24282015-04-10 Pedro Alves <palves@redhat.com>
2429
2430 PR gdb/13858
2431 * gdb.base/step-over-no-symbols.exp: New file.
2432
f2983cc3
AW
24332015-04-09 Andy Wingo <wingo@igalia.com>
2434
2435 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
2436 after the Python tests.
2437
6d62641c
SDJ
24382015-04-08 Keith Seitz <keiths@redhat.com>
2439
2440 PR python/16699
2441 * gdb.python/py-completion.exp: New tests for completion.
2442 * gdb.python/py-completion.py (CompleteLimit1): New class.
2443 (CompleteLimit2): Likewise.
2444 (CompleteLimit3): Likewise.
2445 (CompleteLimit4): Likewise.
2446 (CompleteLimit5): Likewise.
2447 (CompleteLimit6): Likewise.
2448 (CompleteLimit7): Likewise.
2449
f3770638
PA
24502015-04-08 Pedro Alves <palves@redhat.com>
2451
2452 PR gdb/18214
2453 PR gdb/18216
2454 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
2455 function.
2456 (main): Install it as SIGUSR1 handler.
2457 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
2458 parameter. Always use "setup" as prefix. Toggle "set
2459 displaced-stepping" off/on depending on global. Don't switch to
2460 thread 1 here.
2461 (top level): Add displaced stepping "off/on" test axis. Update
2462 "setup" calls. Wrap each subtest with with_test_prefix. Test
2463 continuing with a queued signal in each thread.
2464
4496bed7
PA
24652015-04-08 Pedro Alves <palves@redhat.com>
2466
2467 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
2468 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
2469 gdb_breakpoint instead of gdb_test that doesn't expect anything.
2470 Return early if running to main fails.
2471 * gdb.trace/while-stepping.exp: Likewise.
2472
b97fde92
PA
24732015-04-07 Pedro Alves <palves@redhat.com>
2474
2475 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
2476 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
2477 interact with inferior program.
2478
f71c18e7
PA
24792015-04-07 Pedro Alves <palves@redhat.com>
2480
2481 * lib/gdb.exp (inferior_spawn_id): New global.
2482 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
2483 spawn id after processing the user code.
2484 (default_gdb_start): Set inferior_spawn_id.
2485 (send_inferior): New procedure.
2486 * lib/gdbserver-support.exp (gdbserver_start): Set
2487 inferior_spawn_id.
2488 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
2489
6423214f
PA
24902015-04-07 Pedro Alves <palves@redhat.com>
2491
2492 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
2493 * lib/gdbserver-support.exp (gdbserver_start): Make
2494 $server_spawn_id global.
2495 (gdbserver_start): Don't wait for gdbserver's spawn id with
2496 expect_background.
2497 (close_gdbserver): New procedure.
2498 (gdb_exit): Rename the default version and reimplement.
2499
71c0ee8c
PA
25002015-04-07 Pedro Alves <palves@redhat.com>
2501
72f4393d 2502 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
2503 append the substituted item, not the original item.
2504
203bc29b
PA
25052015-04-07 Pedro Alves <palves@redhat.com>
2506
2507 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
2508 gdb_expect.
2509
508a3ddf
PA
25102015-04-07 Pedro Alves <palves@redhat.com>
2511
2512 * gdb.base/interrupt.exp: Don't handle the case of the inferior
2513 output appearing once only.
2514
9f6dbe2b
PA
25152015-04-07 Pedro Alves <palves@redhat.com>
2516
2517 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
2518 that doesn't expect anything. Return early if running to main
2519 fails.
2520
337532fa
YQ
25212015-04-07 Yao Qi <yao.qi@linaro.org>
2522
2523 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
2524 (child_function): Call alarm.
2525 (main): Move call to alarm into the loop.
2526 * gdb.threads/non-stop-fair-events.exp: Build program with
2527 -DTIMEOUT=$timeout.
2528
01b622d4
DE
25292015-04-06 Doug Evans <xdje42@gmail.com>
2530
2531 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
2532 Fix dest parameter to board_info.
2533 (fpc_compile): Ditto.
2534 (gdb_compile_pascal): Rename dest arg to destfile.
2535
961f4160
PMR
25362015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2537
2538 * gdb.ada/funcall_ref.exp: New file.
2539 * gdb.ada/funcall_ref/foo.adb: New file.
2540
cafda597
YQ
25412015-04-02 Yao Qi <yao.qi@linaro.org>
2542
2543 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
2544 is remote.
2545
fed040c6
GB
25462015-04-02 Gary Benson <gbenson@redhat.com>
2547
2548 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
2549
d11916aa
SS
25502015-04-01 Sasha Smundak <asmundak@google.com>
2551
2552 * gdb.python/py-unwind-maint.c: New file.
2553 * gdb.python/py-unwind-maint.exp: New test.
2554 * gdb.python/py-unwind-maint.py: New file.
2555 * gdb.python/py-unwind.c: New file.
2556 * gdb.python/py-unwind.exp: New test.
2557 * gdb.python/py-unwind.py: New test.
2558
a1471180
PA
25592015-04-01 Pedro Alves <palves@redhat.com>
2560
2561 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
2562 to fail instead of non-existent $test.
2563
0bbeccb1
PA
25642015-04-01 Pedro Alves <palves@redhat.com>
2565
2566 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
2567 GDBFLAGS if not empty.
2568
3c724c8c
PMR
25692015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
2570
2571 * gdb.ada/complete.exp: Remove "multi_line".
2572 * gdb.ada/info_exc.exp: Remove "multi_line".
2573 * gdb.ada/packed_tagged.exp: Remove "multi_line".
2574 * gdb.ada/ptype_field.exp: Remove "multi_line".
2575 * gdb.ada/sym_print_name.exp: Remove "multi_line".
2576 * gdb.ada/tagged.exp: Remove "multi_line".
2577 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
2578 [multi_line ...]
2579 * gdb.btrace/delta.exp: Likewise.
2580 * gdb.btrace/exception.exp: Likewise.
2581 * gdb.btrace/function_call_history.exp: Likewise.
2582 * gdb.btrace/instruction_history.exp: Likewise.
2583 * gdb.btrace/nohist.exp: Likewise.
2584 * gdb.btrace/record_goto.exp: Likewise.
2585 * gdb.btrace/segv.exp: Likewise.
2586 * gdb.btrace/stepi.exp: Likewise.
2587 * gdb.btrace/tailcall.exp: Likewise.
2588 * gdb.btrace/unknown_functions.exp: Likewise.
2589 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
2590 * lib/gdb.exp: Add the "multi_line" helper.
2591
4eec2deb
PA
25922015-04-01 Pedro Alves <palves@redhat.com>
2593
2594 * gdb.threads/tid-reuse.c: New file.
2595 * gdb.threads/tid-reuse.exp: New file.
2596
df8411da
SDJ
25972015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2598
2599 PR corefiles/16092
2600 * gdb.base/coredump-filter.c: New file.
2601 * gdb.base/coredump-filter.exp: Likewise.
2602
6ef37366
PM
26032015-03-27 Petr Machata <pmachata@redhat.com>
2604
2605 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
2606 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
2607 (Dwarf::assemble): Initialize them.
2608 (Dwarf::lines): New function.
2609
7ec911b0
JT
26102015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
2611
2612 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
2613 SYMBOL_PREFIX for x86_64-*-cygwin.
2614
ff908ebf
AW
26152015-03-26 Andy Wingo <wingo@igalia.com>
2616
2617 PR symtab/18148
2618 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
2619 const_value but not a location.
2620 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
2621 location defined in non-main CUs are visible.
2622
6d5f0679
YQ
26232015-03-26 Yao Qi <yao.qi@linaro.org>
2624
2625 PR testsuite/18139
2626 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
2627 Add a line number entry for the same line.
2628 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
2629 Add a line number entry for the same line.
2630
2898689b
YQ
26312015-03-26 Yao Qi <yao.qi@linaro.org>
2632
2633 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
2634 .int 0.
2635 (func): Likewise. Add .Lfunc_1 label.
2636 Use .Lfunc_1 label.
2637 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
2638 .int 0.
2639 (func): Likewise.
2640 Use .Lfunc_1 label.
2641
85180498
YQ
26422015-03-26 Yao Qi <yao.qi@linaro.org>
2643
2644 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
2645 Call gdb_compile instead to compile each .s files without debug
2646 information.
2647
8aa08a8d
YQ
26482015-03-26 Yao Qi <yao.qi@linaro.org>
2649
2650 * gdb.base/savedregs.exp (process_saved_regs): Make
2651 "Saved registers:" optional in the pattern.
2652
66849923
MM
26532015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2654
2655 * gdb.btrace/next.exp: Merged into step.exp.
2656 * gdb.btrace/finish.exp: Merged into step.exp.
2657 * gdb.btrace/nexti.exp: Merged into stepi.exp.
2658 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
2659 "record goto" and checking the exact replay position.
2660 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
2661 check for "Recording format" in "info record" output.
2662 * gdb.btrace/record_goto.exp: Choose test file based on target.
2663 * gdb.btrace/x86-record_goto.S: Renamed into ...
2664 * gdb.btrace/x86_64-record_goto.S: ... this.
2665 * gdb.btrace/i686-record_goto.S: New.
2666 * gdb.btrace/x86-tailcall.S: Renamed into ...
2667 * gdb.btrace/x86_64-tailcall.S: ... this.
2668 * gdb.btrace/i686-tailcall.S: New.
2669 * gdb.btrace/x86-tailcall.c: Renamed into ...
2670 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
2671 separate statements. Update test.
2672 * gdb.btrace/delta.exp: Use record_goto.c as test file.
2673 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
2674 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
2675 * gdb.btrace/tailcall.exp: Choose test file based on target.
2676 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
2677
11cc1b74
MM
26782015-03-25 Markus Metzger <markus.t.metzger@intel.com>
2679
2680 * gdb.btrace/exception.exp: Increase BTS buffer size.
2681
a25d8bf9
PA
26822015-03-24 Pedro Alves <palves@redhat.com>
2683
2684 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
2685
856e7dd6
PA
26862015-03-24 Pedro Alves <palves@redhat.com>
2687
2688 * gdb.threads/schedlock.exp (test_step): No longer expect that
2689 "set scheduler-locking step" with "next" over a function call runs
2690 threads unlocked.
2691
ad235a41
AT
26922015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2693
2694 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
2695
15630549
AT
26962015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2697
2698 PR breakpoints/16466
2699 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
2700 * gdb.mi/mi-pending.c (thread_func): New function.
2701 (int main): Add threading support required.
2702 * gdb.mi/mi-pending.exp: Add tests for this issue.
2703 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
2704 (pendfunc2): Remove stdio dependency.
2705 * gdb.mi/mi-pendshr2.c: New file.
2706
693dca06
KS
27072015-03-23 Keith Seitz <keiths@redhat.com>
2708
2709 * gdb.linespec/keywords.c: New file.
2710 * gdb.linespec/keywords.exp: New file.
2711
7e993ebf
KS
27122015-03-23 Keith Seitz <keiths@redhat.com>
2713
2714 PR gdb/18021
2715 * gdb.dwarf2/staticvirtual.exp: New test.
2716
bc23328c
JK
27172015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2718
2719 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
2720 * README: Remove HP-UX and gdb.hp.
2721 (configuration):
2722 * configure: Regenerate.
2723 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
2724 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
2725 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
2726 gdb.hp/gdb.defects/Makefile.
2727 * gdb.hp/Makefile.in: File deleted.
2728 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
2729 * gdb.hp/gdb.aCC/optimize.c: File deleted.
2730 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
2731 * gdb.hp/gdb.aCC/run.c: File deleted.
2732 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
2733 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
2734 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
2735 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
2736 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
2737 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
2738 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
2739 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
2740 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
2741 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
2742 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
2743 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
2744 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
2745 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
2746 * gdb.hp/gdb.base-hp/reg.s: File deleted.
2747 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
2748 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
2749 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
2750 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
2751 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
2752 * gdb.hp/gdb.compat/Makefile.in: File deleted.
2753 * gdb.hp/gdb.compat/average.c: File deleted.
2754 * gdb.hp/gdb.compat/sum.c: File deleted.
2755 * gdb.hp/gdb.compat/xdb.c: File deleted.
2756 * gdb.hp/gdb.compat/xdb0.c: File deleted.
2757 * gdb.hp/gdb.compat/xdb0.h: File deleted.
2758 * gdb.hp/gdb.compat/xdb1.c: File deleted.
2759 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
2760 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
2761 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
2762 * gdb.hp/gdb.defects/Makefile.in: File deleted.
2763 * gdb.hp/gdb.defects/bs14602.c: File deleted.
2764 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
2765 * gdb.hp/gdb.defects/solib-d.c: File deleted.
2766 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
2767 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
2768 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
2769 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
2770 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
2771 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
2772 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
2773 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
2774 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
2775 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
2776 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
2777 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
2778 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
2779 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
2780 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
2781 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
2782 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
2783 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
2784 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
2785 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
2786 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
2787 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
2788 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
2789 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
2790 * gdb.hp/tools/odump: File deleted.
2791
8bf3b159
PA
27922015-03-19 Pedro Alves <palves@redhat.com>
2793
2794 * gdb.threads/continue-pending-status.exp (saw_thread_2)
2795 (saw_thread_3): New globals.
2796 (top level): Increment them when an event for the corresponding
2797 thread is seen.
2798 (no thread starvation): New test.
2799
eb54c8bf
PA
28002015-03-19 Pedro Alves <palves@redhat.com>
2801
2802 * gdb.threads/continue-pending-status.c: New file.
2803 * gdb.threads/continue-pending-status.exp: New file.
2804
32d2e5d6
PA
28052015-03-18 Pedro Alves <palves@redhat.com>
2806
2807 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2808 Use gdb_is_target_remote instead of is_remote. Use
2809 gdb_test_multiple instead of gdb_expect. Exit early if
2810 gdb_test_multiple hits its internal matches. Tighten stepi tests
2811 expected output. Fail on exit with any signal, instead of just
2812 SIGILL.
2813
f68f11b7
YQ
28142015-03-18 Yao Qi <yao.qi@linaro.org>
2815
2816 PR tdep/18107
2817 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
2818 variable.
2819 * gdb.base/catch-syscall.exp: Don't skip it on
2820 aarch64*-*-linux* target. Remove elements in all_syscalls.
2821 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
2822 target.
2823 (setup_all_syscalls): New proc.
2824
ca5fd19b
YQ
28252015-03-16 Yao Qi <yao.qi@linaro.org>
2826
2827 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
2828 (top level): Skip tests if valid_addr_p returns false for
2829 $cmd1 or $cmd2.
2830
85642ba0
AW
28312015-03-11 Andy Wingo <wingo@igalia.com>
2832
2833 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
2834
e03f9645
YQ
28352015-03-11 Yao Qi <yao.qi@linaro.org>
2836
2837 * gdb.base/catch-syscall.exp: Fix typo in comments.
2838
5d0962b2
YQ
28392015-03-11 Yao Qi <yao.qi@linaro.org>
2840
2841 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
2842
b2df3cef
PA
28432015-03-09 Pedro Alves <palves@redhat.com>
2844
2845 * dg-extract-results.py: Delete.
2846
ef878e53
PA
28472015-03-09 Pedro Alves <palves@redhat.com>
2848
2849 Merge dg-extract-results.sh from GCC upstream (r218843).
2850
2851 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2852 * dg-extract-results.sh: Use --text with grep to avoid issues with
2853 binary files. Fall back to cat -v, if that doesn't work.
2854
9494d219
PA
28552015-03-05 Pedro Alves <palves@redhat.com>
2856
2857 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
2858
a8d9763a
SM
28592015-03-04 Simon Marchi <simon.marchi@ericsson.com>
2860
2861 * lib/mi-support.exp (mi_expect_interrupt): Accept
2862 alternative event for when in all-stop mode.
2863
be9957b8
PA
28642015-03-04 Pedro Alves <palves@redhat.com>
2865
2866 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
2867
d57be0f4 28682015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
2869
2870 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
2871
c214c7cf
AA
28722015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2873
2874 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
2875 regexps for GDB's current line display, accept a hex address
2876 preceding the line number.
2877
6d74a497
AA
28782015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2879
2880 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
2881 the 'arch1' variable for "s390*-linux*" targets.
2882
511aee7c
PA
28832015-03-04 Pedro Alves <palves@redhat.com>
2884
2885 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
2886 (main): Pass missing retval argument to pthread_join call.
2887
95e50b27
PA
28882015-03-02 Pedro Alves <palves@redhat.com>
2889
2890 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
2891 (top level): Call do_test with non-stop as well.
2892
28054d69
PA
28932015-03-02 Pedro Alves <palves@redhat.com>
2894
2895 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
2896 -1.
2897
4fa5d7b4
AA
28982015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2899
2900 * gdb.arch/s390-vregs.exp: New test.
2901 * gdb.arch/s390-vregs.S: New file.
2902
97c18565
PA
29032015-02-27 Pedro Alves <palves@redhat.com>
2904
2905 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
2906 call to catch_command_errors.
2907 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
2908 catch_command_errors.
2909
a37bfa30
PA
29102015-02-27 Pedro Alves <palves@redhat.com>
2911
2912 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
2913 "true" for boolean result.
2914 * gdb.gdb/selftest.exp (test_with_self): Also accept full
2915 prototype of main.
2916
6f98576f
PA
29172015-02-27 Pedro Alves <palves@redhat.com>
2918
2919 * lib/unbuffer_output.c: New file.
2920 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
2921 (main): Call gdb_unbuffer_output.
2922
eba5ab56
YQ
29232015-02-27 Yao Qi <yao.qi@linaro.org>
2924
2925 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
2926 target.
2927
0def5aaa
DE
29282015-02-26 Doug Evans <dje@google.com>
2929
2930 * gdb.cp/class2.cc (Dbase, D): New classes.
2931 (main): New local delta.
2932 * gdb.cp/class2.exp: Test printing delta.
2933 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
2934 (dynbar): New global.
2935 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
2936
081a1c2c
JK
29372015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2938
2939 * gdb.compile/compile-ifunc.c: New file.
2940 * gdb.compile/compile-ifunc.exp: New file.
2941
2f41223f
AT
29422015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
2943
2944 * gdb.base/structs.exp: Check for correct struct on finish.
2945
03eddd80
YQ
29462015-02-26 Yao Qi <yao.qi@linaro.org>
2947
2948 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
2949 is zero.
2950
80c57053
JK
29512015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2952
2953 * gdb.arch/cordic.ko.bz2: New file.
2954 * gdb.arch/cordic.ko.debug.bz2: New file.
2955 * gdb.arch/ppc64-symtab-cordic.exp: New file.
2956
21613c12
YQ
29572015-02-25 Yao Qi <yao.qi@linaro.org>
2958
2959 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2960 aarch64*-*-* target.
2961
d8b901ed
PA
29622015-02-23 Pedro Alves <palves@redhat.com>
2963
2964 * lib/gdb.exp (delete_breakpoints): Rewrite using
2965 gdb_test_multiple.
2966
e5b85ead
PA
29672015-02-23 Pedro Alves <palves@redhat.com>
2968
2969 * gdb.base/info-os.c: Include stdlib.h.
2970
85c3a371
DE
29712015-02-22 Doug Evans <xdje42@gmail.com>
2972
2973 PR symtab/17855
2974 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2975 is read after symbols have been re-read.
2976 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2977 * gdb.ada/exec_changed/second.adb (Second): Ditto.
2978
96553a0c
DE
29792015-02-21 Doug Evans <dje@google.com>
2980
2981 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2982
97a0c697
JK
29832015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2984
2985 PR corefiles/17808
2986 * gdb.arch/i386-biarch-core.core.bz2: New file.
2987 * gdb.arch/i386-biarch-core.exp: New file.
2988
a47cd6e9
PA
29892015-02-21 Pedro Alves <palves@redhat.com>
2990
2991 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2992 runto_main fails.
2993
c5facdc4
PA
29942015-02-20 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2997 info probes.
2998
2db9a427
PA
29992015-02-20 Pedro Alves <palves@redhat.com>
3000
3001 * gdb.threads/multi-create-ns-info-thr.exp: New file.
3002
60fb7e9e
PA
30032015-02-20 Pedro Alves <palves@redhat.com>
3004
3005 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
3006 clean_restart before gdb_target_supports_trace.
3007
5c5019c2
PA
30082015-02-20 Pedro Alves <palves@redhat.com>
3009
3010 PR threads/18006
3011 * gdb.threads/clone-thread_db.c: New file.
3012 * gdb.threads/clone-thread_db.exp: New file.
3013
c9587f88
AT
30142015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3015
3016 PR breakpoints/16812
3017 * gdb.base/catch-gdb-caused-signals.c: New file.
3018 * gdb.base/catch-gdb-caused-signals.exp: New file.
3019
f6a88844
JM
30202015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3021
3022 * configure: Regenerated.
3023 * configure.ac: Use GDB_AC_TRANSFORM.
3024 * aclocal.m4: sinclude ../transform.m4.
3025
497c491b
JM
30262015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3027
3028 * lib/dtrace.exp: New file.
3029 * gdb.base/dtrace-probe.exp: Likewise.
3030 * gdb.base/dtrace-probe.d: Likewise.
3031 * gdb.base/dtrace-probe.c: Likewise.
3032 * lib/pdtrace.in: Likewise.
3033 * configure.ac: Output variables with the transformed names of
3034 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
3035 * configure: Regenerated.
3036
03e98035
JM
30372015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3038
3039 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
3040 expected message when trying to access $_probe_* convenience
3041 variables while not on a probe.
3042
63cc30e9
JK
30432015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3044
3045 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
3046
0703599a
PA
30472015-02-11 Pedro Alves <pedro@codesourcery.com>
3048
3049 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
3050 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
3051
7e60a48e
DE
30522015-02-10 Doug Evans <xdje42@gmail.com>
3053
3054 * lib/gdb.exp (gdb_load): Always return a result.
3055
01b088bc
PA
30562015-02-10 Pedro Alves <palves@redhat.com>
3057
3058 * gdb.threads/signal-sigtrap.c: New file.
3059 * gdb.threads/signal-sigtrap.exp: New file.
3060
b05ec7a5
AT
30612015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3062
3063 * gdb.trace/no-attach-trace.c: New file.
3064 * gdb.trace/no-attach-trace.exp: New file.
3065
a2c2acaf
MW
30662015-02-09 Mark Wielaard <mjw@redhat.com>
3067
3068 * gdb.dwarf2/atomic.c: New file.
3069 * gdb.dwarf2/atomic-type.exp: Likewise.
3070
31fd9caa
MM
30712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3072
3073 * gdb.btrace/buffer-size.exp: Update "info record" output.
3074 * gdb.btrace/delta.exp: Update "info record" output.
3075 * gdb.btrace/enable.exp: Update "info record" output.
3076 * gdb.btrace/finish.exp: Update "info record" output.
3077 * gdb.btrace/instruction_history.exp: Update "info record" output.
3078 * gdb.btrace/next.exp: Update "info record" output.
3079 * gdb.btrace/nexti.exp: Update "info record" output.
3080 * gdb.btrace/step.exp: Update "info record" output.
3081 * gdb.btrace/stepi.exp: Update "info record" output.
3082 * gdb.btrace/nohist.exp: Update "info record" output.
3083
d33501a5
MM
30842015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3085
3086 * gdb.btrace/buffer-size: New.
3087
f4abbc16
MM
30882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3089
3090 * gdb.btrace/delta.exp: Update "info record" output.
3091 * gdb.btrace/enable.exp: Update "info record" output.
3092 * gdb.btrace/finish.exp: Update "info record" output.
3093 * gdb.btrace/instruction_history.exp: Update "info record" output.
3094 * gdb.btrace/next.exp: Update "info record" output.
3095 * gdb.btrace/nexti.exp: Update "info record" output.
3096 * gdb.btrace/step.exp: Update "info record" output.
3097 * gdb.btrace/stepi.exp: Update "info record" output.
3098 * gdb.btrace/nohist.exp: Update "info record" output.
3099
b9d61307
SM
31002015-02-06 Simon Marchi <simon.marchi@ericsson.com>
3101
3102 PR gdb/15678
3103 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
3104
e584fdbc
PA
31052015-02-06 Pedro Alves <palves@redhat.com>
3106
3107 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
3108 macro.
3109 (seconds_left, again): New globals.
3110 (main): Wait seconds_left in a 1-second sleep loop instead of
3111 sleeping 180 seconds. If 'again' is set, reset the seconds
3112 counter.
3113 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
3114 'again' in the inferior before detaching. Print the seconds left.
3115 (options): New global.
3116 (top level): Build program with -DTIMEOUT=$timeout.
3117
77f41761
PA
31182015-02-06 Pedro Alves <palves@redhat.com>
3119
3120 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
3121 determine how many seconds to pass to 'alarm'.
3122 * gdb.base/gdb-sigterm.exp (top level): Build program with
3123 -DTIMEOUT=$timeout.
3124 (do_test): Return success/failure indication. Add more verbose
3125 logging. Don't fail if 200 single steps are seen. Instead, fail
3126 when the test times out.
3127 (passes): New global.
3128 (top level): Break the testing loop if testing fails on any
3129 iteration. Use gdb_assert.
3130
b9394193
DB
31312015-02-04 Don Breazeal <donb@codesourcery.com>
3132
3133 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
3134 and initialize them.
3135 (ipc_cleanup): New function.
3136 (main): Don't declare shmid, semid, and msqid. Add a call to
3137 atexit so that we call ipc_cleanup on exit.
3138
42d9e528
PA
31392015-02-04 Pedro Alves <palves@redhat.com>
3140
3141 * boards/native-extended-gdbserver.exp: Remove any target variant
3142 specifications from the board name before clearing the isremote
3143 flag from board_info.
3144
ae6ae975
DE
31452015-01-31 Doug Evans <xdje42@gmail.com>
3146
3147 * gdb.base/maint.exp <maint print type argc>: Update expected output.
3148
cfb069a8
GB
31492015-01-31 Gary Benson <gbenson@redhat.com>
3150
3151 * gdb.base/completion.exp: Disable completion limiting for
3152 existing tests. Add new tests to check completion limiting.
3153 * gdb.linespec/ls-errs.exp: Disable completion limiting.
3154
5dd31d79
DE
31552015-01-31 Doug Evans <xdje42@gmail.com>
3156
3157 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
3158
9f050062
DE
31592015-01-31 Doug Evans <xdje42@gmail.com>
3160
3161 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
3162 entries. Duplicate file section script entries.
3163 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
3164 inlined entries. Add test for safe-path rejection.
3165 * gdb.python/py-section-script.c: Add duplicate inlined section script
3166 entries. Duplicate file section script entries.
3167 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
3168 inlined entries. Add test for safe-path rejection.
3169
df25ebbd
JB
31702015-01-29 Joel Brobecker <brobecker@adacore.com>
3171
3172 * gdb.ada/disc_arr_bound: New testcase.
3173
4a0ca9ec
JB
31742015-01-29 Joel Brobecker <brobecker@adacore.com>
3175
3176 * gdb.ada/mi_var_array: New testcase.
3177
3a8b707a
DE
31782015-01-27 Doug Evans <dje@google.com>
3179
3180 * gdb.python/py-objfile.exp: Add tests for objfile.username.
3181 Add test for objfile.filename, objfile.username after objfile
3182 has been unloaded.
3183
f8313f6e
JB
31842015-01-26 Joel Brobecker <brobecker@adacore.com>
3185
3186 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
3187 the second test to print the name attribute of value
3188 returned by the call to gdb.lookup_type, and adjust
3189 the expected output accordingly.
3190
37bc665e
MW
31912015-01-25 Mark Wielaard <mjw@redhat.com>
3192
3193 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
3194 * gdb.base/disp-step-fork.c: Include unistd.h.
3195 * gdb.base/siginfo-obj.c: Include stdio.h.
3196 * gdb.base/siginfo-thread.c: Likewise.
3197 * gdb.mi/non-stop.c: Include unistd.h.
3198 * gdb.mi/nsthrexec.c: Include stdio.h.
3199 * gdb.mi/pthreads.c: Include unistd.h.
3200 * gdb.modula2/unbounded1.c (main): Declare returns int.
3201 * gdb.reverse/consecutive-reverse.c: Likewise.
3202 * gdb.threads/create-fail.c: Include unistd.h.
3203 * gdb.threads/killed.c: Likewise.
3204 * gdb.threads/linux-dp.c: Likewise.
3205 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
3206 * gdb.threads/non-ldr-exc-2.c: Likewise.
3207 * gdb.threads/non-ldr-exc-3.c: Likewise.
3208 * gdb.threads/non-ldr-exc-4.c: Likewise.
3209 * gdb.threads/pthreads.c: Include unistd.h.
3210 (main): Declare returns int.
3211 * gdb.threads/tls-main.c (foo): New declaration.
3212 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
3213
f7e5394d
SM
32142015-01-23 Simon Marchi <simon.marchi@ericsson.com>
3215
3216 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
3217 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
3218
743649fd
MW
32192015-01-15 Mark Wielaard <mjw@redhat.com>
3220
3221 * gdb.base/noreturn-return.c: New file.
3222 * gdb.base/noreturn-return.exp: New file.
3223 * gdb.base/noreturn-finish.c: New file.
3224 * gdb.base/noreturn-finish.exp: New file.
3225
198297aa
PA
32262015-01-23 Pedro Alves <palves@redhat.com>
3227
3228 * gdb.threads/continue-pending-after-query.c: New file.
3229 * gdb.threads/continue-pending-after-query.exp: New file.
3230
717cf30c
AG
32312015-01-22 Anders Granlund <anders.granlund@ericsson.com>
3232 Simon Marchi <simon.marchi@ericsson.com>
3233
3234 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
3235 * gdb.base/valgrind-db-attach.exp: Same.
3236 * gdb.base/valgrind-infcall.exp: Same.
3237 * lib/mi-support.exp (default_mi_gdb_start): Same.
3238 * lib/prompt.exp (default_prompt_gdb_start): Same.
3239 * lib/gdb.exp (default_gdb_spawn): Same.
3240 (gdb_interact): New.
3241
3242
4b62a76e
JK
32432015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3244
3245 * gdb.compile/compile.exp (pointer to jit function): New test.
3246
b4cdae6f
WW
32472015-01-17 Wei-cheng Wang <cole945@gmail.com>
3248
3249 * lib/gdb.exp (supports_process_record): Return true for
3250 powerpc*-*-linux*.
3251 (supports_reverse): Likewise.
3252
d221e7ef
DB
32532015-01-15 Don Breazeal <donb@codesourcery.com>
3254
3255 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
3256 instead of checking whether the target board is remote and
3257 use spawn_wait_for_attach instead of exec/sleep.
3258 * gdb.base/attach-twice.exp: Likewise.
3259
bafffb51
JB
32602015-01-15 Joel Brobecker <brobecker@adacore.com>
3261
3262 * gdb.ada/var_arr_attrs: New testcase.
3263
5589af0e
PA
32642015-01-14 Pedro Alves <palves@redhat.com>
3265 Joel Brobecker <brobecker@adacore.com>
3266
3267 PR gdb/17525
3268 * gdb.base/bp-cmds-execution-x-script.c: New file.
3269 * gdb.base/bp-cmds-execution-x-script.exp: New file.
3270 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
3271
6c400b59
PA
32722015-01-14 Pedro Alves <palves@redhat.com>
3273
3274 PR cli/17828
3275 * gdb.base/batch-preserve-term-settings.c: New file.
3276 * gdb.base/batch-preserve-term-settings.exp: New file.
3277
e02c96a7
DE
32782015-01-13 Doug Evans <dje@google.com>
3279
3280 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
3281 binary.
3282
576fd14c
JB
32832015-01-13 Joel Brobecker <brobecker@adacore.com>
3284
3285 * Makefile.in (clean mostlyclean): Do not delete *.py.
3286
04dccad0
JB
32872015-01-13 Joel Brobecker <brobecker@adacore.com>
3288
3289 * gdb.python/py-lookup-type.exp: New file.
3290
3d230f71
PA
32912015-01-12 Pedro Alves <palves@redhat.com>
3292
3293 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
3294 restore GDBFLAGS before returning.
3295
7e67715d
JK
32962015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3297
3298 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
3299 is_amd64_regs_target and is_x86_like_target.
3300
f2e0d4b4
DE
33012015-01-11 Doug Evans <xdje42@gmail.com>
3302
3303 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
3304 is given without an explicit form.
3305 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
3306 attributes.
3307 * gdb.dwarf/corrupt.exp: Ditto.
3308 * gdb.dwarf2/enum-type.exp: Ditto.
3309 * gdb.trace/entry-values.exp: Ditto.
3310 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
3311
439250fb
DE
33122015-01-11 Doug Evans <xdje42@gmail.com>
3313
3314 PR gdb/15830
3315 * gdb.base/maint.exp: Remove references to "maint demangle".
3316 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
3317 Add tests for explicitly specifying language to demangle.
3318 * gdb.dlang/demangle.exp: Ditto.
3319
ede9f622
PA
33202015-01-09 Pedro Alves <palves@redhat.com>
3321
3322 * gdb.threads/non-stop-fair-events.c: New file.
3323 * gdb.threads/non-stop-fair-events.exp: New file.
3324
a7b796db
PA
33252015-01-09 Pedro Alves <palves@redhat.com>
3326
3327 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
3328 the global scope. Set a breakpoint after all threads are started
3329 rather than stepping over two source lines. Expect the prompt.
3330 * gdb.base/watch_thread_num.c (threads_started_barrier): New
3331 global.
3332 (NUM): Now 15.
3333 (main): Use threads_started_barrier to wait for all threads to
3334 start. Main thread no longer calls thread_function. Exit after
3335 180 seconds.
3336 (loop): New function.
3337 (thread_function): Wait on threads_started_barrier barrier. Call
3338 'loop' at each iteration.
3339 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
3340 threads have started, instead of hardcoding number of "next"
3341 steps. Use an access watchpoint instead of a write watchpoint.
3342
9665ffdd
PA
33432015-01-09 Pedro Alves <palves@redhat.com>
3344
3345 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
3346 (thread_func): Wait on barrier.
3347 (main): Wait for all threads to start before stopping GDB.
3348 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
3349 global.
3350 (thread1_func, thread2_func): Wait on barrier.
3351 (main): Wait for all threads to start before stopping GDB.
3352 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
3353 New global.
3354 (thread1_func, thread2_func): Wait on barrier.
3355 (main): Wait for all threads to start before stopping GDB.
3356
c945a99f
PA
33572015-01-09 Pedro Alves <palves@redhat.com>
3358
3359 * gdb.threads/attach-many-short-lived-threads.c: New file.
3360 * gdb.threads/attach-many-short-lived-threads.exp: New file.
3361
c1a747c1
PA
33622014-01-09 Pedro Alves <palves@redhat.com>
3363
3364 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
3365 instead of to thread 2.
3366 * gdb.threads/signal-command-multiple-signals-pending.c (main):
3367 Add barrier around each pthread_create call instead of around all
3368 calls.
3369 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
3370 Set a break on thread_function and have the child threads hit it
3371 one at at a time.
3372
60b3033e
PA
33732015-01-09 Pedro Alves <palves@redhat.com>
3374
3375 * lib/gdb.exp (can_spawn_for_attach): New procedure.
3376 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
3377 false.
3378 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
3379 checking whether the target board is remote.
3380 * gdb.multi/multi-attach.exp: Likewise.
3381 * gdb.python/py-sync-interp.exp: Likewise.
3382 * gdb.server/ext-attach.exp: Likewise.
3383 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
3384 tests that need to attach, instead of checking whether the target
3385 board is remote at the top of the file.
3386
acc018ac
YQ
33872015-01-08 Yao Qi <yao@codesourcery.com>
3388
3389 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
3390
50a18af8
JK
33912015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3392
3393 Fix testcase compilation.
3394 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
3395
8503d6e1
JB
33962015-01-06 Joel Brobecker <brobecker@adacore.com>
3397
3398 * gdb.python/py-type.exp: Add a couple test about empty
3399 array creation, and negative-length array creation.
3400
cc73dbcc
DE
34012015-01-02 Doug Evans <xdje42@gmail.com>
3402
3403 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
3404
0300bbc7
DE
34052015-01-02 Doug Evans <dje@google.com>
3406
3407 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
3408
9d85a0ec
YQ
34092014-12-29 Yao Qi <yao@codesourcery.com>
3410
3411 * gdb.trace/entry-values.exp: Update comments. Rename variable
3412 bar_call_foo to returned_from_foo.
3413
87186c6a
MMN
34142014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3415
3416 PR gdb/17394
3417 * gdb.linespec/break-asm-file.c: New file.
3418 * gdb.linespec/break-asm-file.exp: New file.
3419 * gdb.linespec/break-asm-file0.s: New file.
3420 * gdb.linespec/break-asm-file1.s: New file.
3421
1bab7383
YQ
34222014-12-18 Nigel Stephens <nigel@mips.com>
3423 Maciej W. Rozycki <macro@codesourcery.com>
3424
3425 * gdb.base/float.exp: Handle the new output from "info float" on
3426 MIPS targets.
3427
1bc1068a
JK
34282014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3429
3430 Fix MinGW compilation.
3431 * gdb.compile/compile-ops.exp: Update untested message if
3432 !skip_compile_feature_tests.
3433 * gdb.compile/compile-setjmp.exp: Likewise.
3434 * gdb.compile/compile-tls.exp: Likewise.
3435 * gdb.compile/compile.exp: Likewise.
3436 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
3437 supported on this host".
3438
b6615d10
DE
34392014-12-16 Doug Evans <xdje42@gmail.com>
3440
3441 * boards/stabs.exp: New file.
3442
25dda427
AA
34432014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
3444
3445 * gdb.base/completion.exp: Adjust to format changes of "maint
3446 print user-registers".
3447
bf330350
CU
34482014-12-16 Catalin Udma <catalin.udma@freescale.com>
3449
3450 PR server/17457
3451 * gdb.arch/aarch64-fp.c: New file.
3452 * gdb.arch/aarch64-fp.exp: New file.
3453
395cf596
SDJ
34542014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3455
3456 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
3457 r210637, r210913, r211666, r215400, r215817).
3458
3459 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
3460 * dg-extract-results.py: New file.
3461 * dg-extract-results.sh: Use it if the environment seems
3462 suitable.
3463
3464 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
3465
3466 * dg-extract-results.py (parse_run): Handle warnings that
3467 are printed before a test harness is run.
3468
3469 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
3470
3471 * dg-extract-results.py (Named): Remove __cmp__ method.
3472 (output_variation): Use a key to sort variation.harnesses.
3473
3474 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
3475
3476 * dg-extract-results.py: For Python 3, force sys.stdout to
3477 handle surrogate escape sequences.
3478 (safe_open): New function.
3479 (output_segment, main): Use it.
3480
3481 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
3482
3483 * dg-extract-results.py (Prog.result_re): Include options
3484 in test name.
3485
3486 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
3487
3488 * dg-extract-results.py (output_variation): Always sort if
3489 do_sum.
3490
e882ef3c
SM
34912014-12-15 Simon Marchi <simon.marchi@ericsson.com>
3492
3493 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
3494 as long as we get pagination notifications.
3495
4992aa20
JM
34962014-12-15 Jason Merrill <jason@redhat.com>
3497
3498 * Makefile.in (check-gdb.%): Restore.
3499 * README: Mention it.
3500
c1b5a1a6
JB
35012014-12-13 Joel Brobecker <brobecker@adacore.com>
3502
3503 * gdb.ada/str_uninit: New testcase.
3504
5537b577
JK
35052014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3506
3507 PR symtab/17642
3508 * gdb.base/vla-stub-define.c: New file.
3509 * gdb.base/vla-stub.c: New file.
3510 * gdb.base/vla-stub.exp: New file.
3511
bb2ec1b3
TT
35122014-12-12 Phil Muldoon <pmuldoon@redhat.com>
3513 Jan Kratochvil <jan.kratochvil@redhat.com>
3514 Tom Tromey <tromey@redhat.com>
3515
3516 * configure.ac: Add gdb.compile/.
3517 * configure: Regenerate.
3518 * gdb.compile/Makefile.in: New file.
3519 * gdb.compile/compile-ops.exp: New file.
3520 * gdb.compile/compile-ops.c: New file.
3521 * gdb.compile/compile-tls.c: New file.
3522 * gdb.compile/compile-tls.exp: New file.
3523 * gdb.compile/compile-constvar.S: New file.
3524 * gdb.compile/compile-constvar.c: New file.
3525 * gdb.compile/compile-mod.c: New file.
3526 * gdb.compile/compile-nodebug.c: New file.
3527 * gdb.compile/compile-setjmp-mod.c: New file.
3528 * gdb.compile/compile-setjmp.c: New file.
3529 * gdb.compile/compile-setjmp.exp: New file.
3530 * gdb.compile/compile-shlib.c: New file.
3531 * gdb.compile/compile.c: New file.
3532 * gdb.compile/compile.exp: New file.
3533 * lib/gdb.exp (skip_compile_feature_tests): New proc.
3534
4ff709eb
TT
35352014-12-12 Tom Tromey <tromey@redhat.com>
3536
3537 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
3538 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
3539
6dddd6a5
DE
35402014-12-12 Doug Evans <dje@google.com>
3541
3542 * lib/gdb-python.exp (get_python_valueof): New function.
3543 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
3544
71c24708
AA
35452014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3546
3547 * gdb.base/completion.exp: Add test for completion of "info
3548 registers ".
3549
3e29f34a
MR
35502014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
3551
3552 * gdb.base/func-ptrs.c: New file.
3553 * gdb.base/func-ptrs.exp: New file.
3554
fc126975
SM
35552014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3556
3557 PR breakpoints/17012
3558 * gdb.base/dprintf-detach.c: New file.
3559 * gdb.base/dprintf-detach.exp: New file.
3560
0a46d518
SM
35612014-12-10 Simon Marchi <simon.marchi@ericsson.com>
3562
3563 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
3564 * lib/gdb.exp (target_is_gdbserver): New procedure.
3565
a0be3e44
DE
35662014-12-08 Doug Evans <dje@google.com>
3567
3568 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
3569
df1b803a
YQ
35702014-12-05 Yao Qi <yao@codesourcery.com>
3571
3572 * gdb.guile/scm-error.exp: Remove the third argument to
3573 gdb_remote_download.
3574 * gdb.guile/scm-frame-args.exp: Likewise.
3575 * gdb.guile/scm-section-script.exp: Likewise.
3576
ddb9f679
YQ
35772014-12-05 Yao Qi <yao@codesourcery.com>
3578
3579 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
3580
86e4ed39
DE
35812014-12-04 Doug Evans <dje@google.com>
3582
3583 * gdb.python/py-objfile.exp: Add tests for
3584 objfile.add_separate_debug_file.
3585
7c50a931
DE
35862014-12-04 Doug Evans <dje@google.com>
3587
3588 * lib/gdb.exp (get_build_id): New function.
3589 (build_id_debug_filename_get): Rewrite to use it.
3590 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
3591
621661e3
MR
35922014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
3593
3594 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
3595 `method(long)', not just 0x0.
3596 * gdb.cp/nsalias.exp: Align code labels to 4.
3597 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
3598 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
3599 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
3600 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
3601 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
3602 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
3603
29f0c3b7
DE
36042014-12-02 Doug Evans <dje@google.com>
3605
e1e061e7 3606 PR symtab/17602
29f0c3b7 3607 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 3608 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
3609 * gdb.cp/anon-ns.exp: Update.
3610
162078c8
NB
36112014-12-02 Nick Bull <nicholaspbull@gmail.com>
3612
3613 * gdb.python/py-events.py (inferior_call_handler): New.
3614 (register_changed_handler, memory_changed_handler): New.
3615 (test_events.invoke): Register new handlers.
3616 * gdb.python/py-events.exp: Add tests for inferior call,
3617 memory_changed and register_changed events.
3618
fdb09caf
AA
36192014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3620
3621 * gdb.base/execl-update-breakpoints.exp: Specify the link address
3622 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
3623 if the linker doesn't understand this.
3624
55cfb2c4
SM
36252014-12-01 Simon Marchi <simon.marchi@ericsson.com>
3626
3627 * gdb.python/python.exp: Change expected reply to help().
3628
9e8cd6df
YQ
36292014-12-01 Yao Qi <yao@codesourcery.com>
3630
3631 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
3632 AC_CONFIG_SUBDIRS(gdb.gdbtk).
3633 * configure: Re-generated.
3634
6c659fc2
SC
36352014-11-28 Siva Chandra Reddy <sivachandra@google.com>
3636
3637 * gdb.cp/chained-calls.cc: New file.
3638 * gdb.cp/chained-calls.exp: New file.
3639 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
3640
d7fc3181
SM
36412014-11-28 Simon Marchi <simon.marchi@ericsson.com>
3642
3643 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
3644 * gdb.dwarf2/symtab-producer.exp: Same.
3645 * gdb.gdb/python-interrupts.exp: Same.
3646 * gdb.gdb/python-selftest.exp: Same.
3647 * gdb.python/py-linetable.exp: Same.
3648 * gdb.python/py-type.exp: Same.
3649 * gdb.python/py-value-cc.exp: Same.
3650 * gdb.python/py-value.exp: Same.
3651
10e79639
YQ
36522014-11-28 Yao Qi <yao@codesourcery.com>
3653
3654 * gdb.base/break-probes.exp: Match library name prefixed with
3655 sysroot.
3656
f28a0564
SM
36572014-11-27 Simon Marchi <simon.marchi@ericsson.com>
3658
3659 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
3660 test expected output. Add parentheses for the call to print.
3661 Remove L suffix from integers.
3662
3fe1ce1d
DE
36632014-11-26 Doug Evans <dje@google.com>
3664
3665 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
3666
84429e27
YQ
36672014-11-22 Yao Qi <yao@codesourcery.com>
3668
3669 * gdb.trace/entry-values.c: Remove asms.
3670 (foo): Add foo_label.
3671 (bar): Add bar_label.
3672 * gdb.trace/entry-values.exp: Remove code computing foo's
3673 length and bar's length.
3674 (Dwarf::assemble): Invoke function_range for bar and use
3675 MACRO_AT_func for foo.
3676
26741859
YQ
36772014-11-22 Yao Qi <yao@codesourcery.com>
3678
3679 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
3680 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
3681 Use .Lgcc43_procstart instead of gcc43.
3682
45e44d27
JB
36832014-11-21 Joel Brobecker <brobecker@adacore.com>
3684
3685 * gdb.ada/n_arr_bound: New testcase.
3686
458c8db8
SDJ
36872014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3688
3689 PR breakpoints/10737
3690 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
3691 test_catch_syscall_multi_arch.
3692 (test_catch_syscall_multi_arch): New function.
3693
43f3e411
DE
36942014-11-20 Doug Evans <xdje42@gmail.com>
3695
3696 * gdb.base/maint.exp: Update expected output.
3697
0d7b2549
AA
36982014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3699
3700 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
3701 4-byte instruction on S390.
3702
8908fca5
JB
37032014-11-19 Joel Brobecker <brobecker@adacore.com>
3704
3705 * gdb.ada/arr_arr: New testcase.
3706
4a46959e
JB
37072014-11-19 Joel Brobecker <brobecker@adacore.com>
3708
3709 * gdb.ada/pkd_arr_elem: New Testcase.
3710
470e2f4e
LM
37112014-11-18 Luis Machado <lgustavo@codesourcery.com>
3712
3713 * gdb.reverse/break-precsave: Expect completion message for
3714 core file reads.
3715 * gdb.reverse/consecutive-precsave.exp: Likewise.
3716 * gdb.reverse/finish-precsave.exp: Likewise.
3717 * gdb.reverse/i386-precsave.exp: Likewise.
3718 * gdb.reverse/machinestate-precsave.exp: Likewise.
3719 * gdb.reverse/sigall-precsave.exp: Likewise.
3720 * gdb.reverse/solib-precsave.exp: Likewise.
3721 * gdb.reverse/step-precsave.exp: Likewise.
3722 * gdb.reverse/until-precsave.exp: Likewise.
3723 * gdb.reverse/watch-precsave.exp: Likewise.
3724
a267f3ad
AA
37252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3726
3727 * gdb.base/bp-permanent.c: Include unistd.h.
3728 * gdb.python/py-framefilter-mi.c (main): Add return type.
3729 * gdb.python/py-framefilter.c (main): Likewise.
3730 * gdb.trace/actions-changed.c (main): Likewise.
3731
12084a9a
AA
37322014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3733
3734 * gdb.mi/until.c: Add eye-catchers.
3735 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
3736 line numbers.
3737
dc7e1a77
AA
37382014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3739
3740 * gdb.base/condbreak.exp: Drop references to removed non-prototype
3741 function header variants in break1.c.
3742 * gdb.base/ena-dis-br.exp: Likewise.
3743 * gdb.base/hbreak2.exp: Likewise.
3744 * gdb.reverse/until-precsave.exp: Drop references to removed
3745 non-prototype function header variants in ur1.c.
3746 * gdb.reverse/until-reverse.exp: Likewise.
3747
41c77605
PM
37482014-11-17 Petr Machata <pmachata@redhat.com>
3749
3750 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
3751 ${_cu_offset_size} bytes abbrev offset.
3752
34248c3a
DE
37532014-11-15 Doug Evans <xdje42@gmail.com>
3754
3755 PR symtab/17559
3756 * gdb.base/line-symtabs.exp: New file.
3757 * gdb.base/line-symtabs.c: New file.
3758 * gdb.base/line-symtabs.h: New file.
3759
646da059
YQ
37602014-11-14 Yao Qi <yao@codesourcery.com>
3761
3762 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
3763 (func): Add label func_label.
3764 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
3765 Replace low_pc and high_pc with MACRO_AT_range.
3766 Replace name, low_pc and high_pc with MACRO_AT_func.
3767
9301ebe6
YQ
37682014-11-14 Yao Qi <yao@codesourcery.com>
3769
3770 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
3771 Replace name, low_pc and high_pc with MACRO_AT_func.
3772
f166b542
YQ
37732014-11-14 Yao Qi <yao@codesourcery.com>
3774
3775 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
3776 produce debug information.
3777 * gdb.dwarf2/implptr-optimized-out.S: Removed.
3778
0f6e71e3
YQ
37792014-11-14 Yao Qi <yao@codesourcery.com>
3780
3781 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
3782 object and get function length.
3783 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
3784 with MACRO_AT_func.
3785 (top-level): Replace gdb_compile and clean_restart with
3786 prepare_for_testing.
3787 * gdb.dwarf2/main.c (main): Add label main_label.
3788
876c4df9
YQ
37892014-11-14 Yao Qi <yao@codesourcery.com>
3790
3791 * lib/dwarf.exp (function_range): New procedure.
3792 (Dwarf::_handle_macro_at_func): New procedure.
3793 (Dwarf::_handle_macro_at_range): New procedure.
3794 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
3795
02ad9cf1
YQ
37962014-11-14 Yao Qi <yao@codesourcery.com>
3797
3798 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
3799 (_handle_attribute): New procedure.
3800
a59add0c
AA
38012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3802
3803 * gdb.ada/cond_lang/foo.c (callme): Add return type.
3804 * gdb.base/call-sc.c (zed): Likewise.
3805 * gdb.base/checkpoint.c (main): Likewise.
3806 * gdb.base/dump.c (main): Likewise.
3807 * gdb.base/gcore.c (main): Likewise.
3808 * gdb.base/huge.c (main): Likewise.
3809 * gdb.base/multi-forks.c (main): Likewise.
3810 * gdb.base/pr10179-a.c (main): Likewise.
3811 * gdb.base/savedregs.c (main): Likewise.
3812 * gdb.base/sigaltstack.c (main): Likewise.
3813 * gdb.base/siginfo.c (main): Likewise.
3814 * gdb.base/structs.c (zed): Likewise.
3815 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
3816 * gdb.mi/mi-syn-frame.c (main): Likewise.
3817 * gdb.mi/until.c (foo, main): Likewise.
3818 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
3819 * gdb.base/solib-weak.c (foo): Declare.
3820 * gdb.base/attach-twice.c: Include stdio.h.
3821 * gdb.base/weaklib1.c: Likewise.
3822 * gdb.base/weaklib2.c: Likewise.
3823 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
3824 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
3825 unistd.h.
3826 * gdb.base/attach-pie-misread.c: Include stdlib.h.
3827 * gdb.mi/mi-exit-code.c: Likewise.
3828 * gdb.base/break-interp-lib.c: Include string.h.
3829 * gdb.base/coremaker.c: Likewise.
3830 * gdb.base/testenv.c: Likewise.
3831 * gdb.python/py-finish-breakpoint.c: Likewise.
3832 * gdb.base/inferior-died.c: Include sys/wait.h.
3833 * gdb.base/fileio.c: Include time.h.
3834 * gdb.base/async-shell.c: Include unistd.h.
3835 * gdb.base/dprintf-non-stop.c: Likewise.
3836 * gdb.base/info-os.c: Likewise.
3837 * gdb.mi/mi-console.c: Likewise.
3838 * gdb.mi/watch-nonstop.c: Likewise.
3839 * gdb.python/py-events.c: Likewise.
3840 * gdb.base/async.c (baz): Move up before its invocation.
3841 * gdb.base/code_elim2.c (my_global_func): Likewise.
3842 * gdb.base/skip-solib-lib.c (multiply): Likewise.
3843 * gdb.base/advance.c (func2): Likewise.
3844
3b5d5997
AA
38452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3846
3847 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
3848 variant.
3849 * gdb.base/annota3.c: Likewise.
3850 * gdb.base/async.c: Likewise.
3851 * gdb.base/average.c: Likewise.
3852 * gdb.base/call-ar-st.c: Likewise.
3853 * gdb.base/call-rt-st.c: Likewise.
3854 * gdb.base/call-sc.c: Likewise.
3855 * gdb.base/call-strs.c: Likewise.
3856 * gdb.base/ending-run.c: Likewise.
3857 * gdb.base/execd-prog.c: Likewise.
3858 * gdb.base/exprs.c: Likewise.
3859 * gdb.base/foll-exec.c: Likewise.
3860 * gdb.base/foll-fork.c: Likewise.
3861 * gdb.base/foll-vfork.c: Likewise.
3862 * gdb.base/funcargs.c: Likewise.
3863 * gdb.base/gcore.c: Likewise.
3864 * gdb.base/jump.c: Likewise.
3865 * gdb.base/langs0.c: Likewise.
3866 * gdb.base/langs1.c: Likewise.
3867 * gdb.base/langs2.c: Likewise.
3868 * gdb.base/mips_pro.c: Likewise.
3869 * gdb.base/nodebug.c: Likewise.
3870 * gdb.base/opaque0.c: Likewise.
3871 * gdb.base/opaque1.c: Likewise.
3872 * gdb.base/recurse.c: Likewise.
3873 * gdb.base/run.c: Likewise.
3874 * gdb.base/scope0.c: Likewise.
3875 * gdb.base/scope1.c: Likewise.
3876 * gdb.base/setshow.c: Likewise.
3877 * gdb.base/setvar.c: Likewise.
3878 * gdb.base/shmain.c: Likewise.
3879 * gdb.base/shr1.c: Likewise.
3880 * gdb.base/shr2.c: Likewise.
3881 * gdb.base/sigall.c: Likewise.
3882 * gdb.base/signals.c: Likewise.
3883 * gdb.base/so-indr-cl.c: Likewise.
3884 * gdb.base/solib2.c: Likewise.
3885 * gdb.base/structs.c: Likewise.
3886 * gdb.base/sum.c: Likewise.
3887 * gdb.base/vforked-prog.c: Likewise.
3888 * gdb.base/watchpoint.c: Likewise.
3889 * gdb.reverse/shr2.c: Likewise.
3890 * gdb.reverse/until-reverse.c: Likewise.
3891 * gdb.reverse/ur1.c: Likewise.
3892 * gdb.reverse/watch-reverse.c: Likewise.
3893
066a77c5
AA
38942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3895
3896 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
3897 variant.
3898 * gdb.base/sepdebug.exp: Drop references to removed code.
3899
4f204ea5
AA
39002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3901
3902 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
3903 variant. Preserve original line numbering.
3904 * gdb.base/list1.c: Likewise.
3905
3b377a3a
AA
39062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3907
3908 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
3909 variant.
3910 * gdb.base/break1.c: Likewise.
3911 * gdb.base/break.exp: Drop references to removed code.
3912
e444df73
AA
39132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3914
3915 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
3916 variant.
3917
8008f2a7
AA
39182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3919
3920 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
3921
a5a06887
AA
39222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3923
3924 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
3925 logic into perform_all_tests() and invoke it with and without
3926 function header prototypes.
3927 (do_function_calls): Remove conditional XFAIL for PR 5318.
3928 (rerun_and_prepare): Remove duplicate code.
3929 (perform_all_tests): New. Main logic moved here.
3930
44dba9b9
AA
39312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3932
3933 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
3934 code guarded by #ifdef NO_PROTOTYPES.
3935 (t_double_many_args): Likewise.
3936 (DEF_FUNC_MANY_ARGS_1): Likewise.
3937 (DEF_FUNC_VALUES_1): Likewise.
3938 (t_structs_ldc): Renamed from t_structs_fc in conditional code
3939 guarded by #ifdef PROTOTYPES.
3940
d1fbcd56
AA
39412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3942
3943 * gdb.mi/mi-console.c: Add eye-catcher.
3944 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
3945 instead of literal line number.
3946
b0e59b8f
AA
39472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3948
3949 * gdb.base/shr2.c: Add eye-catcher.
3950 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3951 line number.
3952
78f98cca
AA
39532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3954
3955 * gdb.base/jump.c: Add eye-catchers.
3956 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3957 numbers.
3958
58fa2af0
AA
39592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3960
3961 * gdb.base/execd-prog.c: Add eye-catchers.
3962 * gdb.base/foll-exec.c: Likewise.
3963 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3964 line numbers.
3965
04e5059b
AA
39662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3967
3968 * gdb.base/ending-run.c: Add eye-catchers.
3969 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3970 literal line numbers.
3971
dbfdb174
AA
39722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3973
3974 * gdb.base/call-rt-st.c: Add eye-catchers.
3975 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3976 literal line numbers.
3977
888a2ade
AA
39782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3979
3980 * gdb.base/call-ar-st.c: Add eye-catchers.
3981 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3982 literal line numbers.
3983
6acc2dde
AA
39842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3985
3986 * gdb.base/average.c: Add eye-catchers.
3987 * gdb.base/sum.c: Likewise.
3988 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3989 regexps dynamically.
3990
9ecfcd1d
AA
39912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3992
3993 * gdb.base/solib1.c: Add eye-catchers.
3994 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3995 literal line numbers.
3996
78708b7c
PA
39972014-11-12 Pedro Alves <palves@redhat.com>
3998
3999 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
4000 leader has exited.
4001
af48d08f
PA
40022014-11-12 Pedro Alves <palves@redhat.com>
4003
4004 * gdb.arch/i386-bp_permanent.c: New file.
4005 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
4006 (srcfile): Set to i386-bp_permanent.c.
4007 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
4008 that stepi does not execute the 'leave' instruction, instead of
4009 testing it does execute.
4010 * gdb.base/bp-permanent.c: New file.
4011 * gdb.base/bp-permanent.exp: New file.
4012
af3768e9
DE
40132014-11-10 Doug Evans <xdje42@gmail.com>
4014
4015 PR symtab/17564
4016 * gdb.base/symtab-search-order.exp: New file.
4017 * gdb.base/symtab-search-order.c: New file.
4018 * gdb.base/symtab-search-order-1.c: New file.
4019 * gdb.base/symtab-search-order-shlib-1.c: New file.
4020
9de00a4a
PA
40212014-11-07 Pedro Alves <palves@redhat.com>
4022
4023 PR gdb/17511
4024 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
4025 i?86-*-linux*.
4026
e0f52461
SC
40272014-11-03 Siva Chandra Reddy <sivachandra@google.com>
4028
4029 PR c++/17494
4030 * gdb.cp/pr17494.cc: New file.
4031 * gdb.cp/pr17494.exp: New file.
4032
6ce8c980
YQ
40332014-11-02 Yao Qi <yao@codesourcery.com>
4034
4035 * gdb.python/python.exp: Get working directory and match the
4036 output of "set extended-prompt \\w " with it.
4037
02be9a71
DE
40382014-10-30 Doug Evans <dje@google.com>
4039
4040 * gdb.python/py-objfile.exp: Add tests for setting random attributes
4041 in objfiles.
4042 * gdb.python/py-progspace.exp: Add tests for setting random attributes
4043 in progspaces.
4044
3bdff46b
LM
40452014-10-30 Janis Johnson <janisjo@codesourcery.com>
4046
4047 * gdb.base/fullpath-expand.exp: Skip for a remote host.
4048 * gdb.base/realname-expand.exp: Likewise.
4049 * gdb.linespec/macro-relative.exp: Likewise.
4050
ab917dfb
PA
40512014-10-29 Pedro Alves <palves@redhat.com>
4052
4053 PR gdb/17408
4054 * gdb.threads/schedlock.c (some_function): New function.
4055 (call_function): New global.
4056 (MAYBE_CALL_SOME_FUNCTION): New macro.
4057 (thread_function): Call it.
4058 * gdb.threads/schedlock.exp (get_args): Add description parameter,
4059 and use it instead of a global counter. Adjust all callers.
4060 (get_current_thread): Use "find current thread" for test message
4061 here rather than having all callers pass down the same string.
4062 (goto_loop): New procedure, factored out from ...
4063 (my_continue): ... this.
4064 (step_ten_loops): Change parameter from test message to command to
4065 use. Adjust.
4066 (list_count): Delete global.
4067 (check_result): New procedure, factored out from duplicate top
4068 level code.
4069 (continue tests): Wrap in with_test_prefix.
4070 (test_step): New procedure, factored out from duplicate top level
4071 code.
4072 (top level): Test "step" in combination with all scheduler-locking
4073 modes. Test "next" in combination with all scheduler-locking
4074 modes, and in combination with stepping over a function call or
4075 not.
4076 * gdb.threads/next-bp-other-thread.c: New file.
4077 * gdb.threads/next-bp-other-thread.exp: New file.
4078
d3d4baed
PA
40792014-10-29 Pedro Alves <palves@redhat.com>
4080
4081 PR python/17372
4082 * gdb.python/python.exp: Test a multi-line command that spawns
4083 interactive Python.
4084 * gdb.base/multi-line-starts-subshell.exp: New file.
4085
563e8d85
YQ
40862014-10-29 Yao Qi <yao@codesourcery.com>
4087
4088 * gdb.base/fileio.exp: Make directories on host.
4089
0ea4d52e
YQ
40902014-10-29 Yao Qi <yao@codesourcery.com>
4091
4092 * gdb.base/fileio.c (test_write): Close the file.
4093
7f5ef605
PA
40942014-10-28 Pedro Alves <palves@redhat.com>
4095
4096 PR gdb/12623
4097 * gdb.base/sigstep.c (no_handler): New global.
4098 (main): If 'no_handler is true, set the signal handlers to
4099 SIG_IGN.
4100 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
4101 with_sw_watch and no_handler parameters. Handle them.
4102 (top level) <stepping over handler when stopped at a breakpoint
4103 test>: Add a test axis for testing with a software watchpoint, and
4104 another for testing with the signal handler set to SIG_IGN.
4105 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
4106 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
4107
abbdbd03
PA
41082014-10-28 Pedro Alves <palves@redhat.com>
4109
4110 PR gdb/17511
4111 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
4112 * gdb.base/sigstep.exp (other_handler_location): New global.
4113 (advance): Support stepping into the signal handler, and running
4114 commands while in the handler.
4115 (in_handler_map): New global.
4116 (top level): In the advance test, add combinations for getting
4117 into the handler with stepping commands, and for running commands
4118 in the handler. Add comment descripting the advancei tests.
4119
1df4399f
PA
41202014-10-28 Pedro Alves <palves@redhat.com>
4121
4122 * gdb.base/sigstep.exp: Use build_executable instead of
4123 prepare_for_testing.
4124 (top level): Move code that starts GDB, runs to main and creates a
4125 display to ...
4126 (restart): ... this new procedure.
4127 (top level): Move backtrace from signal handler test to ...
4128 (validate_backtrace): ... this new procedure.
4129 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
4130 with_test_prefix. Always restart GDB.
4131 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
4132 with_test_prefix. Always restart GDB. No need to delete
4133 breakpoints after the test.
4134 (test_skip_handler): Remove prefix parameter.
4135 (skip_over_handler, breakpoint_to_handler)
4136 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
4137 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
4138 restart GDB. No need to delete breakpoints after the test.
4139 (top level): Use foreach to call the test procedures with
4140 different commands.
4141
a5b6e449
PA
41422014-10-28 Pedro Alves <palves@redhat.com>
4143
4144 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
4145 instead of GNATS numbers.
4146 * gdb.base/sigbpt.exp: Likewise.
4147 * gdb.base/siginfo.exp: Likewise.
4148 * gdb.base/sigstep.exp: Likewise.
4149
e5f8a7cc
PA
41502014-10-27 Pedro Alves <palves@redhat.com>
4151
4152 * gdb.base/sigstep.c (dummy): New global.
4153 (main): Issue a couple writes to the new global.
4154 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
4155 procedures.
4156 (skip_over_handler): Use test_skip_handler.
4157 (top level): Call skip_over_handler for stepi and nexti too.
4158 (breakpoint_over_handler): Use test_skip_handler.
4159 (top level): Call breakpoint_over_handler for stepi and nexti too.
4160
763905a3
YQ
41612014-10-27 Yao Qi <yao@codesourcery.com>
4162
4163 * gdb.trace/tfile.c (adjust_function_address)
4164 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
4165 function descriptor.
4166
6f259a23
DB
41672014-10-24 Don Breazeal <donb@codesourcery.com>
4168
4169 * gdb.base/foll-fork.exp (test_follow_fork,
4170 catch_fork_child_follow): Check for updated fork messages emitted
4171 from infrun.c.
4172 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
4173 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
4174 vfork_and_exec_child_follow_through_step): Check for updated vfork
4175 messages emitted from infrun.c.
4176
09dd9a69
PA
41772014-10-24 Pedro Alves <palves@redhat.com>
4178
4179 * gdb.base/corefile.exp: Remove references to ultrix.
4180 * gdb.base/interrupt.exp: Likewise.
4181 * gdb.base/whatis.exp: Likewise.
4182 * gdb.gdb/selftest.exp: Likewise.
4183 * gdb.threads/manythreads.exp: Likewise.
4184 * gdb.threads/print-threads.exp: Likewise.
4185 * gdb.threads/pthreads.exp:: Likewise.
4186 * gdb.threads/schedlock.exp: Likewise.
4187
3433cfa5
SC
41882014-10-24 Siva Chandra Reddy <sivachandra@google.com>
4189
4190 * gdb.cp/non-trivial-retval.cc: Add a test case.
4191 * gdb.cp/non-trivial-retval.exp: Add a test.
4192
092f880b
YQ
41932014-10-20 Yao Qi <yao@codesourcery.com>
4194
4195 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
4196 * gdb.python/py-objfile-script-gdb.py: New file.
4197 * gdb.python/py-objfile-script.exp: Update reference to
4198 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
4199 of remote_download. Remove the dest file.
4200
acbdb7f3
YQ
42012014-10-20 Yao Qi <yao@codesourcery.com>
4202
4203 * gdb.base/checkpoint.exp: Don't remove file copied on host.
4204 * gdb.base/step-line.exp: Likewise.
4205 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4206 * gdb.dwarf2/dw2-basic.exp: Likewise.
4207 * gdb.dwarf2/dw2-compressed.exp: Likewise.
4208 * gdb.dwarf2/dw2-filename.exp: Likewise.
4209 * gdb.dwarf2/dw2-intercu.exp: Likewise.
4210 * gdb.dwarf2/dw2-intermix.exp: Likewise.
4211 * gdb.dwarf2/dw2-producer.exp: Likewise.
4212 * gdb.dwarf2/mac-fileno.exp: Likewise.
4213 * gdb.python/py-frame-args.exp: Likewise.
4214 * gdb.python/py-framefilter.exp: Likewise.
4215 * gdb.python/py-mi.exp: Likewise.
4216 * gdb.python/py-objfile-script.exp: Likewise
4217 * gdb.python/py-pp-integral.exp: Likewise.
4218 * gdb.python/py-pp-re-notag.exp: Likewise.
4219 * gdb.python/py-prettyprint.exp: Likewise.
4220 * gdb.python/py-section-script.exp: Likewise.
4221 * gdb.python/py-typeprint.exp: Likewise.
4222 * gdb.python/py-xmethods.exp: Likewise.
4223 * gdb.stabs/weird.exp: Likewise.
4224 * gdb.xml/tdesc-regs.exp: Likewise.
4225
bd286a29
KCY
42262014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
4227
4228 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
4229 (out_cu): Use addr_len for the size of addresses.
4230 (out_line): Likewise. Size DW_LNE_set_address instruction
4231 according to addr_len.
4232 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
4233 (FUNC): Add START_INSNS to definition.
4234
673dc4a0
YQ
42352014-10-18 Yao Qi <yao@codesourcery.com>
4236
4237 * gdb.base/argv0-symlink.exp: Check argv[0] value if
4238 gdb_has_argv0 return true.
4239 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
4240 check [target_info exists noargs], check [gdb_has_argv0]
4241 instead.
4242 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4243 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
4244 procedures.
4245
4ffbba72
DE
42462014-10-17 Doug Evans <dje@google.com>
4247
4248 * gdb.python/py-events.exp: Update expected output for clear_objfiles
4249 event.
4250 * gdb.python/py-events.py: Add clear_objfiles event.
4251
d096d8c1
DE
42522014-10-17 Doug Evans <dje@google.com>
4253
4254 * gdb.python/py-objfile.exp: Test progspace attribute.
4255
a80db015
LM
42562014-10-17 Luis Machado <lgustavo@codesourcery.com>
4257
4258 * gdb.guile/scm-breakpoint.exp: Do not assume any
4259 directory separators when matching source file paths.
4260 * gdb.python/py-breakpoint.exp: Likewise.
4261 * gdb.reverse/break-precsave.exp: Likewise.
4262 * gdb.reverse/break-reverse.exp: Likewise.
4263 * gdb.reverse/consecutive-precsave.exp: Likewise.
4264 * gdb.reverse/finish-precsave.exp: Likewise.
4265 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
4266 * gdb.reverse/finish-reverse.exp: Likewise.
4267 * gdb.reverse/i386-precsave.exp: Likewise.
4268 * gdb.reverse/i387-env-reverse.exp: Likewise.
4269 * gdb.reverse/i387-stack-reverse.exp: Likewise.
4270 * gdb.reverse/machinestate-precsave.exp: Likewise.
4271 * gdb.reverse/machinestate.exp: Likewise.
4272 * gdb.reverse/sigall-precsave.exp: Likewise.
4273 * gdb.reverse/solib-precsave.exp: Likewise.
4274 * gdb.reverse/step-precsave.exp: Likewise.
4275 * gdb.reverse/until-precsave.exp: Likewise.
4276 * gdb.reverse/watch-precsave.exp: Likewise.
4277 * gdb.reverse/watch-reverse.exp: Likewise.
4278
b22089ab
YQ
42792014-10-17 Yao Qi <yao@codesourcery.com>
4280
4281 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
4282 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
4283
6c4486e6
PA
42842014-10-17 Pedro Alves <palves@redhat.com>
4285
4286 PR gdb/17471
4287 * gdb.base/bg-execution-repeat.c: New file.
4288 * gdb.base/bg-execution-repeat.exp: New file.
4289
0ff33695
PA
42902014-10-17 Pedro Alves <palves@redhat.com>
4291
4292 PR gdb/17300
4293 * gdb.base/continue-all-already-running.c: New file.
4294 * gdb.base/continue-all-already-running.exp: New file.
4295
6fdebc3d
PA
42962014-10-17 Pedro Alves <palves@redhat.com>
4297
4298 PR gdb/17472
4299 * gdb.base/annota-input-while-running.c: New file.
4300 * gdb.base/annota-input-while-running.exp: New file.
4301
32a8097b
PA
43022014-10-17 Pedro Alves <palves@redhat.com>
4303
4304 * gdb.base/callfuncs.exp: emove references to osf.
4305 * gdb.base/sigall.exp: Likewise.
4306 * gdb.gdb/selftest.exp: Likewise.
4307 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
4308 * gdb.mi/non-stop.c: Likewise.
4309 * gdb.mi/pthreads.c: Likewise.
4310 * gdb.reverse/sigall-precsave.exp: Likewise.
4311 * gdb.reverse/sigall-reverse.exp: Likewise.
4312 * gdb.threads/pthreads.c: Likewise.
4313 * gdb.threads/pthreads.exp: Likewise.
4314
7a3517ff
YQ
43152014-10-17 Yao Qi <yao@codesourcery.com>
4316
4317 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
4318 check 'target_info exists noargs'.
4319 (test_command_prompt_position): Likewise.
4320 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
4321 Remove "set args".
4322 (progvar_simple_while_test): Likewise.
4323 (progvar_complex_if_while_test): Likewise.
4324 (if_while_breakpoint_command_test): Likewise.
4325 (infrun_breakpoint_command_test): Likewise.
4326 (breakpoint_command_test): Likewise.
4327 (watchpoint_command_test): Likewise.
4328 (bp_deleted_in_command_test): Likewise.
4329 (temporary_breakpoint_commands): Likewise.
4330
bb99c472
YQ
43312014-10-16 Yao Qi <yao@codesourcery.com>
4332
4333 * gdb.base/remotetimeout.exp: Remove noargs checking.
4334
7c16b83e
PA
43352014-10-15 Pedro Alves <palves@redhat.com>
4336
4337 PR breakpoints/9649
4338 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
4339 * gdb.base/breakpoint-in-ro-region.exp
4340 (probe_target_hardware_step): New procedure.
4341 (top level): Probe hardware stepping and hardware breakpoint
4342 support. Test stepping through a read-only region, with both
4343 "breakpoint auto-hw" on and off and both "always-inserted" on and
4344 off.
4345
35a49624
IB
43462014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
4347
4348 * gdb.dlang/demangle.exp: Update for demangling changes.
4349
2d1c107c
SC
43502014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4351
4352 * gdb.cp/non-trivial-retval.cc: Add new test cases.
4353 * gdb.cp/non-trivial-retval.exp: Add new tests.
4354
778811d5
SC
43552014-10-15 Siva Chandra Reddy <sivachandra@google.com>
4356
4357 PR c++/13403
4358 PR c++/15154
4359 * gdb.cp/non-trivial-retval.cc: New file.
4360 * gdb.cp/non-trivial-retval.exp: New file.
4361
10c5f0a8
YQ
43622014-10-15 Yao Qi <yao@codesourcery.com>
4363
4364 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
4365 remote host.
4366
65d7b369
YQ
43672014-10-15 Yao Qi <yao@codesourcery.com>
4368
4369 * gdb.python/py-symbol.exp: Match file base name if host is
4370 remote, otherwise match file name with dir name.
4371 * gdb.python/py-symtab.exp: Likewise.
4372 * gdb.python/python.exp: Likewise.
4373
46dc1394
YQ
43742014-10-15 Yao Qi <yao@codesourcery.com>
4375
4376 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4377 pattern.
4378 * gdb.python/py-symtab.exp: Likewise.
4379 * gdb.python/python.exp: Remove trailing ".*". Fix typo
4380 locationn.
4381
c40cc657
JB
43822014-10-14 Joel Brobecker <brobecker@adacore.com>
4383
4384 * gdb.ada/addr_arith: New testcase.
4385
2abf49e1
MR
43862014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
4387
4388 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
4389 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
4390 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
4391 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
4392
f7088df3
SDJ
43932014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
4394
4395 * gdb.arch/stap-eval-lang-ada.S: Likewise.
4396 * gdb.arch/stap-eval-lang-ada.c: Likewise.
4397 * gdb.arch/stap-eval-lang-ada.exp: New file.
4398
4dc06805
YQ
43992014-10-14 Yao Qi <yao@codesourcery.com>
4400
4401 * gdb.mi/mi-var-child.c (nothing1): New function.
4402 (nothing2): New function.
4403 (do_children_tests): Set function pointers by nothing1 and
4404 nothing2.
4405 * gdb.mi/mi-var-child.exp: Step over new added statements.
4406 Update test to match the new output.
4407 * gdb.mi/var-cmd.c (nothing1): New function.
4408 (nothing2): New function.
4409 (do_children_tests): Set function pointers by nothing1 and
4410 nothing2.
4411 * gdb.mi/mi-var-display.exp: Update test to match output.
4412 Step to the line specified by $line_dct_nothing.
4413 Increase the number of lines to step.
4414
46a93de2
YQ
44152014-10-14 Yao Qi <yao@codesourcery.com>
4416
4417 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
4418 tests.
4419 * gdb.mi/mi2-var-child.exp: Likewise.
4420
14ea52ee
DE
44212014-10-13 Doug Evans <dje@google.com>
4422
4423 * gdb.python/py-objfile.exp: Change name of file name test.
4424
e5c6e92b
DE
44252014-10-13 Doug Evans <dje@google.com>
4426
4427 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
4428 from the start of the CU.
4429
c780cc2f
JK
44302014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4431 Yao Qi <yao@codesourcery.com>
4432
4433 Fix "save breakpoints" for "catch" command.
4434 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
4435 Remove -nonewline. Match also the added "main" line.
4436
99894e11
JK
44372014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4438
4439 Fix "save breakpoints" for "disable $bpnum" command.
4440 * gdb.base/save-bp.c (main): Add label.
4441 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
4442
6e1ac5a3
JK
44432014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4444
4445 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
4446
754dd2b0
YQ
44472014-10-11 Yao Qi <yao@codesourcery.com>
4448
4449 * gdb.server/server-kill.exp: Execute command
4450 "set remote trace-status-packet on" before "tstatus".
4451
f90183d7
YQ
44522014-10-11 Yao Qi <yao@codesourcery.com>
4453
4454 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
4455 (main): Call getppid.
4456 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
4457 and continue to it. Read variable "server_pid".
4458
bf40a607
YQ
44592014-10-11 Yao Qi <yao@codesourcery.com>
4460
4461 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
4462
052ca370
YQ
44632014-10-11 Yao Qi <yao@codesourcery.com>
4464
4465 * gdb.threads/thread-find.exp: Don't execute command
4466 "info threads".
4467 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
4468 * gdb.threads/linux-dp.exp: Don't check the condition
4469 $threads_created equals to zero.
4470
3831839c
PA
44712014-10-10 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.base/bigcore.exp: Remove references to IRIX.
4474 * gdb.base/funcargs.exp: Likewise.
4475 * gdb.base/interrupt.exp: Likewise.
4476 * gdb.base/mips_pro.exp: Likewise.
4477 * gdb.base/nodebug.exp: Likewise.
4478 * gdb.base/setvar.exp: Likewise.
4479 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
4480
8b9a549d
PA
44812014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4482 Pedro Alves <palves@redhat.com>
4483
4484 PR symtab/14466
4485 * gdb.base/vdso-warning.c: New file.
4486 * gdb.base/vdso-warning.exp: New file.
4487
d48ba5e8
DE
44882014-10-02 Doug Evans <dje@google.com>
4489
4490 * gdb.base/structs.c (main): Don't run forever.
4491
2278c276
PA
44922014-10-02 Pedro Alves <palves@redhat.com>
4493
4494 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
4495 (top level) <stop threads 1, stop threads 2>: Use it.
4496
b57bacec
PA
44972014-10-02 Pedro Alves <palves@redhat.com>
4498
4499 * gdb.threads/break-while-running.exp (test): Add new
4500 'update_thread_list' argument. Skip "info threads" if false.
4501 (top level): Add new 'update_thread_list' axis.
4502
13fd3ff3
PA
45032014-10-02 Pedro Alves <palves@redhat.com>
4504
4505 PR breakpoints/17431
4506 * gdb.base/execl-update-breakpoints.c: New file.
4507 * gdb.base/execl-update-breakpoints.exp: New file.
4508
0fec99e8
PA
45092014-10-01 Pedro Alves <palves@redhat.com>
4510
4511 * gdb.base/breakpoint-in-ro-region.c: New file.
4512 * gdb.base/breakpoint-in-ro-region.exp: New file.
4513
2ddf4301
SM
45142014-10-01 Simon Marchi <simon.marchi@ericsson.com>
4515
4516 * gdb.mi/mi-exit-code.exp: New file.
4517 * gdb.mi/mi-exit-code.c: New file.
4518
6a5f3f43
YQ
45192014-09-30 Yao Qi <yao@codesourcery.com>
4520
4521 * lib/prelink-support.exp (build_executable_own_libs): Error if
4522 the target isn't native.
4523
345bcc73
YQ
45242014-09-30 Yao Qi <yao@codesourcery.com>
4525
4526 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
4527 false.
4528
a25a5a45
PA
45292014-09-22 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.threads/break-while-running.exp: New file.
4532 * gdb.threads/break-while-running.c: New file.
4533
00ba3162
YQ
45342014-09-19 Yao Qi <yao@codesourcery.com>
4535
4536 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
4537 Invoke test. Restart GDB with --readnow and invoke test again.
4538
c3b7b696
YQ
45392014-09-19 Yao Qi <yao@codesourcery.com>
4540
4541 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
4542 proc set_breakpoint_on_gcd_function. Invoke
4543 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
4544 invoke set_breakpoint_on_gcd_function again.
4545
2b4fd423
DE
45462014-09-18 Doug Evans <dje@google.com>
4547
4548 * gdb.dwarf2/symtab-producer.exp: New file.
4549
a5947601
SDJ
45502014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4551
4552 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
4553 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
4554 * gdb.base/global-var-nested-by-dso.c: Likewise.
4555 * gdb.base/global-var-nested-by-dso.exp: Likewise.
4556
91c19059
SDJ
45572014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
4558 Pedro Alves <palves@redhat.com>
4559
4560 * gdb.base/watch-bitfields.exp: Pass string other than test file
4561 name to prepare_for_testing.
4562 (watch): New procedure.
4563 (expect_watchpoint): Use with_test_prefix.
4564 (top level): Factor out tests to ...
4565 (test_watch_location, test_regular_watch): ... these new
4566 procedures, and use with_test_prefix and gdb_continue_to_end.
4567
bb9d5f81
PP
45682014-09-16 Patrick Palka <patrick@parcs.ath.cx>
4569
4570 PR breakpoints/12526
4571 * gdb.base/watch-bitfields.exp: New file.
4572 * gdb.base/watch-bitfields.c: New file.
4573
635856f5
PA
45742014-09-16 Pedro Alves <palves@redhat.com>
4575
4576 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
4577 software and hardware addresses, not software address against
4578 itself.
4579
7280ceea
PA
45802014-09-16 Pedro Alves <palves@redhat.com>
4581
4582 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
4583 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
4584
428b16bd
PA
45852014-09-16 Pedro Alves <palves@redhat.com>
4586
4587 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
4588 files.
4589 * gdb.base/a2-run.exp: Remove all code guarded by istarget
4590 "*-*-vxworks*" throughout.
4591 * gdb.base/break.exp: Likewise.
4592 * gdb.base/default.exp: Likewise.
4593 * gdb.base/scope.exp: Likewise.
4594 * gdb.base/sepdebug.exp: Likewise.
4595 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
4596 throughout.
4597 * gdb.base/run.c: Likewise.
4598 * gdb.base/sepdebug.c: Likewise.
4599 * gdb.hp/gdb.aCC/run.c: Likewise.
4600 * gdb.reverse/until-reverse.c: Likewise.
4601 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
4602
666d413c
YQ
46032014-09-16 Yao Qi <yao@codesourcery.com>
4604
4605 * boards/local-remote-host-native.exp: New file.
4606
57cbd724
DE
46072014-09-14 Doug Evans <xdje42@gmail.com>
4608
4609 * gdb.threads/queue-signal.c (thread_count): New variable.
4610 (thread_count_mutex, thread_count_condvar): New variables.
4611 (incr_thread_count, wait_all_threads_running): New functions.
4612 (main): Wait for all threads to be in their thread functions.
4613
81219e53
DE
46142014-09-13 Doug Evans <xdje42@gmail.com>
4615
4616 * gdb.threads/queue-signal.c: New file.
4617 * gdb.threads/queue-signal.exp: New file.
4618
3714cea7
DE
46192014-09-13 Doug Evans <xdje42@gmail.com>
4620
4621 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
4622 be consistent with what default_gdb_init uses.
4623 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
4624 the plain text of the prompt. Add some logging printfs.
4625 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
4626
fa43b1d7
PA
46272014-09-12 Pedro Alves <palves@redhat.com>
4628
4629 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
4630 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
4631 * gdb.arch/i386-size-overlap.exp: Likewise.
4632 * gdb.arch/i386-size.exp: Likewise.
4633 * gdb.arch/i386-unwind.exp: Likewise.
4634 * gdb.base/a2-run.exp: Likewise.
4635 * gdb.base/break.exp: Likewise.
4636 * gdb.base/charset.exp: Likewise.
4637 * gdb.base/chng-syms.exp: Likewise.
4638 * gdb.base/commands.exp: Likewise.
4639 * gdb.base/dbx.exp: Likewise.
4640 * gdb.base/find.exp: Likewise.
4641 * gdb.base/funcargs.exp: Likewise.
4642 * gdb.base/jit-simple.exp: Likewise.
4643 * gdb.base/reread.exp: Likewise.
4644 * gdb.base/sepdebug.exp: Likewise.
4645 * gdb.base/step-bt.exp: Likewise.
4646 * gdb.cp/mb-inline.exp: Likewise.
4647 * gdb.cp/mb-templates.exp: Likewise.
4648 * gdb.objc/basicclass.exp: Likewise.
4649 * gdb.threads/killed.exp: Likewise.
4650
9d9bf2df
EBM
46512014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4652
4653 PR tdep/17379
4654 * gdb.arch/powerpc-stackless.S: New file.
4655 * gdb.arch/powerpc-stackless.exp: New file.
4656
1cf2f1b0
JK
46572014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4658
4659 * gdb.base/attach.c: Include unistd.h.
4660 (main): Call alarm. Add label postloop.
4661 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
4662 gdb_breakpoint, gdb_continue_to_breakpoint.
4663 (test_command_line_attach_run): Kill ${testpid} in one exit path.
4664
98880d46
PA
46652014-09-11 Pedro Alves <palves@redhat.com>
4666
4667 PR gdb/17347
4668 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
4669 * gdb.base/attach.exp (test_command_line_attach_run): New
4670 procedure.
4671 (top level): Call it.
4672
4c92ff2c
PA
46732014-09-11 Pedro Alves <palves@redhat.com>
4674
4675 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
4676 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
4677 (do_command_attach_tests): Use spawn_wait_for_attach.
4678 * gdb.base/solib-overlap.exp: Likewise.
4679 * gdb.multi/multi-attach.exp: Likewise.
4680 * gdb.python/py-prompt.exp: Likewise.
4681 * gdb.python/py-sync-interp.exp: Likewise.
4682 * gdb.server/ext-attach.exp: Likewise.
4683
3adc1a7d
GKB
46842014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
4685
4686 * gdb.fortran/array-element.exp: Remove unexpected "continue"
4687 command in testcase. Simplify testcase.
4688
96334934
JB
46892014-09-10 Joel Brobecker <brobecker@adacore.com>
4690
4691 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
4692
eb479039
JB
46932014-09-10 Joel Brobecker <brobecker@adacore.com>
4694
4695 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
4696
deede10c
JB
46972014-09-10 Joel Brobecker <brobecker@adacore.com>
4698
4699 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
4700
7828a5f5
JB
47012014-09-10 Joel Brobecker <brobecker@adacore.com>
4702
4703 * gdb.dwarf2/dynarr-ptr.c: New file.
4704 * gdb.dwarf2/dynarr-ptr.exp: New file.
4705
33aeebcf
MR
47062014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4707
4708 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
4709 of 30 rather than hardcoding 120 for a slow test case. Take the
4710 `gdb,timeout' target setting into account for this calculation.
4711 Don't extend the timeout for the test cases that don't need it.
4712
7b415901
MR
47132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4714
4715 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
4716 a factor of 2 for a slow test case. Take the `gdb,timeout'
4717 target setting into account for this calculation.
4718 * gdb.reverse/until-precsave.exp: Increase the timeout by
4719 a factor of 15 and 3 respectively rather than adding 120
4720 for a pair of slow test cases. Take the `gdb,timeout'
4721 target setting into account for this calculation.
4722
4a40f85a
MR
47232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4724
4725 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
4726 timeout, don't pass one down to gdb_expect.
4727 (gdb_expect): Rework timeout selection.
4728
09635af7
MR
47292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4730
4731 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
4732 exception on timeout.
4733 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
4734 (gdbserver_start_extended): Catch any `gdbserver_start' error
4735 exceptions.
4736 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
4737 * lib/mi-support.exp (mi_gdb_target_load): Catch any
4738 `gdbserver_gdb_load' error exceptions.
4739
2bdd10b7
MR
47402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
4741
4742 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
4743 120 on waiting for the TCP socket to open.
4744
316935f0
DE
47452014-09-09 Doug Evans <xdje42@gmail.com>
4746
4747 * gdb.base/default.exp (show_conv_list): Add _caller_is,
4748 _caller_matches, _any_caller_is, _any_caller_matches.
4749
83740597
DE
47502014-09-09 Doug Evans <xdje42@gmail.com>
4751
4752 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
4753
4c122fc3
YQ
47542014-09-09 Yao Qi <yao@codesourcery.com>
4755
4756 * gdb.mi/mi-var-display.exp: Set print symbol off.
4757
a9f116cb
GKB
47582014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
4759
4760 PR gdb/17035
4761 * gdb.base/commands.exp: Add tests to verify user-defined
4762 commands with empty bodies.
4763 * gdb.python/py-cmd.exp: Test that we don't show user-defined
4764 python commands in `show user command`.
4765 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
4766 scheme commands in `show user command`.
4767
c75bd3a2
JK
47682014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4769
4770 PR python/17355
4771 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
4772 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
4773 * gdb.python/py-framefilter-invalidarg.exp: New file.
4774 * gdb.python/py-framefilter-invalidarg.py: New file.
4775
faa42425
DE
47762014-09-06 Doug Evans <xdje42@gmail.com>
4777
4778 PR 15276
4779 * gdb.python/py-caller-is.c: New file.
4780 * gdb.python/py-caller-is.exp: New file.
4781
474ca4f6
SDJ
47822014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
4783
4784 PR gdb/17235
4785 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
4786 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
4787
eb0b0463
SDJ
47882014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
4789
4790 PR fortran/17237
4791 * gdb.fortran/print-formatted.exp: New file.
4792 * gdb.fortran/print-formatted.f90: Likewise.
4793
5f3b99cf
SS
47942014-09-03 Sasha Smundak <asmundak@google.com>
4795
4796 * gdb.python/py-frame.exp: Test Frame.read_register.
4797
7d793aa9
SDJ
47982014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
4799
4800 PR python/16699
4801 * gdb.python/py-completion.exp: New file.
4802 * gdb.python/py-completion.py: Likewise.
4803
fb0576e9
DE
48042014-08-28 Doug Evans <dje@google.com>
4805
4806 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
4807 eax,etc. are live with values set by gdb and thus the compiler can't
4808 use them.
4809 * gdb.arch/i386-pseudo.c (main): Ditto.
4810
ee92b0dd
DE
48112014-08-27 Doug Evans <dje@google.com>
4812
4813 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
4814
6649db35
DE
48152014-08-25 Doug Evans <dje@google.com>
4816
4817 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
4818 (main): Ditto.
4819
564b7600
DE
48202014-08-25 Doug Evans <dje@google.com>
4821
4822 * gdb.threads/thread-execl.exp: #include <stdio.h>.
4823
3881fb67
YQ
48242014-08-24 Yao Qi <yao@codesourcery.com>
4825
4826 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
4827 symbol off.
4828 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
4829
a05a36a5
DE
48302014-08-22 Doug Evans <dje@google.com>
4831
4832 PR 17276
4833 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
4834 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
4835 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
4836
7c343b48
YQ
48372014-08-22 Yao Qi <yao@codesourcery.com>
4838
4839 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
4840 * gdb.python/py-finish-breakpoint2.exp: Likewise.
4841 * gdb.python/python.exp: Likewise. Use .py file on the host
4842 instead of the build.
4843
22fd09ae
JK
48442014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4845
4846 * gdb.threads/gcore-stale-thread.c: New file.
4847 * gdb.threads/gcore-stale-thread.exp: New file.
4848
a8454a7c
PA
48492014-08-21 Pedro Alves <palves@redhat.com>
4850
4851 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
4852 * gdb.base/gcore-relro-pie.exp: Likewise.
4853 * gdb.base/gcore-relro.exp: Likewise.
4854 * gdb.base/gcore.exp: Likewise.
4855 * gdb.base/print-symbol-loading.exp: Likewise.
4856 * gdb.threads/gcore-thread.exp: Likewise.
4857 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
4858
2a31c623
PA
48592014-08-20 Pedro Alves <palves@redhat.com>
4860 Jan Kratochvil <jan.kratochvil@redhat.com>
4861
4862 * Makefile.in (EXTRA_RULES, CC): New variables, get from
4863 configure.
4864 (EXPECT): Handle READ1 being set.
4865 (all): Depend on EXTRA_RULES.
4866 (check-read1, expect-read1, read1.so, read1): New rules.
4867 * README (Testsuite Parameters): Document the READ1 make variable.
4868 (Race detection): New section.
4869 * configure: Regenerate.
4870 * configure.ac: If build==host==target, and running under a
4871 GNU/glibc system, add read1 to the extra Makefile rules.
4872 (EXTRA_RULES): AC_SUBST it.
4873 * lib/read1.c: New file.
4874
d36430db
JB
48752014-08-20 Joel Brobecker <brobecker@adacore.com>
4876
4877 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
4878 the handling of variables declared as a typedef to an array
4879 which a DW_AT_data_location attribute.
4880
9a0dc9e3
PA
48812014-08-19 Andrew Burgess <aburgess@broadcom.com>
4882 Pedro Alves <palves@redhat.com>
4883
4884 PR symtab/14604
4885 PR symtab/14605
4886 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
4887 gdb_test.
4888
0718a8da
PA
48892014-08-19 Pedro Alves <palves@redhat.com>
4890
4891 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
4892
13b448cd
YQ
48932014-08-19 Yao Qi <yao@codesourcery.com>
4894
4895 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
4896 right line.
4897
1cbf5077
DB
48982014-08-18 David Blaikie <dblaikie@gmail.com>
4899
4900 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
4901
bf0fae19
JB
49022014-08-18 Joel Brobecker <brobecker@adacore.com>
4903
4904 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
4905 attribute in array range.
4906
3c8c5dcc
JB
49072014-08-18 Joel Brobecker <brobecker@adacore.com>
4908
4909 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
4910
e66d4446
SC
49112014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4912
4913 PR c++/17132
4914 * gdb.cp/pr17132.cc: New file.
4915 * gdb.cp/pr17132.exp: New file.
4916
940df408
SC
49172014-08-15 Siva Chandra Reddy <sivachandra@google.com>
4918
4919 * gdb.python/py-xmethods.py (A_getarrayind)
4920 (E_method_char_worker.__call__, E_method_int_worker.__call__):
4921 Use 'print' with function call syntax.
4922 (E_method_matcher.match): Fix tab vs space indentation mixup.
4923
ebcc6c3a
YQ
49242014-08-15 Yao Qi <yao@codesourcery.com>
4925
4926 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
4927 false.
4928
775e0f04
YQ
49292014-08-15 Yao Qi <yao@codesourcery.com>
4930
4931 * gdb.cp/casts.exp: Set print symbol off.
4932 * gdb.cp/class2.exp: Likewise.
4933 * gdb.cp/overload.exp: Likewise.
4934 * gdb.cp/templates.exp: Likewise.
4935
d769e349
DE
49362014-08-11 Doug Evans <dje@google.com>
4937
4938 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4939 (test_load_shlib): Update.
4940
20c6f1e1
YQ
49412014-08-09 Yao Qi <yao@codesourcery.com>
4942
4943 * gdb.base/display.exp: Invoke is_address_zero_readable.
4944 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
4945 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4946 * gdb.base/hbreak-unmapped.exp: Return if
4947 is_address_zero_readable returns true.
4948 * gdb.base/signest.exp: Likewise.
4949 * gdb.base/signull.exp: Likewise.
4950 * gdb.base/sigbpt.exp: Likewise.
4951 * gdb.guile/scm-disasm.exp: Do the test if
4952 is_address_zero_readable returns false.
4953 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4954 * gdb.python/py-arch.exp: Likewise.
4955 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4956 * lib/gdb.exp (is_address_zero_readable): New proc.
4957
5792e8e3
YQ
49582014-08-09 Yao Qi <yao@codesourcery.com>
4959
4960 PR testsuite/13443
4961 * gdb.mi/mi-var-display.exp: Make test messages unique.
4962
3cecbbbe
TT
49632014-08-04 Tom Tromey <tromey@redhat.com>
4964
4965 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4966 target 0".
4967
00b51ff5
TT
49682014-08-04 Tom Tromey <tromey@redhat.com>
4969
4970 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4971 "target_resume".
4972
6908c509
JB
49732014-08-01 Joel Brobecker <brobecker@adacore.com>
4974
4975 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4976 inner_vla_struct_object_size.
4977 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4978 as xfail.
4979
cc6563d2
PA
49802014-07-30 Pedro Alves <palves@redhat.com>
4981
4982 * gdb.threads/signal-command-handle-nopass.exp (test): Add
4983 comment.
4984
7e09a223
YQ
49852014-07-29 Yao Qi <yao@codesourcery.com>
4986
4987 PR gdb/17206
4988 * gdb.base/until-nodebug.exp: New.
4989
7ebdbe92
DE
49902014-07-28 Doug Evans <xdje42@gmail.com>
4991
4992 PR guile/17203
4993 * gdb.guile/scm-parameter.exp: Add tests for trying to create
4994 previously existing parameter, and previously ambiguously spelled
4995 parameter.
4996
fdb1adc6
WN
49972014-07-28 Will Newton <will.newton@linaro.org>
4998
4999 * gdb.base/varargs.exp: Remove KFAILs for ARM.
5000
186fcde0
DE
50012014-07-26 Ludovic Courtès <ludo@gnu.org>
5002 Doug Evans <xdje42@gmail.com>
5003
5004 PR guile/17146
5005 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
5006
70509625
PA
50072014-07-25 Pedro Alves <palves@redhat.com>
5008
5009 * gdb.threads/signal-command-handle-nopass.c: New file.
5010 * gdb.threads/signal-command-handle-nopass.exp: New file.
5011 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
5012 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
5013 * gdb.threads/signal-delivered-right-thread.c: New file.
5014 * gdb.threads/signal-delivered-right-thread.exp: New file.
5015
c3f814a1
PA
50162014-07-25 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.base/double-prompt-target-event-error.exp
5019 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
5020 match.
5021 (cancel_pagination_in_target_event): Rework double prompt
5022 detection.
5023 * gdb.base/paginate-after-ctrl-c-running.exp
5024 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
5025 <return>' match.
5026 * gdb.base/paginate-bg-execution.exp
5027 (test_bg_execution_pagination_return)
5028 (test_bg_execution_pagination_cancel): Remove '-notransfer
5029 <return>' matches.
5030 * gdb.base/paginate-execution-startup.exp
5031 (test_fg_execution_pagination_return)
5032 (test_fg_execution_pagination_cancel): Remove '-notransfer
5033 <return>' matches.
5034 * gdb.base/paginate-inferior-exit.exp
5035 (test_paginate_inferior_exited): Remove '-notransfer <return>'
5036 match.
5037 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
5038 * lib/gdb.exp (pagination_prompt): Run text through
5039 string_to_regexp.
5040 (gdb_test_multiple): Match $pagination_prompt instead of
5041 "<return>".
5042 (string_to_regexp): Move to lib/gdb-utils.exp.
5043
e214cf6c
JK
50442014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5045
5046 * gdb.arch/amd64-entry-value-paramref.S: New file.
5047 * gdb.arch/amd64-entry-value-paramref.cc: New file.
5048 * gdb.arch/amd64-entry-value-paramref.exp: New file.
5049 * gdb.arch/amd64-optimout-repeat.S: New file.
5050 * gdb.arch/amd64-optimout-repeat.c: New file.
5051 * gdb.arch/amd64-optimout-repeat.exp: New file.
5052
17d0c5c8
JK
50532014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5054
5055 PR gdb/17170
5056 * gdb.base/statistics.exp: New file.
5057
b8b8facf
DE
50582014-07-17 Doug Evans <dje@google.com>
5059
74b49205 5060 PR gdb/17170
b8b8facf
DE
5061 * gdb.base/maint.exp: Update testing of per-command stats.
5062
1b5d0ab3
PA
50632014-07-16 Pedro Alves <palves@redhat.com>
5064
5065 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
5066 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
5067 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
5068 (tfile_write_buf): New functions.
5069 (add_memory_block): Rewrite using the above.
5070 (adjust_function_address): New function.
5071 (FUNCTION_ADDRESS): New macro.
5072 (write_basic_trace_file): Remove short_x local, and use
5073 tfile_write_16. Change type of func_addr local to unsigned long
5074 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
5075 here. Cast argument of add_memory_block to char pointer.
5076 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
5077 (main): Remove parameters.
5078 * gdb.trace/tfile.exp: Remove nowarnings.
5079
4d974e88
SM
50802014-07-15 Simon Marchi <simon.marchi@ericsson.com>
5081
5082 * gdb.base/debug-expr.exp: Test string evaluation with
5083 "debug expression" on.
5084
41e99568
PA
50852014-07-15 Pedro Alves <palves@redhat.com>
5086
5087 * gdb.base/reread.exp: Use clean_restart.
5088
487d9753
PL
50892014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
5090
5091 * gdb.arch/avr-flash-qualifer.c: New.
5092 * gdb.arch/avr-flash-qualifer.exp: New.
5093
cc1c52ad
PA
50942014-07-14 Pedro Alves <palves@redhat.com>
5095
5096 * gdb.base/paginate-after-ctrl-c-running.c: New file.
5097 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
5098
1e973570
PA
50992014-07-14 Pedro Alves <palves@redhat.com>
5100
5101 * gdb.base/double-prompt-target-event-error.c: New file.
5102 * gdb.base/double-prompt-target-event-error.exp: New file.
5103
93d6eb10
PA
51042014-07-14 Pedro Alves <palves@redhat.com>
5105
5106 PR gdb/17072
5107 * gdb.base/paginate-inferior-exit.c: New file.
5108 * gdb.base/paginate-inferior-exit.exp: New file.
5109
0017922d
PA
51102014-07-14 Pedro Alves <palves@redhat.com>
5111
5112 PR gdb/17072
5113 * gdb.base/paginate-bg-execution.c: New file.
5114 * gdb.base/paginate-bg-execution.exp: New file.
5115
94696ad3
PA
51162014-07-14 Pedro Alves <palves@redhat.com>
5117
5118 PR gdb/17072
5119 * gdb.base/paginate-execution-startup.c: New file.
5120 * gdb.base/paginate-execution-startup.exp: New file.
5121 * lib/gdb.exp (pagination_prompt): New global.
5122 (default_gdb_spawn): New procedure, factored out from
5123 default_gdb_spawn.
5124 (default_gdb_start): Adjust to call default_gdb_spawn.
5125 (gdb_spawn): New procedure.
5126
bd293940
PA
51272014-07-14 Pedro Alves <palves@redhat.com>
5128
5129 * lib/gdb.exp (gdb_assert): New procedure.
5130 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
5131
c933f875
PA
51322014-07-14 Pedro Alves <palves@redhat.com>
5133
5134 * gdb.base/execution-termios.c: New file.
5135 * gdb.base/execution-termios.exp: New file.
5136
d98b7a16
TT
51372014-07-14 Tom Tromey <tromey@redhat.com>
5138
5139 * gdb.cp/vla-cxx.cc: New file.
5140 * gdb.cp/vla-cxx.exp: New file.
5141
548740d6
TT
51422014-07-14 Tom Tromey <tromey@redhat.com>
5143
5144 * gdb.reverse/rerun-prec.c: New file.
5145 * gdb.reverse/rerun-prec.exp: New file.
5146
a25eb028
MR
51472014-07-12 Maciej W. Rozycki <macro@mips.com>
5148 Maciej W. Rozycki <macro@codesourcery.com>
5149
5150 * lib/gdb-utils.exp: New file.
5151 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
5152 inline `gdb_init_command' processing.
5153 (gdb_start_cmd): Likewise.
5154 * lib/mi-support.exp (mi_run_cmd): Likewise.
5155 * README: Document `gdb_init_command' and `gdb_init_commands'.
5156
218c2655
JK
51572014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5158
5159 Fix false FAIL running under a very long directory name.
5160 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
5161 and "set print elements 10000". Twice.
5162
5401fde3
YQ
51632014-07-11 Yao Qi <yao@codesourcery.com>
5164
5165 * gdb.base/exprs.exp: "set print symbol off".
5166
e76126e8
PA
51672014-07-11 Pedro Alves <palves@redhat.com>
5168
5169 * gdb.threads/kill.c: New file.
5170 * gdb.threads/kill.exp: New file.
5171
2d6f0de6
YQ
51722014-07-10 Yao Qi <yao@codesourcery.com>
5173
5174 * gdb.trace/tfile.c (write_basic_trace_file)
5175 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
5176 address written to trace file.
5177
7180e04a
PA
51782014-07-09 Pedro Alves <palves@redhat.com>
5179
5180 * gdb.base/attach-wait-input.exp: New file.
5181 * gdb.base/attach-wait-input.c: New file.
5182
9a9a7608
AB
51832014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5184
5185 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
5186 setting up test structures.
5187 (main): Call new test function.
5188 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
5189 test function, continue into test function and walk test
5190 structures.
5191
161ac41e
YQ
51922014-07-02 Yao Qi <yao@codesourcery.com>
5193
5194 * gdb.trace/entry-values.c: Define labels 'foo_start' and
5195 'bar_start' at the beginning of functions 'foo' and 'bar'
5196 respectively.
5197 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
5198 instead of 'foo' and 'bar'.
5199
1f267ae3
MM
52002014-07-08 Markus Metzger <markus.t.metzger@intel.com>
5201
5202 * gdb.btrace/segv.exp: New.
5203 * gdb.btrace/segv.c: New.
5204
2b239efb
LM
52052014-07-02 Luis Machado <lgustavo@codesourcery.com>
5206
5207 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
5208 instruction.
5209
cf363f18
MW
52102014-06-30 Mark Wielaard <mjw@redhat.com>
5211
5212 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
5213 vulture, vilify, villar): New volatile array constants.
5214 (vindictive, vegetation): New const volatile array constants.
5215 * gdb.base/volatile.exp: Test volatile and const volatile array
5216 types.
5217
aebf9d24
AA
52182014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5219
5220 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
5221 target lacks support for awatch, rwatch, or hbreak.
5222
b67a2c6f
YQ
52232014-06-27 Yao Qi <yao@codesourcery.com>
5224
5225 * gdb.multi/dummy-frame-restore.exp: New.
5226 * gdb.multi/dummy-frame-restore.c: New.
5227
aef92902
MM
52282014-06-25 Markus Metzger <markus.t.metzger@intel.com>
5229
5230 * gdb.btrace/gcore.exp: New.
5231
8e9db26e
PA
52322014-06-23 Pedro Alves <palves@redhat.com>
5233
5234 * gdb.base/watchpoint-reuse-slot.c: New file.
5235 * gdb.base/watchpoint-reuse-slot.exp: New file.
5236
70afc5b7
SC
52372014-06-23 Siva Chandra Reddy <sivachandra@google.com>
5238
5239 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
5240 progspace's filename in 'info', 'enable' and 'disable' command
5241 tests.
5242
b972bd9c
JK
52432014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5244
5245 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
5246 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5247 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
5248
125f8a3d
GB
52492014-06-20 Gary Benson <gbenson@redhat.com>
5250
5251 * gdb.arch/i386-avx.exp: Fix include file location.
5252 * gdb.arch/i386-sse.exp: Likewise.
5253
3ed9baed
IB
52542014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
5255
5256 * gdb.dlang/expression.exp: New file.
5257
034f788c
PA
52582014-06-19 Pedro Alves <palves@redhat.com>
5259
5260 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
5261 out from ...
5262 (top level): ... here. Iterate running tests under different
5263 scheduler-locking settings.
5264
45371d0c
LM
52652014-06-18 Luis Machado <lgustavo@codesourcery.com>
5266
5267 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
5268 to DW_FORM_addr and use non-zero addresses.
5269
5d376983
SC
52702014-06-18 Siva Chandra Reddy <sivachandra@google.com>
5271
5272 PR gdb/17017
5273 * gdb.python/py-xmethods.cc: Add global function call counters and
5274 increment them in their respective functions. Remove "cout"
5275 statements.
5276 * gdb.python/py-xmethods.exp: Make tests check the global function
5277 call counters instead of depending on inferior IO.
5278
a1aa2221
LM
52792014-06-18 Don Breazeal <donb@codesourcery.com>
5280
5281 * gdb.base/foll-fork.exp (default_fork_parent_follow):
5282 Deleted procedure.
5283 (explicit_fork_parent_follow): Deleted procedure.
5284 (explicit_fork_child_follow): Deleted procedure.
5285 (test_follow_fork): New procedure.
5286 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 5287 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
5288 procedure calls.
5289
0fc05997
YQ
52902014-06-17 Yao Qi <yao@codesourcery.com>
5291
5292 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
5293 CP1252.
5294
70795c52
LM
52952014-06-17 Luis Machado <lgustavo@codesourcery.com>
5296
5297 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
5298 Initialize ptr and S explicitly.
5299 (skip_type_update_when_not_use_rtti_test): Likewise.
5300
6be47f0c
KS
53012014-06-16 Keith Seitz <keiths@redhat.com>
5302
5303 PR mi/15863
5304 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
5305 the inferior is started.
5306
d03de421
PA
53072014-06-16 Pedro Alves <palves@redhat.com>
5308
5309 * gdb.base/break-main-file-remove-fail.c: New file.
5310 * gdb.base/break-main-file-remove-fail.exp: New file.
5311 * gdb.base/break-unload-file.exp: Use build_executable instead of
5312 prepare_for_testing.
5313 (test_break): New parameter "initial_load". Handle it.
5314 (top level): Add initial_load cmdline/file axis.
5315
f9579b99
TT
53162014-06-12 Tom Tromey <tromey@redhat.com>
5317
5318 * gdb.base/completion.exp: Don't use directory name in test.
5319
3657956b
GB
53202014-06-09 Gary Benson <gbenson@redhat.com>
5321
5322 * gdb.base/sigall.c [Functions to send signals]: Reorder to
5323 separate the always-available ANSI-standard signals from the
5324 signals that require checking.
5325 (main): Likewise.
5326 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
5327 Likewise.
5328 (main): Likewise.
5329
4186eb54
KS
53302014-06-07 Keith Seitz <keiths@redhat.com>
5331
5332 Revert:
5333 PR c++/16253
5334 * gdb.cp/var-tag.cc: New file.
5335 * gdb.cp/var-tag.exp: New file.
5336 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5337 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5338 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5339 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5340
25326a28 53412014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
5342
5343 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
5344
829155c9
PA
53452014-06-06 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
5348 in target debug output instead of looking at RSP packets,
5349 disabling the test on any target that uses hardware stepping.
5350 Update comments.
5351
61c8d22e
PA
53522014-06-06 Pedro Alves <palves@redhat.com>
5353
5354 * gdb.base/break-unload-file.exp: Fix typo.
5355
d9a47287
YQ
53562014-06-06 Yao Qi <yao@codesourcery.com>
5357
5358 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
5359 from "jit_function" to "^jit_function".
5360
e5e01dbf
YQ
53612014-06-06 Yao Qi <yao@codesourcery.com>
5362
5363 * gdb.base/async.c (foo): Add one statement.
5364 * gdb.base/async.exp: Get the next instruction address and
5365 match the output of "nexti" by instruction address. Match
5366 the hex address in the output of "finish".
5367
73ba372c
GB
53682014-06-06 Gary Benson <gbenson@redhat.com>
5369
5370 * gdb.base/call-signals.c: Remove preprocessor conditionals
5371 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
5372 SIGSEGV and SIGTERM.
5373 * gdb.base/sigall.c: Likewise.
5374 * gdb.base/unwindonsignal.c: Likewise.
5375 * gdb.reverse/sigall-reverse.c: Likewise.
5376
831517df
YQ
53772014-06-06 Yao Qi <yao@codesourcery.com>
5378
5379 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
5380 readable, skip the test.
5381
b8b91e98
YQ
53822014-06-06 Yao Qi <yao@codesourcery.com>
5383
5384 * gdb.threads/staticthreads.c (thread_function): Move the line
5385 setting breakpoint on forward.
5386 * gdb.threads/staticthreads.exp: Update comments.
5387
fb934770
LC
53882014-06-05 Ludovic Courtès <ludo@gnu.org>
5389
5390 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
5391 "history-append! type error".
5392
6ef284bd
SM
53932014-06-05 Simon Marchi <simon.marchi@ericsson.com>
5394
5395 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
5396 erroneous dprintf expected input.
5397
a872e241
DE
53982014-06-04 Doug Evans <xdje42@gmail.com>
5399
5400 * gdb.guile/scm-generics.exp: Delete.
5401
16f691fb
DE
54022014-06-04 Doug Evans <xdje42@gmail.com>
5403
5404 * gdb.guile/scm-breakpoint.exp: Update.
5405 Add tests for breakpoint registration.
5406
012370f6
TT
54072014-06-04 Tom Tromey <tromey@redhat.com>
5408
5409 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
5410 VLA-in-union.
5411 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
5412 inner_vla_struct, vla_union types. Initialize objects of those
5413 types and compute their sizes.
5414
9f5a4cef
HZ
54152014-06-04 Nathan Sidwell <nathan@codesourcery.com>
5416 Hui Zhu <hui@codesourcery.com>
5417
5418 * gdb.base/fileio.exp: Add test for shell not available as well as
5419 available.
5420 * gdb.base/fileio.c (test_system): Check for shell twice.
5421
90a45c4d
YQ
54222014-06-04 Yao Qi <yao@codesourcery.com>
5423
5424 * gdb.base/auto-connect-native-target.exp: Remove redundant
5425 space from the regexp pattern.
5426
70017e41
YQ
54272014-06-04 Yao Qi <yao@codesourcery.com>
5428
5429 * gdb.base/default.exp: Replace "child" with "native" in
5430 regexp pattern.
5431
883964a7
SC
54322014-06-03 Siva Chandra Reddy <sivachandra@google.com>
5433
5434 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
5435 * gdb.python/py-xmethods.exp: New tests to test xmethods.
5436 * gdb.python/py-xmethods.py: Python script supporting the
5437 new testcase and tests.
5438
ef370185
JB
54392014-06-03 Joel Brobecker <brobecker@adacore.com>
5440 Pedro Alves <palves@redhat.com>
5441
5442 PR breakpoints/17000
5443 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
5444 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
5445
1e2ccb61
BM
54462014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
5447
5448 * gdb.base/subst.exp: Add tests to verify partial path matching
5449 output.
5450
c6ec5ab2
PA
54512014-06-03 Pedro Alves <palves@redhat.com>
5452
5453 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
5454 target that doesn't use software single-stepping.
5455
835c559f
PA
54562014-06-03 Pedro Alves <palves@redhat.com>
5457
5458 PR breakpoints/17000
5459 * gdb.base/sss-bp-on-user-bp-2.c: New file.
5460 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
5461
06eb1586
DE
54622014-06-02 Doug Evans <xdje42@gmail.com>
5463
5464 * gdb.guile/scm-parameter.exp: New file.
5465
e698b8c4
DE
54662014-06-02 Doug Evans <xdje42@gmail.com>
5467
5468 * gdb.guile/scm-cmd.c: New file.
5469 * gdb.guile/scm-cmd.exp: New file.
5470
ded03782
DE
54712014-06-02 Doug Evans <xdje42@gmail.com>
5472
5473 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
5474 pretty-printer lookup.
5475 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
5476 (make-pp_s-printer): Call it.
5477 (make-pretty-printer-from-dict): New function.
5478 (lookup-pretty-printer-maker-from-dict): New function.
5479 (*pretty-printer*): Simplify.
5480 (make-objfile-pp_s-printer): New function.
5481 (install-objfile-pretty-printers!): New function.
5482 (make-progspace-pp_s-printer): New function.
5483 (install-progspace-pretty-printers!): New function.
5484 * gdb.guile/scm-progspace.c: New file.
5485 * gdb.guile/scm-progspace.exp: New file.
5486
41fac0cf
PA
54872014-06-02 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.base/dprintf-bp-same-addr.c: New file.
5490 * gdb.base/dprintf-bp-same-addr.exp: New file.
5491
96ae5695
EBM
54922014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5493
5494 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
5495 * gdb.arch/powerpc-power.s: Likewise.
5496
da02b3a8
JB
54972014-06-02 Joel Brobecker <brobecker@adacore.com>
5498
5499 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
5500
c72b2e7b
YQ
55012014-06-01 Yao Qi <yao@codesourcery.com>
5502
5503 * gdb.base/watchpoint.exp (test_watch_location): Check null
5504 pointer can be dereferenced. If not, do the test, otherwise
5505 skip it.
5506
53e8a631
AB
55072014-05-30 Andrew Burgess <aburgess@broadcom.com>
5508
5509 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
5510 results.
5511 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
5512
938f0e2f
AB
55132014-05-30 Andrew Burgess <aburgess@broadcom.com>
5514
5515 * gdb.arch/amd64-invalid-stack-middle.S: New file.
5516 * gdb.arch/amd64-invalid-stack-middle.c: New file.
5517 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
5518 * gdb.arch/amd64-invalid-stack-top.c: New file.
5519 * gdb.arch/amd64-invalid-stack-top.exp: New file.
5520
9ba6657a
PA
55212014-05-30 Pedro Alves <palves@redhat.com>
5522
5523 PR breakpoints/17000
5524 * gdb.base/sss-bp-on-user-bp.c: New file.
5525 * gdb.base/sss-bp-on-user-bp.exp: New file.
5526
522c09bf
DB
55272014-05-30 David Blaikie <dblaikie@gmail.com>
5528
5529 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
5530 gnu_inline semantics via attribute.
5531 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
5532 source explicitly specifies the required semantics.
5533
bf4ef81e
MR
55342014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5535
5536 * gdb.reverse/sigall-reverse.exp: Fix a typo.
5537
329ea579
PA
55382014-05-29 Pedro Alves <palves@redhat.com>
5539 Tom Tromey <tromey@redhat.com>
5540
5541 * gdb.base/async-shell.exp: Don't enable target-async.
5542 * gdb.base/async.exp
5543 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
5544 parameter. Adjust.
5545 (top level): Don't test with "target-async".
5546 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
5547 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
5548 * gdb.base/inferior-died.exp: Don't enable target-async.
5549 * gdb.base/interrupt-noterm.exp: Likewise.
5550 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
5551 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5552 * gdb.mi/mi-nonstop.exp: Likewise.
5553 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5554 * gdb.mi/mi-nsintrall.exp: Likewise.
5555 * gdb.mi/mi-nsmoribund.exp: Likewise.
5556 * gdb.mi/mi-nsthrexec.exp: Likewise.
5557 * gdb.mi/mi-watch-nonstop.exp: Likewise.
5558 * gdb.multi/watchpoint-multi.exp: Adjust comment.
5559 * gdb.python/py-evsignal.exp: Don't enable target-async.
5560 * gdb.python/py-evthreads.exp: Likewise.
5561 * gdb.python/py-prompt.exp: Likewise.
5562 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
5563 * gdb.server/solib-list.exp: Don't enable target-async.
5564 * gdb.threads/thread-specific-bp.exp: Likewise.
5565 * lib/mi-support.exp: Adjust to use mi-async.
5566
fd664c91
PA
55672014-05-29 Pedro Alves <palves@redhat.com>
5568
5569 PR gdb/13860
5570 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
5571 reason, even in sync mode.
5572
251bde03
PA
55732014-05-29 Pedro Alves <palves@redhat.com>
5574 Hui Zhu <hui@codesourcery.com>
5575
5576 PR PR15693
5577 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
5578 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
5579 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
5580 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
5581
7f3c0343
JB
55822014-05-28 Joel Brobecker <brobecker@adacore.com>
5583
5584 * config/monitor.exp (gdb_target_monitor): Replace use of
5585 "set remotebaud" by "set serial baud".
5586
b2715b27
AW
55872014-05-26 Andy Wingo <wingo@igalia.com>
5588
5589 * gdb.guile/scm-breakpoint.exp:
5590 * gdb.guile/scm-gsmob.exp: Update to use plain old object
5591 properties instead of gdb-object-properties.
5592
498a4489
YQ
55932014-05-26 Yao Qi <yao@codesourcery.com>
5594
5595 * gdb.server/no-thread-db.exp: Specify source file name
5596 explicitly when setting a breakpoint.
5597
589fdceb
MM
55982014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5599
5600 * gdb.btrace/vdso.c: New.
5601 * gdb.btrace/vdso.exp: New.
5602
e9089e05
MM
56032014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5604
5605 * gdb.base/gcore.exp (capture_command_output): Move ...
5606 * lib/gdb.exp (capture_command_output): ... here.
5607
67b5c0c1
MM
56082014-05-23 Markus Metzger <markus.t.metzger@intel.com>
5609
5610 * gdb.btrace/data.exp: Test memory access during btrace replay.
5611
a2199296
SM
56122014-05-22 Simon Marchi <simon.marchi@ericsson.com>
5613
5614 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
5615
17b2616c
PA
56162014-05-21 Pedro Alves <palves@redhat.com>
5617
5618 PR gdb/13860
5619 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
5620 (top level): Test that output related to execution commands is
5621 sent to the console with CLI commands, but not with MI commands.
5622 Test that breakpoint events are always mirrored to the console.
5623 Also expect the new source line to be output after a "next" in
5624 async mode too. Make it a pass/fail test.
5625 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
5626 output.
5627 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
5628
5166082f
PA
56292014-05-21 Pedro Alves <palves@redhat.com>
5630
5631 * gdb.base/list.exp (build_pattern, test_list): New procedures.
5632 Use them to test variations of "list" after reaching a breakpoint.
5633 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
5634 Test "list" with listsize 10 after reaching a breakpoint.
5635 * gdb.python/python.exp (decode_line current location line
5636 number): Adjust expected line number.
5637
2f25d70f
SM
56382014-05-21 Simon Marchi <simon.marchi@ericsson.com>
5639
5640 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
5641 behavior for $args, pass it directly to "run".
5642
ff604a67
MR
56432014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
5644
5645 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
5646 30000 to 65536.
5647
6a3cb8e8
PA
56482014-05-21 Pedro Alves <palves@redhat.com>
5649
5650 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
5651 auto-connect-native-target off".
5652 * gdb.base/auto-connect-native-target.c: New file.
5653 * gdb.base/auto-connect-native-target.exp: New file.
5654
4ebfc96e
PA
56552014-05-21 Pedro Alves <palves@redhat.com>
5656
5657 * gdb.base/default.exp: Test "target native" instead of "target
5658 child".
5659
36d46afb
MW
56602014-05-21 Mark Wielaard <mjw@redhat.com>
5661
5662 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5663
5876f503
JK
56642014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5665
5666 Fix TLS access for -static -pthread.
5667 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
5668 <HAVE_TLS> (thread_function, main): Initialize it.
5669 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
5670 Add clean_restart.
5671 <$have_tls != "">: Check TLSVAR.
5672
0256a6ac
PA
56732014-05-21 Pedro Alves <palves@redhat.com>
5674
5675 * gdb.base/dcache-line-read-error.c: New.
5676 * gdb.base/dcache-line-read-error.exp: New.
5677
936d2992
PA
56782014-05-20 Pedro Alves <palves@redhat.com>
5679
5680 * gdb.base/compare-sections.c: New file.
5681 * gdb.base/compare-sections.exp: New file.
5682
802e8e6d
PA
56832014-05-20 Pedro Alves <palves@redhat.com>
5684
5685 * gdb.base/break-idempotent.c: New file.
5686 * gdb.base/break-idempotent.exp: New file.
5687
e59fa00f
MM
56882014-05-20 Markus Metzger <markus.t.metzger@intel.com>
5689
5690 * gdb.btrace/nohist.exp: New.
5691
8b696e31
YQ
56922014-05-20 Yao Qi <yao@codesourcery.com>
5693
5694 * lib/gdb.exp (gdb_init): Set timeout if test file is under
5695 gdb.reverse directory and gdb_reverse_timeout exists in board
5696 setting.
5697 * README: Document gdb_reverse_timeout.
5698
73c9764f
YQ
56992014-05-20 Yao Qi <yao@codesourcery.com>
5700
5701 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
5702 'test_file_name'. Treat args as a string instead of a list.
5703 (gdb_init): Rename argument 'args' by 'test_file_name'.
5704
f1f4348a
JK
57052014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5706
5707 * gdb.arch/powerpc-power.exp: New file.
5708 * gdb.arch/powerpc-power.s: New file.
5709
0dbe70ce
DE
57102014-05-16 Doug Evans <dje@google.com>
5711
5712 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
5713 * gdb.base/completion.exp: Check that all expected files exist
5714 before doing file completion.
0dbe70ce 5715
8d551b02
DE
57162014-05-16 Doug Evans <dje@google.com>
5717
5718 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
5719 Update.
5720 (do_syscall_tests_without_xml): Update.
5721
73eb7709
PA
57222014-05-16 Pedro Alves <palves@redhat.com>
5723
5724 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
5725 instead of "unknown output after running".
5726
3fae92fc
YQ
57272014-05-16 Yao Qi <yao@codesourcery.com>
5728
5729 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
5730 file1.txt from host at the end.
5731 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5732
c2b2ccc5
DE
57332014-05-15 Doug Evans <dje@google.com>
5734
5735 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
5736 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
5737 loading file. Add test for TU lookup.
5738
8c217a4b
SM
57392014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5740
5741 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
5742 calling "-exec-arguments" or "set args" before running the
5743 inferior.
5744
3deb39c6
SM
57452014-05-15 Simon Marchi <simon.marchi@ericsson.com>
5746
5747 * lib/mi-support.exp (mi_expect_stop): Expect message for
5748 inferiors that exit with non-zero exit code.
5749
71a79f8c
YQ
57502014-05-14 Yao Qi <yao@codesourcery.com>
5751
5752 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
5753 match absolute path on remote host.
5754 (test_file_list_exec_source_files): Remove "/" from the
5755 pattern.
5756
f23fcd46
YQ
57572014-05-14 Yao Qi <yao@codesourcery.com>
5758
5759 * boards/local-remote-host-notty.exp (${board}_file): New
5760 proc.
5761
9404b58f
KM
57622014-05-07 Kyle McMartin <kyle@redhat.com>
5763
5764 Pushed by Joel Brobecker <brobecker@adacore.com>.
5765 * gdb.arch/aarch64-atomic-inst.c: New file.
5766 * gdb.arch/aarch64-atomic-inst.exp: New file.
5767
5e45f04c
YQ
57682014-05-07 Yao Qi <yao@codesourcery.com>
5769
5770 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
5771 in current context" too.
5772
c888a17d
KS
57732014-05-05 Keith Seitz <keiths@redhat.com>
5774
5775 * gdb.linespec/ls-dollar.exp: Add test for linespec
5776 file:convenience_variable.
5777
290a839c
YQ
57782014-05-05 Yao Qi <yao@codesourcery.com>
5779
5780 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
5781 traceframes into tfile and ctf trace files. Read data from
5782 trace file and test collected data.
5783 (gdb_collect_locals_test): Likewise.
5784 (gdb_unavailable_registers_test): Likewise.
5785 (gdb_unavailable_floats): Likewise.
5786 (gdb_collect_globals_test): Likewise.
5787 (top-level): Append "ctf" to trace_file_targets if GDB
5788 supports.
5789
b5262cd0
YQ
57902014-05-05 Yao Qi <yao@codesourcery.com>
5791
5792 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
5793 code to ...
5794 (gdb_collect_args_test_1): ... it. New proc.
5795 (gdb_collect_locals_test): Move some code to ...
5796 (gdb_collect_locals_test_1): ... it. New proc.
5797 (gdb_unavailable_registers_test): Move some code to ...
5798 (gdb_unavailable_registers_test_1): ... it. New proc.
5799 (gdb_unavailable_floats): Move some code to ...
5800 (gdb_unavailable_floats_1): ... it. New proc.
5801
30a1e6cc
SDJ
58022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5803
5804 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
5805 probes to test for bitness recognition.
5806 * gdb.arch/amd64-stap-optional-prefix.exp
5807 (test_probe_value_without_reg): New procedure.
5808 Add code to test for different kinds of bitness.
5809
f33da99a
SDJ
58102014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
5811
5812 PR breakpoints/16889
5813 * gdb.arch/amd64-stap-optional-prefix.S: New file.
5814 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5815
5b80f00d
PA
58162014-05-01 Pedro Alves <palves@redhat.com>
5817
5818 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
5819 gdb_file_cmd if no file is specified.
5820 * boards/native-extended-gdbserver.exp (gdb_load): Use the
5821 last_loaded_file to set the remote exec-file.
5822
f8c2a73c
PA
58232014-05-01 Pedro Alves <palves@redhat.com>
5824
5825 * boards/local-remote-host.exp: New file.
5826
be6e8ac7
PA
58272014-05-01 Pedro Alves <palves@redhat.com>
5828
5829 * boards/local-remote-host.exp: Rename to ...
5830 * boards/local-remote-host-notty.exp: ... this.
5831
cac0dc8f
JB
58322014-04-28 Joel Brobecker <brobecker@adacore.com>
5833
5834 * gdb.ada/dyn_arrayidx: New testcase.
5835
9730e6cc
YQ
58362014-04-26 Yao Qi <yao@codesourcery.com>
5837
5838 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
5839 and compute the length of function main. Save it in
5840 $main_length.
5841 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
5842 (top-level): Use gdb_compile to compile objects into
5843 executable and restart GDB. Remove invocation to
5844 prepare_for_testing.
5845
7ae1a6a6
PA
58462014-04-25 Simon Marchi <simon.marchi@ericsson.com>
5847 Pedro Alves <palves@redhat.com>
5848
5849 PR server/16255
5850 * gdb.multi/multi-attach.c: New file.
5851 * gdb.multi/multi-attach.exp: New file.
5852
4082afcc
PA
58532014-04-25 Pedro Alves <palves@redhat.com>
5854
5855 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
5856 user.
5857 (top level): Test that "set remote conditional-breakpoints-packet
5858 off" works as intended.
5859 * gdb.base/dprintf.exp: Test that "set remote
5860 breakpoint-commands-packet off" works as intended.
5861 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
5862 New function.
5863 (top level): Call it.
5864 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
5865 remote fast-tracepoints-packet off" works as intended.
5866 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
5867 * lib/gdb.exp (gdb_is_target_remote): ... here.
5868
2abc3f8d
DB
58692014-04-24 David Blaikie <dblaikie@gmail.com>
5870
5871 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
5872 ensure clang would not discard them.
5873 * gdb.base/gdbvars.c: Ditto.
5874 * gdb.base/memattr.c: Ditto.
5875 * gdb.base/whatis.c: Ditto.
5876 * gdb.python/py-prettyprint.c: Ditto.
5877 * gdb.trace/actions.c: Ditto.
5878 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
5879 ensure clang would not discard it.
5880
bfd39632
DB
58812014-04-24 David Blaikie <dblaikie@gmail.com>
5882
5883 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
5884 clang to emit the full definition of type required by the test
5885 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
5886
22842ff6
DB
58872014-04-24 David Blaikie <dblaikie@gmail.com>
5888
5889 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
5890 coax Clang into emitting the definition of the type.
5891 * gdb.cp/pr10728-x.h (y): Ditto.
5892 * gdb.cp/pr10728-y.cc (y): Ditto.
5893
c2e827ad
DB
58942014-04-24 David Blaikie <dblaikie@gmail.com>
5895
5896 * gdb.base/label.exp: XFAIL label related tests under Clang.
5897 * gdb.cp/cplabel.exp: Ditto.
5898 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
5899 under Clang those using labels.
5900
4c2d33e7
YQ
59012014-04-25 Yao Qi <yao@codesourcery.com>
5902
5903 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
5904 double_label.
5905 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
5906 partial_label and double_label.
5907
56083b99
DB
59082014-04-24 David Blaikie <dblaikie@gmail.com>
5909
5910 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
5911
25d4e99d
DB
59122014-04-24 David Blaikie <dblaikie@gmail.com>
5913
5914 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
5915 of the function to work across GCC and Clang.
5916 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
5917 pointer types (const void ** const V void **).
5918
01f9f808
MS
59192014-04-24 Michael Sturm <michael.sturm@mintel.com>
5920 Walfred Tedeschi <walfred.tedeschi@intel.com>
5921
5922 * Makefile.in (EXECUTABLES): Added i386-avx512.
5923 * gdb.arch/i386-avx512.c: New file.
5924 * gdb.arch/i386-avx512.exp: Likewise.
5925
4b48d439
KS
59262014-04-23 Keith Seitz <keiths@redhat.com>
5927
5928 * lib/mi-support.exp (mi_list_breakpoints): Delete.
5929 (mi_make_breakpoint_table): New procedure.
5930 (mi_create_breakpoint): Use mi_make_breakpoint
5931 and return the result.
5932 (mi_make_breakpoint): New procedure.
5933 (mi_build_kv_pairs): New procedure.
5934
5935 * gdb.mi/mi-break.exp: Remove unused globals,
5936 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
5937 All callers updated.
5938 * gdb.mi/mi-dprintf.exp: Use variable to track command
5939 number.
5940 Update all callers of mi_create_breakpoint and use
5941 mi_make_breakpoint_table.
5942 Remove any unused global variables.
5943 * gdb.mi/mi-nonstop.exp: Likewise.
5944 * gdb.mi/mi-nsintrall.exp: Likewise.
5945 * gdb.mi/mi-nsmoribund.exp: Likewise.
5946 * gdb.mi/mi-nsthrexec.exp: Likewise.
5947 * gdb.mi/mi-reverse.exp: Likewise.
5948 * gdb.mi/mi-simplerun.exp: Likewise.
5949 * gdb.mi/mi-stepn.exp: Likewise.
5950 * gdb.mi/mi-syn-frame.exp: Likewise.
5951 * gdb.mi/mi-until.exp: Likewise.
5952 * gdb.mi/mi-var-cp.exp: Likewise.
5953 * gdb.mi/mi-var-display.exp: Likewise.
5954 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5955 * gdb.mi/mi2-var-child.exp: Likewise.
5956 * gdb.mi/mi-vla-c99.exp: Likewise.
5957 * lib/mi-support.exp: Likewise.
5958
5959 From Ian Lance Taylor <iant@cygnus.com>:
5960 * lib/gdb.exp (parse_args): New procedure.
5961
08351840
PA
59622014-04-23 Pedro Alves <palves@redhat.com>
5963
5964 * gdb.base/break-unload-file.c: New file.
5965 * gdb.base/break-unload-file.exp: New file.
5966 * gdb.base/sym-file-lib.c (baz): New function.
5967 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5968 field.
5969 (load): Store the segment's mapped size.
5970 (unload): New function.
5971 (unload_shlib): New function.
5972 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5973 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5974 set a breakpoint at baz, and call it.
5975 * gdb.base/sym-file.exp: New tests for stale breakpoint
5976 instructions.
5977
076855f9
PA
59782014-04-23 Pedro Alves <palves@redhat.com>
5979
5980 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5981 * gdb.base/hbreak-in-shr-unsupported.c: New file.
5982 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5983 * gdb.base/hbreak-unmapped.c: New file.
5984 * gdb.base/hbreak-unmapped.exp: New file.
5985 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5986 * lib/gdb.exp (gdb_is_target_remote): ... here.
5987
483805cf
PA
59882014-04-22 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.base/consecutive-step-over.c: New file.
5991 * gdb.base/consecutive-step-over.exp: New file.
5992
06d97543
PA
59932014-04-22 Pedro Alves <palves@redhat.com>
5994
5995 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5996 instead of send_gdb/gdb_expect.
5997
b4429ea2
YQ
59982014-04-22 Yao Qi <yao@codesourcery.com>
5999
6000 * lib/trace-support.exp (generate_tracefile): New procedure.
6001 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
6002 return 0.
6003 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
6004 if generate_tracefile returns 1.
6005
51d48146
PA
60062014-04-18 Tom Tromey <palves@redhat.com>
6007 Pedro alves <tromey@redhat.com>
6008
6009 PR backtrace/15558
6010 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
6011 with a backtrace limit.
6012 * gdb.python/py-frame-inline.exp: Test running to an inline
6013 function with a backtrace limit, and printing the newest frame.
6014 * gdb.python/py-frame-inline.c (main): Call f.
6015
bd1dce5f
MS
60162014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6017
6018 * gdb.java/jnpe.exp: Drop srcdir from untested path.
6019
40d1a503
MS
60202014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
6021
6022 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
6023 Drop prefix from unsupported source file path.
6024
389b98f7
YQ
60252014-04-17 Yao Qi <yao@codesourcery.com>
6026
6027 * lib/gdb.exp (with_target_charset): New proc.
6028 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
6029 with_target_charset.
6030 (test_print_strings): Likewise.
6031 (test_repeat_bytes): Likewise.
6032 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
6033 for some tests.
6034
22869d73
KS
60352014-04-16 Keith Seitz <keiths@redhat.com>
6036
6037 PR gdb/15827
6038 * gdb.dwarf2/corrupt.c: New file.
6039 * gdb.dwarf2/corrupt.exp: New file.
6040
c4f87ca6
KS
60412014-04-16 Keith Seitz <keiths@redhat.com>
6042
6043 PR c++/16597
6044 * gdb.cp/namelessclass.cc: New file.
6045 * gdb.cp/namelessclass.exp: New file.
6046 * gdb.cp/namelessclass.S: New file.
6047
ab19de87
DE
60482014-04-16 Doug Evans <dje@google.com>
6049
6050 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
6051 Add comment.
6052 (gdbserver_default_get_comm_port): New function.
6053 (gdbserver_start): Check if board file provided
6054 "gdbserver,get_comm_port" and use it if so.
6055 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
6056 (gdb,socketport): Set to "stdio".
6057 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
6058 (stdio_gdbserver_template): Delete.
6059 (${board}_get_remote_address): Update.
6060 (${board}_build_remote_cmd): Delete.
6061 (${board}_get_comm_port): New function.
6062 (${board}_spawn): Update.
6063 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
6064 Delete.
6065 (${board}_get_remote_address): Update.
6066 (${board}_get_comm_port): New function.
6067
fc98a809
AB
60682014-04-16 Andrew Burgess <aburgess@broadcom.com>
6069
6070 * gdb.base/memattr.exp: Improve regexps to handle memory regions
6071 appearing in any order.
6072
87fd9e6e
DE
60732014-04-15 Doug Evans <dje@google.com>
6074
6075 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
6076 uninitialized value of "description".
6077
099fc3ea
KS
60782014-04-15 Keith Seitz <keiths@redhat.com>
6079
6080 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
6081 Remove unused globals.
6082 (test_running_the_program): Likewise.
6083 (test_controlled_execution): Likewise.
6084 (test_controlling_breakpoints): Likewise.
6085 (test_program_termination): Likewise.
6086
5da151d4
KS
60872014-04-15 Keith Seitz <keiths@redhat.com>
6088
6089 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
6090 unused globals.
6091 (test_rbreak_creation_and_listing): Likewise.
6092 (test_ignore_count): Likewise.
6093 (test_error): Likewise.
6094
35e5d2f0
PA
60952014-04-15 Pedro Alves <palves@redhat.com>
6096
6097 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
6098 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
6099 sym-file-loader.c.
6100 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6101 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6102 to sym-file-loader.c.
6103 (struct library): Forward declare.
6104 (load_shlib, lookup_function): Change prototypes.
6105 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6106 (translate_offset): Remove declarations.
6107 (get_text_addr): New declaration.
6108 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
6109 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
6110 sym-file-loader.h.
6111 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
6112 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
6113 here from sym-file-loader.h.
6114 (struct library): New structure.
6115 (load_shlib, lookup_function): Change prototypes and adjust to
6116 work with a struct library.
6117 (find_shstrtab, find_strtab, find_shdr, find_symtab)
6118 (translate_offset): Make static.
6119 (get_text_addr): New function.
6120 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
6121
eb4c1710
PA
61222014-04-15 Pedro Alves <palves@redhat.com>
6123
6124 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
6125
2d1baf52
PA
61262014-04-15 Pedro Alves <palves@redhat.com>
6127
6128 * gdb.base/sym-file-loader.c: Include <limits.h>.
6129 (SELF_LINK): New define.
6130 (get_origin): New function.
6131 (load_shlib): Use it.
6132 * gdb.base/sym-file.exp: Don't early return if the target is
6133 remote. Use runto_main, and issue fail is that fails. Use
6134 gdb_load_shlibs.
6135 (shlib_name): Delete.
6136 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
6137
7dd6df01
PA
61382014-04-15 Pedro Alves <palves@redhat.com>
6139
6140 * gdb.base/sym-file.exp: Remove regex characters from test
6141 message. Don't refer to breakpoint numbers in test messages.
6142
b50c8614
KS
61432014-04-14 Keith Seitz <keiths@redhat.com>
6144
6145 PR c++/16253
6146 * gdb.cp/var-tag.cc: New file.
6147 * gdb.cp/var-tag.exp: New file.
6148 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
6149 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
6150 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6151 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6152
3d567982
TT
61532014-04-14 Tom Tromey <tromey@redhat.com>
6154
6155 * gdb.cp/classes.exp (test_enums): Handle underlying type.
6156 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
6157 type.
6158 * gdb.cp/enum-class.exp: New file.
6159 * gdb.cp/enum-class.cc: New file.
6160
0626fc76
TT
61612014-04-14 Tom Tromey <tromey@redhat.com>
6162
6163 * gdb.dwarf2/enum-type.exp: New file.
6164
dca325b3
SA
61652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6166
6167 * gdb.mi/mi-vla-c99.exp: New file.
6168 * gdb.mi/vla.c: New file.
6169
5854b38a
SA
61702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6171
6172 * gdb.base/vla-datatypes.c: New file.
6173 * gdb.base/vla-datatypes.exp: New file.
6174
463bb957
SA
61752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6176
6177 * gdb.base/vla-ptr.c: New file.
6178 * gdb.base/vla-ptr.exp: New file.
6179
3dd170be
SA
61802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6181
6182 * gdb.dwarf2/count.exp: New file.
6183
5ecaaa66
SA
61842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
6185
6186 * gdb.base/vla-sideeffect.c: New file.
6187 * gdb.base/vla-sideeffect.exp: New file.
6188
41f1ada5
DB
61892014-04-14 David Blaikie <dblaikie@gmail.com>
6190
6191 * gdb.mi/non-stop.c: Add return value for non-void function return
6192 statement.
6193 * gdb.threads/staticthreads.c: Ditto.
6194
0be03e84
DE
61952014-04-12 Siva Chandra Reddy <sivachandra@google.com>
6196 Doug Evans <xdje42@gmail.com>
6197
6198 * gdb.guile/scm-value.c: Improve test case.
6199 * gdb.guile/scm-value.exp: Add new test.
6200
f180a1fb
DB
62012014-04-11 David Blaikie <dblaikie@gmail.com>
6202
6203 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
6204 override Clang's default.
6205
6b662e19
JB
62062014-04-11 Joel Brobecker <brobecker@adacore.com>
6207
6208 Revert the following changes (regressions):
6209
6210 * gdb.base/vla-sideeffect.c: New file.
6211 * gdb.base/vla-sideeffect.exp: New file.
6212
6213 * gdb.dwarf2/count.exp: New file.
6214
6215 * gdb.base/vla-multi.c: New file.
6216 * gdb.base/vla-multi.exp: New file.
6217
6218 * gdb.base/vla-ptr.c: New file.
6219 * gdb.base/vla-ptr.exp: New file.
6220
6221 * gdb.base/vla-datatypes.c: New file.
6222 * gdb.base/vla-datatypes.exp: New file.
6223
6224 * gdb.mi/mi-vla-c99.exp: New file.
6225 * gdb.mi/vla.c: New file.
6226
245a5f0b
KS
62272014-04-11 Keith Seitz <keiths@redhat.com>
6228
6229 PR c++/16675
6230 * gdb.cp/cpsizeof.exp: New file.
6231 * gdb.cp/cpsizeof.cc: New file.
6232
58a84dcf
SA
62332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6234
191a8a90
JB
6235 * gdb.mi/mi-vla-c99.exp: New file.
6236 * gdb.mi/vla.c: New file.
58a84dcf 6237
c8655f75
SA
62382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6239
6240 * gdb.base/vla-datatypes.c: New file.
6241 * gdb.base/vla-datatypes.exp: New file.
6242
024e13b4
SA
62432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6244
6245 * gdb.base/vla-ptr.c: New file.
6246 * gdb.base/vla-ptr.exp: New file.
6247
1a237e0e
SA
62482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6249
6250 * gdb.base/vla-multi.c: New file.
6251 * gdb.base/vla-multi.exp: New file.
6252
504f3432
SA
62532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6254
6255 * gdb.dwarf2/count.exp: New file.
6256
3bce8237
SA
62572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
6258
191a8a90
JB
6259 * gdb.base/vla-sideeffect.c: New file.
6260 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 6261
322f9c21
YQ
62622014-04-11 Yao Qi <yao@codesourcery.com>
6263
6264 * gdb.base/completion.exp: Check file exists before running tests
6265 on file completion.
6266
d708bcd1
PA
62672014-04-10 Pedro Alves <palves@redhat.com>
6268
6269 * gdb.base/cond-eval-mode.c: New file.
6270 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
6271 prepare_for_testing to build the new file. Check result of
6272 runto_main.
6273 (test_break, test_watch): New procedures.
6274 (top level): Use them.
6275
ae1d2761
PM
62762014-04-08 Pierre Muller <muller@sourceware.org>
6277
6278 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
6279 Ctrl-V use for mingw hosts.
6280
7af389b8
SC
62812014-04-07 Siva Chandra Reddy <sivachandra@google.com>
6282
6283 * gdb.python/py-value.c: Improve test case.
6284 * gdb.python/py-value.exp: Add new test.
6285
5e703181
DE
62862014-04-07 David Blaikie <dblaikie@gmail.com>
6287
6288 * lib/compiler.c: Identify the clang compiler.
6289 * lib/compiler.cc: Ditto.
6290
9810b410
YQ
62912014-04-03 Yao Qi <yao@codesourcery.com>
6292
6293 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
6294
98d1b8dc
AB
62952014-04-01 Anton Blanchard <anton@samba.org>
6296
6297 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
6298 messages unique.
6299
3114cea1
AB
63002014-04-01 Anton Blanchard <anton@samba.org>
6301
6302 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
6303 prepare_for_testing.
6304
62f7182c
AB
63052014-04-01 Anton Blanchard <anton@samba.org>
6306
6307 * gdb.arch/ppc64-atomic-inst.c: Remove.
6308 * gdb.arch/ppc64-atomic-inst.S: New file.
6309 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
6310
770e7fc7
DE
63112014-03-31 Doug Evans <dje@google.com>
6312
6313 * gdb.base/print-symbol-loading-lib.c: New file.
6314 * gdb.base/print-symbol-loading-main.c: New file.
6315 * gdb.base/print-symbol-loading.exp: New file.
6316
46e2bafa
YQ
63172014-03-31 Yao Qi <yao@codesourcery.com>
6318
6319 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
6320
8776cfe9
JB
63212014-03-28 Joel Brobecker <brobecker@adacore.com>
6322
6323 * gdb.ada/mi_dyn_arr: New testcase.
6324
5d1ef361
DE
63252014-03-27 Doug Evans <dje@google.com>
6326
6327 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
6328
b5bee914
YQ
63292014-03-27 Yao Qi <yao@codesourcery.com>
6330
6331 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
6332 if target is nios2-*-*.
6333
0d4d0e77
YQ
63342014-03-26 Yao Qi <yao@codesourcery.com>
6335
6336 * lib/gdb.exp (readline_is_used): New proc.
6337 * gdb.base/completion.exp: Move tests on command complete up.
6338 Skip the rest of tests if readline is not used.
6339 * gdb.ada/complete.exp: Skp the test if readline is not
6340 used.
6341 * gdb.base/filesym.exp: Likewise.
6342 * gdb.base/macscp.exp: Likewise.
6343 * gdb.base/readline-ask.exp: Likewise.
6344 * gdb.base/readline.exp: Likewise.
6345 * gdb.python/py-cmd.exp: Likewise.
6346 * gdb.trace/tfile.exp: Likewise.
6347
29361eee
YQ
63482014-03-26 Yao Qi <yao@codesourcery.com>
6349
6350 * gdb.base/macscp.exp: Fix code format issues.
6351
bc9a5525
UW
63522014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
6353
6354 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
6355 * gdb.asm/powerpc64le.inc: New file.
6356
d3839ede
PA
63572014-03-25 Pedro Alves <palves@redhat.com>
6358 Doug Evans <dje@google.com>
6359
6360 * gdb.base/source-execution.c: New file.
6361 * gdb.base/source-execution.exp: New file.
6362 * gdb.base/source-execution.gdb: New file.
6363
01672a57
DE
63642014-03-24 Doug Evans <dje@google.com>
6365
6366 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
6367 using fission.
6368
88bbeca9
HZ
63692014-03-24 Hui Zhu <hui@codesourcery.com>
6370 Pedro Alves <palves@redhat.com>
6371
6372 PR breakpoints/16101
6373 * gdb.base/dprintf.exp: Use unsupported rather than changing the
6374 test pass/fail messages. Detect missing support for dprintf when
6375 breakpoints are actually inserted.
6376 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
6377 breakpoints are actually inserted.
6378 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
6379 fails.
6380
d2348791
JK
63812014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6382
6383 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
6384
feef67ab
DE
63852014-03-22 Doug Evans <xdje42@gmail.com>
6386
6387 * gdb.python/python.exp (python not supported): Verify multi-line
6388 python command issues an error.
25d743f9 6389 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 6390 guile command issues an error.
feef67ab 6391
ecebef6a
MR
63922014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
6393
6394 * gdb.threads/thread-specific.exp: Handle the lack of usable
6395 $this_breakpoint and $this_thread.
6396
ccdd1909
HZ
63972014-03-21 Hui Zhu <hui@codesourcery.com>
6398
6399 * gdb.base/attach.exp (do_command_attach_tests): New.
6400
beb460e8
PA
64012014-03-20 Tom Tromey <tromey@redhat.com>
6402 Pedro Alves <palves@redhat.com>
6403
6404 PR cli/15718
6405 * gdb.base/condbreak-call-false.c: New file.
6406 * gdb.base/condbreak-call-false.exp: New file.
6407
40acf43a
PA
64082014-03-20 Pedro Alves <palves@redhat.com>
6409
6410 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
6411 Delete.
6412 (block_signals, unblock_signals): Delete.
6413 (child_function_2, main): Remove references to deleted variable
6414 and functions.
6415
9f5e1e02
PA
64162014-03-20 Pedro Alves <palves@redhat.com>
6417
6418 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
6419 Use pthread_kill to signal thread 2.
6420 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6421 Adjust to make the test send itself a signal rather than using the
6422 host's "kill" command.
6423
99619bea
PA
64242014-03-20 Pedro Alves <palves@redhat.com>
6425
6426 * gdb.threads/multiple-step-overs.c: New file.
6427 * gdb.threads/multiple-step-overs.exp: New file.
6428 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6429 Adjust expected infrun debug output.
6430
2adfaa28
PA
64312014-03-20 Pedro Alves <palves@redhat.com>
6432
6433 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
6434 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
6435
31e77af2
PA
64362014-03-20 Pedro Alves <palves@redhat.com>
6437
6438 PR breakpoints/7143
6439 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
6440 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
6441 of gdb_test_multiple.
6442 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
6443 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
6444
b9f437de
PA
64452014-03-20 Pedro Alves <palves@redhat.com>
6446
6447 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
6448 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
6449
05adc73e
PA
64502014-03-19 Pedro Alves <palves@redhat.com>
6451
6452 * gdb.base/async.exp: Remove early return.
6453
6048b950
PA
64542014-03-19 Pedro Alves <palves@redhat.com>
6455
6456 * gdb.base/async.exp (step& tests): Pass explicit test messages.
6457
8bcfb00a
PA
64582014-03-19 Pedro Alves <palves@redhat.com>
6459
6460 * gdb.base/async.exp (test_background): Expect \r\n after
6461 "completed." in the fail pattern.
6462
884e37dc
PA
64632014-03-19 Pedro Alves <palves@redhat.com>
6464
6465 * gdb.base/async.exp (test_background): New procedure.
6466 Use it for all background execution command tests.
6467
148e57e2
PA
64682014-03-19 Pedro Alves <palves@redhat.com>
6469
6470 * gdb.base/async.exp: Use prepare_for_testing.
6471
f48088c7
PA
64722014-03-19 Pedro Alves <palves@redhat.com>
6473
6474 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
6475 the same line.
6476
e2f6c966
PA
64772014-03-19 Pedro Alves <palves@redhat.com>
6478
6479 * gdb.base/async.c (main): Add "jump here" and "until here" line
6480 marker comments.
6481 * gdb.base/async.exp (jump_here): New global.
6482 (jump& test): Use it.
6483 (until_here): New global.
6484 (until& test): Use it.
6485
c30568d4
PA
64862014-03-19 Pedro Alves <palves@redhat.com>
6487
6488 * gdb.base/async.exp: Don't frob gdb_protocol.
6489
0172b6a7
DE
64902014-03-18 Doug Evans <xdje42@gmail.com>
6491
6492 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
6493 Fix spelling of exec-done-display.
6494
06c868a8
JK
64952014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6496
6497 PR gdb/15358
6498 * gdb.base/gdb-sigterm.c: New file.
6499 * gdb.base/gdb-sigterm.exp: New file.
6500
0c7e1a46
PA
65012014-03-18 Pedro Alves <palves@redhat.com>
6502
6503 PR gdb/13860
6504 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
6505 * lib/mi-support.exp (mi_expect_stop): Add special handling for
6506 solib-event.
6507
f7c77d93
JB
65082014-03-17 Joel Brobecker <brobecker@adacore.com>
6509
6510 * gdb.ada/pckd_arr_ren: New testcase.
6511
5a1e8c7a
DE
65122014-03-13 Doug Evans <xdje42@gmail.com>
6513
6514 PR guile/16612
6515 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
6516 collect after discarding symbols.
6517
350e1a76
DE
65182014-03-13 Ludovic Courtès <ludo@gnu.org>
6519 Doug Evans <xdje42@gmail.com>
6520
6521 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
6522 to history survives a gc.
6523
a69900ae
PA
65242014-03-13 Pedro Alves <palves@redhat.com>
6525
6526 * gdb.base/default.exp: Don't test "target procfs".
6527
5db9f0bd
PA
65282014-03-13 Pedro Alves <palves@redhat.com>
6529
6530 * gdb.base/default.exp: Update "target child" and "target procfs"
6531 tests to not expect "Unix".
6532
b3ccfe11
TT
65332014-03-12 Tom Tromey <tromey@redhat.com>
6534
6535 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
6536 New procs. Add target-async tests.
6537 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
6538 Add target-async tests.
6539
646f4417
AA
65402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6541
6542 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
6543 'func_start' and 'func_end' for the beginning and end of the
6544 function code, respectively.
6545 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
6546 'func_end' instead of 'func' and 'main'.
6547
288c211f
AA
65482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6549
6550 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
6551 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
6552 generate the debug info assembler source.
6553
e0c0f156
AA
65542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6555
6556 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
6557 * gdb.dwarf2/arr-subrange.exp: Likewise.
6558 * gdb.dwarf2/dwz.exp: Likewise.
6559 * gdb.dwarf2/method-ptr.exp: Likewise.
6560 * gdb.dwarf2/missing-sig-type.exp: Likewise.
6561 * gdb.dwarf2/subrange.exp: Likewise.
6562 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
6563 * gdb.dwarf2/implptrpiece.exp: Likewise.
6564 * gdb.dwarf2/nostaticblock.exp: Likewise.
6565
0e5c4555
AA
65662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
6567
6568 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
6569 directory to absolute path name arguments.
6570
5ec18f2b
JG
65712014-03-10 Joel Brobecker <brobecker@adacore.com>
6572
6573 * gdb.ada/tagged_access: New testcase.
6574
847fc4f2
MM
65752014-03-07 Markus Metzger <markus.t.metzger@intel.com>
6576
6577 * gdb.btrace/data.exp: Update expected output.
6578
cc3da688
YQ
65792014-03-06 Yao Qi <yao@codesourcery.com>
6580
6581 * gdb.trace/pr16508.exp: New file.
6582
0f26cec1
PA
65832014-03-05 Pedro Alves <palves@redhat.com>
6584
6585 PR gdb/16575
6586 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
6587 procedure.
6588 (top level): Adjust to use it. Add tests that exercise breakpoint
6589 interaction with the code-cache.
6590
7a5a839f
LC
65912014-02-26 Ludovic Courtès <ludo@gnu.org>
6592
6593 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
6594 test for 'history-append!'.
6595
31aa7e4e
JB
65962014-02-26 Joel Brobecker <brobecker@adacore.com>
6597
6598 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
6599 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
6600 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
6601 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
6602 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
6603 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
6604
1b588015
JB
66052014-02-26 Joel Brobecker <brobecker@adacore.com>
6606
6607 * testsuite/gdb.python/py-pp-re-notag.c: New file.
6608 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
6609 * testsuite/gdb.python/py-pp-re-notag.p: New file.
6610
55426c9d
JB
66112014-02-26 Joel Brobecker <brobecker@adacore.com>
6612
6613 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
6614
dc53a7ad
JB
66152014-02-26 Joel Brobecker <brobecker@adacore.com>
6616
6617 * gdb.dwarf2/arr-stride.c: New file.
6618 * gdb.dwarf2/arr-stride.exp: New file.
6619
12ab52e9
PA
66202014-02-26 Pedro Alves <palves@redhat.com>
6621
6622 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
6623 that won't ever trigger. Make sure that GDB reports the correct
6624 breakpoint that caused the stop.
6625
849c862e
JK
66262014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6627
6628 PR gdb/16626
6629 * gdb.base/auto-load-script: New file.
6630 * gdb.base/auto-load.c: New file.
6631 * gdb.base/auto-load.exp: New file.
6632
71b7d793
JK
6633 PR gdb/16626
6634 * gdb.base/auto-load.exp: Fix out-of-srctree run.
6635
e2f0d509
JK
66362014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6637
6638 Fix dw2-icycle.exp -fsanitize=address GDB crash.
6639 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
6640
50cc37c8
DE
66412014-02-24 Doug Evans <dje@google.com>
6642
6643 * lib/gdb.exp (run_on_host): Log error output if program fails.
6644
ea4758f2
PA
66452014-02-21 Pedro Alves <palves@redhat.com>
6646
6647 * gdb.threads/step-after-sr-lock.c: Rename to ...
6648 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
6649 * gdb.threads/step-after-sr-lock.exp: Rename to ...
6650 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6651 ... this.
6652
d7b30f67
SDJ
66532014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
6654
6655 PR tdep/16397
6656 * gdb.arch/amd64-stap-special-operands.exp: New file.
6657 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
6658 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
6659 * gdb.arch/amd64-stap-triplet.S: Likewise.
6660 * gdb.arch/amd64-stap-triplet.c: Likewise.
6661
83deb43f
JB
66622014-02-20 Joel Brobecker <brobecker@adacore.com>
6663
6664 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
6665 in .section pseudo-op.
6666
adde2bff
DE
66672014-02-20 lin zuojian <manjian2006@gmail.com>
6668 Joel Brobecker <brobecker@adacore.com>
6669 Doug Evans <xdje42@gmail.com>
6670
6671 PR symtab/16581
6672 * gdb.dwarf2/dw2-icycle.S: New file.
6673 * gdb.dwarf2/dw2-icycle.c: New file.
6674 * gdb.dwarf2/dw2-icycle.exp: New file.
6675
f7bd0f78
SC
66762014-02-19 Siva Chandra Reddy <sivachandra@google.com>
6677
6678 * gdb.python/py-value-cc.cc: Improve test case to enable testing
6679 operations on gdb.Value objects.
6680 * gdb.python/py-value-cc.exp: Add new test to test operations on
6681 gdb.Value objects.
6682
c17ef0d5
DE
66832014-02-18 Doug Evans <dje@google.com>
6684
6685 * Makefile.in (TESTS): New variable.
6686 (expanded_tests, expanded_tests_or_none): New variables
6687 (check-single): Pass $(expanded_tests_or_none) to runtest.
6688 (check-parallel): Only run tests in $(TESTS) if non-empty.
6689 (check/no-matching-tests-found): New rule.
6690 * README: Document TESTS makefile variable.
6691
5dd3176f
DE
66922014-02-18 Doug Evans <dje@google.com>
6693
6694 * Makefile.in (check-parallel): rm -rf outputs temp.
6695
0b10be4f
JK
66962014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6697
6698 Fix "ERROR: no fileid for" in the testsuite.
6699 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
6700
85f224e7
DE
67012014-02-12 Doug Evans <dje@google.com>
6702
6703 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
6704 (MISCELLANEOUS): New variable.
6705 (clean): rm -rf $(MISCELLANEOUS).
6706 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
6707 dwp live in the same directory as symlinks, with each symlink pointed
6708 to a differently named file in a different directory.
6709
149b30ff
DE
67102014-02-11 Doug Evans <dje@google.com>
6711
6712 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
6713 of Tcl file commands.
6714
1dfdac32
MK
67152014-02-10 Mark Kettenis <kettenis@gnu.org>
6716
6717 * gdb.threads/step-after-sr-lock.exp: Avoid executing
6718 "kill -SIGUSR1 -1".
6719
aa4fb036
JB
67202014-02-10 Joel Brobecker <brobecker@adacore.com>
6721
6722 * gdb.ada/tick_length_array_enum_idx: New testcase.
6723
ed3ef339
DE
67242014-02-10 Doug Evans <xdje42@gmail.com>
6725
6726 * configure.ac (AC_OUTPUT): Add gdb.guile.
6727 * configure: Regenerate.
6728 * lib/gdb-guile.exp: New file.
6729 * lib/gdb.exp (get_target_charset): New function.
6730 * gdb.base/help.exp: Update expected output from "apropos apropos".
6731 * gdb.guile/Makefile.in: New file.
6732 * gdb.guile/guile.exp: New file.
6733 * gdb.guile/scm-arch.c: New file.
6734 * gdb.guile/scm-arch.exp: New file.
6735 * gdb.guile/scm-block.c: New file.
6736 * gdb.guile/scm-block.exp: New file.
6737 * gdb.guile/scm-breakpoint.c: New file.
6738 * gdb.guile/scm-breakpoint.exp: New file.
6739 * gdb.guile/scm-disasm.c: New file.
6740 * gdb.guile/scm-disasm.exp: New file.
6741 * gdb.guile/scm-equal.c: New file.
6742 * gdb.guile/scm-equal.exp: New file.
6743 * gdb.guile/scm-error.exp: New file.
6744 * gdb.guile/scm-error.scm: New file.
6745 * gdb.guile/scm-frame-args.c: New file.
6746 * gdb.guile/scm-frame-args.exp: New file.
6747 * gdb.guile/scm-frame-args.scm: New file.
6748 * gdb.guile/scm-frame-inline.c: New file.
6749 * gdb.guile/scm-frame-inline.exp: New file.
6750 * gdb.guile/scm-frame.c: New file.
6751 * gdb.guile/scm-frame.exp: New file.
6752 * gdb.guile/scm-generics.exp: New file.
6753 * gdb.guile/scm-gsmob.exp: New file.
6754 * gdb.guile/scm-iterator.c: New file.
6755 * gdb.guile/scm-iterator.exp: New file.
6756 * gdb.guile/scm-math.c: New file.
6757 * gdb.guile/scm-math.exp: New file.
6758 * gdb.guile/scm-objfile-script-gdb.in: New file.
6759 * gdb.guile/scm-objfile-script.c: New file.
6760 * gdb.guile/scm-objfile-script.exp: New file.
6761 * gdb.guile/scm-objfile.c: New file.
6762 * gdb.guile/scm-objfile.exp: New file.
6763 * gdb.guile/scm-ports.exp: New file.
6764 * gdb.guile/scm-pretty-print.c: New file.
6765 * gdb.guile/scm-pretty-print.exp: New file.
6766 * gdb.guile/scm-pretty-print.scm: New file.
6767 * gdb.guile/scm-section-script.c: New file.
6768 * gdb.guile/scm-section-script.exp: New file.
6769 * gdb.guile/scm-section-script.scm: New file.
6770 * gdb.guile/scm-symbol.c: New file.
6771 * gdb.guile/scm-symbol.exp: New file.
6772 * gdb.guile/scm-symtab-2.c: New file.
6773 * gdb.guile/scm-symtab.c: New file.
6774 * gdb.guile/scm-symtab.exp: New file.
6775 * gdb.guile/scm-type.c: New file.
6776 * gdb.guile/scm-type.exp: New file.
6777 * gdb.guile/scm-value-cc.cc: New file.
6778 * gdb.guile/scm-value-cc.exp: New file.
6779 * gdb.guile/scm-value.c: New file.
6780 * gdb.guile/scm-value.exp: New file.
6781 * gdb.guile/source2.scm: New file.
6782 * gdb.guile/types-module.cc: New file.
6783 * gdb.guile/types-module.exp: New file.
6784
7026a7c1
YQ
67852014-02-10 Yao Qi <yao@codesourcery.com>
6786
6787 PR testsuite/16543
6788 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
6789 * configure: Regenerated.
6790 * Makefile.in: New file.
6791
6c466447
AS
67922014-02-08 Andreas Schwab <schwab@linux-m68k.org>
6793
6794 * gdb.python/py-framefilter.exp: Fix typo.
6795
6e854735
YQ
67962014-02-08 Yao Qi <yao@codesourcery.com>
6797
6798 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
6799 that no =breakpoint-modified is emitted when breakpoints are
6800 modified through MI commands.
6801
d137e6dc
PA
68022014-02-07 Pedro Alves <pedro@codesourcery.com>
6803 Pedro Alves <palves@redhat.com>
6804
6805 * gdb.threads/step-after-sr-lock.c: New file.
6806 * gdb.threads/step-after-sr-lock.exp: New file.
6807
b5ee5a50
PA
68082014-02-07 Pedro Alves <palves@redhat.com>
6809
6810 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
6811
3c77faf3
JK
68122014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6813
6814 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
6815 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
6816
6dddc817
DE
68172014-02-06 Doug Evans <xdje42@gmail.com>
6818
6819 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
6820 output.
6821
6822 * gdb.gdb/python-interrupts.exp: New file.
6823
de7b2893
YQ
68242014-02-05 Yao Qi <yao@codesourcery.com>
6825
6826 * gdb.trace/report.exp (use_collected_data): Test the output
6827 of "info threads" and "info inferiors".
6828
66d032ac
YQ
68292014-02-05 Yao Qi <yao@codesourcery.com>
6830
6831 Revert this patch:
6832
6833 2013-05-24 Yao Qi <yao@codesourcery.com>
6834
6835 * gdb.trace/tfile.exp: Test inferior and thread.
6836
591a12a1
UW
68372014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6838
6839 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
6840 on a function.
6841 * gdb.base/step-bt.c: Call hello via function pointer to make
6842 sure its first instruction is executed on powerpc64le-linux.
6843
0ff3e01f
UW
68442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6845
6846 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
6847
084ee545
UW
68482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6849
6850 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
6851 of the test patterns for use on little-endian systems.
6852
6ed14ff3
UW
68532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
6854
6855 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
6856 (decimal_vector): Fix for little-endian.
6857
401e27fd
JM
68582014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
6859
6860 * gdb.arch/sparc-sysstep.exp: New file.
6861 * gdb.arch/sparc-sysstep.c: Likewise.
6862
6863 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
6864
8b924729
EBM
68652014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6866
6867 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
6868
fb151210
JB
68692014-01-23 Tom Tromey <tromey@redhat.com>
6870
6871 * gdb.ada/array_char_idx: New testcase.
6872
0740f8d8
TT
68732014-01-23 Tom Tromey <tromey@redhat.com>
6874
6875 PR python/16487:
6876 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
6877 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
6878 classes.
6879
21909fa1
TT
68802014-01-23 Tom Tromey <tromey@redhat.com>
6881
6882 PR python/16491:
6883 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
6884 string from an inferior frame.
6885 * gdb.python/py-framefilter-mi.exp: Update.
6886
87ce2a04
DE
68872014-01-22 Doug Evans <dje@google.com>
6888
6889 * gdb.server/server-mon.exp: Add tests for "set debug-format".
6890
237b092b
AA
68912014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6892
6893 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
6894
d674a709
AA
68952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6896
6897 * gdb.trace/entry-values.exp: Remove excess space character from
6898 regex patterns. Handle s390 call instruction.
6899
20fa3390
AA
69002014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6901
6902 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
6903 define "*_start" label. Make "name" static.
6904 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
6905 ${name} by references to ${name}_start.
6906
78466714
AA
69072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6908
6909 * gdb.base/info-macros.exp: Remove "debug" from the compile
6910 options.
6911
ec9f644a
IB
69122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6913
6914 * gdb.dlang/demangle.exp: New file.
6915
94b1b47e
IB
69162014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6917
6918 * gdb.dlang/primitive-types.exp: New file.
6919
7f420862
IB
69202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6921
6922 * configure.ac: Create gdb.dlang/Makefile.
6923 * configure: Regenerate.
6924 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
6925 * gdb.dlang/Makefile.in: New file.
6926 * lib/d-support.exp: New file.
6927 * lib/gdb.exp (skip_d_tests): New proc.
6928
52834460
MM
69292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6930
6931 * gdb.btrace/delta.exp: Check reverse stepi.
6932 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
6933 * gdb.btrace/finish.exp: New.
6934 * gdb.btrace/next.exp: New.
6935 * gdb.btrace/nexti.exp: New.
6936 * gdb.btrace/record_goto.c: Add comments.
6937 * gdb.btrace/step.exp: New.
6938 * gdb.btrace/stepi.exp: New.
6939 * gdb.btrace/multi-thread-step.c: New.
6940 * gdb.btrace/multi-thread-step.exp: New.
6941 * gdb.btrace/rn-dl-bind.c: New.
6942 * gdb.btrace/rn-dl-bind.exp: New.
6943 * gdb.btrace/data.c: New.
6944 * gdb.btrace/data.exp: New.
6945 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6946
6e07b1d2
MM
69472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6948
6949 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
6950 * gdb.btrace/exception.exp: Update.
6951 * gdb.btrace/instruction_history.exp: Update.
6952 * gdb.btrace/record_goto.exp: Update.
6953 * gdb.btrace/tailcall.exp: Update.
6954 * gdb.btrace/unknown_functions.exp: Update.
6955 * gdb.btrace/delta.exp: New.
6956
0b722aec
MM
69572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6958
6959 * gdb.btrace/record_goto.exp: Add backtrace test.
6960 * gdb.btrace/tailcall.exp: Add backtrace test.
6961
066ce621
MM
69622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6963
6964 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6965 * gdb.btrace/record_goto.c: New.
6966 * gdb.btrace/record_goto.exp: New.
6967 * gdb.btrace/x86-record_goto.S: New.
6968
0688d04e
MM
69692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6970
6971 * gdb.btrace/function_call_history.exp: Update tests.
6972 * gdb.btrace/instruction_history.exp: Update tests.
6973
8710b709
MM
69742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6975
6976 * gdb.btrace/function_call_history.exp: Fix expected field
6977 order for "record function-call-history".
6978 Add new tests for "record function-call-history /c".
6979 * gdb.btrace/exception.cc: New.
6980 * gdb.btrace/exception.exp: New.
6981 * gdb.btrace/tailcall.exp: New.
6982 * gdb.btrace/x86-tailcall.S: New.
6983 * gdb.btrace/x86-tailcall.c: New.
6984 * gdb.btrace/unknown_functions.c: New.
6985 * gdb.btrace/unknown_functions.exp: New.
6986 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6987
5de9129b
MM
69882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6989
6990 * gdb.btrace/instruction_history.exp: Update.
6991 * gdb.btrace/function_call_history.exp: Update.
6992
23a7fe75
MM
69932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6994
6995 * gdb.btrace/function_call_history.exp: Fix expected function
6996 trace.
6997 * gdb.btrace/instruction_history.exp: Initialize traced.
6998 Remove traced_functions.
6999
724c7dd8
MM
70002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7001
7002 * gdb.btrace/function_call_history.exp: Update
7003 * gdb.btrace/instruction_history.exp: Update.
7004
6d78d93b
MM
70052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7006
7007 * gdb.btrace/enable.exp: Update expected text.
7008
93a360cc
OJ
70092014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
7010
7011 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
7012 bytes.
7013
3772b53f
MR
70142014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
7015
7016 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
7017
596662fa
OJ
70182014-01-15 Omair Javaid <omair.javaid@linaro.org>
7019
7020 * lib/gdb.exp (supports_process_record): Return true for
7021 arm*-linux*. (supports_reverse): Likewise.
7022
b5b08fb4
SC
70232014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7024
7025 PR python/15464
7026 PR python/16113
7027 * gdb.python/py-type.c: Enhance test case.
7028 * gdb.python/py-value-cc.cc: Likewise
7029 * gdb.python/py-type.exp: Add new tests.
7030 * gdb.python/py-value-cc.exp: Likewise
7031
52d7fb13
AA
70322014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
7033 Pedro Alves <palves@redhat.com>
7034
7035 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
7036 Make "name" extern.
7037 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
7038 references to ${name}_start by references to ${name}.
7039
a2cd8cfe
JB
70402014-01-10 Joel Brobecker <brobecker@adacore.com>
7041
7042 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
7043
4e23fced
JB
70442014-01-10 Joel Brobecker <brobecker@adacore.com>
7045
7046 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
7047
c6a9e42c
PA
70482014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
7049 Pedro Alves <palves@redhat.com>
7050
7051 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 7052 mi_gdb_target_load.
c6a9e42c 7053
b7ea362b
PA
70542014-01-08 Pedro Alves <palves@redhat.com>
7055
7056 * gdb.threads/reconnect-signal.c: New file.
7057 * gdb.threads/reconnect-signal.exp: New file.
7058
5e3f4fab
EBM
70592014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7060
7061 * gdb.base/source-dir.exp: New file.
7062
79301218
JB
70632014-01-07 Joel Brobecker <brobecker@adacore.com>
7064
7065 * gdb.ada/mi_interface: New testcase.
7066
8e355c5d
JB
70672014-01-07 Joel Brobecker <brobecker@adacore.com>
7068
7069 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
7070 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
7071 gdb.ada/pp-rec-component/pck.ads: New files.
7072
c0d48811
JB
70732014-01-07 Joel Brobecker <brobecker@adacore.com>
7074
7075 * gdb.python/py-pp-integral.c: New file.
7076 * gdb.python/py-pp-integral.py: New file.
7077 * gdb.python/py-pp-integral.exp: New file.
7078
17b609c3 7079For older changes see ChangeLog-1993-2013.
c906108c 7080\f
8d8cb839
EZ
7081;; Local Variables:
7082;; mode: change-log
7083;; left-margin: 8
7084;; fill-column: 74
7085;; version-control: never
7086;; End:
902f2ccb 7087
618f726f 7088 Copyright 2014-2016 Free Software Foundation, Inc.
902f2ccb
MC
7089 Copying and distribution of this file, with or without modification,
7090 are permitted provided the copyright notice and this notice are preserved.
This page took 2.541987 seconds and 4 git commands to generate.